Home
last modified time | relevance | path

Searched refs:section_link (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_file.h228 section_link(unsigned int shndx);
651 Elf_file<size, big_endian, File>::section_link(unsigned int shndx) in section_link() function
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp_file.h228 section_link(unsigned int shndx);
651 Elf_file<size, big_endian, File>::section_link(unsigned int shndx) in section_link() function
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddynobj.h258 { return this->elf_file_.section_link(shndx); } in do_section_link()
H A Dincremental.cc211 if (this->elf_file_.section_link(symtab_shndx) != inputs_shndx) in find_incremental_inputs_sections()
218 if (this->elf_file_.section_link(relocs_shndx) != inputs_shndx) in find_incremental_inputs_sections()
225 if (this->elf_file_.section_link(got_plt_shndx) != inputs_shndx) in find_incremental_inputs_sections()
228 unsigned int strtab_shndx = this->elf_file_.section_link(inputs_shndx); in find_incremental_inputs_sections()
297 this->elf_file_.section_link(main_symtab_shndx); in setup_readers()
H A Dincremental-dump.cc243 unsigned int strtab_shndx = elf_file.section_link(symtab_shndx); in dump_incremental_inputs()
H A Dobject.cc94 && this->adjust_shndx(object->section_link(i)) == symtab_shndx) in initialize_symtab_xindex()
2907 this->adjust_shndx(this->section_link(this->symtab_shndx_)); in get_symbol_location_info()
3087 this->adjust_shndx(this->section_link(this->symtab_shndx_)); in get_symbol_name()
H A Dobject.h655 section_link(unsigned int shndx) in section_link() function
2525 { return this->elf_file_.section_link(shndx); } in do_section_link()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddynobj.h258 { return this->elf_file_.section_link(shndx); } in do_section_link()
H A Dincremental.cc211 if (this->elf_file_.section_link(symtab_shndx) != inputs_shndx) in find_incremental_inputs_sections()
218 if (this->elf_file_.section_link(relocs_shndx) != inputs_shndx) in find_incremental_inputs_sections()
225 if (this->elf_file_.section_link(got_plt_shndx) != inputs_shndx) in find_incremental_inputs_sections()
228 unsigned int strtab_shndx = this->elf_file_.section_link(inputs_shndx); in find_incremental_inputs_sections()
297 this->elf_file_.section_link(main_symtab_shndx); in setup_readers()
H A Dincremental-dump.cc243 unsigned int strtab_shndx = elf_file.section_link(symtab_shndx); in dump_incremental_inputs()
H A Dobject.cc94 && this->adjust_shndx(object->section_link(i)) == symtab_shndx) in initialize_symtab_xindex()
2907 this->adjust_shndx(this->section_link(this->symtab_shndx_)); in get_symbol_location_info()
3069 this->adjust_shndx(this->section_link(this->symtab_shndx_)); in get_symbol_name()
H A Dobject.h655 section_link(unsigned int shndx) in section_link() function
2525 { return this->elf_file_.section_link(shndx); } in do_section_link()