#include <ffi.h>
#include <ffi_common.h>
Go to the source code of this file.
|
| int | ffi_prep_args (char *stack, extended_cif *ecif) |
| |
| ffi_status FFI_HIDDEN | ffi_prep_cif_core (ffi_cif *cif, ffi_abi abi, unsigned int isvariadic, unsigned int nfixedargs, unsigned int ntotalargs, ffi_type *rtype, ffi_type **atypes) |
| |
| ffi_status | ffi_prep_cif_machdep (ffi_cif *cif) |
| |
| void | ffi_call_SYSV (int(*)(char *, extended_cif *), extended_cif *, unsigned, unsigned, unsigned *, void(*fn)()) __attribute__((__visibility__("hidden"))) |
| |
| void | ffi_call (ffi_cif *cif, void(*fn)(), void *rvalue, void **avalue) |
| |
| const char ffi_cris_trampoline_template[] | __attribute__ ((__visibility__("hidden"))) |
| |
| ffi_status | ffi_prep_closure_loc (ffi_closure *closure, ffi_cif *cif, void(*fun)(ffi_cif *, void *, void **, void *), void *user_data, void *codeloc) |
| |
◆ STACK_ARG_SIZE
Definition at line 32 of file ffi.c.
◆ __attribute__()
| const char ffi_cris_trampoline_template [] __attribute__ |
( |
(__visibility__("hidden")) |
| ) |
|
◆ ffi_call()
| void ffi_call |
( |
ffi_cif * |
cif, |
|
|
void(*)() |
fn, |
|
|
void * |
rvalue, |
|
|
void ** |
avalue |
|
) |
| |
◆ ffi_call_SYSV()
| void ffi_call_SYSV |
( |
int(*)(char *, extended_cif *) |
, |
|
|
extended_cif * |
, |
|
|
unsigned |
, |
|
|
unsigned |
, |
|
|
unsigned * |
, |
|
|
void(*)() |
fn |
|
) |
| |
◆ ffi_prep_args()
◆ ffi_prep_cif_core()
| ffi_status FFI_HIDDEN ffi_prep_cif_core |
( |
ffi_cif * |
cif, |
|
|
ffi_abi |
abi, |
|
|
unsigned int |
isvariadic, |
|
|
unsigned int |
nfixedargs, |
|
|
unsigned int |
ntotalargs, |
|
|
ffi_type * |
rtype, |
|
|
ffi_type ** |
atypes |
|
) |
| |
◆ ffi_prep_cif_machdep()
| ffi_status ffi_prep_cif_machdep |
( |
ffi_cif * |
cif | ) |
|
◆ ffi_prep_closure_loc()
| ffi_status ffi_prep_closure_loc |
( |
ffi_closure * |
closure, |
|
|
ffi_cif * |
cif, |
|
|
void(*)(ffi_cif *, void *, void **, void *) |
fun, |
|
|
void * |
user_data, |
|
|
void * |
codeloc |
|
) |
| |