Searched refs:ffi_prep_args (Results 1 - 22 of 22) sorted by relevance

/external/libffi/src/m32r/
H A Dffi.c32 /* ffi_prep_args is called by the assembly routine once stack
35 void ffi_prep_args(char *stack, extended_cif *ecif) function
198 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes,
/external/libffi/src/arm/
H A Dsysv.S137 @ r0: ffi_prep_args
156 @ Place all of the ffi_prep_args in position
161 @ Call ffi_prep_args(stack, &ecif)
H A Dffi.c32 /* ffi_prep_args is called by the assembly routine once stack space
35 void ffi_prep_args(char *stack, extended_cif *ecif) function
182 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, ecif.rvalue,
/external/libffi/src/m68k/
H A Dsysv.S61 | Call ffi_prep_args
65 jsr ffi_prep_args
67 bsr.l ffi_prep_args@PLTPC
H A Dffi.c18 void *ffi_prep_args (void *stack, extended_cif *ecif);
24 /* ffi_prep_args is called by the assembly routine once stack space has
28 ffi_prep_args (void *stack, extended_cif *ecif) function
/external/libffi/src/x86/
H A Dffi.c38 /* ffi_prep_args is called by the assembly routine once stack space
41 void ffi_prep_args(char *stack, extended_cif *ecif) function
213 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, ecif.rvalue,
218 ffi_call_STDCALL(ffi_prep_args, &ecif, cif->bytes, cif->flags,
H A Dwin32.S36 .globl ffi_prep_args
52 # Place all of the ffi_prep_args in position
165 # Place all of the ffi_prep_args in position
H A Dsysv.S35 .globl ffi_prep_args
54 /* Place all of the ffi_prep_args in position */
H A Dfreebsd.S36 .globl ffi_prep_args
54 /* Place all of the ffi_prep_args in position */
/external/libffi/src/frv/
H A Deabi.S37 # gr8 : ffi_prep_args
64 /* Call ffi_prep_args. */
75 /* ffi_prep_args returns the new stack pointer. */
91 /* Use the ffi_prep_args return value for the new sp. */
H A Dffi.c34 /* ffi_prep_args is called by the assembly routine once stack space
37 void *ffi_prep_args(char *stack, extended_cif *ecif) function
157 ffi_call_EABI(ffi_prep_args, &ecif, cif->bytes,
/external/libffi/src/cris/
H A Dffi.c70 ffi_prep_args (char *stack, extended_cif * ecif) function
260 ffi_call_SYSV (ffi_prep_args, &ecif, cif->bytes,
/external/libffi/src/powerpc/
H A Dffi_darwin.c57 /* ffi_prep_args is called by the assembly routine once stack space
83 void ffi_prep_args(extended_cif *ecif, unsigned *const stack) function
454 ffi_prep_args);
458 ffi_prep_args);
H A Daix.S91 .globl ffi_prep_args
126 /* Call ffi_prep_args. */
/external/libffi/src/s390/
H A Dffi.c72 static void ffi_prep_args (unsigned char *, extended_cif *);
152 /* Name - ffi_prep_args. */
156 /* ffi_prep_args is called by the assembly routine once stack space */
162 ffi_prep_args (unsigned char *stack, extended_cif *ecif) function
525 ffi_call_SYSV (cif->bytes, &ecif, ffi_prep_args,
H A Dsysv.S38 # r4: ffi_prep_args
66 basr %r14,%r4 # Call ffi_prep_args
241 # r4: ffi_prep_args
267 basr %r14,%r4 # Call ffi_prep_args
/external/libffi/src/sh64/
H A Dffi.c56 /* ffi_prep_args is called by the assembly routine once stack space
60 void ffi_prep_args(char *stack, extended_cif *ecif) function
278 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes,
H A Dsysv.S46 # r2: ffi_prep_args
/external/libffi/src/mips/
H A Dffi.c62 /* ffi_prep_args is called by the assembly routine once stack space
65 static void ffi_prep_args(char *stack, function
525 ffi_call_O32(ffi_prep_args, &ecif, cif->bytes,
544 ffi_call_N32(ffi_prep_args, &ecif, cif->bytes,
H A Dn32.S85 # Call ffi_prep_args
/external/libffi/src/sh/
H A Dffi.c108 /* ffi_prep_args is called by the assembly routine once stack space
111 void ffi_prep_args(char *stack, extended_cif *ecif) function
437 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, ecif.rvalue,
H A Dsysv.S46 # r4: ffi_prep_args

Completed in 121 milliseconds