Searched refs:sta_pos (Results 1 – 1 of 1) sorted by relevance
80 sect_to_addr_collection::iterator sta_pos = m_sect_to_addr.find(section.get()); in SetSectionLoadAddress() local81 if (sta_pos != m_sect_to_addr.end()) in SetSectionLoadAddress()83 if (load_addr == sta_pos->second) in SetSectionLoadAddress()86 sta_pos->second = load_addr; in SetSectionLoadAddress()151 sect_to_addr_collection::iterator sta_pos = m_sect_to_addr.find(section_sp.get()); in SetSectionUnloaded() local152 if (sta_pos != m_sect_to_addr.end()) in SetSectionUnloaded()155 addr_t load_addr = sta_pos->second; in SetSectionUnloaded()156 m_sect_to_addr.erase (sta_pos); in SetSectionUnloaded()183 sect_to_addr_collection::iterator sta_pos = m_sect_to_addr.find(section_sp.get()); in SetSectionUnloaded() local184 if (sta_pos != m_sect_to_addr.end()) in SetSectionUnloaded()[all …]