Searched defs:internal_mprotect (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_openbsd.cc | 50 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
H A D | sanitizer_netbsd.cc | 107 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
H A D | sanitizer_mac.cc | 121 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
H A D | sanitizer_linux.cc | 218 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_openbsd.cc | 50 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
H A D | sanitizer_netbsd.cc | 109 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
H A D | sanitizer_mac.cc | 134 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
H A D | sanitizer_linux.cc | 194 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_netbsd.cpp | 114 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
H A D | sanitizer_mac.cpp | 159 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|