Lines Matching defs:hash_shdr
2382 GElf_Shdr *hash_shdr = gelf_getshdr (hash_scn, &hash_shdr_mem);
2388 if (hash_shdr == NULL || gnu_hash_shdr == NULL
2396 if (hash_shdr->sh_link != gnu_hash_shdr->sh_link)
2400 hash_idx, elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name),
2406 Elf_Scn *sym_scn = elf_getscn (ebl->elf, hash_shdr->sh_link);
2417 hash_name = elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name);
2482 if (hash_shdr->sh_entsize == sizeof (Elf32_Word))
2517 else if (hash_shdr->sh_entsize == sizeof (Elf64_Xword))
2571 hash_idx, elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name));
2582 elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name));
2592 elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name),