Searched refs:ts2_type (Results 1 – 1 of 1) sorted by relevance
30 ffi_type ts2_type; in main() local32 ts2_type.size = 0; in main()33 ts2_type.alignment = 0; in main()34 ts2_type.type = FFI_TYPE_STRUCT; in main()35 ts2_type.elements = ts2_type_elements; in main()45 args[0] = &ts2_type; in main()49 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1, &ts2_type, args) == FFI_OK); in main()