Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-mep.h100 #define TC_START_LABEL(ch, ptr) ((ch == ':') && mep_flush_pending_output ()) macro
H A Dtc-arm.h150 #define TC_START_LABEL(C,STR) (c == ':' || (c == '/' && arm_data_in_code ())) macro
/freebsd-12.1/contrib/binutils/gas/
H A Dread.c44 #ifndef TC_START_LABEL
45 #define TC_START_LABEL(x,y) (x == ':') macro
758 if (TC_START_LABEL (c, input_line_pointer)) in read_a_source_file()
H A DChangeLog-98992419 * config/tc-fr30.h (TC_START_LABEL): Define this macro.
H A DChangeLog-9697502 * config/tc-d10v.h (TC_START_LABEL): Don't define.
H A DChangeLog-929511399 * read.c (TC_START_LABEL): Default definition.
11400 (read_a_source_file): Use TC_START_LABEL macro to work out
/freebsd-12.1/contrib/binutils/gas/doc/
H A 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