Home
last modified time | relevance | path

Searched refs:mach_vm_address_t (Results 1 – 18 of 18) 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.cc278 size_t MinidumpGenerator::CalculateStackSize(mach_vm_address_t start_addr) { in CalculateStackSize()
279 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize()
313 mach_vm_address_t next_region_base = stack_region_base + in CalculateStackSize()
315 mach_vm_address_t proposed_next_region_base = next_region_base; in CalculateStackSize()
337 mach_vm_address_t start_addr, in WriteStackFromStartAddress()
475 mach_vm_address_t start_addr = REGISTER_FROM_THREADSTATE(machine_state, sp); in WriteStackARM()
532 mach_vm_address_t start_addr = REGISTER_FROM_THREADSTATE(machine_state, sp); in WriteStackARM64()
608 mach_vm_address_t start_addr = REGISTER_FROM_THREADSTATE(machine_state, r1); in WriteStackPPC()
616 mach_vm_address_t start_addr = REGISTER_FROM_THREADSTATE(machine_state, r1); in WriteStackPPC64()
775 mach_vm_address_t start_addr = REGISTER_FROM_THREADSTATE(machine_state, esp); in WriteStackX86()
[all …]
Dmach_vm_compat.h39 #define mach_vm_address_t vm_address_t macro
Dminidump_generator.h156 bool WriteStackFromStartAddress(mach_vm_address_t start_addr,
165 size_t CalculateStackSize(mach_vm_address_t start_addr);
Ddynamic_images.h144 mach_vm_address_t GetVMAddr() const {return vmaddr_;} in GetVMAddr()
189 mach_vm_address_t vmaddr_;
/external/google-breakpad/src/third_party/mac_headers/mach/i386/
Dvm_types.h124 typedef uint64_t mach_vm_address_t; typedef
/external/libchrome/base/process/
Dprocess_metrics.h525 mach_vm_address_t* address,
536 mach_vm_address_t* address,
/external/libchrome/base/memory/
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/cronet/base/process/
Dprocess_metrics_mac.cc324 mach_vm_address_t* address, in GetTopInfo()
340 mach_vm_address_t* address, in GetBasicInfo()
Dprocess_metrics.h629 mach_vm_address_t* address,
642 mach_vm_address_t* address,
Dprocess_metrics_ios.cc121 mach_vm_address_t* address, in GetBasicInfo()
/external/libchrome/base/test/
Dtest_shared_memory_util.cc95 mach_vm_address_t memory; in CheckReadOnlySharedMemoryMachPort()
/external/libchrome/base/trace_event/
Dprocess_memory_dump.cc170 mach_vm_address_t address = in CountResidentBytesInSharedMemory()
171 reinterpret_cast<mach_vm_address_t>(start_address); in CountResidentBytesInSharedMemory()
/external/cronet/base/trace_event/
Dprocess_memory_dump.cc205 mach_vm_address_t address = in CountResidentBytesInSharedMemory()
206 reinterpret_cast<mach_vm_address_t>(aligned_start_address); in CountResidentBytesInSharedMemory()
/external/AFLplusplus/utils/afl_untracer/
Dafl-untracer.c265 mach_vm_address_t image_load_address = in find_library()
266 (mach_vm_address_t)image_infos[i].imageLoadAddress; in find_library()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs59 pub type mach_vm_address_t = u64; typedef
5743 address: *mut ::mach_vm_address_t, in mach_vm_map() argument