Home | History | Annotate | Download | only in src

Lines Matching defs:hash_idx

2202 compare_hash_gnu_hash (Ebl *ebl, GElf_Ehdr *ehdr, size_t hash_idx,
2205 Elf_Scn *hash_scn = elf_getscn (ebl->elf, hash_idx);
2225 hash_idx, elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name),
2306 hash_idx, elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name));
2316 hash_idx,
2326 cnt, hash_idx,
3411 size_t hash_idx = 0;
3772 hash_idx = cnt;
3878 if (hash_idx != 0 && gnu_hash_idx != 0)
3879 compare_hash_gnu_hash (ebl, ehdr, hash_idx, gnu_hash_idx);