Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DSection.cpp224 addr_t Section::GetLoadBaseAddress(Target *target) const { in GetLoadBaseAddress() function in Section
228 load_base_addr = parent_sp->GetLoadBaseAddress(target); in GetLoadBaseAddress()
282 addr = GetLoadBaseAddress(target); in Dump()
DAddress.cpp315 addr_t sect_load_addr = section_sp->GetLoadBaseAddress(target); in GetLoadAddress()
DModule.cpp1466 if (section_sp->GetLoadBaseAddress(target) != LLDB_INVALID_ADDRESS) { in IsLoadedInTarget()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DSection.h141 lldb::addr_t GetLoadBaseAddress(Target *target) const;
/openbsd/src/gnu/llvm/lldb/source/API/
DSBSection.cpp135 return section_sp->GetLoadBaseAddress(target_sp.get()); in GetLoadAddress()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DObjectFile.cpp493 section->GetLoadBaseAddress(&process_sp->GetTarget()); in ReadSectionData()
536 section->GetLoadBaseAddress(&process_sp->GetTarget()); in ReadSectionData()
DCompactUnwindInfo.cpp270 m_section_sp->GetLoadBaseAddress(&process_sp->GetTarget()), in ScanIndex()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp907 addr_t load_addr = crash_info->GetLoadBaseAddress(&target); in ExtractCrashInfoAnnotations()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp2348 return objc_opt_section_sp->GetLoadBaseAddress( in GetSharedCacheReadOnlyAddress()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2386 linkedit_section_sp->GetLoadBaseAddress(&target); in ParseSymtab()
6354 addr_t vmaddr = section->GetLoadBaseAddress(&target);
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp877 addr_t dyn_base = dynsym_section_sp->GetLoadBaseAddress(target); in GetImageInfoAddress()