aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/resolution.s
blob: 70afb163278fdcdbc1a54cdb143d30cb3e2909af (plain) (blame)
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
local:

.weak RegularWeak_with_RegularWeak
.size RegularWeak_with_RegularWeak, 32
RegularWeak_with_RegularWeak:

.global RegularWeak_with_RegularStrong
.size RegularWeak_with_RegularStrong, 33
RegularWeak_with_RegularStrong:

.weak RegularStrong_with_RegularWeak
.size RegularStrong_with_RegularWeak, 34
RegularStrong_with_RegularWeak:

.weak RegularWeak_with_UndefWeak
.size RegularWeak_with_UndefWeak, 35
.quad RegularWeak_with_UndefWeak

.size RegularWeak_with_UndefStrong, 36
.quad RegularWeak_with_UndefStrong

.weak RegularStrong_with_UndefWeak
.size RegularStrong_with_UndefWeak, 37
.quad RegularStrong_with_UndefWeak

.size RegularStrong_with_UndefStrong, 38
.quad RegularStrong_with_UndefStrong

.weak RegularWeak_with_CommonWeak
.comm RegularWeak_with_CommonWeak,39,4

.comm RegularWeak_with_CommonStrong,40,4

.weak RegularStrong_with_CommonWeak
.comm RegularStrong_with_CommonWeak,41,4

.comm RegularStrong_with_CommonStrong,42,4

.weak UndefWeak_with_RegularWeak
.size UndefWeak_with_RegularWeak, 43
UndefWeak_with_RegularWeak:

.global UndefWeak_with_RegularStrong
.size UndefWeak_with_RegularStrong, 44
UndefWeak_with_RegularStrong:

.weak UndefStrong_with_RegularWeak
.size UndefStrong_with_RegularWeak, 45
UndefStrong_with_RegularWeak:

.global UndefStrong_with_RegularStrong
.size UndefStrong_with_RegularStrong, 46
UndefStrong_with_RegularStrong:

.weak UndefWeak_with_UndefWeak
.size UndefWeak_with_UndefWeak, 47
.quad UndefWeak_with_UndefWeak

.weak UndefWeak_with_CommonWeak
.comm UndefWeak_with_CommonWeak,48,4

.comm UndefWeak_with_CommonStrong,49,4

.weak UndefStrong_with_CommonWeak
.comm UndefStrong_with_CommonWeak,50,4

.comm UndefStrong_with_CommonStrong,51,4

.weak CommonWeak_with_RegularWeak
.size CommonWeak_with_RegularWeak, 52
CommonWeak_with_RegularWeak:

.global CommonWeak_with_RegularStrong
.size CommonWeak_with_RegularStrong, 53
CommonWeak_with_RegularStrong:

.weak CommonStrong_with_RegularWeak
.size CommonStrong_with_RegularWeak, 54
CommonStrong_with_RegularWeak:

.global CommonStrong_with_RegularStrong
.size CommonStrong_with_RegularStrong, 55
CommonStrong_with_RegularStrong:

.weak CommonWeak_with_UndefWeak
.size CommonWeak_with_UndefWeak, 56
.quad CommonWeak_with_UndefWeak

.size CommonWeak_with_UndefStrong, 57
.quad CommonWeak_with_UndefStrong

.weak CommonStrong_with_UndefWeak
.size CommonStrong_with_UndefWeak, 58
.quad CommonStrong_with_UndefWeak

.size CommonStrong_with_UndefStrong, 59
.quad CommonStrong_with_UndefStrong

.weak CommonWeak_with_CommonWeak
.comm CommonWeak_with_CommonWeak,60,4

.comm CommonWeak_with_CommonStrong,61,4

.weak CommonStrong_with_CommonWeak
.comm CommonStrong_with_CommonWeak,62,4

.comm CommonStrong_with_CommonStrong,63,4