Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dscript-sections.h46 class Orphan_section_placement; variable
312 Orphan_section_placement* orphan_section_placement_;
Dscript-sections.cc293 class Orphan_section_placement class
299 Orphan_section_placement();
362 Orphan_section_placement::Orphan_section_placement() in Orphan_section_placement() function in gold::Orphan_section_placement
380 Orphan_section_placement::initialize_place(Place_index index, const char* name) in initialize_place()
392 Orphan_section_placement::output_section_init(const std::string& name, in output_section_init()
453 Orphan_section_placement::last_init(Elements_iterator location) in last_init()
464 Orphan_section_placement::find_place(Output_section* os, in find_place()
552 Orphan_section_placement::Elements_iterator
553 Orphan_section_placement::last_place() const in last_place()
606 orphan_section_init(Orphan_section_placement*, in orphan_section_init() argument
[all …]
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.