/external/oprofile/libabi/ |
D | abi.cpp | 28 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 >>()
|
D | abi.h | 28 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);
|
D | opimport.cpp | 51 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/ |
D | ffi.c | 141 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 …]
|
D | ffi_darwin.c | 202 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/ |
D | abicheck.sh | 8 …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/ |
D | abicheck.sh | 8 …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/ |
D | prep_cif.c | 88 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/ |
D | ffi.c | 158 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/ |
D | ffi.c | 127 (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/ |
D | ffi.c | 210 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/ |
D | ffi.c | 255 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/ |
D | casing.txt | 25 { "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/ |
D | x86_64-xlate.pl | 122 if ($current_function->{abi} eq "svr4") { 280 } elsif ($current_function->{abi} eq "svr4") { 374 $current_function->{abi} = "svr4";
|
/external/libffi/src/m68k/ |
D | ffi.c | 186 switch (cif->abi) in ffi_call() 258 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
|
/external/libffi/src/arm/ |
D | ffi.c | 179 switch (cif->abi) in ffi_call() 298 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
|
/external/libffi/include/ |
D | ffi_real.h | 179 ffi_abi abi; member 349 ffi_abi abi,
|
D | ffi.h.in | 178 ffi_abi abi; member 348 ffi_abi abi,
|
/external/libffi/src/pa/ |
D | ffi.c | 356 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/ |
D | ffi.c | 274 switch (cif->abi) in ffi_call() 304 FFI_ASSERT (cif->abi == FFI_GCC_SYSV); in ffi_prep_closure()
|
/external/libffi/src/ia64/ |
D | ffi.c | 282 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/ |
D | ffi.c | 522 switch (cif->abi) in ffi_call() 753 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
|
/external/libffi/src/sh/ |
D | ffi.c | 434 switch (cif->abi) in ffi_call() 466 FFI_ASSERT (cif->abi == FFI_GCC_SYSV); in ffi_prep_closure_loc()
|
/external/libffi/src/m32r/ |
D | ffi.c | 195 switch (cif->abi) in ffi_call()
|
/external/libffi/src/frv/ |
D | ffi.c | 154 switch (cif->abi) in ffi_call()
|