Home
last modified time | relevance | path

Searched refs:ABI (Results 1 – 25 of 28) sorted by relevance

12

/ndk/build/tools/
Dbuild-gnu-libstdc++.sh103 local ABI=$1
110 prepare_target_build $ABI $PLATFORM $NDK_DIR
114 BUILDDIR=$BUILDDIR/$LIBTYPE-$ABI-$GCC_VERSION
118 DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/$GCC_VERSION/libs/$ABI
122 ARCH=$(convert_abi_to_arch $ABI)
177 if [ "$ABI" = "armeabi-v7a" ]; then
193 PROJECT="gnustl_$LIBTYPE gcc-$GCC_VERSION $ABI"
218 fail_panic "Could not create $ABI prebuilts for GNU libsupc++/libstdc++"
229 local ABI="$1"
231 local ARCH=$(convert_abi_to_arch $ABI)
[all …]
Dbuild-gabi++.sh113 local ABI=$1
122 DSTDIR=$NDK_DIR/$GABIXX_SUBDIR/libs/$ABI
127 builder_begin_android $ABI "$BUILDDIR" "$MAKEFILE"
144 for ABI in $ABIS; do
145 build_gabixx_libs_for_abi $ABI "$BUILD_DIR/$ABI"
150 for ABI in $ABIS; do
153 FILES="$FILES $GABIXX_SUBDIR/libs/$ABI/$LIB"
155 PACKAGE="$PACKAGE_DIR/gabixx-libs-$ABI.tar.bz2"
158 fail_panic "Could not package $ABI GAbi++ binaries!"
Dbuild-stlport.sh146 local ABI=$1
155 DSTDIR=$NDK_DIR/$STLPORT_SUBDIR/libs/$ABI
160 builder_begin_android $ABI "$BUILDDIR" "$MAKEFILE"
185 for ABI in $ABIS; do
186 build_stlport_libs_for_abi $ABI "$BUILD_DIR/$ABI"
191 for ABI in $ABIS; do
194 FILES="$FILES $STLPORT_SUBDIR/libs/$ABI/$LIB"
196 PACKAGE="$PACKAGE_DIR/stlport-libs-$ABI.tar.bz2"
199 fail_panic "Could not package $ABI STLport binaries!"
Dbuild-ndk-sysroot.sh37 ABI=arm
85 echo " --abi=<name> generate sysroot for abi <name> (default is $ABI)"
97 ABI=$OPTION_ABI
100 case "$ABI" in
105 ARCH=$ABI
134 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI
Dbuild-gcc.sh211 OLD_ABI="${ABI}"
216 export ABI=$HOST_GMP_ABI
258 ABI="$OLD_ABI"
263 export ABI=$HOST_GMP_ABI
289 ABI="$OLD_ABI"
Dbuilder-funcs.sh426 ARCH=$(convert_abi_to_arch $ABI)
446 builder_set_prefix "$ABI "
457 case $ABI in
Dpackage-release.sh349 for ABI in $ABIS; do
350 unpack_prebuilt gabixx-libs-$ABI.tar.bz2 "$REFERENCE"
351 unpack_prebuilt stlport-libs-$ABI.tar.bz2 "$REFERENCE"
353 unpack_prebuilt gnu-libstdc++-libs-$VERSION-$ABI.tar.bz2 "$REFERENCE"
Dprebuilt-common.sh1001 … 2> echo "ERROR: Unsupported ABI name: $1, use one of: armeabi, armeabi-v7a or x86 or mips"
1041 if [ -n "$ABI" ]; then
1043 RET=$RET",$ABI"
1045 RET=$ABI
Dbuild-mingw64-toolchain.sh481 export ABI=$HOST_BITS
/ndk/tests/standalone/
Drun.sh48 ABI=
61 ABI=$optarg
208 elif [ -f "$DIR/run-$ABI.sh" ]; then
210 SCRIPT=run-$ABI.sh
231 if [ -z "$ABI" ]; then
232 ABI=armeabi
264 if [ -z "$ABI" ]; then
272 ABI=armeabi
276 ABI=x86
280 ABI=x86
[all …]
/ndk/tests/
Drun-tests.sh41 ABI=default
67 ABI="$optarg"
135 echo " --abi=<name> Only run tests for the specific ABI [$ABI]"
363 case $ABI in
367 NDK_BUILD_FLAGS="$NDK_BUILD_FLAGS APP_ABI=$ABI"
370 echo "ERROR: Unsupported abi value: $ABI"
412 if [ "$ABI" != "default" -a "$CHECK_ABI" = "yes" ] ; then
423 if [ "$APP_ABIS" = "${APP_ABIS%$ABI *}" ] ; then
633 if [ "$ABI" != "default" ] ; then
634 CPU_ABIS=$ABI
/ndk/tests/build/import-install/
Dbuild.sh23 for ABI in $ABIS; do
24 DIR=$PWD/libs/$ABI
/ndk/build/core/
Dsetup-toolchain.mk38 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
64 …$(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI (through …
66 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
71 … __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
Dsetup-abi.mk19 $(call ndk_log,Building application '$(NDK_APP_NAME)' for ABI '$(TARGET_ARCH_ABI)')
23 $(call __ndk_info,ERROR: The $(TARGET_ARCH_ABI) ABI has no associated architecture!)
Dadd-platform.mk32 $(call ndk_log, ABI $(_abi) sysroot is: $(NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
Dsetup-app.mk61 $(call __ndk_info,NDK Application '$(_app)' targets unknown ABI(s): $(_bad_abis))
Dadd-application.mk123 $(call __ndk_info,Application $(_app) targets unknown ABI '$(_bad_abis)')
Dbuild-binary.mk174 $(call __ndk_info,NEON support is only possible for armeabi-v7a ABI)
Dinit.mk411 …$(call __ndk_info,INTERNAL ERROR: The $(_abi) ABI should have exactly one architecture definitions…
/ndk/sources/cxx-stl/gabi++/include/
Dtypeinfo31 // Itanium C++ ABI at http://www.codesourcery.com/public/cxx-abi/abi.html.
39 // Defintion of type_info based on example in C++ ABI section 2.9.3
/ndk/tests/standalone/builtin-macros/
Drun.sh157 echo "Unknown ABI: $ABI"
/ndk/sources/android/libthread_db/
DREADME9 target process. Its API and ABI are not stable and may change in the
/ndk/build/tools/toolchain-patches/llvm/
D0017-Add-Android-specific-default.patch9 // Select the ABI to use.
D0008-Rename-ANDROIDEABI-to-ANDROID.patch78 // and the MIPS ABI require .dynsym to be sorted in different ways.
/ndk/build/tools/toolchain-patches/gdb/
D0005-ndk-Enable-gdbserver-7.3.x.patch413 #define EI_ABIVERSION 8 /* ABI version */
437 /* old S/390 backend magic number. Written in the absence of an ABI. */

12