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
|
<abi-corpus version='2.4'>
<elf-needed>
<dependency name='libc.so.6'/>
</elf-needed>
<elf-function-symbols>
<!-- cpy -->
<elf-symbol name='cpy' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
</elf-function-symbols>
<abi-instr address-size='64' path='test4.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/data/test-read-common' language='LANG_C99'>
<!-- char -->
<type-decl name='char' size-in-bits='8' hash='65b2d157027b431a' id='type-id-1'/>
<!-- unsigned int -->
<type-decl name='unsigned int' size-in-bits='32' hash='e66b43f97c38e87a' id='type-id-2'/>
<!-- char* -->
<pointer-type-def type-id='type-id-1' size-in-bits='64' hash='e533f42d1dd4942c' id='type-id-3'/>
<!-- char* restrict -->
<qualified-type-def type-id='type-id-3' restrict='yes' hash='566dfacc48804f50' id='type-id-4'/>
<!-- const char -->
<qualified-type-def type-id='type-id-1' const='yes' hash='3e50fd33f9bb78d9' id='type-id-5'/>
<!-- const char* -->
<pointer-type-def type-id='type-id-5' size-in-bits='64' hash='c44743f354f6a443' id='type-id-6'/>
<!-- const char* restrict -->
<qualified-type-def type-id='type-id-6' restrict='yes' hash='b7d5472019e79b5f' id='type-id-7'/>
<!-- char* cpy(char* restrict, const char* restrict, unsigned int) -->
<function-decl name='cpy' mangled-name='cpy' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cpy' hash='16fe079a43daee87'>
<!-- parameter of type 'char* restrict' -->
<parameter type-id='type-id-4' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column='1'/>
<!-- parameter of type 'const char* restrict' -->
<parameter type-id='type-id-7' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-2' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column='1'/>
<!-- char* -->
<return type-id='type-id-3'/>
</function-decl>
</abi-instr>
</abi-corpus>
|