HomeSort by relevance Sort by last modified time
    Searched full:ia64_args (Results 1 - 2 of 2) sorted by null

  /external/libffi/src/ia64/
ffi.c 53 struct ia64_args struct
227 /* Adjust cif->bytes to include space for the bits of the ia64_args frame
231 cif->bytes += offsetof(struct ia64_args, gp_regs[0]);
232 if (cif->bytes < sizeof(struct ia64_args))
233 cif->bytes = sizeof(struct ia64_args);
273 extern int ffi_call_unix (struct ia64_args *, PTR64, void (*)(void), UINT64);
278 struct ia64_args *stack;
445 ffi_closure_unix_inner (ffi_closure *closure, struct ia64_args *stack,
unix.S 40 /* int ffi_call_unix (struct ia64_args *stack, PTR64 rvalue,

Completed in 419 milliseconds