File tree Expand file tree Collapse file tree 12 files changed +78
-1
lines changed Expand file tree Collapse file tree 12 files changed +78
-1
lines changed Original file line number Diff line number Diff line change
1
+ .cfi_sections .debug_frame
2
+
1
3
.section .text .__basepri_max_cm7_r0p1
2
4
.global __basepri_max_cm7_r0p1
3
5
.syntax unified
4
6
.thumb_func
7
+ .cfi_startproc
5
8
__basepri_max_cm7_r0p1:
6
9
mrs r1, PRIMASK
7
10
cpsid i
@@ -11,12 +14,14 @@ __basepri_max_cm7_r0p1:
11
14
bxne lr
12
15
cpsie i
13
16
bx lr
17
+ .cfi_endproc
14
18
.size __basepri_max_cm7_r0p1, . - __basepri_max_cm7_r0p1
15
19
16
20
.section .text .__basepri_w_cm7_r0p1
17
21
.global __basepri_w_cm7_r0p1
18
22
.syntax unified
19
23
.thumb_func
24
+ .cfi_startproc
20
25
__basepri_w_cm7_r0p1:
21
26
mrs r1, PRIMASK
22
27
cpsid i
@@ -26,4 +31,5 @@ __basepri_w_cm7_r0p1:
26
31
bxne lr
27
32
cpsie i
28
33
bx lr
34
+ .cfi_endproc
29
35
.size __basepri_w_cm7_r0p1, . - __basepri_w_cm7_r0p1
Original file line number Diff line number Diff line change
1
+ .cfi_sections .debug_frame
2
+
1
3
.section .text .__basepri_max
2
4
.global __basepri_max
3
5
.thumb_func
6
+ .cfi_startproc
4
7
__basepri_max:
5
8
msr BASEPRI_MAX, r0
6
9
bx lr
10
+ .cfi_endproc
7
11
.size __basepri_max, . - __basepri_max
8
12
9
13
.section .text .__basepri_r
10
14
.global __basepri_r
11
15
.thumb_func
16
+ .cfi_startproc
12
17
__basepri_r:
13
18
mrs r0, BASEPRI
14
19
bx lr
20
+ .cfi_endproc
15
21
.size __basepri_r, . - __basepri_r
16
22
17
23
.section .text .__basepri_w
18
24
.global __basepri_w
19
25
.thumb_func
26
+ .cfi_startproc
20
27
__basepri_w:
21
28
msr BASEPRI, r0
22
29
bx lr
30
+ .cfi_endproc
23
31
.size __basepri_w, . - __basepri_w
24
32
25
33
.section .text .__faultmask
26
34
.global __faultmask
27
35
.thumb_func
36
+ .cfi_startproc
28
37
__faultmask:
29
38
mrs r0, FAULTMASK
30
39
bx lr
40
+ .cfi_endproc
31
41
.size __faultmask, . - __faultmask
Original file line number Diff line number Diff line change
1
+
2
+ .cfi_sections .debug_frame
3
+
1
4
.section .text .__msplim_r
2
5
.global __msplim_r
3
6
.thumb_func
7
+ .cfi_startproc
4
8
__msplim_r:
5
9
mrs r0, MSPLIM
6
10
bx lr
11
+ .cfi_endproc
7
12
.size __msplim_r, . - __msplim_r
8
13
9
14
.section .text .__msplim_w
10
15
.global __msplim_w
11
16
.thumb_func
17
+ .cfi_startproc
12
18
__msplim_w:
13
19
msr MSPLIM, r0
14
20
bx lr
21
+ .cfi_endproc
15
22
.size __msplim_w, . - __msplim_w
16
23
17
24
.section .text .__psplim_r
18
25
.global __psplim_r
19
26
.thumb_func
27
+ .cfi_startproc
20
28
__psplim_r:
21
29
mrs r0, PSPLIM
22
30
bx lr
31
+ .cfi_endproc
23
32
.size __psplim_r, . - __psplim_r
24
33
25
34
.section .text .__psplim_w
26
35
.global __psplim_w
27
36
.thumb_func
37
+ .cfi_startproc
28
38
__psplim_w:
29
39
msr PSPLIM, r0
30
40
bx lr
41
+ .cfi_endproc
31
42
.size __psplim_w, . - __psplim_w
32
43
Original file line number Diff line number Diff line change
1
+ .cfi_sections .debug_frame
2
+
1
3
.section .text .__tt
2
4
.global __tt
3
5
.thumb_func
6
+ .cfi_startproc
4
7
__tt:
5
8
tt r0, r0
6
9
bx lr
10
+ .cfi_endproc
7
11
.size __tt, . - __tt
8
12
9
13
.section .text .__ttt
10
14
.global __ttt
11
15
.thumb_func
16
+ .cfi_startproc
12
17
__ttt:
13
18
ttt r0, r0
14
19
bx lr
20
+ .cfi_endproc
15
21
.size __ttt, . - __ttt
16
22
17
23
.section .text .__tta
18
24
.global __tta
19
25
.thumb_func
26
+ .cfi_startproc
20
27
__tta:
21
28
tta r0, r0
22
29
bx lr
30
+ .cfi_endproc
23
31
.size __tta, . - __tta
24
32
25
33
26
34
.section .text .__ttat
27
35
.global __ttat
28
36
.thumb_func
37
+ .cfi_startproc
29
38
__ttat:
30
39
ttat r0, r0
31
40
bx lr
41
+ .cfi_endproc
32
42
.size __ttat, . - __ttat
Original file line number Diff line number Diff line change
1
+ .cfi_sections .debug_frame
2
+
1
3
.section .text .__bkpt
2
4
.global __bkpt
3
5
.thumb_func
6
+ .cfi_startproc
4
7
__bkpt:
5
8
bkpt
6
9
bx lr
10
+ .cfi_endproc
7
11
.size __bkpt, . - __bkpt
8
12
9
13
.section .text .__control_r
10
14
.global __control_r
11
15
.thumb_func
16
+ .cfi_startproc
12
17
__control_r:
13
18
mrs r0, CONTROL
14
19
bx lr
20
+ .cfi_endproc
15
21
.size __control_r, . - __control_r
16
22
17
23
.section .text .__control_w
18
24
.global __control_w
19
25
.thumb_func
26
+ .cfi_startproc
20
27
__control_w:
21
28
msr CONTROL, r0
22
29
bx lr
30
+ .cfi_endproc
23
31
.size __control_w, . - __control_w
24
32
25
33
26
34
.section .text .__cpsid
27
35
.global __cpsid
28
36
.thumb_func
37
+ .cfi_startproc
29
38
__cpsid:
30
39
cpsid i
31
40
bx lr
41
+ .cfi_endproc
32
42
.size __cpsid, . - __cpsid
33
43
34
44
.section .text .__cpsie
35
45
.global __cpsie
36
46
.thumb_func
47
+ .cfi_startproc
37
48
__cpsie:
38
49
cpsie i
39
50
bx lr
51
+ .cfi_endproc
40
52
.size __cpsie, . - __cpsie
41
53
42
54
.section .text .__delay
43
55
.global __delay
44
56
.syntax unified
45
57
.thumb_func
58
+ .cfi_startproc
46
59
__delay:
47
60
1:
48
61
nop
49
62
subs r0, #1
50
63
bne 1b // Branch to 1 instead of __delay does not generate R_ARM_THM_JUMP8 relocation, which breaks linking on the thumbv6m-none-eabi target
51
64
bx lr
65
+ .cfi_endproc
52
66
.size __delay, . - __delay
53
67
54
68
.section .text .__dmb
55
69
.global __dmb
56
70
.thumb_func
71
+ .cfi_startproc
57
72
__dmb:
58
73
dmb 0xF
59
74
bx lr
75
+ .cfi_endproc
60
76
.size __dmb, . - __dmb
61
77
62
78
.section .text .__dsb
63
79
.global __dsb
64
80
.thumb_func
81
+ .cfi_startproc
65
82
__dsb:
66
83
dsb 0xF
67
84
bx lr
85
+ .cfi_endproc
68
86
.size __dsb, . - __dsb
69
87
70
88
.section .text .__isb
71
89
.global __isb
72
90
.thumb_func
91
+ .cfi_startproc
73
92
__isb:
74
93
isb 0xF
75
94
bx lr
95
+ .cfi_endproc
76
96
.size __isb, . - __isb
77
97
78
98
.section .text .__msp_r
79
99
.global __msp_r
80
100
.thumb_func
101
+ .cfi_startproc
81
102
__msp_r:
82
103
mrs r0, MSP
83
104
bx lr
105
+ .cfi_endproc
84
106
.size __msp_r, . - __msp_r
85
107
86
108
.section .text .__msp_w
87
109
.global __msp_w
88
110
.thumb_func
111
+ .cfi_startproc
89
112
__msp_w:
90
113
msr MSP, r0
91
114
bx lr
115
+ .cfi_endproc
92
116
.size __msp_w, . - __msp_w
93
117
94
118
.section .text .__nop
95
119
.global __nop
96
120
.thumb_func
121
+ .cfi_startproc
97
122
__nop:
98
123
bx lr
124
+ .cfi_endproc
99
125
.size __nop, . - __nop
100
126
101
127
.section .text .__primask
102
128
.global __primask
103
129
.thumb_func
130
+ .cfi_startproc
104
131
__primask:
105
132
mrs r0, PRIMASK
106
133
bx lr
134
+ .cfi_endproc
107
135
.size __primask, . - __primask
108
136
109
137
.section .text .__psp_r
110
138
.global __psp_r
111
139
.thumb_func
140
+ .cfi_startproc
112
141
__psp_r:
113
142
mrs r0, PSP
114
143
bx lr
144
+ .cfi_endproc
115
145
.size __psp_r, . - __psp_r
116
146
117
147
.section .text .__psp_w
118
148
.global __psp_w
119
149
.thumb_func
150
+ .cfi_startproc
120
151
__psp_w:
121
152
msr PSP, r0
122
153
bx lr
154
+ .cfi_endproc
123
155
.size __psp_w, . - __psp_w
124
156
125
157
.section .text .__sev
126
158
.global __sev
127
159
.thumb_func
160
+ .cfi_startproc
128
161
__sev:
129
162
sev
130
163
bx lr
164
+ .cfi_endproc
131
165
.size __sev, . - __sev
132
166
133
167
134
168
.section .text .__udf
135
169
.global __udf
136
170
.thumb_func
171
+ .cfi_startproc
137
172
__udf:
138
173
udf
174
+ .cfi_endproc
139
175
.size __udf, . - __udf
140
176
141
177
.section .text .__wfe
142
178
.global __wfe
143
179
.thumb_func
180
+ .cfi_startproc
144
181
__wfe:
145
182
wfe
146
183
bx lr
184
+ .cfi_endproc
147
185
.size __wfe, . - __wfe
148
186
149
187
150
188
.section .text .__wfi
151
189
.global __wfi
152
190
.thumb_func
191
+ .cfi_startproc
153
192
__wfi:
154
193
wfi
155
- .size __wfi, . - __wfi
156
194
bx lr
195
+ .cfi_endproc
196
+ .size __wfi, . - __wfi
You can’t perform that action at this time.
0 commit comments