Searched refs:symtabidx (Results 1 – 1 of 1) sorted by relevance
1464 const Elf32_Word symtabidx = shdr_info[cnt].old_sh_link; in handle_elf() local1465 elf_assert (symtabidx < shnum + 2); in handle_elf()1466 const Elf32_Word *const newsymidx = shdr_info[symtabidx].newsymidx; in handle_elf()1472 if (shdr_info[symtabidx].newsymidx == NULL) in handle_elf()1479 && shdr_info[symtabidx].debug_data != NULL); in handle_elf()1498 const Elf32_Word symidxn = (shdr_info[symtabidx].data->d_size in handle_elf()1553 shdr_info[symtabidx].idx), in handle_elf()1567 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf()1594 for (size_t inner = shdr_info[symtabidx].shdr.sh_info; in handle_elf()1627 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf()[all …]