Searched refs:nunit (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c680 struct debug_unit *nunit;
690 nunit = (struct debug_unit *) xmalloc (sizeof *nunit);
691 memset (nunit, 0, sizeof *nunit);
693 nunit->files = nfile;
697 info->current_unit->next = nunit;
701 info->units = nunit;
704 info->current_unit = nunit;
678 struct debug_unit *nunit; local

Completed in 105 milliseconds