Home
last modified time | relevance | path

Searched refs:debug_xzalloc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.c616 n = debug_xzalloc (info, sizeof (*n)); in debug_add_to_namespace()
625 ns = debug_xzalloc (info, sizeof (*ns)); in debug_add_to_namespace()
683 debug_xzalloc (void *handle, size_t size) in debug_xzalloc() function
704 nfile = debug_xzalloc (info, sizeof (*nfile)); in debug_set_filename()
708 nunit = debug_xzalloc (info, sizeof (*nunit)); in debug_set_filename()
757 f = debug_xzalloc (info, sizeof (*f)); in debug_start_source()
800 f = debug_xzalloc (info, sizeof (*f)); in debug_record_function()
804 b = debug_xzalloc (info, sizeof (*b)); in debug_record_function()
850 p = debug_xzalloc (info, sizeof (*p)); in debug_record_parameter()
915 b = debug_xzalloc (info, sizeof (*b)); in debug_start_block()
[all …]
H A Ddebug.h433 extern void *debug_xzalloc (void *, size_t);
H A Drdcoff.c99 struct coff_types *n = debug_xzalloc (dhandle, sizeof (*n)); in coff_get_slot()
H A Dstabs.c3396 v = debug_xzalloc (dhandle, sizeof (*v)); in stab_record_variable()
3457 struct stab_types *n = debug_xzalloc (dhandle, sizeof (*n)); in stab_find_slot()
3718 st = debug_xzalloc (dhandle, sizeof (*st)); in stab_find_tagged_type()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git56274 (debug_xalloc, debug_xzalloc): New functions. Use throughout
56278 (debug_xalloc, debug_xzalloc): Declare.
56281 * rdcoff.c (coff_get_slot): Add dhandle arg. debug_xzalloc
56316 (stab_find_slot): Add dhandle param. Use debug_xzalloc
56318 (stab_find_tagged_type): Don't free name. Use debug_xzalloc.