Home
last modified time | relevance | path

Searched defs:ARCH (Results 1 – 17 of 17) sorted by relevance

/external/lldb/examples/darwin/heap_find/heap/
DMakefile10 ARCH ?= x86_64 macro
/external/lldb/test/functionalities/load_unload/
DMakefile5 ARCH = x86_64 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/
Dconfigure.ac157 AC_SUBST([ARCH]) subst
/external/zlib/src/nintendods/
DMakefile27 ARCH := -mthumb -mthumb-interwork macro
/external/chromium_org/third_party/android_platform/development/scripts/
Dsymbol.py32 ARCH = "arm" variable
/external/strace/
DMakefile.am11 ARCH = @arch@ macro
/external/libunwind/
Dconfigure.ac372 AC_SUBST(ARCH) subst
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ macro
/external/llvm/autoconf/
Dconfigure.ac447 AC_SUBST(ARCH,$llvm_cv_target_arch) subst
/external/libhevc/test/decoder/
Dmain.c276 ARCH, enumerator
/external/chromium_org/third_party/yasm/source/config/mac/
DMakefile503 ARCH = x86 macro
/external/chromium_org/third_party/yasm/source/config/openbsd/
DMakefile503 ARCH = x86 macro
/external/chromium_org/third_party/yasm/source/config/win/
DMakefile503 ARCH = x86 macro
/external/chromium_org/third_party/yasm/source/config/android/
DMakefile503 ARCH = x86 macro
/external/chromium_org/third_party/yasm/source/config/linux/
DMakefile503 ARCH = x86 macro
/external/chromium_org/third_party/yasm/source/config/ios/
DMakefile503 ARCH = x86 macro
/external/qemu/target-arm/
Dtranslate.c47 #define ARCH(x) do { if (!ENABLE_ARCH_##x) goto illegal_op; } while(0) macro