Lines Matching refs:second
58 section_load_addr = pos->second; in GetSectionLoadAddress()
82 if (load_addr == sta_pos->second) in SetSectionLoadAddress()
85 sta_pos->second = load_addr; in SetSectionLoadAddress()
102 if (warn_multiple && section != ats_pos->second) { in SetSectionLoadAddress()
105 ModuleSP curr_module_sp(ats_pos->second->GetModule()); in SetSectionLoadAddress()
113 ats_pos->second->GetName().GetCString()); in SetSectionLoadAddress()
117 ats_pos->second = section; in SetSectionLoadAddress()
160 addr_t load_addr = sta_pos->second; in SetSectionUnloaded()
221 if (offset < pos->second->GetByteSize() + (allow_section_end ? 1 : 0)) { in ResolveLoadAddress()
224 return pos->second->ResolveContainedAddress(offset, so_addr, in ResolveLoadAddress()
236 rpos->second->GetByteSize() + (allow_section_end ? 1 : 0)) { in ResolveLoadAddress()
239 return rpos->second->ResolveContainedAddress(offset, so_addr, in ResolveLoadAddress()
255 static_cast<void *>(pos->second.get())); in Dump()
256 pos->second->Dump(s.AsRawOstream(), s.GetIndentLevel(), target, 0); in Dump()