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

  /external/compiler-rt/lib/msan/
msan_linux.cc 71 if (prot1 && !Mprotect(kBad1Beg, kBad1End - kBad1Beg))
73 if (prot2 && !Mprotect(kBad2Beg, kBad2End - kBad2Beg))
  /external/compiler-rt/lib/dfsan/
dfsan.cc 265 Mprotect(kUnusedAddr, kAppAddr - kUnusedAddr);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 190 void *Mprotect(uptr fixed_addr, uptr size) {
sanitizer_stoptheworld_linux_libcdep.cc 283 CHECK_EQ(guard_start_, (uptr)Mprotect((uptr)guard_start_, guard_size_));
sanitizer_win.cc 121 void *Mprotect(uptr fixed_addr, uptr size) {
sanitizer_common.h 61 void *Mprotect(uptr fixed_addr, uptr size);
sanitizer_allocator.h 299 // At the beginning the entire space is mprotect-ed, then small parts of it
322 reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize)));
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 136 if (beg != (uptr)Mprotect(beg, end - beg)) {
  /external/compiler-rt/lib/asan/
asan_rtl.cc 502 CHECK_EQ(a, (uptr)Mprotect(a, size));

Completed in 5869 milliseconds