Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
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().