Home
last modified time | relevance | path

Searched refs:hash2 (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dhashtab.c487 hashval_t hash2; in find_empty_slot_for_expand() local
494 hash2 = htab_mod_m2 (hash, htab); in find_empty_slot_for_expand()
497 index += hash2; in find_empty_slot_for_expand()
588 hashval_t index, hash2; in htab_find_with_hash() local
601 hash2 = htab_mod_m2 (hash, htab); in htab_find_with_hash()
605 index += hash2; in htab_find_with_hash()
638 hashval_t index, hash2; in htab_find_slot_with_hash() local
663 hash2 = htab_mod_m2 (hash, htab); in htab_find_slot_with_hash()
667 index += hash2; in htab_find_slot_with_hash()
DChangeLog4109 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
5544 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c8104 const struct ppc_link_hash_entry *hash2) in branch_reloc_hash_match() argument
8117 if (h == &hash1->elf || h == &hash2->elf) in branch_reloc_hash_match()