Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dscript-sections.h53 typedef std::list<Sections_element*> Sections_elements; typedef
260 typedef Sections_elements::iterator Elements_iterator;
304 Sections_elements* sections_elements_;
315 Sections_elements::iterator data_segment_align_start_;
Dscript-sections.cc3190 this->sections_elements_ = new Sections_elements; in start_sections()
3235 this->sections_elements_ = new Sections_elements; in add_dot_assignment()
3323 Sections_elements::iterator p = this->sections_elements_->end(); in data_segment_align()
3344 Sections_elements::iterator p = this->data_segment_align_start_; in data_segment_relro_end()
3357 for (Sections_elements::iterator p = this->sections_elements_->begin(); in create_sections()
3370 for (Sections_elements::iterator p = this->sections_elements_->begin(); in add_symbols_to_table()
3384 for (Sections_elements::iterator p = this->sections_elements_->begin(); in finalize_symbols()
3401 for (Sections_elements::const_iterator p = this->sections_elements_->begin(); in output_section_name()
3443 for (Sections_elements::iterator p = this->sections_elements_->begin(); in place_orphan()
3448 Sections_elements::iterator last = this->sections_elements_->end(); in place_orphan()
[all …]
DChangeLog7455 Sections_elements typedef public.
13785 (class Script_sections): Change Sections_elements from std::vector