Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dhashtab.c289 htab_del del_f, htab_alloc alloc_f, htab_free free_f) in htab_create_alloc() argument
311 result->del_f = del_f; in htab_create_alloc()
322 htab_del del_f, void *alloc_arg, in htab_create_alloc_ex() argument
346 result->del_f = del_f; in htab_create_alloc_ex()
357 htab_del del_f, PTR alloc_arg, in htab_set_functions_ex() argument
362 htab->del_f = del_f; in htab_set_functions_ex()
372 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f) in htab_create() argument
374 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
378 htab_try_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f) in htab_try_create() argument
380 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/include/
Dhashtab.h110 htab_del del_f; member