HomeSort by relevance Sort by last modified time
    Searched refs:TC_START_LABEL (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.h 49 #define TC_START_LABEL(ch, s, ptr) (ch == ':' && d30v_cleanup (FALSE))
tc-fr30.h 59 /* We need a special version of the TC_START_LABEL macro so that we
63 #define TC_START_LABEL(character, s, i_l_p) \
tc-bfin.h 61 #define TC_START_LABEL(c, s, ptr) (c == ':' && bfin_start_label (s, ptr))
tc-m32c.h 79 /* We need a special version of the TC_START_LABEL macro so that we
83 #define TC_START_LABEL(character, s, i_l_p) \
tc-m32r.h 103 #define TC_START_LABEL(ch, s, ptr) (ch == ':' && m32r_fill_insn (0))
tc-mep.h 100 #define TC_START_LABEL(ch, s, ptr) ((ch == ':') && mep_flush_pending_output ())
tc-aarch64.h 94 #define TC_START_LABEL(C,S,STR) ((C) == ':' \
tc-arm.h 179 #define TC_START_LABEL(C,S,STR) (C == ':' || (C == '/' && arm_data_in_code ()))
tc-nds32.h 134 #define TC_START_LABEL(C, S, STR) (C == ':' && nds32_start_label (0, 0))
  /toolchain/binutils/binutils-2.25/gas/
read.c 43 #ifndef TC_START_LABEL
44 #define TC_START_LABEL(x,y,z) (x == ':')
922 if (TC_START_LABEL (c, s, input_line_pointer))
    [all...]

Completed in 491 milliseconds