File: test8-qualified-this-pointer.so.abi

package info (click to toggle)
libabigail 2.2-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 881,820 kB
  • sloc: xml: 572,528; cpp: 98,056; sh: 11,779; makefile: 2,951; ansic: 2,913; python: 1,345
file content (53 lines) | stat: -rw-r--r-- 3,002 bytes parent folder | download
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
47
48
49
50
51
52
53
<abi-corpus version='2.1'>
  <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' id='type-id-1'/>
    <!-- struct S -->
    <class-decl name='S' size-in-bits='32' is-struct='yes' visibility='default' filepath='/home/dodji/git/libabigail/master/tests/data/test-read-dwarf/test8-qualified-this-pointer.cc' line='1' column='1' 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' constructor='yes'>
        <!-- S::S() -->
        <function-decl name='S' filepath='/home/dodji/git/libabigail/master/tests/data/test-read-dwarf/test8-qualified-this-pointer.cc' line='5' column='1' visibility='default' binding='global' size-in-bits='64'>
          <!-- implicit parameter of type 'S*' -->
          <parameter type-id='type-id-3' is-artificial='yes'/>
          <!-- void -->
          <return type-id='type-id-4'/>
        </function-decl>
      </member-function>
      <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='10' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK1S3fooEv'>
          <!-- implicit parameter of type 'const S*' -->
          <parameter type-id='type-id-5' 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' id='type-id-3'/>
    <!-- const S -->
    <qualified-type-def type-id='type-id-2' const='yes' id='type-id-6'/>
    <!-- const S* -->
    <pointer-type-def type-id='type-id-6' size-in-bits='64' id='type-id-5'/>
    <!-- void -->
    <type-decl name='void' id='type-id-4'/>
  </abi-instr>
</abi-corpus>