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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 664 st_End = stEnd, /* end (of anything) */
1376 st_End, /* 102: C_EOS end of struct/union/enum */
1705 case st_End:
1708 as_fatal (_("too many st_End's"));
1779 && (debug > 2 || type == st_Block || type == st_End
2096 (void) add_ecoff_symbol (name, st_End, sc_Info, NULL, 0, 0, 0);
2383 case st_End: return "End,";
2473 (void) add_ecoff_symbol (NULL, st_End, sc_Text, endsym, 0, 0, 0);
2865 if (coff_symbol_typ == st_Block || coff_symbol_typ == st_End)
2920 case st_End
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 664 st_End = stEnd, /* end (of anything) */
1376 st_End, /* 102: C_EOS end of struct/union/enum */
1705 case st_End:
1708 as_fatal (_("too many st_End's"));
1779 && (debug > 2 || type == st_Block || type == st_End
2096 (void) add_ecoff_symbol (name, st_End, sc_Info, NULL, 0, 0, 0);
2383 case st_End: return "End,";
2473 (void) add_ecoff_symbol (NULL, st_End, sc_Text, endsym, 0, 0, 0);
2865 if (coff_symbol_typ == st_Block || coff_symbol_typ == st_End)
2920 case st_End
    [all...]

Completed in 52 milliseconds