Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h228 section_link(unsigned int shndx);
651 Elf_file<size, big_endian, File>::section_link(unsigned int shndx) in section_link() function
/toolchain/binutils/binutils-2.25/gold/
Dincremental.cc210 if (this->elf_file_.section_link(symtab_shndx) != inputs_shndx) in find_incremental_inputs_sections()
217 if (this->elf_file_.section_link(relocs_shndx) != inputs_shndx) in find_incremental_inputs_sections()
224 if (this->elf_file_.section_link(got_plt_shndx) != inputs_shndx) in find_incremental_inputs_sections()
227 unsigned int strtab_shndx = this->elf_file_.section_link(inputs_shndx); in find_incremental_inputs_sections()
296 this->elf_file_.section_link(main_symtab_shndx); in setup_readers()
Ddynobj.h248 { return this->elf_file_.section_link(shndx); } in do_section_link()
Dincremental-dump.cc243 unsigned int strtab_shndx = elf_file.section_link(symtab_shndx); in dump_incremental_inputs()
Dobject.h551 section_link(unsigned int shndx) in section_link() function
2366 { return this->elf_file_.section_link(shndx); } in do_section_link()
Dobject.cc93 && this->adjust_shndx(object->section_link(i)) == symtab_shndx) in initialize_symtab_xindex()
2701 this->adjust_shndx(this->section_link(this->symtab_shndx_)); in get_symbol_location_info()