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

/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.c1703 static long fb_label_max;
1746 fb_label_max = FB_LABEL_BUMP_BY;
1750 else if (fb_label_count == fb_label_max)
1752 fb_label_max += FB_LABEL_BUMP_BY;
1754 fb_label_max * sizeof (long));
1756 fb_label_max * sizeof (long));
1699 static long fb_label_max; variable

Completed in 64 milliseconds