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

1 2

  /ndk/build/tools/
build-platforms.sh 130 --abi=*)
156 echo " --abi=<list> Space-separated list of ABIs [$ABIS]"
212 for ABI in $ABIS; do
213 eval CHECK_$ABI=no
216 for ABI in $ABIS; do
217 DIR="$SRCDIR/platforms/android-$PLATFORM/arch-$ABI"
220 eval CHECK_$ABI=yes
226 for ABI in $ABIS; do
227 CHECK=`var_value CHECK_$ABI`
228 log " $ABI check: $CHECK
    [all...]
build-gcc.sh 156 OLD_ABI="${ABI}"
161 export ABI=$HOST_GMP_ABI && # needed to build a 32-bit gmp
178 ABI="$OLD_ABI"
183 export ABI=$HOST_GMP_ABI &&
189 ABI="$OLD_ABI"
build-ndk-sysroot.sh 28 # WARNING: For now, only a single target ABI/Architecture us supported
36 # ABI is the target ABI name for the NDK
37 ABI=arm
66 --abi=*)
85 echo " --abi=<name> generate sysroot for abi <name> (default is $ABI)"
97 ABI=$OPTION_ABI
100 case "$ABI" i
    [all...]
  /bionic/libc/arch-arm/bionic/
crtbegin_so.S 33 # in the .fini_array. See 3.3.5.3.C of C++ ABI
  /ndk/build/core/
add-platform.mk 28 # Record the sysroots for each supported ABI
32 $(call ndk_log, ABI $(_abi) sysroot is: $(NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
setup-app.mk 42 # which platform/abi/toolchain are we going to use?
45 # The ABI(s) to use
48 # the default ABI for now is armeabi
55 $(call __ndk_info,NDK Application '$(_app)' targets unknown ABI(s): $(_bad_abis))
75 $(eval include $(BUILD_SYSTEM)/setup-abi.mk) \
setup-abi.mk 19 $(call ndk_log,Building application '$(NDK_APP_NAME)' for ABI '$(TARGET_ARCH_ABI)')
setup-toolchain.mk 16 # this file is included repeatedly from build/core/setup-abi.mk and is used
17 # to setup the target toolchain for a given platform/abi combination.
23 # Check that we have a toolchain that supports the current ABI.
29 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
37 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
41 $(call __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
  /ndk/
ndk-gdb 375 # Get the target device's supported ABI(s)
379 CPU_ABI=`adb_shell getprop ro.product.cpu.abi`
380 for ABI in $APP_ABIS; do
381 if [ "$ABI" = "$CPU_ABI" ] ; then
389 log "Device CPU ABI: $CPU_ABI"
393 for ABI in $APP_ABIS; do
394 if [ "$ABI" = "$CPU_ABI2" ] ; then
410 log "Compatible device ABI: $COMPAT_ABI"
  /prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/ldscripts/
shelf_linux.xr 92 .note.ABI-tag 0 : { *(.note.ABI-tag) }
shelf_linux.xu 93 .note.ABI-tag 0 : { *(.note.ABI-tag) }
shlelf_linux.xr 92 .note.ABI-tag 0 : { *(.note.ABI-tag) }
shlelf_linux.xu 93 .note.ABI-tag 0 : { *(.note.ABI-tag) }
shelf_linux.xdc 140 .note.ABI-tag : { *(.note.ABI-tag) }
shelf_linux.xdw 140 .note.ABI-tag : { *(.note.ABI-tag) }
shelf_linux.xsc 128 .note.ABI-tag : { *(.note.ABI-tag) }
shelf_linux.xsw 128 .note.ABI-tag : { *(.note.ABI-tag) }
shlelf_linux.xdc 140 .note.ABI-tag : { *(.note.ABI-tag) }
shlelf_linux.xdw 140 .note.ABI-tag : { *(.note.ABI-tag) }
shlelf_linux.xsc 128 .note.ABI-tag : { *(.note.ABI-tag) }
shlelf_linux.xsw 128 .note.ABI-tag : { *(.note.ABI-tag) }
shelf_linux.x 134 .note.ABI-tag : { *(.note.ABI-tag) }
shelf_linux.xbn 133 .note.ABI-tag : { *(.note.ABI-tag) }
shelf_linux.xc 140 .note.ABI-tag : { *(.note.ABI-tag) }
  /external/oprofile/daemon/
opd_cookie.c 55 #error Unknown MIPS ABI: Dunno __NR_lookup_dcookie

Completed in 721 milliseconds

1 2