Home
last modified time | relevance | path

Searched refs:find_empty_slot_for_expand (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dhashtab.c77 static PTR *find_empty_slot_for_expand (htab_t, hashval_t);
482 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand() function
566 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
DChangeLog2613 find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
3006 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
4109 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
5492 (find_empty_slot_for_expand): Likewise.
5537 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
5555 * hashtab.c (find_empty_slot_for_expand): New function.