Home | History | Annotate | Download | only in gold

Lines Matching refs:symtab_shndx

6231   if (this->adjust_shndx(shdr.get_sh_link()) != this->symtab_shndx())
6504 const unsigned int symtab_shndx = this->symtab_shndx();
6506 symtabshdr(this, this->elf_file()->section_header(symtab_shndx));
6941 const unsigned int symtab_shndx = this->symtab_shndx();
6943 symtabshdr(this, this->elf_file()->section_header(symtab_shndx));
7027 gold_assert(this->symtab_shndx() != -1U);
7028 if (this->symtab_shndx() == 0)
7035 const unsigned int symtab_shndx = this->symtab_shndx();
7037 symtabshdr(this, this->elf_file()->section_header(symtab_shndx));