| /src/external/gpl3/binutils/dist/libiberty/ |
| hashtab.c | 294 htab_del del_f, void *alloc_arg, 304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); 307 result->entries = (void **) (*alloc_f) (alloc_arg, size, sizeof (void *)); 311 (*free_f) (alloc_arg, result); 319 result->alloc_arg = alloc_arg; 382 htab_del del_f, void *alloc_arg, 388 htab->alloc_arg = alloc_arg; 430 (*htab->free_with_arg_f) (htab->alloc_arg, entries) [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| hashtab.c | 294 htab_del del_f, void *alloc_arg, 304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); 307 result->entries = (void **) (*alloc_f) (alloc_arg, size, sizeof (void *)); 311 (*free_f) (alloc_arg, result); 319 result->alloc_arg = alloc_arg; 382 htab_del del_f, void *alloc_arg, 388 htab->alloc_arg = alloc_arg; 430 (*htab->free_with_arg_f) (htab->alloc_arg, entries) [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| hashtab.c | 294 htab_del del_f, void *alloc_arg, 304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); 307 result->entries = (void **) (*alloc_f) (alloc_arg, size, sizeof (void *)); 311 (*free_f) (alloc_arg, result); 319 result->alloc_arg = alloc_arg; 382 htab_del del_f, void *alloc_arg, 388 htab->alloc_arg = alloc_arg; 430 (*htab->free_with_arg_f) (htab->alloc_arg, entries) [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| hashtab.c | 294 htab_del del_f, void *alloc_arg, 304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); 307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); 311 (*free_f) (alloc_arg, result); 319 result->alloc_arg = alloc_arg; 382 htab_del del_f, PTR alloc_arg, 388 htab->alloc_arg = alloc_arg; 430 (*htab->free_with_arg_f) (htab->alloc_arg, entries) [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| hashtab.c | 294 htab_del del_f, void *alloc_arg, 304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); 307 result->entries = (void **) (*alloc_f) (alloc_arg, size, sizeof (void *)); 311 (*free_f) (alloc_arg, result); 319 result->alloc_arg = alloc_arg; 382 htab_del del_f, void *alloc_arg, 388 htab->alloc_arg = alloc_arg; 430 (*htab->free_with_arg_f) (htab->alloc_arg, entries) [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| hashtab.c | 294 htab_del del_f, void *alloc_arg, 304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); 307 result->entries = (void **) (*alloc_f) (alloc_arg, size, sizeof (void *)); 311 (*free_f) (alloc_arg, result); 319 result->alloc_arg = alloc_arg; 382 htab_del del_f, void *alloc_arg, 388 htab->alloc_arg = alloc_arg; 430 (*htab->free_with_arg_f) (htab->alloc_arg, entries) [all...] |
| /src/external/gpl3/binutils/dist/include/ |
| hashtab.h | 130 void *alloc_arg; member in struct:htab
|
| /src/external/gpl3/binutils.old/dist/include/ |
| hashtab.h | 130 void *alloc_arg; member in struct:htab
|
| /src/external/gpl3/gcc/dist/include/ |
| hashtab.h | 130 void *alloc_arg; member in struct:htab
|
| /src/external/gpl3/gcc.old/dist/include/ |
| hashtab.h | 130 void *alloc_arg; member in struct:htab
|
| /src/external/gpl3/gdb.old/dist/include/ |
| hashtab.h | 130 void *alloc_arg; member in struct:htab
|
| /src/external/gpl3/gdb/dist/include/ |
| hashtab.h | 130 void *alloc_arg; member in struct:htab
|
| /src/external/gpl2/lvm2/dist/tools/ |
| tools.h | 154 int alloc_arg(struct cmd_context *cmd, struct arg *a);
|
| args.h | 48 arg(alloc_ARG, '\0', "alloc", alloc_arg, 0)
|
| lvmcmdline.c | 438 int alloc_arg(struct cmd_context *cmd __attribute((unused)), struct arg *a) function
|