Home | History | Annotate | Download | only in gold

Lines Matching defs:strtab_shndx

1878   unsigned int strtab_shndx = this->adjust_shndx(symtabshdr.get_sh_link());
1879 if (strtab_shndx >= this->shnum())
1881 this->error(_("invalid symbol table name index: %u"), strtab_shndx);
1886 strtabshdr(this, this->elf_file()->section_header(strtab_shndx));