Home
last modified time | relevance | path

Searched refs:LEX_AT (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/binutils/gas/config/
HDte-pe.h2 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */ macro
HDte-pep.h5 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */ macro
HDtc-i386.h198 #if (defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)) && !defined (LEX_AT)
HDtc-ia64.h78 #define LEX_AT (LEX_NAME|LEX_BEGIN_NAME) /* allow `@' inside name */ macro
HDtc-i386.c175 #ifdef LEX_AT
1296 #ifdef LEX_AT in md_begin()
4381 #if (!defined (OBJ_ELF) && !defined (OBJ_MAYBE_ELF)) || defined (LEX_AT)
/NextBSD/contrib/binutils/gas/
HDread.c73 #ifndef LEX_AT
74 #define LEX_AT 0 macro
113 LEX_AT, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, /* @ABCDEFGHIJKLMNO */
HDChangeLog-92952432 * config/tc-i386.c (md_begin): If LEX_AT defined then
2434 (i386_operand): If LEX_AT, then don't look for @goto stuff.
2435 * config/te-pe.h: Define LEX_AT.
10292 * read.c (lex_type): New macro LEX_AT to set lex type of '@'.
HDChangeLog-02033794 * config/te-pe.h (LEX_AT): Accept at-sign (@) as first character
HDChangeLog-00017166 LEX_AT and LEX_NAME descriptions. Document operands for
/NextBSD/contrib/binutils/gas/doc/
HDinternals.texi927 @item LEX_AT
928 @cindex LEX_AT