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

/external/libffi/src/powerpc/
H A Daix_closure.S94 .globl ffi_closure_ASM
95 .globl .ffi_closure_ASM
96 .csect ffi_closure_ASM[DS]
98 ffi_closure_ASM: label
99 .long .ffi_closure_ASM, TOC[tc0], 0
101 .ffi_closure_ASM:
247 /* END(ffi_closure_ASM) */
H A Dffi_darwin.c35 extern void ffi_closure_ASM(void);
556 tramp[2] = (unsigned long) ffi_closure_ASM; /* function */
571 fd = (aix_fd *)(void *)ffi_closure_ASM;
623 /* Basically the trampoline invokes ffi_closure_ASM, and on
627 up space for a return value, ffi_closure_ASM invokes the
634 pgr is the pointer to where r3-r10 are stored in ffi_closure_ASM
635 pfr is the pointer to where f1-f13 are stored in ffi_closure_ASM. */
798 /* Tell ffi_closure_ASM to perform return type promotions. */

Completed in 579 milliseconds