Lines Matching full:runshdr
1776 GElf_Shdr *runshdr = gelf_getshdr (runscn, &runshdr_mem);
1778 if (likely (runshdr != NULL))
1780 if (runshdr->sh_type == SHT_GNU_versym
1781 && runshdr->sh_link == elf_ndxscn (scn))
1784 else if (runshdr->sh_type == SHT_GNU_verneed)
1788 verneed_stridx = runshdr->sh_link;
1790 else if (runshdr->sh_type == SHT_GNU_verdef)
1794 verdef_stridx = runshdr->sh_link;
1796 else if (runshdr->sh_type == SHT_SYMTAB_SHNDX
1797 && runshdr->sh_link == elf_ndxscn (scn))