Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Go to the source code of this file.
Macros | |
#define | HI(x) ((((unsigned int) (x)) >> 16) & 0xffff) |
#define | LO(x) (((unsigned int) (x)) & 0xffff) |
Functions | |
UINT64 | ffi_call_sysv (void(*)(char *, extended_cif *), extended_cif *, unsigned, void(*fn)(void)) |
void | ffi_closure_sysv (void) |
ffi_status | ffi_prep_cif_machdep (ffi_cif *cif) |
void | ffi_prep_args (char *stack, extended_cif *ecif) |
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) |
UINT64 ffi_call_sysv | ( | void(*)(char *, extended_cif *) | , |
extended_cif * | , | ||
unsigned | , | ||
void(*)(void) | fn | ||
) |
Referenced by ffi_prep_closure_loc().
void ffi_prep_args | ( | char * | stack, |
extended_cif * | ecif | ||
) |
Definition at line 81 of file ffi.c.
References ALIGN, extended_cif::avalue, extended_cif::cif, FFI_ASSERT, i, int, memcpy(), extended_cif::rvalue, size, and unsigned.