Home
last modified time | relevance | path

Searched refs:FFI_V9 (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
Dffitarget.h51 FFI_V9, enumerator
54 FFI_DEFAULT_ABI = FFI_V9
Dffi.c256 if (cif->abi != FFI_V9) in ffi_prep_cif_machdep()
306 if (cif->abi == FFI_V9 && cif->rtype->size > 32) in ffi_prep_cif_machdep()
316 if (cif->abi == FFI_V9) in ffi_prep_cif_machdep()
324 if (cif->abi == FFI_V9) in ffi_prep_cif_machdep()
464 case FFI_V9: in ffi_call()
500 if (cif->abi != FFI_V9) in ffi_prep_closure_loc()
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dprep_cif.c123 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif()
143 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif()
145 && cif->abi != FFI_V9)) in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dprep_cif.c123 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif()
143 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif()
145 && cif->abi != FFI_V9)) in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi_osx/
Dffi.c168 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif()
205 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif()
207 && cif->abi != FFI_V9)) in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dprep_cif.c147 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif_core()
176 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif_core()
178 && cif->abi != FFI_V9)) in ffi_prep_cif_core()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.15833 (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from