1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<abi-corpus version='2.4'>
<elf-function-symbols>
<!-- bar(void*) -->
<elf-symbol name='_Z3barPv' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
</elf-function-symbols>
<abi-instr address-size='64' path='test.cc' comp-dir-path='/home/dodji/libabigailtests' language='LANG_C_plus_plus'>
<!-- void bar(void*) -->
<function-decl name='bar' mangled-name='_Z3barPv' filepath='/home/dodji/libabigailtests/test.cc' line='2' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z3barPv' hash='7f32ffea222edbe7'>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-1'/>
<!-- void -->
<return type-id='type-id-2'/>
</function-decl>
<!-- void -->
<type-decl name='void' id='type-id-2'/>
<!-- void* -->
<pointer-type-def type-id='type-id-2' id='type-id-1'/>
</abi-instr>
</abi-corpus>
|