Home | History | Annotate | Download | only in gold

Lines Matching refs:symtab_shndx

74 // section and read it in.  SYMTAB_SHNDX is the index of the symbol
79 Xindex::initialize_symtab_xindex(Object* object, unsigned int symtab_shndx)
84 gold_assert(symtab_shndx != 0);
93 && this->adjust_shndx(object->section_link(i)) == symtab_shndx)
2106 const unsigned int symtab_shndx = this->symtab_shndx_;
2108 this->elf_file_.section_header(symtab_shndx));
2561 const unsigned int symtab_shndx = this->symtab_shndx_;
2563 symtab_shndx));