Home
last modified time | relevance | path

Searched refs:tc_start_label_without_colon (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.h107 #define TC_START_LABEL_WITHOUT_COLON(c, l) tc_start_label_without_colon (c, l)
108 extern bfd_boolean tc_start_label_without_colon (char, const char *);
Dtc-arm.c3349 tc_start_label_without_colon (char unused1 ATTRIBUTE_UNUSED, const char * rest) in tc_start_label_without_colon() function
/toolchain/binutils/binutils-2.25/gas/
DChangeLog1440 (tc_start_label_without_colon): New function.
1446 (tc_start_label_without_colon): Added extern function declaration.