|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Go to the source code of this file.
Data Structures | |
| union | _d |
| struct | call_context |
| struct | arg_state |
Macros | |
| #define | AARCH64_STACK_ALIGN 16 |
| #define | N_X_ARG_REG 8 |
| #define | N_V_ARG_REG 8 |
| #define | AARCH64_FFI_WITH_V (1 << AARCH64_FFI_WITH_V_BIT) |
| #define | FFI_INIT_TRAMPOLINE(TRAMP, FUN, CTX, FLAGS) |
Functions | |
| void | ffi_call_SYSV (unsigned(*)(struct call_context *context, unsigned char *, extended_cif *), struct call_context *context, extended_cif *, size_t, void(*fn)(void)) |
| void | ffi_closure_SYSV (ffi_closure *) |
| ffi_status | ffi_prep_cif_machdep (ffi_cif *cif) |
| 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) |
| void FFI_HIDDEN | ffi_closure_SYSV_inner (ffi_closure *closure, struct call_context *context, void *stack) |
| #define AARCH64_FFI_WITH_V (1 << AARCH64_FFI_WITH_V_BIT) |
| #define FFI_INIT_TRAMPOLINE | ( | TRAMP, | |
| FUN, | |||
| CTX, | |||
| FLAGS | |||
| ) |
Definition at line 813 of file ffi.c.
References ALIGN, extended_cif::avalue, extended_cif::cif, FFI_SYSV, memset(), and extended_cif::rvalue.
Referenced by ffi_java_raw_call(), ffi_raw_call(), and main().
| void ffi_call_SYSV | ( | unsigned(*)(struct call_context *context, unsigned char *, extended_cif *) | , |
| struct call_context * | context, | ||
| extended_cif * | , | ||
| size_t | , | ||
| void(*)(void) | fn | ||
| ) |
Referenced by ffi_call(), and ffi_raw_call().
| void ffi_closure_SYSV | ( | ffi_closure * | ) |
Definition at line 420 of file ffi.c.
Referenced by ffi_prep_closure_loc(), and ffi_prep_closure_loc_sysv().
| void FFI_HIDDEN ffi_closure_SYSV_inner | ( | ffi_closure * | closure, |
| struct call_context * | context, | ||
| void * | stack | ||
| ) |
| ffi_status ffi_prep_cif_machdep | ( | ffi_cif * | cif | ) |
Definition at line 758 of file ffi.c.
References AARCH64_STACK_ALIGN.
Referenced by ffi_prep_cif_machdep_var().