Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Go to the source code of this file.
Macros | |
#define | FFI_TYPE_LONGDOUBLE 4 |
Functions | |
void | ffi_call_osf (void *, unsigned long, unsigned, void *, void(*)(void)) |
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) |
long FFI_HIDDEN | ffi_closure_osf_inner (ffi_closure *closure, void *rvalue, unsigned long *argp) |
void ffi_call | ( | ffi_cif * | cif, |
void(*)(void) | fn, | ||
void * | rvalue, | ||
void ** | avalue | ||
) |
Definition at line 80 of file ffi.c.
References ALIGN, alloca, FFI_ASSERT, ffi_call_osf(), FFI_SIZEOF_ARG, FFI_TYPE_LONGDOUBLE, memcpy, and NULL.
void ffi_call_osf | ( | void * | , |
unsigned long | , | ||
unsigned | , | ||
void * | , | ||
void(*)(void) | |||
) |
Definition at line 43 of file ffi.c.
References FFI_SIZEOF_ARG, and FFI_TYPE_LONGDOUBLE.
Referenced by ffi_call().
long FFI_HIDDEN ffi_closure_osf_inner | ( | ffi_closure * | closure, |
void * | rvalue, | ||
unsigned long * | argp | ||
) |
Definition at line 209 of file ffi.c.
References ALIGN, alloca, FFI_SIZEOF_ARG, and FFI_TYPE_LONGDOUBLE.