xref: /aosp_15_r20/external/elfutils/tests/run-strings-test.sh (revision 7304104da70ce23c86437a01be71edd1a2d7f37e)
1*7304104dSAndroid Build Coastguard Worker#! /bin/sh
2*7304104dSAndroid Build Coastguard Worker# Copyright (C) 2005, 2006, 2008 Red Hat, Inc.
3*7304104dSAndroid Build Coastguard Worker# This file is part of elfutils.
4*7304104dSAndroid Build Coastguard Worker# Written by Ulrich Drepper <[email protected]>, 2005.
5*7304104dSAndroid Build Coastguard Worker#
6*7304104dSAndroid Build Coastguard Worker# This file is free software; you can redistribute it and/or modify
7*7304104dSAndroid Build Coastguard Worker# it under the terms of the GNU General Public License as published by
8*7304104dSAndroid Build Coastguard Worker# the Free Software Foundation; either version 3 of the License, or
9*7304104dSAndroid Build Coastguard Worker# (at your option) any later version.
10*7304104dSAndroid Build Coastguard Worker#
11*7304104dSAndroid Build Coastguard Worker# elfutils is distributed in the hope that it will be useful, but
12*7304104dSAndroid Build Coastguard Worker# WITHOUT ANY WARRANTY; without even the implied warranty of
13*7304104dSAndroid Build Coastguard Worker# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14*7304104dSAndroid Build Coastguard Worker# GNU General Public License for more details.
15*7304104dSAndroid Build Coastguard Worker#
16*7304104dSAndroid Build Coastguard Worker# You should have received a copy of the GNU General Public License
17*7304104dSAndroid Build Coastguard Worker# along with this program.  If not, see <http://www.gnu.org/licenses/>.
18*7304104dSAndroid Build Coastguard Worker
19*7304104dSAndroid Build Coastguard Worker. $srcdir/test-subr.sh
20*7304104dSAndroid Build Coastguard Worker
21*7304104dSAndroid Build Coastguard Workerfiles="testfile `seq 2 9 | while read n; do echo testfile$n; done`"
22*7304104dSAndroid Build Coastguard Workertestfiles $files
23*7304104dSAndroid Build Coastguard Worker
24*7304104dSAndroid Build Coastguard Workertestrun_compare ${abs_top_builddir}/src/strings -tx -f $files <<\EOF
25*7304104dSAndroid Build Coastguard Workertestfile:      f4 /lib/ld-linux.so.2
26*7304104dSAndroid Build Coastguard Workertestfile:     1c9 __gmon_start__
27*7304104dSAndroid Build Coastguard Workertestfile:     1d8 libc.so.6
28*7304104dSAndroid Build Coastguard Workertestfile:     1e2 __cxa_finalize
29*7304104dSAndroid Build Coastguard Workertestfile:     1f1 __deregister_frame_info
30*7304104dSAndroid Build Coastguard Workertestfile:     209 _IO_stdin_used
31*7304104dSAndroid Build Coastguard Workertestfile:     218 __libc_start_main
32*7304104dSAndroid Build Coastguard Workertestfile:     22a __register_frame_info
33*7304104dSAndroid Build Coastguard Workertestfile:     240 GLIBC_2.1.3
34*7304104dSAndroid Build Coastguard Workertestfile:     24c GLIBC_2.0
35*7304104dSAndroid Build Coastguard Workertestfile:     338 PTRh
36*7304104dSAndroid Build Coastguard Workertestfile:     345 QVh,
37*7304104dSAndroid Build Coastguard Workertestfile2:     114 /lib/ld.so.1
38*7304104dSAndroid Build Coastguard Workertestfile2:     1f1 __gmon_start__
39*7304104dSAndroid Build Coastguard Workertestfile2:     200 __deregister_frame_info
40*7304104dSAndroid Build Coastguard Workertestfile2:     218 __register_frame_info
41*7304104dSAndroid Build Coastguard Workertestfile2:     22e libc.so.6
42*7304104dSAndroid Build Coastguard Workertestfile2:     238 __cxa_finalize
43*7304104dSAndroid Build Coastguard Workertestfile2:     247 _IO_stdin_used
44*7304104dSAndroid Build Coastguard Workertestfile2:     256 __libc_start_main
45*7304104dSAndroid Build Coastguard Workertestfile2:     268 GLIBC_2.1.3
46*7304104dSAndroid Build Coastguard Workertestfile2:     274 GLIBC_2.0
47*7304104dSAndroid Build Coastguard Workertestfile2:     488 }a[xN
48*7304104dSAndroid Build Coastguard Workertestfile2:     4a8 }a[xN
49*7304104dSAndroid Build Coastguard Workertestfile2:     50c }a[xN
50*7304104dSAndroid Build Coastguard Workertestfile2:     540 }?Kx
51*7304104dSAndroid Build Coastguard Workertestfile3:      f4 /lib/ld-linux.so.2
52*7304104dSAndroid Build Coastguard Workertestfile3:     1c9 __gmon_start__
53*7304104dSAndroid Build Coastguard Workertestfile3:     1d8 libc.so.6
54*7304104dSAndroid Build Coastguard Workertestfile3:     1e2 __cxa_finalize
55*7304104dSAndroid Build Coastguard Workertestfile3:     1f1 __deregister_frame_info
56*7304104dSAndroid Build Coastguard Workertestfile3:     209 _IO_stdin_used
57*7304104dSAndroid Build Coastguard Workertestfile3:     218 __libc_start_main
58*7304104dSAndroid Build Coastguard Workertestfile3:     22a __register_frame_info
59*7304104dSAndroid Build Coastguard Workertestfile3:     240 GLIBC_2.1.3
60*7304104dSAndroid Build Coastguard Workertestfile3:     24c GLIBC_2.0
61*7304104dSAndroid Build Coastguard Workertestfile3:     338 PTRh
62*7304104dSAndroid Build Coastguard Workertestfile3:     345 QVh,
63*7304104dSAndroid Build Coastguard Workertestfile4:      f4 /lib/ld-linux.so.2
64*7304104dSAndroid Build Coastguard Workertestfile4:     8e1 __gmon_start__
65*7304104dSAndroid Build Coastguard Workertestfile4:     8f0 __terminate_func
66*7304104dSAndroid Build Coastguard Workertestfile4:     901 stderr
67*7304104dSAndroid Build Coastguard Workertestfile4:     908 __tf9type_info
68*7304104dSAndroid Build Coastguard Workertestfile4:     917 __tf16__user_type_info
69*7304104dSAndroid Build Coastguard Workertestfile4:     92e __tf19__pointer_type_info
70*7304104dSAndroid Build Coastguard Workertestfile4:     948 __tf16__attr_type_info
71*7304104dSAndroid Build Coastguard Workertestfile4:     95f __tf16__func_type_info
72*7304104dSAndroid Build Coastguard Workertestfile4:     976 __vt_9type_info
73*7304104dSAndroid Build Coastguard Workertestfile4:     986 __vt_19__pointer_type_info
74*7304104dSAndroid Build Coastguard Workertestfile4:     9a1 __vt_16__attr_type_info
75*7304104dSAndroid Build Coastguard Workertestfile4:     9b9 __vt_16__func_type_info
76*7304104dSAndroid Build Coastguard Workertestfile4:     9d1 __vt_16__ptmf_type_info
77*7304104dSAndroid Build Coastguard Workertestfile4:     9e9 __vt_16__ptmd_type_info
78*7304104dSAndroid Build Coastguard Workertestfile4:     a01 __vt_17__array_type_info
79*7304104dSAndroid Build Coastguard Workertestfile4:     a1a __tiv
80*7304104dSAndroid Build Coastguard Workertestfile4:     a20 __vt_19__builtin_type_info
81*7304104dSAndroid Build Coastguard Workertestfile4:     a3b __tix
82*7304104dSAndroid Build Coastguard Workertestfile4:     a41 __til
83*7304104dSAndroid Build Coastguard Workertestfile4:     a47 __tii
84*7304104dSAndroid Build Coastguard Workertestfile4:     a4d __tis
85*7304104dSAndroid Build Coastguard Workertestfile4:     a53 __tib
86*7304104dSAndroid Build Coastguard Workertestfile4:     a59 __tic
87*7304104dSAndroid Build Coastguard Workertestfile4:     a5f __tiw
88*7304104dSAndroid Build Coastguard Workertestfile4:     a65 __tir
89*7304104dSAndroid Build Coastguard Workertestfile4:     a6b __tid
90*7304104dSAndroid Build Coastguard Workertestfile4:     a71 __tif
91*7304104dSAndroid Build Coastguard Workertestfile4:     a77 __tiUi
92*7304104dSAndroid Build Coastguard Workertestfile4:     a7e __tiUl
93*7304104dSAndroid Build Coastguard Workertestfile4:     a85 __tiUx
94*7304104dSAndroid Build Coastguard Workertestfile4:     a8c __tiUs
95*7304104dSAndroid Build Coastguard Workertestfile4:     a93 __tiUc
96*7304104dSAndroid Build Coastguard Workertestfile4:     a9a __tiSc
97*7304104dSAndroid Build Coastguard Workertestfile4:     aa1 __ti19__pointer_type_info
98*7304104dSAndroid Build Coastguard Workertestfile4:     abb __ti9type_info
99*7304104dSAndroid Build Coastguard Workertestfile4:     aca __ti16__attr_type_info
100*7304104dSAndroid Build Coastguard Workertestfile4:     ae1 __ti19__builtin_type_info
101*7304104dSAndroid Build Coastguard Workertestfile4:     afb __ti16__func_type_info
102*7304104dSAndroid Build Coastguard Workertestfile4:     b12 __ti16__ptmf_type_info
103*7304104dSAndroid Build Coastguard Workertestfile4:     b29 __ti16__ptmd_type_info
104*7304104dSAndroid Build Coastguard Workertestfile4:     b40 __ti17__array_type_info
105*7304104dSAndroid Build Coastguard Workertestfile4:     b58 __cplus_type_matcher
106*7304104dSAndroid Build Coastguard Workertestfile4:     b6d __vt_13bad_exception
107*7304104dSAndroid Build Coastguard Workertestfile4:     b82 __vt_9exception
108*7304104dSAndroid Build Coastguard Workertestfile4:     b92 _._13bad_exception
109*7304104dSAndroid Build Coastguard Workertestfile4:     ba5 __vt_8bad_cast
110*7304104dSAndroid Build Coastguard Workertestfile4:     bb4 _._8bad_cast
111*7304104dSAndroid Build Coastguard Workertestfile4:     bc1 __vt_10bad_typeid
112*7304104dSAndroid Build Coastguard Workertestfile4:     bd3 _._10bad_typeid
113*7304104dSAndroid Build Coastguard Workertestfile4:     be3 __ti9exception
114*7304104dSAndroid Build Coastguard Workertestfile4:     bf2 __ti13bad_exception
115*7304104dSAndroid Build Coastguard Workertestfile4:     c06 __vt_16__user_type_info
116*7304104dSAndroid Build Coastguard Workertestfile4:     c1e __vt_17__class_type_info
117*7304104dSAndroid Build Coastguard Workertestfile4:     c37 __vt_14__si_type_info
118*7304104dSAndroid Build Coastguard Workertestfile4:     c4d __ti8bad_cast
119*7304104dSAndroid Build Coastguard Workertestfile4:     c5b __ti10bad_typeid
120*7304104dSAndroid Build Coastguard Workertestfile4:     c6c __ti16__user_type_info
121*7304104dSAndroid Build Coastguard Workertestfile4:     c83 __ti14__si_type_info
122*7304104dSAndroid Build Coastguard Workertestfile4:     c98 __ti17__class_type_info
123*7304104dSAndroid Build Coastguard Workertestfile4:     cb0 libc.so.6
124*7304104dSAndroid Build Coastguard Workertestfile4:     cba __register_frame
125*7304104dSAndroid Build Coastguard Workertestfile4:     ccb pthread_create
126*7304104dSAndroid Build Coastguard Workertestfile4:     cda pthread_getspecific
127*7304104dSAndroid Build Coastguard Workertestfile4:     cee pthread_key_delete
128*7304104dSAndroid Build Coastguard Workertestfile4:     d01 __cxa_finalize
129*7304104dSAndroid Build Coastguard Workertestfile4:     d10 malloc
130*7304104dSAndroid Build Coastguard Workertestfile4:     d17 __frame_state_for
131*7304104dSAndroid Build Coastguard Workertestfile4:     d29 abort
132*7304104dSAndroid Build Coastguard Workertestfile4:     d2f __register_frame_table
133*7304104dSAndroid Build Coastguard Workertestfile4:     d46 fprintf
134*7304104dSAndroid Build Coastguard Workertestfile4:     d4e pthread_once
135*7304104dSAndroid Build Coastguard Workertestfile4:     d5b __deregister_frame_info
136*7304104dSAndroid Build Coastguard Workertestfile4:     d73 pthread_key_create
137*7304104dSAndroid Build Coastguard Workertestfile4:     d86 memset
138*7304104dSAndroid Build Coastguard Workertestfile4:     d8d strcmp
139*7304104dSAndroid Build Coastguard Workertestfile4:     d94 pthread_mutex_unlock
140*7304104dSAndroid Build Coastguard Workertestfile4:     da9 __deregister_frame
141*7304104dSAndroid Build Coastguard Workertestfile4:     dbc pthread_mutex_lock
142*7304104dSAndroid Build Coastguard Workertestfile4:     dcf _IO_stdin_used
143*7304104dSAndroid Build Coastguard Workertestfile4:     dde __libc_start_main
144*7304104dSAndroid Build Coastguard Workertestfile4:     df0 strlen
145*7304104dSAndroid Build Coastguard Workertestfile4:     df7 __register_frame_info_table
146*7304104dSAndroid Build Coastguard Workertestfile4:     e13 __register_frame_info
147*7304104dSAndroid Build Coastguard Workertestfile4:     e29 pthread_setspecific
148*7304104dSAndroid Build Coastguard Workertestfile4:     e3d free
149*7304104dSAndroid Build Coastguard Workertestfile4:     e42 GLIBC_2.1.3
150*7304104dSAndroid Build Coastguard Workertestfile4:     e4e GLIBC_2.0
151*7304104dSAndroid Build Coastguard Workertestfile4:    1308 PTRh<
152*7304104dSAndroid Build Coastguard Workertestfile4:    194b [^_]
153*7304104dSAndroid Build Coastguard Workertestfile4:    19bf [^_]
154*7304104dSAndroid Build Coastguard Workertestfile4:    1dd9 wT9L>
155*7304104dSAndroid Build Coastguard Workertestfile4:    1f3b [^_]
156*7304104dSAndroid Build Coastguard Workertestfile4:    1fae [^_]
157*7304104dSAndroid Build Coastguard Workertestfile4:    21c1 BZQRP
158*7304104dSAndroid Build Coastguard Workertestfile4:    237f [^_]
159*7304104dSAndroid Build Coastguard Workertestfile4:    2431 JWRV
160*7304104dSAndroid Build Coastguard Workertestfile4:    2454 [^_]
161*7304104dSAndroid Build Coastguard Workertestfile4:    2506 JWRV
162*7304104dSAndroid Build Coastguard Workertestfile4:    2529 [^_]
163*7304104dSAndroid Build Coastguard Workertestfile4:    2b6c [^_]
164*7304104dSAndroid Build Coastguard Workertestfile4:    2b9d ZYPV
165*7304104dSAndroid Build Coastguard Workertestfile4:    2c28 [^_]
166*7304104dSAndroid Build Coastguard Workertestfile4:    2c4d ZYPV
167*7304104dSAndroid Build Coastguard Workertestfile4:    2ce2 [^_]
168*7304104dSAndroid Build Coastguard Workertestfile4:    2dfb X^_]
169*7304104dSAndroid Build Coastguard Workertestfile4:    2fc8 [^_]
170*7304104dSAndroid Build Coastguard Workertestfile4:    307d tq;F
171*7304104dSAndroid Build Coastguard Workertestfile4:    315a [^_]
172*7304104dSAndroid Build Coastguard Workertestfile4:    31a5 :zt	1
173*7304104dSAndroid Build Coastguard Workertestfile4:    3238 [^_]
174*7304104dSAndroid Build Coastguard Workertestfile4:    32f8 AXY_VR
175*7304104dSAndroid Build Coastguard Workertestfile4:    334a [^_]
176*7304104dSAndroid Build Coastguard Workertestfile4:    37ab [^_]
177*7304104dSAndroid Build Coastguard Workertestfile4:    38b8 sU;E
178*7304104dSAndroid Build Coastguard Workertestfile4:    38f2 QRPV
179*7304104dSAndroid Build Coastguard Workertestfile4:    3926 [^_]
180*7304104dSAndroid Build Coastguard Workertestfile4:    3bfe QRWP
181*7304104dSAndroid Build Coastguard Workertestfile4:    3e65 [^_]
182*7304104dSAndroid Build Coastguard Workertestfile4:    4136 [^_]
183*7304104dSAndroid Build Coastguard Workertestfile4:    472d [^_]
184*7304104dSAndroid Build Coastguard Workertestfile4:    47a5 0[^_]
185*7304104dSAndroid Build Coastguard Workertestfile4:    48ab [^_]
186*7304104dSAndroid Build Coastguard Workertestfile4:    4ab1 _ZPV
187*7304104dSAndroid Build Coastguard Workertestfile4:    4b53 _ZPV
188*7304104dSAndroid Build Coastguard Workertestfile4:    4bd3 _ZPV
189*7304104dSAndroid Build Coastguard Workertestfile4:    4e05 PQWj
190*7304104dSAndroid Build Coastguard Workertestfile4:    4f75 [^_]
191*7304104dSAndroid Build Coastguard Workertestfile4:    4f9b u$;E u
192*7304104dSAndroid Build Coastguard Workertestfile4:    4feb [^_]
193*7304104dSAndroid Build Coastguard Workertestfile4:    5080 [^_]
194*7304104dSAndroid Build Coastguard Workertestfile4:    50a8 }$9u
195*7304104dSAndroid Build Coastguard Workertestfile4:    5149 [^_]
196*7304104dSAndroid Build Coastguard Workertestfile4:    51b0 [^_]
197*7304104dSAndroid Build Coastguard Workertestfile4:    539b [^_]
198*7304104dSAndroid Build Coastguard Workertestfile4:    53b5 E 9E
199*7304104dSAndroid Build Coastguard Workertestfile4:    540d x!)E
200*7304104dSAndroid Build Coastguard Workertestfile4:    5598 U$	B
201*7304104dSAndroid Build Coastguard Workertestfile4:    571c [^_]
202*7304104dSAndroid Build Coastguard Workertestfile4:    5819 [^_]
203*7304104dSAndroid Build Coastguard Workertestfile4:    5922 [^_]
204*7304104dSAndroid Build Coastguard Workertestfile4:    59c2 [^_]
205*7304104dSAndroid Build Coastguard Workertestfile4:    5a62 [^_]
206*7304104dSAndroid Build Coastguard Workertestfile4:    5b02 [^_]
207*7304104dSAndroid Build Coastguard Workertestfile4:    5ba2 [^_]
208*7304104dSAndroid Build Coastguard Workertestfile4:    5c42 [^_]
209*7304104dSAndroid Build Coastguard Workertestfile4:    5ce2 [^_]
210*7304104dSAndroid Build Coastguard Workertestfile4:    6112 [^_]
211*7304104dSAndroid Build Coastguard Workertestfile4:    62bb [^_]
212*7304104dSAndroid Build Coastguard Workertestfile4:    639b [^_]
213*7304104dSAndroid Build Coastguard Workertestfile4:    6436 [^_]
214*7304104dSAndroid Build Coastguard Workertestfile4:    6468 val is zero
215*7304104dSAndroid Build Coastguard Workertestfile4:    6480 Internal Compiler Bug: No runtime type matcher.
216*7304104dSAndroid Build Coastguard Workertestfile4:    64dc 19__pointer_type_info
217*7304104dSAndroid Build Coastguard Workertestfile4:    64f2 16__attr_type_info
218*7304104dSAndroid Build Coastguard Workertestfile4:    6505 19__builtin_type_info
219*7304104dSAndroid Build Coastguard Workertestfile4:    651b 16__func_type_info
220*7304104dSAndroid Build Coastguard Workertestfile4:    652e 16__ptmf_type_info
221*7304104dSAndroid Build Coastguard Workertestfile4:    6541 16__ptmd_type_info
222*7304104dSAndroid Build Coastguard Workertestfile4:    6554 17__array_type_info
223*7304104dSAndroid Build Coastguard Workertestfile4:    6568 9exception
224*7304104dSAndroid Build Coastguard Workertestfile4:    6573 13bad_exception
225*7304104dSAndroid Build Coastguard Workertestfile4:    6583 9type_info
226*7304104dSAndroid Build Coastguard Workertestfile4:    658e 8bad_cast
227*7304104dSAndroid Build Coastguard Workertestfile4:    6598 10bad_typeid
228*7304104dSAndroid Build Coastguard Workertestfile4:    65a5 16__user_type_info
229*7304104dSAndroid Build Coastguard Workertestfile4:    65b8 14__si_type_info
230*7304104dSAndroid Build Coastguard Workertestfile4:    65c9 17__class_type_info
231*7304104dSAndroid Build Coastguard Workertestfile4:    6fc1 H. $
232*7304104dSAndroid Build Coastguard Workertestfile5:      f4 /lib/ld-linux.so.2
233*7304104dSAndroid Build Coastguard Workertestfile5:     1c9 __gmon_start__
234*7304104dSAndroid Build Coastguard Workertestfile5:     1d8 libc.so.6
235*7304104dSAndroid Build Coastguard Workertestfile5:     1e2 __cxa_finalize
236*7304104dSAndroid Build Coastguard Workertestfile5:     1f1 __deregister_frame_info
237*7304104dSAndroid Build Coastguard Workertestfile5:     209 _IO_stdin_used
238*7304104dSAndroid Build Coastguard Workertestfile5:     218 __libc_start_main
239*7304104dSAndroid Build Coastguard Workertestfile5:     22a __register_frame_info
240*7304104dSAndroid Build Coastguard Workertestfile5:     240 GLIBC_2.1.3
241*7304104dSAndroid Build Coastguard Workertestfile5:     24c GLIBC_2.0
242*7304104dSAndroid Build Coastguard Workertestfile5:     338 PTRh
243*7304104dSAndroid Build Coastguard Workertestfile5:     345 QVhD
244*7304104dSAndroid Build Coastguard Workertestfile6:     114 /lib/ld-linux.so.2
245*7304104dSAndroid Build Coastguard Workertestfile6:     3d9 libstdc++.so.5
246*7304104dSAndroid Build Coastguard Workertestfile6:     3e8 _ZTVSt16invalid_argument
247*7304104dSAndroid Build Coastguard Workertestfile6:     401 _ZNSaIcEC1Ev
248*7304104dSAndroid Build Coastguard Workertestfile6:     40e _ZTSSt16invalid_argument
249*7304104dSAndroid Build Coastguard Workertestfile6:     427 _ZTVN10__cxxabiv120__si_class_type_infoE
250*7304104dSAndroid Build Coastguard Workertestfile6:     450 _ZNSsD1Ev
251*7304104dSAndroid Build Coastguard Workertestfile6:     45a _ZdlPv
252*7304104dSAndroid Build Coastguard Workertestfile6:     461 __cxa_end_catch
253*7304104dSAndroid Build Coastguard Workertestfile6:     471 __gxx_personality_v0
254*7304104dSAndroid Build Coastguard Workertestfile6:     486 _ZTISt9exception
255*7304104dSAndroid Build Coastguard Workertestfile6:     497 _ZNSaIcED1Ev
256*7304104dSAndroid Build Coastguard Workertestfile6:     4a4 _ZTISt11logic_error
257*7304104dSAndroid Build Coastguard Workertestfile6:     4b8 _ZNSt16invalid_argumentD1Ev
258*7304104dSAndroid Build Coastguard Workertestfile6:     4d4 _ZTVN10__cxxabiv117__class_type_infoE
259*7304104dSAndroid Build Coastguard Workertestfile6:     4fa __cxa_throw
260*7304104dSAndroid Build Coastguard Workertestfile6:     506 _ZNSt16invalid_argumentC1ERKSs
261*7304104dSAndroid Build Coastguard Workertestfile6:     525 _ZNSsC1EPKcRKSaIcE
262*7304104dSAndroid Build Coastguard Workertestfile6:     538 _ZNSt11logic_errorD2Ev
263*7304104dSAndroid Build Coastguard Workertestfile6:     54f _ZTVN10__cxxabiv121__vmi_class_type_infoE
264*7304104dSAndroid Build Coastguard Workertestfile6:     579 _ZNSt16invalid_argumentD0Ev
265*7304104dSAndroid Build Coastguard Workertestfile6:     595 __cxa_begin_catch
266*7304104dSAndroid Build Coastguard Workertestfile6:     5a7 __cxa_allocate_exception
267*7304104dSAndroid Build Coastguard Workertestfile6:     5c0 _ZNKSt11logic_error4whatEv
268*7304104dSAndroid Build Coastguard Workertestfile6:     5db _Jv_RegisterClasses
269*7304104dSAndroid Build Coastguard Workertestfile6:     5ef _ZTISt16invalid_argument
270*7304104dSAndroid Build Coastguard Workertestfile6:     608 __gmon_start__
271*7304104dSAndroid Build Coastguard Workertestfile6:     617 libm.so.6
272*7304104dSAndroid Build Coastguard Workertestfile6:     621 _IO_stdin_used
273*7304104dSAndroid Build Coastguard Workertestfile6:     630 libgcc_s.so.1
274*7304104dSAndroid Build Coastguard Workertestfile6:     63e _Unwind_Resume
275*7304104dSAndroid Build Coastguard Workertestfile6:     64d libc.so.6
276*7304104dSAndroid Build Coastguard Workertestfile6:     657 __libc_start_main
277*7304104dSAndroid Build Coastguard Workertestfile6:     669 GCC_3.0
278*7304104dSAndroid Build Coastguard Workertestfile6:     671 GLIBC_2.0
279*7304104dSAndroid Build Coastguard Workertestfile6:     67b GLIBCPP_3.2
280*7304104dSAndroid Build Coastguard Workertestfile6:     687 CXXABI_1.2
281*7304104dSAndroid Build Coastguard Workertestfile6:     908 PTRh
282*7304104dSAndroid Build Coastguard Workertestfile6:     e48 gdb.1
283*7304104dSAndroid Build Coastguard Workertestfile6:     ec8 N10__gnu_test9gnu_obj_1E
284*7304104dSAndroid Build Coastguard Workertestfile6:     ee1 N10__gnu_test9gnu_obj_2IiEE
285*7304104dSAndroid Build Coastguard Workertestfile6:     efd N10__gnu_test9gnu_obj_2IlEE
286*7304104dSAndroid Build Coastguard Workertestfile6:     f19 St16invalid_argument
287*7304104dSAndroid Build Coastguard Workertestfile7:     114 /lib/ld-linux.so.2
288*7304104dSAndroid Build Coastguard Workertestfile7:     3d9 libstdc++.so.5
289*7304104dSAndroid Build Coastguard Workertestfile7:     3e8 _ZTVSt16invalid_argument
290*7304104dSAndroid Build Coastguard Workertestfile7:     401 _ZNSaIcEC1Ev
291*7304104dSAndroid Build Coastguard Workertestfile7:     40e _ZTSSt16invalid_argument
292*7304104dSAndroid Build Coastguard Workertestfile7:     427 _ZTVN10__cxxabiv120__si_class_type_infoE
293*7304104dSAndroid Build Coastguard Workertestfile7:     450 _ZNSsD1Ev
294*7304104dSAndroid Build Coastguard Workertestfile7:     45a _ZdlPv
295*7304104dSAndroid Build Coastguard Workertestfile7:     461 __cxa_end_catch
296*7304104dSAndroid Build Coastguard Workertestfile7:     471 __gxx_personality_v0
297*7304104dSAndroid Build Coastguard Workertestfile7:     486 _ZTISt9exception
298*7304104dSAndroid Build Coastguard Workertestfile7:     497 _ZNSaIcED1Ev
299*7304104dSAndroid Build Coastguard Workertestfile7:     4a4 _ZTISt11logic_error
300*7304104dSAndroid Build Coastguard Workertestfile7:     4b8 _ZNSt16invalid_argumentD1Ev
301*7304104dSAndroid Build Coastguard Workertestfile7:     4d4 _ZTVN10__cxxabiv117__class_type_infoE
302*7304104dSAndroid Build Coastguard Workertestfile7:     4fa __cxa_throw
303*7304104dSAndroid Build Coastguard Workertestfile7:     506 _ZNSt16invalid_argumentC1ERKSs
304*7304104dSAndroid Build Coastguard Workertestfile7:     525 _ZNSsC1EPKcRKSaIcE
305*7304104dSAndroid Build Coastguard Workertestfile7:     538 _ZNSt11logic_errorD2Ev
306*7304104dSAndroid Build Coastguard Workertestfile7:     54f _ZTVN10__cxxabiv121__vmi_class_type_infoE
307*7304104dSAndroid Build Coastguard Workertestfile7:     579 _ZNSt16invalid_argumentD0Ev
308*7304104dSAndroid Build Coastguard Workertestfile7:     595 __cxa_begin_catch
309*7304104dSAndroid Build Coastguard Workertestfile7:     5a7 __cxa_allocate_exception
310*7304104dSAndroid Build Coastguard Workertestfile7:     5c0 _ZNKSt11logic_error4whatEv
311*7304104dSAndroid Build Coastguard Workertestfile7:     5db _Jv_RegisterClasses
312*7304104dSAndroid Build Coastguard Workertestfile7:     5ef _ZTISt16invalid_argument
313*7304104dSAndroid Build Coastguard Workertestfile7:     608 __gmon_start__
314*7304104dSAndroid Build Coastguard Workertestfile7:     617 libm.so.6
315*7304104dSAndroid Build Coastguard Workertestfile7:     621 _IO_stdin_used
316*7304104dSAndroid Build Coastguard Workertestfile7:     630 libgcc_s.so.1
317*7304104dSAndroid Build Coastguard Workertestfile7:     63e _Unwind_Resume
318*7304104dSAndroid Build Coastguard Workertestfile7:     64d libc.so.6
319*7304104dSAndroid Build Coastguard Workertestfile7:     657 __libc_start_main
320*7304104dSAndroid Build Coastguard Workertestfile7:     669 GCC_3.0
321*7304104dSAndroid Build Coastguard Workertestfile7:     671 GLIBC_2.0
322*7304104dSAndroid Build Coastguard Workertestfile7:     67b GLIBCPP_3.2
323*7304104dSAndroid Build Coastguard Workertestfile7:     687 CXXABI_1.2
324*7304104dSAndroid Build Coastguard Workertestfile7:     908 PTRh
325*7304104dSAndroid Build Coastguard Workertestfile7:     e48 gdb.1
326*7304104dSAndroid Build Coastguard Workertestfile7:     ec8 N10__gnu_test9gnu_obj_1E
327*7304104dSAndroid Build Coastguard Workertestfile7:     ee1 N10__gnu_test9gnu_obj_2IiEE
328*7304104dSAndroid Build Coastguard Workertestfile7:     efd N10__gnu_test9gnu_obj_2IlEE
329*7304104dSAndroid Build Coastguard Workertestfile7:     f19 St16invalid_argument
330*7304104dSAndroid Build Coastguard Workertestfile8:      79 XZh;
331*7304104dSAndroid Build Coastguard Workertestfile8:      87 YXh<
332*7304104dSAndroid Build Coastguard Workertestfile8:     14f SQh[
333*7304104dSAndroid Build Coastguard Workertestfile8:     259 t5Wj
334*7304104dSAndroid Build Coastguard Workertestfile8:     502 WRVQ
335*7304104dSAndroid Build Coastguard Workertestfile8:    1fe7 ZYPj
336*7304104dSAndroid Build Coastguard Workertestfile8:    2115 u'Pj
337*7304104dSAndroid Build Coastguard Workertestfile8:    7bba FILE
338*7304104dSAndroid Build Coastguard Workertestfile8:    7bbf preserve-dates
339*7304104dSAndroid Build Coastguard Workertestfile8:    7bce remove-comment
340*7304104dSAndroid Build Coastguard Workertestfile8:    7bdd Remove .comment section
341*7304104dSAndroid Build Coastguard Workertestfile8:    7bf6 ${prefix}/share
342*7304104dSAndroid Build Coastguard Workertestfile8:    7c06 elfutils
343*7304104dSAndroid Build Coastguard Workertestfile8:    7c0f a.out
344*7304104dSAndroid Build Coastguard Workertestfile8:    7c15 0.58
345*7304104dSAndroid Build Coastguard Workertestfile8:    7c1a strip (Red Hat %s) %s
346*7304104dSAndroid Build Coastguard Workertestfile8:    7c31 2002
347*7304104dSAndroid Build Coastguard Workertestfile8:    7c36 Ulrich Drepper
348*7304104dSAndroid Build Coastguard Workertestfile8:    7c45 Written by %s.
349*7304104dSAndroid Build Coastguard Workertestfile8:    7c55 cannot stat input file "%s"
350*7304104dSAndroid Build Coastguard Workertestfile8:    7c71 %s: INTERNAL ERROR: %s
351*7304104dSAndroid Build Coastguard Workertestfile8:    7c88 while opening "%s"
352*7304104dSAndroid Build Coastguard Workertestfile8:    7c9b handle_elf
353*7304104dSAndroid Build Coastguard Workertestfile8:    7ca6 ../../src/strip.c
354*7304104dSAndroid Build Coastguard Workertestfile8:    7cb8 shdr_info[cnt].group_idx != 0
355*7304104dSAndroid Build Coastguard Workertestfile8:    7cd6 illformed file `%s'
356*7304104dSAndroid Build Coastguard Workertestfile8:    7cea elf_ndxscn (scn) == cnt
357*7304104dSAndroid Build Coastguard Workertestfile8:    7d02 .shstrtab
358*7304104dSAndroid Build Coastguard Workertestfile8:    7d0c while writing `%s': %s
359*7304104dSAndroid Build Coastguard Workertestfile8:    7d23 ((sym->st_info) & 0xf) == 3
360*7304104dSAndroid Build Coastguard Workertestfile8:    7d3f shndxdata != ((void *)0)
361*7304104dSAndroid Build Coastguard Workertestfile8:    7d58 scn != ((void *)0)
362*7304104dSAndroid Build Coastguard Workertestfile8:    7d6b .gnu_debuglink
363*7304104dSAndroid Build Coastguard Workertestfile8:    7d7a .comment
364*7304104dSAndroid Build Coastguard Workertestfile8:    7d83 cannot open `%s'
365*7304104dSAndroid Build Coastguard Workertestfile8:    7da0 Place stripped output into FILE
366*7304104dSAndroid Build Coastguard Workertestfile8:    7dc0 Extract the removed sections into FILE
367*7304104dSAndroid Build Coastguard Workertestfile8:    7e00 Copy modified/access timestamps to the output
368*7304104dSAndroid Build Coastguard Workertestfile8:    7e40 Only one input file allowed together with '-o' and '-f'
369*7304104dSAndroid Build Coastguard Workertestfile8:    7e80 Copyright (C) %s Red Hat, Inc.
370*7304104dSAndroid Build Coastguard Workertestfile8:    7e9f This is free software; see the source for copying conditions.  There is NO
371*7304104dSAndroid Build Coastguard Workertestfile8:    7eea warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
372*7304104dSAndroid Build Coastguard Workertestfile8:    7f40 Report bugs to <drepper@redhat.com>.
373*7304104dSAndroid Build Coastguard Workertestfile8:    7f80 %s: File format not recognized
374*7304104dSAndroid Build Coastguard Workertestfile8:    7fa0 cannot set access and modification date of "%s"
375*7304104dSAndroid Build Coastguard Workertestfile8:    7fe0 cannot create new file `%s': %s
376*7304104dSAndroid Build Coastguard Workertestfile8:    8000 error while finishing `%s': %s
377*7304104dSAndroid Build Coastguard Workertestfile8:    8020 shdr_info[shdr_info[cnt].shdr.sh_link].version_idx == 0
378*7304104dSAndroid Build Coastguard Workertestfile8:    8060 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0
379*7304104dSAndroid Build Coastguard Workertestfile8:    80a0 %s: error while creating ELF header: %s
380*7304104dSAndroid Build Coastguard Workertestfile8:    80e0 %s: error while reading the file: %s
381*7304104dSAndroid Build Coastguard Workertestfile8:    8120 sec < 0xff00 || shndxdata != ((void *)0)
382*7304104dSAndroid Build Coastguard Workertestfile8:    8160 (versiondata->d_size / sizeof (GElf_Versym)) >= shdr_info[cnt].data->d_size / elsize
383*7304104dSAndroid Build Coastguard Workertestfile8:    81c0 shdr_info[cnt].shdr.sh_type == 11
384*7304104dSAndroid Build Coastguard Workertestfile8:    8200 (versiondata->d_size / sizeof (Elf32_Word)) >= shdr_info[cnt].data->d_size / elsize
385*7304104dSAndroid Build Coastguard Workertestfile8:    8260 shdr_info[cnt].shdr.sh_type == 18
386*7304104dSAndroid Build Coastguard Workertestfile8:    82a0 shdr_info[cnt].data != ((void *)0)
387*7304104dSAndroid Build Coastguard Workertestfile8:    82e0 elf_ndxscn (shdr_info[cnt].newscn) == idx
388*7304104dSAndroid Build Coastguard Workertestfile8:    8320 while create section header section: %s
389*7304104dSAndroid Build Coastguard Workertestfile8:    8360 cannot allocate section data: %s
390*7304104dSAndroid Build Coastguard Workertestfile8:    83a0 elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx
391*7304104dSAndroid Build Coastguard Workertestfile8:    83e0 while generating output file: %s
392*7304104dSAndroid Build Coastguard Workertestfile8:    8420 while preparing output for `%s'
393*7304104dSAndroid Build Coastguard Workertestfile8:    8440 shdr_info[cnt].shdr.sh_type == 2
394*7304104dSAndroid Build Coastguard Workertestfile8:    8480 shdr_info[idx].data != ((void *)0)
395*7304104dSAndroid Build Coastguard Workertestfile8:    84c0 cannot determine number of sections: %s
396*7304104dSAndroid Build Coastguard Workertestfile8:    8500 cannot get section header string table index
397*7304104dSAndroid Build Coastguard Workertestfile8:    85c0 Discard symbols from object files.
398*7304104dSAndroid Build Coastguard Workertestfile8:    85e3 [FILE...]
399*7304104dSAndroid Build Coastguard Workertestfile9:      79 XZh;
400*7304104dSAndroid Build Coastguard Workertestfile9:      87 YXh<
401*7304104dSAndroid Build Coastguard Workertestfile9:     14f SQh[
402*7304104dSAndroid Build Coastguard Workertestfile9:     259 t5Wj
403*7304104dSAndroid Build Coastguard Workertestfile9:     502 WRVQ
404*7304104dSAndroid Build Coastguard Workertestfile9:    1fe7 ZYPj
405*7304104dSAndroid Build Coastguard Workertestfile9:    2115 u'Pj
406*7304104dSAndroid Build Coastguard Workertestfile9:    3414 FILE
407*7304104dSAndroid Build Coastguard Workertestfile9:    3419 preserve-dates
408*7304104dSAndroid Build Coastguard Workertestfile9:    3428 remove-comment
409*7304104dSAndroid Build Coastguard Workertestfile9:    3437 Remove .comment section
410*7304104dSAndroid Build Coastguard Workertestfile9:    3450 ${prefix}/share
411*7304104dSAndroid Build Coastguard Workertestfile9:    3460 elfutils
412*7304104dSAndroid Build Coastguard Workertestfile9:    3469 a.out
413*7304104dSAndroid Build Coastguard Workertestfile9:    346f 0.58
414*7304104dSAndroid Build Coastguard Workertestfile9:    3474 strip (Red Hat %s) %s
415*7304104dSAndroid Build Coastguard Workertestfile9:    348b 2002
416*7304104dSAndroid Build Coastguard Workertestfile9:    3490 Ulrich Drepper
417*7304104dSAndroid Build Coastguard Workertestfile9:    349f Written by %s.
418*7304104dSAndroid Build Coastguard Workertestfile9:    34af cannot stat input file "%s"
419*7304104dSAndroid Build Coastguard Workertestfile9:    34cb %s: INTERNAL ERROR: %s
420*7304104dSAndroid Build Coastguard Workertestfile9:    34e2 while opening "%s"
421*7304104dSAndroid Build Coastguard Workertestfile9:    34f5 handle_elf
422*7304104dSAndroid Build Coastguard Workertestfile9:    3500 ../../src/strip.c
423*7304104dSAndroid Build Coastguard Workertestfile9:    3512 shdr_info[cnt].group_idx != 0
424*7304104dSAndroid Build Coastguard Workertestfile9:    3530 illformed file `%s'
425*7304104dSAndroid Build Coastguard Workertestfile9:    3544 elf_ndxscn (scn) == cnt
426*7304104dSAndroid Build Coastguard Workertestfile9:    355c .shstrtab
427*7304104dSAndroid Build Coastguard Workertestfile9:    3566 while writing `%s': %s
428*7304104dSAndroid Build Coastguard Workertestfile9:    357d ((sym->st_info) & 0xf) == 3
429*7304104dSAndroid Build Coastguard Workertestfile9:    3599 shndxdata != ((void *)0)
430*7304104dSAndroid Build Coastguard Workertestfile9:    35b2 scn != ((void *)0)
431*7304104dSAndroid Build Coastguard Workertestfile9:    35c5 .gnu_debuglink
432*7304104dSAndroid Build Coastguard Workertestfile9:    35d4 .comment
433*7304104dSAndroid Build Coastguard Workertestfile9:    35dd cannot open `%s'
434*7304104dSAndroid Build Coastguard Workertestfile9:    3600 Place stripped output into FILE
435*7304104dSAndroid Build Coastguard Workertestfile9:    3620 Extract the removed sections into FILE
436*7304104dSAndroid Build Coastguard Workertestfile9:    3660 Copy modified/access timestamps to the output
437*7304104dSAndroid Build Coastguard Workertestfile9:    36a0 Only one input file allowed together with '-o' and '-f'
438*7304104dSAndroid Build Coastguard Workertestfile9:    36e0 Copyright (C) %s Red Hat, Inc.
439*7304104dSAndroid Build Coastguard Workertestfile9:    36ff This is free software; see the source for copying conditions.  There is NO
440*7304104dSAndroid Build Coastguard Workertestfile9:    374a warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
441*7304104dSAndroid Build Coastguard Workertestfile9:    37a0 Report bugs to <[email protected]>.
442*7304104dSAndroid Build Coastguard Workertestfile9:    37e0 %s: File format not recognized
443*7304104dSAndroid Build Coastguard Workertestfile9:    3800 cannot set access and modification date of "%s"
444*7304104dSAndroid Build Coastguard Workertestfile9:    3840 cannot create new file `%s': %s
445*7304104dSAndroid Build Coastguard Workertestfile9:    3860 error while finishing `%s': %s
446*7304104dSAndroid Build Coastguard Workertestfile9:    3880 shdr_info[shdr_info[cnt].shdr.sh_link].version_idx == 0
447*7304104dSAndroid Build Coastguard Workertestfile9:    38c0 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0
448*7304104dSAndroid Build Coastguard Workertestfile9:    3900 %s: error while creating ELF header: %s
449*7304104dSAndroid Build Coastguard Workertestfile9:    3940 %s: error while reading the file: %s
450*7304104dSAndroid Build Coastguard Workertestfile9:    3980 sec < 0xff00 || shndxdata != ((void *)0)
451*7304104dSAndroid Build Coastguard Workertestfile9:    39c0 (versiondata->d_size / sizeof (GElf_Versym)) >= shdr_info[cnt].data->d_size / elsize
452*7304104dSAndroid Build Coastguard Workertestfile9:    3a20 shdr_info[cnt].shdr.sh_type == 11
453*7304104dSAndroid Build Coastguard Workertestfile9:    3a60 (versiondata->d_size / sizeof (Elf32_Word)) >= shdr_info[cnt].data->d_size / elsize
454*7304104dSAndroid Build Coastguard Workertestfile9:    3ac0 shdr_info[cnt].shdr.sh_type == 18
455*7304104dSAndroid Build Coastguard Workertestfile9:    3b00 shdr_info[cnt].data != ((void *)0)
456*7304104dSAndroid Build Coastguard Workertestfile9:    3b40 elf_ndxscn (shdr_info[cnt].newscn) == idx
457*7304104dSAndroid Build Coastguard Workertestfile9:    3b80 while create section header section: %s
458*7304104dSAndroid Build Coastguard Workertestfile9:    3bc0 cannot allocate section data: %s
459*7304104dSAndroid Build Coastguard Workertestfile9:    3c00 elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx
460*7304104dSAndroid Build Coastguard Workertestfile9:    3c40 while generating output file: %s
461*7304104dSAndroid Build Coastguard Workertestfile9:    3c80 while preparing output for `%s'
462*7304104dSAndroid Build Coastguard Workertestfile9:    3ca0 shdr_info[cnt].shdr.sh_type == 2
463*7304104dSAndroid Build Coastguard Workertestfile9:    3ce0 shdr_info[idx].data != ((void *)0)
464*7304104dSAndroid Build Coastguard Workertestfile9:    3d20 cannot determine number of sections: %s
465*7304104dSAndroid Build Coastguard Workertestfile9:    3d60 cannot get section header string table index
466*7304104dSAndroid Build Coastguard Workertestfile9:    3e20 Discard symbols from object files.
467*7304104dSAndroid Build Coastguard Workertestfile9:    3e43 [FILE...]
468*7304104dSAndroid Build Coastguard WorkerEOF
469*7304104dSAndroid Build Coastguard Worker
470*7304104dSAndroid Build Coastguard Workerexit 0
471