Searched refs:internal_mprotect (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/esan/ |
D | working_set_posix.cpp | 92 int Res = internal_mprotect((void *)RoundDownTo(Addr, PageSize), in handleMemoryFault()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cc | 201 return 0 == internal_mprotect((void*)addr, size, PROT_NONE); in MprotectNoAccess() 205 return 0 == internal_mprotect((void *)addr, size, PROT_READ); in MprotectReadOnly()
|
D | sanitizer_posix.h | 41 int internal_mprotect(void *addr, uptr length, int prot);
|
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
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 374 CHECK_EQ(0, internal_mprotect(dead_thread_state, sizeof(ThreadState), in cur_thread()
|