Home
last modified time | relevance | path

Searched refs:internal_mprotect (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.h40 int internal_mprotect(void *addr, uptr length, int prot);
Dsanitizer_mac.cc62 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
Dsanitizer_posix.cc210 return 0 == internal_mprotect((void*)addr, size, PROT_NONE); in MprotectNoAccess()
Dsanitizer_linux.cc130 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function