Searched defs:internal_mprotect (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_netbsd.cpp | 108 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
D | sanitizer_mac.cpp | 136 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
D | sanitizer_linux.cpp | 186 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mac.cc | 101 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|
D | sanitizer_linux.cc | 138 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
|