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

  /toolchain/binutils/binutils-2.27/libiberty/
hashtab.c 295 htab_del del_f, void *alloc_arg,
305 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab));
308 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR));
312 (*free_f) (alloc_arg, result);
320 result->alloc_arg = alloc_arg;
383 htab_del del_f, PTR alloc_arg,
389 htab->alloc_arg = alloc_arg;
431 (*htab->free_with_arg_f) (htab->alloc_arg, entries)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hashtab.h 135 void * GTY((skip)) alloc_arg;
  /toolchain/binutils/binutils-2.27/include/
hashtab.h 130 void *alloc_arg; member in struct:htab

Completed in 198 milliseconds