Lines Matching refs:sh_link
403 && xndxshdr->sh_link == scnndx) in get_xndxdata()
434 shdr0->sh_link = shdrstrndx; in update_shdrstrndx()
512 Elf64_Word symt = shdr->sh_link; in remove_debug_relocations()
1224 shdr_info[cnt].old_sh_link = shdr_info[cnt].shdr.sh_link; in handle_elf()
1242 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0); in handle_elf()
1243 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx = cnt; in handle_elf()
1276 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].version_idx == 0); in handle_elf()
1277 shdr_info[shdr_info[cnt].shdr.sh_link].version_idx = cnt; in handle_elf()
1485 shdr_info[cnt].shdr.sh_link, in handle_elf()
1506 if (shdr_info[shdr_info[cnt].shdr.sh_link].idx == 0) in handle_elf()
1508 shdr_info[shdr_info[cnt].shdr.sh_link].idx = 1; in handle_elf()
1509 changes |= shdr_info[cnt].shdr.sh_link < cnt; in handle_elf()
1554 check_preserved (shdr_info[cnt].shdr.sh_link); in handle_elf()
1718 shdr_info[cnt].shdr.sh_link = SHN_UNDEF; in handle_elf()
1781 shdr_info[cnt].shdr.sh_link = SHN_UNDEF; in handle_elf()
1838 size_t sh_link = shdr_info[cnt].shdr.sh_link; in handle_elf() local
1839 if (shdr_info[cnt].shdr.sh_link != 0) in handle_elf()
1840 shdr_info[cnt].shdr.sh_link = in handle_elf()
1841 shdr_info[shdr_info[cnt].shdr.sh_link].idx; in handle_elf()
2048 elf_strptr (elf, sh_link, in handle_elf()