Searched refs:sc_Text (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ecoff.c | 626 sc_Text = scText, /* text symbol */ enumerator 1166 sc_Text, /* 6: C_LABEL label */ 1167 sc_Text, /* 7: C_ULABEL user label */ 1260 sc_Text, /* 100: C_BLOCK block start/end */ 1261 sc_Text, /* 101: C_FCN function start/end */ 2146 new_proc_ptr->sym = add_ecoff_symbol ((const char *) NULL, st_Proc, sc_Text, in add_procedure() 2287 (void) add_ecoff_symbol (file_name, st_File, sc_Text, in add_file() 2337 case sc_Text: return "Text,"; 2430 (void) add_ecoff_symbol ((const char *) NULL, st_Block, sc_Text, in ecoff_directive_begin() 2474 (void) add_ecoff_symbol ((const char *) NULL, st_End, sc_Text, endsym, in ecoff_directive_bend() [all …]
|