Lines Matching defs:runshdr
2496 GElf_Shdr *runshdr = gelf_getshdr (runscn, &runshdr_mem);
2498 if (likely (runshdr != NULL))
2500 if (runshdr->sh_type == SHT_GNU_versym
2501 && runshdr->sh_link == elf_ndxscn (scn))
2504 else if (runshdr->sh_type == SHT_GNU_verneed)
2508 verneed_stridx = runshdr->sh_link;
2510 else if (runshdr->sh_type == SHT_GNU_verdef)
2514 verdef_stridx = runshdr->sh_link;
2516 else if (runshdr->sh_type == SHT_SYMTAB_SHNDX
2517 && runshdr->sh_link == elf_ndxscn (scn))