Searched refs:TC_START_LABEL (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-fr30.h | 63 #define TC_START_LABEL(character, s, i_l_p) \ macro
|
D | tc-d30v.h | 49 #define TC_START_LABEL(ch, s, ptr) (ch == ':' && d30v_cleanup (FALSE)) macro
|
D | tc-bfin.h | 61 #define TC_START_LABEL(c, s, ptr) (c == ':' && bfin_start_label (s, ptr)) macro
|
D | tc-m32c.h | 83 #define TC_START_LABEL(character, s, i_l_p) \ macro
|
D | tc-m32r.h | 103 #define TC_START_LABEL(ch, s, ptr) (ch == ':' && m32r_fill_insn (0)) macro
|
D | tc-mep.h | 100 #define TC_START_LABEL(ch, s, ptr) ((ch == ':') && mep_flush_pending_output ()) macro
|
D | tc-aarch64.h | 94 #define TC_START_LABEL(C,S,STR) ((C) == ':' \ macro
|
D | tc-nds32.h | 134 #define TC_START_LABEL(C, S, STR) (C == ':' && nds32_start_label (0, 0)) macro
|
D | tc-arm.h | 179 #define TC_START_LABEL(C,S,STR) (C == ':' || (C == '/' && arm_data_in_code ())) macro
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2009 | 999 * read.c (TC_START_LABEL): Add a new argument. 1001 the new argument of TC_START_LABEL. 1002 * config/tc-arm.h (TC_START_LABEL): Add a new argument. 1005 * config/tc-bfin.h (TC_START_LABEL): Add the new argument. 1006 * config/tc-d30v.h (TC_START_LABEL): Likewise. 1007 * config/tc-fr30.h (TC_START_LABEL): Likewise. 1008 * config/tc-m32c.h (TC_START_LABEL): Likewise. 1009 * config/tc-m32r.h (TC_START_LABEL): Likewise. 1010 * config/tc-mep.h (TC_START_LABEL): Likewise.
|
D | read.c | 43 #ifndef TC_START_LABEL 44 #define TC_START_LABEL(x,y,z) (x == ':') macro 919 if (TC_START_LABEL (c, s, input_line_pointer)) in read_a_source_file()
|
D | ChangeLog-9899 | 2419 * config/tc-fr30.h (TC_START_LABEL): Define this macro.
|
D | ChangeLog-9697 | 502 * config/tc-d10v.h (TC_START_LABEL): Don't define.
|
D | ChangeLog-9295 | 11399 * read.c (TC_START_LABEL): Default definition. 11400 (read_a_source_file): Use TC_START_LABEL macro to work out
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | internals.texi | 993 @item TC_START_LABEL 995 @cindex TC_START_LABEL 1001 Same as TC_START_LABEL, but should be used instead of TC_START_LABEL when
|