| /src/sys/arch/mvme68k/stand/bootxx/ |
| Makefile | 4 COMPILE.S= $(CC) -x assembler-with-cpp \
|
| /src/sys/stand/efiboot/bootriscv64/ |
| Makefile | 15 AFLAGS+= -x assembler-with-cpp
|
| /src/external/bsd/pcc/dist/pcc/cc/driver/ |
| driver.h | 42 extern const char *assembler;
|
| /src/sys/arch/hpcmips/stand/romboot/ |
| Makefile | 8 AFLAGS+= -x assembler-with-cpp
|
| /src/sys/modules/compat_13/ |
| Makefile | 21 COPTS.compat_13_sigreturn13.s+= -I. -x assembler-with-cpp
|
| /src/sys/modules/compat_16/ |
| Makefile | 20 COPTS.compat_16_sigreturn14.s+= -I. -x assembler-with-cpp
|
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32_init.inc | 4 * NDS32 architecture startup assembler header file
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32_init.inc | 4 * NDS32 architecture startup assembler header file
|
| /src/external/mit/xorg/server/drivers/xf86-video-sunffb/ |
| Makefile | 12 AFLAGS+= -x assembler-with-cpp -Wa,-Av9a 16 AFLAGS+= -x assembler-with-cpp -Wa,-Av8plusa
|
| /src/tools/xz-include/ |
| Makefile | 12 CONFIGURE_ARGS+= --disable-assembler
|
| /src/tools/pcc/ |
| Makefile | 16 CONFIGURE_ARGS+= --with-assembler=${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-as
|
| /src/sys/arch/amiga/stand/bootblock/ppcboot/ |
| Makefile | 13 # prefer our assembler versions over assembler, and assembler over C: 55 .s.o: ; ${CC} ${CAFLAGS} ${COPTS} -x assembler-with-cpp -o $@ -c $< 57 .S.o: ; ${CC} ${CAFLAGS} ${COPTS} -x assembler-with-cpp -o $@ -c $< 78 ${CC} ${CAFLAGS} ${COPTS} -x assembler-with-cpp \ 82 ${CC} -DAUTOLOAD=8192 ${CAFLAGS} ${COPTS} -x assembler-with-cpp \ 101 $(PPCCC) -DDEBUG $(COPTS) -x assembler-with-cpp -c $?
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| driver-rs6000.cc | 432 * Array to map -mcpu=native names to the switches passed to the assembler. 544 for the assembler. 559 bool assembler; local 566 assembler = (!arch && strcmp (argv[0], "asm") == 0); 567 if (!arch && !assembler && strcmp (argv[0], "tune")) 570 if (! assembler) 601 if (assembler)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| driver-rs6000.cc | 432 * Array to map -mcpu=native names to the switches passed to the assembler. 543 for the assembler. 558 bool assembler; local 565 assembler = (!arch && strcmp (argv[0], "asm") == 0); 566 if (!arch && !assembler && strcmp (argv[0], "tune")) 569 if (! assembler) 600 if (assembler)
|
| /src/external/gpl3/autoconf/dist/man/ |
| config.guess.x | 21 build a compiler, assembler etc., the `target' machine, for which the
|
| /src/sys/arch/amiga/stand/bootblock/bootxx_ffs/ |
| Makefile | 22 # prefer our assembler versions over assembler, and assembler over C: 94 ${CC} ${CAFLAGS} ${COPTS} -x assembler-with-cpp -o $@ -c $< 98 ${CC} ${CAFLAGS} ${COPTS} -x assembler-with-cpp -o $@ -c $< 126 ${CC} ${CAFLAGS} ${COPTS} -x assembler-with-cpp \ 131 ${CC} -DAUTOLOAD=8192 ${CAFLAGS} ${COPTS} -x assembler-with-cpp \
|
| /src/sys/arch/mvme68k/stand/sboot/ |
| Makefile | 8 COMPILE.s= $(CC) -x assembler-with-cpp \
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| igen.c | 343 print_itrace_format (lf *file, const insn_mnemonic_entry *assembler) 350 const char *chp = assembler->format; 374 error (assembler->line, "Missing `<' after `%%'\n"); 391 error (assembler->line, 392 "Missing closing `>' in assembler string\n"); 465 error (assembler->line, "Unknown assembler string format\n"); 484 errors in the line are referred back to the same igen assembler 497 insn_mnemonic_entry *assembler = insn->mnemonics; local 501 if (assembler->condition != NULL [all...] |
| /src/external/gpl3/gdb/dist/sim/igen/ |
| igen.c | 343 print_itrace_format (lf *file, const insn_mnemonic_entry *assembler) 350 const char *chp = assembler->format; 374 error (assembler->line, "Missing `<' after `%%'\n"); 391 error (assembler->line, 392 "Missing closing `>' in assembler string\n"); 465 error (assembler->line, "Unknown assembler string format\n"); 484 errors in the line are referred back to the same igen assembler 497 insn_mnemonic_entry *assembler = insn->mnemonics; local 501 if (assembler->condition != NULL [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| codeview.c | 4 This file is part of GAS, the GNU Assembler. 306 assembler version. */ 310 static const char assembler[] = "GNU AS " VERSION; local 326 len += sizeof (struct COMPILESYM3) + sizeof (assembler); 359 + sizeof (assembler) + padding, &compile3.length); 374 memcpy (ptr, assembler, sizeof (assembler)); 375 ptr += sizeof (assembler);
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| codeview.c | 4 This file is part of GAS, the GNU Assembler. 306 assembler version. */ 310 static const char assembler[] = "GNU AS " VERSION; local 326 len += sizeof (struct COMPILESYM3) + sizeof (assembler); 359 + sizeof (assembler) + padding, &compile3.length); 374 memcpy (ptr, assembler, sizeof (assembler)); 375 ptr += sizeof (assembler);
|
| /src/lib/libc/arch/sparc/gen/ |
| fixunsdfsi.S | 58 .word 0 ! (who me, not trust the assembler?)
|
| /src/lib/libc/arch/sparc64/gen/ |
| fixunsdfsi.S | 60 .word 0 ! (who me, not trust the assembler?)
|
| /src/sys/arch/hpcmips/stand/lcboot/ |
| Makefile | 28 AFLAGS+= -x assembler-with-cpp -mips2 -mno-abicalls
|
| /src/sys/arch/rs6000/stand/boot/ |
| Makefile | 30 AFLAGS= -x assembler-with-cpp
|