Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DSectionLoadList.cpp80 sect_to_addr_collection::iterator sta_pos = m_sect_to_addr.find(section.get()); in SetSectionLoadAddress() local
81 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() local
152 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() local
184 if (sta_pos != m_sect_to_addr.end()) in SetSectionUnloaded()
[all …]