Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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_win.cpp334 bool MprotectNoAccess(uptr addr, uptr size) { in MprotectNoAccess() function
Dsanitizer_common.h119 bool MprotectNoAccess(uptr addr, uptr size);