Lines Matching defs:MachVMRegion
1 //===-- MachVMRegion.cpp ----------------------------------------*- C++ -*-===//
14 #include "MachVMRegion.h"
19 MachVMRegion::MachVMRegion(task_t task) :
33 MachVMRegion::~MachVMRegion()
40 MachVMRegion::Clear()
55 MachVMRegion::SetProtections(mach_vm_address_t addr, mach_vm_size_t size, vm_prot_t prot)
68 DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS | LOG_VERBOSE, "MachVMRegion::%s: protections (%u) already sufficient for task 0x%4.4x at address 0x%8.8llx) ", __FUNCTION__, prot, m_task, (uint64_t)addr);
102 MachVMRegion::RestoreProtections()
127 MachVMRegion::GetRegionForAddress(nub_addr_t addr)
189 MachVMRegion::GetDNBPermissions () const