Home
last modified time | relevance | path

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

/trueos/contrib/gcclibs/libiberty/
HDhashtab.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()
433 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries); in htab_empty()
[all …]
/trueos/contrib/binutils/libiberty/
HDhashtab.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()
433 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries); in htab_empty()
[all …]
/trueos/contrib/gcclibs/include/
HDhashtab.h135 void * GTY((skip)) alloc_arg;
HDChangeLog-9103245 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
/trueos/contrib/binutils/include/
HDhashtab.h135 void * GTY((skip)) alloc_arg;
/trueos/contrib/gdb/include/
HDhashtab.h126 PTR GTY((skip (""))) alloc_arg;
/trueos/sys/sys/
HDvnode.h706 void *alloc_arg, int lkflags, struct vnode **rvp);
/trueos/sys/kern/
HDvfs_vnops.c2019 vn_vget_ino_gen(struct vnode *vp, vn_get_ino_t alloc, void *alloc_arg, in vn_vget_ino_gen() argument
2045 error = alloc(mp, alloc_arg, lkflags, rvp); in vn_vget_ino_gen()
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp793 Constant *alloc_arg = Constant::getNullValue(i8_ptr_ty); in RewriteObjCConstString() local
801 argument_array[0] = alloc_arg; in RewriteObjCConstString()