Searched refs:alloc_arg (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dhashtab.c322 htab_del del_f, void *alloc_arg,
332 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab));
335 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR));
339 (*free_f) (alloc_arg, result);
347 result->alloc_arg = alloc_arg;
357 htab_del del_f, PTR alloc_arg,
363 htab->alloc_arg = alloc_arg;
405 (*htab->free_with_arg_f) (htab->alloc_arg, entrie
321 htab_create_alloc_ex(size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f, void *alloc_arg, htab_alloc_with_arg alloc_f, htab_free_with_arg free_f) argument
356 htab_set_functions_ex(htab_t htab, htab_hash hash_f, htab_eq eq_f, htab_del del_f, PTR alloc_arg, htab_alloc_with_arg alloc_f, htab_free_with_arg free_f) argument
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dhashtab.c322 htab_del del_f, void *alloc_arg,
332 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab));
335 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR));
339 (*free_f) (alloc_arg, result);
347 result->alloc_arg = alloc_arg;
357 htab_del del_f, PTR alloc_arg,
363 htab->alloc_arg = alloc_arg;
405 (*htab->free_with_arg_f) (htab->alloc_arg, entrie
321 htab_create_alloc_ex(size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f, void *alloc_arg, htab_alloc_with_arg alloc_f, htab_free_with_arg free_f) argument
356 htab_set_functions_ex(htab_t htab, htab_hash hash_f, htab_eq eq_f, htab_del del_f, PTR alloc_arg, htab_alloc_with_arg alloc_f, htab_free_with_arg free_f) argument
[all...]
/freebsd-11-stable/contrib/gcclibs/include/
H A Dhashtab.h135 void * GTY((skip)) alloc_arg;
/freebsd-11-stable/contrib/binutils/include/
H A Dhashtab.h135 void * GTY((skip)) alloc_arg;
/freebsd-11-stable/contrib/gdb/include/
H A Dhashtab.h126 PTR GTY((skip (""))) alloc_arg;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp492 Constant *alloc_arg = Constant::getNullValue(i8_ptr_ty); local
520 argument_array[0] = alloc_arg;
/freebsd-11-stable/sys/sys/
H A Dvnode.h722 void *alloc_arg, int lkflags, struct vnode **rvp);
/freebsd-11-stable/sys/kern/
H A Dvfs_vnops.c2060 vn_vget_ino_gen(struct vnode *vp, vn_get_ino_t alloc, void *alloc_arg, argument
2086 error = alloc(mp, alloc_arg, lkflags, rvp);

Completed in 133 milliseconds