Searched refs:ARCH (Results 1 - 25 of 4611) sorted by relevance

1234567891011>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/powerpc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
5 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
/external/compiler-rt/test/builtins/timing/
H A Dtime24 for ARCH in i386 x86_64; do
27 echo "Timing $FILE for $ARCH"
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
6 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind.o
8 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
9 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/tsc.o
10 LIB_H += arch/$(ARCH)/util/tsc.h
/external/chromium_org/third_party/binutils/
H A Dupload.sh35 export ARCH="Linux_ia32"
39 export ARCH="Linux_x64"
48 if [ ! -d "$ARCH" ]; then
49 mkdir -p "$ARCH"
52 BINUTILS_TAR_BZ2="$ARCH/binutils.tar.bz2"
/external/chromium_org/remoting/scripts/mac/
H A Ddump_product_syms29 for ARCH in ${ARCHS}; do
33 "${DUMP_SYMS_TOOL}" -a "${ARCH}" -c "${DWARF_PATH}" > \
34 "${SOURCE_BUNDLE}-${VERSION}-${ARCH}.breakpad"
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/s390/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/sh/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/sparc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/qemu/distrib/kernel-toolchain/
H A Dandroid-kernel-toolchain-ar21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-as21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-gcc21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-ld21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-nm21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-objcopy21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-objdump21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-ranlib21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-size21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-strip21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dtoolbox.sh21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm64/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
6 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind-libunwind.o
/external/llvm/lib/ExecutionEngine/JIT/
H A DMakefile13 # Get the $(ARCH) setting
17 ifeq ($(ARCH), x86)
28 ifeq ($(ARCH), Sparc)
/external/compiler-rt/test/builtins/Unit/
H A Dtest19 for ARCH in $ARCHS; do
21 if test "$ARCH" != '<host>'; then
22 CFLAGS="-arch $ARCH $CFLAGS"
45 echo "Built $FILE.exe for $ARCH"
52 echo "Testing $FILE for $ARCH"
/external/clang/lib/Lex/
H A DMakefile19 ifeq ($(ARCH),PowerPC)
/external/lldb/test/lang/objc/objc-optimized/
H A DMakefile5 CFLAGS ?= -arch $(ARCH) -g -O2

Completed in 281 milliseconds

1234567891011>>