Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp252 lldb::addr_t section_vm_addr = section->GetFileAddress(); in DoLoadCore() local
254 VMRangeToFileOffset::Entry range_entry (section_vm_addr, in DoLoadCore()
258 if (vm_addr > section_vm_addr) in DoLoadCore()
287 GetDynamicLoaderAddress (section_vm_addr); in DoLoadCore()
318 for (lldb::addr_t section_vm_addr = section_vm_addr_start + 0x1000; in DoLoadCore() local
319 section_vm_addr < section_vm_addr_end; in DoLoadCore()
320 section_vm_addr += 0x1000) in DoLoadCore()
322 if (GetDynamicLoaderAddress (section_vm_addr)) in DoLoadCore()