|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
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) |
Definition at line 80 of file ffi.c.
References ALIGN, alloca, FFI_ASSERT, ffi_call_osf(), FFI_SIZEOF_ARG, FFI_TYPE_LONGDOUBLE, i, memcpy(), NULL, and size.
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 abort(), ALIGN, alloca, FFI_SIZEOF_ARG, FFI_TYPE_LONGDOUBLE, i, and size.