Searched refs:m_addr_to_sect (Results 1 – 2 of 2) sorted by relevance
24 : m_addr_to_sect(), m_sect_to_addr(), m_mutex() { in SectionLoadList()26 m_addr_to_sect = rhs.m_addr_to_sect; in SectionLoadList()34 m_addr_to_sect = rhs.m_addr_to_sect; in operator =()40 return m_addr_to_sect.empty(); in IsEmpty()45 m_addr_to_sect.clear(); in Clear()91 addr_to_sect_collection::iterator ats_pos = m_addr_to_sect.find(load_addr); in SetSectionLoadAddress()92 if (ats_pos != m_addr_to_sect.end()) { in SetSectionLoadAddress()122 for (const auto &entry : m_addr_to_sect) { in SetSectionLoadAddress()124 const auto &it_pos = m_addr_to_sect.find(entry.first); in SetSectionLoadAddress()125 m_addr_to_sect.erase(it_pos); in SetSectionLoadAddress()[all …]
66 addr_to_sect_collection m_addr_to_sect; variable