Home | History | Annotate | Download | only in binutils

Lines Matching refs:lowest

970 static int d_low_ord;		/* Lowest ordinal index.  */
3597 int lowest = -1;
3616 if (lowest == -1 || d_export_vec[i]->ordinal < lowest)
3617 lowest = d_export_vec[i]->ordinal;
3622 if (lowest == -1)
3623 lowest = 1;
3633 for (j = lowest; j < size; j++)
3642 for (j = lowest; j >0; j--)
3658 /* Work out the lowest and highest ordinal numbers. */