/external/chromium_org/tools/gyp/test/mac/objc-arc/ |
test.gyp | 23 'ARCHS': [ 'x86_64' ], # For the non-fragile objc ABI. 40 'ARCHS': [ 'x86_64' ], # For the non-fragile objc ABI.
|
/external/clang/test/Modules/ |
module_file_info.m | 18 // CHECK: ABI: 19 // CHECK: C++ ABI:
|
/external/kernel-headers/original/asm-mips/ |
fcntl.h | 37 * The flavours of struct flock. "struct flock" is the ABI compliant 39 * a historic accident and inconsistence with the ABI definition it doesn't
|
/external/llvm/test/CodeGen/ARM/ |
odr_comdat.ll | 5 ; see http://sourcery.mentor.com/public/cxx-abi/abi.html#vague-itemplate
|
/external/llvm/test/CodeGen/X86/ |
odr_comdat.ll | 5 ; see http://sourcery.mentor.com/public/cxx-abi/abi.html#vague-itemplate
|
/external/llvm/test/MC/X86/ |
gnux32-dwarf-gen.s | 8 # assembler, looking at the difference between the x32 ABI and default x86-64 9 # 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))\
|
/ndk/tests/build/import-install/ |
build.sh | 23 for ABI in $ABIS; do 24 DIR=$PWD/libs/$ABI
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NdkVariables.java | 21 /** Variable that expands to the full path of NDK's ABI specific gdb. */ 28 /** Variable that indicates the ABI that is compatible between the device and the
|
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.h | 78 // SVR4 ABI: 85 // For the Darwin ABI: 87 // for saving the frame pointer (if needed.) While the published ABI has 93 // SVR4 ABI: First slot in the general register save area. 103 // SVR4 ABI: First slot in the general register save area. 107 /// getLinkageSize - Return the size of the PowerPC ABI linkage area. 113 // SVR4 ABI: 117 /// getMinCallArgumentsSize - Return the size of the minium PowerPC ABI 120 // For the Darwin ABI / 64-bit SVR4 ABI [all...] |
/external/chromium_org/base/third_party/symbolize/ |
demangle.h | 32 // An async-signal-safe and thread-safe demangler for Itanium C++ ABI 33 // (aka G++ V3 ABI). 37 // abi::__cxa_demangle() in such signal handlers since it's not async 50 // | Mangled Name | The Demangler | abi::__cxa_demangle() 67 // C++ ABI in the future.
|
/external/clang/test/CodeGenCXX/ |
aarch64-cxxabi.cpp | 3 // Check differences between the generic Itanium ABI, the AArch32 version and 8 // The ABI says that the key function is the "textually first, non-inline, 13 // We construct a class which needs a VTable here under generic ABI, but not 32 // than the low byte as in the generic Itanium ABI. However, unlike 32-bit ARM, 91 // In principle the AArch32 ABI allows this to be accomplished via a call to
|
/ndk/sources/cxx-stl/gabi++/tests/ |
dynamic_cast_stress.cpp | 75 libc++abi gcc's dynamic_cast 76 B<Width/2, Depth> -O3 48.334 93.190 libc++abi 93% faster 77 B<Width/2, Depth> -Os 58.535 94.103 libc++abi 61% faster 78 A<Width, Depth> -O3 11.515 33.134 libc++abi 188% faster 79 A<Width, Depth> -Os 12.631 31.553 libc++abi 150% faster
|
/ndk/sources/cxx-stl/gabi++/include/ |
cxxabi.h | 35 // - Itanium C++ ABI [1] 37 // is also commonly referred as the "generic C++ ABI". 41 // - Itanium C++ ABI: Exception Handling. [2] 43 // handle works with the generic C++ ABI. Again, this only 46 // - C++ ABI for the ARM architecture [3] 47 // Describes the ARM C++ ABI, mainly as a set of differences from 83 // http://sourcery.mentor.com/archives/cxx-abi-dev/msg01924.html 116 // The ARM ABI mandates that constructors and destructors 201 namespace abi = __cxxabiv1; 204 // ARM-specific ABI additions. They must be provided by th [all...] |
/ndk/tests/standalone/builtin-macros/ |
run.sh | 130 case $ABI in 135 case $ABI in 146 case $ABI in 155 # don't use -mfloat-abi=softfp or -mfloat-abi=hard. I can only 156 # assume it corresponds to -mfloat-abi=soft, which corresponds 159 # Not to be confused with -mfloat-abi=softfp which indicates 187 macro_check _MIPS_ARCH_MIPS32 1 "Mips 32-bit ABI" 195 echo "Unknown ABI: $ABI" [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZCallingConv.td | 9 // This describes the calling conventions for the SystemZ ABI. 22 // ABI-compliant code returns 64-bit integers in R2. Make the other 24 // care about the ABI. (R6 is an argument register too, but is 29 // ABI-complaint code returns float and double in F0. Make the 31 // doesn't care about the ABI. All floating-point argument registers 36 // ABI-compliant code returns long double by reference, but that conversion 38 // here for code that doesn't care about the ABI?
|
/bionic/libc/bionic/ |
crtbrand.c | 34 * Special ".note" entry to tag an Android binary and specify the ABI version. 38 * of NOTE type, according to the Generic SysV ABI spec. 46 * directive that defines the .note.ABI-tag section.
|
/dalvik/vm/arch/x86/ |
Hints386ABI.cpp | 43 * This function produces x86-specific hints for the standard 32-bit 386 ABI. 51 * 386 ABI JNI hint format 59 * For the 386 ABI, valid hints should always be generated.
|
/external/chromium_org/build/android/ |
avd.py | 34 opt_parser.add_option('--abi', default='x86', 44 if options.abi =='x86': 59 emulator.LaunchEmulators(options.emulator_count, options.abi, True)
|
/external/clang/include/clang/Basic/ |
TargetOptions.h | 35 /// If given, the name of the target ABI to use. 36 std::string ABI; 38 /// If given, the name of the target C++ ABI to use. If not given, defaults
|
/external/libffi/src/powerpc/ |
ffi.c | 48 FLAG_FP_ARGUMENTS = 1 << (31- 6), /* cr1.eq; specified by ABI */ 53 /* About the SYSV ABI. */ 141 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) 176 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) 192 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) 215 if ((ecif->cif->abi != FFI_LINUX) 216 && (ecif->cif->abi != FFI_LINUX_SOFT_FLOAT)) 218 /* The soft float ABI for long doubles works like this, 223 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) 298 /* whoops: abi states only certain register pair [all...] |
/external/libpng/scripts/ |
makefile.sgi | 45 # ABI can be blank to use default for your system, -32, -o32, -n32, or -64 46 # See "man abi". zlib must be built with the same ABI. 47 ABI= 51 #CFLAGS= $(ABI) -I$(ZLIBINC) -O $(WARNMORE) -KPIC -DPNG_NO_MMX_CODE # -g -DPNG_DEBUG=5 52 CFLAGS=$(ABI) -I$(ZLIBINC) -O $(WARNMORE) -DPNG_NO_MMX_CODE 53 LDFLAGS_A=$(ABI) -L. -L$(ZLIBLIB) -lpng12 -lz -lm 54 LDFLAGS=$(ABI) -L. -L$(ZLIBLIB) -lpng -lz -lm 55 LDSHARED=cc $(ABI) -shared -soname $(LIBSOMAJ) \ 57 LDLEGACY=cc $(ABI) -shared -soname $(OLDSOMAJ) [all...] |
/ndk/build/tools/ |
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...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
cxxabi_tweaks.h | 1 // Control various target specific ABI tweaks. ARM version. 26 * The header provides an CPU-variable interface to the C++ ABI. 60 // The generic ABI uses the first byte of a 64-bit guard variable.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
cxxabi_tweaks.h | 1 // Control various target specific ABI tweaks. ARM version. 26 * The header provides an CPU-variable interface to the C++ ABI. 60 // The generic ABI uses the first byte of a 64-bit guard variable.
|