Searched refs:alloc_arg (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/gcclibs/libiberty/ |
| HD | hashtab.c | 322 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/ |
| HD | hashtab.c | 322 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/ |
| HD | hashtab.h | 135 void * GTY((skip)) alloc_arg;
|
| HD | ChangeLog-9103 | 245 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
|
| /trueos/contrib/binutils/include/ |
| HD | hashtab.h | 135 void * GTY((skip)) alloc_arg;
|
| /trueos/contrib/gdb/include/ |
| HD | hashtab.h | 126 PTR GTY((skip (""))) alloc_arg;
|
| /trueos/sys/sys/ |
| HD | vnode.h | 706 void *alloc_arg, int lkflags, struct vnode **rvp);
|
| /trueos/sys/kern/ |
| HD | vfs_vnops.c | 2019 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/ |
| HD | IRForTarget.cpp | 793 Constant *alloc_arg = Constant::getNullValue(i8_ptr_ty); in RewriteObjCConstString() local 801 argument_array[0] = alloc_arg; in RewriteObjCConstString()
|