reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
44 int internal_mprotect(void *addr, uptr length, int prot);
7128 return (int)internal_mprotect(addr, sz, prot);
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp142 return 0 == internal_mprotect((void*)addr, size, PROT_NONE); 146 return 0 == internal_mprotect((void *)addr, size, PROT_READ);