Home | History | Annotate | Download | only in powerpc

Lines Matching refs:ffi_closure_SYSV

35 extern void ffi_closure_SYSV (void);
964 *(void **) &tramp[2] = (void *) ffi_closure_SYSV; /* function */
987 /* Basically the trampoline invokes ffi_closure_SYSV, and on
991 * up space for a return value, ffi_closure_SYSV invokes the
1001 /* pgr is the pointer to where r3-r10 are stored in ffi_closure_SYSV */
1002 /* pfr is the pointer to where f1-f8 are stored in ffi_closure_SYSV */
1155 * in the ffi_closure_SYSV code (since we don't check
1250 /* Tell ffi_closure_SYSV how to perform return type promotions.
1252 we have to tell ffi_closure_SYSV how to treat them. */