Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dhashtab.c349 result->free_with_arg_f = free_f; in htab_create_alloc_ex()
365 htab->free_with_arg_f = free_f; in htab_set_functions_ex()
403 else if (htab->free_with_arg_f != NULL) in htab_delete()
405 (*htab->free_with_arg_f) (htab->alloc_arg, entries); in htab_delete()
406 (*htab->free_with_arg_f) (htab->alloc_arg, htab); in htab_delete()
530 else if (htab->free_with_arg_f != NULL) in htab_expand()
531 (*htab->free_with_arg_f) (htab->alloc_arg, oentries); in htab_expand()
/mirbsd/src/gnu/usr.bin/binutils/include/
Dhashtab.h139 htab_free_with_arg free_with_arg_f; member