Home
last modified time | relevance | path

Searched refs:mach_vm_address_t (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc65 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()
Dminidump_generator.cc258 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 …]
Dminidump_generator.h139 bool WriteStackFromStartAddress(mach_vm_address_t start_addr,
148 size_t CalculateStackSize(mach_vm_address_t start_addr);
Dmach_vm_compat.h39 #define mach_vm_address_t vm_address_t macro
Ddynamic_images.h144 mach_vm_address_t GetVMAddr() const {return vmaddr_;} in GetVMAddr()
189 mach_vm_address_t vmaddr_;
/external/libchrome/base/memory/
Dplatform_shared_memory_region_mac.cc87 mach_task_self(), reinterpret_cast<mach_vm_address_t*>(&temp_addr), in ConvertToReadOnly()
143 reinterpret_cast<mach_vm_address_t*>(memory), // Output parameter in MapAt()
197 mach_vm_address_t temp_addr = 0; in CheckPlatformHandlePermissionsCorrespondToMode()
Dprotected_memory_posix.cc70 mach_task_self(), reinterpret_cast<mach_vm_address_t*>(&ptr), &size, in AssertMemoryIsReadOnly()
Dshared_memory_mapping.cc85 mach_task_self(), reinterpret_cast<mach_vm_address_t>(memory_), size_); in Unmap()
Dplatform_shared_memory_region_unittest.cc218 reinterpret_cast<mach_vm_address_t*>(&temp_addr), &basic_info); in TEST_F()
/external/libchrome/base/process/
Dprocess_metrics.h525 mach_vm_address_t* address,
536 mach_vm_address_t* address,
/external/libchrome/base/test/
Dtest_shared_memory_util.cc95 mach_vm_address_t memory; in CheckReadOnlySharedMemoryMachPort()