Searched refs:abi (Results 1 – 25 of 33) sorted by relevance
12
62 inline const abi::__class_type_info*66 return *reinterpret_cast<abi::__class_type_info*const*>(type_info_ptr); in get_class_type_info()100 const abi::__base_class_type_info* base_info) in get_subobject()116 const abi::__class_type_info *type, in walk_object()118 const abi::__class_type_info *match_type) in walk_object()125 case abi::__class_type_info::CLASS_TYPE_INFO_CODE: in walk_object()129 case abi::__class_type_info::SI_CLASS_TYPE_INFO_CODE: in walk_object()132 const abi::__si_class_type_info* ti = in walk_object()133 static_cast<const abi::__si_class_type_info*>(type); in walk_object()138 case abi::__class_type_info::VMI_CLASS_TYPE_INFO_CODE: in walk_object()[all …]
2 are properly installed to the target location, i.e. libs/<abi>/
7 …L_CFLAGS := -DHAVE_NEON=1 -march=armv7-a -mfpu=neon -ftree-vectorize -ffast-math -mfloat-abi=softfp
22 ARCH=`$ADB_CMD -s "$DEVICE" shell getprop ro.product.cpu.abi | tr -dc '[:print:]'`89 ANDROID_SERIAL=none ./run-tests.sh --continue-on-build-fail --abi=armeabi92 NDK_TOOLCHAIN_VERSION=clang ANDROID_SERIAL=none ./run-tests.sh --continue-on-build-fail --abi=armea…
69 --abi=*)824 adb_var_shell_cmd "$DEVICE" CPU_ABI1 getprop ro.product.cpu.abi
3 copied to $STLPORT_PATH/<abi>/ directories.
91 --abi=$(TARGET_ARCH_ABI) \107 --abi=$(TARGET_ARCH_ABI) \
42 realname = abi::__cxa_demangle(name,NULL,&len,&stat); in demangle()
62 - Generic C++ ABI (http://mentorembedded.github.com/cxx-abi/abi.html)201 - Generic C++ ABI (http://sourcery.mentor.com/public/cxx-abi/abi.html)262 lib/<abi>/lib<name>.so264 Where <abi> is one of the ABI names listed in section II above, and <name>318 A typical MIPS-based device only defines a primary abi named '`mips`'.326 lib/<primary-abi>/lib<name>.so334 lib/<secondary-abi>/lib<name>.so
55 then these are always located under `$PROJECT_PATH/obj/local/<abi>`, where56 `<abi>` stands for your device's ABI (i.e. '`armeabi`' by default).
50 copied and stripped into `$PROJECT/libs/<abi>`.102 symbols. The version that is installed into `$PROJECT/libs/<abi>/` is always
80 NDK are now stored in different directories (e.g. obj/local/<abi>/objs and81 obj/local/<abi>/objs-debug). This avoids having to recompile all your sources
31 // Itanium C++ ABI at http://www.codesourcery.com/public/cxx-abi/abi.html.
201 namespace abi = __cxxabiv1; variable
110 $(eval include $(BUILD_SYSTEM)/setup-abi.mk) \
40 -mfloat-abi=softfp \
69 -mfloat-abi=softfp \
86 --abi=*)
66 --abi=*)
580 builder_cflags "-mthumb -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16"
61 --abi=*)