Home | History | Annotate | Download | only in gold

Lines Matching refs:SHT_SYMTAB_SHNDX

73 // Initialize the symtab_xindex_ array.  Find the SHT_SYMTAB_SHNDX
92 if (object->section_type(i) == elfcpp::SHT_SYMTAB_SHNDX
100 object->error(_("missing SHT_SYMTAB_SHNDX section"));
104 // SHT_SYMTAB_SHNDX section. If PSHDRS is not NULL, it points at the
144 object->error(_("symbol %u out of range for SHT_SYMTAB_SHNDX section"),
495 // Try to pick up the SHT_SYMTAB_SHNDX section, if there is
498 if (shdr.get_sh_type() == elfcpp::SHT_SYMTAB_SHNDX)