HomeSort by relevance Sort by last modified time
    Searched refs:FFI_SYSV (Results 1 - 20 of 20) sorted by null

  /external/libffi/src/arm/
ffitarget.h 36 FFI_SYSV,
37 FFI_DEFAULT_ABI = FFI_SYSV,
ffi.c 181 case FFI_SYSV:
298 FFI_ASSERT (cif->abi == FFI_SYSV);
  /external/libffi/src/cris/
ffitarget.h 36 FFI_SYSV,
37 FFI_DEFAULT_ABI = FFI_SYSV,
ffi.c 259 case FFI_SYSV:
371 FFI_ASSERT (cif->abi == FFI_SYSV);
  /external/libffi/src/m32r/
ffitarget.h 38 FFI_SYSV,
39 FFI_DEFAULT_ABI = FFI_SYSV,
ffi.c 197 case FFI_SYSV:
  /external/libffi/src/m68k/
ffitarget.h 36 FFI_SYSV,
37 FFI_DEFAULT_ABI = FFI_SYSV,
ffi.c 188 case FFI_SYSV:
258 FFI_ASSERT (cif->abi == FFI_SYSV);
  /external/libffi/src/s390/
ffitarget.h 42 FFI_SYSV,
43 FFI_DEFAULT_ABI = FFI_SYSV,
ffi.c 524 case FFI_SYSV:
753 FFI_ASSERT (cif->abi == FFI_SYSV);
  /external/libffi/src/sh/
ffitarget.h 38 FFI_SYSV,
39 FFI_DEFAULT_ABI = FFI_SYSV,
ffi.c 436 case FFI_SYSV:
  /external/libffi/src/sh64/
ffitarget.h 38 FFI_SYSV,
39 FFI_DEFAULT_ABI = FFI_SYSV,
ffi.c 276 case FFI_SYSV:
  /external/libffi/darwin-x86/
ffitarget.h 50 FFI_SYSV,
53 FFI_DEFAULT_ABI = FFI_SYSV,
58 FFI_SYSV,
61 FFI_DEFAULT_ABI = FFI_SYSV,
  /external/libffi/src/x86/
ffitarget.h 50 FFI_SYSV,
53 FFI_DEFAULT_ABI = FFI_SYSV,
58 FFI_SYSV,
61 FFI_DEFAULT_ABI = FFI_SYSV,
ffi.c 212 case FFI_SYSV:
348 if (cif->abi == FFI_SYSV)
387 if (cif->abi != FFI_SYSV) {
457 case FFI_SYSV:
  /external/libffi/src/powerpc/
ffitarget.h 45 FFI_SYSV,
78 FFI_SYSV,
81 FFI_DEFAULT_ABI = FFI_SYSV,
99 /* Needed for FFI_SYSV small structure returns. */
ffi.c 40 FLAG_RETURNS_SMST = 1 << (31-31), /* Used for FFI_SYSV small structs. */
668 if (cif->abi == FFI_SYSV)
902 case FFI_SYSV:
953 FFI_ASSERT (cif->abi == FFI_GCC_SYSV || cif->abi == FFI_SYSV);
1023 For FFI_SYSV the result is passed in r3/r4 if the struct size is less
1027 && !((cif->abi == FFI_SYSV) && (size <= 8)))
    [all...]
ppc_closure.S 208 # The return types below are only used when the ABI type is FFI_SYSV.

Completed in 131 milliseconds