HomeSort by relevance Sort by last modified time
    Searched refs:ARCH (Results 76 - 100 of 488) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/emulparams/
z8002.sh 6 ARCH=z8002
  /device/linaro/bootloader/arm-trusted-firmware/bl2u/
bl2u.mk 8 bl2u/${ARCH}/bl2u_entrypoint.S \
9 plat/common/${ARCH}/platform_up_stack.S
11 ifeq (${ARCH},aarch64)
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2.mk 8 bl2/${ARCH}/bl2_entrypoint.S \
9 bl2/${ARCH}/bl2_arch_setup.c \
10 lib/locks/exclusive/${ARCH}/spinlock.S \
11 plat/common/${ARCH}/platform_up_stack.S
13 ifeq (${ARCH},aarch64)
  /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-kselftest/tools/testing/selftests/ipc/
Makefile 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/)
4 ifeq ($(ARCH),i386)
5 ARCH := x86
8 ifeq ($(ARCH),x86_64)
9 ARCH := x86
  /external/protobuf/protoc-artifacts/
build-protoc.sh 5 # Usage: build-protoc.sh <OS> <ARCH>
6 # <OS> and <ARCH> are ${os.detected.name} and ${os.detected.arch} from os-maven-plugin
8 ARCH=$2
59 if [[ "$ARCH" == x86_32 ]]; then
61 elif [[ "$ARCH" == x86_64 ]]; then
64 fail "Unsupported arch: $ARCH"
68 if [[ "$ARCH" == x86_32 ]]; then
70 elif [[ "$ARCH" == x86_64 ]]; the
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/
GNUmakefile 15 ifndef ARCH
17 # If ARCH is not defined, then we use 'uname -m' to attempt
18 # try to figure out the appropriate ARCH.
21 $(info Attempting to detect ARCH from 'uname -m': $(uname_m))
23 ARCH=X64
26 ARCH=IA32
29 ARCH=AARCH64
32 ARCH=ARM
34 ifndef ARCH
35 $(info Could not detected ARCH from uname results)
    [all...]
  /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
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
Makefile 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
8 ifeq ($(ARCH),x86)
11 ifneq (,$(filter $(ARCH),aarch64 arm64))
  /external/syslinux/efi/
build-gnu-efi.sh 10 Usage: $0: <arch> <objdir>
12 Build the <arch> gnu-efi libs and header files and install in <objdir>.
14 <arch> - A gnu-efi \$ARCH argument, i.e. ia32, x86_64
21 ARCH="$1"
40 make SRCDIR="$EFIDIR" TOPDIR="$EFIDIR" -f "$EFIDIR/Makefile" ARCH=$ARCH
41 make SRCDIR="$EFIDIR" TOPDIR="$EFIDIR" -f "$EFIDIR/Makefile" ARCH=$ARCH PREFIX="$objdir" install
clean-gnu-efi.sh 10 Usage: $0: <arch> <objdir>
12 Build the <arch> gnu-efi libs and header files and install in <objdir>.
14 <arch> - A gnu-efi \$ARCH argument, i.e. ia32, x86_64
21 ARCH="$1"
32 make SRCDIR="$EFIDIR" TOPDIR="$EFIDIR" -f "$EFIDIR/Makefile" ARCH=$ARCH clean
  /prebuilts/qemu-kernel/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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
  /build/make/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
41 ifneq (,$(LOCAL_MODULE_$(my_prefix)ARCH))
42 ifeq (,$(filter $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH),$(LOCAL_MODULE_$(my_prefix)ARCH)))
48 ifeq (,$(filter $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH),$(LOCAL_MODULE_$(my_prefix)ARCH_WARN)))
50 $(warning $(LOCAL_MODULE): architecture $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH) not supported)
54 ifneq (,$(filter $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH),$(LOCAL_MODULE_UNSUPPORTED_$(my_prefix)ARCH)))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
footer.makefile 16 $(MAKEROOT)/libs-$(ARCH):
17 mkdir -p $(MAKEROOT)/libs-$(ARCH)
20 install: $(MAKEROOT)/libs-$(ARCH) $(LIBRARY)
21 cp $(LIBRARY) $(MAKEROOT)/libs-$(ARCH)
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
Makefile 13 # Get the $(ARCH) setting
17 ifeq ($(ARCH), x86)
28 ifeq ($(ARCH), Sparc)

Completed in 650 milliseconds

1 2 34 5 6 7 8 91011>>