Searched refs:ts9_type (Results 1 – 2 of 2) sorted by relevance
29 ffi_type ts9_type; in main() local38 ts9_type.size = 0; in main()39 ts9_type.alignment = 0; in main()40 ts9_type.type = FFI_TYPE_STRUCT; in main()41 ts9_type.elements = ts9_type_elements; in main()46 args[0] = &ts9_type; in main()50 CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts9_type, args) == FFI_OK); in main()