HomeSort by relevance Sort by last modified time
    Searched refs:section_link (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_file.h 228 section_link(unsigned int shndx);
651 Elf_file<size, big_endian, File>::section_link(unsigned int shndx) function in class:elfcpp::Elf_file
656 file->error(_("section_link: bad shndx %u >= %u"),
  /toolchain/binutils/binutils-2.27/gold/
dynobj.h 258 { return this->elf_file_.section_link(shndx); }
incremental-dump.cc 243 unsigned int strtab_shndx = elf_file.section_link(symtab_shndx);
incremental.cc 210 if (this->elf_file_.section_link(symtab_shndx) != inputs_shndx)
217 if (this->elf_file_.section_link(relocs_shndx) != inputs_shndx)
224 if (this->elf_file_.section_link(got_plt_shndx) != inputs_shndx)
227 unsigned int strtab_shndx = this->elf_file_.section_link(inputs_shndx);
296 this->elf_file_.section_link(main_symtab_shndx);
    [all...]
object.h 610 section_link(unsigned int shndx) function in class:gold::Object
    [all...]
object.cc 94 && this->adjust_shndx(object->section_link(i)) == symtab_shndx)
    [all...]

Completed in 676 milliseconds