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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 661 st_Label = stLabel, /* label */
1280 st_Label, /* 6: C_LABEL label */
1281 st_Label, /* 7: C_ULABEL user label */
1670 && (type == st_Global || type == st_Static || type == st_Label
2380 case st_Label: return "Label,";
3252 (void) add_ecoff_symbol (NULL, st_Label, sc_Text,
3455 field to hold the address. The symbol type is st_Label, which
3483 st = st_Label;
3999 st = st_Label;
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 661 st_Label = stLabel, /* label */
1280 st_Label, /* 6: C_LABEL label */
1281 st_Label, /* 7: C_ULABEL user label */
1670 && (type == st_Global || type == st_Static || type == st_Label
2380 case st_Label: return "Label,";
3252 (void) add_ecoff_symbol (NULL, st_Label, sc_Text,
3452 field to hold the address. The symbol type is st_Label, which
3480 st = st_Label;
3996 st = st_Label;

Completed in 53 milliseconds