Home
last modified time | relevance | path

Searched refs:abi (Results 1 – 25 of 36) sorted by relevance

12

/external/oprofile/libabi/
Dabi.cpp28 abi::abi() in abi() function in abi
38 int abi::need(string const key) const throw (abi_exception) in need()
47 bool abi::operator==(abi const & other) const in operator ==()
53 ostream & operator<<(ostream & o, abi const & abi) in operator <<() argument
55 abi_iter i = abi.slots.begin(); in operator <<()
56 abi_iter e = abi.slots.end(); in operator <<()
65 istream & operator>>(istream & i, abi & abi) in operator >>() argument
69 abi.slots.clear(); in operator >>()
72 abi.slots[key] = val; in operator >>()
Dabi.h28 class abi {
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);
Dopimport.cpp51 abi const & theabi;
58 extractor(abi const & a, unsigned char const * src, size_t len) in extractor()
107 void import_from_abi(abi const & abi, void const * srcv, in import_from_abi() argument
114 extractor ext(abi, src, len); in import_from_abi()
116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4); in import_from_abi()
134 src += abi.need("sizeof_struct_opd_header"); in import_from_abi()
140 src += abi.need("sizeof_odb_descr_t"); in import_from_abi()
144 src += abi.need("sizeof_odb_node_t"); in import_from_abi()
147 unsigned int step = abi.need("sizeof_odb_node_t"); in import_from_abi()
179 abi current_abi, input_abi; in main()
/external/libffi/src/powerpc/
Dffi.c141 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_args_SYSV()
176 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_args_SYSV()
192 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_args_SYSV()
215 if ((ecif->cif->abi != FFI_LINUX) in ffi_prep_args_SYSV()
216 && (ecif->cif->abi != FFI_LINUX_SOFT_FLOAT)) in ffi_prep_args_SYSV()
223 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_args_SYSV()
601 if (cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_cif_machdep()
604 if (cif->abi != FFI_LINUX64) in ffi_prep_cif_machdep()
647 if (cif->abi != FFI_LINUX && cif->abi != FFI_LINUX64 in ffi_prep_cif_machdep()
648 && cif->abi != FFI_LINUX_SOFT_FLOAT) in ffi_prep_cif_machdep()
[all …]
Dffi_darwin.c202 if (size_al < 3 && ecif->cif->abi == FFI_DARWIN) in ffi_prep_args()
286 if (cif->abi == FFI_DARWIN) in ffi_prep_cif_machdep()
450 switch (cif->abi) in ffi_call()
541 switch (cif->abi) in ffi_prep_closure_loc()
545 FFI_ASSERT (cif->abi == FFI_DARWIN); in ffi_prep_closure_loc()
573 FFI_ASSERT (cif->abi == FFI_AIX); in ffi_prep_closure_loc()
710 if (size_al < 3 && cif->abi == FFI_DARWIN) in ffi_closure_helper_DARWIN()
/external/bluetooth/glib/gobject/
Dabicheck.sh8 …r:-.}/gobject.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
11 nm -D -g --defined-only .libs/libgobject-2.0.so | cut -d ' ' -f 3 | sort > actual-abi
13 diff -u expected-abi actual-abi && rm expected-abi actual-abi
/external/bluetooth/glib/gio/
Dabicheck.sh8 …rcdir:-.}/gio.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
11 nm -D -g --defined-only .libs/libgio-2.0.so | cut -d ' ' -f 3 | sort > actual-abi
13 diff -u expected-abi actual-abi && rm expected-abi actual-abi
/external/libffi/src/
Dprep_cif.c88 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument
96 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI)); in ffi_prep_cif()
98 cif->abi = abi; in ffi_prep_cif()
117 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif()
140 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif()
142 && cif->abi != FFI_V9)) in ffi_prep_cif()
/external/libffi/src/cris/
Dffi.c158 ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument
166 FFI_ASSERT ((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI)); in ffi_prep_cif()
168 cif->abi = abi; in ffi_prep_cif()
257 switch (cif->abi) in ffi_call()
371 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
/external/libffi/src/mips/
Dffi.c127 (ecif->cif->abi == FFI_N64) ? FFI_TYPE_SINT64 : FFI_TYPE_SINT32; in ffi_prep_args()
299 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32) in ffi_prep_cif_machdep()
337 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_prep_cif_machdep()
520 switch (cif->abi) in ffi_call()
577 FFI_ASSERT(cif->abi == FFI_O32 || cif->abi == FFI_O32_SOFT_FLOAT); in ffi_prep_closure_loc()
580 FFI_ASSERT(cif->abi == FFI_N32 || cif->abi == FFI_N64); in ffi_prep_closure_loc()
670 seen_int = (cif->abi == FFI_O32_SOFT_FLOAT); in ffi_closure_mips_inner_O32()
735 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_closure_mips_inner_O32()
756 copy_struct_N32(char *target, unsigned offset, ffi_abi abi, ffi_type *type, in copy_struct_N32() argument
863 type = (cif->abi == FFI_N64) ? FFI_TYPE_SINT64 : FFI_TYPE_SINT32; in ffi_closure_mips_inner_N32()
[all …]
/external/libffi/src/x86/
Dffi.c210 switch (cif->abi) in ffi_call()
348 if (cif->abi == FFI_SYSV) in ffi_prep_closure_loc()
355 else if (cif->abi == FFI_STDCALL) in ffi_prep_closure_loc()
387 if (cif->abi != FFI_SYSV) { in ffi_prep_raw_closure_loc()
455 switch (cif->abi) in ffi_raw_call()
/external/libffi/src/sparc/
Dffi.c255 if (cif->abi != FFI_V9) in ffi_prep_cif_machdep()
305 if (cif->abi == FFI_V9 && cif->rtype->size > 32) in ffi_prep_cif_machdep()
313 if (cif->abi != FFI_V9) in ffi_prep_cif_machdep()
392 switch (cif->abi) in ffi_call()
440 FFI_ASSERT (cif->abi == FFI_V9); in ffi_prep_closure_loc()
449 FFI_ASSERT (cif->abi == FFI_V8); in ffi_prep_closure_loc()
/external/icu4c/test/testdata/
Dcasing.txt25 { "aBIΣßΣ/����", "abiσßς/����", "" },
59 { "aBİIıϐßffi��", "abi̇iıβssffi��", "" },
60 { "aBİIıϐßffi��", "abiııβssffi��", "T" } // U_FOLD_CASE_EXCLUDE_SPECIAL_I
/external/openssl/crypto/perlasm/
Dx86_64-xlate.pl122 if ($current_function->{abi} eq "svr4") {
280 } elsif ($current_function->{abi} eq "svr4") {
374 $current_function->{abi} = "svr4";
/external/libffi/src/m68k/
Dffi.c186 switch (cif->abi) in ffi_call()
258 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
/external/libffi/src/arm/
Dffi.c179 switch (cif->abi) in ffi_call()
298 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
/external/libffi/include/
Dffi_real.h179 ffi_abi abi; member
349 ffi_abi abi,
Dffi.h.in178 ffi_abi abi; member
348 ffi_abi abi,
/external/libffi/src/pa/
Dffi.c356 switch (cif->abi) in ffi_prep_cif_machdep()
398 switch (cif->abi) in ffi_call()
629 FFI_ASSERT (cif->abi == FFI_PA32); in ffi_prep_closure_loc()
/external/libffi/src/sh64/
Dffi.c274 switch (cif->abi) in ffi_call()
304 FFI_ASSERT (cif->abi == FFI_GCC_SYSV); in ffi_prep_closure()
/external/libffi/src/ia64/
Dffi.c282 FFI_ASSERT (cif->abi == FFI_UNIX); in ffi_call()
428 FFI_ASSERT (cif->abi == FFI_UNIX); in ffi_prep_closure_loc()
/external/libffi/src/s390/
Dffi.c522 switch (cif->abi) in ffi_call()
753 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
/external/libffi/src/sh/
Dffi.c434 switch (cif->abi) in ffi_call()
466 FFI_ASSERT (cif->abi == FFI_GCC_SYSV); in ffi_prep_closure_loc()
/external/libffi/src/m32r/
Dffi.c195 switch (cif->abi) in ffi_call()
/external/libffi/src/frv/
Dffi.c154 switch (cif->abi) in ffi_call()

12