Searched refs:TC_START_LABEL (Results 1 – 21 of 21) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-fr30.h | 68 #define TC_START_LABEL(character, i_l_p) \ macro
|
| D | tc-d30v.h | 51 #define TC_START_LABEL(ch, ptr) (ch == ':' && d30v_cleanup (FALSE)) macro
|
| D | tc-bfin.h | 64 #define TC_START_LABEL(ch ,ptr) (ch == ':' && bfin_start_label (ptr)) macro
|
| D | tc-m32c.h | 82 #define TC_START_LABEL(character, i_l_p) \ macro
|
| D | tc-m32r.h | 112 #define TC_START_LABEL(ch, ptr) (ch == ':' && m32r_fill_insn (0)) macro
|
| D | tc-arm.h | 129 #define TC_START_LABEL(C,STR) (c == ':' || (c == '/' && arm_data_in_code ())) macro
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-fr30.h | 73 #define TC_START_LABEL(character, i_l_p) \ macro
|
| D | tc-h8500.h | 48 #define TC_START_LABEL(ch, ptr) (ch == ':' && start_label(ptr)) macro
|
| D | tc-d30v.h | 53 #define TC_START_LABEL(ch, ptr) (ch == ':' && d30v_cleanup (FALSE)) macro
|
| D | tc-m32r.h | 123 #define TC_START_LABEL(ch, ptr) (ch == ':' && m32r_fill_insn (0)) macro
|
| D | tc-arm.h | 121 #define TC_START_LABEL(C,STR) (c == ':' || (c == '/' && arm_data_in_code ())) macro
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | read.c | 48 #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()
|
| 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
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | read.c | 45 #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()
|
| 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
|
| /openbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | internals.texi | 1007 @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/ |
| D | internals.texi | 986 @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
|