1e01aa904Sopenharmony_citarpkg-0-dir1/0000775000175100017510000000000012566055412012316 5ustar dodjidodjitarpkg-0-dir1/libobj-v0.so0000775000175100017510000002136712566055412014461 0ustar dodjidodjiELF>�@�@8@ DD � 28S������ 3e01aa904Sopenharmony_ci � 4e01aa904Sopenharmony_ci `h � 5e01aa904Sopenharmony_ci� 6e01aa904Sopenharmony_ci � 7e01aa904Sopenharmony_ci �����$$P�td���Q�tdR�td� 8e01aa904Sopenharmony_ci� 9e01aa904Sopenharmony_ci � 10e01aa904Sopenharmony_ci 88GNU�1%�(�����3���,�,��� @ 11e01aa904Sopenharmony_ci�(�|��|CE���qX������ h a 8 R"u� 12e01aa904Sopenharmony_ci�0 �( �( h�__gmon_start___init_fini_ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalize_Jv_RegisterClasses_Z3barR1Slibstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endGLIBC_2.2.5�ui �� 13e01aa904Sopenharmony_ci p� 14e01aa904Sopenharmony_ci 0� 15e01aa904Sopenharmony_ci � 16e01aa904Sopenharmony_ci � � � � � H��H�e 17GCCSGNU) H��t�#H����5r 18e01aa904Sopenharmony_ci �%t 19e01aa904Sopenharmony_ci @�%r 20e01aa904Sopenharmony_ci h������%j 21e01aa904Sopenharmony_ci h�����H�h 22e01aa904Sopenharmony_ci H�=Z 23objSRed Hat UH)�H��H��w]�H� 24e01aa904Sopenharmony_ci H��t�]��@H�1 250S, � T H�=* 26e01aa904Sopenharmony_ci UH)�H��H��H��H��?H�H��u]�H�� H��t�]H����@�=� u'H�=� UH��tH�=� �]����h���]�� ��fffff.�H�=` t&H�_ H��tUH�=J H����]�W�����K���UH��H�}�]�f�H��H���;����8����`zRx�$����0FJw�?;*3$"D���� 27ASf �A�C 28e01aa904Sopenharmony_ciEp0� 29e01aa904Sopenharmony_ci ���h 30e01aa904Sopenharmony_ci�� 31e01aa904Sopenharmony_ci � 32e01aa904Sopenharmony_ci ���o�h0 33e01aa904Sopenharmony_ci� 08x� ���oX���o���o<���o� 34e01aa904Sopenharmony_ci ��GCC: (GNU) 4.8.3 20140911 (Red Hat 4.8.3-7),� 35e01aa904Sopenharmony_ci�`�� 36e01aa904Sopenharmony_ciSS[SSLZint-barQ� 37e01aa904Sopenharmony_ci�� ��h 38e01aa904Sopenharmony_ci�-%:; 39e01aa904Sopenharmony_ci:;I8.?:;<dI4$>I.?:;n@�B I 40e01aa904Sopenharmony_ci&II: � 41e01aa904Sopenharmony_ciobj-v0.cc ��/home/dodji/git/libabigail.git/abipkgdiff/tests/data/test-diff-pkg/test-dir-dir1_Z3barR1Smem0GNU C++ 4.8.3 20140911 (Red Hat 4.8.3-7) -mtune=generic -march=x86-64 -gobj-v0.cc.symtab.strtab.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.text.fini.eh_frame_hdr.eh_frame.init_array.fini_array.jcr.data.rel.ro.dynamic.got.got.plt.bss.comment.debug_aranges.debug_info.debug_abbrev.debug_line.debug_str��$.���o��<8008@hh�H���o<<U���oXX dxx�n880 42e01aa904Sopenharmony_cixhhs��0~������ ������d�� 43e01aa904Sopenharmony_ci � 44�� 45 � 46�� 47 � 48�� 49 � 50�� 51 � 52��� �(� (�( (�0(,�T0����>&0���1�p/ @!���0h<Xx8 h 53��� 54��� 55 � 56 � 57 � 58 � 59 � ( ��� 60 �.�A0W( f� 61 �p�� 62 ������@�� 63 ��� �( �� 64 � 65 # 7�= Y s"�� 66�( �0 �( � hcrtstuff.c__JCR_LIST__deregister_tm_clonesregister_tm_clones__do_global_dtors_auxcompleted.6338__do_global_dtors_aux_fini_array_entryframe_dummy__frame_dummy_init_array_entryobj-v0.cc__FRAME_END____JCR_END___GLOBAL_OFFSET_TABLE___TMC_END____dso_handle_DYNAMIC__gmon_start___Jv_RegisterClasses_fini_ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalize@@GLIBC_2.2.5_Z3barR1S__bss_start_end_edata_inittarpkg-0-dir1/obj-v0.cc0000664000175100017510000000020212566055412013714 0ustar dodjidodji// Compile with: 67// g++ -g -shared -o libobj-v0.so obj-v0.cc 68 69struct S 70{ 71 int mem0; 72 73 S() 74 : mem0() 75 {} 76}; 77 78void 79bar(S&) 80{} 81