Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc432 segment_list_(), in Layout()
487 this->segment_list_.reserve(12); in Layout()
773 for (Segment_list::const_iterator p = this->segment_list_.begin(); in find_output_segment()
774 p != this->segment_list_.end(); in find_output_segment()
1938 for (p = this->segment_list_.begin(); in attach_allocated_section_to_segment()
1939 p != this->segment_list_.end(); in attach_allocated_section_to_segment()
1979 if (p == this->segment_list_.end() in attach_allocated_section_to_segment()
2004 for (p = this->segment_list_.begin(); in attach_allocated_section_to_segment()
2005 p != segment_list_.end(); in attach_allocated_section_to_segment()
2017 if (p == this->segment_list_.end()) in attach_allocated_section_to_segment()
[all …]
Doutput.cc186 segment_list_(segment_list), in Output_section_headers()
204 this->segment_list_->begin(); in do_size()
205 p != this->segment_list_->end(); in do_size()
296 size_t segment_count = this->segment_list_->size(); in do_sized_write()
309 this->segment_list_->begin(); in do_sized_write()
310 p != this->segment_list_->end(); in do_sized_write()
361 : segment_list_(segment_list) in Output_segment_headers()
401 off_t all_phdrs_size = this->segment_list_.size() * phdr_size; in do_sized_write()
406 for (Layout::Segment_list::const_iterator p = this->segment_list_.begin(); in do_sized_write()
407 p != this->segment_list_.end(); in do_sized_write()
[all …]
Dlayout.h956 { return this->segment_list_.size(); } in segment_count()
1334 Segment_list segment_list_; variable
Doutput.h523 const Layout::Segment_list* segment_list_; variable
567 const Layout::Segment_list& segment_list_; variable