Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dhashtab.c284 htab_del del_f, htab_alloc alloc_f, htab_free free_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()
295 htab_del del_f, void *alloc_arg, in htab_create_alloc_ex() argument
319 result->del_f = del_f; in htab_create_alloc_ex()
349 htab_del del_f, htab_alloc alloc_tab_f, in htab_create_typed_alloc() argument
372 result->del_f = del_f; in htab_create_typed_alloc()
383 htab_del del_f, PTR alloc_arg, in htab_set_functions_ex() argument
388 htab->del_f = del_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 …]
Dfunctions.texi542 htab_hash @var{hash_f}, htab_eq @var{eq_f}, htab_del @var{del_f}, @
DChangeLog5573 * hashtab.c (htab_create): Set del_f.
/toolchain/binutils/binutils-2.25/include/
Dhashtab.h108 htab_del del_f; member
DChangeLog-91031011 * hashtab.h (struct htab): Add del_f.