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

  /toolchain/binutils/binutils-2.25/gold/
incremental-dump.cc 243 unsigned int strtab_shndx = elf_file.section_link(symtab_shndx); local
244 if (strtab_shndx == elfcpp::SHN_UNDEF
245 || strtab_shndx > elf_file.shnum()
246 || elf_file.section_type(strtab_shndx) != elfcpp::SHT_STRTAB)
251 Location strtab_location(elf_file.section_contents(strtab_shndx));
dynobj.cc 243 // SHT_DYNAMIC section. STRTAB_SHNDX, STRTAB, and STRTAB_SIZE are the
251 unsigned int strtab_shndx,
263 if (link != strtab_shndx)
361 unsigned int strtab_shndx = -1U; local
401 strtab_shndx = this->adjust_shndx(dynsymshdr.get_sh_link());
402 if (strtab_shndx >= this->shnum())
405 strtab_shndx);
408 typename This::Shdr strtabshdr(pshdrs + strtab_shndx * This::shdr_size);
436 strtab_shndx, &sd->verdef, &sd->verdef_size,
440 strtab_shndx, &sd->verneed, &sd->verneed_size
    [all...]
incremental.cc 227 unsigned int strtab_shndx = this->elf_file_.section_link(inputs_shndx); local
228 if (strtab_shndx == elfcpp::SHN_UNDEF
229 || strtab_shndx > this->elf_file_.shnum()
230 || this->elf_file_.section_type(strtab_shndx) != elfcpp::SHT_STRTAB)
242 *p_strtab_shndx = strtab_shndx;
256 unsigned int strtab_shndx; local
260 &strtab_shndx))
267 Location strtab_location(this->elf_file_.section_contents(strtab_shndx));
    [all...]
object.cc 832 unsigned int strtab_shndx = this->adjust_shndx(symtabshdr.get_sh_link()); local
833 if (strtab_shndx >= this->shnum())
835 this->error(_("invalid symbol table name index: %u"), strtab_shndx);
838 typename This::Shdr strtabshdr(pshdrs + strtab_shndx * This::shdr_size);
2120 const unsigned int strtab_shndx = local
2575 const unsigned int strtab_shndx = local
    [all...]
dynobj.h 316 unsigned int strtab_shndx, const unsigned char* strtabu,
aarch64.cc 1878 unsigned int strtab_shndx = this->adjust_shndx(symtabshdr.get_sh_link()); local
    [all...]
arm.cc     [all...]

Completed in 103 milliseconds