Home
last modified time | relevance | path

Searched refs:ia64_args (Results 1 – 1 of 1) sorted by relevance

/third_party/libffi/src/ia64/
Dffi.c54 struct ia64_args struct
232 cif->bytes += offsetof(struct ia64_args, gp_regs[0]); in ffi_prep_cif_machdep_core()
233 if (cif->bytes < sizeof(struct ia64_args)) in ffi_prep_cif_machdep_core()
234 cif->bytes = sizeof(struct ia64_args); in ffi_prep_cif_machdep_core()
290 extern int ffi_call_unix (struct ia64_args *, PTR64, void (*)(void), UINT64);
295 struct ia64_args *stack; in ffi_call()
467 ffi_closure_unix_inner (ffi_closure *closure, struct ia64_args *stack, in ffi_closure_unix_inner()