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

/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c666 st_End = stEnd, /* end (of anything) */
1378 st_End, /* 102: C_EOS end of struct/union/enum */
1701 case st_End:
1704 as_fatal (_("too many st_End's"));
1775 && (debug > 2 || type == st_Block || type == st_End
2104 st_End,
2403 case st_End: return "End,";
2496 (void) add_ecoff_symbol ((const char *) NULL, st_End, sc_Text, endsym,
2893 if (coff_symbol_typ == st_Block || coff_symbol_typ == st_End)
2949 case st_End
665 st_End = stEnd, /* end (of anything) */ enumerator in enum:st
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c736 st_End = stEnd, /* end (of anything) */
1442 st_End, /* 102: C_EOS end of struct/union/enum */
1843 case st_End:
1846 error ("internal error, too many st_End's");
1914 && (debug > 2 || type == st_Block || type == st_End
2285 st_End,
2572 case st_End: return "End,";
2766 st_End, sc_Text,
3202 if (symbol_type == st_Block || symbol_type == st_End)
3279 case st_End
731 st_End = stEnd, /* end (of anything) */ enumerator in enum:st
[all...]
H A Dmips-tdump.c111 st_End = stEnd, /* end (of anything) */
387 case st_End: return "End";
912 case st_End:
110 st_End = stEnd, /* end (of anything) */ enumerator in enum:st

Completed in 175 milliseconds