/external/libffi/src/m68k/ |
D | sysv.S | 61 | Call ffi_prep_args 65 jsr ffi_prep_args 67 bsr.l ffi_prep_args@PLTPC
|
D | ffi.c | 18 void *ffi_prep_args (void *stack, extended_cif *ecif); 28 ffi_prep_args (void *stack, extended_cif *ecif) in ffi_prep_args() function
|
/external/libffi/src/arm/ |
D | sysv.S | 137 @ r0: ffi_prep_args 156 @ Place all of the ffi_prep_args in position 161 @ Call ffi_prep_args(stack, &ecif)
|
D | ffi.c | 35 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function 182 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, ecif.rvalue, in ffi_call()
|
/external/libffi/src/x86/ |
D | ffi.c | 41 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function 213 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, ecif.rvalue, in ffi_call() 218 ffi_call_STDCALL(ffi_prep_args, &ecif, cif->bytes, cif->flags, in ffi_call()
|
D | win32.S | 36 .globl ffi_prep_args symbol 52 # Place all of the ffi_prep_args in position 165 # Place all of the ffi_prep_args in position
|
D | sysv.S | 35 .globl ffi_prep_args symbol
|
D | freebsd.S | 36 .globl ffi_prep_args symbol
|
/external/libffi/src/m32r/ |
D | ffi.c | 35 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function 198 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, in ffi_call()
|
/external/libffi/src/frv/ |
D | ffi.c | 37 void *ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function 157 ffi_call_EABI(ffi_prep_args, &ecif, cif->bytes, in ffi_call()
|
D | eabi.S | 37 # gr8 : ffi_prep_args
|
/external/libffi/ |
D | ChangeLog.v1 | 26 (ffi_prep_args): Also handle small structures. 582 * ffi.c (ffi_prep_args): small struct support was missing. 611 (ffi_prep_args): Fixed type promotion bug. 645 * ffi.c (ffi_prep_args): Changed int z to size_t z. 667 (ffi_prep_args): Fixed n32 structure passing when structures 676 * ffi.c (ffi_prep_args): Added magic to support proper 682 (ffi_prep_args): Fixed type promotion bug. 720 * ffi.c (ffi_prep_args): Added long double support. 735 * ffi.c (ffi_prep_args): Zero out space when USING_PURIFY 742 * ffi.c (ffi_prep_args): int z is now size_t z.
|
D | ChangeLog | 107 * src/arm/ffi.c (ffi_prep_args): Align structs by at least 4 bytes. 233 (ffi_prep_args): Use unsigned long to hold pointer values. Rewrite 449 * src/m68k/ffi.c (ffi_prep_args,ffi_prep_cif_machdep): Fix 574 * src/s390/ffi.c (ffi_prep_args, ffi_prep_cif_machdep, 1009 * src/mips/ffi.c (ffi_prep_args): Code formatting. Fix 1076 * src/sh/ffi.c (ffi_prep_args): Fix sh3 argument copy, when it is 1087 (ffi_prep_args): Likewise. 1292 (ffi_prep_args): Merge into ... 1434 (ffi_prep_args): Handle longdouble arguments. 1533 * src/mips/ffi.c (ffi_prep_args): Fix alignment calculation. [all …]
|
/external/libffi/src/s390/ |
D | ffi.c | 72 static void ffi_prep_args (unsigned char *, extended_cif *); 162 ffi_prep_args (unsigned char *stack, extended_cif *ecif) in ffi_prep_args() function 525 ffi_call_SYSV (cif->bytes, &ecif, ffi_prep_args, in ffi_call()
|
D | sysv.S | 38 # 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/powerpc/ |
D | ffi_darwin.c | 83 void ffi_prep_args(extended_cif *ecif, unsigned *const stack) in ffi_prep_args() function 454 ffi_prep_args); in ffi_call() 458 ffi_prep_args); in ffi_call()
|
D | aix.S | 91 .globl ffi_prep_args symbol
|
/external/libffi/src/cris/ |
D | ffi.c | 70 ffi_prep_args (char *stack, extended_cif * ecif) in ffi_prep_args() function 260 ffi_call_SYSV (ffi_prep_args, &ecif, cif->bytes, in ffi_call()
|
/external/libffi/src/sh64/ |
D | ffi.c | 60 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function 278 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, in ffi_call()
|
D | sysv.S | 46 # r2: ffi_prep_args
|
/external/libffi/src/mips/ |
D | ffi.c | 65 static void ffi_prep_args(char *stack, in ffi_prep_args() function 525 ffi_call_O32(ffi_prep_args, &ecif, cif->bytes, in ffi_call() 544 ffi_call_N32(ffi_prep_args, &ecif, cif->bytes, in ffi_call()
|
D | n32.S | 85 # Call ffi_prep_args
|
/external/libffi/src/sh/ |
D | ffi.c | 111 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function 437 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, ecif.rvalue, in ffi_call()
|
D | sysv.S | 46 # r4: ffi_prep_args
|