Lines Matching refs:elements_

1962   Output_section_elements elements_;  member in gold::Output_section_definition
1992 elements_(), in Output_section_definition()
2025 this->elements_.push_back(p); in add_symbol_assignment()
2034 this->elements_.push_back(p); in add_dot_assignment()
2047 this->elements_.push_back(p); in add_assertion()
2057 this->elements_.push_back(p); in add_data()
2066 this->elements_.push_back(p); in add_fill()
2076 this->elements_.push_back(p); in add_input_section()
2087 for (Output_section_elements::const_iterator p = this->elements_.begin(); in create_sections()
2088 p != this->elements_.end(); in create_sections()
2106 for (Output_section_elements::iterator p = this->elements_.begin(); in add_symbols_to_table()
2107 p != this->elements_.end(); in add_symbols_to_table()
2141 for (Output_section_elements::iterator p = this->elements_.begin(); in finalize_symbols()
2142 p != this->elements_.end(); in finalize_symbols()
2158 for (Output_section_elements::const_iterator p = this->elements_.begin(); in output_section_name()
2159 p != this->elements_.end(); in output_section_name()
2484 for (Output_section_elements::iterator p = this->elements_.begin(); in set_section_addresses()
2485 p != this->elements_.end(); in set_section_addresses()
2731 for (Output_section_elements::const_iterator p = this->elements_.begin(); in print()
2732 p != this->elements_.end(); in print()
3612 : elements_(elements) in Sort_output_sections()
3623 const Script_sections::Sections_elements* elements_; member in gold::Sort_output_sections
3683 if (this->elements_ == NULL) in script_compare()
3689 p = this->elements_->begin(); in script_compare()
3690 p != this->elements_->end(); in script_compare()