Home | History | Annotate | Download | only in gold

Lines Matching refs:symtab_shndx

206   unsigned int symtab_shndx =
208 if (symtab_shndx == elfcpp::SHN_UNDEF) // Not found.
210 if (this->elf_file_.section_link(symtab_shndx) != inputs_shndx)
236 *p_symtab_shndx = symtab_shndx;
253 unsigned int symtab_shndx;
258 if (!this->find_incremental_inputs_sections(&inputs_shndx, &symtab_shndx,
264 Location symtab_location(this->elf_file_.section_contents(symtab_shndx));