Searched refs:ffi_closure_SYSV (Results 26 - 29 of 29) sorted by relevance

12

/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/x86/
H A Ddarwin.S182 FFI_HIDDEN (ffi_closure_SYSV)
H A Dwin32.S237 ffi_closure_SYSV PROC NEAR FORCEFRAME label
327 ffi_closure_SYSV ENDP
757 FFI_HIDDEN(ffi_closure_SYSV)
759 .globl USCORE_SYMBOL(ffi_closure_SYSV)
763 USCORE_SYMBOL(ffi_closure_SYSV):
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/aarch64/
H A Dffi.c234 ffi_closure_SYSV (ffi_closure *);
937 FFI_INIT_TRAMPOLINE (&closure->tramp[0], &ffi_closure_SYSV, codeloc,
950 ffi_closure_SYSV(). The wrapper allocates a call context on the
954 the stack at the point ffi_closure_SYSV() was invoked.
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/powerpc/
H A Dffi_sysv.c664 *(void **) &tramp[2] = (void *) ffi_closure_SYSV; /* function */
677 /* Basically the trampoline invokes ffi_closure_SYSV, and on
681 up space for a return value, ffi_closure_SYSV invokes the
690 /* pgr is the pointer to where r3-r10 are stored in ffi_closure_SYSV */
691 /* pfr is the pointer to where f1-f8 are stored in ffi_closure_SYSV */
739 in the ffi_closure_SYSV code (since we don't check
920 /* Tell ffi_closure_SYSV how to perform return type promotions.
922 r3/r4 we have to tell ffi_closure_SYSV how to treat them. We

Completed in 46 milliseconds

12