Searched refs:ABI (Results 1 – 25 of 55) sorted by relevance
123
/ndk/build/tools/ |
D | build-compiler-rt.sh | 163 local ABI=$1 166 if [ $ABI == "armeabi" -o $ABI == "armeabi-v7a" -o $ABI == "armeabi-v7a-hard" ]; then 168 elif [ $ABI == "x86" ]; then 170 elif [ $ABI == "mips" ]; then 195 local ABI=$1 205 DSTDIR=$NDK_DIR/$COMPILER_RT_SUBDIR/libs/$ABI 213 ARCH=$(convert_abi_to_arch $ABI) 217 builder_begin_android $ABI "$BUILDDIR" "$GCCVER" "$LLVM_VERSION" "$MAKEFILE" 223 if [ $ABI == "armeabi" -o $ABI == "armeabi-v7a" -o $ABI == "armeabi-v7a-hard" ]; then 225 if [ $ABI == "armeabi-v7a-hard" ]; then [all …]
|
D | build-gnu-libstdc++.sh | 113 local ABI=$1 118 local DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/$GCC_VERSION/libs/$ABI/$THUMB 121 prepare_target_build $ABI $PLATFORM $NDK_DIR 124 INSTALLDIR=$BUILDDIR/install-$ABI-$GCC_VERSION/$THUMB 125 BUILDDIR=$BUILDDIR/$LIBTYPE-${ABI}${THUMB}-$GCC_VERSION 129 ARCH=$(convert_abi_to_arch $ABI) 208 if [ "$ABI" = "armeabi-v7a" -o "$ABI" = "armeabi-v7a-hard" ]; then 211 if [ "$ABI" != "armeabi-v7a-hard" ]; then 243 PROJECT="gnustl_$LIBTYPE gcc-$GCC_VERSION $ABI $THUMB" 268 fail_panic "Could not create $ABI $THUMB prebuilts for GNU libsupc++/libstdc++" [all …]
|
D | build-on-device-toolchain.sh | 32 ABI=armeabi-v7a 33 register_var_option "--abi=<target>" ABI "List which emulator target you use" 77 ARCH="$(convert_abi_to_arch $ABI)" 92 dump "Copy $ABI gabi++ library" 93 run cp -f $NDK_DIR/$GABIXX_SUBDIR/libs/$ABI/libgabi++_shared.so $OUT_SYSROOT/usr/lib 95 dump "Copy $ABI libportable library" 96 run cp -f $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.a $OUT_SYSROOT/usr/lib 97 run cp -f $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.wrap $OUT_SYSROOT/usr/lib 99 dump "Copy $ABI compiler-rt library" 100 run cp -f $NDK_DIR/$COMPILER_RT_SUBDIR/libs/$ABI/libcompiler_rt_static.a $OUT_SYSROOT/usr/lib [all …]
|
D | build-cxx-stl.sh | 546 local ABI=$1 558 if [ "$ABI" = "armeabi-v7a-hard" ]; then 576 DSTDIR=$DSTDIR/$CXX_STL_SUBDIR/libs/$ABI/$THUMB 577 LIB_SUFFIX="$(get_lib_suffix_for_abi $ABI)" 586 ARCH=$(convert_abi_to_arch $ABI) 593 if [ -n "$LLVM_VERSION" -a "$CXX_STL_LIB" = "libc++" -a "$ABI" = "armeabi" ]; then 606 builder_begin_android $ABI "$BUILDDIR" "$GCCVER" "$LLVM_VERSION" "$MAKEFILE" 617 if [ "$(find_ndk_unknown_archs)" != "$ABI" ]; then 641 if [ "$ABI" = "${ABI%%64*}" ]; then 642 if [ "$ABI" = "x86" ]; then [all …]
|
D | build-libportable.sh | 124 local ABI=$1 133 DSTDIR=$NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI 137 ARCH=$(convert_abi_to_arch $ABI) 144 builder_begin_android $ABI "$BUILDDIR" "$GCCVER" "$LLVM_VERSION" "$MAKEFILE" 175 for ABI in $ABIS; do 177 ARCH=$(convert_abi_to_arch $ABI) 181 build_libportable_libs_for_abi $ABI "$BUILD_DIR/$ABI" "$OUT_DIR" 186 for ABI in $ABIS; do 187 FILES="$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.*" 188 PACKAGE="$PACKAGE_DIR/libportable-libs-$ABI.tar.bz2" [all …]
|
D | prebuilt-common.sh | 1033 ABI="armeabi" 1039 ABI="armeabi" 1045 ABI="arm64-v8a" 1052 ABI=$ARCH 1061 ABI=$ARCH 1070 ABI=$ARCH 1085 ABI=$ARCH 1260 local ABI=$1 1261 if [ $(arch_in_unknown_archs $ABI) = "yes" ]; then 1274 local ABI=$1 [all …]
|
D | build-gcc.sh | 265 OLD_ABI="${ABI}" 270 export ABI=$HOST_GMP_ABI 392 ABI="$OLD_ABI" 397 export ABI=$HOST_GMP_ABI 424 ABI="$OLD_ABI" 442 local ABI="$1" 445 case $ABI in 501 local ABI UNWIND_OBJS UNWIND_LIB 502 for ABI in $ABIS; do 503 UNWIND_OBJS=$(unwind_library_for_abi $ABI) [all …]
|
D | make-standalone-toolchain.sh | 514 cp -a $NDK_DIR/$GABIXX_SUBDIR/libs/$ABI/* $TMPDIR/sysroot/usr/lib 515 cp -a $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/* $TMPDIR/sysroot/usr/lib 516 cp -a $NDK_DIR/$GCCUNWIND_SUBDIR/libs/$ABI/* $TMPDIR/sysroot/usr/lib 518 cp -a $NDK_DIR/$COMPILER_RT_SUBDIR/libs/$ABI/* $TMPDIR/sysroot/usr/lib 607 local ABI_SRC_DIR=$ABI 610 ABI_SRC_DIR=$ABI/$SRC_DIR 613 ABI_SRC_DIR=$ABI/`basename $DEST_DIR` 620 … copy_directory "$GNUSTL_LIBS/$ABI/include/$HEADER_SRC" "$ABI_STL_INCLUDE_TARGET/$HEADER_DST" 628 …copy_file_list "$COMPILER_RT_LIBS/$ABI" "$ABI_STL/lib/$DEST_DIR" "libcompiler_rt_shared.so" "libco… 656 if [ "$(convert_abi_to_arch "$ABI")" != "$ARCH" ]; then [all …]
|
D | build-ndk-sysroot.sh | 37 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
|
D | builder-funcs.sh | 524 ARCH=$(convert_abi_to_arch $ABI) 531 if [ "$ABI" != "${ABI%%64*}" ]; then 565 builder_set_prefix "$ABI " 570 case $ABI in 625 case $ABI in 643 if [ "$ABI" != "armeabi-v7a-hard" ]; then
|
D | package-release.sh | 398 for ABI in $ABIS; do 399 unpack_prebuilt gabixx-libs-$ABI "$REFERENCE" 400 unpack_prebuilt stlport-libs-$ABI "$REFERENCE" 401 unpack_prebuilt libcxx-libs-$ABI "$REFERENCE" 403 unpack_prebuilt gnu-libstdc++-libs-$VERSION-$ABI "$REFERENCE" 405 unpack_prebuilt libportable-libs-$ABI "$REFERENCE" 406 unpack_prebuilt compiler-rt-libs-$ABI "$REFERENCE" 407 unpack_prebuilt libgccunwind-libs-$ABI "$REFERENCE"
|
/ndk/tests/standalone/ |
D | run.sh | 50 ABI= 63 ABI=$optarg 215 elif [ -f "$DIR/run-$ABI.sh" ]; then 217 SCRIPT=run-$ABI.sh 238 if [ -z "$ABI" ]; then 239 ABI=armeabi 325 if [ -z "$ABI" ]; then 330 ABI=armeabi 334 ABI=x86 338 ABI=mips [all …]
|
/ndk/tests/build/b14811006-GOT_PREL-optimization/ |
D | build.sh | 52 for ABI in $APP_ABI; do 53 $NDK/ndk-build -B APP_ABI=$ABI APP_CFLAGS=-save-temps 54 fail_panic "can't compile for APP_ABI=$ABI" 56 fail_panic "Fail to optimize GOT access with GOT_PREL, ABI=$ABI."
|
/ndk/tests/ |
D | run-tests.sh | 55 ABI=default 89 ABI="$optarg" 168 echo " --abi=<name> Only run tests for the specific ABI [$ABI]" 443 case $ABI in 447 NDK_BUILD_FLAGS="$NDK_BUILD_FLAGS APP_ABI=$ABI" 450 … if [ -n "$(filter_out "$PREBUILT_ABIS" "$ABI")" ] && [ -n "$(find_ndk_unknown_archs)" ]; then 451 ABI=$(find_ndk_unknown_archs) 452 NDK_BUILD_FLAGS="$NDK_BUILD_FLAGS APP_ABI=$ABI" 456 run mkdir -p $NDK/$GNUSTL_SUBDIR/$GCC_TOOLCHAIN_VERSION/libs/$ABI 457 run mkdir -p $NDK/$GABIXX_SUBDIR/libs/$ABI [all …]
|
/ndk/tests/build/prebuilt-copy/ |
D | build.sh | 77 for ABI in $ABIS; do 78 printf "Checking for $ABI shared library: " 79 SHARED_LIB=$(ls $OUT/*$ABI/libfoo.so 2>/dev/null) 87 printf "Checking for $ABI static library: " 88 STATIC_LIB=$(ls $OUT/*$ABI/libbar.a 2>/dev/null)
|
/ndk/tests/abcc/ |
D | build-abcc.sh | 96 for ABI in $ABIS; do 97 …dir=$NDK_DIR --build-dir=$BUILD_DIR --out-dir=$ABCC_PREBUILT_ASSETS/$ABI --abi=$ABI --no-sync $FLA… 144 for ABI in $ABIS; do 146 run $NDK_DIR/ndk-build -B APP_ABI=$ABI -C jni 151 run ant debug -Dasset.dir=prebuilts/assets/$ABI 153 run cp -a bin/$ABCC-debug.apk $OUT_DIR/$ABCC-$ABI.apk 155 run ant release -Dasset.dir=prebuilts/assets/$ABI 157 run cp -a bin/$ABCC-release-unsigned.apk $OUT_DIR/$ABCC-$ABI-unsigned.apk
|
/ndk/docs/text/ |
D | CPU-ARCH-ABIS.text | 1 Android Native CPU ABI Management 8 "Application Binary Interface" (ABI) that defines exactly how your 12 A typical ABI describes things in *excruciating* details, and will typically 40 Each supported ABI is identified by a unique name. 46 This is the name of an ABI for ARM-based CPUs that support *at* *least* 53 - ABI for the ARM Architecture (a.k.a. BSABI) 54 - Base Platform ABI for the ARM Architecture (a.k.a. BPABI) 55 - C Library ABI for the ARM Architecture (a.k.a. CLIABI) 56 - C++ ABI for the ARM Architecture (a.k.a. CPPABI) 57 - Runtime ABI for the ARM Architecture (a.k.a. RTABI) [all …]
|
D | CPU-X86-64.text | 7 Android NDK r[TBD] added support for the '`x86-64`' ABI, that allows native code to 11 The Android x86-64 ABI itself is fully specified in docs/CPU-ARCH-ABIS.html. 27 ABIs. Note that this has an impact on package size, since each ABI will 30 The default ABI is still '`armeabi`', if unspecified in your project.
|
/ndk/tests/build/check-armeabi-v7a-prebuilts/ |
D | build.sh | 222 for ABI in $ARMv7_ABIS; do 224 GABIXX_LIBS=$NDK/sources/cxx-stl/gabi++/libs/$ABI 228 STLPORT_LIBS=$NDK/sources/cxx-stl/stlport/libs/$ABI 234 GNUSTL_LIBS=$NDK/sources/cxx-stl/gnu-libstdc++/$VERSION/libs/$ABI
|
/ndk/tests/build/import-install/ |
D | build.sh | 26 for ABI in $ABIS; do 27 DIR=$PWD/libs/$ABI 28 SUFFIX=$(get_lib_suffix_for_abi $ABI)
|
/ndk/ |
D | ndk-build | 308 local ABI=$2 310 …KE --no-print-dir -f $PROGDIR/build/core/build-local.mk $FLAGS DUMP_${VAR} APP_ABI=${ABI} | tail -1 314 for ABI in $APP_ABIS; do 315 TOOLCHAIN_PREFIX=`get_build_var_for_abi TOOLCHAIN_PREFIX $ABI` 317 …-analyzer $PROGDIR/toolchains/llvm-${DEFAULT_LLVM_VERSION}/prebuilt/$HOST_TAG/bin/${ABI}/analyzer \ 321 $GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@" APP_ABI=$ABI
|
/ndk/tests/standalone/builtin-macros/ |
D | run.sh | 126 case $ABI in 131 case $ABI in 143 case $ABI in 233 echo "Unknown ABI: $ABI" 241 if [ "$ABI" = "${ABI%%64*}" ]; then
|
/ndk/tests/build/issue64679-prctl/ |
D | build.sh | 18 for ABI in $ABIS; do 22 …B APP_CFLAGS=-DHEADER=\"\<$HEADER\>\" APP_PLATFORM=android-$API_LEVEL APP_ABI=$ABI 1>/dev/null 2>&1
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | testit_android | 157 for ABI in $VALID_ABIS; do 158 printf " %s" $ABI 170 for ABI in $VALID_ABIS; do 171 if [ "$ABI" = "$TARGET_ABI" ]; then 236 echo "ERROR: Unknown ABI '$ABI'"
|
/ndk/build/core/ |
D | setup-toolchain.mk | 47 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.) 73 … $(call ndk_log,Using default target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI) 96 …_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI (through NDK_TOOLCH… 99 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI) 104 … __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
|
123