Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ffitest.h"
Go to the source code of this file.
Functions | |
long | dummy_func (long double a1, char b1, long double a2, char b2, long double a3, char b3, long double a4, char b4) |
void * | cls_pointer_fn2 (void *a1, void *a2) |
void * | cls_pointer_fn1 (void *a1, void *a2) |
static void | cls_pointer_gn (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__) |
int | main (void) |
Variables | |
static long | dummyVar |
void* cls_pointer_fn1 | ( | void * | a1, |
void * | a2 | ||
) |
Definition at line 46 of file cls_pointer_stack.c.
References cls_pointer_fn2(), dummy_func(), dummyVar, and result.
Referenced by cls_pointer_gn(), and main().
void* cls_pointer_fn2 | ( | void * | a1, |
void * | a2 | ||
) |
Definition at line 21 of file cls_pointer_stack.c.
References dummy_func(), dummyVar, and result.
Referenced by cls_pointer_fn1().
|
static |
Definition at line 74 of file cls_pointer_stack.c.
References cls_pointer_fn1(), dummy_func(), and dummyVar.
Referenced by main().
long dummy_func | ( | long double | a1, |
char | b1, | ||
long double | a2, | ||
char | b2, | ||
long double | a3, | ||
char | b3, | ||
long double | a4, | ||
char | b4 | ||
) |
Definition at line 12 of file cls_pointer_stack.c.
Referenced by cls_pointer_fn1(), cls_pointer_fn2(), and cls_pointer_gn().
int main | ( | void | ) |
Definition at line 95 of file cls_pointer_stack.c.
References CHECK, cls_pointer_fn1(), cls_pointer_gn(), ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), and NULL.
|
static |
Definition at line 10 of file cls_pointer_stack.c.
Referenced by cls_pointer_fn1(), cls_pointer_fn2(), and cls_pointer_gn().