Searched refs:abi (Results 1 – 3 of 3) sorted by relevance
168 uint16_t abi; member234 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi);
133 ffi_abi abi; member282 if (dst_type->func.abi != src_type->func.abi) { in zend_ffi_func_ptr_are_compatible()890 switch (type->func.abi) { in zend_ffi_mangled_func_name()3169 if (old->func.abi != type->func.abi in zend_ffi_same_types()4921 RETURN_LONG(type->func.abi); in ZEND_METHOD()6522 switch (dcl->abi) {6539 type->func.abi = FFI_STDCALL;6544 type->func.abi = FFI_PASCAL;6559 type->func.abi = FFI_SYSV;6583 dcl->abi = 0;[all …]
255 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`274 GUESS=$machine-${os}${release}${abi-}
Completed in 30 milliseconds