Lines Matching refs:sh_link
255 shdr0->sh_link = shstrndx;
594 _("unexpected section type in [%zu] with sh_link to symtab"),
616 && shdr->sh_link == new_sh_link)
1040 Elf_Scn *symscn = elf_getscn (elf, shdr->sh_link);
1042 error_exit (0, _("bad sh_link for group section: %s"),
1062 const char *sig = elf_strptr (elf, symshdr->sh_link, sym->st_name);
1194 COPY (sh_link);
1477 unstripped_strndx = shdr->sh_link;
1608 && secndx == stripped_symtab->shdr.sh_link
1679 shdr_mem.sh_link = sec->shdr.sh_link;
1688 if (sec->shdr.sh_link != SHN_UNDEF)
1690 if (sec->shdr.sh_link > ndx_sec_num)
1692 "section [%zd] has invalid sh_link %" PRId32,
1693 elf_ndxscn (sec->scn), sec->shdr.sh_link);
1694 shdr_mem.sh_link = ndx_section[sec->shdr.sh_link - 1];
1830 elf_getscn (stripped, stripped_symtab->shdr.sh_link),
1834 Elf_Scn *unstripped_strtab = elf_getscn (unstripped, shdr->sh_link);
2004 if (sec->outscn != NULL && sec->shdr.sh_link == old_sh_link)