Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp105 SectionLoadHistory::GetSectionLoadAddress(uint32_t stop_id, in GetSectionLoadAddress() function in SectionLoadHistory
111 return section_load_list->GetSectionLoadAddress(section_sp); in GetSectionLoadAddress()
H A DSectionLoadList.cpp50 SectionLoadList::GetSectionLoadAddress(const lldb::SectionSP &section) const { in GetSectionLoadAddress() function in SectionLoadList
H A DTarget.cpp3118 m_section_load_history.GetSectionLoadAddress( in SetSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadList.h41 lldb::addr_t GetSectionLoadAddress(const lldb::SectionSP &section_sp) const;
H A DSectionLoadHistory.h44 lldb::addr_t GetSectionLoadAddress(uint32_t stop_id,
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp106 if (target.GetSectionLoadList().GetSectionLoadAddress( in LoadAllImagesAtFileAddresses()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp237 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress( in GetLoadBaseAddress()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp647 target.GetSectionLoadList().GetSectionLoadAddress(section_sp); in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp345 addr_t load_addr = load_list.GetSectionLoadAddress(section_sp); in BuildMemoryRegions()