Home
last modified time | relevance | path

Searched refs:GetSectionLoadAddress (Results 1 – 10 of 10) 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.cpp3258 m_section_load_history.GetSectionLoadAddress( in SetSectionLoadAddress()
5193 lldb::addr_t Target::GetSectionLoadAddress(const lldb::SectionSP &section_sp) { in GetSectionLoadAddress() function in Target
5194 return GetSectionLoadList().GetSectionLoadAddress(section_sp); in GetSectionLoadAddress()
/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,
H A DTarget.h1177 lldb::addr_t GetSectionLoadAddress(const lldb::SectionSP &section_sp);
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp106 if (target.GetSectionLoadAddress(section_sp) != in LoadAllImagesAtFileAddresses()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp240 load_base_addr = target->GetSectionLoadAddress( in GetLoadBaseAddress()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp684 loadable.Dest = target.GetSectionLoadAddress(section_sp); in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp391 addr_t load_addr = target.GetSectionLoadAddress(section_sp); in BuildMemoryRegions()