Home
last modified time | relevance | path

Searched refs:section_list_ (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc433 section_list_(), in Layout()
758 for (Section_list::const_iterator p = this->section_list_.begin(); in find_output_section()
759 p != this->section_list_.end(); in find_output_section()
1729 this->section_list_.push_back(os); in make_output_section()
1878 for (Section_list::iterator p = this->section_list_.begin(); in attach_sections_to_segments()
1879 p != this->section_list_.end(); in attach_sections_to_segments()
2183 for (Section_list::const_iterator p = this->section_list_.begin(); in define_section_symbols()
2184 p != this->section_list_.end(); in define_section_symbols()
2356 for (Section_list::iterator p = this->section_list_.begin(); in clean_up_after_relaxation()
2357 p != this->section_list_.end(); in clean_up_after_relaxation()
[all …]
Dlayout.h978 { return this->section_list_; } in section_list()
1336 Section_list section_list_; variable
Doutput.cc187 section_list_(section_list), in Output_section_headers()
213 this->section_list_->begin(); in do_size()
214 p != this->section_list_->end(); in do_size()
320 this->section_list_->begin(); in do_sized_write()
321 p != this->section_list_->end(); in do_sized_write()
Doutput.h524 const Layout::Section_list* section_list_; variable