Home
last modified time | relevance | path

Searched refs:st_Static (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/
HDmips-tfile.c725 st_Static = stStatic, /* static */ enumerator
1336 st_Static, /* 3: C_STAT static */
1347 st_Static, /* 14: C_USTATIC ??? */
1792 && (type == st_Global || type == st_Static || type == st_Label in add_local_symbol()
2541 case st_Static: return "Static,"; in st_to_string()
3830 if ((st_t) sym->st == st_Static) in update_headers()
4544 case st_Static: in copy_object()
HDmips-tdump.c104 st_Static = stStatic, /* static */ enumerator
375 case st_Static: return "Static"; in st_to_string()
/trueos/contrib/binutils/gas/
HDecoff.c659 st_Static = stStatic, /* static */ enumerator
1277 st_Static, /* 3: C_STAT static */
1288 st_Static, /* 14: C_USTATIC ??? */
1658 && (type == st_Global || type == st_Static || type == st_Label in add_ecoff_symbol()
2381 case st_Static: return "Static,";
4028 st = st_Static; in ecoff_build_symbols()