Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Dworking_set_posix.cpp92 int Res = internal_mprotect((void *)RoundDownTo(Addr, PageSize), in handleMemoryFault()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.h41 int internal_mprotect(void *addr, uptr length, int prot);
Dsanitizer_posix.cc201 return 0 == internal_mprotect((void*)addr, size, PROT_NONE); in MprotectNoAccess()
205 return 0 == internal_mprotect((void *)addr, size, PROT_READ); in MprotectReadOnly()
Dsanitizer_mac.cc101 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
Dsanitizer_linux.cc138 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc374 CHECK_EQ(0, internal_mprotect(dead_thread_state, sizeof(ThreadState), in cur_thread()