#include <ffi.h>
#include <ffi_common.h>
#include <stdlib.h>
Go to the source code of this file.
|
| 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 (ffi_cif *cif, ffi_abi abi, unsigned int nargs, ffi_type *rtype, ffi_type **atypes) |
| |
| ffi_status | ffi_prep_cif_var (ffi_cif *cif, ffi_abi abi, unsigned int nfixedargs, unsigned int ntotalargs, ffi_type *rtype, ffi_type **atypes) |
| |
◆ STACK_ARG_SIZE
◆ ffi_prep_cif()
| ffi_status ffi_prep_cif |
( |
ffi_cif * |
cif, |
|
|
ffi_abi |
abi, |
|
|
unsigned int |
nargs, |
|
|
ffi_type * |
rtype, |
|
|
ffi_type ** |
atypes |
|
) |
| |
◆ 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_var()
| ffi_status ffi_prep_cif_var |
( |
ffi_cif * |
cif, |
|
|
ffi_abi |
abi, |
|
|
unsigned int |
nfixedargs, |
|
|
unsigned int |
ntotalargs, |
|
|
ffi_type * |
rtype, |
|
|
ffi_type ** |
atypes |
|
) |
| |