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

/external/elfutils/src/
H A Dstrip.c430 Elf32_Word symtab_idx; member in struct:shdr_info
660 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0);
661 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx = cnt;
833 if (shdr_info[cnt].symtab_idx != 0
834 && shdr_info[shdr_info[cnt].symtab_idx].data == NULL)
838 shdr_info[shdr_info[cnt].symtab_idx].data
839 = elf_getdata (shdr_info[shdr_info[cnt].symtab_idx].scn,
841 if (shdr_info[shdr_info[cnt].symtab_idx].data == NULL)
845 = shdr_info[shdr_info[cnt].symtab_idx].data;
1262 if (shdr_info[cnt].symtab_idx !
[all...]

Completed in 31 milliseconds