Home | History | Annotate | Download | only in libiberty

Lines Matching refs:alloc_arg

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);
431 (*htab->free_with_arg_f) (htab->alloc_arg, htab);
458 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries);
460 htab->entries = (void **) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
546 nentries = (void **) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
577 (*htab->free_with_arg_f) (htab->alloc_arg, oentries);