Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dhashtab.c294 htab_del del_f, void *alloc_arg, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (void **) (*alloc_f) (alloc_arg, size, sizeof (void *)); in htab_create_alloc_ex()
311 (*free_f) (alloc_arg, result); in htab_create_alloc_ex()
319 result->alloc_arg = alloc_arg; in htab_create_alloc_ex()
382 htab_del del_f, void *alloc_arg, in htab_set_functions_ex() argument
388 htab->alloc_arg = alloc_arg; in htab_set_functions_ex()
430 (*htab->free_with_arg_f) (htab->alloc_arg, entries); in htab_delete()
431 (*htab->free_with_arg_f) (htab->alloc_arg, htab); in htab_delete()
458 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries); in htab_empty()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dhashtab.c294 htab_del del_f, void *alloc_arg, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (void **) (*alloc_f) (alloc_arg, size, sizeof (void *)); in htab_create_alloc_ex()
311 (*free_f) (alloc_arg, result); in htab_create_alloc_ex()
319 result->alloc_arg = alloc_arg; in htab_create_alloc_ex()
382 htab_del del_f, void *alloc_arg, in htab_set_functions_ex() argument
388 htab->alloc_arg = alloc_arg; in htab_set_functions_ex()
430 (*htab->free_with_arg_f) (htab->alloc_arg, entries); in htab_delete()
431 (*htab->free_with_arg_f) (htab->alloc_arg, htab); in htab_delete()
458 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries); in htab_empty()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dhashtab.c294 htab_del del_f, void *alloc_arg, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
311 (*free_f) (alloc_arg, result); in htab_create_alloc_ex()
319 result->alloc_arg = alloc_arg; in htab_create_alloc_ex()
382 htab_del del_f, PTR alloc_arg, in htab_set_functions_ex() argument
388 htab->alloc_arg = alloc_arg; in htab_set_functions_ex()
430 (*htab->free_with_arg_f) (htab->alloc_arg, entries); in htab_delete()
431 (*htab->free_with_arg_f) (htab->alloc_arg, htab); in htab_delete()
458 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries); in htab_empty()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dhashtab.c294 htab_del del_f, void *alloc_arg, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
311 (*free_f) (alloc_arg, result); in htab_create_alloc_ex()
319 result->alloc_arg = alloc_arg; in htab_create_alloc_ex()
382 htab_del del_f, PTR alloc_arg, in htab_set_functions_ex() argument
388 htab->alloc_arg = alloc_arg; in htab_set_functions_ex()
430 (*htab->free_with_arg_f) (htab->alloc_arg, entries); in htab_delete()
431 (*htab->free_with_arg_f) (htab->alloc_arg, htab); in htab_delete()
458 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries); in htab_empty()
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dhashtab.h130 void *alloc_arg; member
H A DChangeLog-9103245 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dhashtab.h130 void *alloc_arg; member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dhashtab.h130 void *alloc_arg; member
H A DChangeLog-9103245 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dhashtab.h130 void *alloc_arg; member
H A DChangeLog-9103245 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dtools.h154 int alloc_arg(struct cmd_context *cmd, struct arg *a);
H A Dargs.h48 arg(alloc_ARG, '\0', "alloc", alloc_arg, 0)
H A Dlvmcmdline.c438 int alloc_arg(struct cmd_context *cmd __attribute((unused)), struct arg *a) in alloc_arg() function
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-9103245 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-9103245 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.