reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Unix/Memory.inc
  206   int Result = ::mprotect((void *)Start, End - Start, Protect);
projects/compiler-rt/lib/builtins/enable_execute_stack.c
   65   (void)mprotect((void *)startPage, length, PROT_READ | PROT_WRITE | PROT_EXEC);
projects/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
   34   if (mprotect(Ptr, Size, PROT_READ | PROT_WRITE) != 0) {
projects/compiler-rt/lib/xray/xray_interface.cpp
  123     auto R = mprotect(PageAlignedAddr, MProtectLen,
  141       mprotect(PageAlignedAddr, MProtectLen, PROT_READ | PROT_EXEC);