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

  /src/external/bsd/pcc/dist/pcc/os/win32/
config.h 10 #define ASSEMBLER "yasm.exe"
12 #define ASSEMBLER "gas.exe"
  /src/sys/arch/alpha/include/
prom.h 30 #ifndef ASSEMBLER
120 #ifndef ASSEMBLER
146 #endif /* ASSEMBLER */
rpb.h 40 #ifndef ASSEMBLER
513 #endif /* ASSEMBLER */
alpha_instruction.h 73 #if !defined(ASSEMBLER)
209 #endif /* !defined(ASSEMBLER) */
  /src/sys/arch/atari/dev/
hdfdreg.h 109 #ifndef ASSEMBLER
141 #endif /* ASSEMBLER */
hdfd_intr.s 36 #define ASSEMBLER /* XXX */
  /src/external/bsd/pcc/dist/pcc/
config.h.in 9 /* Define path to alternate assembler */
10 #undef ASSEMBLER
  /src/sys/uvm/
uvm_param.h 185 #ifndef ASSEMBLER
236 #endif /* ASSEMBLER */
  /src/external/bsd/pcc/dist/pcc/cc/driver/
platform.c 55 #ifndef ASSEMBLER
56 #define ASSEMBLER "as"
319 assembler = ASSEMBLER;
  /src/external/bsd/pcc/dist/pcc/driver/
platform.c 201 assembler = ASSEMBLER;
  /src/external/bsd/pcc/dist/pcc/f77/f77/
f77.c 67 #ifndef ASSEMBLER
68 #define ASSEMBLER "as"
76 static char *asmname = ASSEMBLER ;
351 case 's': /* Assembler file */
429 fatal1("assembler error");
  /src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c 146 #ifndef ASSEMBLER
147 #define ASSEMBLER "as"
155 char *as = ASSEMBLER;
896 else if (match(t, "assembler"))
898 else if (match(t, "assembler-with-cpp"))
1056 * Assembler

Completed in 140 milliseconds