/external/libffi/src/x86/ |
D | ffitarget.h | 50 FFI_SYSV, enumerator 53 FFI_DEFAULT_ABI = FFI_SYSV, 58 FFI_SYSV, enumerator 61 FFI_DEFAULT_ABI = FFI_SYSV,
|
D | ffi.c | 212 case FFI_SYSV: in ffi_call() 348 if (cif->abi == FFI_SYSV) in ffi_prep_closure_loc() 387 if (cif->abi != FFI_SYSV) { in ffi_prep_raw_closure_loc() 457 case FFI_SYSV: in ffi_raw_call()
|
/external/libffi/src/powerpc/ |
D | ffitarget.h | 45 FFI_SYSV, enumerator 78 FFI_SYSV, enumerator 81 FFI_DEFAULT_ABI = FFI_SYSV,
|
D | ffi.c | 668 if (cif->abi == FFI_SYSV) in ffi_prep_cif_machdep() 902 case FFI_SYSV: in ffi_call() 953 FFI_ASSERT (cif->abi == FFI_GCC_SYSV || cif->abi == FFI_SYSV); in ffi_prep_closure_loc() 1027 && !((cif->abi == FFI_SYSV) && (size <= 8))) in ffi_closure_helper_SYSV() 1253 if (cif->abi == FFI_SYSV && cif->rtype->type == FFI_TYPE_STRUCT in ffi_closure_helper_SYSV()
|
D | ppc_closure.S | 208 # The return types below are only used when the ABI type is FFI_SYSV.
|
/external/libffi/src/arm/ |
D | ffitarget.h | 36 FFI_SYSV, enumerator 37 FFI_DEFAULT_ABI = FFI_SYSV,
|
D | ffi.c | 181 case FFI_SYSV: in ffi_call() 298 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
|
/external/libffi/src/sh/ |
D | ffitarget.h | 38 FFI_SYSV, enumerator 39 FFI_DEFAULT_ABI = FFI_SYSV,
|
D | ffi.c | 436 case FFI_SYSV: in ffi_call()
|
/external/libffi/src/m32r/ |
D | ffitarget.h | 38 FFI_SYSV, enumerator 39 FFI_DEFAULT_ABI = FFI_SYSV,
|
D | ffi.c | 197 case FFI_SYSV: in ffi_call()
|
/external/libffi/src/m68k/ |
D | ffitarget.h | 36 FFI_SYSV, enumerator 37 FFI_DEFAULT_ABI = FFI_SYSV,
|
D | ffi.c | 188 case FFI_SYSV: in ffi_call() 258 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
|
/external/libffi/src/sh64/ |
D | ffitarget.h | 38 FFI_SYSV, enumerator 39 FFI_DEFAULT_ABI = FFI_SYSV,
|
D | ffi.c | 276 case FFI_SYSV: in ffi_call()
|
/external/libffi/src/s390/ |
D | ffitarget.h | 42 FFI_SYSV, enumerator 43 FFI_DEFAULT_ABI = FFI_SYSV,
|
D | ffi.c | 524 case FFI_SYSV: in ffi_call() 753 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
|
/external/libffi/src/cris/ |
D | ffitarget.h | 36 FFI_SYSV, enumerator 37 FFI_DEFAULT_ABI = FFI_SYSV,
|
D | ffi.c | 259 case FFI_SYSV: in ffi_call() 371 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
|
/external/libffi/ |
D | README | 139 In the FFI_SYSV version, structures that are 8 bytes or smaller are
|
D | ChangeLog | 1107 Aka FFI_SYSV.
|