• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Functions changes summary: 0 Removed, 1 Changed, 0 Added function
2Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
3
41 function with some indirect sub-type change:
5
6  [C] 'function void foo(public_type*, a_not_private_type*)' has some indirect sub-type changes:
7    parameter 1 of type 'public_type*' has sub-type changes:
8      in pointed to type 'struct public_type':
9        type size changed from 64 to 128 (in bits)
10        1 data member insertion:
11          'unsigned int oops', at offset 0 (in bits)
12        1 data member change:
13          'private_data* priv_' offset changed from 0 to 64 (in bits) (by +64 bits)
14    parameter 2 of type 'a_not_private_type*' has sub-type changes:
15      in pointed to type 'struct a_not_private_type':
16        type size changed from 32 to 64 (in bits)
17        1 data member insertion:
18          'char j', at offset 32 (in bits)
19
20