Searched refs:TC_START_LABEL (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.h50 #define TC_START_LABEL(ch, s, ptr) (ch == ':' && d30v_cleanup (FALSE)) macro
H A Dtc-fr30.h60 /* We need a special version of the TC_START_LABEL macro so that we
64 #define TC_START_LABEL(character, s, i_l_p) \ macro
H A Dtc-bfin.h62 #define TC_START_LABEL(c, s, ptr) (c == ':' && bfin_start_label (s, ptr)) macro
H A Dtc-m32c.h79 /* We need a special version of the TC_START_LABEL macro so that we
83 #define TC_START_LABEL(character, s, i_l_p) \ macro
H A Dtc-m32r.h104 #define TC_START_LABEL(ch, s, ptr) (ch == ':' && m32r_fill_insn (0)) macro
H A Dtc-mep.h100 #define TC_START_LABEL(ch, s, ptr) ((ch == ':') && mep_flush_pending_output ()) macro
H A Dtc-arm.h164 #define TC_START_LABEL(C,S,STR) (C == ':' || (C == '/' && arm_data_in_code ())) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dread.c44 #ifndef TC_START_LABEL
45 #define TC_START_LABEL(x,y,z) (x == ':') macro
770 if (TC_START_LABEL (c, s, input_line_pointer))

Completed in 322 milliseconds