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

/freebsd-11-stable/contrib/binutils/gas/
H A Dapp.c61 #define LEX_IS_SYMBOL_COMPONENT 1 macro
81 #define IS_SYMBOL_COMPONENT(c) (lex[c] == LEX_IS_SYMBOL_COMPONENT)
131 lex[(unsigned char) *p] = LEX_IS_SYMBOL_COMPONENT;
134 lex[c] = LEX_IS_SYMBOL_COMPONENT;
143 lex[(unsigned char) *p] = LEX_IS_SYMBOL_COMPONENT;
191 lex['-'] = LEX_IS_SYMBOL_COMPONENT;
1187 /* All insns end in a char for which LEX_IS_SYMBOL_COMPONENT is true.
1191 We can't make '#' LEX_IS_SYMBOL_COMPONENT because it is
1248 case LEX_IS_SYMBOL_COMPONENT:
1306 && type != LEX_IS_SYMBOL_COMPONENT)
[all...]

Completed in 61 milliseconds