Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
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.