Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Doutput.h3901 { return this->section_offsets_need_adjustment_; } in section_offsets_need_adjustment()
3906 { this->section_offsets_need_adjustment_ = true; } in set_section_offsets_need_adjustment()
3911 { this->section_offsets_need_adjustment_ = false; } in clear_section_offsets_need_adjustment()
4434 bool section_offsets_need_adjustment_ : 1; variable
Doutput.cc2307 section_offsets_need_adjustment_(false), in Output_section()
3974 if (!this->section_offsets_need_adjustment_) in adjust_section_offsets()
3988 this->section_offsets_need_adjustment_ = false; in adjust_section_offsets()
DChangeLog10247 (Output_section::section_offsets_need_adjustment_): New data member.