HomeSort by: relevance | last modified time | path
    Searched refs:internal_mprotect (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_openbsd.cc 50 int internal_mprotect(void *addr, uptr length, int prot) { function in namespace:__sanitizer
sanitizer_posix.h 45 int internal_mprotect(void *addr, uptr length, int prot);
sanitizer_posix.cc 149 return 0 == internal_mprotect((void*)addr, size, PROT_NONE);
153 return 0 == internal_mprotect((void *)addr, size, PROT_READ);
sanitizer_netbsd.cc 109 int internal_mprotect(void *addr, uptr length, int prot) { function in namespace:__sanitizer
sanitizer_mac.cc 134 int internal_mprotect(void *addr, uptr length, int prot) { function in namespace:__sanitizer
sanitizer_linux.cc 194 int internal_mprotect(void *addr, uptr length, int prot) { function in namespace:__sanitizer
sanitizer_common_interceptors.inc 7020 return (int)internal_mprotect(addr, sz, prot);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_linux.cc 396 CHECK_EQ(0, internal_mprotect(dead_thread_state, sizeof(ThreadState),

Completed in 20 milliseconds