Lines Matching refs:symtab_idx
415 Elf32_Word symtab_idx; in handle_elf() member
636 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0); in handle_elf()
637 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx = cnt; in handle_elf()
801 if (shdr_info[cnt].symtab_idx != 0 in handle_elf()
802 && shdr_info[shdr_info[cnt].symtab_idx].data == NULL) in handle_elf()
806 shdr_info[shdr_info[cnt].symtab_idx].data in handle_elf()
807 = elf_getdata (shdr_info[shdr_info[cnt].symtab_idx].scn, in handle_elf()
809 if (shdr_info[shdr_info[cnt].symtab_idx].data == NULL) in handle_elf()
813 = shdr_info[shdr_info[cnt].symtab_idx].data; in handle_elf()
1203 if (shdr_info[cnt].symtab_idx != 0) in handle_elf()
1208 shndxdata = elf_getdata (shdr_info[shdr_info[cnt].symtab_idx].scn, in handle_elf()
1704 xndxdata = (shdr_info[shdr_info[symt].symtab_idx].debug_data in handle_elf()
1705 ?: shdr_info[shdr_info[symt].symtab_idx].data); in handle_elf()