Home
last modified time | relevance | path

Searched refs:free_f (Results 1 – 3 of 3) 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
287 free_f); in htab_create_alloc()
297 htab_free_with_arg free_f) in htab_create_alloc_ex() argument
311 if (free_f != NULL) in htab_create_alloc_ex()
312 (*free_f) (alloc_arg, result); in htab_create_alloc_ex()
322 result->free_with_arg_f = free_f; in htab_create_alloc_ex()
350 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
364 if (free_f != NULL) in htab_create_typed_alloc()
365 (*free_f) (result); in htab_create_typed_alloc()
374 result->free_f = free_f; in htab_create_typed_alloc()
[all …]
Dfunctions.texi544 htab_free @var{free_f})
/toolchain/binutils/binutils-2.25/include/
Dhashtab.h132 htab_free free_f; member