Searched refs:GetSectionLoadAddress (Results 1 – 10 of 10) sorted by relevance
105 SectionLoadHistory::GetSectionLoadAddress(uint32_t stop_id, in GetSectionLoadAddress() function in SectionLoadHistory111 return section_load_list->GetSectionLoadAddress(section_sp); in GetSectionLoadAddress()
50 SectionLoadList::GetSectionLoadAddress(const lldb::SectionSP §ion) const { in GetSectionLoadAddress() function in SectionLoadList
3258 m_section_load_history.GetSectionLoadAddress( in SetSectionLoadAddress()5193 lldb::addr_t Target::GetSectionLoadAddress(const lldb::SectionSP §ion_sp) { in GetSectionLoadAddress() function in Target5194 return GetSectionLoadList().GetSectionLoadAddress(section_sp); in GetSectionLoadAddress()
41 lldb::addr_t GetSectionLoadAddress(const lldb::SectionSP §ion_sp) const;
44 lldb::addr_t GetSectionLoadAddress(uint32_t stop_id,
1177 lldb::addr_t GetSectionLoadAddress(const lldb::SectionSP §ion_sp);
106 if (target.GetSectionLoadAddress(section_sp) != in LoadAllImagesAtFileAddresses()
240 load_base_addr = target->GetSectionLoadAddress( in GetLoadBaseAddress()
684 loadable.Dest = target.GetSectionLoadAddress(section_sp); in GetLoadableData()
391 addr_t load_addr = target.GetSectionLoadAddress(section_sp); in BuildMemoryRegions()