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

/freebsd-10-stable/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-10-stable/contrib/binutils/gas/
H A Dread.c44 #ifndef TC_START_LABEL
45 #define TC_START_LABEL(x,y) (x == ':') macro
761 if (TC_START_LABEL (c, input_line_pointer))

Completed in 399 milliseconds