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

  /toolchain/binutils/binutils-2.27/gas/config/
te-netware.h 24 #define LEX_AT (LEX_NAME | LEX_BEGIN_NAME) /* Can have @'s inside labels. */
25 #define LEX_PCT (LEX_NAME | LEX_BEGIN_NAME) /* Can have %'s inside labels. */
26 #define LEX_QM (LEX_NAME | LEX_BEGIN_NAME) /* Can have ?'s inside labels. */
te-pe.h 21 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
te-pep.h 24 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
tc-pdp11.h 27 #define LEX_TILDE (LEX_BEGIN_NAME | LEX_NAME)
tc-m68k.h 88 #define LEX_PCT LEX_NAME
tc-ia64.h 77 #define LEX_AT (LEX_NAME|LEX_BEGIN_NAME) /* allow `@' inside name */
78 #define LEX_QM (LEX_NAME|LEX_BEGIN_NAME) /* allow `?' inside name */
obj-elf.c 1369 lex_type[(unsigned char) '@'] |= LEX_NAME;
    [all...]
tc-mmix.c 770 lex_type[':'] = (LEX_NAME | LEX_BEGIN_NAME);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
read.h 46 #define LEX_NAME (1) /* may continue a name */
53 ( lex_type[(unsigned char) (c)] & LEX_NAME )

Completed in 170 milliseconds