Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Go to the source code of this file.
Functions | |
ffi_status FFI_HIDDEN | ffi_prep_cif_machdep (ffi_cif *cif) |
ffi_status FFI_HIDDEN | ffi_prep_cif_machdep_var (ffi_cif *cif, unsigned int nfixedargs MAYBE_UNUSED, unsigned int ntotalargs MAYBE_UNUSED) |
void | ffi_call (ffi_cif *cif, void(*fn)(void), void *rvalue, void **avalue) |
ffi_status | ffi_prep_closure_loc (ffi_closure *closure, ffi_cif *cif, void(*fun)(ffi_cif *, void *, void **, void *), void *user_data, void *codeloc) |
Definition at line 74 of file ffi.c.
References alloca, extended_cif::avalue, extended_cif::cif, ffi_call_LINUX64(), ffi_call_SYSV(), FLAG_RETURNS_SMST, memcpy(), and extended_cif::rvalue.
ffi_status FFI_HIDDEN ffi_prep_cif_machdep | ( | ffi_cif * | cif | ) |
Definition at line 52 of file ffi.c.
References ffi_prep_cif_linux64(), and ffi_prep_cif_sysv().
ffi_status FFI_HIDDEN ffi_prep_cif_machdep_var | ( | ffi_cif * | cif, |
unsigned int nfixedargs | MAYBE_UNUSED, | ||
unsigned int ntotalargs | MAYBE_UNUSED | ||
) |
Definition at line 62 of file ffi.c.
References ffi_prep_cif_linux64_var(), and ffi_prep_cif_sysv().