Searched refs:abi (Results 1 - 25 of 68) sorted by relevance

123

/external/oprofile/libabi/
H A Dabi.h2 * @file abi.h
28 class abi { class
30 abi();
34 bool operator==(abi const & other) const;
35 friend std::ostream & operator<<(std::ostream & o, abi const & abi);
36 friend std::istream & operator>>(std::istream & i, abi & abi);
H A Dabi.cpp2 * @file abi.cpp
12 #include "abi.h"
28 abi::abi() function in class:abi
38 int abi::need(string const key) const throw (abi_exception)
47 bool abi::operator==(abi const & other) const
53 ostream & operator<<(ostream & o, abi const & abi) argument
55 abi_iter i = abi
65 operator >>(istream & i, abi & abi) argument
[all...]
H A Dopimport.cpp11 #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, argument
114 extractor ext(abi, src, len);
116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4);
134 src += abi
[all...]
H A DAndroid.mk38 abi.cpp
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.cc73 namespace abi = __cxxabiv1;
116 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived,
117 const abi::__class_type_info *Base,
122 if (const abi::__si_class_type_info *SI =
123 dynamic_cast<const abi::__si_class_type_info*>(Derived))
126 const abi::__vmi_class_type_info *VTI =
127 dynamic_cast<const abi::__vmi_class_type_info*>(Derived);
137 abi::__base_class_type_info::__offset_shift;
139 abi::__base_class_type_info::__virtual_mask)
154 static const abi
[all...]
/external/kernel-headers/original/mtd/
H A Dmtd-user.h13 #include <mtd/mtd-abi.h>
/external/libffi/src/
H A Dprep_cif.c88 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, argument
96 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI));
98 cif->abi = abi;
117 && (cif->abi != FFI_V9 || cif->rtype->size > 32)
140 && ((*ptr)->size > 16 || cif->abi != FFI_V9))
142 && cif->abi != FFI_V9))
/external/libffi/src/powerpc/
H A Dffi.c141 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))
223 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT)
298 /* whoops: abi states only certain register pairs
601 if (cif->abi == FFI_LINUX_SOFT_FLOAT)
604 if (cif->abi != FFI_LINUX64)
647 if (cif->abi !
[all...]
H A Dffi_darwin.c202 if (size_al < 3 && ecif->cif->abi == FFI_DARWIN)
286 if (cif->abi == FFI_DARWIN)
450 switch (cif->abi)
541 switch (cif->abi)
545 FFI_ASSERT (cif->abi == FFI_DARWIN);
573 FFI_ASSERT (cif->abi == FFI_AIX);
710 if (size_al < 3 && cif->abi == FFI_DARWIN)
/external/libffi/src/cris/
H A Dffi.c158 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);
157 ffi_prep_cif(ffi_cif * cif, ffi_abi abi, unsigned int nargs, ffi_type * rtype, ffi_type ** atypes) argument
/external/openssl/crypto/
H A Dx86_64cpuid.pl32 .type OPENSSL_atomic_add,\@abi-omnipotent
46 .type OPENSSL_rdtsc,\@abi-omnipotent
56 .type OPENSSL_ia32_cpuid,\@abi-omnipotent
177 .type OPENSSL_cleanse,\@abi-omnipotent
214 .type OPENSSL_wipe_cpu,\@abi-omnipotent
247 .type OPENSSL_wipe_cpu,\@abi-omnipotent
269 .type OPENSSL_ia32_rdrand,\@abi-omnipotent
/external/libffi/src/mips/
H A Dffi.c127 (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);
735 if (cif->abi
756 copy_struct_N32(char *target, unsigned offset, ffi_abi abi, ffi_type *type, int argn, unsigned arg_offset, ffi_arg *ar, ffi_arg *fpr) argument
[all...]
/external/oprofile/libabi/tests/
H A Dabi_test.cpp11 #include "abi.h"
34 popt::option(abi_filename, "abi", 'a', "output abi to file", "filename")
56 file << abi();
/external/libffi/src/x86/
H A Dffi.c210 switch (cif->abi)
348 if (cif->abi == FFI_SYSV)
355 else if (cif->abi == FFI_STDCALL)
387 if (cif->abi != FFI_SYSV) {
455 switch (cif->abi)
/external/libffi/src/sparc/
H A Dffi.c255 if (cif->abi != FFI_V9)
305 if (cif->abi == FFI_V9 && cif->rtype->size > 32)
313 if (cif->abi != FFI_V9)
392 switch (cif->abi)
440 FFI_ASSERT (cif->abi == FFI_V9);
449 FFI_ASSERT (cif->abi == FFI_V8);
/external/kernel-headers/original/asm-mips/
H A Dprocessor.h147 struct mips_abi *abi; member in struct:thread_struct
/external/kernel-headers/original/asm-x86/
H A Dptrace.h5 #include <asm/ptrace-abi.h>
/external/libffi/darwin-x86/
H A Dffi.h178 ffi_abi abi; member in struct:__anon8120
348 ffi_abi abi,
/external/libffi/include/
H A Dffi_real.h179 ffi_abi abi; member in struct:__anon8128
349 ffi_abi abi,
/external/libffi/src/arm/
H A Dffi.c179 switch (cif->abi)
298 FFI_ASSERT (cif->abi == FFI_SYSV);
/external/libffi/src/m68k/
H A Dffi.c186 switch (cif->abi)
258 FFI_ASSERT (cif->abi == FFI_SYSV);
/external/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl34 # ".type name,@abi-omnipotent" instead.
37 # larger than 6, then you *have to* write "abi-omnipotent" code,
149 if ($win64 && $current_function->{abi} eq "svr4") {
163 if ($win64 && $current_function->{abi} eq "svr4") {
353 $current_function->{abi} eq "svr4") {
372 } elsif ($win64 && $current_function->{abi} eq "svr4") {
461 $current_function->{abi} = "svr4";
464 } elsif ($type eq "\@abi-omnipotent") {
469 $line =~ s/\@abi\-omnipotent/\@function/;
501 if ($win64 && $current_function->{abi} e
[all...]
/external/webrtc/src/modules/audio_processing/aecm/
H A DAndroid.mk74 -mfloat-abi=softfp \
/external/webrtc/src/modules/audio_processing/ns/
H A DAndroid.mk76 -mfloat-abi=softfp \
/external/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl82 .type _vpaes_encrypt_core,\@abi-omnipotent
172 .type _vpaes_decrypt_core,\@abi-omnipotent
279 .type _vpaes_schedule_core,\@abi-omnipotent
464 .type _vpaes_schedule_192_smear,\@abi-omnipotent
495 .type _vpaes_schedule_round,\@abi-omnipotent
562 .type _vpaes_schedule_transform,\@abi-omnipotent
600 .type _vpaes_schedule_mangle,\@abi-omnipotent
949 .type _vpaes_preheat,\@abi-omnipotent
1078 .type se_handler,\@abi-omnipotent

Completed in 1090 milliseconds

123