HomeSort by: relevance | last modified time | path
    Searched defs:fb_ent (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
symbols.c 2050 typedef unsigned int fb_ent;
2051 static fb_ent fb_low_counter[FB_LABEL_SPECIAL];
2052 static fb_ent *fb_labels;
2053 static fb_ent *fb_label_instances;
2071 fb_ent *i;
2096 fb_labels = XNEWVEC (fb_ent, FB_LABEL_BUMP_BY);
2097 fb_label_instances = XNEWVEC (fb_ent, FB_LABEL_BUMP_BY);
2105 fb_labels = XRESIZEVEC (fb_ent, fb_labels, fb_label_max);
2106 fb_label_instances = XRESIZEVEC (fb_ent, fb_label_instances,
2118 fb_ent *i
2046 typedef unsigned int fb_ent; typedef
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
symbols.c 2050 typedef unsigned int fb_ent;
2051 static fb_ent fb_low_counter[FB_LABEL_SPECIAL];
2052 static fb_ent *fb_labels;
2053 static fb_ent *fb_label_instances;
2071 fb_ent *i;
2096 fb_labels = XNEWVEC (fb_ent, FB_LABEL_BUMP_BY);
2097 fb_label_instances = XNEWVEC (fb_ent, FB_LABEL_BUMP_BY);
2105 fb_labels = XRESIZEVEC (fb_ent, fb_labels, fb_label_max);
2106 fb_label_instances = XRESIZEVEC (fb_ent, fb_label_instances,
2118 fb_ent *i
2046 typedef unsigned int fb_ent; typedef
    [all...]

Completed in 21 milliseconds