Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#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 ffi_call(), ffi_prep_args(), ffi_prep_args_pa32(), 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 ffi_call(), ffi_prep_args(), ffi_prep_args_pa32(), 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().