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

  /toolchain/binutils/binutils-2.25/gas/
read.h 41 ( lex_type[(unsigned char) (c)] & LEX_BEGIN_NAME )
43 ( lex_type[(unsigned char) (c)] & LEX_NAME )
45 ( lex_type[(unsigned char) (c)] & LEX_END_NAME )
53 extern char lex_type[];
read.c 107 char lex_type[256] = { variable
276 lex_type['?'] = 3;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 1306 old_lexat = lex_type[(unsigned char) '@'];
1307 lex_type[(unsigned char) '@'] |= LEX_NAME;
1309 lex_type[(unsigned char) '@'] = old_lexat;
    [all...]
tc-ppc.c     [all...]
tc-bfin.c 461 lex_type ['('] = LEX_BEGIN_NAME;
    [all...]
tc-mmix.c 768 lex_type[':'] = (LEX_NAME | LEX_BEGIN_NAME);
    [all...]

Completed in 86 milliseconds