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

  /src/external/gpl3/binutils/dist/gas/
symbols.c 2051 static fb_ent fb_low_counter[FB_LABEL_SPECIAL];
2063 memset (fb_low_counter, 0, sizeof (fb_low_counter));
2075 ++fb_low_counter[label];
2121 return (fb_low_counter[label]);
2047 static fb_ent fb_low_counter[FB_LABEL_SPECIAL]; variable
  /src/external/gpl3/binutils.old/dist/gas/
symbols.c 2051 static fb_ent fb_low_counter[FB_LABEL_SPECIAL];
2063 memset (fb_low_counter, 0, sizeof (fb_low_counter));
2075 ++fb_low_counter[label];
2121 return (fb_low_counter[label]);
2047 static fb_ent fb_low_counter[FB_LABEL_SPECIAL]; variable

Completed in 20 milliseconds