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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c2739 struct ieee_var *pv, *pvend; local
2743 pvend = pv + info->vars.alloc;
2744 for (; pv < pvend; pv++)
2748 if (pv < pvend)
2888 struct ieee_var *pv, *pvend; local
2923 pvend = pv + info->vars.alloc;
2924 for (; pv < pvend; pv++)
2929 if (pv >= pvend)

Completed in 121 milliseconds