Ruby
2.4.2p198(2017-09-14revision59899)
|
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)) FFI_HIDDEN |
void | ffi_closure_osf (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) |
#define FFI_TYPE_LONGDOUBLE 4 |
Definition at line 40 of file ffi.c.
Referenced by aarch64_prep_args(), allocate_to_register_or_stack(), copy_basic_type(), ffi_call(), ffi_closure_helper_DARWIN(), ffi_closure_helper_SYSV(), ffi_closure_osf(), ffi_closure_osf_inner(), ffi_closure_sparc_inner_v8(), ffi_closure_sparc_inner_v9(), ffi_closure_SYSV_inner(), ffi_closure_unix_inner(), ffi_prep_args(), ffi_prep_args_pa32(), ffi_prep_args_SYSV(), ffi_prep_args_v8(), ffi_prep_args_v9(), ffi_prep_cif_core(), ffi_prep_cif_machdep(), ffi_prep_cif_sysv_core(), ffi_prep_closure_loc(), ffi_prep_incoming_args(), ffi_prep_raw_closure_loc(), ffi_size_stack_pa32(), ffi_v9_layout_struct(), get_basic_type_addr(), get_basic_type_alignment(), get_basic_type_size(), hfa_element_type(), is_floating_type(), is_register_candidate(), and translate_float().
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, NULL, and size.
void ffi_call_osf | ( | void * | , |
unsigned | long, | ||
unsigned | , | ||
void * | , | ||
void(*)(void) | |||
) |
Referenced by ffi_call().
void ffi_closure_osf | ( | void | ) |
Definition at line 45 of file ffi.c.
References FFI_SIZEOF_ARG, and FFI_TYPE_LONGDOUBLE.
Referenced by ffi_prep_closure_loc().
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, FFI_TYPE_LONGDOUBLE, and size.
ffi_status ffi_prep_closure_loc | ( | ffi_closure * | closure, |
ffi_cif * | cif, | ||
void(*)(ffi_cif *, void *, void **, void *) | fun, | ||
void * | user_data, | ||
void * | codeloc | ||
) |
Definition at line 174 of file ffi.c.
References ffi_closure_osf(), and FFI_OSF.