Searched defs:_cffi_struct_union_s (Results 1 – 1 of 1) sorted by relevance
109 struct _cffi_struct_union_s { struct110 const char *name;111 int type_index; // -> _cffi_types, on a OP_STRUCT_UNION112 int flags; // _CFFI_F_* flags below113 size_t size;114 int alignment;115 int first_field_index; // -> _cffi_fields array116 int num_fields;