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

/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.c1706 #define FB_LABEL_BUMP_BY (FB_LABEL_SPECIAL + 6)
1744 fb_labels = (long *) xmalloc (FB_LABEL_BUMP_BY * sizeof (long));
1745 fb_label_instances = (long *) xmalloc (FB_LABEL_BUMP_BY * sizeof (long));
1746 fb_label_max = FB_LABEL_BUMP_BY;
1752 fb_label_max += FB_LABEL_BUMP_BY;
1702 #define FB_LABEL_BUMP_BY macro

Completed in 81 milliseconds