Lines Matching refs:symtabndx
425 size_t symtabndx = 0; in process_file() local
531 if (symtabndx != 0) in process_file()
534 "Multiple symbol tables (%zd, %zd) using the same string table unsupported", symtabndx, ndx); in process_file()
537 symtabndx = ndx; in process_file()
718 || ndx == symtabndx)); in process_file()
915 if (ndx == symtabndx) in process_file()
1149 if (adjust_names && ndx == symtabndx) in process_file()
1152 printf ("[%zd] Updating symbol table\n", symtabndx); in process_file()
1193 Elf_Scn *oldscn = elf_getscn (elf, symtabndx); in process_file()
1197 symtabndx); in process_file()
1205 symtabndx); in process_file()
1213 symtabndx); in process_file()
1229 symtab_newname, symtabndx, in process_file()