blob: b33553342bc3f95b18c806062aaf98e3c30c47f4 [file] [log] [blame]
The Android Open Source Project593c3652008-10-21 07:00:00 -07001#! /bin/sh
2# Copyright (C) 1999, 2000, 2002 Red Hat, Inc.
3# Written by Ulrich Drepper <drepper@redhat.com>, 1999.
4#
5# This program is Open Source software; you can redistribute it and/or
6# modify it under the terms of the Open Software License version 1.0 as
7# published by the Open Source Initiative.
8#
9# You should have received a copy of the Open Software License along
10# with this program; if not, you may obtain a copy of the Open Software
11# License version 1.0 from http://www.opensource.org/licenses/osl.php or
12# by writing the Open Source Initiative c/o Lawrence Rosen, Esq.,
13# 3001 King Ranch Road, Ukiah, CA 95482.
14set -e
15
16# Don't fail if we cannot decompress the file.
17bunzip2 -c $srcdir/testfile3.bz2 > testfile3 2>/dev/null || exit 0
18
19# Don't fail if we cannot decompress the file.
20bunzip2 -c $srcdir/testfile4.bz2 > testfile4 2>/dev/null || exit 0
21
22./show-ciefde testfile3 testfile4 > show-ciefde.out
23
24diff -u show-ciefde.out - <<"EOF"
25testfile3 has 1 CIEs and 1 FDEs
26CIE[0]: bytes_in_cie = 16, version = 1, augmenter = ""
27CIE[0]: code_alignment_factor = 1
28CIE[0]: data_alignment_factor = fffffffffffffffc
29CIE[0]: return_address_register = 8
30CIE[0]: bytes = 0c 04 04 88 01 00 00
31FDE[0]: low_pc = 0x804842c, length = 41
32FDE[0]: bytes = 18 00 00 00 18 00 00 00 2c 84 04 08 29 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
33FDE[0]: cie_offset = 0, cie_index = 0, fde_offset = 24
34FDE[0]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
35no FDE at 8048400
36FDE[@804842c]: cie_offset = 0, cie_index = 0, fde_offset = 24
37FDE[@8048454]: cie_offset = 0, cie_index = 0, fde_offset = 24
38no FDE at 8048455
39no FDE at 80493fc
40testfile4 has 5 CIEs and 61 FDEs
41CIE[0]: bytes_in_cie = 20, version = 1, augmenter = "eh"
42CIE[0]: code_alignment_factor = 1
43CIE[0]: data_alignment_factor = fffffffffffffffc
44CIE[0]: return_address_register = 8
45CIE[0]: bytes = 0c 04 04 88 01
46CIE[1]: bytes_in_cie = 16, version = 1, augmenter = ""
47CIE[1]: code_alignment_factor = 1
48CIE[1]: data_alignment_factor = fffffffffffffffc
49CIE[1]: return_address_register = 8
50CIE[1]: bytes = 0c 04 04 88 01 00 00
51CIE[2]: bytes_in_cie = 16, version = 1, augmenter = ""
52CIE[2]: code_alignment_factor = 1
53CIE[2]: data_alignment_factor = fffffffffffffffc
54CIE[2]: return_address_register = 8
55CIE[2]: bytes = 0c 04 04 88 01 00 00
56CIE[3]: bytes_in_cie = 20, version = 1, augmenter = "eh"
57CIE[3]: code_alignment_factor = 1
58CIE[3]: data_alignment_factor = fffffffffffffffc
59CIE[3]: return_address_register = 8
60CIE[3]: bytes = 0c 04 04 88 01
61CIE[4]: bytes_in_cie = 16, version = 1, augmenter = ""
62CIE[4]: code_alignment_factor = 1
63CIE[4]: data_alignment_factor = fffffffffffffffc
64CIE[4]: return_address_register = 8
65CIE[4]: bytes = 0c 04 04 88 01 00 00
66FDE[0]: low_pc = 0x80493fc, length = 154
67FDE[0]: bytes = 2c 00 00 00 1c 00 00 00 fc 93 04 08 9a 00 00 00 41 0e 08 85 02 42 0d 05 53 2e 08 50 2e 10 48 2e 00 58 2e 10 62 2e 00 63 2e 10 45 2e 00 00 00 00
68FDE[0]: cie_offset = 0, cie_index = 0, fde_offset = 28
69FDE[0]: instructions = 41 0e 08 85 02 42 0d 05 53 2e 08 50 2e 10 48 2e 00 58 2e 10 62 2e 00 63 2e 10 45 2e 00 00 00 00
70FDE[1]: low_pc = 0x8049498, length = 49
71FDE[1]: bytes = 18 00 00 00 4c 00 00 00 98 94 04 08 31 00 00 00 41 0e 08 85 02 42 0d 05 4c 2e 10 00
72FDE[1]: cie_offset = 0, cie_index = 0, fde_offset = 76
73FDE[1]: instructions = 41 0e 08 85 02 42 0d 05 4c 2e 10 00
74FDE[2]: low_pc = 0x80494d4, length = 23
75FDE[2]: bytes = 18 00 00 00 18 00 00 00 d4 94 04 08 17 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
76FDE[2]: cie_offset = 100, cie_index = 1, fde_offset = 24
77FDE[2]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
78FDE[3]: low_pc = 0x80494f0, length = 26
79FDE[3]: bytes = 18 00 00 00 34 00 00 00 f0 94 04 08 1a 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
80FDE[3]: cie_offset = 100, cie_index = 1, fde_offset = 52
81FDE[3]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
82FDE[4]: low_pc = 0x8049560, length = 85
83FDE[4]: bytes = 24 00 00 00 50 00 00 00 60 95 04 08 55 00 00 00 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 53 2e 10 4e 2e 00 55 2e 10 00
84FDE[4]: cie_offset = 100, cie_index = 1, fde_offset = 80
85FDE[4]: instructions = 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 53 2e 10 4e 2e 00 55 2e 10 00
86FDE[5]: low_pc = 0x80495c0, length = 66
87FDE[5]: bytes = 20 00 00 00 78 00 00 00 c0 95 04 08 42 00 00 00 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 5e 2e 10 00 00 00
88FDE[5]: cie_offset = 100, cie_index = 1, fde_offset = 120
89FDE[5]: instructions = 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 5e 2e 10 00 00 00
90FDE[6]: low_pc = 0x8049610, length = 28
91FDE[6]: bytes = 18 00 00 00 9c 00 00 00 10 96 04 08 1c 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
92FDE[6]: cie_offset = 100, cie_index = 1, fde_offset = 156
93FDE[6]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
94FDE[7]: low_pc = 0x8049630, length = 31
95FDE[7]: bytes = 18 00 00 00 b8 00 00 00 30 96 04 08 1f 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
96FDE[7]: cie_offset = 100, cie_index = 1, fde_offset = 184
97FDE[7]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
98FDE[8]: low_pc = 0x80496e0, length = 71
99FDE[8]: bytes = 1c 00 00 00 d4 00 00 00 e0 96 04 08 47 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 5c 2e 10 00 00
100FDE[8]: cie_offset = 100, cie_index = 1, fde_offset = 212
101FDE[8]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 5c 2e 10 00 00
102FDE[9]: low_pc = 0x8049730, length = 165
103FDE[9]: bytes = 20 00 00 00 f4 00 00 00 30 97 04 08 a5 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 69 2e 10 02 66 2e 00 00 00
104FDE[9]: cie_offset = 100, cie_index = 1, fde_offset = 244
105FDE[9]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 69 2e 10 02 66 2e 00 00 00
106FDE[10]: low_pc = 0x80497e0, length = 89
107FDE[10]: bytes = 1c 00 00 00 18 01 00 00 e0 97 04 08 59 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 74 2e 10 00 00
108FDE[10]: cie_offset = 100, cie_index = 1, fde_offset = 280
109FDE[10]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 74 2e 10 00 00
110FDE[11]: low_pc = 0x8049840, length = 89
111FDE[11]: bytes = 28 00 00 00 38 01 00 00 40 98 04 08 59 00 00 00 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 55 2e 10 4e 2e 00 52 2e 10 4c 2e 00 00 00
112FDE[11]: cie_offset = 100, cie_index = 1, fde_offset = 312
113FDE[11]: instructions = 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 55 2e 10 4e 2e 00 52 2e 10 4c 2e 00 00 00
114FDE[12]: low_pc = 0x80498a0, length = 176
115FDE[12]: bytes = 24 00 00 00 64 01 00 00 a0 98 04 08 b0 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 5e 2e 10 4c 2e 00 00
116FDE[12]: cie_offset = 100, cie_index = 1, fde_offset = 356
117FDE[12]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 5e 2e 10 4c 2e 00 00
118FDE[13]: low_pc = 0x8049950, length = 116
119FDE[13]: bytes = 24 00 00 00 8c 01 00 00 50 99 04 08 74 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 5e 2e 10 00 00 00
120FDE[13]: cie_offset = 100, cie_index = 1, fde_offset = 396
121FDE[13]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 5e 2e 10 00 00 00
122FDE[14]: low_pc = 0x80499d0, length = 31
123FDE[14]: bytes = 18 00 00 00 b4 01 00 00 d0 99 04 08 1f 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
124FDE[14]: cie_offset = 100, cie_index = 1, fde_offset = 436
125FDE[14]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
126FDE[15]: low_pc = 0x80499f0, length = 313
127FDE[15]: bytes = 24 00 00 00 d0 01 00 00 f0 99 04 08 39 01 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 d8 2e 10 62 2e 00
128FDE[15]: cie_offset = 100, cie_index = 1, fde_offset = 464
129FDE[15]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 d8 2e 10 62 2e 00
130FDE[16]: low_pc = 0x8049b30, length = 262
131FDE[16]: bytes = 24 00 00 00 f8 01 00 00 30 9b 04 08 06 01 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 c8 2e 10 62 2e 00
132FDE[16]: cie_offset = 100, cie_index = 1, fde_offset = 504
133FDE[16]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 c8 2e 10 62 2e 00
134FDE[17]: low_pc = 0x8049c40, length = 95
135FDE[17]: bytes = 1c 00 00 00 20 02 00 00 40 9c 04 08 5f 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 6e 2e 10 00 00
136FDE[17]: cie_offset = 100, cie_index = 1, fde_offset = 544
137FDE[17]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 6e 2e 10 00 00
138FDE[18]: low_pc = 0x8049d60, length = 230
139FDE[18]: bytes = 20 00 00 00 40 02 00 00 60 9d 04 08 e6 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 02 9a 2e 10 00 00
140FDE[18]: cie_offset = 100, cie_index = 1, fde_offset = 576
141FDE[18]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 02 9a 2e 10 00 00
142FDE[19]: low_pc = 0x8049e50, length = 85
143FDE[19]: bytes = 18 00 00 00 64 02 00 00 50 9e 04 08 55 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
144FDE[19]: cie_offset = 100, cie_index = 1, fde_offset = 612
145FDE[19]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
146FDE[20]: low_pc = 0x8049eb0, length = 144
147FDE[20]: bytes = 20 00 00 00 80 02 00 00 b0 9e 04 08 90 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 5b 2e 10
148FDE[20]: cie_offset = 100, cie_index = 1, fde_offset = 640
149FDE[20]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 5b 2e 10
150FDE[21]: low_pc = 0x8049f40, length = 115
151FDE[21]: bytes = 20 00 00 00 a4 02 00 00 40 9f 04 08 73 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 59 2e 10
152FDE[21]: cie_offset = 100, cie_index = 1, fde_offset = 676
153FDE[21]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 59 2e 10
154FDE[22]: low_pc = 0x8049fd0, length = 948
155FDE[22]: bytes = 30 00 00 00 c8 02 00 00 d0 9f 04 08 b4 03 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 f7 2e 20 02 64 2e 10 03 15 01 2e 00 02 9f 2e 10 00 00
156FDE[22]: cie_offset = 100, cie_index = 1, fde_offset = 712
157FDE[22]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 f7 2e 20 02 64 2e 10 03 15 01 2e 00 02 9f 2e 10 00 00
158FDE[23]: low_pc = 0x804a390, length = 201
159FDE[23]: bytes = 28 00 00 00 fc 02 00 00 90 a3 04 08 c9 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 58 2e 10 52 2e 00 75 2e 10 00
160FDE[23]: cie_offset = 100, cie_index = 1, fde_offset = 764
161FDE[23]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 58 2e 10 52 2e 00 75 2e 10 00
162FDE[24]: low_pc = 0x804a460, length = 206
163FDE[24]: bytes = 28 00 00 00 28 03 00 00 60 a4 04 08 ce 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 64 2e 10 52 2e 00 6e 2e 10 00
164FDE[24]: cie_offset = 100, cie_index = 1, fde_offset = 808
165FDE[24]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 64 2e 10 52 2e 00 6e 2e 10 00
166FDE[25]: low_pc = 0x804b970, length = 1274
167FDE[25]: bytes = 44 00 00 00 18 00 00 00 70 b9 04 08 fa 04 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 66 2e 10 7b 2e 20 03 7f 01 2e 10 53 2e 08 4c 2e 10 79 2e 20 02 54 2e 10 7e 2e 20 03 6c 01 2e 10 02 45 2e 20 00 00 00
168FDE[25]: cie_offset = 948, cie_index = 2, fde_offset = 24
169FDE[25]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 66 2e 10 7b 2e 20 03 7f 01 2e 10 53 2e 08 4c 2e 10 79 2e 20 02 54 2e 10 7e 2e 20 03 6c 01 2e 10 02 45 2e 20 00 00 00
170FDE[26]: low_pc = 0x804be70, length = 60
171FDE[26]: bytes = 1c 00 00 00 60 00 00 00 70 be 04 08 3c 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 5e 2e 10 00 00
172FDE[26]: cie_offset = 948, cie_index = 2, fde_offset = 96
173FDE[26]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 5e 2e 10 00 00
174FDE[27]: low_pc = 0x804c090, length = 85
175FDE[27]: bytes = 24 00 00 00 80 00 00 00 90 c0 04 08 55 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 66 2e 04 4d 2e 0c 4c 2e 04 46 2e 20 00
176FDE[27]: cie_offset = 948, cie_index = 2, fde_offset = 128
177FDE[27]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 66 2e 04 4d 2e 0c 4c 2e 04 46 2e 20 00
178FDE[28]: low_pc = 0x804c0f0, length = 75
179FDE[28]: bytes = 2c 00 00 00 a8 00 00 00 f0 c0 04 08 4b 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 5b 2e 04 4a 2e 0c 4d 2e 04 46 2e 20 00 00 00
180FDE[28]: cie_offset = 948, cie_index = 2, fde_offset = 168
181FDE[28]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 5b 2e 04 4a 2e 0c 4d 2e 04 46 2e 20 00 00 00
182FDE[29]: low_pc = 0x804d8e0, length = 71
183FDE[29]: bytes = 20 00 00 00 d8 00 00 00 e0 d8 04 08 47 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
184FDE[29]: cie_offset = 948, cie_index = 2, fde_offset = 216
185FDE[29]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
186FDE[30]: low_pc = 0x804d980, length = 71
187FDE[30]: bytes = 20 00 00 00 fc 00 00 00 80 d9 04 08 47 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
188FDE[30]: cie_offset = 948, cie_index = 2, fde_offset = 252
189FDE[30]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
190FDE[31]: low_pc = 0x804da20, length = 71
191FDE[31]: bytes = 20 00 00 00 20 01 00 00 20 da 04 08 47 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
192FDE[31]: cie_offset = 948, cie_index = 2, fde_offset = 288
193FDE[31]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
194FDE[32]: low_pc = 0x804dac0, length = 71
195FDE[32]: bytes = 20 00 00 00 44 01 00 00 c0 da 04 08 47 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
196FDE[32]: cie_offset = 948, cie_index = 2, fde_offset = 324
197FDE[32]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
198FDE[33]: low_pc = 0x804db60, length = 71
199FDE[33]: bytes = 20 00 00 00 68 01 00 00 60 db 04 08 47 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
200FDE[33]: cie_offset = 948, cie_index = 2, fde_offset = 360
201FDE[33]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
202FDE[34]: low_pc = 0x804dc00, length = 71
203FDE[34]: bytes = 20 00 00 00 8c 01 00 00 00 dc 04 08 47 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
204FDE[34]: cie_offset = 948, cie_index = 2, fde_offset = 396
205FDE[34]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
206FDE[35]: low_pc = 0x804dca0, length = 71
207FDE[35]: bytes = 20 00 00 00 b0 01 00 00 a0 dc 04 08 47 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
208FDE[35]: cie_offset = 948, cie_index = 2, fde_offset = 432
209FDE[35]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
210FDE[36]: low_pc = 0x804c5b4, length = 26
211FDE[36]: bytes = 18 00 00 00 1c 00 00 00 b4 c5 04 08 1a 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
212FDE[36]: cie_offset = 1412, cie_index = 3, fde_offset = 28
213FDE[36]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
214FDE[37]: low_pc = 0x804c5d0, length = 23
215FDE[37]: bytes = 18 00 00 00 38 00 00 00 d0 c5 04 08 17 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
216FDE[37]: cie_offset = 1412, cie_index = 3, fde_offset = 56
217FDE[37]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
218FDE[38]: low_pc = 0x804c640, length = 24
219FDE[38]: bytes = 18 00 00 00 54 00 00 00 40 c6 04 08 18 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
220FDE[38]: cie_offset = 1412, cie_index = 3, fde_offset = 84
221FDE[38]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
222FDE[39]: low_pc = 0x804c660, length = 32
223FDE[39]: bytes = 18 00 00 00 70 00 00 00 60 c6 04 08 20 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
224FDE[39]: cie_offset = 1412, cie_index = 3, fde_offset = 112
225FDE[39]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
226FDE[40]: low_pc = 0x804c680, length = 29
227FDE[40]: bytes = 18 00 00 00 8c 00 00 00 80 c6 04 08 1d 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
228FDE[40]: cie_offset = 1412, cie_index = 3, fde_offset = 140
229FDE[40]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
230FDE[41]: low_pc = 0x804c6a0, length = 36
231FDE[41]: bytes = 18 00 00 00 a8 00 00 00 a0 c6 04 08 24 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
232FDE[41]: cie_offset = 1412, cie_index = 3, fde_offset = 168
233FDE[41]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
234FDE[42]: low_pc = 0x804c6d0, length = 98
235FDE[42]: bytes = 24 00 00 00 c4 00 00 00 d0 c6 04 08 62 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 43 2e 10 00 00 00
236FDE[42]: cie_offset = 1412, cie_index = 3, fde_offset = 196
237FDE[42]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 43 2e 10 00 00 00
238FDE[43]: low_pc = 0x804c740, length = 107
239FDE[43]: bytes = 24 00 00 00 ec 00 00 00 40 c7 04 08 6b 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 53 2e 10 7b 2e 00 00
240FDE[43]: cie_offset = 1412, cie_index = 3, fde_offset = 236
241FDE[43]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 53 2e 10 7b 2e 00 00
242FDE[44]: low_pc = 0x804c7b0, length = 256
243FDE[44]: bytes = 24 00 00 00 14 01 00 00 b0 c7 04 08 00 01 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 bf 2e 10 00 00 00
244FDE[44]: cie_offset = 1412, cie_index = 3, fde_offset = 276
245FDE[44]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 02 bf 2e 10 00 00 00
246FDE[45]: low_pc = 0x804c8b0, length = 78
247FDE[45]: bytes = 1c 00 00 00 3c 01 00 00 b0 c8 04 08 4e 00 00 00 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 00 00
248FDE[45]: cie_offset = 1412, cie_index = 3, fde_offset = 316
249FDE[45]: instructions = 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 00 00
250FDE[46]: low_pc = 0x804c900, length = 480
251FDE[46]: bytes = 40 00 00 00 5c 01 00 00 00 c9 04 08 e0 01 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 7d 2e 10 4c 2e 00 02 48 2e 10 02 54 2e 00 78 2e 10 4c 2e 00 02 44 2e 10 79 2e 08 49 2e 10 48 2e 00 00 00
252FDE[46]: cie_offset = 1412, cie_index = 3, fde_offset = 348
253FDE[46]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 7d 2e 10 4c 2e 00 02 48 2e 10 02 54 2e 00 78 2e 10 4c 2e 00 02 44 2e 10 79 2e 08 49 2e 10 48 2e 00 00 00
254FDE[47]: low_pc = 0x804cae0, length = 37
255FDE[47]: bytes = 1c 00 00 00 a0 01 00 00 e0 ca 04 08 25 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 52 2e 10 00 00
256FDE[47]: cie_offset = 1412, cie_index = 3, fde_offset = 416
257FDE[47]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 52 2e 10 00 00
258FDE[48]: low_pc = 0x804cb10, length = 128
259FDE[48]: bytes = 2c 00 00 00 c0 01 00 00 10 cb 04 08 80 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 62 2e 10 56 2e 08 49 2e 10 48 2e 00 6c 2e 10
260FDE[48]: cie_offset = 1412, cie_index = 3, fde_offset = 448
261FDE[48]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 62 2e 10 56 2e 08 49 2e 10 48 2e 00 6c 2e 10
262FDE[49]: low_pc = 0x804cb90, length = 128
263FDE[49]: bytes = 2c 00 00 00 f0 01 00 00 90 cb 04 08 80 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 62 2e 10 56 2e 08 49 2e 10 48 2e 00 6c 2e 10
264FDE[49]: cie_offset = 1412, cie_index = 3, fde_offset = 496
265FDE[49]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 62 2e 10 56 2e 08 49 2e 10 48 2e 00 6c 2e 10
266FDE[50]: low_pc = 0x804cc10, length = 45
267FDE[50]: bytes = 18 00 00 00 20 02 00 00 10 cc 04 08 2d 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
268FDE[50]: cie_offset = 1412, cie_index = 3, fde_offset = 544
269FDE[50]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
270FDE[51]: low_pc = 0x804cc40, length = 43
271FDE[51]: bytes = 18 00 00 00 3c 02 00 00 40 cc 04 08 2b 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
272FDE[51]: cie_offset = 1412, cie_index = 3, fde_offset = 572
273FDE[51]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
274FDE[52]: low_pc = 0x804cde0, length = 89
275FDE[52]: bytes = 20 00 00 00 18 00 00 00 e0 cd 04 08 59 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 6d 2e 20 00 00 00
276FDE[52]: cie_offset = 2008, cie_index = 4, fde_offset = 24
277FDE[52]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 6d 2e 20 00 00 00
278FDE[53]: low_pc = 0x804ce40, length = 217
279FDE[53]: bytes = 20 00 00 00 3c 00 00 00 40 ce 04 08 d9 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 02 40 2e 20 00 00
280FDE[53]: cie_offset = 2008, cie_index = 4, fde_offset = 60
281FDE[53]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 02 40 2e 20 00 00
282FDE[54]: low_pc = 0x804d010, length = 117
283FDE[54]: bytes = 24 00 00 00 60 00 00 00 10 d0 04 08 75 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 5c 2e 10 02 48 2e 20
284FDE[54]: cie_offset = 2008, cie_index = 4, fde_offset = 96
285FDE[54]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 5c 2e 10 02 48 2e 20
286FDE[55]: low_pc = 0x804d090, length = 190
287FDE[55]: bytes = 24 00 00 00 88 00 00 00 90 d0 04 08 be 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 64 2e 10 02 89 2e 20
288FDE[55]: cie_offset = 2008, cie_index = 4, fde_offset = 136
289FDE[55]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 64 2e 10 02 89 2e 20
290FDE[56]: low_pc = 0x804d150, length = 101
291FDE[56]: bytes = 24 00 00 00 b0 00 00 00 50 d1 04 08 65 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 61 2e 10 73 2e 20 00
292FDE[56]: cie_offset = 2008, cie_index = 4, fde_offset = 176
293FDE[56]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 61 2e 10 73 2e 20 00
294FDE[57]: low_pc = 0x804d1c0, length = 480
295FDE[57]: bytes = 28 00 00 00 d8 00 00 00 c0 d1 04 08 e0 01 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 56 2e 10 02 f5 2e 20 02 91 2e 10
296FDE[57]: cie_offset = 2008, cie_index = 4, fde_offset = 216
297FDE[57]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 56 2e 10 02 f5 2e 20 02 91 2e 10
298FDE[58]: low_pc = 0x804d3a0, length = 897
299FDE[58]: bytes = 28 00 00 00 04 01 00 00 a0 d3 04 08 81 03 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 61 2e 10 03 61 01 2e 20 00 00 00
300FDE[58]: cie_offset = 2008, cie_index = 4, fde_offset = 260
301FDE[58]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 61 2e 10 03 61 01 2e 20 00 00 00
302FDE[59]: low_pc = 0x804d730, length = 238
303FDE[59]: bytes = 24 00 00 00 30 01 00 00 30 d7 04 08 ee 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 61 2e 10 02 8f 2e 20
304FDE[59]: cie_offset = 2008, cie_index = 4, fde_offset = 304
305FDE[59]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 61 2e 10 02 8f 2e 20
306FDE[60]: low_pc = 0x804e220, length = 73
307FDE[60]: bytes = 20 00 00 00 58 01 00 00 20 e2 04 08 49 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 44 86 04 74 2e 20 00 00 00
308FDE[60]: cie_offset = 2008, cie_index = 4, fde_offset = 344
309FDE[60]: instructions = 41 0e 08 85 02 42 0d 05 41 87 03 44 86 04 74 2e 20 00 00 00
310no FDE at 8048400
311no FDE at 804842c
312no FDE at 8048454
313no FDE at 8048455
314FDE[@80493fc]: cie_offset = 0, cie_index = 0, fde_offset = 28
315EOF
316
317rm -f testfile3 testfile4 show-ciefde.out
318
319exit 0