Searched refs:hash_f (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | hashtab.c | 283 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument 286 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc() 294 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument 317 result->hash_f = hash_f; in htab_create_alloc_ex() 348 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument 370 result->hash_f = hash_f; in htab_create_typed_alloc() 382 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument 386 htab->hash_f = hash_f; in htab_set_functions_ex() 398 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f) in htab_create() argument 400 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create() [all …]
|
D | functions.texi | 542 htab_hash @var{hash_f}, htab_eq @var{eq_f}, htab_del @var{del_f}, @
|
/toolchain/binutils/binutils-2.25/include/ |
D | hashtab.h | 102 htab_hash hash_f; member
|