Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc480 input_section_position_(), in Layout()
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()
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()
2644 this->input_section_position_[line] = position; in read_layout_from_file()
Dlayout.h1444 Unordered_map<std::string, unsigned int> input_section_position_; variable
DChangeLog4856 input_section_position_, and input_section_glob_.
8721 (Layout::input_section_position_): New private member.