Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc2594 Unordered_map<std::string, unsigned int>::iterator map_it; in find_section_order_index() local
2595 map_it = this->input_section_position_.find(section_name); in find_section_order_index()
2596 if (map_it != this->input_section_position_.end()) in find_section_order_index()
2597 return map_it->second; in find_section_order_index()
2607 map_it = this->input_section_position_.find(*it); in find_section_order_index()
2608 gold_assert(map_it != this->input_section_position_.end()); in find_section_order_index()
2609 return map_it->second; in find_section_order_index()