/external/libffi/src/m32r/ |
ffi.c | 32 /* 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/ |
ffi.c | 32 /* 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/ |
ffi.c | 38 /* 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/ |
ffi.c | 70 ffi_prep_args (char *stack, extended_cif * ecif) function 260 ffi_call_SYSV (ffi_prep_args, &ecif, cif->bytes,
|
/external/libffi/src/frv/ |
ffi.c | 34 /* 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/ |
ffi.c | 18 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/ |
ffi.c | 56 /* 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/s390/ |
ffi.c | 72 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/ |
ffi.c | 108 /* 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/mips/ |
ffi.c | 62 /* 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/powerpc/ |
ffi_darwin.c | 57 /* 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);
|