Searched refs:abi (Results 1 – 4 of 4) sorted by relevance
168 uint16_t abi; member234 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi);
122 ffi_abi abi; member270 if (dst_type->func.abi != src_type->func.abi) { in zend_ffi_func_ptr_are_compatible()875 switch (type->func.abi) { in zend_ffi_mangled_func_name()3104 if (old->func.abi != type->func.abi in zend_ffi_same_types()4815 RETURN_LONG(type->func.abi); in ZEND_METHOD()6413 switch (dcl->abi) {6430 type->func.abi = FFI_STDCALL;6435 type->func.abi = FFI_PASCAL;6450 type->func.abi = FFI_SYSV;6474 dcl->abi = 0;[all …]
249 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`268 GUESS=$machine-${os}${release}${abi-}
2780 …/* See https://github.com/ARM-software/abi-aa/blob/2a70c42d62e9c3eb5887fa50b71257f20daca6f9/aaelf6…
Completed in 47 milliseconds