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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.c58 static int rawcount; variable
611 for (i = 0; i < rawcount;)
738 rawcount = obj_raw_syment_count (abfd);;
739 tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount));

Completed in 89 milliseconds