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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
.text
.org 0x100
.equiv note_4.s, . + 2
.dc.l 0
.dc.l 0
.type bar, STT_FUNC
bar:
.dc.l 0
bar_end:
.dc.l 0
note_4.s_end:
.pushsection .gnu.build.attributes, "", %note
.balign 4
.dc.l 8
.dc.l 8
.dc.l 0x100
.asciz "GA$3p3"
.dc.l note_4.s - 2
.dc.l note_4.s_end
.dc.l 23
.dc.l 0
.dc.l 0x100
.asciz "GA$gcc 7.2.1 20170915"
.dc.b 0
.dc.l 10
.dc.l 0
.dc.l 0x100
.dc.b 0x47, 0x41, 0x2a, 0x47, 0x4f, 0x57, 0, 0, 0x7, 0
.dc.b 0, 0
.dc.l 6
.dc.l 0
.dc.l 0x100
.dc.b 0x47, 0x41, 0x2a, 0x2, 0, 0
.dc.b 0, 0
.dc.l 13
.dc.l 0
.dc.l 0x100
.dc.b 0x47, 0x41, 0x2a, 0x46, 0x4f, 0x52, 0x54, 0x49, 0x46, 0x59, 0, 0xff, 0
.dc.b 0, 0, 0
.dc.l 6
.dc.l 0
.dc.l 0x100
.dc.b 0x47, 0x41, 0x2a, 0x7, 0x2, 0
.dc.b 0, 0
.dc.l 5
.dc.l 0
.dc.l 0x100
.dc.b 0x47, 0x41, 0x21, 0x8, 0
.dc.b 0, 0, 0
.dc.l 13
.dc.l 0
.dc.l 0x100
.dc.b 0x47, 0x41, 0x2a, 0x6, 0xf2, 0x3, 0x38, 0xee, 0xce, 0xfa, 0x5e, 0x3c, 0
.dc.b 0, 0, 0
.dc.l 6
.dc.l 8
.dc.l 0x101
.dc.b 0x47, 0x41, 0x2a, 0x2, 0x3, 0
.dc.b 0, 0
.dc.l bar
.dc.l bar_end
.popsection
|