Lines Matching refs:load_addr

64                                             addr_t load_addr,  in SetSectionLoadAddress()  argument
72 load_addr, module_sp.get()); in SetSectionLoadAddress()
82 if (load_addr == sta_pos->second) in SetSectionLoadAddress()
85 sta_pos->second = load_addr; in SetSectionLoadAddress()
87 m_sect_to_addr[section.get()] = load_addr; in SetSectionLoadAddress()
90 addr_to_sect_collection::iterator ats_pos = m_addr_to_sect.find(load_addr); in SetSectionLoadAddress()
110 load_addr, module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
119 m_addr_to_sect[load_addr] = section; in SetSectionLoadAddress()
129 section->GetName().AsCString(), load_addr); in SetSectionLoadAddress()
160 addr_t load_addr = sta_pos->second; in SetSectionUnloaded() local
164 m_addr_to_sect.find(load_addr); in SetSectionUnloaded()
173 addr_t load_addr) { in SetSectionUnloaded() argument
188 module_name.c_str(), section_sp->GetName().AsCString(), load_addr); in SetSectionUnloaded()
199 addr_to_sect_collection::iterator ats_pos = m_addr_to_sect.find(load_addr); in SetSectionUnloaded()
208 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress() argument
214 m_addr_to_sect.lower_bound(load_addr); in ResolveLoadAddress()
216 if (load_addr != pos->first && pos != m_addr_to_sect.begin()) in ResolveLoadAddress()
219 if (load_addr >= pos_load_addr) { in ResolveLoadAddress()
220 addr_t offset = load_addr - pos_load_addr; in ResolveLoadAddress()
233 if (load_addr >= rpos->first) { in ResolveLoadAddress()
234 addr_t offset = load_addr - rpos->first; in ResolveLoadAddress()