Searched refs:ffi_call_unix (Results 1 - 2 of 2) sorted by relevance

/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/ia64/
H A Dunix.S40 /* int ffi_call_unix (struct ia64_args *stack, PTR64 rvalue,
45 .global ffi_call_unix
46 .proc ffi_call_unix
47 ffi_call_unix: label
273 .endp ffi_call_unix
H A Dffi.c52 /* The stack layout given to ffi_call_unix and ffi_closure_unix_inner. */
274 extern int ffi_call_unix (struct ia64_args *, PTR64, void (*)(void), UINT64);
388 ffi_call_unix (stack, rvalue, fn, cif->flags);

Completed in 73 milliseconds