HomeSort by: relevance | last modified time | path
    Searched defs:ARCH (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/modules/cyclic/
Makefile 10 ARCH=${MACHINE:S/amd64/i386/}
12 ARCH=${MACHINE_CPU:S/aarch64/arm/}
14 ARCH=${MACHINE_CPU}
25 -I${OSNETDIR}/dev/cyclic/${ARCH} \
  /src/sys/kern/
Makefile 31 # ${SYSDIR}/arch/${MACHINE}/tags.
34 # to ARCH as you fix them. Use the i386 as a model.
36 ARCH= i386 mac68k
47 find -H . -name arch -prune -o -name "*.[chs]" -print | \
52 -for i in ${ARCH}; do \
53 (cd ../arch/$$i && ${MAKE} ${MFLAGS} tags); done
57 ln -s ${SYSDIR}/arch/${MACHINE}/tags ${SYSTAGS}
60 -for i in ${ARCH}; do \
61 (cd ../arch/$$i && ${MAKE} ${MFLAGS} SYSTAGS=${SYSTAGS} links); done
  /src/sys/modules/dtrace/dtrace/
Makefile 12 ARCH=${MACHINE}
14 ARCH=${MACHINE_CPU}
21 .PATH: ${OSNETDIR}/dev/dtrace/${ARCH}
40 -I${OSNETDIR}/dev/dtrace/${ARCH} \
  /src/external/gpl3/binutils/dist/gprofng/common/
gp-defs.h 24 /* Define the ARCH and WSIZE predicates */
30 * silent results from typos like ARCH(INTEL), COMPILER(gnu),
33 #define ARCH(x) TOK_A_##x(ARCH)
  /src/external/gpl3/binutils.old/dist/gprofng/common/
gp-defs.h 24 /* Define the ARCH and WSIZE predicates */
30 * silent results from typos like ARCH(INTEL), COMPILER(gnu),
33 #define ARCH(x) TOK_A_##x(ARCH)
  /src/common/dist/zlib/nintendods/
Makefile 27 ARCH := -mthumb -mthumb-interwork
32 $(ARCH)
37 ASFLAGS := $(ARCH) -march=armv5te -mtune=arm946e-s
38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
  /src/external/gpl3/binutils/dist/zlib/nintendods/
Makefile 27 ARCH := -mthumb -mthumb-interwork
32 $(ARCH)
37 ASFLAGS := $(ARCH) -march=armv5te -mtune=arm946e-s
38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
  /src/external/gpl3/binutils.old/dist/zlib/nintendods/
Makefile 27 ARCH := -mthumb -mthumb-interwork
32 $(ARCH)
37 ASFLAGS := $(ARCH) -march=armv5te -mtune=arm946e-s
38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
  /src/external/gpl3/gdb/dist/zlib/nintendods/
Makefile 27 ARCH := -mthumb -mthumb-interwork
32 $(ARCH)
37 ASFLAGS := $(ARCH) -march=armv5te -mtune=arm946e-s
38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
  /src/external/gpl3/gdb.old/dist/zlib/nintendods/
Makefile 27 ARCH := -mthumb -mthumb-interwork
32 $(ARCH)
37 ASFLAGS := $(ARCH) -march=armv5te -mtune=arm946e-s
38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
gen-mul-tables.cc 65 #define ARCH "tilepro"
73 #define ARCH "tilegx"
565 " CODE_FOR_nothing /* must be first */ ", ARCH);
1263 printf ("#include \"%s-multiply.h\"\n\n", ARCH);
1273 ARCH, ARCH);
1364 ARCH, ARCH, ARCH);
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 128 /* x86 arch names, types and features */
131 const char *name; /* arch name */
132 unsigned int len:8; /* arch string length */
134 enum processor_type type; /* arch type */
1042 #define ARCH(n, t, f, s) \
1062 ARCH (generic32, GENERIC32, GENERIC32, false),
1063 ARCH (generic64, GENERIC64, GENERIC64, false),
1064 ARCH (i8086, UNKNOWN, NONE, false),
1065 ARCH (i186, UNKNOWN, 186, false),
1066 ARCH (i286, UNKNOWN, 286, false)
3270 static const char *arch; local
17307 char *arch, *next, *saved, *type; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 128 /* x86 arch names, types and features */
131 const char *name; /* arch name */
132 unsigned int len:8; /* arch string length */
134 enum processor_type type; /* arch type */
1033 #define ARCH(n, t, f, s) \
1047 ARCH (generic32, GENERIC32, GENERIC32, false),
1048 ARCH (generic64, GENERIC64, GENERIC64, false),
1049 ARCH (i8086, UNKNOWN, NONE, false),
1050 ARCH (i186, UNKNOWN, 186, false),
1051 ARCH (i286, UNKNOWN, 286, false)
3221 static const char *arch; local
17136 char *arch, *next, *saved, *type; local
    [all...]

Completed in 44 milliseconds