Home | History | Annotate | Download | only in src

Lines Matching refs:symtab_idx

397     Elf32_Word symtab_idx;
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 != 0)
1137 shndxdata = elf_getdata (shdr_info[shdr_info[cnt].symtab_idx].scn,