Home
last modified time | relevance | path

Searched refs:fb_low_counter (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dsymbols.c2058 static fb_ent fb_low_counter[FB_LABEL_SPECIAL]; variable
2070 memset ((void *) fb_low_counter, '\0', sizeof (fb_low_counter)); in fb_label_init()
2082 ++fb_low_counter[label]; in fb_label_instance_inc()
2128 return (fb_low_counter[label]); in fb_label_instance()
H A DChangeLog-2013389 range check label number for use with fb_low_counter array.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dsymbols.c1949 static fb_ent fb_low_counter[FB_LABEL_SPECIAL]; variable
1961 memset ((void *) fb_low_counter, '\0', sizeof (fb_low_counter)); in fb_label_init()
1973 ++fb_low_counter[label]; in fb_label_instance_inc()
2019 return (fb_low_counter[label]); in fb_label_instance()
H A DChangeLog-2013389 range check label number for use with fb_low_counter array.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git142052 (fb_low_counter, fb_labels, fb_label_instances): Likewise.