Home
last modified time | relevance | path

Searched defs:Mprotect (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h129 inline int Mprotect(void *addr, size_t length, int prot) { Mprotect() function
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp98 TEST(SanitizerCommon, Mprotect) { in TEST() argument