Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSection.cpp238 addr_t Section::GetLoadBaseAddress(Target *target) const { in GetLoadBaseAddress() function in Section
242 load_base_addr = parent_sp->GetLoadBaseAddress(target); in GetLoadBaseAddress()
296 addr = GetLoadBaseAddress(target); in Dump()
DAddress.cpp314 addr_t sect_load_addr = section_sp->GetLoadBaseAddress(target); in GetLoadAddress()
DModule.cpp1485 if (section_sp->GetLoadBaseAddress(target) != LLDB_INVALID_ADDRESS) { in IsLoadedInTarget()
/external/llvm-project/lldb/include/lldb/Core/
DSection.h135 lldb::addr_t GetLoadBaseAddress(Target *target) const;
/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp514 section->GetLoadBaseAddress(&process_sp->GetTarget()); in ReadSectionData()
557 section->GetLoadBaseAddress(&process_sp->GetTarget()); in ReadSectionData()
DCompactUnwindInfo.cpp269 m_section_sp->GetLoadBaseAddress(&process_sp->GetTarget()), in ScanIndex()
/external/llvm-project/lldb/source/API/
DSBSection.cpp142 return section_sp->GetLoadBaseAddress(target_sp.get()); in GetLoadAddress()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1439 addr_t load_addr = crash_info->GetLoadBaseAddress(&target); in ExtractCrashInfoAnnotations()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp1822 return objc_opt_section_sp->GetLoadBaseAddress( in GetSharedCacheReadOnlyAddress()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp840 addr_t dyn_base = dynsym_section_sp->GetLoadBaseAddress(target); in GetImageInfoAddress()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2301 linkedit_section_sp->GetLoadBaseAddress(&target); in ParseSymtab()