Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
Go to the source code of this file.
Functions | |
void * | ffi_prep_args (char *stack, extended_cif *ecif) |
void | ffi_call_SYSV (unsigned, extended_cif *, void *(*)(int *, extended_cif *), unsigned *, void(*fn)(void), unsigned) |
void | ffi_call (ffi_cif *cif, void(*fn)(void), void *rvalue, void **avalue) |
void | ffi_closure_SYSV (unsigned long r3, unsigned long r4, unsigned long r5, unsigned long r6, unsigned long r7, unsigned long r8) |
ffi_status | ffi_prep_closure_loc (ffi_closure *closure, ffi_cif *cif, void(*fun)(ffi_cif *, void *, void **, void *), void *user_data, void *codeloc) |
ffi_status | ffi_prep_cif_machdep (ffi_cif *cif) |
ffi_status | ffi_prep_cif_machdep_var (ffi_cif *cif, unsigned int nfixedargs, unsigned int ntotalargs) |
Definition at line 119 of file ffi.c.
References arg, extended_cif::avalue, extended_cif::cif, FFI_ASSERT, ffi_call_SYSV(), ffi_prep_args(), FFI_SYSV, i, extended_cif::rvalue, and size.
void ffi_call_SYSV | ( | unsigned | , |
extended_cif * | , | ||
void * | *)(int *, extended_cif *, | ||
unsigned * | , | ||
void(*)(void) | fn, | ||
unsigned | |||
) |
void* ffi_prep_args | ( | char * | stack, |
extended_cif * | ecif | ||
) |
Definition at line 33 of file ffi.c.
References arg, argv, extended_cif::avalue, extended_cif::cif, count, i, memcpy(), and extended_cif::rvalue.
ffi_status ffi_prep_cif_machdep_var | ( | ffi_cif * | cif, |
unsigned int | nfixedargs, | ||
unsigned int | ntotalargs | ||
) |
Definition at line 320 of file ffi.c.
References ffi_prep_cif_machdep().