Lines Matching refs:symtabndx
395 size_t symtabndx = 0; in process_file() local
499 if (symtabndx != 0) in process_file()
502 "Multiple symbol tables (%zd, %zd) using the same string table unsupported", symtabndx, ndx); in process_file()
505 symtabndx = ndx; in process_file()
686 || ndx == symtabndx)); in process_file()
901 if (ndx == symtabndx) in process_file()
1141 if (adjust_names && ndx == symtabndx) in process_file()
1144 printf ("[%zd] Updating symbol table\n", symtabndx); in process_file()
1185 Elf_Scn *oldscn = elf_getscn (elf, symtabndx); in process_file()
1189 symtabndx); in process_file()
1197 symtabndx); in process_file()
1205 symtabndx); in process_file()
1220 symtab_newname, symtabndx, in process_file()