HomeSort by relevance Sort by last modified time
    Searched refs:free_with_arg_f (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hashtab.h 137 htab_free_with_arg free_with_arg_f; variable
  /toolchain/binutils/binutils-2.27/include/
hashtab.h 132 htab_free_with_arg free_with_arg_f; member in struct:htab
  /toolchain/binutils/binutils-2.27/libiberty/
hashtab.c 322 result->free_with_arg_f = free_f;
391 htab->free_with_arg_f = free_f;
429 else if (htab->free_with_arg_f != NULL)
431 (*htab->free_with_arg_f) (htab->alloc_arg, entries);
432 (*htab->free_with_arg_f) (htab->alloc_arg, htab);
458 else if (htab->free_with_arg_f != NULL)
459 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries);
577 else if (htab->free_with_arg_f != NULL)
578 (*htab->free_with_arg_f) (htab->alloc_arg, oentries);

Completed in 84 milliseconds