Searched refs:ts2_type (Results 1 – 2 of 2) sorted by relevance
30 ffi_type ts2_type; in main() local37 ts2_type.size = 0; in main()38 ts2_type.alignment = 0; in main()39 ts2_type.type = FFI_TYPE_STRUCT; in main()40 ts2_type.elements = ts2_type_elements; in main()45 args[0] = &ts2_type; in main()49 CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts2_type, args) == FFI_OK); in main()