Home | History | Annotate | Download | only in gold

Lines Matching refs:symtab_shndx

1609       unsigned int symtab_shndx;
1610 for (symtab_shndx = 0; symtab_shndx < object->shnum(); ++symtab_shndx)
1611 if (object->section_type(symtab_shndx) == elfcpp::SHT_SYMTAB)
1614 symtab_shndx, &this->symtab_buffer_size_, false);