Lines Matching refs:choose_output_section

945 Layout::choose_output_section(const Relobj* relobj, const char* name,  in choose_output_section()  function in gold::Layout
1218 os = this->choose_output_section(object, name, sh_type, in layout()
1536 Output_section* os = this->choose_output_section(object, ".eh_frame", in make_eh_frame_section()
1554 this->choose_output_section(NULL, ".eh_frame_hdr", in make_eh_frame_section()
1638 Output_section* os = this->choose_output_section(NULL, ".gdb_index", in add_to_gdb_index()
1664 Output_section* os = this->choose_output_section(NULL, name, type, flags, in add_output_section_data()
2451 this->dynamic_section_ = this->choose_output_section(NULL, ".dynamic", in create_initial_dynamic_sections()
3250 Output_section* os = this->choose_output_section(NULL, section_name, in create_note()
4677 Output_section* dynsym = this->choose_output_section(NULL, ".dynsym", in create_dynamic_symtab()
4716 this->choose_output_section(NULL, ".dynsym_shndx", in create_dynamic_symtab()
4743 Output_section* dynstr = this->choose_output_section(NULL, ".dynstr", in create_dynamic_symtab()
4781 this->choose_output_section(NULL, ".gnu.hash", elfcpp::SHT_GNU_HASH, in create_dynamic_symtab()
4819 this->choose_output_section(NULL, ".hash", elfcpp::SHT_HASH, in create_dynamic_symtab()
4924 Output_section* vsec = this->choose_output_section(NULL, ".gnu.version", in sized_create_version_sections()
4957 vdsec = this->choose_output_section(NULL, ".gnu.version_d", in sized_create_version_sections()
4990 vnsec = this->choose_output_section(NULL, ".gnu.version_r", in sized_create_version_sections()
5039 Output_section* osec = this->choose_output_section(NULL, ".interp", in create_interp()