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

/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c141 debug_type *fslots; member in struct:ieee_tag
2797 if (it->fslots == NULL)
2807 it->fslots = ((debug_type *)
2808 xmalloc (fcnt * sizeof *it->fslots));
2809 memset (it->fslots, 0,
2810 fcnt * sizeof *it->fslots);
2815 it->fslots[findx] = ftype;
2817 it->fslots + findx,
3405 if (it->fslots != NULL)
3428 pslot = it->fslots
[all...]
/haiku-buildtools/binutils/binutils/
H A Dieee.c140 debug_type *fslots; member in struct:ieee_tag
2807 if (it->fslots == NULL)
2817 it->fslots = ((debug_type *)
2818 xmalloc (fcnt * sizeof *it->fslots));
2819 memset (it->fslots, 0,
2820 fcnt * sizeof *it->fslots);
2825 it->fslots[findx] = ftype;
2827 it->fslots + findx,
3415 if (it->fslots != NULL)
3438 pslot = it->fslots
[all...]

Completed in 135 milliseconds