Home
last modified time | relevance | path

Searched refs:ats_pos (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Target/
DSectionLoadList.cpp92 addr_to_sect_collection::iterator ats_pos = m_addr_to_sect.find(load_addr); in SetSectionLoadAddress() local
93 if (ats_pos != m_addr_to_sect.end()) in SetSectionLoadAddress()
105 if (warn_multiple && section != ats_pos->second) in SetSectionLoadAddress()
110 ModuleSP curr_module_sp (ats_pos->second->GetModule()); in SetSectionLoadAddress()
118 ats_pos->second->GetName().GetCString()); in SetSectionLoadAddress()
122 ats_pos->second = section; in SetSectionLoadAddress()
158 addr_to_sect_collection::iterator ats_pos = m_addr_to_sect.find(load_addr); in SetSectionUnloaded() local
159 if (ats_pos != m_addr_to_sect.end()) in SetSectionUnloaded()
160 m_addr_to_sect.erase (ats_pos); in SetSectionUnloaded()
190 addr_to_sect_collection::iterator ats_pos = m_addr_to_sect.find(load_addr); in SetSectionUnloaded() local
[all …]