Lines Matching refs:load_addr

65                                             addr_t load_addr,  in SetSectionLoadAddress()  argument
73 load_addr, module_sp.get()); in SetSectionLoadAddress()
83 if (load_addr == sta_pos->second) in SetSectionLoadAddress()
86 sta_pos->second = load_addr; in SetSectionLoadAddress()
88 m_sect_to_addr[section.get()] = load_addr; in SetSectionLoadAddress()
91 addr_to_sect_collection::iterator ats_pos = m_addr_to_sect.find(load_addr); in SetSectionLoadAddress()
111 load_addr, module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
129 m_addr_to_sect[load_addr] = section; in SetSectionLoadAddress()
140 section->GetName().AsCString(), load_addr); in SetSectionLoadAddress()
171 addr_t load_addr = sta_pos->second; in SetSectionUnloaded() local
175 m_addr_to_sect.find(load_addr); in SetSectionUnloaded()
184 addr_t load_addr) { in SetSectionUnloaded() argument
199 module_name.c_str(), section_sp->GetName().AsCString(), load_addr); in SetSectionUnloaded()
210 addr_to_sect_collection::iterator ats_pos = m_addr_to_sect.find(load_addr); in SetSectionUnloaded()
219 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress() argument
225 m_addr_to_sect.lower_bound(load_addr); in ResolveLoadAddress()
227 if (load_addr != pos->first && pos != m_addr_to_sect.begin()) in ResolveLoadAddress()
230 if (load_addr >= pos_load_addr) { in ResolveLoadAddress()
231 addr_t offset = load_addr - pos_load_addr; in ResolveLoadAddress()
244 if (load_addr >= rpos->first) { in ResolveLoadAddress()
245 addr_t offset = load_addr - rpos->first; in ResolveLoadAddress()