Home | History | Annotate | Download | only in libffi.call

Lines Matching refs:cls_struct_type

63   ffi_type cls_struct_type;
72 cls_struct_type.size = 0;
73 cls_struct_type.alignment = 0;
74 cls_struct_type.type = FFI_TYPE_STRUCT;
75 cls_struct_type.elements = cls_struct_fields;
89 dbl_arg_types[0] = &cls_struct_type;
90 dbl_arg_types[1] = &cls_struct_type;
91 dbl_arg_types[2] = &cls_struct_type;
92 dbl_arg_types[3] = &cls_struct_type;
95 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type,