Searched refs:symtabndx (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/src/
H A Delfcompress.c419 size_t symtabndx = 0; local
503 if (symtabndx != 0)
506 "Multiple symbol tables (%zd, %zd) using the same string table unsupported", symtabndx, ndx);
509 symtabndx = ndx;
682 || ndx == symtabndx));
879 if (ndx == symtabndx)
1109 if (adjust_names && ndx == symtabndx)
1112 printf ("[%zd] Updating symbol table\n", symtabndx);
1153 Elf_Scn *oldscn = elf_getscn (elf, symtabndx);
1157 symtabndx);
[all...]
/external/elfutils/tests/
H A Delfstrmerge.c193 size_t symtabndx = 0; local
206 symtabndx = elf_ndxscn (symtabscn);
211 if (symtabndx == 0)
510 if (update_name && ndx != symtabndx)

Completed in 136 milliseconds