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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
.*
Disassembly of section \.text:
0000a000 <f1>:
a000: e1a0f00e mov pc, lr
0000a004 <f3>:
a004: e1a0f00e mov pc, lr
0000a008 <f1t>:
a008: 46f7 mov pc, lr
0000a00a <f3t>:
a00a: 46f7 mov pc, lr
0000a00c <_start>:
a00c: 4c00 ldr r4, \[pc, #0\] ; \(a010 <_start\+0x4>\)
a00e: 4c01 ldr r4, \[pc, #4\] ; \(a014 <_start\+0x8>\)
#------------------------------------------------------------------------------
#------ .got offset for foo
#------------------------------------------------------------------------------
a010: 00000018 \.word 0x00000018
#------------------------------------------------------------------------------
#------ PC-relative offset of .got entry for foo
#------------------------------------------------------------------------------
a014: 00006ff8 \.word 0x00006ff8
a018: 4c00 ldr r4, \[pc, #0\] ; \(a01c <_start\+0x10>\)
a01a: 4c01 ldr r4, \[pc, #4\] ; \(a020 <_start\+0x14>\)
#------------------------------------------------------------------------------
#------ .got offset for f1
#------------------------------------------------------------------------------
a01c: 00000010 \.word 0x00000010
#------------------------------------------------------------------------------
#------ PC-relative offset of .got entry for f1
#------------------------------------------------------------------------------
a020: 00006ff0 \.word 0x00006ff0
a024: 4c00 ldr r4, \[pc, #0\] ; \(a028 <_start\+0x1c>\)
a026: 4c01 ldr r4, \[pc, #4\] ; \(a02c <_start\+0x20>\)
#------------------------------------------------------------------------------
#------ .got offset for f2
#------------------------------------------------------------------------------
a028: 00000024 \.word 0x00000024
#------------------------------------------------------------------------------
#------ PC-relative offset of .got entry for f2
#------------------------------------------------------------------------------
a02c: 00006ff8 \.word 0x00006ff8
a030: 4c00 ldr r4, \[pc, #0\] ; \(a034 <_start\+0x28>\)
a032: 4c01 ldr r4, \[pc, #4\] ; \(a038 <_start\+0x2c>\)
#------------------------------------------------------------------------------
#------ .got offset for f3
#------------------------------------------------------------------------------
a034: 00000020 \.word 0x00000020
#------------------------------------------------------------------------------
#------ PC-relative offset of .got entry for f3
#------------------------------------------------------------------------------
a038: 00006fe8 \.word 0x00006fe8
a03c: 4c00 ldr r4, \[pc, #0\] ; \(a040 <_start\+0x34>\)
a03e: 4c01 ldr r4, \[pc, #4\] ; \(a044 <_start\+0x38>\)
#------------------------------------------------------------------------------
#------ .got offset for f1t
#------------------------------------------------------------------------------
a040: 00000014 \.word 0x00000014
#------------------------------------------------------------------------------
#------ PC-relative offset of .got entry for f1t
#------------------------------------------------------------------------------
a044: 00006fd0 \.word 0x00006fd0
a048: 4c00 ldr r4, \[pc, #0\] ; \(a04c <_start\+0x40>\)
a04a: 4c01 ldr r4, \[pc, #4\] ; \(a050 <_start\+0x44>\)
#------------------------------------------------------------------------------
#------ .got offset for f2t
#------------------------------------------------------------------------------
a04c: 0000001c \.word 0x0000001c
#------------------------------------------------------------------------------
#------ PC-relative offset of .got entry for f2t
#------------------------------------------------------------------------------
a050: 00006fcc \.word 0x00006fcc
a054: 4c00 ldr r4, \[pc, #0\] ; \(a058 <_start\+0x4c>\)
a056: 4c01 ldr r4, \[pc, #4\] ; \(a05c <_start\+0x50>\)
#------------------------------------------------------------------------------
#------ .got offset for f3t
#------------------------------------------------------------------------------
a058: 00000028 \.word 0x00000028
#------------------------------------------------------------------------------
#------ PC-relative offset of .got entry for f3t
#------------------------------------------------------------------------------
a05c: 00006fcc \.word 0x00006fcc
|