Home | History | Annotate | Download | only in gas

Lines Matching defs:sc_Text

628   sc_Text	 = scText,	  /* text symbol */
1169 sc_Text, /* 6: C_LABEL label */
1170 sc_Text, /* 7: C_ULABEL user label */
1263 sc_Text, /* 100: C_BLOCK block start/end */
1264 sc_Text, /* 101: C_FCN function start/end */
2148 new_proc_ptr->sym = add_ecoff_symbol (NULL, st_Proc, sc_Text, sym, 0, 0, 0);
2285 (void) add_ecoff_symbol (file_name, st_File, sc_Text, NULL, 0, 0, 0);
2334 case sc_Text: return "Text,";
2429 (void) add_ecoff_symbol (NULL, st_Block, sc_Text,
2473 (void) add_ecoff_symbol (NULL, st_End, sc_Text, endsym, 0, 0, 0);
3002 (void) add_ecoff_symbol (NULL, st_End, sc_Text,
3252 (void) add_ecoff_symbol (NULL, st_Label, sc_Text,
3481 sc = sc_Text;
3938 && sym_ptr->ecoff_sym.asym.sc == sc_Text)
4027 sc = sc_Text;
4658 (void) add_ecoff_symbol (NULL, st_End, sc_Text, NULL, 0, 0, 0);