Searched defs:alloc_arg (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/binutils/libiberty/
H A Dhashtab.c321 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-10-stable/contrib/gcclibs/libiberty/
H A Dhashtab.c321 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-10-stable/sys/kern/
H A Dvfs_vnops.c2096 vn_vget_ino_gen(struct vnode *vp, vn_get_ino_t alloc, void *alloc_arg, argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DIRForTarget.cpp793 Constant *alloc_arg = Constant::getNullValue(i8_ptr_ty); local

Completed in 69 milliseconds