/external/libffi/testsuite/libffi.call/ |
nested_struct1.c | 11 typedef struct cls_struct_16byte1 { struct 15 } cls_struct_16byte1; typedef in typeref:struct:cls_struct_16byte1 24 cls_struct_16byte1 d; 28 cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0, 31 struct cls_struct_16byte1 b3) 58 struct cls_struct_16byte1 b0; 61 struct cls_struct_16byte1 b3; 63 b0 = *(struct cls_struct_16byte1*)(args[0]); 66 b3 = *(struct cls_struct_16byte1*)(args[3]); 107 struct cls_struct_16byte1 e_dbl = { 9.0, 2.0, 6} [all...] |
nested_struct.c | 11 typedef struct cls_struct_16byte1 { struct 15 } cls_struct_16byte1; typedef in typeref:struct:cls_struct_16byte1 24 cls_struct_16byte1 d; 28 cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0, 56 struct cls_struct_16byte1 b0; 60 b0 = *(struct cls_struct_16byte1*)(args[0]); 103 struct cls_struct_16byte1 e_dbl = { 9.0, 2.0, 6}; 148 res_dbl = ((cls_struct_combined(*)(cls_struct_16byte1,
|