Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcompress.c425 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()
[all …]
/external/elfutils/tests/
Delfstrmerge.c194 size_t symtabndx = 0; in main() local
207 symtabndx = elf_ndxscn (symtabscn); in main()
511 if (update_name && ndx != symtabndx) in main()
DChangeLog1217 symtabndx.