Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp73 DECLARE__REAL_AND_INTERNAL(int, mprotect, void *addr, uptr length, int prot) { in DECLARE__REAL_AND_INTERNAL() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.c1720 mprotect (char *addr, int len, int prot) in mprotect() function