HomeSort by: relevance | last modified time | path
    Searched refs:ASCIZ (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/ia64/include/
asm.h 150 #define ASCIZ .asciz
155 label: ASCIZ msg; \
208 .asciz x; \
211 .asciz " $"; \
215 .asciz x; \
219 #define RCSID(name) .asciz name
229 .pushsection _sec ; .asciz _str ; .popsection
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 34 #define ASCIZ 287
ldgram.y 131 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE ASCIZ
706 | ASCIZ NAME
ldlex.l 313 <WILD>"ASCIZ" { RTOKEN(ASCIZ); }
ldlex.c 2337 { RTOKEN(ASCIZ); }
ldgram.c 170 #define ASCIZ 287
2096 "BIND","QUAD","SQUAD","LONG","SHORT","BYTE","ASCIZ","SECTIONS","PHDRS",
2301 "statement : ASCIZ NAME",
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 87 ASCIZ = 288, /* ASCIZ */
232 #define ASCIZ 288
ldgram.y 131 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE ASCIZ
706 | ASCIZ NAME
ldlex.l 313 <WILD>"ASCIZ" { RTOKEN(ASCIZ); }
ldgram.c 188 ASCIZ = 288, /* ASCIZ */
333 #define ASCIZ 288
543 YYSYMBOL_ASCIZ = 47, /* ASCIZ */
1259 "BIND", "QUAD", "SQUAD", "LONG", "SHORT", "BYTE", "ASCIZ", "SECTIONS",
3455 case 160: /* statement: ASCIZ NAME */
ldlex.c 2337 { RTOKEN(ASCIZ); }
  /src/sys/arch/alpha/include/
asm.h 486 #define ASCIZ .asciz
490 label: ASCIZ msg; \
647 .asciz _str; \

Completed in 46 milliseconds