Searched defs:symtabidx (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Dstrip.c1464 const Elf32_Word symtabidx = shdr_info[cnt].old_sh_link; local
1465 elf_assert (symtabidx < shnum + 2);
1466 const Elf32_Word *const newsymidx = shdr_info[symtabidx].newsymidx;
1472 if (shdr_info[symtabidx].newsymidx == NULL)
1479 && shdr_info[symtabidx].debug_data != NULL);
1498 const Elf32_Word symidxn = (shdr_info[symtabidx].data->d_size
1553 shdr_info[symtabidx].idx),
1567 size_t strshndx = shdr_info[symtabidx].old_sh_link;
1594 for (size_t inner = shdr_info[symtabidx].shdr.sh_info;
1627 size_t strshndx = shdr_info[symtabidx]
[all...]

Completed in 139 milliseconds