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

1 2 3

  /ndk/build/tools/
build-gnu-libstdc++.sh 95 # $1: ABI name
99 # $5: Destination directory (optional, will default to $GNUSTL_SUBDIR/<gcc-version>/lib/$ABI)
103 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
178 CXXFLAGS=$CXXFLAGS" -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16"
193 PROJECT="gnustl_$LIBTYPE gcc-$GCC_VERSION $ABI"
    [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 211 OLD_ABI="${ABI}"
216 export ABI=$HOST_GMP_ABI
258 ABI="$OLD_ABI"
263 export ABI=$HOST_GMP_ABI
289 ABI="$OLD_ABI"
package-release.sh 349 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"
builder-funcs.sh 412 # Same as builder_begin, but to target Android with a specific ABI
413 # $1: ABI name (e.g. armeabi)
418 local ARCH ABI PLATFORM BUILDDIR DSTDIR SYSROOT CFLAGS
425 ABI=$1
426 ARCH=$(convert_abi_to_arch $ABI)
446 builder_set_prefix "$ABI "
457 case $ABI in
462 builder_cflags "-mthumb -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16"
prebuilt-common.sh 471 # TOOLCHAIN AND ABI PROCESSING
877 # Determine ABI based on toolchain name
882 ABI="armeabi"
893 ABI=$ARCH
902 ABI=$ARCH
984 # Convert an ABI name into an Architecture name
985 # $1: ABI name
1001 2> echo "ERROR: Unsupported ABI name: $1, use one of: armeabi, armeabi-v7a or x86 or mips"
1011 # Out: ABI names list (comma-separated)
1035 # Out: ABI names list (comma-separated
    [all...]
  /external/clang/include/clang/Basic/
TargetOptions.h 33 /// If given, the name of the target ABI to use.
34 std::string ABI;
36 /// If given, the name of the target C++ ABI to use. If not given, defaults
TargetInfo.h 47 /// The generic ("Itanium") C++ ABI, documented at:
48 /// http://www.codesourcery.com/public/cxx-abi/
51 /// The ARM C++ ABI, based largely on the Itanium ABI but with
57 /// The Visual Studio ABI. Only scattered official documentation exists.
142 /// __builtin_va_list as defined by the PNaCl ABI:
143 /// http://www.chromium.org/nativeclient/pnacl/bitcode-abi#TOC-Machine-Types
146 /// __builtin_va_list as defined by the Power ABI:
148 /// /resources/downloads/Power-Arch-32-bit-ABI-supp-1.0-Embedded.pdf
151 /// __builtin_va_list as defined by the x86-64 ABI
    [all...]
  /ndk/tests/build/import-install/
build.sh 23 for ABI in $ABIS; do
24 DIR=$PWD/libs/$ABI
  /ndk/tests/standalone/
run.sh 48 ABI=
60 --abi=*)
61 ABI=$optarg
113 echo "The target ABI is normally auto-detected from the toolchain, but you can specify an"
114 echo "alternative one with the --abi=<name> option. This is only useful on ARM, where the"
115 echo "default ABI is 'armeabi' targetting the ARMv5TE instruction set. If you want to check"
118 echo " --abi=armeabi-v7a"
122 echo "to display the list of all tests that are relevant for your current ABI."
131 echo " --list List all available tests for current ABI."
135 echo " --abi=<name> Specify target ABI name.
    [all...]
  /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)')
  /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.
25 # Check that we have a toolchain that supports the current ABI.
38 $(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 NDK_TOOLCHAIN_VERSION))
66 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
71 $(call __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
  /ndk/tests/standalone/builtin-macros/
run.sh 102 case $ABI in
107 case $ABI in
115 case $ABI in
124 # don't use -mfloat-abi=softfp or -mfloat-abi=hard. I can only
125 # assume it corresponds to -mfloat-abi=soft, which corresponds
128 # Not to be confused with -mfloat-abi=softfp which indicates
152 macro_check _MIPS_ARCH_MIPS32 1 "Mips 32-bit ABI"
157 echo "Unknown ABI: $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/tests/
run-tests.sh 41 ABI=default
66 --abi=*)
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"
    [all...]
  /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/llvm/lib/Target/Mips/
MipsLongBranch.cpp 70 ABI(TM.getSubtarget<MipsSubtarget>().getTargetABI()),
71 LongBranchSeqSize(!IsPIC ? 2 : (ABI == MipsSubtarget::N64 ? 13 : 9)) {}
92 unsigned ABI;
265 if (ABI != MipsSubtarget::N64) {
  /external/oprofile/daemon/
opd_cookie.c 55 #error Unknown MIPS ABI: Dunno __NR_lookup_dcookie

Completed in 530 milliseconds

1 2 3