Home
last modified time | relevance | path

Searched refs:LEX_NAME (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
HDread.h38 #define LEX_NAME (1) /* may continue a name */ macro
45 ( lex_type[(unsigned char) (c)] & LEX_NAME )
HDChangeLog-00017166 LEX_AT and LEX_NAME descriptions. Document operands for
/freebsd-11-stable/contrib/binutils/gas/config/
HDte-pe.h2 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
HDte-pep.h5 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
HDtc-ia64.h78 #define LEX_AT (LEX_NAME|LEX_BEGIN_NAME) /* allow `@' inside name */
79 #define LEX_QM (LEX_NAME|LEX_BEGIN_NAME) /* allow `?' inside name */
HDobj-elf.c1217 lex_type[(unsigned char) '@'] |= LEX_NAME; in obj_elf_symver()
/freebsd-11-stable/contrib/binutils/gas/doc/
HDinternals.texi932 Lexical types are a combination of @code{LEX_NAME} and @code{LEX_BEGIN_NAME},
933 both defined in @file{read.h}. @code{LEX_NAME} indicates that the character
955 default value is @code{LEX_NAME | LEX_BEGIN_NAME}.