Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp311 lldb::addr_t section_vm_addr = section->GetFileAddress(); in DoLoadCore() local
314 section_vm_addr, section->GetByteSize(), file_range); in DoLoadCore()
316 if (vm_addr > section_vm_addr) in DoLoadCore()
337 section_vm_addr, section->GetByteSize(), permissions)); in DoLoadCore()
461 for (lldb::addr_t section_vm_addr = section_vm_addr_start; in DoLoadCore() local
462 section_vm_addr < section_vm_addr_end; section_vm_addr += 0x1000) { in DoLoadCore()
463 GetDynamicLoaderAddress(section_vm_addr); in DoLoadCore()