/ndk/build/tools/ |
build-gnu-libstdc++.sh | 109 # $1: ABI name 112 # $4: Destination directory (optional, will default to $GNUSTL_SUBDIR/lib/$ABI) 116 local ABI=$1 122 prepare_target_build $ABI $PLATFORM $NDK_DIR 126 BUILDDIR=$BUILDDIR/$LIBTYPE-$ABI 130 DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/libs/$ABI 134 ARCH=$(convert_abi_to_arch $ABI) 176 if [ "$ABI" = "armeabi-v7a" ]; then 177 CXXFLAGS=$CXXFLAGS" -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16" 181 if [ "$ABI" = "mips" ]; the [all...] |
build-gabi++.sh | 113 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! [all...] |
build-stlport.sh | 146 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! [all...] |
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...] |
build-gcc.sh | 200 OLD_ABI="${ABI}" 206 export ABI=$HOST_GMP_ABI 239 ABI="$OLD_ABI" 244 export ABI=$HOST_GMP_ABI && 263 ABI="$OLD_ABI"
|
package-release.sh | 339 for ABI in $ABIS; do 340 unpack_prebuilt gabixx-libs-$ABI.tar.bz2 "$REFERENCE" 341 unpack_prebuilt stlport-libs-$ABI.tar.bz2 "$REFERENCE" 342 unpack_prebuilt gnu-libstdc++-libs-$ABI.tar.bz2 "$REFERENCE"
|
builder-funcs.sh | 407 # Same as builder_begin, but to target Android with a specific ABI 408 # $1: ABI name (e.g. armeabi) 413 local ARCH ABI PLATFORM BUILDDIR DSTDIR SYSROOT CFLAGS 420 ABI=$1 421 ARCH=$(convert_abi_to_arch $ABI) 441 builder_set_prefix "$ABI " 452 case $ABI in 457 builder_cflags "-mthumb -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16"
|
/external/clang/include/clang/Basic/ |
TargetOptions.h | 28 /// If given, the name of the target ABI to use. 29 std::string ABI; 31 /// If given, the name of the target C++ ABI to use. If not given, defaults
|
TargetInfo.h | 46 /// The generic ("Itanium") C++ ABI, documented at: 47 /// http://www.codesourcery.com/public/cxx-abi/ 50 /// The ARM C++ ABI, based largely on the Itanium ABI but with 56 /// The Visual Studio ABI. Only scattered official documentation exists. 525 /// NSString literals, or 0 if no special section is used (NonFragile ABI). 554 /// getABI - Get the ABI in use. 559 /// getCXXABI - Get the C++ ABI in use. 571 /// setABI - Use the specific ABI. 573 /// \return - False on error (invalid ABI name) [all...] |
/ndk/tests/build/import-install/ |
build.sh | 23 for ABI in $ABIS; do 24 DIR=$PWD/libs/$ABI
|
/bionic/libc/arch-arm/bionic/ |
crtbegin_so.S | 35 # in the .fini_array. See 3.3.5.3.C of C++ ABI
|
/gdk/build/core/ |
add-platform.mk | 28 # Record the sysroots for each supported ABI 32 $(call gdk_log, ABI $(_abi) sysroot is: $(GDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
|
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 __gdk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.) 37 $(call gdk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI) 41 $(call __gdk_info,The selected toolchain ($(GDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
|
setup-abi.mk | 19 $(call gdk_log,Building application '$(GDK_APP_NAME)' for ABI '$(TARGET_ARCH_ABI)')
|
add-toolchain.mk | 65 # NKD_ABI.<abi>.toolchains records the list of toolchains that support 66 # a given 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-abi.mk | 19 $(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!)
|
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 61 $(call __ndk_info,NDK Application '$(_app)' targets unknown ABI(s): $(_bad_abis)) 82 $(eval include $(BUILD_SYSTEM)/setup-abi.mk) \
|
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/tests/ |
run-tests.sh | 41 ABI=armeabi 66 --abi=*) 67 ABI="$optarg" 135 echo " --abi=<name> Only run tests for the specific ABI [$ABI]" 362 # Special case, if ABI is 'armeabi' or 'armeabi-v7a' 367 case $ABI in 371 NDK_BUILD_FLAGS="$NDK_BUILD_FLAGS APP_ABI=$ABI" 374 echo "ERROR: Unsupported abi value: $ABI [all...] |
/build/core/combo/arch/x86/ |
x86.mk | 2 # base 'x86' platform ABI. This one must *strictly* match the NDK x86 ABI 11 # it cannot be compatible with the NDK x86 ABI. You should define a new
|
/ndk/ |
ndk-gdb | 474 # Get the target device's supported ABI(s) 478 adb_var_shell CPU_ABI getprop ro.product.cpu.abi 479 for ABI in $APP_ABIS; do 480 if [ "$ABI" = "$CPU_ABI" ] ; then 489 log "Device CPU ABI: $CPU_ABI" 493 for ABI in $APP_ABIS; do 494 if [ "$ABI" = "$CPU_ABI2" ] ; then 510 log "Compatible device ABI: $COMPAT_ABI"
|
/external/llvm/bindings/ocaml/target/ |
llvm_target.mli | 65 (** Computes the ABI size of a type in bytes for a target. 69 (** Computes the ABI alignment of a type in bytes for a target.
|
/external/clang/lib/Basic/ |
Targets.cpp | 131 // generating code for Win32 ABI. No need to emit [all...] |
/external/oprofile/daemon/ |
opd_cookie.c | 55 #error Unknown MIPS ABI: Dunno __NR_lookup_dcookie
|