Home
last modified time | relevance | path

Searched refs:after_input_sections_ (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Doutput.h3568 { return this->after_input_sections_; } in after_input_sections()
3574 { this->after_input_sections_ = true; } in set_after_input_sections()
4235 this->after_input_sections_ = true; in set_requires_postprocessing()
4541 bool after_input_sections_ : 1; variable
Doutput.cc2326 after_input_sections_(false), in Output_section()