Home
last modified time | relevance | path

Searched refs:alloc_arg (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/lib/libiberty/src/
H A Dhashtab.c322 htab_del del_f, void *alloc_arg, in htab_create_alloc_ex() argument
332 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
335 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
339 (*free_f) (alloc_arg, result); in htab_create_alloc_ex()
347 result->alloc_arg = alloc_arg; in htab_create_alloc_ex()
357 htab_del del_f, PTR alloc_arg, in htab_set_functions_ex() argument
363 htab->alloc_arg = alloc_arg; in htab_set_functions_ex()
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()
500 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_expand()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dhashtab.h135 void * GTY((skip)) alloc_arg;
H A DChangeLog-9103245 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
/openbsd-src/gnu/gcc/include/
H A Dhashtab.h135 void * GTY((skip)) alloc_arg;
H A DChangeLog-9103245 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
/openbsd-src/gnu/lib/libiberty/include/
H A Dhashtab.h135 PTR GTY((skip (""))) alloc_arg;
H A DChangeLog93 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dhashtab.h126 PTR GTY((skip (""))) alloc_arg;
H A DChangeLog145 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
H A DChangeLog-9103252 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp478 Constant *alloc_arg = Constant::getNullValue(i8_ptr_ty); in RewriteObjCConstString() local
506 argument_array[0] = alloc_arg; in RewriteObjCConstString()