1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<abi-corpus version='2.4' path='data/test-read-ctf/test-array-size.o'>
<elf-variable-symbols>
<elf-symbol name='bar' size='1' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<elf-symbol name='baz' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<elf-symbol name='foo' size='2' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
</elf-variable-symbols>
<abi-instr address-size='64' language='LANG_C'>
<type-decl name='char' size-in-bits='8' hash='65b2d157027b431a' id='type-id-1'/>
<array-type-def dimensions='1' type-id='type-id-1' size-in-bits='8' hash='f7aed1c6cc6e7b3c' id='type-id-2'>
<subrange length='1' lower-bound='0' upper-bound='0' type-id='type-id-3' size-in-bits='64' is-anonymous='yes' hash='eba0a2b392137dcb' id='type-id-4'/>
</array-type-def>
<array-type-def dimensions='1' type-id='type-id-1' size-in-bits='16' hash='079f95133f6f2c28' id='type-id-5'>
<subrange length='2' lower-bound='0' upper-bound='1' type-id='type-id-3' size-in-bits='64' is-anonymous='yes' hash='95f31efc53154467' id='type-id-6'/>
</array-type-def>
<array-type-def dimensions='1' type-id='type-id-1' size-in-bits='unknown' hash='6915b710ae33e54a' id='type-id-7'>
<subrange length='unknown' lower-bound='0' upper-bound='0' type-id='type-id-3' size-in-bits='64' is-anonymous='yes' hash='eba0a2b392137dcb' id='type-id-8'/>
</array-type-def>
<type-decl name='unsigned long int' size-in-bits='64' hash='8fdc5eea2983a729' id='type-id-3'/>
<var-decl name='bar' type-id='type-id-2' mangled-name='bar' visibility='default' elf-symbol-id='bar'/>
<var-decl name='baz' type-id='type-id-7' mangled-name='baz' visibility='default' elf-symbol-id='baz'/>
<var-decl name='foo' type-id='type-id-5' mangled-name='foo' visibility='default' elf-symbol-id='foo'/>
</abi-instr>
</abi-corpus>
|