Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
DChangeLog-2018541 * output.cc (Output_section::Output_section): Initialize reloc_section_.
544 (Output_section::reloc_section_): New data member.
Doutput.h4115 { return this->reloc_section_; } in reloc_section()
4119 { this->reloc_section_ = os; } in set_reloc_section()
4609 Output_section* reloc_section_; variable
Doutput.cc2354 reloc_section_(NULL) in Output_section()