Searched refs:mach_vm_address_t (Results 1 – 8 of 8) sorted by relevance
65 mach_vm_address_t all_image_info_addr;92 mach_vm_address_t region_base = (mach_vm_address_t)address; in GetMemoryRegionSize()112 *size_to_end = region_base + region_size -(mach_vm_address_t)address; in GetMemoryRegionSize()120 mach_vm_address_t region_base2 = in GetMemoryRegionSize()121 (mach_vm_address_t)(region_base + region_size); in GetMemoryRegionSize()140 *size_to_end = region_base + region_size -(mach_vm_address_t)address; in GetMemoryRegionSize()189 mach_vm_address_t page_address = address & (-systemPageSize); in ReadTaskMemory()191 mach_vm_address_t last_page_address = in ReadTaskMemory()209 &local_start[(mach_vm_address_t)address - page_address], in ReadTaskMemory()265 image.vmaddr_ = static_cast<mach_vm_address_t>(seg->vmaddr); in FindTextSection()
258 size_t MinidumpGenerator::CalculateStackSize(mach_vm_address_t start_addr) { in CalculateStackSize()259 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize()293 mach_vm_address_t next_region_base = stack_region_base + in CalculateStackSize()295 mach_vm_address_t proposed_next_region_base = next_region_base; in CalculateStackSize()317 mach_vm_address_t start_addr, in WriteStackFromStartAddress()455 mach_vm_address_t start_addr = REGISTER_FROM_THREADSTATE(machine_state, sp); in WriteStackARM()512 mach_vm_address_t start_addr = REGISTER_FROM_THREADSTATE(machine_state, sp); in WriteStackARM64()588 mach_vm_address_t start_addr = REGISTER_FROM_THREADSTATE(machine_state, r1); in WriteStackPPC()596 mach_vm_address_t start_addr = REGISTER_FROM_THREADSTATE(machine_state, r1); in WriteStackPPC64()755 mach_vm_address_t start_addr = REGISTER_FROM_THREADSTATE(machine_state, esp); in WriteStackX86()[all …]
139 bool WriteStackFromStartAddress(mach_vm_address_t start_addr,148 size_t CalculateStackSize(mach_vm_address_t start_addr);
39 #define mach_vm_address_t vm_address_t macro
144 mach_vm_address_t GetVMAddr() const {return vmaddr_;} in GetVMAddr()189 mach_vm_address_t vmaddr_;
68 bool IsAddressInSharedRegion(mach_vm_address_t addr, cpu_type_t type) { in IsAddressInSharedRegion()159 for (mach_vm_address_t address = MACH_VM_MIN_ADDRESS;; address += size) { in GetMemoryBytes()
5233 mach_vm_address_t context; in PRE()6613 mach_vm_address_t address; in PRE()6997 mach_vm_address_t address; in PRE()7040 mach_vm_address_t address; in PRE()7065 mach_vm_address_t address; in POST()7097 mach_vm_address_t address; in PRE()7153 mach_vm_address_t address; in PRE()7212 mach_vm_address_t address; in PRE()7255 mach_vm_address_t source_address; in PRE()7257 mach_vm_address_t dest_address; in PRE()[all …]
3571 mach_vm_address_t addr = iter; in parse_procselfmaps()