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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c139 debug_type *fslots; member in struct:ieee_tag
2795 if (it->fslots == NULL)
2805 it->fslots = ((debug_type *)
2806 xmalloc (fcnt * sizeof *it->fslots));
2807 memset (it->fslots, 0,
2808 fcnt * sizeof *it->fslots);
2813 it->fslots[findx] = ftype;
2815 it->fslots + findx,
3403 if (it->fslots != NULL)
3426 pslot = it->fslots
[all...]

Completed in 118 milliseconds