Home
last modified time | relevance | path

Searched refs:symtabndx (Results 1 – 3 of 3) sorted by relevance

/third_party/elfutils/src/
Delfcompress.c395 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()
[all …]
/third_party/elfutils/tests/
Delfstrmerge.c235 size_t symtabndx = 0; in main() local
248 symtabndx = elf_ndxscn (symtabscn); in main()
521 if (update_name && ndx != symtabndx) in main()
DChangeLog1781 symtabndx.