Lines Matching refs:sections_elements_

3332   gold_assert(!this->sections_elements_->empty());  in set_memory_region()
3333 this->sections_elements_->back()->set_memory_region(mr, set_vma); in set_memory_region()
3341 sections_elements_(NULL), in Script_sections()
3362 if (this->sections_elements_ == NULL) in start_sections()
3363 this->sections_elements_ = new Sections_elements; in start_sections()
3390 this->sections_elements_->push_back(p); in add_symbol_assignment()
3406 if (this->sections_elements_ == NULL) in add_dot_assignment()
3408 this->sections_elements_ = new Sections_elements; in add_dot_assignment()
3413 this->sections_elements_->push_back(p); in add_dot_assignment()
3429 this->sections_elements_->push_back(p); in add_assertion()
3444 this->sections_elements_->push_back(posd); in start_output_section()
3495 gold_assert(!this->sections_elements_->empty()); in data_segment_align()
3496 Sections_elements::iterator p = this->sections_elements_->end(); in data_segment_align()
3518 for (++p; p != this->sections_elements_->end(); ++p) in data_segment_relro_end()
3530 for (Sections_elements::iterator p = this->sections_elements_->begin(); in create_sections()
3531 p != this->sections_elements_->end(); in create_sections()
3543 for (Sections_elements::iterator p = this->sections_elements_->begin(); in add_symbols_to_table()
3544 p != this->sections_elements_->end(); in add_symbols_to_table()
3557 for (Sections_elements::iterator p = this->sections_elements_->begin(); in finalize_symbols()
3558 p != this->sections_elements_->end(); in finalize_symbols()
3575 for (Sections_elements::const_iterator p = this->sections_elements_->begin(); in output_section_name()
3576 p != this->sections_elements_->end(); in output_section_name()
3643 for (Sections_elements::iterator p = this->sections_elements_->begin(); in place_orphan()
3644 p != this->sections_elements_->end(); in place_orphan()
3647 gold_assert(!this->sections_elements_->empty()); in place_orphan()
3648 Sections_elements::iterator last = this->sections_elements_->end(); in place_orphan()
3668 gold_assert(p != this->sections_elements_->end()); in place_orphan()
3670 *where = this->sections_elements_->insert(p, orphan); in place_orphan()
3679 *where = this->sections_elements_->insert(last, orphan); in place_orphan()
3701 for (Sections_elements::iterator p = this->sections_elements_->begin(); in set_section_addresses()
3702 p != this->sections_elements_->end(); in set_section_addresses()
3710 for (q = this->sections_elements_->begin(); in set_section_addresses()
3711 q != this->sections_elements_->end(); in set_section_addresses()
3721 if (q == this->sections_elements_->end()) in set_section_addresses()
3730 for (Sections_elements::const_iterator p = this->sections_elements_->begin(); in set_section_addresses()
3731 p != this->sections_elements_->end(); in set_section_addresses()
3760 for (Sections_elements::iterator p = this->sections_elements_->begin(); in set_section_addresses()
3761 p != this->sections_elements_->end(); in set_section_addresses()
3984 Sort_output_sections(this->sections_elements_)); in create_segments()
4316 for (Sections_elements::const_iterator p = this->sections_elements_->begin(); in attach_sections_using_phdrs_clause()
4317 p != this->sections_elements_->end(); in attach_sections_using_phdrs_clause()
4533 for (Sections_elements::const_iterator p = this->sections_elements_->begin(); in get_output_section_info()
4534 p != this->sections_elements_->end(); in get_output_section_info()
4588 for (Sections_elements::const_iterator p = this->sections_elements_->begin(); in print()
4589 p != this->sections_elements_->end(); in print()