Searched refs:alloc_arg (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | 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() 500 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_expand() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | hashtab.h | 135 void * GTY((skip)) alloc_arg;
|
| H A D | ChangeLog-9103 | 245 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
|
| /openbsd-src/gnu/gcc/include/ |
| H A D | hashtab.h | 135 void * GTY((skip)) alloc_arg;
|
| H A D | ChangeLog-9103 | 245 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
|
| /openbsd-src/gnu/lib/libiberty/include/ |
| H A D | hashtab.h | 135 PTR GTY((skip (""))) alloc_arg;
|
| H A D | ChangeLog | 93 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | hashtab.h | 126 PTR GTY((skip (""))) alloc_arg;
|
| H A D | ChangeLog | 145 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
|
| H A D | ChangeLog-9103 | 252 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 478 Constant *alloc_arg = Constant::getNullValue(i8_ptr_ty); in RewriteObjCConstString() local 506 argument_array[0] = alloc_arg; in RewriteObjCConstString()
|