Lines Matching refs:abi
54 const int cabi = ecif->cif->abi; in ffi_prep_args()
294 if (cif->abi == FFI_MS_CDECL) in ffi_prep_cif_machdep()
330 if (cif->abi == FFI_SYSV || cif->abi == FFI_UNIX64) in ffi_prep_cif_machdep()
379 switch (cif->abi) in ffi_call()
401 ffi_call_win32(ffi_prep_args, &ecif, cif->abi, cif->bytes, cif->flags, in ffi_call()
528 const int cabi = cif->abi; in ffi_prep_incoming_args()
729 if (cif->abi == FFI_WIN64) in ffi_prep_closure_loc()
738 if (cif->abi == FFI_SYSV) in ffi_prep_closure_loc()
744 else if (cif->abi == FFI_REGISTER) in ffi_prep_closure_loc()
750 else if (cif->abi == FFI_FASTCALL) in ffi_prep_closure_loc()
756 else if (cif->abi == FFI_THISCALL) in ffi_prep_closure_loc()
762 else if (cif->abi == FFI_STDCALL || cif->abi == FFI_PASCAL) in ffi_prep_closure_loc()
769 else if (cif->abi == FFI_MS_CDECL) in ffi_prep_closure_loc()
802 if (cif->abi != FFI_SYSV in ffi_prep_raw_closure_loc()
804 && cif->abi != FFI_THISCALL in ffi_prep_raw_closure_loc()
821 if (cif->abi == FFI_SYSV) in ffi_prep_raw_closure_loc()
828 else if (cif->abi == FFI_THISCALL) in ffi_prep_raw_closure_loc()
847 const unsigned int abi = cif->abi; in ffi_prep_args_raw() local
848 const unsigned int max_regs = (abi == FFI_THISCALL) ? 1 in ffi_prep_args_raw()
849 : (abi == FFI_FASTCALL) ? 2 in ffi_prep_args_raw()
850 : (abi == FFI_REGISTER) ? 3 in ffi_prep_args_raw()
901 switch (cif->abi) in ffi_raw_call()
918 ffi_call_win32(ffi_prep_args_raw, &ecif, cif->abi, cif->bytes, cif->flags, in ffi_raw_call()