HomeSort by relevance Sort by last modified time
    Searched refs:ARCH (Results 1 - 25 of 3818) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/powerpc/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
5 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
  /external/compiler-rt/test/builtins/timing/
time 4 arch=$1
9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
24 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/
Makefile 3 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.
    [all...]
  /external/chromium_org/third_party/binutils/
upload.sh 35 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/
dump_product_syms 29 for ARCH in ${ARCHS}; do
33 "${DUMP_SYMS_TOOL}" -a "${ARCH}" -c "${DWARF_PATH}" > \
34 "${SOURCE_BUNDLE}-${VERSION}-${ARCH}.breakpad"
  /prebuilts/misc/darwin-x86/analyzer/bin/
cxx-analyzer 6 # ccc-analyzer ARCH LOCAL_CXX ...
24 ARCH="$1"
44 if [ "$ARCH" != "host" ]; then
46 case $ARCH in
69 # prepare both -m32 and -m64 versions, anding 2 more args in additional to $ARCH
  /build/core/
module_arch_supported.mk 2 ## Determine if a module can be built for an arch
7 ## LOCAL_MODULE_$(my_prefix)ARCH
9 ## LOCAL_MODULE_UNSUPPORTED_$(my_prefix)ARCH
40 ifneq (,$(LOCAL_MODULE_$(my_prefix)ARCH))
41 ifeq (,$(filter $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH),$(LOCAL_MODULE_$(my_prefix)ARCH)))
47 ifeq (,$(filter $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH),$(LOCAL_MODULE_$(my_prefix)ARCH_WARN)))
49 $(warning $(LOCAL_MODULE): architecture $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH) not supported)
53 ifneq (,$(filter $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH),$(LOCAL_MODULE_UNSUPPORTED_$(my_prefix)ARCH)))
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/s390/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/sh/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/sparc/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/qemu/distrib/kernel-toolchain/
android-kernel-toolchain-ar 21 # 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
android-kernel-toolchain-as 21 # 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
android-kernel-toolchain-gcc 21 # 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
android-kernel-toolchain-ld 21 # 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
android-kernel-toolchain-nm 21 # 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
android-kernel-toolchain-objcopy 21 # 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
android-kernel-toolchain-objdump 21 # 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
android-kernel-toolchain-ranlib 21 # 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
android-kernel-toolchain-size 21 # 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
android-kernel-toolchain-strip 21 # 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
toolbox.sh 21 # 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/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
6 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind-libunwind.o
  /external/llvm/lib/ExecutionEngine/JIT/
Makefile 13 # Get the $(ARCH) setting
17 ifeq ($(ARCH), x86)
28 ifeq ($(ARCH), Sparc)
  /external/compiler-rt/test/builtins/Unit/
test 19 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"

Completed in 804 milliseconds

1 2 3 4 5 6 7 8 91011>>