Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libiberty/
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()
433 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries); in htab_empty()
[all …]
/freebsd-12.1/contrib/binutils/libiberty/
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()
433 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries); in htab_empty()
[all …]
/freebsd-12.1/contrib/gcclibs/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.
/freebsd-12.1/contrib/binutils/include/
H A Dhashtab.h135 void * GTY((skip)) alloc_arg;
/freebsd-12.1/contrib/gdb/include/
H A Dhashtab.h126 PTR GTY((skip (""))) alloc_arg;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp497 Constant *alloc_arg = Constant::getNullValue(i8_ptr_ty); in RewriteObjCConstString() local
525 argument_array[0] = alloc_arg; in RewriteObjCConstString()
/freebsd-12.1/sys/sys/
H A Dvnode.h710 void *alloc_arg, int lkflags, struct vnode **rvp);
/freebsd-12.1/sys/kern/
H A Dvfs_vnops.c2053 vn_vget_ino_gen(struct vnode *vp, vn_get_ino_t alloc, void *alloc_arg, in vn_vget_ino_gen() argument
2079 error = alloc(mp, alloc_arg, lkflags, rvp); in vn_vget_ino_gen()