HomeSort by relevance Sort by last modified time
    Searched refs:abi (Results 51 - 75 of 218) sorted by null

1 23 4 5 6 7 8 9

  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 22 #include <asm/ptrace-abi.h>
  /frameworks/compile/linkloader/lib/
ELFHeader.cpp 42 char const *ELFHeaderHelperMixin::getOSABIStr(int abi) {
43 if (abi >= 64 && abi <= 255) {
47 switch (abi) {
48 default: return "Unknown OS ABI";
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 22 #include <asm/ptrace-abi.h>
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 22 #include <asm/ptrace-abi.h>
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
SystemImagePackage.java 50 /** The ABI of the system-image. Must not be null nor empty. */
85 String abi,
88 this(null /*source*/, platformVersion, revision, abi, props, localOsPath);
96 String abi,
110 if (abi == null && props != null) {
111 abi = props.getProperty(PkgProps.SYS_IMG_ABI);
113 assert abi != null : "To use this SystemImagePackage constructor you must pass an ABI as a parameter or as a PROP_ABI property";
114 mAbi = abi;
121 * @param abiDir The SDK/system-images/android-N/abi folde
138 String abi = props.getProperty(PkgProps.SYS_IMG_ABI); local
303 String abi = mAbi; local
    [all...]
  /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...]
  /external/oprofile/libabi/
opimport.cpp 3 * Import sample files from other ABI
11 #include "abi.h"
44 popt::option(abi_filename, "abi", 'a', "abi description", "filename"),
51 abi const & theabi;
58 extractor(abi const & a, unsigned char const * src, size_t len)
107 void import_from_abi(abi const & abi, void const * srcv,
114 extractor ext(abi, src, len);
116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4)
    [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace.h 4 #include <asm/ptrace-abi.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace.h 4 #include <asm/ptrace-abi.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace.h 4 #include <asm/ptrace-abi.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
ptrace.h 16 #include <asm/ptrace-abi.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
ptrace.h 16 #include <asm/ptrace-abi.h>
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 16 #include <asm/ptrace-abi.h>
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 16 #include <asm/ptrace-abi.h>
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 16 #include <asm/ptrace-abi.h>
  /external/libffi/src/cris/
ffi.c 158 ffi_abi abi, unsigned int nargs,
166 FFI_ASSERT ((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI));
168 cif->abi = abi;
257 switch (cif->abi)
371 FFI_ASSERT (cif->abi == FFI_SYSV);
  /build/core/combo/arch/arm/
armv7-a-neon.mk 21 -mfloat-abi=softfp \
armv7-a.mk 19 -mfloat-abi=softfp \
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 49 * Obtain the ABI's the application is compatible with.
50 * The ABI's are obtained by reading the result of the following command:
78 for (String abi: abis.split(" ")) { //$NON-NLS-1$
79 if (abi.equals("all")) { //$NON-NLS-1$
84 nativeAbis.add(NativeAbi.getByString(abi));
86 AdtPlugin.printErrorToConsole(project, "Unknown Application ABI: ", abi);
94 * Obtain the toolchain prefix to use for given project and abi.
98 * DUMP_TOOLCHAIN_PREFIX APP_ABI=abi
100 public static String getToolchainPrefix(IProject project, NativeAbi abi,
    [all...]
  /external/openssl/crypto/
x86_64cpuid.pl 31 .type OPENSSL_atomic_add,\@abi-omnipotent
45 .type OPENSSL_rdtsc,\@abi-omnipotent
55 .type OPENSSL_ia32_cpuid,\@abi-omnipotent
176 .type OPENSSL_cleanse,\@abi-omnipotent
213 .type OPENSSL_wipe_cpu,\@abi-omnipotent
246 .type OPENSSL_wipe_cpu,\@abi-omnipotent
268 .type OPENSSL_ia32_rdrand,\@abi-omnipotent
  /external/libffi/src/mips/
ffi.c 124 /* The size of a pointer depends on the ABI */
127 (ecif->cif->abi == FFI_N64) ? FFI_TYPE_SINT64 : FFI_TYPE_SINT32;
299 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32)
337 if (cif->abi == FFI_O32_SOFT_FLOAT)
520 switch (cif->abi)
577 FFI_ASSERT(cif->abi == FFI_O32 || cif->abi == FFI_O32_SOFT_FLOAT);
580 FFI_ASSERT(cif->abi == FFI_N32 || cif->abi == FFI_N64);
670 seen_int = (cif->abi == FFI_O32_SOFT_FLOAT)
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/
SystemImagePackageTest.java 41 String abi,
45 abi,
48 platformVersion.getApiString(), abi));
68 null /*abi*/,
118 // different abi, same version
125 // different abi, different version
131 // same abi, different version
  /abi/cpp/include/
cxxabi.h 34 namespace abi = __cxxabiv1;
40 // Derived types of type_info below are based on 2.9.5 of C++ ABI.
  /external/kernel-headers/original/asm-mips/
elf.h 24 /* The ABI of a file. */
25 #define EF_MIPS_ABI_O32 0x00001000 /* O32 ABI. */
77 in the MIPS ELF ABI. */
88 * The following two relocation types are specified in the MIPS ABI
100 * The following two relocation types are specified in the MIPS ABI
256 current->thread.abi = &mips_abi; \
267 current->thread.abi = &mips_abi_n32; \
279 current->thread.abi = &mips_abi_32; \
307 current->thread.abi = &mips_abi; \

Completed in 831 milliseconds

1 23 4 5 6 7 8 9