Searched refs:internal_mprotect (Results 1 – 4 of 4) sorted by relevance
40 int internal_mprotect(void *addr, uptr length, int prot);
62 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function
210 return 0 == internal_mprotect((void*)addr, size, PROT_NONE); in MprotectNoAccess()
130 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect() function