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