1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
<abi-corpus version='2.4'>
<elf-needed>
<dependency name='libstdc++.so.6'/>
<dependency name='libm.so.6'/>
<dependency name='libgcc_s.so.1'/>
<dependency name='libc.so.6'/>
</elf-needed>
<elf-function-symbols>
<!-- S::foo() const -->
<elf-symbol name='_ZNK1S3fooEv' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- _fini -->
<elf-symbol name='_fini' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- _init -->
<elf-symbol name='_init' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
</elf-function-symbols>
<abi-instr address-size='64' path='test8-qualified-this-pointer.cc' comp-dir-path='/home/dodji/git/libabigail/master/tests/data/test-read-dwarf' language='LANG_C_plus_plus'>
<!-- int -->
<type-decl name='int' size-in-bits='32' hash='09d17c08f594edc7' id='type-id-1'/>
<!-- struct S -->
<class-decl name='S' is-struct='yes' visibility='default' size-in-bits='32' filepath='/home/dodji/git/libabigail/master/tests/data/test-read-dwarf/test8-qualified-this-pointer.cc' line='1' column='1' hash='2ba53379bb3d81ab' id='type-id-2'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- int S::i -->
<var-decl name='i' type-id='type-id-1' visibility='default' filepath='/home/dodji/git/libabigail/master/tests/data/test-read-dwarf/test8-qualified-this-pointer.cc' line='3' column='1'/>
</data-member>
<member-function access='public' const='yes'>
<!-- int S::foo() -->
<function-decl name='foo' mangled-name='_ZNK1S3fooEv' filepath='/home/dodji/git/libabigail/master/tests/data/test-read-dwarf/test8-qualified-this-pointer.cc' line='14' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK1S3fooEv' hash='388da3fa973fde78'>
<!-- implicit parameter of type 'const S*' -->
<parameter type-id='type-id-3' is-artificial='yes'/>
<!-- int -->
<return type-id='type-id-1'/>
</function-decl>
</member-function>
</class-decl>
<!-- S* -->
<pointer-type-def type-id='type-id-2' size-in-bits='64' hash='266209beb41f21aa' id='type-id-4'/>
<!-- const S -->
<qualified-type-def type-id='type-id-2' const='yes' hash='3b4935b1c09f4d24' id='type-id-5'/>
<!-- const S* -->
<pointer-type-def type-id='type-id-5' size-in-bits='64' hash='548b7da6f9ec2163' id='type-id-3'/>
<!-- const S* const -->
<qualified-type-def type-id='type-id-3' const='yes' hash='bbb1738512647812' id='type-id-6'/>
<!-- void -->
<type-decl name='void' id='type-id-7'/>
</abi-instr>
</abi-corpus>
|