Searched defs:ffi_prep_args (Results 1 - 11 of 11) 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 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/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,
/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/frv/
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/m68k/
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/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,
/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,
/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,
/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,
/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);

Completed in 317 milliseconds