Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dhashtab.c322 result->free_with_arg_f = free_f; in htab_create_alloc_ex()
391 htab->free_with_arg_f = free_f; in htab_set_functions_ex()
429 else if (htab->free_with_arg_f != NULL) in htab_delete()
431 (*htab->free_with_arg_f) (htab->alloc_arg, entries); in htab_delete()
432 (*htab->free_with_arg_f) (htab->alloc_arg, htab); in htab_delete()
458 else if (htab->free_with_arg_f != NULL) in htab_empty()
459 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries); in htab_empty()
577 else if (htab->free_with_arg_f != NULL) in htab_expand()
578 (*htab->free_with_arg_f) (htab->alloc_arg, oentries); in htab_expand()
/toolchain/binutils/binutils-2.25/include/
Dhashtab.h137 htab_free_with_arg free_with_arg_f; member
DChangeLog-9103245 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.