Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <ffi_common.h>
Data Fields | |
ffi_cif * | cif |
void * | rvalue |
void ** | avalue |
Definition at line 86 of file ffi_common.h.
void** extended_cif::avalue |
Definition at line 90 of file ffi_common.h.
Referenced by aarch64_prep_args(), ffi_call(), ffi_prep_args(), ffi_prep_args_pa32(), ffi_prep_args_raw(), ffi_prep_args_SYSV(), ffi_prep_args_v8(), ffi_prep_args_v9(), ffi_prep_args_VFP(), and ffi_raw_call().
ffi_cif* extended_cif::cif |
Definition at line 88 of file ffi_common.h.
Referenced by aarch64_prep_args(), ffi_call(), ffi_prep_args(), ffi_prep_args_pa32(), ffi_prep_args_raw(), ffi_prep_args_SYSV(), ffi_prep_args_v8(), ffi_prep_args_v9(), ffi_prep_args_VFP(), and ffi_raw_call().
void* extended_cif::rvalue |
Definition at line 89 of file ffi_common.h.
Referenced by ffi_call(), ffi_prep_args(), ffi_prep_args_SYSV(), ffi_prep_args_v8(), ffi_prep_args_v9(), ffi_prep_args_VFP(), and ffi_raw_call().