Home
last modified time | relevance | path

Searched refs:htab_del (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dhashtab.h58 typedef void (*htab_del) (void *); typedef
103 htab_del del_f;
147 htab_eq, htab_del,
151 htab_eq, htab_del,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
163 htab_eq, htab_del,
DChangeLog-91031012 (htab_del): New type.
/toolchain/binutils/binutils-2.27/libiberty/
Dhashtab.c284 htab_del del_f, htab_alloc alloc_f, htab_free free_f) in htab_create_alloc()
295 htab_del del_f, void *alloc_arg, in htab_create_alloc_ex()
349 htab_del del_f, htab_alloc alloc_tab_f, in htab_create_typed_alloc()
383 htab_del del_f, PTR alloc_arg, 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()
404 htab_try_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f) in htab_try_create()
Dfunctions.texi542 htab_hash @var{hash_f}, htab_eq @var{eq_f}, htab_del @var{del_f}, @
/toolchain/binutils/binutils-2.27/bfd/
Delf32-bfin.c3449 (htab_del) NULL); in _bfin_create_got_section()
Delf32-frv.c4228 (htab_del) NULL); in _frv_create_got_section()