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

/external/elfutils/src/
H A Dstrip.c397 Elf32_Word symtab_idx; member in struct:shdr_info
602 assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0);
603 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx = cnt;
741 if (shdr_info[cnt].symtab_idx != 0
742 && shdr_info[shdr_info[cnt].symtab_idx].data == NULL)
746 shdr_info[shdr_info[cnt].symtab_idx].data
747 = elf_getdata (shdr_info[shdr_info[cnt].symtab_idx].scn,
749 if (shdr_info[shdr_info[cnt].symtab_idx].data == NULL)
753 = shdr_info[shdr_info[cnt].symtab_idx].data;
1132 if (shdr_info[cnt].symtab_idx !
[all...]
/external/elfutils/tests/
H A Drun-strings-test.sh386 testfile8: 8060 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0
455 testfile9: 38c0 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0

Completed in 58 milliseconds