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

/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.c1543 static unsigned long dollar_label_max;
1604 dollar_label_max = DOLLAR_LABEL_BUMP_BY;
1607 else if (dollar_label_count == dollar_label_max)
1609 dollar_label_max += DOLLAR_LABEL_BUMP_BY;
1611 dollar_label_max * sizeof (long));
1613 dollar_label_max * sizeof (long));
1614 dollar_label_defines = xrealloc (dollar_label_defines, dollar_label_max);
1539 static unsigned long dollar_label_max; variable

Completed in 88 milliseconds