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

  /src/sys/arch/m68k/include/
param.h 56 #define MID_MACHINE MID_M68K
  /src/sys/sys/
aout_mids.h 44 #define MID_M68K 0x087 /* m68k BSD binary with 8K page sizes */
  /src/tools/arm-elf2aout/sys/
aout_mids.h 44 #define MID_M68K 0x087 /* m68k BSD binary with 8K page sizes */
  /src/tools/m68k-elf2aout/sys/
aout_mids.h 44 #define MID_M68K 0x087 /* m68k BSD binary with 8K page sizes */
  /src/usr.sbin/mopd/common/
file.c 310 #ifdef MID_M68K
311 case MID_M68K:
312 mid = MID_M68K;
403 #ifdef MID_M68K
404 case MID_M68K:
412 #if defined(MID_M68K) || defined(MID_ALPHA) || defined(MID_SPARC)
733 #ifdef MID_M68K
734 case MID_M68K:
760 #ifdef MID_M68K
761 case MID_M68K
    [all...]
  /src/sys/arch/x68k/stand/boot_ufs/
bootmain.c 230 (N_GETMID(*header) != MID_M68K)) {
  /src/sys/arch/x68k/stand/common/
exec_sub.c 278 if ((u = N_GETMID(*ahdr)) != MID_M68K)
  /src/usr.bin/elf2aout/
elf2aout.c 134 return MID_M68K;

Completed in 18 milliseconds