Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dscript-sections.h46 class Orphan_section_placement; variable
315 Orphan_section_placement* orphan_section_placement_;
Dscript-sections.cc293 class Orphan_section_placement class
299 Orphan_section_placement();
367 Orphan_section_placement::Orphan_section_placement() in Orphan_section_placement() function in gold::Orphan_section_placement
386 Orphan_section_placement::initialize_place(Place_index index, const char* name) in initialize_place()
398 Orphan_section_placement::output_section_init(const std::string& name, in output_section_init()
468 Orphan_section_placement::last_init(Elements_iterator location) in last_init()
479 Orphan_section_placement::find_place(Output_section* os, in find_place()
571 Orphan_section_placement::update_last_alloc(Elements_iterator elem) in update_last_alloc()
586 Orphan_section_placement::Elements_iterator
587 Orphan_section_placement::last_place() const in last_place()
[all …]
DChangeLog-2016185 * script-sections.cc (Orphan_section_placement::update_last_alloc):
187 (Orphan_section_placement::find_place): Place orphan .data section
226 * script-sections.cc (Orphan_section_placement): Add PLACE_LAST_ALLOC.
227 (Orphan_section_placement::Orphan_section_placement): Initialize it.
228 (Orphan_section_placement::output_section_init): Track last allocated
230 (Orphan_section_placement::find_place): Place BSS after last allocated
DChangeLog-081510716 * script-sections.cc (class Orphan_section_placement): Define
10718 (Orphan_section_placement::Orphan_section_placement): Initialize
10720 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
15207 * script-sections.cc (class Orphan_section_placement): New class.
15220 Orphan_section_placement.