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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 658 st_Static = stStatic, /* static */
1277 st_Static, /* 3: C_STAT static */
1288 st_Static, /* 14: C_USTATIC ??? */
1670 && (type == st_Global || type == st_Static || type == st_Label
2377 case st_Static: return "Static,";
4001 st = st_Static;
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 658 st_Static = stStatic, /* static */
1277 st_Static, /* 3: C_STAT static */
1288 st_Static, /* 14: C_USTATIC ??? */
1670 && (type == st_Global || type == st_Static || type == st_Label
2377 case st_Static: return "Static,";
3998 st = st_Static;

Completed in 43 milliseconds