Lines Matching refs:symtab_idx
397 Elf32_Word symtab_idx; in handle_elf() member
602 assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0); in handle_elf()
603 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx = cnt; in handle_elf()
741 if (shdr_info[cnt].symtab_idx != 0 in handle_elf()
742 && shdr_info[shdr_info[cnt].symtab_idx].data == NULL) in handle_elf()
746 shdr_info[shdr_info[cnt].symtab_idx].data in handle_elf()
747 = elf_getdata (shdr_info[shdr_info[cnt].symtab_idx].scn, in handle_elf()
749 if (shdr_info[shdr_info[cnt].symtab_idx].data == NULL) in handle_elf()
753 = shdr_info[shdr_info[cnt].symtab_idx].data; in handle_elf()
1132 if (shdr_info[cnt].symtab_idx != 0) in handle_elf()
1137 shndxdata = elf_getdata (shdr_info[shdr_info[cnt].symtab_idx].scn, in handle_elf()