Lines Matching refs:elements_

2099   Output_section_elements elements_;  member in gold::Output_section_definition
2129 elements_(), in Output_section_definition()
2162 this->elements_.push_back(p); in add_symbol_assignment()
2171 this->elements_.push_back(p); in add_dot_assignment()
2184 this->elements_.push_back(p); in add_assertion()
2194 this->elements_.push_back(p); in add_data()
2203 this->elements_.push_back(p); in add_fill()
2213 this->elements_.push_back(p); in add_input_section()
2224 for (Output_section_elements::const_iterator p = this->elements_.begin(); in create_sections()
2225 p != this->elements_.end(); in create_sections()
2243 for (Output_section_elements::iterator p = this->elements_.begin(); in add_symbols_to_table()
2244 p != this->elements_.end(); in add_symbols_to_table()
2278 for (Output_section_elements::iterator p = this->elements_.begin(); in finalize_symbols()
2279 p != this->elements_.end(); in finalize_symbols()
2307 for (Output_section_elements::const_iterator p = this->elements_.begin(); in output_section_name()
2308 p != this->elements_.end(); in output_section_name()
2656 for (Output_section_elements::iterator p = this->elements_.begin(); in set_section_addresses()
2657 p != this->elements_.end(); in set_section_addresses()
2903 for (Output_section_elements::const_iterator p = this->elements_.begin(); in print()
2904 p != this->elements_.end(); in print()
3815 : elements_(elements) in Sort_output_sections()
3826 const Script_sections::Sections_elements* elements_; member in gold::Sort_output_sections
3886 if (this->elements_ == NULL) in script_compare()
3892 p = this->elements_->begin(); in script_compare()
3893 p != this->elements_->end(); in script_compare()