Home
last modified time | relevance | path

Searched refs:FFI_SYSV (Results 1 – 21 of 21) sorted by relevance

/external/libffi/src/x86/
Dffitarget.h50 FFI_SYSV, enumerator
53 FFI_DEFAULT_ABI = FFI_SYSV,
58 FFI_SYSV, enumerator
61 FFI_DEFAULT_ABI = FFI_SYSV,
Dffi.c212 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/
Dffitarget.h45 FFI_SYSV, enumerator
78 FFI_SYSV, enumerator
81 FFI_DEFAULT_ABI = FFI_SYSV,
Dffi.c668 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()
Dppc_closure.S208 # The return types below are only used when the ABI type is FFI_SYSV.
/external/libffi/src/arm/
Dffitarget.h36 FFI_SYSV, enumerator
37 FFI_DEFAULT_ABI = FFI_SYSV,
Dffi.c181 case FFI_SYSV: in ffi_call()
298 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
/external/libffi/src/sh/
Dffitarget.h38 FFI_SYSV, enumerator
39 FFI_DEFAULT_ABI = FFI_SYSV,
Dffi.c436 case FFI_SYSV: in ffi_call()
/external/libffi/src/m32r/
Dffitarget.h38 FFI_SYSV, enumerator
39 FFI_DEFAULT_ABI = FFI_SYSV,
Dffi.c197 case FFI_SYSV: in ffi_call()
/external/libffi/src/m68k/
Dffitarget.h36 FFI_SYSV, enumerator
37 FFI_DEFAULT_ABI = FFI_SYSV,
Dffi.c188 case FFI_SYSV: in ffi_call()
258 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
/external/libffi/src/sh64/
Dffitarget.h38 FFI_SYSV, enumerator
39 FFI_DEFAULT_ABI = FFI_SYSV,
Dffi.c276 case FFI_SYSV: in ffi_call()
/external/libffi/src/s390/
Dffitarget.h42 FFI_SYSV, enumerator
43 FFI_DEFAULT_ABI = FFI_SYSV,
Dffi.c524 case FFI_SYSV: in ffi_call()
753 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
/external/libffi/src/cris/
Dffitarget.h36 FFI_SYSV, enumerator
37 FFI_DEFAULT_ABI = FFI_SYSV,
Dffi.c259 case FFI_SYSV: in ffi_call()
371 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
/external/libffi/
DREADME139 In the FFI_SYSV version, structures that are 8 bytes or smaller are
DChangeLog1107 Aka FFI_SYSV.