Home
last modified time | relevance | path

Searched refs:TC_START_LABEL (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-fr30.h63 #define TC_START_LABEL(character, s, i_l_p) \ macro
Dtc-d30v.h49 #define TC_START_LABEL(ch, s, ptr) (ch == ':' && d30v_cleanup (FALSE)) macro
Dtc-bfin.h61 #define TC_START_LABEL(c, s, ptr) (c == ':' && bfin_start_label (s, ptr)) macro
Dtc-m32c.h83 #define TC_START_LABEL(character, s, i_l_p) \ macro
Dtc-m32r.h103 #define TC_START_LABEL(ch, s, ptr) (ch == ':' && m32r_fill_insn (0)) macro
Dtc-mep.h100 #define TC_START_LABEL(ch, s, ptr) ((ch == ':') && mep_flush_pending_output ()) macro
Dtc-aarch64.h94 #define TC_START_LABEL(C,S,STR) ((C) == ':' \ macro
Dtc-nds32.h134 #define TC_START_LABEL(C, S, STR) (C == ':' && nds32_start_label (0, 0)) macro
Dtc-arm.h179 #define TC_START_LABEL(C,S,STR) (C == ':' || (C == '/' && arm_data_in_code ())) macro
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2009999 * 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.
Dread.c43 #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()
DChangeLog-98992419 * config/tc-fr30.h (TC_START_LABEL): Define this macro.
DChangeLog-9697502 * config/tc-d10v.h (TC_START_LABEL): Don't define.
DChangeLog-929511399 * 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/
Dinternals.texi993 @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