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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dincremental.cc173 if (this->elf_file_.section_link(symtab_shndx) != inputs_shndx)
180 if (this->elf_file_.section_link(relocs_shndx) != inputs_shndx)
187 if (this->elf_file_.section_link(got_plt_shndx) != inputs_shndx)
190 unsigned int strtab_shndx = this->elf_file_.section_link(inputs_shndx);
H A Ddynobj.h223 { return this->elf_file_.section_link(shndx); }
H A Dincremental-dump.cc286 unsigned int strtab_shndx = elf_file.section_link(symtab_shndx);
H A Dobject.h378 section_link(unsigned int shndx) function in class:gold::Object
1883 { return this->elf_file_.section_link(shndx); }
H A Dobject.cc92 && this->adjust_shndx(object->section_link(i)) == symtab_shndx)
2332 this->adjust_shndx(this->section_link(this->symtab_shndx_));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_file.h198 section_link(unsigned int shndx);
621 Elf_file<size, big_endian, File>::section_link(unsigned int shndx) function in class:elfcpp::Elf_file
626 file->error(_("section_link: bad shndx %u >= %u"),

Completed in 87 milliseconds