reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7126 ReportMmapWriteExec(prot); 7128 return (int)internal_mprotect(addr, sz, prot); 7129 COMMON_INTERCEPTOR_ENTER(ctx, mprotect, addr, sz, prot); 7130 MprotectMallocZones(addr, prot); 7131 return REAL(mprotect)(addr, sz, prot);