HomeSort by relevance Sort by last modified time
    Searched refs:internal_mprotect (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/esan/
working_set_posix.cpp 92 int Res = internal_mprotect((void *)RoundDownTo(Addr, PageSize),
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.h 41 int internal_mprotect(void *addr, uptr length, int prot);
sanitizer_posix.cc 201 return 0 == internal_mprotect((void*)addr, size, PROT_NONE);
205 return 0 == internal_mprotect((void *)addr, size, PROT_READ);
sanitizer_mac.cc 101 int internal_mprotect(void *addr, uptr length, int prot) { function in namespace:__sanitizer
sanitizer_linux.cc 138 int internal_mprotect(void *addr, uptr length, int prot) { function in namespace:__sanitizer
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 374 CHECK_EQ(0, internal_mprotect(dead_thread_state, sizeof(ThreadState),

Completed in 149 milliseconds