Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-fr30.h68 #define TC_START_LABEL(character, i_l_p) \ macro
Dtc-d30v.h51 #define TC_START_LABEL(ch, ptr) (ch == ':' && d30v_cleanup (FALSE)) macro
Dtc-bfin.h64 #define TC_START_LABEL(ch ,ptr) (ch == ':' && bfin_start_label (ptr)) macro
Dtc-m32c.h82 #define TC_START_LABEL(character, i_l_p) \ macro
Dtc-m32r.h112 #define TC_START_LABEL(ch, ptr) (ch == ':' && m32r_fill_insn (0)) macro
Dtc-arm.h129 #define TC_START_LABEL(C,STR) (c == ':' || (c == '/' && arm_data_in_code ())) macro
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-fr30.h73 #define TC_START_LABEL(character, i_l_p) \ macro
Dtc-h8500.h48 #define TC_START_LABEL(ch, ptr) (ch == ':' && start_label(ptr)) macro
Dtc-d30v.h53 #define TC_START_LABEL(ch, ptr) (ch == ':' && d30v_cleanup (FALSE)) macro
Dtc-m32r.h123 #define TC_START_LABEL(ch, ptr) (ch == ':' && m32r_fill_insn (0)) macro
Dtc-arm.h121 #define TC_START_LABEL(C,STR) (c == ':' || (c == '/' && arm_data_in_code ())) macro
/openbsd/src/gnu/usr.bin/binutils/gas/
Dread.c48 #ifndef TC_START_LABEL
49 #define TC_START_LABEL(x,y) (x == ':') macro
675 if (TC_START_LABEL (c, 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
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dread.c45 #ifndef TC_START_LABEL
46 #define TC_START_LABEL(x,y) (x == ':') macro
760 if (TC_START_LABEL (c, 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
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dinternals.texi1007 @item TC_START_LABEL
1009 @cindex TC_START_LABEL
1015 Same as TC_START_LABEL, but should be used instead of TC_START_LABEL when
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dinternals.texi986 @item TC_START_LABEL
988 @cindex TC_START_LABEL
994 Same as TC_START_LABEL, but should be used instead of TC_START_LABEL when