Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/
Dsymbols.c2057 typedef unsigned int fb_ent; typedef
2058 static fb_ent fb_low_counter[FB_LABEL_SPECIAL];
2059 static fb_ent *fb_labels;
2060 static fb_ent *fb_label_instances;
2078 fb_ent *i; in fb_label_instance_inc()
2103 fb_labels = XNEWVEC (fb_ent, FB_LABEL_BUMP_BY); in fb_label_instance_inc()
2104 fb_label_instances = XNEWVEC (fb_ent, FB_LABEL_BUMP_BY); in fb_label_instance_inc()
2112 fb_labels = XRESIZEVEC (fb_ent, fb_labels, fb_label_max); in fb_label_instance_inc()
2113 fb_label_instances = XRESIZEVEC (fb_ent, fb_label_instances, in fb_label_instance_inc()
2125 fb_ent *i; in fb_label_instance()