Home
last modified time | relevance | path

Searched refs:FFI_SYSV (Results 1 – 25 of 44) sorted by relevance

12

/third_party/python/Modules/_ctypes/libffi_osx/include/
Dx86-ffitarget.h54 FFI_SYSV, enumerator
57 FFI_DEFAULT_ABI = FFI_SYSV,
62 FFI_SYSV, enumerator
65 FFI_DEFAULT_ABI = FFI_SYSV,
Dppc-ffitarget.h44 FFI_SYSV, enumerator
67 FFI_SYSV, enumerator
70 FFI_DEFAULT_ABI = FFI_SYSV,
/third_party/libffi/include/
Dffitarget-x86_64.h103 FFI_SYSV = 1,
114 FFI_SYSV = 1,
122 FFI_DEFAULT_ABI = FFI_SYSV
Dffitarget-arm.h43 FFI_SYSV, enumerator
49 FFI_DEFAULT_ABI = FFI_SYSV,
Dffitarget-aarch64.h47 FFI_SYSV, enumerator
49 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/x86/
Dffitarget.h103 FFI_SYSV = 1,
114 FFI_SYSV = 1,
122 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/bfin/
Dffitarget.h36 FFI_SYSV, enumerator
38 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/m68k/
Dffitarget.h41 FFI_SYSV, enumerator
43 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/sh/
Dffitarget.h43 FFI_SYSV, enumerator
45 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/microblaze/
Dffitarget.h40 FFI_SYSV, enumerator
42 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/m32r/
Dffitarget.h43 FFI_SYSV, enumerator
45 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/nios2/
Dffitarget.h38 FFI_SYSV, enumerator
40 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/xtensa/
Dffitarget.h39 FFI_SYSV, enumerator
41 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/metag/
Dffitarget.h40 FFI_SYSV, enumerator
41 FFI_DEFAULT_ABI = FFI_SYSV,
/third_party/libffi/src/sh64/
Dffitarget.h43 FFI_SYSV, enumerator
45 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/avr32/
Dffitarget.h41 FFI_SYSV, enumerator
43 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/or1k/
Dffitarget.h42 FFI_SYSV, enumerator
44 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/cris/
Dffitarget.h41 FFI_SYSV, enumerator
43 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/s390/
Dffitarget.h49 FFI_SYSV, enumerator
51 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/riscv/
Dffitarget.h48 FFI_SYSV, enumerator
54 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/arm/
Dffitarget.h43 FFI_SYSV, enumerator
49 FFI_DEFAULT_ABI = FFI_SYSV,
/third_party/libffi/src/aarch64/
Dffitarget.h47 FFI_SYSV, enumerator
49 FFI_DEFAULT_ABI = FFI_SYSV
/third_party/libffi/src/powerpc/
Dffi_sysv.c49 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()
Dffitarget.h111 FFI_SYSV = 8,
118 FFI_DEFAULT_ABI = (FFI_SYSV
/third_party/python/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi_darwin.c209 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()

12