Home
last modified time | relevance | path

Searched refs:MprotectNoAccess (Results 1 – 14 of 14) sorted by relevance

/external/compiler-rt/lib/safestack/
Dsafestack.cc98 MprotectNoAccess((uptr)addr, (uptr)guard); in unsafe_stack_alloc()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_test.cc48 MprotectNoAccess((uptr)mapping, ps); in SetUp()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_test.cpp44 MprotectNoAccess((uptr)mapping, ps); in SetUp()
Dsanitizer_allocator_test.cpp1096 MprotectNoAccess(reinterpret_cast<uptr>(buffer), page_size); in RedZoneMemoryMapper()
1097 MprotectNoAccess(reinterpret_cast<uptr>(buffer) + page_size * 2, page_size); in RedZoneMemoryMapper()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_netbsd_libcdep.cpp241 CHECK(MprotectNoAccess((uptr)guard_start_, guard_size_)); in ScopedStackSpaceWithGuard()
Dsanitizer_posix.cpp141 bool MprotectNoAccess(uptr addr, uptr size) { in MprotectNoAccess() function
Dsanitizer_stoptheworld_linux_libcdep.cpp340 CHECK(MprotectNoAccess((uptr)guard_start_, guard_size_)); in ScopedStackSpaceWithGuard()
Dsanitizer_common.h119 bool MprotectNoAccess(uptr addr, uptr size);
Dsanitizer_win.cpp331 bool MprotectNoAccess(uptr addr, uptr size) { in MprotectNoAccess() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc200 bool MprotectNoAccess(uptr addr, uptr size) { in MprotectNoAccess() function
Dsanitizer_stoptheworld_linux_libcdep.cc317 CHECK(MprotectNoAccess((uptr)guard_start_, guard_size_)); in ScopedStackSpaceWithGuard()
Dsanitizer_win.cc226 bool MprotectNoAccess(uptr addr, uptr size) { in MprotectNoAccess() function
Dsanitizer_common.h98 bool MprotectNoAccess(uptr addr, uptr size);
Dsanitizer_coverage_libcdep.cc233 MprotectNoAccess( in Enable()