Searched refs:FFI_V9 (Results 1 – 4 of 4) sorted by relevance
44 FFI_V9, enumerator46 FFI_DEFAULT_ABI = FFI_V9,
255 if (cif->abi != FFI_V9) in ffi_prep_cif_machdep()305 if (cif->abi == FFI_V9 && cif->rtype->size > 32) in ffi_prep_cif_machdep()313 if (cif->abi != FFI_V9) in ffi_prep_cif_machdep()403 case FFI_V9: in ffi_call()440 FFI_ASSERT (cif->abi == FFI_V9); in ffi_prep_closure_loc()
117 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif()140 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif()142 && cif->abi != FFI_V9)) in ffi_prep_cif()
3076 (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from