/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | script-sections.cc | 690 get_output_section() const in get_output_section() function in gold::Sections_element 2048 get_output_section() const in get_output_section() function in gold::Output_section_definition 2409 Output_section* out_sec = section->get_output_section(); in find_memory_region() 3019 get_output_section() const in get_output_section() function in gold::Orphan_output_section 3734 Output_section* os = (*p)->get_output_section(); in set_section_addresses() 3764 Output_section* os = (*p)->get_output_section(); in set_section_addresses() 3896 if (os2 == (*p)->get_output_section()) in script_compare() 3902 else if (os1 == (*p)->get_output_section()) in script_compare()
|
H A D | layout.cc | 821 Layout::get_output_section(const char* name, Stringpool::Key name_key, in get_output_section() function in gold::Layout 1076 return this->get_output_section(name, name_key, type, flags, order, is_relro); in choose_output_section() 1113 Output_section* os = this->get_output_section(name, name_key, sh_type, in init_fixed_output_section() 1204 os = this->get_output_section(os_name, name_key, sh_type, sh_flags, in layout() 1232 os = this->get_output_section(os_name, name_key, sh_type, in layout()
|
H A D | layout.h | 1206 get_output_section(const char* name, Stringpool::Key name_key,
|
H A D | ChangeLog-0815 | 6950 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and 9680 * layout.cc (Layout::get_output_section): Add order parameter. 12470 (Layout::get_output_section): Add is_relro, is_last_relro, and 13134 * layout.cc (Layout::get_output_section): Add is_interp and 16167 Add get_output_section virtual function. 16169 bool* parameter to place_orphan_here. Add get_output_section. 16180 place_orphan_here. Add get_output_section. 17463 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | script-sections.cc | 690 get_output_section() const in get_output_section() function in gold::Sections_element 2048 get_output_section() const in get_output_section() function in gold::Output_section_definition 2409 Output_section* out_sec = section->get_output_section(); in find_memory_region() 3019 get_output_section() const in get_output_section() function in gold::Orphan_output_section 3734 Output_section* os = (*p)->get_output_section(); in set_section_addresses() 3764 Output_section* os = (*p)->get_output_section(); in set_section_addresses() 3896 if (os2 == (*p)->get_output_section()) in script_compare() 3902 else if (os1 == (*p)->get_output_section()) in script_compare()
|
H A D | layout.cc | 818 Layout::get_output_section(const char* name, Stringpool::Key name_key, in get_output_section() function in gold::Layout 1073 return this->get_output_section(name, name_key, type, flags, order, is_relro); in choose_output_section() 1110 Output_section* os = this->get_output_section(name, name_key, sh_type, in init_fixed_output_section() 1201 os = this->get_output_section(os_name, name_key, sh_type, sh_flags, in layout() 1229 os = this->get_output_section(os_name, name_key, sh_type, in layout()
|
H A D | layout.h | 1201 get_output_section(const char* name, Stringpool::Key name_key,
|
H A D | ChangeLog-0815 | 6950 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and 9680 * layout.cc (Layout::get_output_section): Add order parameter. 12470 (Layout::get_output_section): Add is_relro, is_last_relro, and 13134 * layout.cc (Layout::get_output_section): Add is_interp and 16167 Add get_output_section virtual function. 16169 bool* parameter to place_orphan_here. Add get_output_section. 16180 place_orphan_here. Add get_output_section. 17463 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
|