Home
last modified time | relevance | path

Searched refs:dollar_label_count (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
HDsymbols.c1538 static unsigned long dollar_label_count; variable
1546 know ((dollar_labels != NULL) || (dollar_label_count == 0)); in dollar_label_defined()
1548 for (i = dollar_labels; i < dollar_labels + dollar_label_count; ++i) in dollar_label_defined()
1561 know ((dollar_labels != NULL) || (dollar_label_count == 0)); in dollar_label_instance()
1563 for (i = dollar_labels; i < dollar_labels + dollar_label_count; ++i) in dollar_label_instance()
1575 memset (dollar_label_defines, '\0', (unsigned int) dollar_label_count); in dollar_label_clear()
1585 for (i = dollar_labels; i < dollar_labels + dollar_label_count; ++i) in define_dollar_label()
1601 dollar_label_count = 0; in define_dollar_label()
1603 else if (dollar_label_count == dollar_label_max) in define_dollar_label()
1613 dollar_labels[dollar_label_count] = label; in define_dollar_label()
[all …]
HDChangeLog-98994276 * symbols.c (dollar_label_count): Change to unsigned long.