Lines Matching refs:sh_link
642 shdr_info[cnt].old_sh_link = shdr_info[cnt].shdr.sh_link; in handle_elf()
660 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0); in handle_elf()
661 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx = cnt; in handle_elf()
694 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].version_idx == 0); in handle_elf()
695 shdr_info[shdr_info[cnt].shdr.sh_link].version_idx = cnt; in handle_elf()
901 if (shdr_info[shdr_info[cnt].shdr.sh_link].idx == 0) in handle_elf()
903 shdr_info[shdr_info[cnt].shdr.sh_link].idx = 1; in handle_elf()
904 changes |= shdr_info[cnt].shdr.sh_link < cnt; in handle_elf()
949 check_preserved (shdr_info[cnt].shdr.sh_link); in handle_elf()
1093 shdr_info[cnt].shdr.sh_link = SHN_UNDEF; in handle_elf()
1156 shdr_info[cnt].shdr.sh_link = SHN_UNDEF; in handle_elf()
1206 if (shdr_info[cnt].shdr.sh_link != 0) in handle_elf()
1207 shdr_info[cnt].shdr.sh_link = in handle_elf()
1208 shdr_info[shdr_info[cnt].shdr.sh_link].idx; in handle_elf()
1797 Elf64_Word symt = shdr->sh_link; in handle_elf()
2063 shdr_info[0].shdr.sh_link = idx; in handle_elf()