Home | History | Annotate | Download | only in gold

Lines Matching refs:symtab_shndx

116   unsigned int symtab_shndx = 0;
140 symtab_shndx = i;
189 if (this->dynsym_shndx_ == -1U && symtab_shndx != 0)
191 this->dynsym_shndx_ = symtab_shndx;
192 if (xindex_shndx > 0 && xindex_link == symtab_shndx)