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

/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c730 st_Static = stStatic, /* static */
1343 st_Static, /* 3: C_STAT static */
1354 st_Static, /* 14: C_USTATIC ??? */
1807 && (type == st_Global || type == st_Static || type == st_Label
2566 case st_Static: return "Static,";
3858 /* Copy st_Static symbols from the original local symbol table if
3866 if ((st_t) sym->st == st_Static)
4584 case st_Static:
725 st_Static = stStatic, /* static */ enumerator in enum:st
H A Dmips-tdump.c105 st_Static = stStatic, /* static */
381 case st_Static: return "Static";
104 st_Static = stStatic, /* static */ enumerator in enum:st
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c660 st_Static = stStatic, /* static */
1279 st_Static, /* 3: C_STAT static */
1290 st_Static, /* 14: C_USTATIC ??? */
1666 && (type == st_Global || type == st_Static || type == st_Label
2397 case st_Static: return "Static,";
4060 st = st_Static;
659 st_Static = stStatic, /* static */ enumerator in enum:st

Completed in 168 milliseconds