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