Lines Matching refs:calling
16 AC_CACHE_CHECK([for fastcall calling convention], ac_cv_ffi_fastcall,
26 AC_DEFINE(HAVE_FFI_FASTCALL,1,[Whether libffi supports fastcall calling convention])
29 AC_CACHE_CHECK([for thiscall calling convention], ac_cv_ffi_thiscall,
39 AC_DEFINE(HAVE_FFI_THISCALL,1,[Whether libffi supports thiscall calling convention])
42 AC_CACHE_CHECK([for stdcall calling convention], ac_cv_ffi_stdcall,
52 AC_DEFINE(HAVE_FFI_STDCALL,1,[Whether libffi supports stdcall calling convention])
55 AC_CACHE_CHECK([for pascal calling convention], ac_cv_ffi_pascal,
65 AC_DEFINE(HAVE_FFI_PASCAL,1,[Whether libffi supports pascal calling convention])
68 AC_CACHE_CHECK([for register calling convention], ac_cv_ffi_register,
78 AC_DEFINE(HAVE_FFI_REGISTER,1,[Whether libffi supports register calling convention])
81 AC_CACHE_CHECK([for ms_cdecl calling convention], ac_cv_ffi_ms_cdecl,
91 AC_DEFINE(HAVE_FFI_MS_CDECL,1,[Whether libffi supports ms_cdecl calling convention])
94 AC_CACHE_CHECK([for sysv calling convention], ac_cv_ffi_sysv,
104 AC_DEFINE(HAVE_FFI_SYSV,1,[Whether libffi supports sysv calling convention])