/third_party/python/Modules/_ctypes/libffi_osx/include/ |
D | x86-ffitarget.h | 54 FFI_SYSV, enumerator 57 FFI_DEFAULT_ABI = FFI_SYSV, 62 FFI_SYSV, enumerator 65 FFI_DEFAULT_ABI = FFI_SYSV,
|
D | ppc-ffitarget.h | 44 FFI_SYSV, enumerator 67 FFI_SYSV, enumerator 70 FFI_DEFAULT_ABI = FFI_SYSV,
|
/third_party/libffi/include/ |
D | ffitarget-x86_64.h | 103 FFI_SYSV = 1, 114 FFI_SYSV = 1, 122 FFI_DEFAULT_ABI = FFI_SYSV
|
D | ffitarget-arm.h | 43 FFI_SYSV, enumerator 49 FFI_DEFAULT_ABI = FFI_SYSV,
|
D | ffitarget-aarch64.h | 47 FFI_SYSV, enumerator 49 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/x86/ |
D | ffitarget.h | 103 FFI_SYSV = 1, 114 FFI_SYSV = 1, 122 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/bfin/ |
D | ffitarget.h | 36 FFI_SYSV, enumerator 38 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/m68k/ |
D | ffitarget.h | 41 FFI_SYSV, enumerator 43 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/sh/ |
D | ffitarget.h | 43 FFI_SYSV, enumerator 45 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/microblaze/ |
D | ffitarget.h | 40 FFI_SYSV, enumerator 42 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/m32r/ |
D | ffitarget.h | 43 FFI_SYSV, enumerator 45 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/nios2/ |
D | ffitarget.h | 38 FFI_SYSV, enumerator 40 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/xtensa/ |
D | ffitarget.h | 39 FFI_SYSV, enumerator 41 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/metag/ |
D | ffitarget.h | 40 FFI_SYSV, enumerator 41 FFI_DEFAULT_ABI = FFI_SYSV,
|
/third_party/libffi/src/sh64/ |
D | ffitarget.h | 43 FFI_SYSV, enumerator 45 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/avr32/ |
D | ffitarget.h | 41 FFI_SYSV, enumerator 43 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/or1k/ |
D | ffitarget.h | 42 FFI_SYSV, enumerator 44 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/cris/ |
D | ffitarget.h | 41 FFI_SYSV, enumerator 43 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/s390/ |
D | ffitarget.h | 49 FFI_SYSV, enumerator 51 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/riscv/ |
D | ffitarget.h | 48 FFI_SYSV, enumerator 54 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/arm/ |
D | ffitarget.h | 43 FFI_SYSV, enumerator 49 FFI_DEFAULT_ABI = FFI_SYSV,
|
/third_party/libffi/src/aarch64/ |
D | ffitarget.h | 47 FFI_SYSV, enumerator 49 FFI_DEFAULT_ABI = FFI_SYSV
|
/third_party/libffi/src/powerpc/ |
D | ffi_sysv.c | 49 if ((abi & (FFI_SYSV | FFI_SYSV_LONG_DOUBLE_128)) == FFI_SYSV) in ffi_prep_types_sysv() 315 if ((cif->abi & FFI_SYSV) == 0) in ffi_prep_cif_sysv() 325 cif->abi = FFI_SYSV | FFI_SYSV_STRUCT_RET | FFI_SYSV_LONG_DOUBLE_128; in ffi_prep_cif_sysv() 329 cif->abi = FFI_SYSV | FFI_SYSV_LONG_DOUBLE_128; in ffi_prep_cif_sysv() 333 cif->abi = (FFI_SYSV | FFI_SYSV_IBM_LONG_DOUBLE in ffi_prep_cif_sysv() 338 cif->abi = (FFI_SYSV | FFI_SYSV_SOFT_FLOAT | FFI_SYSV_IBM_LONG_DOUBLE in ffi_prep_cif_sysv() 641 if (cif->abi < FFI_SYSV || cif->abi >= FFI_LAST_ABI) in ffi_prep_closure_loc_sysv()
|
D | ffitarget.h | 111 FFI_SYSV = 8, 118 FFI_DEFAULT_ABI = (FFI_SYSV
|
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
D | x86-ffi_darwin.c | 209 case FFI_SYSV: in ffi_call() 326 if (cif->abi != FFI_SYSV) in ffi_prep_closure() 353 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_raw_closure_loc() 421 case FFI_SYSV: in ffi_raw_call()
|