Blame view

Project/applications/smartcities/build/lst/chmtx.lst 130 KB
Maria Jorba Brosa authored
1
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 1
Imanol-Mikel Barba Sabariego authored
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


   1              		.syntax unified
   2              		.cpu cortex-m3
   3              		.fpu softvfp
   4              		.eabi_attribute 20, 1
   5              		.eabi_attribute 21, 1
   6              		.eabi_attribute 23, 3
   7              		.eabi_attribute 24, 1
   8              		.eabi_attribute 25, 1
   9              		.eabi_attribute 26, 1
  10              		.eabi_attribute 30, 2
  11              		.eabi_attribute 34, 1
  12              		.eabi_attribute 18, 4
  13              		.thumb
  14              		.file	"chmtx.c"
  15              		.text
  16              	.Ltext0:
  17              		.cfi_sections	.debug_frame
  18              		.section	.text.chMtxInit,"ax",%progbits
  19              		.align	2
  20              		.p2align 4,,15
  21              		.global	chMtxInit
  22              		.thumb
  23              		.thumb_func
  24              		.type	chMtxInit, %function
  25              	chMtxInit:
  26              	.LFB7:
  27              		.file 1 "../..//os/kernel/src/chmtx.c"
  28              		.loc 1 86 0
  29              		.cfi_startproc
  30              		@ args = 0, pretend = 0, frame = 0
  31              		@ frame_needed = 0, uses_anonymous_args = 0
  32              		@ link register save eliminated.
  33              	.LVL0:
  34              		.loc 1 91 0
  35 0000 0023     		movs	r3, #0
  36              		.loc 1 90 0
  37 0002 4060     		str	r0, [r0, #4]
  38 0004 0060     		str	r0, [r0, #0]
  39              		.loc 1 91 0
  40 0006 8360     		str	r3, [r0, #8]
  41 0008 7047     		bx	lr
  42              		.cfi_endproc
  43              	.LFE7:
  44              		.size	chMtxInit, .-chMtxInit
  45 000a 00BFAFF3 		.section	.text.chMtxLockS,"ax",%progbits
  45      0080
  46              		.align	2
  47              		.p2align 4,,15
  48              		.global	chMtxLockS
  49              		.thumb
  50              		.thumb_func
  51              		.type	chMtxLockS, %function
  52              	chMtxLockS:
  53              	.LFB9:
  54              		.loc 1 121 0
  55              		.cfi_startproc
  56              		@ args = 0, pretend = 0, frame = 0
Maria Jorba Brosa authored
61
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 2
Imanol-Mikel Barba Sabariego authored
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
108
109
110
111
112
113
114
115
116
117
118
119
120


  57              		@ frame_needed = 0, uses_anonymous_args = 0
  58              	.LVL1:
  59 0000 F8B5     		push	{r3, r4, r5, r6, r7, lr}
  60              	.LCFI0:
  61              		.cfi_def_cfa_offset 24
  62              		.cfi_offset 3, -24
  63              		.cfi_offset 4, -20
  64              		.cfi_offset 5, -16
  65              		.cfi_offset 6, -12
  66              		.cfi_offset 7, -8
  67              		.cfi_offset 14, -4
  68              		.loc 1 122 0
  69 0002 2F4A     		ldr	r2, .L27
  70              		.loc 1 128 0
  71 0004 8368     		ldr	r3, [r0, #8]
  72              		.loc 1 121 0
  73 0006 0546     		mov	r5, r0
  74              		.loc 1 122 0
  75 0008 D469     		ldr	r4, [r2, #28]
  76              	.LVL2:
  77              		.loc 1 128 0
  78 000a 002B     		cmp	r3, #0
  79 000c 51D0     		beq	.L3
  80              	.LVL3:
  81              	.LBB27:
  82              		.loc 1 135 0 discriminator 1
  83 000e A168     		ldr	r1, [r4, #8]
  84 0010 9A68     		ldr	r2, [r3, #8]
  85 0012 9142     		cmp	r1, r2
  86 0014 06D9     		bls	.L5
  87              	.LVL4:
  88              	.L20:
  89              		.loc 1 139 0
  90 0016 1A7F     		ldrb	r2, [r3, #28]	@ zero_extendqisi2
  91              		.loc 1 137 0
  92 0018 9960     		str	r1, [r3, #8]
  93              		.loc 1 139 0
  94 001a 042A     		cmp	r2, #4
  95 001c 31D0     		beq	.L7
  96 001e 052A     		cmp	r2, #5
  97 0020 1CD0     		beq	.L8
  98 0022 92B1     		cbz	r2, .L6
  99              	.LVL5:
 100              	.L5:
 101              		.file 2 "../..//os/kernel/include/chinline.h"
 102              		.loc 2 43 0
 103 0024 2B46     		mov	r3, r5
 104              	.LVL6:
 105              	.L18:
 106              	.LBB28:
 107              	.LBB29:
 108              		.loc 2 45 0
 109 0026 1B68     		ldr	r3, [r3, #0]
 110              	.LVL7:
 111              		.loc 2 46 0
 112 0028 9D42     		cmp	r5, r3
 113 002a 03D0     		beq	.L19
Maria Jorba Brosa authored
121
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 3
Imanol-Mikel Barba Sabariego authored
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180


 114 002c 9968     		ldr	r1, [r3, #8]
 115 002e A268     		ldr	r2, [r4, #8]
 116 0030 9142     		cmp	r1, r2
 117 0032 F8D2     		bcs	.L18
 118              	.L19:
 119              		.loc 2 48 0
 120 0034 5A68     		ldr	r2, [r3, #4]
 121              	.LBE29:
 122              	.LBE28:
 123              		.loc 1 175 0
 124 0036 0420     		movs	r0, #4
 125              	.LBB31:
 126              	.LBB30:
 127              		.loc 2 47 0
 128 0038 2360     		str	r3, [r4, #0]
 129              		.loc 2 48 0
 130 003a 6260     		str	r2, [r4, #4]
 131              		.loc 2 49 0
 132 003c 1460     		str	r4, [r2, #0]
 133 003e 5C60     		str	r4, [r3, #4]
 134              	.LBE30:
 135              	.LBE31:
 136              		.loc 1 174 0
 137 0040 6562     		str	r5, [r4, #36]
 138              	.LBE27:
 139              		.loc 1 187 0
 140 0042 BDE8F840 		pop	{r3, r4, r5, r6, r7, lr}
 141              	.LBB54:
 142              		.loc 1 175 0
 143 0046 FFF7FEBF 		b	chSchGoSleepS
 144              	.LVL8:
 145              	.L6:
 146              	.LBB32:
 147              	.LBB33:
 148              		.loc 2 75 0
 149 004a 93E80600 		ldmia	r3, {r1, r2}
 150 004e 1160     		str	r1, [r2, #0]
 151              	.LBE33:
 152              	.LBE32:
 153              		.loc 1 167 0
 154 0050 1846     		mov	r0, r3
 155              	.LBB35:
 156              	.LBB34:
 157              		.loc 2 76 0
 158 0052 1B68     		ldr	r3, [r3, #0]
 159              	.LVL9:
 160 0054 5A60     		str	r2, [r3, #4]
 161              	.LBE34:
 162              	.LBE35:
 163              		.loc 1 167 0
 164 0056 FFF7FEFF 		bl	chSchReadyI
 165              	.LVL10:
 166              		.loc 1 168 0
 167 005a E3E7     		b	.L5
 168              	.LVL11:
 169              	.L8:
 170              	.LBB36:
Maria Jorba Brosa authored
181
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 4
Imanol-Mikel Barba Sabariego authored
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240


 171              	.LBB37:
 172              		.loc 2 75 0
 173 005c 5868     		ldr	r0, [r3, #4]
 174 005e 1A68     		ldr	r2, [r3, #0]
 175              	.LBE37:
 176              	.LBE36:
 177              		.loc 1 158 0
 178 0060 5E6A     		ldr	r6, [r3, #36]
 179              	.LVL12:
 180              	.LBB40:
 181              	.LBB38:
 182              		.loc 2 75 0
 183 0062 0260     		str	r2, [r0, #0]
 184              		.loc 2 76 0
 185 0064 1F68     		ldr	r7, [r3, #0]
 186              	.LBE38:
 187              	.LBE40:
 188              		.loc 2 43 0
 189 0066 3246     		mov	r2, r6
 190              	.LBB41:
 191              	.LBB39:
 192              		.loc 2 76 0
 193 0068 7860     		str	r0, [r7, #4]
 194              	.LVL13:
 195              	.L15:
 196              	.LBE39:
 197              	.LBE41:
 198              	.LBB42:
 199              	.LBB43:
 200              		.loc 2 45 0
 201 006a 1268     		ldr	r2, [r2, #0]
 202              	.LVL14:
 203              		.loc 2 46 0
 204 006c 9642     		cmp	r6, r2
 205 006e 02D0     		beq	.L16
 206 0070 9068     		ldr	r0, [r2, #8]
 207 0072 8842     		cmp	r0, r1
 208 0074 F9D2     		bcs	.L15
 209              	.L16:
 210              		.loc 2 48 0
 211 0076 5168     		ldr	r1, [r2, #4]
 212              		.loc 2 47 0
 213 0078 1A60     		str	r2, [r3, #0]
 214              		.loc 2 48 0
 215 007a 5960     		str	r1, [r3, #4]
 216              		.loc 2 49 0
 217 007c 0B60     		str	r3, [r1, #0]
 218 007e 5360     		str	r3, [r2, #4]
 219 0080 D0E7     		b	.L5
 220              	.LVL15:
 221              	.L7:
 222              	.LBE43:
 223              	.LBE42:
 224              	.LBB44:
 225              	.LBB45:
 226              		.loc 2 75 0
 227 0082 5868     		ldr	r0, [r3, #4]
Maria Jorba Brosa authored
241
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 5
Imanol-Mikel Barba Sabariego authored
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300


 228 0084 1A68     		ldr	r2, [r3, #0]
 229              	.LBE45:
 230              	.LBE44:
 231              		.loc 1 142 0
 232 0086 5E6A     		ldr	r6, [r3, #36]
 233              	.LVL16:
 234              	.LBB48:
 235              	.LBB46:
 236              		.loc 2 75 0
 237 0088 0260     		str	r2, [r0, #0]
 238              		.loc 2 76 0
 239 008a 1F68     		ldr	r7, [r3, #0]
 240              	.LBE46:
 241              	.LBE48:
 242              		.loc 1 142 0
 243 008c 3246     		mov	r2, r6
 244              	.LBB49:
 245              	.LBB47:
 246              		.loc 2 76 0
 247 008e 7860     		str	r0, [r7, #4]
 248              	.LVL17:
 249              	.L12:
 250              	.LBE47:
 251              	.LBE49:
 252              	.LBB50:
 253              	.LBB51:
 254              		.loc 2 45 0
 255 0090 1268     		ldr	r2, [r2, #0]
 256              	.LVL18:
 257              		.loc 2 46 0
 258 0092 9642     		cmp	r6, r2
 259 0094 12D0     		beq	.L26
 260 0096 9068     		ldr	r0, [r2, #8]
 261 0098 8842     		cmp	r0, r1
 262 009a F9D2     		bcs	.L12
 263              	.LVL19:
 264              	.L13:
 265              		.loc 2 48 0
 266 009c 5168     		ldr	r1, [r2, #4]
 267              		.loc 2 47 0
 268 009e 1A60     		str	r2, [r3, #0]
 269              		.loc 2 48 0
 270 00a0 5960     		str	r1, [r3, #4]
 271              		.loc 2 49 0
 272 00a2 0B60     		str	r3, [r1, #0]
 273 00a4 5360     		str	r3, [r2, #4]
 274              	.LBE51:
 275              	.LBE50:
 276              		.loc 1 143 0
 277 00a6 B368     		ldr	r3, [r6, #8]
 278              	.LVL20:
 279              		.loc 1 135 0
 280 00a8 A168     		ldr	r1, [r4, #8]
 281 00aa 9A68     		ldr	r2, [r3, #8]
 282              	.LVL21:
 283 00ac 8A42     		cmp	r2, r1
 284 00ae B2D3     		bcc	.L20
Maria Jorba Brosa authored
301
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 6
Imanol-Mikel Barba Sabariego authored
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360


 285 00b0 B8E7     		b	.L5
 286              	.LVL22:
 287              	.L3:
 288              	.LBE54:
 289              		.loc 1 184 0
 290 00b2 E36B     		ldr	r3, [r4, #60]
 291              		.loc 1 183 0
 292 00b4 8460     		str	r4, [r0, #8]
 293              		.loc 1 184 0
 294 00b6 C360     		str	r3, [r0, #12]
 295              		.loc 1 185 0
 296 00b8 E063     		str	r0, [r4, #60]
 297 00ba F8BD     		pop	{r3, r4, r5, r6, r7, pc}
 298              	.LVL23:
 299              	.L26:
 300              	.LBB55:
 301              	.LBB53:
 302              	.LBB52:
 303              		.loc 2 46 0
 304 00bc 3246     		mov	r2, r6
 305              	.LVL24:
 306 00be EDE7     		b	.L13
 307              	.L28:
 308              		.align	2
 309              	.L27:
 310 00c0 00000000 		.word	rlist
 311              	.LBE52:
 312              	.LBE53:
 313              	.LBE55:
 314              		.cfi_endproc
 315              	.LFE9:
 316              		.size	chMtxLockS, .-chMtxLockS
 317 00c4 AFF30080 		.section	.text.chMtxLock,"ax",%progbits
 317      AFF30080 
 317      AFF30080 
 318              		.align	2
 319              		.p2align 4,,15
 320              		.global	chMtxLock
 321              		.thumb
 322              		.thumb_func
 323              		.type	chMtxLock, %function
 324              	chMtxLock:
 325              	.LFB8:
 326              		.loc 1 103 0
 327              		.cfi_startproc
 328              		@ args = 0, pretend = 0, frame = 0
 329              		@ frame_needed = 0, uses_anonymous_args = 0
 330              	.LVL25:
 331 0000 08B5     		push	{r3, lr}
 332              	.LCFI1:
 333              		.cfi_def_cfa_offset 8
 334              		.cfi_offset 3, -8
 335              		.cfi_offset 14, -4
 336              		.loc 1 105 0
 337              	@ 105 "../..//os/kernel/src/chmtx.c" 1
 338 0002 72B6     		cpsid   i
 339              	@ 0 "" 2
Maria Jorba Brosa authored
361
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 7
Imanol-Mikel Barba Sabariego authored
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420


 340              		.loc 1 107 0
 341              		.thumb
 342 0004 FFF7FEFF 		bl	chMtxLockS
 343              	.LVL26:
 344              		.loc 1 109 0
 345              	@ 109 "../..//os/kernel/src/chmtx.c" 1
 346 0008 62B6     		cpsie   i
 347              	@ 0 "" 2
 348              		.thumb
 349 000a 08BD     		pop	{r3, pc}
 350              		.cfi_endproc
 351              	.LFE8:
 352              		.size	chMtxLock, .-chMtxLock
 353 000c AFF30080 		.section	.text.chMtxTryLock,"ax",%progbits
 354              		.align	2
 355              		.p2align 4,,15
 356              		.global	chMtxTryLock
 357              		.thumb
 358              		.thumb_func
 359              		.type	chMtxTryLock, %function
 360              	chMtxTryLock:
 361              	.LFB10:
 362              		.loc 1 206 0
 363              		.cfi_startproc
 364              		@ args = 0, pretend = 0, frame = 0
 365              		@ frame_needed = 0, uses_anonymous_args = 0
 366              		@ link register save eliminated.
 367              	.LVL27:
 368              		.loc 1 206 0
 369 0000 0346     		mov	r3, r0
 370              		.loc 1 209 0
 371              	@ 209 "../..//os/kernel/src/chmtx.c" 1
 372 0002 72B6     		cpsid   i
 373              	@ 0 "" 2
 374              	.LVL28:
 375              		.thumb
 376              	.LBB56:
 377              	.LBB57:
 378              		.loc 1 239 0
 379 0004 8268     		ldr	r2, [r0, #8]
 380              		.loc 1 240 0
 381 0006 0020     		movs	r0, #0
 382              	.LVL29:
 383              		.loc 1 239 0
 384 0008 0AB1     		cbz	r2, .L33
 385              	.LBE57:
 386              	.LBE56:
 387              		.loc 1 213 0
 388              	@ 213 "../..//os/kernel/src/chmtx.c" 1
 389 000a 62B6     		cpsie   i
 390              	@ 0 "" 2
 391              		.loc 1 215 0
 392              		.thumb
 393 000c 7047     		bx	lr
 394              	.L33:
 395              	.LBB59:
 396              	.LBB58:
Maria Jorba Brosa authored
421
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 8
Imanol-Mikel Barba Sabariego authored
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480


 397              		.loc 1 241 0
 398 000e 044A     		ldr	r2, .L34
 399              		.loc 1 244 0
 400 0010 0120     		movs	r0, #1
 401              		.loc 1 241 0
 402 0012 D269     		ldr	r2, [r2, #28]
 403              		.loc 1 242 0
 404 0014 D16B     		ldr	r1, [r2, #60]
 405              		.loc 1 241 0
 406 0016 9A60     		str	r2, [r3, #8]
 407              		.loc 1 242 0
 408 0018 D960     		str	r1, [r3, #12]
 409              		.loc 1 243 0
 410 001a D363     		str	r3, [r2, #60]
 411              	.LBE58:
 412              	.LBE59:
 413              		.loc 1 213 0
 414              	@ 213 "../..//os/kernel/src/chmtx.c" 1
 415 001c 62B6     		cpsie   i
 416              	@ 0 "" 2
 417              		.loc 1 215 0
 418              		.thumb
 419 001e 7047     		bx	lr
 420              	.L35:
 421              		.align	2
 422              	.L34:
 423 0020 00000000 		.word	rlist
 424              		.cfi_endproc
 425              	.LFE10:
 426              		.size	chMtxTryLock, .-chMtxTryLock
 427 0024 AFF30080 		.section	.text.chMtxTryLockS,"ax",%progbits
 427      AFF30080 
 427      AFF30080 
 428              		.align	2
 429              		.p2align 4,,15
 430              		.global	chMtxTryLockS
 431              		.thumb
 432              		.thumb_func
 433              		.type	chMtxTryLockS, %function
 434              	chMtxTryLockS:
 435              	.LFB11:
 436              		.loc 1 234 0
 437              		.cfi_startproc
 438              		@ args = 0, pretend = 0, frame = 0
 439              		@ frame_needed = 0, uses_anonymous_args = 0
 440              		@ link register save eliminated.
 441              	.LVL30:
 442              		.loc 1 239 0
 443 0000 8268     		ldr	r2, [r0, #8]
 444              		.loc 1 234 0
 445 0002 0346     		mov	r3, r0
 446              		.loc 1 239 0
 447 0004 0AB1     		cbz	r2, .L39
 448              		.loc 1 240 0
 449 0006 0020     		movs	r0, #0
 450              	.LVL31:
 451              		.loc 1 245 0
Maria Jorba Brosa authored
481
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 9
Imanol-Mikel Barba Sabariego authored
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540


 452 0008 7047     		bx	lr
 453              	.LVL32:
 454              	.L39:
 455              		.loc 1 241 0
 456 000a 044A     		ldr	r2, .L40
 457              		.loc 1 244 0
 458 000c 0120     		movs	r0, #1
 459              	.LVL33:
 460              		.loc 1 241 0
 461 000e D269     		ldr	r2, [r2, #28]
 462              		.loc 1 242 0
 463 0010 D16B     		ldr	r1, [r2, #60]
 464              		.loc 1 241 0
 465 0012 9A60     		str	r2, [r3, #8]
 466              		.loc 1 242 0
 467 0014 D960     		str	r1, [r3, #12]
 468              		.loc 1 243 0
 469 0016 D363     		str	r3, [r2, #60]
 470              		.loc 1 244 0
 471 0018 7047     		bx	lr
 472              	.L41:
 473 001a 00BF     		.align	2
 474              	.L40:
 475 001c 00000000 		.word	rlist
 476              		.cfi_endproc
 477              	.LFE11:
 478              		.size	chMtxTryLockS, .-chMtxTryLockS
 479              		.section	.text.chMtxUnlock,"ax",%progbits
 480              		.align	2
 481              		.p2align 4,,15
 482              		.global	chMtxUnlock
 483              		.thumb
 484              		.thumb_func
 485              		.type	chMtxUnlock, %function
 486              	chMtxUnlock:
 487              	.LFB12:
 488              		.loc 1 257 0
 489              		.cfi_startproc
 490              		@ args = 0, pretend = 0, frame = 0
 491              		@ frame_needed = 0, uses_anonymous_args = 0
 492 0000 38B5     		push	{r3, r4, r5, lr}
 493              	.LCFI2:
 494              		.cfi_def_cfa_offset 16
 495              		.cfi_offset 3, -16
 496              		.cfi_offset 4, -12
 497              		.cfi_offset 5, -8
 498              		.cfi_offset 14, -4
 499              		.loc 1 258 0
 500 0002 134B     		ldr	r3, .L53
 501 0004 D869     		ldr	r0, [r3, #28]
 502              	.LVL34:
 503              		.loc 1 261 0
 504              	@ 261 "../..//os/kernel/src/chmtx.c" 1
 505 0006 72B6     		cpsid   i
 506              	@ 0 "" 2
 507              		.loc 1 270 0
 508              		.thumb
Maria Jorba Brosa authored
541
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 10
Imanol-Mikel Barba Sabariego authored
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600


 509 0008 C46B     		ldr	r4, [r0, #60]
 510              	.LVL35:
 511              		.loc 1 273 0
 512 000a 2568     		ldr	r5, [r4, #0]
 513              		.loc 1 271 0
 514 000c E368     		ldr	r3, [r4, #12]
 515              		.loc 1 273 0
 516 000e A542     		cmp	r5, r4
 517              		.loc 1 271 0
 518 0010 C363     		str	r3, [r0, #60]
 519              		.loc 1 273 0
 520 0012 1AD0     		beq	.L43
 521              	.LBB60:
 522              		.loc 1 278 0
 523 0014 016C     		ldr	r1, [r0, #64]
 524              	.LVL36:
 525              		.loc 1 280 0
 526 0016 4BB1     		cbz	r3, .L44
 527              	.L50:
 528              		.loc 1 284 0
 529 0018 1A68     		ldr	r2, [r3, #0]
 530 001a 9A42     		cmp	r2, r3
 531 001c 03D0     		beq	.L45
 532              		.loc 1 284 0 is_stmt 0 discriminator 1
 533 001e 9268     		ldr	r2, [r2, #8]
 534 0020 9142     		cmp	r1, r2
 535 0022 38BF     		it	cc
 536 0024 1146     		movcc	r1, r2
 537              	.LVL37:
 538              	.L45:
 539              		.loc 1 286 0 is_stmt 1
 540 0026 DB68     		ldr	r3, [r3, #12]
 541              	.LVL38:
 542              		.loc 1 280 0
 543 0028 002B     		cmp	r3, #0
 544 002a F5D1     		bne	.L50
 545              	.L44:
 546              	.LBB61:
 547              	.LBB62:
 548              		.loc 2 62 0
 549 002c 2B68     		ldr	r3, [r5, #0]
 550              	.LVL39:
 551              	.LBE62:
 552              	.LBE61:
 553              		.loc 1 295 0
 554 002e EA6B     		ldr	r2, [r5, #60]
 555              		.loc 1 290 0
 556 0030 8160     		str	r1, [r0, #8]
 557              	.LVL40:
 558              	.LBB65:
 559              	.LBB63:
 560              		.loc 2 62 0
 561 0032 2360     		str	r3, [r4, #0]
 562              	.LBE63:
 563              	.LBE65:
 564              		.loc 1 297 0
 565 0034 2846     		mov	r0, r5
Maria Jorba Brosa authored
601
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 11
Imanol-Mikel Barba Sabariego authored
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660


 566              	.LVL41:
 567              	.LBB66:
 568              	.LBB64:
 569              		.loc 2 62 0
 570 0036 5C60     		str	r4, [r3, #4]
 571              	.LBE64:
 572              	.LBE66:
 573              		.loc 1 297 0
 574 0038 0021     		movs	r1, #0
 575              	.LVL42:
 576              		.loc 1 294 0
 577 003a A560     		str	r5, [r4, #8]
 578              		.loc 1 295 0
 579 003c E260     		str	r2, [r4, #12]
 580              		.loc 1 296 0
 581 003e EC63     		str	r4, [r5, #60]
 582              		.loc 1 297 0
 583 0040 FFF7FEFF 		bl	chSchWakeupS
 584              	.LVL43:
 585              	.L47:
 586              	.LBE60:
 587              		.loc 1 301 0
 588              	@ 301 "../..//os/kernel/src/chmtx.c" 1
 589 0044 62B6     		cpsie   i
 590              	@ 0 "" 2
 591              		.loc 1 303 0
 592              		.thumb
 593 0046 2046     		mov	r0, r4
 594 0048 38BD     		pop	{r3, r4, r5, pc}
 595              	.LVL44:
 596              	.L43:
 597              		.loc 1 300 0
 598 004a 0023     		movs	r3, #0
 599 004c A360     		str	r3, [r4, #8]
 600 004e F9E7     		b	.L47
 601              	.L54:
 602              		.align	2
 603              	.L53:
 604 0050 00000000 		.word	rlist
 605              		.cfi_endproc
 606              	.LFE12:
 607              		.size	chMtxUnlock, .-chMtxUnlock
 608 0054 AFF30080 		.section	.text.chMtxUnlockS,"ax",%progbits
 608      AFF30080 
 608      AFF30080 
 609              		.align	2
 610              		.p2align 4,,15
 611              		.global	chMtxUnlockS
 612              		.thumb
 613              		.thumb_func
 614              		.type	chMtxUnlockS, %function
 615              	chMtxUnlockS:
 616              	.LFB13:
 617              		.loc 1 317 0
 618              		.cfi_startproc
 619              		@ args = 0, pretend = 0, frame = 0
 620              		@ frame_needed = 0, uses_anonymous_args = 0
Maria Jorba Brosa authored
661
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 12
Imanol-Mikel Barba Sabariego authored
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720


 621 0000 38B5     		push	{r3, r4, r5, lr}
 622              	.LCFI3:
 623              		.cfi_def_cfa_offset 16
 624              		.cfi_offset 3, -16
 625              		.cfi_offset 4, -12
 626              		.cfi_offset 5, -8
 627              		.cfi_offset 14, -4
 628              		.loc 1 318 0
 629 0002 124B     		ldr	r3, .L66
 630 0004 D869     		ldr	r0, [r3, #28]
 631              	.LVL45:
 632              		.loc 1 331 0
 633 0006 C46B     		ldr	r4, [r0, #60]
 634              	.LVL46:
 635              		.loc 1 334 0
 636 0008 2568     		ldr	r5, [r4, #0]
 637              		.loc 1 332 0
 638 000a E368     		ldr	r3, [r4, #12]
 639              		.loc 1 334 0
 640 000c A542     		cmp	r5, r4
 641              		.loc 1 332 0
 642 000e C363     		str	r3, [r0, #60]
 643              		.loc 1 334 0
 644 0010 18D0     		beq	.L56
 645              	.LBB67:
 646              		.loc 1 339 0
 647 0012 016C     		ldr	r1, [r0, #64]
 648              	.LVL47:
 649              		.loc 1 341 0
 650 0014 4BB1     		cbz	r3, .L57
 651              	.L63:
 652              		.loc 1 345 0
 653 0016 1A68     		ldr	r2, [r3, #0]
 654 0018 9A42     		cmp	r2, r3
 655 001a 03D0     		beq	.L58
 656              		.loc 1 345 0 is_stmt 0 discriminator 1
 657 001c 9268     		ldr	r2, [r2, #8]
 658 001e 9142     		cmp	r1, r2
 659 0020 38BF     		it	cc
 660 0022 1146     		movcc	r1, r2
 661              	.LVL48:
 662              	.L58:
 663              		.loc 1 347 0 is_stmt 1
 664 0024 DB68     		ldr	r3, [r3, #12]
 665              	.LVL49:
 666              		.loc 1 341 0
 667 0026 002B     		cmp	r3, #0
 668 0028 F5D1     		bne	.L63
 669              	.L57:
 670              	.LBB68:
 671              	.LBB69:
 672              		.loc 2 62 0
 673 002a 2B68     		ldr	r3, [r5, #0]
 674              	.LVL50:
 675              	.LBE69:
 676              	.LBE68:
 677              		.loc 1 354 0
Maria Jorba Brosa authored
721
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 13
Imanol-Mikel Barba Sabariego authored
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780


 678 002c EA6B     		ldr	r2, [r5, #60]
 679              		.loc 1 349 0
 680 002e 8160     		str	r1, [r0, #8]
 681              	.LVL51:
 682              	.LBB72:
 683              	.LBB70:
 684              		.loc 2 62 0
 685 0030 2360     		str	r3, [r4, #0]
 686              	.LBE70:
 687              	.LBE72:
 688              		.loc 1 356 0
 689 0032 2846     		mov	r0, r5
 690              	.LVL52:
 691              	.LBB73:
 692              	.LBB71:
 693              		.loc 2 62 0
 694 0034 5C60     		str	r4, [r3, #4]
 695              	.LBE71:
 696              	.LBE73:
 697              		.loc 1 353 0
 698 0036 A560     		str	r5, [r4, #8]
 699              		.loc 1 354 0
 700 0038 E260     		str	r2, [r4, #12]
 701              		.loc 1 355 0
 702 003a EC63     		str	r4, [r5, #60]
 703              		.loc 1 356 0
 704 003c FFF7FEFF 		bl	chSchReadyI
 705              	.LVL53:
 706              	.LBE67:
 707              		.loc 1 361 0
 708 0040 2046     		mov	r0, r4
 709 0042 38BD     		pop	{r3, r4, r5, pc}
 710              	.LVL54:
 711              	.L56:
 712              		.loc 1 359 0
 713 0044 0023     		movs	r3, #0
 714 0046 A360     		str	r3, [r4, #8]
 715              		.loc 1 361 0
 716 0048 2046     		mov	r0, r4
 717              	.LVL55:
 718 004a 38BD     		pop	{r3, r4, r5, pc}
 719              	.L67:
 720              		.align	2
 721              	.L66:
 722 004c 00000000 		.word	rlist
 723              		.cfi_endproc
 724              	.LFE13:
 725              		.size	chMtxUnlockS, .-chMtxUnlockS
 726              		.section	.text.chMtxUnlockAll,"ax",%progbits
 727              		.align	2
 728              		.p2align 4,,15
 729              		.global	chMtxUnlockAll
 730              		.thumb
 731              		.thumb_func
 732              		.type	chMtxUnlockAll, %function
 733              	chMtxUnlockAll:
 734              	.LFB14:
Maria Jorba Brosa authored
781
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 14
Imanol-Mikel Barba Sabariego authored
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840


 735              		.loc 1 374 0
 736              		.cfi_startproc
 737              		@ args = 0, pretend = 0, frame = 0
 738              		@ frame_needed = 0, uses_anonymous_args = 0
 739              		.loc 1 375 0
 740 0000 104B     		ldr	r3, .L78
 741              		.loc 1 374 0
 742 0002 70B5     		push	{r4, r5, r6, lr}
 743              	.LCFI4:
 744              		.cfi_def_cfa_offset 16
 745              		.cfi_offset 4, -16
 746              		.cfi_offset 5, -12
 747              		.cfi_offset 6, -8
 748              		.cfi_offset 14, -4
 749              		.loc 1 375 0
 750 0004 DC69     		ldr	r4, [r3, #28]
 751              	.LVL56:
 752              		.loc 1 377 0
 753              	@ 377 "../..//os/kernel/src/chmtx.c" 1
 754 0006 72B6     		cpsid   i
 755              	@ 0 "" 2
 756              		.loc 1 378 0
 757              		.thumb
 758 0008 E36B     		ldr	r3, [r4, #60]
 759 000a C3B1     		cbz	r3, .L69
 760              	.LBB74:
 761              		.loc 1 390 0
 762 000c 0026     		movs	r6, #0
 763              	.L75:
 764              	.LVL57:
 765              		.loc 1 382 0
 766 000e 1A68     		ldr	r2, [r3, #0]
 767              	.LVL58:
 768              		.loc 1 381 0
 769 0010 D968     		ldr	r1, [r3, #12]
 770              		.loc 1 382 0
 771 0012 9A42     		cmp	r2, r3
 772              		.loc 1 381 0
 773 0014 E163     		str	r1, [r4, #60]
 774              	.LBB75:
 775              		.loc 1 387 0
 776 0016 1046     		mov	r0, r2
 777              	.LBE75:
 778              		.loc 1 390 0
 779 0018 08BF     		it	eq
 780 001a 9E60     		streq	r6, [r3, #8]
 781              		.loc 1 382 0
 782 001c 08D0     		beq	.L71
 783              	.LBB80:
 784              	.LBB76:
 785              	.LBB77:
 786              		.loc 2 62 0
 787 001e 1168     		ldr	r1, [r2, #0]
 788              	.LBE77:
 789              	.LBE76:
 790              		.loc 1 385 0
 791 0020 D56B     		ldr	r5, [r2, #60]
Maria Jorba Brosa authored
841
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 15
Imanol-Mikel Barba Sabariego authored
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889


 792              	.LBB79:
 793              	.LBB78:
 794              		.loc 2 62 0
 795 0022 1960     		str	r1, [r3, #0]
 796 0024 4B60     		str	r3, [r1, #4]
 797              	.LBE78:
 798              	.LBE79:
 799              		.loc 1 384 0
 800 0026 9A60     		str	r2, [r3, #8]
 801              		.loc 1 385 0
 802 0028 DD60     		str	r5, [r3, #12]
 803              		.loc 1 386 0
 804 002a D363     		str	r3, [r2, #60]
 805              		.loc 1 387 0
 806 002c FFF7FEFF 		bl	chSchReadyI
 807              	.LVL59:
 808              	.L71:
 809              	.LBE80:
 810              	.LBE74:
 811              		.loc 1 391 0
 812 0030 E36B     		ldr	r3, [r4, #60]
 813 0032 002B     		cmp	r3, #0
 814 0034 EBD1     		bne	.L75
 815              		.loc 1 392 0
 816 0036 236C     		ldr	r3, [r4, #64]
 817 0038 A360     		str	r3, [r4, #8]
 818              		.loc 1 393 0
 819 003a FFF7FEFF 		bl	chSchRescheduleS
 820              	.LVL60:
 821              	.L69:
 822              		.loc 1 395 0
 823              	@ 395 "../..//os/kernel/src/chmtx.c" 1
 824 003e 62B6     		cpsie   i
 825              	@ 0 "" 2
 826              		.thumb
 827 0040 70BD     		pop	{r4, r5, r6, pc}
 828              	.L79:
 829 0042 00BF     		.align	2
 830              	.L78:
 831 0044 00000000 		.word	rlist
 832              		.cfi_endproc
 833              	.LFE14:
 834              		.size	chMtxUnlockAll, .-chMtxUnlockAll
 835 0048 AFF30080 		.text
 835      AFF30080 
 836              	.Letext0:
Maria Jorba Brosa authored
890
 837              		.file 3 "c:/yagarto-20121222/lib/gcc/../../arm-none-eabi/sys-include/stdint.h"
Imanol-Mikel Barba Sabariego authored
891
892
893
894
895
896
897
898
899
900
 838              		.file 4 "../..//os/ports/GCC/ARMCMx/chtypes.h"
 839              		.file 5 "../..//os/kernel/include/chlists.h"
 840              		.file 6 "../..//os/kernel/include/chthreads.h"
 841              		.file 7 "../..//os/ports/GCC/ARMCMx/chcore_v7m.h"
 842              		.file 8 "../..//os/kernel/include/chschd.h"
 843              		.file 9 "../..//os/kernel/include/chmtx.h"
 844              		.section	.debug_info,"",%progbits
 845              	.Ldebug_info0:
 846 0000 58090000 		.4byte	0x958
 847 0004 0200     		.2byte	0x2
Maria Jorba Brosa authored
901
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 16
Imanol-Mikel Barba Sabariego authored
902
903
904
905
906


 848 0006 00000000 		.4byte	.Ldebug_abbrev0
 849 000a 04       		.byte	0x4
 850 000b 01       		.uleb128 0x1
Maria Jorba Brosa authored
907
 851 000c 0F020000 		.4byte	.LASF77
Imanol-Mikel Barba Sabariego authored
908
 852 0010 01       		.byte	0x1
Maria Jorba Brosa authored
909
910
 853 0011 7C030000 		.4byte	.LASF78
 854 0015 9D010000 		.4byte	.LASF79
Imanol-Mikel Barba Sabariego authored
911
912
913
914
915
916
917
918
919
920
921
 855 0019 B8010000 		.4byte	.Ldebug_ranges0+0x1b8
 856 001d 00000000 		.4byte	0
 857 0021 00000000 		.4byte	0
 858 0025 00000000 		.4byte	.Ldebug_line0
 859 0029 02       		.uleb128 0x2
 860 002a 04       		.byte	0x4
 861 002b 05       		.byte	0x5
 862 002c 696E7400 		.ascii	"int\000"
 863 0030 03       		.uleb128 0x3
 864 0031 04       		.byte	0x4
 865 0032 07       		.byte	0x7
Maria Jorba Brosa authored
922
 866 0033 D9000000 		.4byte	.LASF0
Imanol-Mikel Barba Sabariego authored
923
924
925
 867 0037 03       		.uleb128 0x3
 868 0038 01       		.byte	0x1
 869 0039 06       		.byte	0x6
Maria Jorba Brosa authored
926
 870 003a 4E000000 		.4byte	.LASF1
Imanol-Mikel Barba Sabariego authored
927
 871 003e 04       		.uleb128 0x4
Maria Jorba Brosa authored
928
 872 003f 44030000 		.4byte	.LASF5
Imanol-Mikel Barba Sabariego authored
929
930
931
932
933
934
 873 0043 03       		.byte	0x3
 874 0044 2A       		.byte	0x2a
 875 0045 49000000 		.4byte	0x49
 876 0049 03       		.uleb128 0x3
 877 004a 01       		.byte	0x1
 878 004b 08       		.byte	0x8
Maria Jorba Brosa authored
935
 879 004c 4C020000 		.4byte	.LASF2
Imanol-Mikel Barba Sabariego authored
936
937
938
 880 0050 03       		.uleb128 0x3
 881 0051 02       		.byte	0x2
 882 0052 05       		.byte	0x5
Maria Jorba Brosa authored
939
 883 0053 64020000 		.4byte	.LASF3
Imanol-Mikel Barba Sabariego authored
940
941
942
 884 0057 03       		.uleb128 0x3
 885 0058 02       		.byte	0x2
 886 0059 07       		.byte	0x7
Maria Jorba Brosa authored
943
 887 005a 00010000 		.4byte	.LASF4
Imanol-Mikel Barba Sabariego authored
944
 888 005e 04       		.uleb128 0x4
Maria Jorba Brosa authored
945
 889 005f 44020000 		.4byte	.LASF6
Imanol-Mikel Barba Sabariego authored
946
947
948
949
950
951
 890 0063 03       		.byte	0x3
 891 0064 4F       		.byte	0x4f
 892 0065 69000000 		.4byte	0x69
 893 0069 03       		.uleb128 0x3
 894 006a 04       		.byte	0x4
 895 006b 05       		.byte	0x5
Maria Jorba Brosa authored
952
 896 006c 71000000 		.4byte	.LASF7
Imanol-Mikel Barba Sabariego authored
953
 897 0070 04       		.uleb128 0x4
Maria Jorba Brosa authored
954
 898 0071 B3020000 		.4byte	.LASF8
Imanol-Mikel Barba Sabariego authored
955
956
957
958
959
960
 899 0075 03       		.byte	0x3
 900 0076 50       		.byte	0x50
 901 0077 7B000000 		.4byte	0x7b
 902 007b 03       		.uleb128 0x3
 903 007c 04       		.byte	0x4
 904 007d 07       		.byte	0x7
Maria Jorba Brosa authored
961
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 17
Imanol-Mikel Barba Sabariego authored
962
963
Maria Jorba Brosa authored
964
 905 007e E6000000 		.4byte	.LASF9
Imanol-Mikel Barba Sabariego authored
965
966
967
 906 0082 03       		.uleb128 0x3
 907 0083 08       		.byte	0x8
 908 0084 05       		.byte	0x5
Maria Jorba Brosa authored
968
 909 0085 40000000 		.4byte	.LASF10
Imanol-Mikel Barba Sabariego authored
969
970
971
 910 0089 03       		.uleb128 0x3
 911 008a 08       		.byte	0x8
 912 008b 07       		.byte	0x7
Maria Jorba Brosa authored
972
 913 008c 0D000000 		.4byte	.LASF11
Imanol-Mikel Barba Sabariego authored
973
 914 0090 04       		.uleb128 0x4
Maria Jorba Brosa authored
974
 915 0091 62000000 		.4byte	.LASF12
Imanol-Mikel Barba Sabariego authored
975
976
977
978
 916 0095 04       		.byte	0x4
 917 0096 2E       		.byte	0x2e
 918 0097 5E000000 		.4byte	0x5e
 919 009b 04       		.uleb128 0x4
Maria Jorba Brosa authored
979
 920 009c 3C010000 		.4byte	.LASF13
Imanol-Mikel Barba Sabariego authored
980
981
982
983
 921 00a0 04       		.byte	0x4
 922 00a1 2F       		.byte	0x2f
 923 00a2 3E000000 		.4byte	0x3e
 924 00a6 04       		.uleb128 0x4
Maria Jorba Brosa authored
984
 925 00a7 7A000000 		.4byte	.LASF14
Imanol-Mikel Barba Sabariego authored
985
986
987
988
 926 00ab 04       		.byte	0x4
 927 00ac 30       		.byte	0x30
 928 00ad 3E000000 		.4byte	0x3e
 929 00b1 04       		.uleb128 0x4
Maria Jorba Brosa authored
989
 930 00b2 2D020000 		.4byte	.LASF15
Imanol-Mikel Barba Sabariego authored
990
991
992
993
 931 00b6 04       		.byte	0x4
 932 00b7 31       		.byte	0x31
 933 00b8 3E000000 		.4byte	0x3e
 934 00bc 04       		.uleb128 0x4
Maria Jorba Brosa authored
994
 935 00bd 3C020000 		.4byte	.LASF16
Imanol-Mikel Barba Sabariego authored
995
996
997
998
 936 00c1 04       		.byte	0x4
 937 00c2 32       		.byte	0x32
 938 00c3 70000000 		.4byte	0x70
 939 00c7 04       		.uleb128 0x4
Maria Jorba Brosa authored
999
 940 00c8 13010000 		.4byte	.LASF17
Imanol-Mikel Barba Sabariego authored
1000
1001
1002
1003
 941 00cc 04       		.byte	0x4
 942 00cd 33       		.byte	0x33
 943 00ce 5E000000 		.4byte	0x5e
 944 00d2 04       		.uleb128 0x4
Maria Jorba Brosa authored
1004
 945 00d3 50010000 		.4byte	.LASF18
Imanol-Mikel Barba Sabariego authored
1005
1006
1007
1008
 946 00d7 04       		.byte	0x4
 947 00d8 35       		.byte	0x35
 948 00d9 70000000 		.4byte	0x70
 949 00dd 04       		.uleb128 0x4
Maria Jorba Brosa authored
1009
 950 00de E8020000 		.4byte	.LASF19
Imanol-Mikel Barba Sabariego authored
1010
1011
1012
1013
 951 00e2 04       		.byte	0x4
 952 00e3 36       		.byte	0x36
 953 00e4 70000000 		.4byte	0x70
 954 00e8 04       		.uleb128 0x4
Maria Jorba Brosa authored
1014
 955 00e9 C6000000 		.4byte	.LASF20
Imanol-Mikel Barba Sabariego authored
1015
1016
1017
1018
 956 00ed 04       		.byte	0x4
 957 00ee 37       		.byte	0x37
 958 00ef 5E000000 		.4byte	0x5e
 959 00f3 04       		.uleb128 0x4
Maria Jorba Brosa authored
1019
 960 00f4 93020000 		.4byte	.LASF21
Imanol-Mikel Barba Sabariego authored
1020
 961 00f8 05       		.byte	0x5
Maria Jorba Brosa authored
1021
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 18
Imanol-Mikel Barba Sabariego authored
1022
1023
1024
1025
1026


 962 00f9 2A       		.byte	0x2a
 963 00fa FE000000 		.4byte	0xfe
 964 00fe 05       		.uleb128 0x5
Maria Jorba Brosa authored
1027
 965 00ff 93020000 		.4byte	.LASF21
Imanol-Mikel Barba Sabariego authored
1028
1029
1030
1031
1032
 966 0103 48       		.byte	0x48
 967 0104 06       		.byte	0x6
 968 0105 5E       		.byte	0x5e
 969 0106 15020000 		.4byte	0x215
 970 010a 06       		.uleb128 0x6
Maria Jorba Brosa authored
1033
 971 010b 84020000 		.4byte	.LASF22
Imanol-Mikel Barba Sabariego authored
1034
1035
1036
1037
1038
1039
1040
 972 010f 06       		.byte	0x6
 973 0110 5F       		.byte	0x5f
 974 0111 3A020000 		.4byte	0x23a
 975 0115 02       		.byte	0x2
 976 0116 23       		.byte	0x23
 977 0117 00       		.uleb128 0
 978 0118 06       		.uleb128 0x6
Maria Jorba Brosa authored
1041
 979 0119 35020000 		.4byte	.LASF23
Imanol-Mikel Barba Sabariego authored
1042
1043
1044
1045
1046
1047
1048
 980 011d 06       		.byte	0x6
 981 011e 61       		.byte	0x61
 982 011f 3A020000 		.4byte	0x23a
 983 0123 02       		.byte	0x2
 984 0124 23       		.byte	0x23
 985 0125 04       		.uleb128 0x4
 986 0126 06       		.uleb128 0x6
Maria Jorba Brosa authored
1049
 987 0127 39000000 		.4byte	.LASF24
Imanol-Mikel Barba Sabariego authored
1050
1051
1052
1053
1054
1055
1056
 988 012b 06       		.byte	0x6
 989 012c 63       		.byte	0x63
 990 012d BC000000 		.4byte	0xbc
 991 0131 02       		.byte	0x2
 992 0132 23       		.byte	0x23
 993 0133 08       		.uleb128 0x8
 994 0134 06       		.uleb128 0x6
Maria Jorba Brosa authored
1057
 995 0135 6C030000 		.4byte	.LASF25
Imanol-Mikel Barba Sabariego authored
1058
1059
1060
1061
1062
1063
1064
 996 0139 06       		.byte	0x6
 997 013a 64       		.byte	0x64
 998 013b 07030000 		.4byte	0x307
 999 013f 02       		.byte	0x2
 1000 0140 23       		.byte	0x23
 1001 0141 0C       		.uleb128 0xc
 1002 0142 06       		.uleb128 0x6
Maria Jorba Brosa authored
1065
 1003 0143 9C000000 		.4byte	.LASF26
Imanol-Mikel Barba Sabariego authored
1066
1067
1068
1069
1070
1071
1072
 1004 0147 06       		.byte	0x6
 1005 0148 66       		.byte	0x66
 1006 0149 3A020000 		.4byte	0x23a
 1007 014d 02       		.byte	0x2
 1008 014e 23       		.byte	0x23
 1009 014f 10       		.uleb128 0x10
 1010 0150 06       		.uleb128 0x6
Maria Jorba Brosa authored
1073
 1011 0151 82010000 		.4byte	.LASF27
Imanol-Mikel Barba Sabariego authored
1074
1075
1076
1077
1078
1079
1080
 1012 0155 06       		.byte	0x6
 1013 0156 67       		.byte	0x67
 1014 0157 3A020000 		.4byte	0x23a
 1015 015b 02       		.byte	0x2
 1016 015c 23       		.byte	0x23
 1017 015d 14       		.uleb128 0x14
 1018 015e 06       		.uleb128 0x6
Maria Jorba Brosa authored
1081
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 19
Imanol-Mikel Barba Sabariego authored
1082
1083
Maria Jorba Brosa authored
1084
 1019 015f 53030000 		.4byte	.LASF28
Imanol-Mikel Barba Sabariego authored
1085
1086
1087
1088
1089
1090
1091
 1020 0163 06       		.byte	0x6
 1021 0164 6E       		.byte	0x6e
 1022 0165 29040000 		.4byte	0x429
 1023 0169 02       		.byte	0x2
 1024 016a 23       		.byte	0x23
 1025 016b 18       		.uleb128 0x18
 1026 016c 06       		.uleb128 0x6
Maria Jorba Brosa authored
1092
 1027 016d 6E020000 		.4byte	.LASF29
Imanol-Mikel Barba Sabariego authored
1093
1094
1095
1096
1097
1098
1099
 1028 0171 06       		.byte	0x6
 1029 0172 79       		.byte	0x79
 1030 0173 A6000000 		.4byte	0xa6
 1031 0177 02       		.byte	0x2
 1032 0178 23       		.byte	0x23
 1033 0179 1C       		.uleb128 0x1c
 1034 017a 06       		.uleb128 0x6
Maria Jorba Brosa authored
1100
 1035 017b 8B020000 		.4byte	.LASF30
Imanol-Mikel Barba Sabariego authored
1101
1102
1103
1104
1105
1106
1107
 1036 017f 06       		.byte	0x6
 1037 0180 7D       		.byte	0x7d
 1038 0181 9B000000 		.4byte	0x9b
 1039 0185 02       		.byte	0x2
 1040 0186 23       		.byte	0x23
 1041 0187 1D       		.uleb128 0x1d
 1042 0188 06       		.uleb128 0x6
Maria Jorba Brosa authored
1108
 1043 0189 2D030000 		.4byte	.LASF31
Imanol-Mikel Barba Sabariego authored
1109
1110
1111
1112
1113
1114
1115
 1044 018d 06       		.byte	0x6
 1045 018e 82       		.byte	0x82
 1046 018f B1000000 		.4byte	0xb1
 1047 0193 02       		.byte	0x2
 1048 0194 23       		.byte	0x23
 1049 0195 1E       		.uleb128 0x1e
 1050 0196 06       		.uleb128 0x6
Maria Jorba Brosa authored
1116
 1051 0197 FD020000 		.4byte	.LASF32
Imanol-Mikel Barba Sabariego authored
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
 1052 019b 06       		.byte	0x6
 1053 019c 89       		.byte	0x89
 1054 019d 31030000 		.4byte	0x331
 1055 01a1 02       		.byte	0x2
 1056 01a2 23       		.byte	0x23
 1057 01a3 20       		.uleb128 0x20
 1058 01a4 07       		.uleb128 0x7
 1059 01a5 705F7500 		.ascii	"p_u\000"
 1060 01a9 06       		.byte	0x6
 1061 01aa AE       		.byte	0xae
 1062 01ab F4030000 		.4byte	0x3f4
 1063 01af 02       		.byte	0x2
 1064 01b0 23       		.byte	0x23
 1065 01b1 24       		.uleb128 0x24
 1066 01b2 06       		.uleb128 0x6
Maria Jorba Brosa authored
1132
 1067 01b3 72030000 		.4byte	.LASF33
Imanol-Mikel Barba Sabariego authored
1133
1134
1135
1136
1137
1138
1139
 1068 01b7 06       		.byte	0x6
 1069 01b8 B3       		.byte	0xb3
 1070 01b9 62020000 		.4byte	0x262
 1071 01bd 02       		.byte	0x2
 1072 01be 23       		.byte	0x23
 1073 01bf 28       		.uleb128 0x28
 1074 01c0 06       		.uleb128 0x6
Maria Jorba Brosa authored
1140
 1075 01c1 0B030000 		.4byte	.LASF34
Maria Jorba Brosa authored
1141
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 20
Imanol-Mikel Barba Sabariego authored
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158


 1076 01c5 06       		.byte	0x6
 1077 01c6 B9       		.byte	0xb9
 1078 01c7 40020000 		.4byte	0x240
 1079 01cb 02       		.byte	0x2
 1080 01cc 23       		.byte	0x23
 1081 01cd 2C       		.uleb128 0x2c
 1082 01ce 06       		.uleb128 0x6
 1083 01cf 00000000 		.4byte	.LASF35
 1084 01d3 06       		.byte	0x6
 1085 01d4 BD       		.byte	0xbd
 1086 01d5 C7000000 		.4byte	0xc7
 1087 01d9 02       		.byte	0x2
 1088 01da 23       		.byte	0x23
 1089 01db 34       		.uleb128 0x34
 1090 01dc 06       		.uleb128 0x6
Maria Jorba Brosa authored
1159
 1091 01dd A8020000 		.4byte	.LASF36
Imanol-Mikel Barba Sabariego authored
1160
1161
1162
1163
1164
1165
1166
 1092 01e1 06       		.byte	0x6
 1093 01e2 C3       		.byte	0xc3
 1094 01e3 D2000000 		.4byte	0xd2
 1095 01e7 02       		.byte	0x2
 1096 01e8 23       		.byte	0x23
 1097 01e9 38       		.uleb128 0x38
 1098 01ea 06       		.uleb128 0x6
Maria Jorba Brosa authored
1167
 1099 01eb 5A020000 		.4byte	.LASF37
Imanol-Mikel Barba Sabariego authored
1168
1169
1170
1171
1172
1173
1174
 1100 01ef 06       		.byte	0x6
 1101 01f0 CA       		.byte	0xca
 1102 01f1 3B040000 		.4byte	0x43b
 1103 01f5 02       		.byte	0x2
 1104 01f6 23       		.byte	0x23
 1105 01f7 3C       		.uleb128 0x3c
 1106 01f8 06       		.uleb128 0x6
Maria Jorba Brosa authored
1175
 1107 01f9 F2020000 		.4byte	.LASF38
Imanol-Mikel Barba Sabariego authored
1176
1177
1178
1179
1180
1181
1182
 1108 01fd 06       		.byte	0x6
 1109 01fe CE       		.byte	0xce
 1110 01ff BC000000 		.4byte	0xbc
 1111 0203 02       		.byte	0x2
 1112 0204 23       		.byte	0x23
 1113 0205 40       		.uleb128 0x40
 1114 0206 06       		.uleb128 0x6
Maria Jorba Brosa authored
1183
 1115 0207 5A000000 		.4byte	.LASF39
Imanol-Mikel Barba Sabariego authored
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
 1116 020b 06       		.byte	0x6
 1117 020c D4       		.byte	0xd4
 1118 020d 78020000 		.4byte	0x278
 1119 0211 02       		.byte	0x2
 1120 0212 23       		.byte	0x23
 1121 0213 44       		.uleb128 0x44
 1122 0214 00       		.byte	0
 1123 0215 08       		.uleb128 0x8
 1124 0216 08       		.byte	0x8
 1125 0217 05       		.byte	0x5
 1126 0218 61       		.byte	0x61
 1127 0219 3A020000 		.4byte	0x23a
 1128 021d 06       		.uleb128 0x6
Maria Jorba Brosa authored
1197
 1129 021e 84020000 		.4byte	.LASF22
Imanol-Mikel Barba Sabariego authored
1198
1199
1200
 1130 0222 05       		.byte	0x5
 1131 0223 62       		.byte	0x62
 1132 0224 3A020000 		.4byte	0x23a
Maria Jorba Brosa authored
1201
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 21
Imanol-Mikel Barba Sabariego authored
1202
1203
1204
1205
1206
1207


 1133 0228 02       		.byte	0x2
 1134 0229 23       		.byte	0x23
 1135 022a 00       		.uleb128 0
 1136 022b 06       		.uleb128 0x6
Maria Jorba Brosa authored
1208
 1137 022c 35020000 		.4byte	.LASF23
Imanol-Mikel Barba Sabariego authored
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
 1138 0230 05       		.byte	0x5
 1139 0231 64       		.byte	0x64
 1140 0232 3A020000 		.4byte	0x23a
 1141 0236 02       		.byte	0x2
 1142 0237 23       		.byte	0x23
 1143 0238 04       		.uleb128 0x4
 1144 0239 00       		.byte	0
 1145 023a 09       		.uleb128 0x9
 1146 023b 04       		.byte	0x4
 1147 023c F3000000 		.4byte	0xf3
 1148 0240 04       		.uleb128 0x4
Maria Jorba Brosa authored
1220
 1149 0241 90010000 		.4byte	.LASF40
Imanol-Mikel Barba Sabariego authored
1221
1222
1223
1224
1225
1226
1227
1228
1229
 1150 0245 05       		.byte	0x5
 1151 0246 66       		.byte	0x66
 1152 0247 15020000 		.4byte	0x215
 1153 024b 08       		.uleb128 0x8
 1154 024c 04       		.byte	0x4
 1155 024d 05       		.byte	0x5
 1156 024e 6B       		.byte	0x6b
 1157 024f 62020000 		.4byte	0x262
 1158 0253 06       		.uleb128 0x6
Maria Jorba Brosa authored
1230
 1159 0254 84020000 		.4byte	.LASF22
Imanol-Mikel Barba Sabariego authored
1231
1232
1233
1234
1235
1236
1237
1238
 1160 0258 05       		.byte	0x5
 1161 0259 6D       		.byte	0x6d
 1162 025a 3A020000 		.4byte	0x23a
 1163 025e 02       		.byte	0x2
 1164 025f 23       		.byte	0x23
 1165 0260 00       		.uleb128 0
 1166 0261 00       		.byte	0
 1167 0262 04       		.uleb128 0x4
Maria Jorba Brosa authored
1239
 1168 0263 44010000 		.4byte	.LASF41
Imanol-Mikel Barba Sabariego authored
1240
1241
1242
1243
 1169 0267 05       		.byte	0x5
 1170 0268 70       		.byte	0x70
 1171 0269 4B020000 		.4byte	0x24b
 1172 026d 04       		.uleb128 0x4
Maria Jorba Brosa authored
1244
 1173 026e BD000000 		.4byte	.LASF42
Imanol-Mikel Barba Sabariego authored
1245
1246
1247
1248
1249
1250
 1174 0272 07       		.byte	0x7
 1175 0273 D7       		.byte	0xd7
 1176 0274 78020000 		.4byte	0x278
 1177 0278 0A       		.uleb128 0xa
 1178 0279 04       		.byte	0x4
 1179 027a 05       		.uleb128 0x5
Maria Jorba Brosa authored
1251
 1180 027b 04030000 		.4byte	.LASF43
Imanol-Mikel Barba Sabariego authored
1252
1253
1254
1255
1256
1257
1258
1259
1260
 1181 027f 24       		.byte	0x24
 1182 0280 07       		.byte	0x7
 1183 0281 FE       		.byte	0xfe
 1184 0282 07030000 		.4byte	0x307
 1185 0286 0B       		.uleb128 0xb
 1186 0287 723400   		.ascii	"r4\000"
 1187 028a 07       		.byte	0x7
 1188 028b 1101     		.2byte	0x111
 1189 028d 6D020000 		.4byte	0x26d
Maria Jorba Brosa authored
1261
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 22
Imanol-Mikel Barba Sabariego authored
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320


 1190 0291 02       		.byte	0x2
 1191 0292 23       		.byte	0x23
 1192 0293 00       		.uleb128 0
 1193 0294 0B       		.uleb128 0xb
 1194 0295 723500   		.ascii	"r5\000"
 1195 0298 07       		.byte	0x7
 1196 0299 1201     		.2byte	0x112
 1197 029b 6D020000 		.4byte	0x26d
 1198 029f 02       		.byte	0x2
 1199 02a0 23       		.byte	0x23
 1200 02a1 04       		.uleb128 0x4
 1201 02a2 0B       		.uleb128 0xb
 1202 02a3 723600   		.ascii	"r6\000"
 1203 02a6 07       		.byte	0x7
 1204 02a7 1301     		.2byte	0x113
 1205 02a9 6D020000 		.4byte	0x26d
 1206 02ad 02       		.byte	0x2
 1207 02ae 23       		.byte	0x23
 1208 02af 08       		.uleb128 0x8
 1209 02b0 0B       		.uleb128 0xb
 1210 02b1 723700   		.ascii	"r7\000"
 1211 02b4 07       		.byte	0x7
 1212 02b5 1401     		.2byte	0x114
 1213 02b7 6D020000 		.4byte	0x26d
 1214 02bb 02       		.byte	0x2
 1215 02bc 23       		.byte	0x23
 1216 02bd 0C       		.uleb128 0xc
 1217 02be 0B       		.uleb128 0xb
 1218 02bf 723800   		.ascii	"r8\000"
 1219 02c2 07       		.byte	0x7
 1220 02c3 1501     		.2byte	0x115
 1221 02c5 6D020000 		.4byte	0x26d
 1222 02c9 02       		.byte	0x2
 1223 02ca 23       		.byte	0x23
 1224 02cb 10       		.uleb128 0x10
 1225 02cc 0B       		.uleb128 0xb
 1226 02cd 723900   		.ascii	"r9\000"
 1227 02d0 07       		.byte	0x7
 1228 02d1 1601     		.2byte	0x116
 1229 02d3 6D020000 		.4byte	0x26d
 1230 02d7 02       		.byte	0x2
 1231 02d8 23       		.byte	0x23
 1232 02d9 14       		.uleb128 0x14
 1233 02da 0B       		.uleb128 0xb
 1234 02db 72313000 		.ascii	"r10\000"
 1235 02df 07       		.byte	0x7
 1236 02e0 1701     		.2byte	0x117
 1237 02e2 6D020000 		.4byte	0x26d
 1238 02e6 02       		.byte	0x2
 1239 02e7 23       		.byte	0x23
 1240 02e8 18       		.uleb128 0x18
 1241 02e9 0B       		.uleb128 0xb
 1242 02ea 72313100 		.ascii	"r11\000"
 1243 02ee 07       		.byte	0x7
 1244 02ef 1801     		.2byte	0x118
 1245 02f1 6D020000 		.4byte	0x26d
 1246 02f5 02       		.byte	0x2
Maria Jorba Brosa authored
1321
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 23
Imanol-Mikel Barba Sabariego authored
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335


 1247 02f6 23       		.byte	0x23
 1248 02f7 1C       		.uleb128 0x1c
 1249 02f8 0B       		.uleb128 0xb
 1250 02f9 6C7200   		.ascii	"lr\000"
 1251 02fc 07       		.byte	0x7
 1252 02fd 1901     		.2byte	0x119
 1253 02ff 6D020000 		.4byte	0x26d
 1254 0303 02       		.byte	0x2
 1255 0304 23       		.byte	0x23
 1256 0305 20       		.uleb128 0x20
 1257 0306 00       		.byte	0
 1258 0307 0C       		.uleb128 0xc
Maria Jorba Brosa authored
1336
 1259 0308 F8000000 		.4byte	.LASF44
Imanol-Mikel Barba Sabariego authored
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
 1260 030c 04       		.byte	0x4
 1261 030d 07       		.byte	0x7
 1262 030e 2301     		.2byte	0x123
 1263 0310 24030000 		.4byte	0x324
 1264 0314 0B       		.uleb128 0xb
 1265 0315 72313300 		.ascii	"r13\000"
 1266 0319 07       		.byte	0x7
 1267 031a 2401     		.2byte	0x124
 1268 031c 24030000 		.4byte	0x324
 1269 0320 02       		.byte	0x2
 1270 0321 23       		.byte	0x23
 1271 0322 00       		.uleb128 0
 1272 0323 00       		.byte	0
 1273 0324 09       		.uleb128 0x9
 1274 0325 04       		.byte	0x4
 1275 0326 7A020000 		.4byte	0x27a
 1276 032a 03       		.uleb128 0x3
 1277 032b 04       		.byte	0x4
 1278 032c 07       		.byte	0x7
Maria Jorba Brosa authored
1356
 1279 032d 6F010000 		.4byte	.LASF45
Imanol-Mikel Barba Sabariego authored
1357
1358
1359
1360
1361
1362
1363
1364
 1280 0331 0D       		.uleb128 0xd
 1281 0332 DD000000 		.4byte	0xdd
 1282 0336 08       		.uleb128 0x8
 1283 0337 20       		.byte	0x20
 1284 0338 08       		.byte	0x8
 1285 0339 5E       		.byte	0x5e
 1286 033a A1030000 		.4byte	0x3a1
 1287 033e 06       		.uleb128 0x6
Maria Jorba Brosa authored
1365
 1288 033f BC020000 		.4byte	.LASF46
Imanol-Mikel Barba Sabariego authored
1366
1367
1368
1369
1370
1371
1372
 1289 0343 08       		.byte	0x8
 1290 0344 5F       		.byte	0x5f
 1291 0345 40020000 		.4byte	0x240
 1292 0349 02       		.byte	0x2
 1293 034a 23       		.byte	0x23
 1294 034b 00       		.uleb128 0
 1295 034c 06       		.uleb128 0x6
Maria Jorba Brosa authored
1373
 1296 034d 76020000 		.4byte	.LASF47
Imanol-Mikel Barba Sabariego authored
1374
1375
1376
1377
1378
1379
1380
 1297 0351 08       		.byte	0x8
 1298 0352 60       		.byte	0x60
 1299 0353 BC000000 		.4byte	0xbc
 1300 0357 02       		.byte	0x2
 1301 0358 23       		.byte	0x23
 1302 0359 08       		.uleb128 0x8
 1303 035a 06       		.uleb128 0x6
Maria Jorba Brosa authored
1381
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 24
Imanol-Mikel Barba Sabariego authored
1382
1383
Maria Jorba Brosa authored
1384
 1304 035b 8A010000 		.4byte	.LASF48
Imanol-Mikel Barba Sabariego authored
1385
1386
1387
1388
1389
1390
1391
 1305 035f 08       		.byte	0x8
 1306 0360 62       		.byte	0x62
 1307 0361 07030000 		.4byte	0x307
 1308 0365 02       		.byte	0x2
 1309 0366 23       		.byte	0x23
 1310 0367 0C       		.uleb128 0xc
 1311 0368 06       		.uleb128 0x6
Maria Jorba Brosa authored
1392
 1312 0369 B5000000 		.4byte	.LASF49
Imanol-Mikel Barba Sabariego authored
1393
1394
1395
1396
1397
1398
1399
 1313 036d 08       		.byte	0x8
 1314 036e 65       		.byte	0x65
 1315 036f 3A020000 		.4byte	0x23a
 1316 0373 02       		.byte	0x2
 1317 0374 23       		.byte	0x23
 1318 0375 10       		.uleb128 0x10
 1319 0376 06       		.uleb128 0x6
Maria Jorba Brosa authored
1400
 1320 0377 25020000 		.4byte	.LASF50
Imanol-Mikel Barba Sabariego authored
1401
1402
1403
1404
1405
1406
1407
 1321 037b 08       		.byte	0x8
 1322 037c 66       		.byte	0x66
 1323 037d 3A020000 		.4byte	0x23a
 1324 0381 02       		.byte	0x2
 1325 0382 23       		.byte	0x23
 1326 0383 14       		.uleb128 0x14
 1327 0384 06       		.uleb128 0x6
Maria Jorba Brosa authored
1408
 1328 0385 5A030000 		.4byte	.LASF51
Imanol-Mikel Barba Sabariego authored
1409
1410
1411
1412
1413
1414
1415
 1329 0389 08       		.byte	0x8
 1330 038a 6A       		.byte	0x6a
 1331 038b E8000000 		.4byte	0xe8
 1332 038f 02       		.byte	0x2
 1333 0390 23       		.byte	0x23
 1334 0391 18       		.uleb128 0x18
 1335 0392 06       		.uleb128 0x6
Maria Jorba Brosa authored
1416
 1336 0393 1B020000 		.4byte	.LASF52
Imanol-Mikel Barba Sabariego authored
1417
1418
1419
1420
1421
1422
1423
1424
 1337 0397 08       		.byte	0x8
 1338 0398 6C       		.byte	0x6c
 1339 0399 3A020000 		.4byte	0x23a
 1340 039d 02       		.byte	0x2
 1341 039e 23       		.byte	0x23
 1342 039f 1C       		.uleb128 0x1c
 1343 03a0 00       		.byte	0
 1344 03a1 04       		.uleb128 0x4
Maria Jorba Brosa authored
1425
 1345 03a2 34030000 		.4byte	.LASF53
Imanol-Mikel Barba Sabariego authored
1426
1427
1428
1429
 1346 03a6 08       		.byte	0x8
 1347 03a7 6E       		.byte	0x6e
 1348 03a8 36030000 		.4byte	0x336
 1349 03ac 05       		.uleb128 0x5
Maria Jorba Brosa authored
1430
 1350 03ad 69010000 		.4byte	.LASF54
Imanol-Mikel Barba Sabariego authored
1431
1432
1433
1434
1435
 1351 03b1 10       		.byte	0x10
 1352 03b2 09       		.byte	0x9
 1353 03b3 2C       		.byte	0x2c
 1354 03b4 E3030000 		.4byte	0x3e3
 1355 03b8 06       		.uleb128 0x6
Maria Jorba Brosa authored
1436
 1356 03b9 69000000 		.4byte	.LASF55
Imanol-Mikel Barba Sabariego authored
1437
1438
1439
1440
 1357 03bd 09       		.byte	0x9
 1358 03be 2D       		.byte	0x2d
 1359 03bf 40020000 		.4byte	0x240
 1360 03c3 02       		.byte	0x2
Maria Jorba Brosa authored
1441
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 25
Imanol-Mikel Barba Sabariego authored
1442
1443
1444
1445
1446


 1361 03c4 23       		.byte	0x23
 1362 03c5 00       		.uleb128 0
 1363 03c6 06       		.uleb128 0x6
Maria Jorba Brosa authored
1447
 1364 03c7 64030000 		.4byte	.LASF56
Imanol-Mikel Barba Sabariego authored
1448
1449
1450
1451
1452
1453
1454
 1365 03cb 09       		.byte	0x9
 1366 03cc 2F       		.byte	0x2f
 1367 03cd 3A020000 		.4byte	0x23a
 1368 03d1 02       		.byte	0x2
 1369 03d2 23       		.byte	0x23
 1370 03d3 08       		.uleb128 0x8
 1371 03d4 06       		.uleb128 0x6
Maria Jorba Brosa authored
1455
 1372 03d5 E1020000 		.4byte	.LASF57
Imanol-Mikel Barba Sabariego authored
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
 1373 03d9 09       		.byte	0x9
 1374 03da 31       		.byte	0x31
 1375 03db E3030000 		.4byte	0x3e3
 1376 03df 02       		.byte	0x2
 1377 03e0 23       		.byte	0x23
 1378 03e1 0C       		.uleb128 0xc
 1379 03e2 00       		.byte	0
 1380 03e3 09       		.uleb128 0x9
 1381 03e4 04       		.byte	0x4
 1382 03e5 AC030000 		.4byte	0x3ac
 1383 03e9 04       		.uleb128 0x4
Maria Jorba Brosa authored
1467
 1384 03ea 69010000 		.4byte	.LASF54
Imanol-Mikel Barba Sabariego authored
1468
1469
1470
1471
1472
1473
1474
1475
1476
 1385 03ee 09       		.byte	0x9
 1386 03ef 33       		.byte	0x33
 1387 03f0 AC030000 		.4byte	0x3ac
 1388 03f4 0E       		.uleb128 0xe
 1389 03f5 04       		.byte	0x4
 1390 03f6 06       		.byte	0x6
 1391 03f7 90       		.byte	0x90
 1392 03f8 29040000 		.4byte	0x429
 1393 03fc 0F       		.uleb128 0xf
Maria Jorba Brosa authored
1477
 1394 03fd 06000000 		.4byte	.LASF58
Imanol-Mikel Barba Sabariego authored
1478
1479
1480
1481
 1395 0401 06       		.byte	0x6
 1396 0402 97       		.byte	0x97
 1397 0403 C7000000 		.4byte	0xc7
 1398 0407 0F       		.uleb128 0xf
Maria Jorba Brosa authored
1482
 1399 0408 24000000 		.4byte	.LASF59
Imanol-Mikel Barba Sabariego authored
1483
1484
1485
1486
 1400 040c 06       		.byte	0x6
 1401 040d 9E       		.byte	0x9e
 1402 040e C7000000 		.4byte	0xc7
 1403 0412 0F       		.uleb128 0xf
Maria Jorba Brosa authored
1487
 1404 0413 4C030000 		.4byte	.LASF60
Imanol-Mikel Barba Sabariego authored
1488
1489
1490
1491
 1405 0417 06       		.byte	0x6
 1406 0418 A5       		.byte	0xa5
 1407 0419 78020000 		.4byte	0x278
 1408 041d 0F       		.uleb128 0xf
Maria Jorba Brosa authored
1492
 1409 041e 7D020000 		.4byte	.LASF61
Imanol-Mikel Barba Sabariego authored
1493
1494
1495
1496
1497
1498
1499
1500
 1410 0422 06       		.byte	0x6
 1411 0423 AC       		.byte	0xac
 1412 0424 D2000000 		.4byte	0xd2
 1413 0428 00       		.byte	0
 1414 0429 09       		.uleb128 0x9
 1415 042a 04       		.byte	0x4
 1416 042b 2F040000 		.4byte	0x42f
 1417 042f 10       		.uleb128 0x10
Maria Jorba Brosa authored
1501
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 26
Imanol-Mikel Barba Sabariego authored
1502
1503
1504
1505
1506
1507


 1418 0430 34040000 		.4byte	0x434
 1419 0434 03       		.uleb128 0x3
 1420 0435 01       		.byte	0x1
 1421 0436 08       		.byte	0x8
Maria Jorba Brosa authored
1508
 1422 0437 D0020000 		.4byte	.LASF62
Imanol-Mikel Barba Sabariego authored
1509
1510
1511
1512
 1423 043b 09       		.uleb128 0x9
 1424 043c 04       		.byte	0x4
 1425 043d E9030000 		.4byte	0x3e9
 1426 0441 11       		.uleb128 0x11
Maria Jorba Brosa authored
1513
 1427 0442 07020000 		.4byte	.LASF63
Imanol-Mikel Barba Sabariego authored
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
 1428 0446 02       		.byte	0x2
 1429 0447 49       		.byte	0x49
 1430 0448 01       		.byte	0x1
 1431 0449 3A020000 		.4byte	0x23a
 1432 044d 03       		.byte	0x3
 1433 044e 5D040000 		.4byte	0x45d
 1434 0452 12       		.uleb128 0x12
 1435 0453 747000   		.ascii	"tp\000"
 1436 0456 02       		.byte	0x2
 1437 0457 49       		.byte	0x49
 1438 0458 3A020000 		.4byte	0x23a
 1439 045c 00       		.byte	0
 1440 045d 13       		.uleb128 0x13
Maria Jorba Brosa authored
1527
 1441 045e 19010000 		.4byte	.LASF80
Imanol-Mikel Barba Sabariego authored
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
 1442 0462 02       		.byte	0x2
 1443 0463 29       		.byte	0x29
 1444 0464 01       		.byte	0x1
 1445 0465 03       		.byte	0x3
 1446 0466 8A040000 		.4byte	0x48a
 1447 046a 12       		.uleb128 0x12
 1448 046b 747000   		.ascii	"tp\000"
 1449 046e 02       		.byte	0x2
 1450 046f 29       		.byte	0x29
 1451 0470 3A020000 		.4byte	0x23a
 1452 0474 12       		.uleb128 0x12
 1453 0475 74717000 		.ascii	"tqp\000"
 1454 0479 02       		.byte	0x2
 1455 047a 29       		.byte	0x29
 1456 047b 8A040000 		.4byte	0x48a
 1457 047f 14       		.uleb128 0x14
 1458 0480 637000   		.ascii	"cp\000"
 1459 0483 02       		.byte	0x2
 1460 0484 2B       		.byte	0x2b
 1461 0485 3A020000 		.4byte	0x23a
 1462 0489 00       		.byte	0
 1463 048a 09       		.uleb128 0x9
 1464 048b 04       		.byte	0x4
 1465 048c 40020000 		.4byte	0x240
 1466 0490 15       		.uleb128 0x15
 1467 0491 01       		.byte	0x1
Maria Jorba Brosa authored
1554
 1468 0492 8E000000 		.4byte	.LASF73
Imanol-Mikel Barba Sabariego authored
1555
1556
1557
1558
1559
1560
 1469 0496 01       		.byte	0x1
 1470 0497 EA       		.byte	0xea
 1471 0498 01       		.byte	0x1
 1472 0499 90000000 		.4byte	0x90
 1473 049d 01       		.byte	0x1
 1474 049e AD040000 		.4byte	0x4ad
Maria Jorba Brosa authored
1561
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 27
Imanol-Mikel Barba Sabariego authored
1562
1563
1564
1565
1566
1567
1568
1569
1570


 1475 04a2 12       		.uleb128 0x12
 1476 04a3 6D7000   		.ascii	"mp\000"
 1477 04a6 01       		.byte	0x1
 1478 04a7 EA       		.byte	0xea
 1479 04a8 3B040000 		.4byte	0x43b
 1480 04ac 00       		.byte	0
 1481 04ad 11       		.uleb128 0x11
Maria Jorba Brosa authored
1571
 1482 04ae D5020000 		.4byte	.LASF64
Imanol-Mikel Barba Sabariego authored
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
 1483 04b2 02       		.byte	0x2
 1484 04b3 3B       		.byte	0x3b
 1485 04b4 01       		.byte	0x1
 1486 04b5 3A020000 		.4byte	0x23a
 1487 04b9 03       		.byte	0x3
 1488 04ba D4040000 		.4byte	0x4d4
 1489 04be 12       		.uleb128 0x12
 1490 04bf 74717000 		.ascii	"tqp\000"
 1491 04c3 02       		.byte	0x2
 1492 04c4 3B       		.byte	0x3b
 1493 04c5 8A040000 		.4byte	0x48a
 1494 04c9 14       		.uleb128 0x14
 1495 04ca 747000   		.ascii	"tp\000"
 1496 04cd 02       		.byte	0x2
 1497 04ce 3C       		.byte	0x3c
 1498 04cf 3A020000 		.4byte	0x23a
 1499 04d3 00       		.byte	0
 1500 04d4 16       		.uleb128 0x16
 1501 04d5 01       		.byte	0x1
Maria Jorba Brosa authored
1591
 1502 04d6 23030000 		.4byte	.LASF65
Imanol-Mikel Barba Sabariego authored
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
 1503 04da 01       		.byte	0x1
 1504 04db 56       		.byte	0x56
 1505 04dc 01       		.byte	0x1
 1506 04dd 00000000 		.4byte	.LFB7
 1507 04e1 0A000000 		.4byte	.LFE7
 1508 04e5 02       		.byte	0x2
 1509 04e6 7D       		.byte	0x7d
 1510 04e7 00       		.sleb128 0
 1511 04e8 01       		.byte	0x1
 1512 04e9 FA040000 		.4byte	0x4fa
 1513 04ed 17       		.uleb128 0x17
 1514 04ee 6D7000   		.ascii	"mp\000"
 1515 04f1 01       		.byte	0x1
 1516 04f2 56       		.byte	0x56
 1517 04f3 3B040000 		.4byte	0x43b
 1518 04f7 01       		.byte	0x1
 1519 04f8 50       		.byte	0x50
 1520 04f9 00       		.byte	0
 1521 04fa 18       		.uleb128 0x18
 1522 04fb 01       		.byte	0x1
Maria Jorba Brosa authored
1612
 1523 04fc 83000000 		.4byte	.LASF66
Imanol-Mikel Barba Sabariego authored
1613
1614
1615
1616
1617
1618
1619
1620
 1524 0500 01       		.byte	0x1
 1525 0501 79       		.byte	0x79
 1526 0502 01       		.byte	0x1
 1527 0503 00000000 		.4byte	.LFB9
 1528 0507 C4000000 		.4byte	.LFE9
 1529 050b 00000000 		.4byte	.LLST0
 1530 050f 01       		.byte	0x1
 1531 0510 5B060000 		.4byte	0x65b
Maria Jorba Brosa authored
1621
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 28
Imanol-Mikel Barba Sabariego authored
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680


 1532 0514 19       		.uleb128 0x19
 1533 0515 6D7000   		.ascii	"mp\000"
 1534 0518 01       		.byte	0x1
 1535 0519 79       		.byte	0x79
 1536 051a 3B040000 		.4byte	0x43b
 1537 051e 20000000 		.4byte	.LLST1
 1538 0522 1A       		.uleb128 0x1a
 1539 0523 63747000 		.ascii	"ctp\000"
 1540 0527 01       		.byte	0x1
 1541 0528 7A       		.byte	0x7a
 1542 0529 3A020000 		.4byte	0x23a
 1543 052d 01       		.byte	0x1
 1544 052e 54       		.byte	0x54
 1545 052f 1B       		.uleb128 0x1b
 1546 0530 00000000 		.4byte	.Ldebug_ranges0+0
 1547 0534 1C       		.uleb128 0x1c
 1548 0535 747000   		.ascii	"tp\000"
 1549 0538 01       		.byte	0x1
 1550 0539 84       		.byte	0x84
 1551 053a 3A020000 		.4byte	0x23a
 1552 053e 54000000 		.4byte	.LLST2
 1553 0542 1D       		.uleb128 0x1d
 1554 0543 5D040000 		.4byte	0x45d
 1555 0547 26000000 		.4byte	.LBB28
 1556 054b 20000000 		.4byte	.Ldebug_ranges0+0x20
 1557 054f 01       		.byte	0x1
 1558 0550 AD       		.byte	0xad
 1559 0551 77050000 		.4byte	0x577
 1560 0555 1E       		.uleb128 0x1e
 1561 0556 74040000 		.4byte	0x474
 1562 055a 93000000 		.4byte	.LLST3
 1563 055e 1E       		.uleb128 0x1e
 1564 055f 6A040000 		.4byte	0x46a
 1565 0563 A6000000 		.4byte	.LLST4
 1566 0567 1B       		.uleb128 0x1b
 1567 0568 38000000 		.4byte	.Ldebug_ranges0+0x38
 1568 056c 1F       		.uleb128 0x1f
 1569 056d 7F040000 		.4byte	0x47f
 1570 0571 B9000000 		.4byte	.LLST5
 1571 0575 00       		.byte	0
 1572 0576 00       		.byte	0
 1573 0577 1D       		.uleb128 0x1d
 1574 0578 41040000 		.4byte	0x441
 1575 057c 4A000000 		.4byte	.LBB32
 1576 0580 50000000 		.4byte	.Ldebug_ranges0+0x50
 1577 0584 01       		.byte	0x1
 1578 0585 A7       		.byte	0xa7
 1579 0586 94050000 		.4byte	0x594
 1580 058a 1E       		.uleb128 0x1e
 1581 058b 52040000 		.4byte	0x452
 1582 058f D7000000 		.4byte	.LLST6
 1583 0593 00       		.byte	0
 1584 0594 1D       		.uleb128 0x1d
 1585 0595 41040000 		.4byte	0x441
 1586 0599 5C000000 		.4byte	.LBB36
 1587 059d 68000000 		.4byte	.Ldebug_ranges0+0x68
 1588 05a1 01       		.byte	0x1
Maria Jorba Brosa authored
1681
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 29
Imanol-Mikel Barba Sabariego authored
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740


 1589 05a2 9E       		.byte	0x9e
 1590 05a3 B1050000 		.4byte	0x5b1
 1591 05a7 1E       		.uleb128 0x1e
 1592 05a8 52040000 		.4byte	0x452
 1593 05ac F5000000 		.4byte	.LLST7
 1594 05b0 00       		.byte	0
 1595 05b1 20       		.uleb128 0x20
 1596 05b2 5D040000 		.4byte	0x45d
 1597 05b6 6A000000 		.4byte	.LBB42
 1598 05ba 82000000 		.4byte	.LBE42
 1599 05be 01       		.byte	0x1
 1600 05bf 9E       		.byte	0x9e
 1601 05c0 EA050000 		.4byte	0x5ea
 1602 05c4 1E       		.uleb128 0x1e
 1603 05c5 74040000 		.4byte	0x474
 1604 05c9 08010000 		.4byte	.LLST8
 1605 05cd 1E       		.uleb128 0x1e
 1606 05ce 6A040000 		.4byte	0x46a
 1607 05d2 1B010000 		.4byte	.LLST9
 1608 05d6 21       		.uleb128 0x21
 1609 05d7 6A000000 		.4byte	.LBB43
 1610 05db 82000000 		.4byte	.LBE43
 1611 05df 1F       		.uleb128 0x1f
 1612 05e0 7F040000 		.4byte	0x47f
 1613 05e4 2E010000 		.4byte	.LLST10
 1614 05e8 00       		.byte	0
 1615 05e9 00       		.byte	0
 1616 05ea 1D       		.uleb128 0x1d
 1617 05eb 41040000 		.4byte	0x441
 1618 05ef 82000000 		.4byte	.LBB44
 1619 05f3 88000000 		.4byte	.Ldebug_ranges0+0x88
 1620 05f7 01       		.byte	0x1
 1621 05f8 8E       		.byte	0x8e
 1622 05f9 07060000 		.4byte	0x607
 1623 05fd 1E       		.uleb128 0x1e
 1624 05fe 52040000 		.4byte	0x452
 1625 0602 4C010000 		.4byte	.LLST11
 1626 0606 00       		.byte	0
 1627 0607 1D       		.uleb128 0x1d
 1628 0608 5D040000 		.4byte	0x45d
 1629 060c 90000000 		.4byte	.LBB50
 1630 0610 A8000000 		.4byte	.Ldebug_ranges0+0xa8
 1631 0614 01       		.byte	0x1
 1632 0615 8E       		.byte	0x8e
 1633 0616 3C060000 		.4byte	0x63c
 1634 061a 1E       		.uleb128 0x1e
 1635 061b 74040000 		.4byte	0x474
 1636 061f 76010000 		.4byte	.LLST12
 1637 0623 1E       		.uleb128 0x1e
 1638 0624 6A040000 		.4byte	0x46a
 1639 0628 94010000 		.4byte	.LLST13
 1640 062c 1B       		.uleb128 0x1b
 1641 062d C0000000 		.4byte	.Ldebug_ranges0+0xc0
 1642 0631 1F       		.uleb128 0x1f
 1643 0632 7F040000 		.4byte	0x47f
 1644 0636 BE010000 		.4byte	.LLST14
 1645 063a 00       		.byte	0
Maria Jorba Brosa authored
1741
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 30
Imanol-Mikel Barba Sabariego authored
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762


 1646 063b 00       		.byte	0
 1647 063c 22       		.uleb128 0x22
 1648 063d 4A000000 		.4byte	.LVL8
 1649 0641 01       		.byte	0x1
 1650 0642 0C090000 		.4byte	0x90c
 1651 0646 50060000 		.4byte	0x650
 1652 064a 23       		.uleb128 0x23
 1653 064b 01       		.byte	0x1
 1654 064c 50       		.byte	0x50
 1655 064d 01       		.byte	0x1
 1656 064e 34       		.byte	0x34
 1657 064f 00       		.byte	0
 1658 0650 24       		.uleb128 0x24
 1659 0651 5A000000 		.4byte	.LVL10
 1660 0655 20090000 		.4byte	0x920
 1661 0659 00       		.byte	0
 1662 065a 00       		.byte	0
 1663 065b 18       		.uleb128 0x18
 1664 065c 01       		.byte	0x1
Maria Jorba Brosa authored
1763
 1665 065d 78010000 		.4byte	.LASF67
Imanol-Mikel Barba Sabariego authored
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
 1666 0661 01       		.byte	0x1
 1667 0662 67       		.byte	0x67
 1668 0663 01       		.byte	0x1
 1669 0664 00000000 		.4byte	.LFB8
 1670 0668 0C000000 		.4byte	.LFE8
 1671 066c E7010000 		.4byte	.LLST15
 1672 0670 01       		.byte	0x1
 1673 0671 95060000 		.4byte	0x695
 1674 0675 19       		.uleb128 0x19
 1675 0676 6D7000   		.ascii	"mp\000"
 1676 0679 01       		.byte	0x1
 1677 067a 67       		.byte	0x67
 1678 067b 3B040000 		.4byte	0x43b
 1679 067f 07020000 		.4byte	.LLST16
 1680 0683 25       		.uleb128 0x25
 1681 0684 08000000 		.4byte	.LVL26
 1682 0688 FA040000 		.4byte	0x4fa
 1683 068c 23       		.uleb128 0x23
 1684 068d 01       		.byte	0x1
 1685 068e 50       		.byte	0x50
 1686 068f 03       		.byte	0x3
 1687 0690 F3       		.byte	0xf3
 1688 0691 01       		.uleb128 0x1
 1689 0692 50       		.byte	0x50
 1690 0693 00       		.byte	0
 1691 0694 00       		.byte	0
 1692 0695 26       		.uleb128 0x26
 1693 0696 01       		.byte	0x1
Maria Jorba Brosa authored
1792
 1694 0697 5C010000 		.4byte	.LASF68
Imanol-Mikel Barba Sabariego authored
1793
1794
1795
1796
1797
1798
1799
1800
 1695 069b 01       		.byte	0x1
 1696 069c CE       		.byte	0xce
 1697 069d 01       		.byte	0x1
 1698 069e 90000000 		.4byte	0x90
 1699 06a2 00000000 		.4byte	.LFB10
 1700 06a6 24000000 		.4byte	.LFE10
 1701 06aa 02       		.byte	0x2
 1702 06ab 7D       		.byte	0x7d
Maria Jorba Brosa authored
1801
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 31
Imanol-Mikel Barba Sabariego authored
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845


 1703 06ac 00       		.sleb128 0
 1704 06ad 01       		.byte	0x1
 1705 06ae E5060000 		.4byte	0x6e5
 1706 06b2 19       		.uleb128 0x19
 1707 06b3 6D7000   		.ascii	"mp\000"
 1708 06b6 01       		.byte	0x1
 1709 06b7 CE       		.byte	0xce
 1710 06b8 3B040000 		.4byte	0x43b
 1711 06bc 28020000 		.4byte	.LLST17
 1712 06c0 1A       		.uleb128 0x1a
 1713 06c1 6200     		.ascii	"b\000"
 1714 06c3 01       		.byte	0x1
 1715 06c4 CF       		.byte	0xcf
 1716 06c5 90000000 		.4byte	0x90
 1717 06c9 01       		.byte	0x1
 1718 06ca 50       		.byte	0x50
 1719 06cb 27       		.uleb128 0x27
 1720 06cc 90040000 		.4byte	0x490
 1721 06d0 04000000 		.4byte	.LBB56
 1722 06d4 D8000000 		.4byte	.Ldebug_ranges0+0xd8
 1723 06d8 01       		.byte	0x1
 1724 06d9 D3       		.byte	0xd3
 1725 06da 1E       		.uleb128 0x1e
 1726 06db A2040000 		.4byte	0x4a2
 1727 06df 46020000 		.4byte	.LLST18
 1728 06e3 00       		.byte	0
 1729 06e4 00       		.byte	0
 1730 06e5 28       		.uleb128 0x28
 1731 06e6 90040000 		.4byte	0x490
 1732 06ea 00000000 		.4byte	.LFB11
 1733 06ee 20000000 		.4byte	.LFE11
 1734 06f2 02       		.byte	0x2
 1735 06f3 7D       		.byte	0x7d
 1736 06f4 00       		.sleb128 0
 1737 06f5 01       		.byte	0x1
 1738 06f6 04070000 		.4byte	0x704
 1739 06fa 1E       		.uleb128 0x1e
 1740 06fb A2040000 		.4byte	0x4a2
 1741 06ff 64020000 		.4byte	.LLST19
 1742 0703 00       		.byte	0
 1743 0704 29       		.uleb128 0x29
 1744 0705 01       		.byte	0x1
Maria Jorba Brosa authored
1846
 1745 0706 2D000000 		.4byte	.LASF69
Imanol-Mikel Barba Sabariego authored
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
 1746 070a 01       		.byte	0x1
 1747 070b 0101     		.2byte	0x101
 1748 070d 01       		.byte	0x1
 1749 070e 3B040000 		.4byte	0x43b
 1750 0712 00000000 		.4byte	.LFB12
 1751 0716 54000000 		.4byte	.LFE12
 1752 071a 98020000 		.4byte	.LLST20
 1753 071e 01       		.byte	0x1
 1754 071f B8070000 		.4byte	0x7b8
 1755 0723 2A       		.uleb128 0x2a
 1756 0724 63747000 		.ascii	"ctp\000"
 1757 0728 01       		.byte	0x1
 1758 0729 0201     		.2byte	0x102
 1759 072b 3A020000 		.4byte	0x23a
Maria Jorba Brosa authored
1861
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 32
Imanol-Mikel Barba Sabariego authored
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886


 1760 072f B8020000 		.4byte	.LLST21
 1761 0733 2B       		.uleb128 0x2b
 1762 0734 756D7000 		.ascii	"ump\000"
 1763 0738 01       		.byte	0x1
 1764 0739 0301     		.2byte	0x103
 1765 073b 3B040000 		.4byte	0x43b
 1766 073f 01       		.byte	0x1
 1767 0740 54       		.byte	0x54
 1768 0741 2A       		.uleb128 0x2a
 1769 0742 6D7000   		.ascii	"mp\000"
 1770 0745 01       		.byte	0x1
 1771 0746 0301     		.2byte	0x103
 1772 0748 3B040000 		.4byte	0x43b
 1773 074c D6020000 		.4byte	.LLST22
 1774 0750 21       		.uleb128 0x21
 1775 0751 14000000 		.4byte	.LBB60
 1776 0755 44000000 		.4byte	.LBE60
 1777 0759 2C       		.uleb128 0x2c
 1778 075a 747000   		.ascii	"tp\000"
 1779 075d 01       		.byte	0x1
 1780 075e 1201     		.2byte	0x112
 1781 0760 3A020000 		.4byte	0x23a
 1782 0764 2D       		.uleb128 0x2d
Maria Jorba Brosa authored
1887
 1783 0765 34010000 		.4byte	.LASF70
Imanol-Mikel Barba Sabariego authored
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
 1784 0769 01       		.byte	0x1
 1785 076a 1601     		.2byte	0x116
 1786 076c BC000000 		.4byte	0xbc
 1787 0770 E9020000 		.4byte	.LLST23
 1788 0774 2E       		.uleb128 0x2e
 1789 0775 AD040000 		.4byte	0x4ad
 1790 0779 2C000000 		.4byte	.LBB61
 1791 077d F0000000 		.4byte	.Ldebug_ranges0+0xf0
 1792 0781 01       		.byte	0x1
 1793 0782 2501     		.2byte	0x125
 1794 0784 A1070000 		.4byte	0x7a1
 1795 0788 1E       		.uleb128 0x1e
 1796 0789 BE040000 		.4byte	0x4be
 1797 078d FC020000 		.4byte	.LLST24
 1798 0791 1B       		.uleb128 0x1b
 1799 0792 10010000 		.4byte	.Ldebug_ranges0+0x110
 1800 0796 1F       		.uleb128 0x1f
 1801 0797 C9040000 		.4byte	0x4c9
 1802 079b 0F030000 		.4byte	.LLST25
 1803 079f 00       		.byte	0
 1804 07a0 00       		.byte	0
 1805 07a1 25       		.uleb128 0x25
 1806 07a2 44000000 		.4byte	.LVL43
 1807 07a6 38090000 		.4byte	0x938
 1808 07aa 23       		.uleb128 0x23
 1809 07ab 01       		.byte	0x1
 1810 07ac 51       		.byte	0x51
 1811 07ad 01       		.byte	0x1
 1812 07ae 30       		.byte	0x30
 1813 07af 23       		.uleb128 0x23
 1814 07b0 01       		.byte	0x1
 1815 07b1 50       		.byte	0x50
 1816 07b2 02       		.byte	0x2
Maria Jorba Brosa authored
1921
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 33
Imanol-Mikel Barba Sabariego authored
1922
1923
1924
1925
1926
1927
1928
1929
1930


 1817 07b3 75       		.byte	0x75
 1818 07b4 00       		.sleb128 0
 1819 07b5 00       		.byte	0
 1820 07b6 00       		.byte	0
 1821 07b7 00       		.byte	0
 1822 07b8 29       		.uleb128 0x29
 1823 07b9 01       		.byte	0x1
Maria Jorba Brosa authored
1931
 1824 07ba CC000000 		.4byte	.LASF71
Imanol-Mikel Barba Sabariego authored
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
 1825 07be 01       		.byte	0x1
 1826 07bf 3D01     		.2byte	0x13d
 1827 07c1 01       		.byte	0x1
 1828 07c2 3B040000 		.4byte	0x43b
 1829 07c6 00000000 		.4byte	.LFB13
 1830 07ca 50000000 		.4byte	.LFE13
 1831 07ce 22030000 		.4byte	.LLST26
 1832 07d2 01       		.byte	0x1
 1833 07d3 67080000 		.4byte	0x867
 1834 07d7 2A       		.uleb128 0x2a
 1835 07d8 63747000 		.ascii	"ctp\000"
 1836 07dc 01       		.byte	0x1
 1837 07dd 3E01     		.2byte	0x13e
 1838 07df 3A020000 		.4byte	0x23a
 1839 07e3 42030000 		.4byte	.LLST27
 1840 07e7 2B       		.uleb128 0x2b
 1841 07e8 756D7000 		.ascii	"ump\000"
 1842 07ec 01       		.byte	0x1
 1843 07ed 3F01     		.2byte	0x13f
 1844 07ef 3B040000 		.4byte	0x43b
 1845 07f3 01       		.byte	0x1
 1846 07f4 54       		.byte	0x54
 1847 07f5 2A       		.uleb128 0x2a
 1848 07f6 6D7000   		.ascii	"mp\000"
 1849 07f9 01       		.byte	0x1
 1850 07fa 3F01     		.2byte	0x13f
 1851 07fc 3B040000 		.4byte	0x43b
 1852 0800 60030000 		.4byte	.LLST28
 1853 0804 21       		.uleb128 0x21
 1854 0805 12000000 		.4byte	.LBB67
 1855 0809 40000000 		.4byte	.LBE67
 1856 080d 2C       		.uleb128 0x2c
 1857 080e 747000   		.ascii	"tp\000"
 1858 0811 01       		.byte	0x1
 1859 0812 4F01     		.2byte	0x14f
 1860 0814 3A020000 		.4byte	0x23a
 1861 0818 2D       		.uleb128 0x2d
Maria Jorba Brosa authored
1969
 1862 0819 34010000 		.4byte	.LASF70
Imanol-Mikel Barba Sabariego authored
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
 1863 081d 01       		.byte	0x1
 1864 081e 5301     		.2byte	0x153
 1865 0820 BC000000 		.4byte	0xbc
 1866 0824 73030000 		.4byte	.LLST29
 1867 0828 2E       		.uleb128 0x2e
 1868 0829 AD040000 		.4byte	0x4ad
 1869 082d 2A000000 		.4byte	.LBB68
 1870 0831 30010000 		.4byte	.Ldebug_ranges0+0x130
 1871 0835 01       		.byte	0x1
 1872 0836 6001     		.2byte	0x160
 1873 0838 55080000 		.4byte	0x855
Maria Jorba Brosa authored
1981
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 34
Imanol-Mikel Barba Sabariego authored
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007


 1874 083c 1E       		.uleb128 0x1e
 1875 083d BE040000 		.4byte	0x4be
 1876 0841 86030000 		.4byte	.LLST30
 1877 0845 1B       		.uleb128 0x1b
 1878 0846 50010000 		.4byte	.Ldebug_ranges0+0x150
 1879 084a 1F       		.uleb128 0x1f
 1880 084b C9040000 		.4byte	0x4c9
 1881 084f 99030000 		.4byte	.LLST31
 1882 0853 00       		.byte	0
 1883 0854 00       		.byte	0
 1884 0855 25       		.uleb128 0x25
 1885 0856 40000000 		.4byte	.LVL53
 1886 085a 20090000 		.4byte	0x920
 1887 085e 23       		.uleb128 0x23
 1888 085f 01       		.byte	0x1
 1889 0860 50       		.byte	0x50
 1890 0861 02       		.byte	0x2
 1891 0862 75       		.byte	0x75
 1892 0863 00       		.sleb128 0
 1893 0864 00       		.byte	0
 1894 0865 00       		.byte	0
 1895 0866 00       		.byte	0
 1896 0867 2F       		.uleb128 0x2f
 1897 0868 01       		.byte	0x1
Maria Jorba Brosa authored
2008
 1898 0869 25010000 		.4byte	.LASF72
Imanol-Mikel Barba Sabariego authored
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
 1899 086d 01       		.byte	0x1
 1900 086e 7601     		.2byte	0x176
 1901 0870 01       		.byte	0x1
 1902 0871 00000000 		.4byte	.LFB14
 1903 0875 48000000 		.4byte	.LFE14
 1904 0879 AC030000 		.4byte	.LLST32
 1905 087d 01       		.byte	0x1
 1906 087e FF080000 		.4byte	0x8ff
 1907 0882 2B       		.uleb128 0x2b
 1908 0883 63747000 		.ascii	"ctp\000"
 1909 0887 01       		.byte	0x1
 1910 0888 7701     		.2byte	0x177
 1911 088a 3A020000 		.4byte	0x23a
 1912 088e 01       		.byte	0x1
 1913 088f 54       		.byte	0x54
 1914 0890 30       		.uleb128 0x30
 1915 0891 0C000000 		.4byte	.LBB74
 1916 0895 30000000 		.4byte	.LBE74
 1917 0899 F5080000 		.4byte	0x8f5
 1918 089d 2A       		.uleb128 0x2a
 1919 089e 756D7000 		.ascii	"ump\000"
 1920 08a2 01       		.byte	0x1
 1921 08a3 7C01     		.2byte	0x17c
 1922 08a5 3B040000 		.4byte	0x43b
 1923 08a9 CC030000 		.4byte	.LLST33
 1924 08ad 1B       		.uleb128 0x1b
 1925 08ae 70010000 		.4byte	.Ldebug_ranges0+0x170
 1926 08b2 2C       		.uleb128 0x2c
 1927 08b3 747000   		.ascii	"tp\000"
 1928 08b6 01       		.byte	0x1
 1929 08b7 7F01     		.2byte	0x17f
 1930 08b9 3A020000 		.4byte	0x23a
Maria Jorba Brosa authored
2041
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 35
Imanol-Mikel Barba Sabariego authored
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070


 1931 08bd 2E       		.uleb128 0x2e
 1932 08be AD040000 		.4byte	0x4ad
 1933 08c2 1E000000 		.4byte	.LBB76
 1934 08c6 88010000 		.4byte	.Ldebug_ranges0+0x188
 1935 08ca 01       		.byte	0x1
 1936 08cb 7F01     		.2byte	0x17f
 1937 08cd EA080000 		.4byte	0x8ea
 1938 08d1 1E       		.uleb128 0x1e
 1939 08d2 BE040000 		.4byte	0x4be
 1940 08d6 CC030000 		.4byte	.LLST33
 1941 08da 1B       		.uleb128 0x1b
 1942 08db A0010000 		.4byte	.Ldebug_ranges0+0x1a0
 1943 08df 1F       		.uleb128 0x1f
 1944 08e0 C9040000 		.4byte	0x4c9
 1945 08e4 DF030000 		.4byte	.LLST35
 1946 08e8 00       		.byte	0
 1947 08e9 00       		.byte	0
 1948 08ea 24       		.uleb128 0x24
 1949 08eb 30000000 		.4byte	.LVL59
 1950 08ef 20090000 		.4byte	0x920
 1951 08f3 00       		.byte	0
 1952 08f4 00       		.byte	0
 1953 08f5 24       		.uleb128 0x24
 1954 08f6 3E000000 		.4byte	.LVL60
 1955 08fa 51090000 		.4byte	0x951
 1956 08fe 00       		.byte	0
 1957 08ff 31       		.uleb128 0x31
Maria Jorba Brosa authored
2071
 1958 0900 3E030000 		.4byte	.LASF81
Imanol-Mikel Barba Sabariego authored
2072
2073
2074
2075
2076
2077
2078
 1959 0904 08       		.byte	0x8
 1960 0905 72       		.byte	0x72
 1961 0906 A1030000 		.4byte	0x3a1
 1962 090a 01       		.byte	0x1
 1963 090b 01       		.byte	0x1
 1964 090c 32       		.uleb128 0x32
 1965 090d 01       		.byte	0x1
Maria Jorba Brosa authored
2079
 1966 090e 9A020000 		.4byte	.LASF75
Imanol-Mikel Barba Sabariego authored
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
 1967 0912 08       		.byte	0x8
 1968 0913 96       		.byte	0x96
 1969 0914 01       		.byte	0x1
 1970 0915 01       		.byte	0x1
 1971 0916 20090000 		.4byte	0x920
 1972 091a 33       		.uleb128 0x33
 1973 091b A6000000 		.4byte	0xa6
 1974 091f 00       		.byte	0
 1975 0920 34       		.uleb128 0x34
 1976 0921 01       		.byte	0x1
Maria Jorba Brosa authored
2090
 1977 0922 C4020000 		.4byte	.LASF74
Imanol-Mikel Barba Sabariego authored
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
 1978 0926 08       		.byte	0x8
 1979 0927 93       		.byte	0x93
 1980 0928 01       		.byte	0x1
 1981 0929 3A020000 		.4byte	0x23a
 1982 092d 01       		.byte	0x1
 1983 092e 38090000 		.4byte	0x938
 1984 0932 33       		.uleb128 0x33
 1985 0933 3A020000 		.4byte	0x23a
 1986 0937 00       		.byte	0
 1987 0938 32       		.uleb128 0x32
Maria Jorba Brosa authored
2101
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 36
Imanol-Mikel Barba Sabariego authored
2102
2103
2104


 1988 0939 01       		.byte	0x1
Maria Jorba Brosa authored
2105
 1989 093a 16030000 		.4byte	.LASF76
Imanol-Mikel Barba Sabariego authored
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
 1990 093e 08       		.byte	0x8
 1991 093f 9C       		.byte	0x9c
 1992 0940 01       		.byte	0x1
 1993 0941 01       		.byte	0x1
 1994 0942 51090000 		.4byte	0x951
 1995 0946 33       		.uleb128 0x33
 1996 0947 3A020000 		.4byte	0x23a
 1997 094b 33       		.uleb128 0x33
 1998 094c C7000000 		.4byte	0xc7
 1999 0950 00       		.byte	0
 2000 0951 35       		.uleb128 0x35
 2001 0952 01       		.byte	0x1
Maria Jorba Brosa authored
2118
 2002 0953 A4000000 		.4byte	.LASF82
Imanol-Mikel Barba Sabariego authored
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
 2003 0957 08       		.byte	0x8
 2004 0958 9F       		.byte	0x9f
 2005 0959 01       		.byte	0x1
 2006 095a 01       		.byte	0x1
 2007 095b 00       		.byte	0
 2008              		.section	.debug_abbrev,"",%progbits
 2009              	.Ldebug_abbrev0:
 2010 0000 01       		.uleb128 0x1
 2011 0001 11       		.uleb128 0x11
 2012 0002 01       		.byte	0x1
 2013 0003 25       		.uleb128 0x25
 2014 0004 0E       		.uleb128 0xe
 2015 0005 13       		.uleb128 0x13
 2016 0006 0B       		.uleb128 0xb
 2017 0007 03       		.uleb128 0x3
 2018 0008 0E       		.uleb128 0xe
 2019 0009 1B       		.uleb128 0x1b
 2020 000a 0E       		.uleb128 0xe
 2021 000b 55       		.uleb128 0x55
 2022 000c 06       		.uleb128 0x6
 2023 000d 11       		.uleb128 0x11
 2024 000e 01       		.uleb128 0x1
 2025 000f 52       		.uleb128 0x52
 2026 0010 01       		.uleb128 0x1
 2027 0011 10       		.uleb128 0x10
 2028 0012 06       		.uleb128 0x6
 2029 0013 00       		.byte	0
 2030 0014 00       		.byte	0
 2031 0015 02       		.uleb128 0x2
 2032 0016 24       		.uleb128 0x24
 2033 0017 00       		.byte	0
 2034 0018 0B       		.uleb128 0xb
 2035 0019 0B       		.uleb128 0xb
 2036 001a 3E       		.uleb128 0x3e
 2037 001b 0B       		.uleb128 0xb
 2038 001c 03       		.uleb128 0x3
 2039 001d 08       		.uleb128 0x8
 2040 001e 00       		.byte	0
 2041 001f 00       		.byte	0
 2042 0020 03       		.uleb128 0x3
 2043 0021 24       		.uleb128 0x24
 2044 0022 00       		.byte	0
Maria Jorba Brosa authored
2161
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 37
Imanol-Mikel Barba Sabariego authored
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220


 2045 0023 0B       		.uleb128 0xb
 2046 0024 0B       		.uleb128 0xb
 2047 0025 3E       		.uleb128 0x3e
 2048 0026 0B       		.uleb128 0xb
 2049 0027 03       		.uleb128 0x3
 2050 0028 0E       		.uleb128 0xe
 2051 0029 00       		.byte	0
 2052 002a 00       		.byte	0
 2053 002b 04       		.uleb128 0x4
 2054 002c 16       		.uleb128 0x16
 2055 002d 00       		.byte	0
 2056 002e 03       		.uleb128 0x3
 2057 002f 0E       		.uleb128 0xe
 2058 0030 3A       		.uleb128 0x3a
 2059 0031 0B       		.uleb128 0xb
 2060 0032 3B       		.uleb128 0x3b
 2061 0033 0B       		.uleb128 0xb
 2062 0034 49       		.uleb128 0x49
 2063 0035 13       		.uleb128 0x13
 2064 0036 00       		.byte	0
 2065 0037 00       		.byte	0
 2066 0038 05       		.uleb128 0x5
 2067 0039 13       		.uleb128 0x13
 2068 003a 01       		.byte	0x1
 2069 003b 03       		.uleb128 0x3
 2070 003c 0E       		.uleb128 0xe
 2071 003d 0B       		.uleb128 0xb
 2072 003e 0B       		.uleb128 0xb
 2073 003f 3A       		.uleb128 0x3a
 2074 0040 0B       		.uleb128 0xb
 2075 0041 3B       		.uleb128 0x3b
 2076 0042 0B       		.uleb128 0xb
 2077 0043 01       		.uleb128 0x1
 2078 0044 13       		.uleb128 0x13
 2079 0045 00       		.byte	0
 2080 0046 00       		.byte	0
 2081 0047 06       		.uleb128 0x6
 2082 0048 0D       		.uleb128 0xd
 2083 0049 00       		.byte	0
 2084 004a 03       		.uleb128 0x3
 2085 004b 0E       		.uleb128 0xe
 2086 004c 3A       		.uleb128 0x3a
 2087 004d 0B       		.uleb128 0xb
 2088 004e 3B       		.uleb128 0x3b
 2089 004f 0B       		.uleb128 0xb
 2090 0050 49       		.uleb128 0x49
 2091 0051 13       		.uleb128 0x13
 2092 0052 38       		.uleb128 0x38
 2093 0053 0A       		.uleb128 0xa
 2094 0054 00       		.byte	0
 2095 0055 00       		.byte	0
 2096 0056 07       		.uleb128 0x7
 2097 0057 0D       		.uleb128 0xd
 2098 0058 00       		.byte	0
 2099 0059 03       		.uleb128 0x3
 2100 005a 08       		.uleb128 0x8
 2101 005b 3A       		.uleb128 0x3a
Maria Jorba Brosa authored
2221
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 38
Imanol-Mikel Barba Sabariego authored
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280


 2102 005c 0B       		.uleb128 0xb
 2103 005d 3B       		.uleb128 0x3b
 2104 005e 0B       		.uleb128 0xb
 2105 005f 49       		.uleb128 0x49
 2106 0060 13       		.uleb128 0x13
 2107 0061 38       		.uleb128 0x38
 2108 0062 0A       		.uleb128 0xa
 2109 0063 00       		.byte	0
 2110 0064 00       		.byte	0
 2111 0065 08       		.uleb128 0x8
 2112 0066 13       		.uleb128 0x13
 2113 0067 01       		.byte	0x1
 2114 0068 0B       		.uleb128 0xb
 2115 0069 0B       		.uleb128 0xb
 2116 006a 3A       		.uleb128 0x3a
 2117 006b 0B       		.uleb128 0xb
 2118 006c 3B       		.uleb128 0x3b
 2119 006d 0B       		.uleb128 0xb
 2120 006e 01       		.uleb128 0x1
 2121 006f 13       		.uleb128 0x13
 2122 0070 00       		.byte	0
 2123 0071 00       		.byte	0
 2124 0072 09       		.uleb128 0x9
 2125 0073 0F       		.uleb128 0xf
 2126 0074 00       		.byte	0
 2127 0075 0B       		.uleb128 0xb
 2128 0076 0B       		.uleb128 0xb
 2129 0077 49       		.uleb128 0x49
 2130 0078 13       		.uleb128 0x13
 2131 0079 00       		.byte	0
 2132 007a 00       		.byte	0
 2133 007b 0A       		.uleb128 0xa
 2134 007c 0F       		.uleb128 0xf
 2135 007d 00       		.byte	0
 2136 007e 0B       		.uleb128 0xb
 2137 007f 0B       		.uleb128 0xb
 2138 0080 00       		.byte	0
 2139 0081 00       		.byte	0
 2140 0082 0B       		.uleb128 0xb
 2141 0083 0D       		.uleb128 0xd
 2142 0084 00       		.byte	0
 2143 0085 03       		.uleb128 0x3
 2144 0086 08       		.uleb128 0x8
 2145 0087 3A       		.uleb128 0x3a
 2146 0088 0B       		.uleb128 0xb
 2147 0089 3B       		.uleb128 0x3b
 2148 008a 05       		.uleb128 0x5
 2149 008b 49       		.uleb128 0x49
 2150 008c 13       		.uleb128 0x13
 2151 008d 38       		.uleb128 0x38
 2152 008e 0A       		.uleb128 0xa
 2153 008f 00       		.byte	0
 2154 0090 00       		.byte	0
 2155 0091 0C       		.uleb128 0xc
 2156 0092 13       		.uleb128 0x13
 2157 0093 01       		.byte	0x1
 2158 0094 03       		.uleb128 0x3
Maria Jorba Brosa authored
2281
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 39
Imanol-Mikel Barba Sabariego authored
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340


 2159 0095 0E       		.uleb128 0xe
 2160 0096 0B       		.uleb128 0xb
 2161 0097 0B       		.uleb128 0xb
 2162 0098 3A       		.uleb128 0x3a
 2163 0099 0B       		.uleb128 0xb
 2164 009a 3B       		.uleb128 0x3b
 2165 009b 05       		.uleb128 0x5
 2166 009c 01       		.uleb128 0x1
 2167 009d 13       		.uleb128 0x13
 2168 009e 00       		.byte	0
 2169 009f 00       		.byte	0
 2170 00a0 0D       		.uleb128 0xd
 2171 00a1 35       		.uleb128 0x35
 2172 00a2 00       		.byte	0
 2173 00a3 49       		.uleb128 0x49
 2174 00a4 13       		.uleb128 0x13
 2175 00a5 00       		.byte	0
 2176 00a6 00       		.byte	0
 2177 00a7 0E       		.uleb128 0xe
 2178 00a8 17       		.uleb128 0x17
 2179 00a9 01       		.byte	0x1
 2180 00aa 0B       		.uleb128 0xb
 2181 00ab 0B       		.uleb128 0xb
 2182 00ac 3A       		.uleb128 0x3a
 2183 00ad 0B       		.uleb128 0xb
 2184 00ae 3B       		.uleb128 0x3b
 2185 00af 0B       		.uleb128 0xb
 2186 00b0 01       		.uleb128 0x1
 2187 00b1 13       		.uleb128 0x13
 2188 00b2 00       		.byte	0
 2189 00b3 00       		.byte	0
 2190 00b4 0F       		.uleb128 0xf
 2191 00b5 0D       		.uleb128 0xd
 2192 00b6 00       		.byte	0
 2193 00b7 03       		.uleb128 0x3
 2194 00b8 0E       		.uleb128 0xe
 2195 00b9 3A       		.uleb128 0x3a
 2196 00ba 0B       		.uleb128 0xb
 2197 00bb 3B       		.uleb128 0x3b
 2198 00bc 0B       		.uleb128 0xb
 2199 00bd 49       		.uleb128 0x49
 2200 00be 13       		.uleb128 0x13
 2201 00bf 00       		.byte	0
 2202 00c0 00       		.byte	0
 2203 00c1 10       		.uleb128 0x10
 2204 00c2 26       		.uleb128 0x26
 2205 00c3 00       		.byte	0
 2206 00c4 49       		.uleb128 0x49
 2207 00c5 13       		.uleb128 0x13
 2208 00c6 00       		.byte	0
 2209 00c7 00       		.byte	0
 2210 00c8 11       		.uleb128 0x11
 2211 00c9 2E       		.uleb128 0x2e
 2212 00ca 01       		.byte	0x1
 2213 00cb 03       		.uleb128 0x3
 2214 00cc 0E       		.uleb128 0xe
 2215 00cd 3A       		.uleb128 0x3a
Maria Jorba Brosa authored
2341
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 40
Imanol-Mikel Barba Sabariego authored
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400


 2216 00ce 0B       		.uleb128 0xb
 2217 00cf 3B       		.uleb128 0x3b
 2218 00d0 0B       		.uleb128 0xb
 2219 00d1 27       		.uleb128 0x27
 2220 00d2 0C       		.uleb128 0xc
 2221 00d3 49       		.uleb128 0x49
 2222 00d4 13       		.uleb128 0x13
 2223 00d5 20       		.uleb128 0x20
 2224 00d6 0B       		.uleb128 0xb
 2225 00d7 01       		.uleb128 0x1
 2226 00d8 13       		.uleb128 0x13
 2227 00d9 00       		.byte	0
 2228 00da 00       		.byte	0
 2229 00db 12       		.uleb128 0x12
 2230 00dc 05       		.uleb128 0x5
 2231 00dd 00       		.byte	0
 2232 00de 03       		.uleb128 0x3
 2233 00df 08       		.uleb128 0x8
 2234 00e0 3A       		.uleb128 0x3a
 2235 00e1 0B       		.uleb128 0xb
 2236 00e2 3B       		.uleb128 0x3b
 2237 00e3 0B       		.uleb128 0xb
 2238 00e4 49       		.uleb128 0x49
 2239 00e5 13       		.uleb128 0x13
 2240 00e6 00       		.byte	0
 2241 00e7 00       		.byte	0
 2242 00e8 13       		.uleb128 0x13
 2243 00e9 2E       		.uleb128 0x2e
 2244 00ea 01       		.byte	0x1
 2245 00eb 03       		.uleb128 0x3
 2246 00ec 0E       		.uleb128 0xe
 2247 00ed 3A       		.uleb128 0x3a
 2248 00ee 0B       		.uleb128 0xb
 2249 00ef 3B       		.uleb128 0x3b
 2250 00f0 0B       		.uleb128 0xb
 2251 00f1 27       		.uleb128 0x27
 2252 00f2 0C       		.uleb128 0xc
 2253 00f3 20       		.uleb128 0x20
 2254 00f4 0B       		.uleb128 0xb
 2255 00f5 01       		.uleb128 0x1
 2256 00f6 13       		.uleb128 0x13
 2257 00f7 00       		.byte	0
 2258 00f8 00       		.byte	0
 2259 00f9 14       		.uleb128 0x14
 2260 00fa 34       		.uleb128 0x34
 2261 00fb 00       		.byte	0
 2262 00fc 03       		.uleb128 0x3
 2263 00fd 08       		.uleb128 0x8
 2264 00fe 3A       		.uleb128 0x3a
 2265 00ff 0B       		.uleb128 0xb
 2266 0100 3B       		.uleb128 0x3b
 2267 0101 0B       		.uleb128 0xb
 2268 0102 49       		.uleb128 0x49
 2269 0103 13       		.uleb128 0x13
 2270 0104 00       		.byte	0
 2271 0105 00       		.byte	0
 2272 0106 15       		.uleb128 0x15
Maria Jorba Brosa authored
2401
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 41
Imanol-Mikel Barba Sabariego authored
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460


 2273 0107 2E       		.uleb128 0x2e
 2274 0108 01       		.byte	0x1
 2275 0109 3F       		.uleb128 0x3f
 2276 010a 0C       		.uleb128 0xc
 2277 010b 03       		.uleb128 0x3
 2278 010c 0E       		.uleb128 0xe
 2279 010d 3A       		.uleb128 0x3a
 2280 010e 0B       		.uleb128 0xb
 2281 010f 3B       		.uleb128 0x3b
 2282 0110 0B       		.uleb128 0xb
 2283 0111 27       		.uleb128 0x27
 2284 0112 0C       		.uleb128 0xc
 2285 0113 49       		.uleb128 0x49
 2286 0114 13       		.uleb128 0x13
 2287 0115 20       		.uleb128 0x20
 2288 0116 0B       		.uleb128 0xb
 2289 0117 01       		.uleb128 0x1
 2290 0118 13       		.uleb128 0x13
 2291 0119 00       		.byte	0
 2292 011a 00       		.byte	0
 2293 011b 16       		.uleb128 0x16
 2294 011c 2E       		.uleb128 0x2e
 2295 011d 01       		.byte	0x1
 2296 011e 3F       		.uleb128 0x3f
 2297 011f 0C       		.uleb128 0xc
 2298 0120 03       		.uleb128 0x3
 2299 0121 0E       		.uleb128 0xe
 2300 0122 3A       		.uleb128 0x3a
 2301 0123 0B       		.uleb128 0xb
 2302 0124 3B       		.uleb128 0x3b
 2303 0125 0B       		.uleb128 0xb
 2304 0126 27       		.uleb128 0x27
 2305 0127 0C       		.uleb128 0xc
 2306 0128 11       		.uleb128 0x11
 2307 0129 01       		.uleb128 0x1
 2308 012a 12       		.uleb128 0x12
 2309 012b 01       		.uleb128 0x1
 2310 012c 40       		.uleb128 0x40
 2311 012d 0A       		.uleb128 0xa
 2312 012e 9742     		.uleb128 0x2117
 2313 0130 0C       		.uleb128 0xc
 2314 0131 01       		.uleb128 0x1
 2315 0132 13       		.uleb128 0x13
 2316 0133 00       		.byte	0
 2317 0134 00       		.byte	0
 2318 0135 17       		.uleb128 0x17
 2319 0136 05       		.uleb128 0x5
 2320 0137 00       		.byte	0
 2321 0138 03       		.uleb128 0x3
 2322 0139 08       		.uleb128 0x8
 2323 013a 3A       		.uleb128 0x3a
 2324 013b 0B       		.uleb128 0xb
 2325 013c 3B       		.uleb128 0x3b
 2326 013d 0B       		.uleb128 0xb
 2327 013e 49       		.uleb128 0x49
 2328 013f 13       		.uleb128 0x13
 2329 0140 02       		.uleb128 0x2
Maria Jorba Brosa authored
2461
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 42
Imanol-Mikel Barba Sabariego authored
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520


 2330 0141 0A       		.uleb128 0xa
 2331 0142 00       		.byte	0
 2332 0143 00       		.byte	0
 2333 0144 18       		.uleb128 0x18
 2334 0145 2E       		.uleb128 0x2e
 2335 0146 01       		.byte	0x1
 2336 0147 3F       		.uleb128 0x3f
 2337 0148 0C       		.uleb128 0xc
 2338 0149 03       		.uleb128 0x3
 2339 014a 0E       		.uleb128 0xe
 2340 014b 3A       		.uleb128 0x3a
 2341 014c 0B       		.uleb128 0xb
 2342 014d 3B       		.uleb128 0x3b
 2343 014e 0B       		.uleb128 0xb
 2344 014f 27       		.uleb128 0x27
 2345 0150 0C       		.uleb128 0xc
 2346 0151 11       		.uleb128 0x11
 2347 0152 01       		.uleb128 0x1
 2348 0153 12       		.uleb128 0x12
 2349 0154 01       		.uleb128 0x1
 2350 0155 40       		.uleb128 0x40
 2351 0156 06       		.uleb128 0x6
 2352 0157 9742     		.uleb128 0x2117
 2353 0159 0C       		.uleb128 0xc
 2354 015a 01       		.uleb128 0x1
 2355 015b 13       		.uleb128 0x13
 2356 015c 00       		.byte	0
 2357 015d 00       		.byte	0
 2358 015e 19       		.uleb128 0x19
 2359 015f 05       		.uleb128 0x5
 2360 0160 00       		.byte	0
 2361 0161 03       		.uleb128 0x3
 2362 0162 08       		.uleb128 0x8
 2363 0163 3A       		.uleb128 0x3a
 2364 0164 0B       		.uleb128 0xb
 2365 0165 3B       		.uleb128 0x3b
 2366 0166 0B       		.uleb128 0xb
 2367 0167 49       		.uleb128 0x49
 2368 0168 13       		.uleb128 0x13
 2369 0169 02       		.uleb128 0x2
 2370 016a 06       		.uleb128 0x6
 2371 016b 00       		.byte	0
 2372 016c 00       		.byte	0
 2373 016d 1A       		.uleb128 0x1a
 2374 016e 34       		.uleb128 0x34
 2375 016f 00       		.byte	0
 2376 0170 03       		.uleb128 0x3
 2377 0171 08       		.uleb128 0x8
 2378 0172 3A       		.uleb128 0x3a
 2379 0173 0B       		.uleb128 0xb
 2380 0174 3B       		.uleb128 0x3b
 2381 0175 0B       		.uleb128 0xb
 2382 0176 49       		.uleb128 0x49
 2383 0177 13       		.uleb128 0x13
 2384 0178 02       		.uleb128 0x2
 2385 0179 0A       		.uleb128 0xa
 2386 017a 00       		.byte	0
Maria Jorba Brosa authored
2521
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 43
Imanol-Mikel Barba Sabariego authored
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580


 2387 017b 00       		.byte	0
 2388 017c 1B       		.uleb128 0x1b
 2389 017d 0B       		.uleb128 0xb
 2390 017e 01       		.byte	0x1
 2391 017f 55       		.uleb128 0x55
 2392 0180 06       		.uleb128 0x6
 2393 0181 00       		.byte	0
 2394 0182 00       		.byte	0
 2395 0183 1C       		.uleb128 0x1c
 2396 0184 34       		.uleb128 0x34
 2397 0185 00       		.byte	0
 2398 0186 03       		.uleb128 0x3
 2399 0187 08       		.uleb128 0x8
 2400 0188 3A       		.uleb128 0x3a
 2401 0189 0B       		.uleb128 0xb
 2402 018a 3B       		.uleb128 0x3b
 2403 018b 0B       		.uleb128 0xb
 2404 018c 49       		.uleb128 0x49
 2405 018d 13       		.uleb128 0x13
 2406 018e 02       		.uleb128 0x2
 2407 018f 06       		.uleb128 0x6
 2408 0190 00       		.byte	0
 2409 0191 00       		.byte	0
 2410 0192 1D       		.uleb128 0x1d
 2411 0193 1D       		.uleb128 0x1d
 2412 0194 01       		.byte	0x1
 2413 0195 31       		.uleb128 0x31
 2414 0196 13       		.uleb128 0x13
 2415 0197 52       		.uleb128 0x52
 2416 0198 01       		.uleb128 0x1
 2417 0199 55       		.uleb128 0x55
 2418 019a 06       		.uleb128 0x6
 2419 019b 58       		.uleb128 0x58
 2420 019c 0B       		.uleb128 0xb
 2421 019d 59       		.uleb128 0x59
 2422 019e 0B       		.uleb128 0xb
 2423 019f 01       		.uleb128 0x1
 2424 01a0 13       		.uleb128 0x13
 2425 01a1 00       		.byte	0
 2426 01a2 00       		.byte	0
 2427 01a3 1E       		.uleb128 0x1e
 2428 01a4 05       		.uleb128 0x5
 2429 01a5 00       		.byte	0
 2430 01a6 31       		.uleb128 0x31
 2431 01a7 13       		.uleb128 0x13
 2432 01a8 02       		.uleb128 0x2
 2433 01a9 06       		.uleb128 0x6
 2434 01aa 00       		.byte	0
 2435 01ab 00       		.byte	0
 2436 01ac 1F       		.uleb128 0x1f
 2437 01ad 34       		.uleb128 0x34
 2438 01ae 00       		.byte	0
 2439 01af 31       		.uleb128 0x31
 2440 01b0 13       		.uleb128 0x13
 2441 01b1 02       		.uleb128 0x2
 2442 01b2 06       		.uleb128 0x6
 2443 01b3 00       		.byte	0
Maria Jorba Brosa authored
2581
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 44
Imanol-Mikel Barba Sabariego authored
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640


 2444 01b4 00       		.byte	0
 2445 01b5 20       		.uleb128 0x20
 2446 01b6 1D       		.uleb128 0x1d
 2447 01b7 01       		.byte	0x1
 2448 01b8 31       		.uleb128 0x31
 2449 01b9 13       		.uleb128 0x13
 2450 01ba 11       		.uleb128 0x11
 2451 01bb 01       		.uleb128 0x1
 2452 01bc 12       		.uleb128 0x12
 2453 01bd 01       		.uleb128 0x1
 2454 01be 58       		.uleb128 0x58
 2455 01bf 0B       		.uleb128 0xb
 2456 01c0 59       		.uleb128 0x59
 2457 01c1 0B       		.uleb128 0xb
 2458 01c2 01       		.uleb128 0x1
 2459 01c3 13       		.uleb128 0x13
 2460 01c4 00       		.byte	0
 2461 01c5 00       		.byte	0
 2462 01c6 21       		.uleb128 0x21
 2463 01c7 0B       		.uleb128 0xb
 2464 01c8 01       		.byte	0x1
 2465 01c9 11       		.uleb128 0x11
 2466 01ca 01       		.uleb128 0x1
 2467 01cb 12       		.uleb128 0x12
 2468 01cc 01       		.uleb128 0x1
 2469 01cd 00       		.byte	0
 2470 01ce 00       		.byte	0
 2471 01cf 22       		.uleb128 0x22
 2472 01d0 898201   		.uleb128 0x4109
 2473 01d3 01       		.byte	0x1
 2474 01d4 11       		.uleb128 0x11
 2475 01d5 01       		.uleb128 0x1
 2476 01d6 9542     		.uleb128 0x2115
 2477 01d8 0C       		.uleb128 0xc
 2478 01d9 31       		.uleb128 0x31
 2479 01da 13       		.uleb128 0x13
 2480 01db 01       		.uleb128 0x1
 2481 01dc 13       		.uleb128 0x13
 2482 01dd 00       		.byte	0
 2483 01de 00       		.byte	0
 2484 01df 23       		.uleb128 0x23
 2485 01e0 8A8201   		.uleb128 0x410a
 2486 01e3 00       		.byte	0
 2487 01e4 02       		.uleb128 0x2
 2488 01e5 0A       		.uleb128 0xa
 2489 01e6 9142     		.uleb128 0x2111
 2490 01e8 0A       		.uleb128 0xa
 2491 01e9 00       		.byte	0
 2492 01ea 00       		.byte	0
 2493 01eb 24       		.uleb128 0x24
 2494 01ec 898201   		.uleb128 0x4109
 2495 01ef 00       		.byte	0
 2496 01f0 11       		.uleb128 0x11
 2497 01f1 01       		.uleb128 0x1
 2498 01f2 31       		.uleb128 0x31
 2499 01f3 13       		.uleb128 0x13
 2500 01f4 00       		.byte	0
Maria Jorba Brosa authored
2641
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 45
Imanol-Mikel Barba Sabariego authored
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700


 2501 01f5 00       		.byte	0
 2502 01f6 25       		.uleb128 0x25
 2503 01f7 898201   		.uleb128 0x4109
 2504 01fa 01       		.byte	0x1
 2505 01fb 11       		.uleb128 0x11
 2506 01fc 01       		.uleb128 0x1
 2507 01fd 31       		.uleb128 0x31
 2508 01fe 13       		.uleb128 0x13
 2509 01ff 00       		.byte	0
 2510 0200 00       		.byte	0
 2511 0201 26       		.uleb128 0x26
 2512 0202 2E       		.uleb128 0x2e
 2513 0203 01       		.byte	0x1
 2514 0204 3F       		.uleb128 0x3f
 2515 0205 0C       		.uleb128 0xc
 2516 0206 03       		.uleb128 0x3
 2517 0207 0E       		.uleb128 0xe
 2518 0208 3A       		.uleb128 0x3a
 2519 0209 0B       		.uleb128 0xb
 2520 020a 3B       		.uleb128 0x3b
 2521 020b 0B       		.uleb128 0xb
 2522 020c 27       		.uleb128 0x27
 2523 020d 0C       		.uleb128 0xc
 2524 020e 49       		.uleb128 0x49
 2525 020f 13       		.uleb128 0x13
 2526 0210 11       		.uleb128 0x11
 2527 0211 01       		.uleb128 0x1
 2528 0212 12       		.uleb128 0x12
 2529 0213 01       		.uleb128 0x1
 2530 0214 40       		.uleb128 0x40
 2531 0215 0A       		.uleb128 0xa
 2532 0216 9742     		.uleb128 0x2117
 2533 0218 0C       		.uleb128 0xc
 2534 0219 01       		.uleb128 0x1
 2535 021a 13       		.uleb128 0x13
 2536 021b 00       		.byte	0
 2537 021c 00       		.byte	0
 2538 021d 27       		.uleb128 0x27
 2539 021e 1D       		.uleb128 0x1d
 2540 021f 01       		.byte	0x1
 2541 0220 31       		.uleb128 0x31
 2542 0221 13       		.uleb128 0x13
 2543 0222 52       		.uleb128 0x52
 2544 0223 01       		.uleb128 0x1
 2545 0224 55       		.uleb128 0x55
 2546 0225 06       		.uleb128 0x6
 2547 0226 58       		.uleb128 0x58
 2548 0227 0B       		.uleb128 0xb
 2549 0228 59       		.uleb128 0x59
 2550 0229 0B       		.uleb128 0xb
 2551 022a 00       		.byte	0
 2552 022b 00       		.byte	0
 2553 022c 28       		.uleb128 0x28
 2554 022d 2E       		.uleb128 0x2e
 2555 022e 01       		.byte	0x1
 2556 022f 31       		.uleb128 0x31
 2557 0230 13       		.uleb128 0x13
Maria Jorba Brosa authored
2701
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 46
Imanol-Mikel Barba Sabariego authored
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760


 2558 0231 11       		.uleb128 0x11
 2559 0232 01       		.uleb128 0x1
 2560 0233 12       		.uleb128 0x12
 2561 0234 01       		.uleb128 0x1
 2562 0235 40       		.uleb128 0x40
 2563 0236 0A       		.uleb128 0xa
 2564 0237 9742     		.uleb128 0x2117
 2565 0239 0C       		.uleb128 0xc
 2566 023a 01       		.uleb128 0x1
 2567 023b 13       		.uleb128 0x13
 2568 023c 00       		.byte	0
 2569 023d 00       		.byte	0
 2570 023e 29       		.uleb128 0x29
 2571 023f 2E       		.uleb128 0x2e
 2572 0240 01       		.byte	0x1
 2573 0241 3F       		.uleb128 0x3f
 2574 0242 0C       		.uleb128 0xc
 2575 0243 03       		.uleb128 0x3
 2576 0244 0E       		.uleb128 0xe
 2577 0245 3A       		.uleb128 0x3a
 2578 0246 0B       		.uleb128 0xb
 2579 0247 3B       		.uleb128 0x3b
 2580 0248 05       		.uleb128 0x5
 2581 0249 27       		.uleb128 0x27
 2582 024a 0C       		.uleb128 0xc
 2583 024b 49       		.uleb128 0x49
 2584 024c 13       		.uleb128 0x13
 2585 024d 11       		.uleb128 0x11
 2586 024e 01       		.uleb128 0x1
 2587 024f 12       		.uleb128 0x12
 2588 0250 01       		.uleb128 0x1
 2589 0251 40       		.uleb128 0x40
 2590 0252 06       		.uleb128 0x6
 2591 0253 9742     		.uleb128 0x2117
 2592 0255 0C       		.uleb128 0xc
 2593 0256 01       		.uleb128 0x1
 2594 0257 13       		.uleb128 0x13
 2595 0258 00       		.byte	0
 2596 0259 00       		.byte	0
 2597 025a 2A       		.uleb128 0x2a
 2598 025b 34       		.uleb128 0x34
 2599 025c 00       		.byte	0
 2600 025d 03       		.uleb128 0x3
 2601 025e 08       		.uleb128 0x8
 2602 025f 3A       		.uleb128 0x3a
 2603 0260 0B       		.uleb128 0xb
 2604 0261 3B       		.uleb128 0x3b
 2605 0262 05       		.uleb128 0x5
 2606 0263 49       		.uleb128 0x49
 2607 0264 13       		.uleb128 0x13
 2608 0265 02       		.uleb128 0x2
 2609 0266 06       		.uleb128 0x6
 2610 0267 00       		.byte	0
 2611 0268 00       		.byte	0
 2612 0269 2B       		.uleb128 0x2b
 2613 026a 34       		.uleb128 0x34
 2614 026b 00       		.byte	0
Maria Jorba Brosa authored
2761
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 47
Imanol-Mikel Barba Sabariego authored
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820


 2615 026c 03       		.uleb128 0x3
 2616 026d 08       		.uleb128 0x8
 2617 026e 3A       		.uleb128 0x3a
 2618 026f 0B       		.uleb128 0xb
 2619 0270 3B       		.uleb128 0x3b
 2620 0271 05       		.uleb128 0x5
 2621 0272 49       		.uleb128 0x49
 2622 0273 13       		.uleb128 0x13
 2623 0274 02       		.uleb128 0x2
 2624 0275 0A       		.uleb128 0xa
 2625 0276 00       		.byte	0
 2626 0277 00       		.byte	0
 2627 0278 2C       		.uleb128 0x2c
 2628 0279 34       		.uleb128 0x34
 2629 027a 00       		.byte	0
 2630 027b 03       		.uleb128 0x3
 2631 027c 08       		.uleb128 0x8
 2632 027d 3A       		.uleb128 0x3a
 2633 027e 0B       		.uleb128 0xb
 2634 027f 3B       		.uleb128 0x3b
 2635 0280 05       		.uleb128 0x5
 2636 0281 49       		.uleb128 0x49
 2637 0282 13       		.uleb128 0x13
 2638 0283 00       		.byte	0
 2639 0284 00       		.byte	0
 2640 0285 2D       		.uleb128 0x2d
 2641 0286 34       		.uleb128 0x34
 2642 0287 00       		.byte	0
 2643 0288 03       		.uleb128 0x3
 2644 0289 0E       		.uleb128 0xe
 2645 028a 3A       		.uleb128 0x3a
 2646 028b 0B       		.uleb128 0xb
 2647 028c 3B       		.uleb128 0x3b
 2648 028d 05       		.uleb128 0x5
 2649 028e 49       		.uleb128 0x49
 2650 028f 13       		.uleb128 0x13
 2651 0290 02       		.uleb128 0x2
 2652 0291 06       		.uleb128 0x6
 2653 0292 00       		.byte	0
 2654 0293 00       		.byte	0
 2655 0294 2E       		.uleb128 0x2e
 2656 0295 1D       		.uleb128 0x1d
 2657 0296 01       		.byte	0x1
 2658 0297 31       		.uleb128 0x31
 2659 0298 13       		.uleb128 0x13
 2660 0299 52       		.uleb128 0x52
 2661 029a 01       		.uleb128 0x1
 2662 029b 55       		.uleb128 0x55
 2663 029c 06       		.uleb128 0x6
 2664 029d 58       		.uleb128 0x58
 2665 029e 0B       		.uleb128 0xb
 2666 029f 59       		.uleb128 0x59
 2667 02a0 05       		.uleb128 0x5
 2668 02a1 01       		.uleb128 0x1
 2669 02a2 13       		.uleb128 0x13
 2670 02a3 00       		.byte	0
 2671 02a4 00       		.byte	0
Maria Jorba Brosa authored
2821
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 48
Imanol-Mikel Barba Sabariego authored
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880


 2672 02a5 2F       		.uleb128 0x2f
 2673 02a6 2E       		.uleb128 0x2e
 2674 02a7 01       		.byte	0x1
 2675 02a8 3F       		.uleb128 0x3f
 2676 02a9 0C       		.uleb128 0xc
 2677 02aa 03       		.uleb128 0x3
 2678 02ab 0E       		.uleb128 0xe
 2679 02ac 3A       		.uleb128 0x3a
 2680 02ad 0B       		.uleb128 0xb
 2681 02ae 3B       		.uleb128 0x3b
 2682 02af 05       		.uleb128 0x5
 2683 02b0 27       		.uleb128 0x27
 2684 02b1 0C       		.uleb128 0xc
 2685 02b2 11       		.uleb128 0x11
 2686 02b3 01       		.uleb128 0x1
 2687 02b4 12       		.uleb128 0x12
 2688 02b5 01       		.uleb128 0x1
 2689 02b6 40       		.uleb128 0x40
 2690 02b7 06       		.uleb128 0x6
 2691 02b8 9742     		.uleb128 0x2117
 2692 02ba 0C       		.uleb128 0xc
 2693 02bb 01       		.uleb128 0x1
 2694 02bc 13       		.uleb128 0x13
 2695 02bd 00       		.byte	0
 2696 02be 00       		.byte	0
 2697 02bf 30       		.uleb128 0x30
 2698 02c0 0B       		.uleb128 0xb
 2699 02c1 01       		.byte	0x1
 2700 02c2 11       		.uleb128 0x11
 2701 02c3 01       		.uleb128 0x1
 2702 02c4 12       		.uleb128 0x12
 2703 02c5 01       		.uleb128 0x1
 2704 02c6 01       		.uleb128 0x1
 2705 02c7 13       		.uleb128 0x13
 2706 02c8 00       		.byte	0
 2707 02c9 00       		.byte	0
 2708 02ca 31       		.uleb128 0x31
 2709 02cb 34       		.uleb128 0x34
 2710 02cc 00       		.byte	0
 2711 02cd 03       		.uleb128 0x3
 2712 02ce 0E       		.uleb128 0xe
 2713 02cf 3A       		.uleb128 0x3a
 2714 02d0 0B       		.uleb128 0xb
 2715 02d1 3B       		.uleb128 0x3b
 2716 02d2 0B       		.uleb128 0xb
 2717 02d3 49       		.uleb128 0x49
 2718 02d4 13       		.uleb128 0x13
 2719 02d5 3F       		.uleb128 0x3f
 2720 02d6 0C       		.uleb128 0xc
 2721 02d7 3C       		.uleb128 0x3c
 2722 02d8 0C       		.uleb128 0xc
 2723 02d9 00       		.byte	0
 2724 02da 00       		.byte	0
 2725 02db 32       		.uleb128 0x32
 2726 02dc 2E       		.uleb128 0x2e
 2727 02dd 01       		.byte	0x1
 2728 02de 3F       		.uleb128 0x3f
Maria Jorba Brosa authored
2881
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 49
Imanol-Mikel Barba Sabariego authored
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940


 2729 02df 0C       		.uleb128 0xc
 2730 02e0 03       		.uleb128 0x3
 2731 02e1 0E       		.uleb128 0xe
 2732 02e2 3A       		.uleb128 0x3a
 2733 02e3 0B       		.uleb128 0xb
 2734 02e4 3B       		.uleb128 0x3b
 2735 02e5 0B       		.uleb128 0xb
 2736 02e6 27       		.uleb128 0x27
 2737 02e7 0C       		.uleb128 0xc
 2738 02e8 3C       		.uleb128 0x3c
 2739 02e9 0C       		.uleb128 0xc
 2740 02ea 01       		.uleb128 0x1
 2741 02eb 13       		.uleb128 0x13
 2742 02ec 00       		.byte	0
 2743 02ed 00       		.byte	0
 2744 02ee 33       		.uleb128 0x33
 2745 02ef 05       		.uleb128 0x5
 2746 02f0 00       		.byte	0
 2747 02f1 49       		.uleb128 0x49
 2748 02f2 13       		.uleb128 0x13
 2749 02f3 00       		.byte	0
 2750 02f4 00       		.byte	0
 2751 02f5 34       		.uleb128 0x34
 2752 02f6 2E       		.uleb128 0x2e
 2753 02f7 01       		.byte	0x1
 2754 02f8 3F       		.uleb128 0x3f
 2755 02f9 0C       		.uleb128 0xc
 2756 02fa 03       		.uleb128 0x3
 2757 02fb 0E       		.uleb128 0xe
 2758 02fc 3A       		.uleb128 0x3a
 2759 02fd 0B       		.uleb128 0xb
 2760 02fe 3B       		.uleb128 0x3b
 2761 02ff 0B       		.uleb128 0xb
 2762 0300 27       		.uleb128 0x27
 2763 0301 0C       		.uleb128 0xc
 2764 0302 49       		.uleb128 0x49
 2765 0303 13       		.uleb128 0x13
 2766 0304 3C       		.uleb128 0x3c
 2767 0305 0C       		.uleb128 0xc
 2768 0306 01       		.uleb128 0x1
 2769 0307 13       		.uleb128 0x13
 2770 0308 00       		.byte	0
 2771 0309 00       		.byte	0
 2772 030a 35       		.uleb128 0x35
 2773 030b 2E       		.uleb128 0x2e
 2774 030c 00       		.byte	0
 2775 030d 3F       		.uleb128 0x3f
 2776 030e 0C       		.uleb128 0xc
 2777 030f 03       		.uleb128 0x3
 2778 0310 0E       		.uleb128 0xe
 2779 0311 3A       		.uleb128 0x3a
 2780 0312 0B       		.uleb128 0xb
 2781 0313 3B       		.uleb128 0x3b
 2782 0314 0B       		.uleb128 0xb
 2783 0315 27       		.uleb128 0x27
 2784 0316 0C       		.uleb128 0xc
 2785 0317 3C       		.uleb128 0x3c
Maria Jorba Brosa authored
2941
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 50
Imanol-Mikel Barba Sabariego authored
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000


 2786 0318 0C       		.uleb128 0xc
 2787 0319 00       		.byte	0
 2788 031a 00       		.byte	0
 2789 031b 00       		.byte	0
 2790              		.section	.debug_loc,"",%progbits
 2791              	.Ldebug_loc0:
 2792              	.LLST0:
 2793 0000 00000000 		.4byte	.LFB9
 2794 0004 02000000 		.4byte	.LCFI0
 2795 0008 0200     		.2byte	0x2
 2796 000a 7D       		.byte	0x7d
 2797 000b 00       		.sleb128 0
 2798 000c 02000000 		.4byte	.LCFI0
 2799 0010 C4000000 		.4byte	.LFE9
 2800 0014 0200     		.2byte	0x2
 2801 0016 7D       		.byte	0x7d
 2802 0017 18       		.sleb128 24
 2803 0018 00000000 		.4byte	0
 2804 001c 00000000 		.4byte	0
 2805              	.LLST1:
 2806 0020 00000000 		.4byte	.LVL1
 2807 0024 16000000 		.4byte	.LVL4
 2808 0028 0100     		.2byte	0x1
 2809 002a 50       		.byte	0x50
 2810 002b 16000000 		.4byte	.LVL4
 2811 002f B2000000 		.4byte	.LVL22
 2812 0033 0100     		.2byte	0x1
 2813 0035 55       		.byte	0x55
 2814 0036 B2000000 		.4byte	.LVL22
 2815 003a BC000000 		.4byte	.LVL23
 2816 003e 0100     		.2byte	0x1
 2817 0040 50       		.byte	0x50
 2818 0041 BC000000 		.4byte	.LVL23
 2819 0045 C4000000 		.4byte	.LFE9
 2820 0049 0100     		.2byte	0x1
 2821 004b 55       		.byte	0x55
 2822 004c 00000000 		.4byte	0
 2823 0050 00000000 		.4byte	0
 2824              	.LLST2:
 2825 0054 0E000000 		.4byte	.LVL3
 2826 0058 24000000 		.4byte	.LVL5
 2827 005c 0100     		.2byte	0x1
 2828 005e 53       		.byte	0x53
 2829 005f 4A000000 		.4byte	.LVL8
 2830 0063 54000000 		.4byte	.LVL9
 2831 0067 0100     		.2byte	0x1
 2832 0069 53       		.byte	0x53
 2833 006a 54000000 		.4byte	.LVL9
 2834 006e 59000000 		.4byte	.LVL10-1
 2835 0072 0100     		.2byte	0x1
 2836 0074 50       		.byte	0x50
 2837 0075 5C000000 		.4byte	.LVL11
 2838 0079 B2000000 		.4byte	.LVL22
 2839 007d 0100     		.2byte	0x1
 2840 007f 53       		.byte	0x53
 2841 0080 BC000000 		.4byte	.LVL23
 2842 0084 C4000000 		.4byte	.LFE9
Maria Jorba Brosa authored
3001
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 51
Imanol-Mikel Barba Sabariego authored
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060


 2843 0088 0100     		.2byte	0x1
 2844 008a 53       		.byte	0x53
 2845 008b 00000000 		.4byte	0
 2846 008f 00000000 		.4byte	0
 2847              	.LLST3:
 2848 0093 24000000 		.4byte	.LVL5
 2849 0097 4A000000 		.4byte	.LVL8
 2850 009b 0100     		.2byte	0x1
 2851 009d 55       		.byte	0x55
 2852 009e 00000000 		.4byte	0
 2853 00a2 00000000 		.4byte	0
 2854              	.LLST4:
 2855 00a6 24000000 		.4byte	.LVL5
 2856 00aa 4A000000 		.4byte	.LVL8
 2857 00ae 0100     		.2byte	0x1
 2858 00b0 54       		.byte	0x54
 2859 00b1 00000000 		.4byte	0
 2860 00b5 00000000 		.4byte	0
 2861              	.LLST5:
 2862 00b9 24000000 		.4byte	.LVL5
 2863 00bd 26000000 		.4byte	.LVL6
 2864 00c1 0100     		.2byte	0x1
 2865 00c3 55       		.byte	0x55
 2866 00c4 26000000 		.4byte	.LVL6
 2867 00c8 49000000 		.4byte	.LVL8-1
 2868 00cc 0100     		.2byte	0x1
 2869 00ce 53       		.byte	0x53
 2870 00cf 00000000 		.4byte	0
 2871 00d3 00000000 		.4byte	0
 2872              	.LLST6:
 2873 00d7 4A000000 		.4byte	.LVL8
 2874 00db 54000000 		.4byte	.LVL9
 2875 00df 0100     		.2byte	0x1
 2876 00e1 53       		.byte	0x53
 2877 00e2 54000000 		.4byte	.LVL9
 2878 00e6 59000000 		.4byte	.LVL10-1
 2879 00ea 0100     		.2byte	0x1
 2880 00ec 50       		.byte	0x50
 2881 00ed 00000000 		.4byte	0
 2882 00f1 00000000 		.4byte	0
 2883              	.LLST7:
 2884 00f5 5C000000 		.4byte	.LVL11
 2885 00f9 82000000 		.4byte	.LVL15
 2886 00fd 0100     		.2byte	0x1
 2887 00ff 53       		.byte	0x53
 2888 0100 00000000 		.4byte	0
 2889 0104 00000000 		.4byte	0
 2890              	.LLST8:
 2891 0108 62000000 		.4byte	.LVL12
 2892 010c 82000000 		.4byte	.LVL15
 2893 0110 0100     		.2byte	0x1
 2894 0112 56       		.byte	0x56
 2895 0113 00000000 		.4byte	0
 2896 0117 00000000 		.4byte	0
 2897              	.LLST9:
 2898 011b 62000000 		.4byte	.LVL12
 2899 011f 82000000 		.4byte	.LVL15
Maria Jorba Brosa authored
3061
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 52
Imanol-Mikel Barba Sabariego authored
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120


 2900 0123 0100     		.2byte	0x1
 2901 0125 53       		.byte	0x53
 2902 0126 00000000 		.4byte	0
 2903 012a 00000000 		.4byte	0
 2904              	.LLST10:
 2905 012e 62000000 		.4byte	.LVL12
 2906 0132 6A000000 		.4byte	.LVL13
 2907 0136 0100     		.2byte	0x1
 2908 0138 56       		.byte	0x56
 2909 0139 6A000000 		.4byte	.LVL13
 2910 013d 82000000 		.4byte	.LVL15
 2911 0141 0100     		.2byte	0x1
 2912 0143 52       		.byte	0x52
 2913 0144 00000000 		.4byte	0
 2914 0148 00000000 		.4byte	0
 2915              	.LLST11:
 2916 014c 82000000 		.4byte	.LVL15
 2917 0150 A8000000 		.4byte	.LVL20
 2918 0154 0100     		.2byte	0x1
 2919 0156 53       		.byte	0x53
 2920 0157 A8000000 		.4byte	.LVL20
 2921 015b AC000000 		.4byte	.LVL21
 2922 015f 0200     		.2byte	0x2
 2923 0161 72       		.byte	0x72
 2924 0162 04       		.sleb128 4
 2925 0163 BC000000 		.4byte	.LVL23
 2926 0167 C4000000 		.4byte	.LFE9
 2927 016b 0100     		.2byte	0x1
 2928 016d 53       		.byte	0x53
 2929 016e 00000000 		.4byte	0
 2930 0172 00000000 		.4byte	0
 2931              	.LLST12:
 2932 0176 88000000 		.4byte	.LVL16
 2933 017a B2000000 		.4byte	.LVL22
 2934 017e 0100     		.2byte	0x1
 2935 0180 56       		.byte	0x56
 2936 0181 BC000000 		.4byte	.LVL23
 2937 0185 C4000000 		.4byte	.LFE9
 2938 0189 0100     		.2byte	0x1
 2939 018b 56       		.byte	0x56
 2940 018c 00000000 		.4byte	0
 2941 0190 00000000 		.4byte	0
 2942              	.LLST13:
 2943 0194 88000000 		.4byte	.LVL16
 2944 0198 A8000000 		.4byte	.LVL20
 2945 019c 0100     		.2byte	0x1
 2946 019e 53       		.byte	0x53
 2947 019f A8000000 		.4byte	.LVL20
 2948 01a3 AC000000 		.4byte	.LVL21
 2949 01a7 0200     		.2byte	0x2
 2950 01a9 72       		.byte	0x72
 2951 01aa 04       		.sleb128 4
 2952 01ab BC000000 		.4byte	.LVL23
 2953 01af C4000000 		.4byte	.LFE9
 2954 01b3 0100     		.2byte	0x1
 2955 01b5 53       		.byte	0x53
 2956 01b6 00000000 		.4byte	0
Maria Jorba Brosa authored
3121
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 53
Imanol-Mikel Barba Sabariego authored
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180


 2957 01ba 00000000 		.4byte	0
 2958              	.LLST14:
 2959 01be 88000000 		.4byte	.LVL16
 2960 01c2 90000000 		.4byte	.LVL17
 2961 01c6 0100     		.2byte	0x1
 2962 01c8 56       		.byte	0x56
 2963 01c9 90000000 		.4byte	.LVL17
 2964 01cd 9C000000 		.4byte	.LVL19
 2965 01d1 0100     		.2byte	0x1
 2966 01d3 52       		.byte	0x52
 2967 01d4 BC000000 		.4byte	.LVL23
 2968 01d8 BE000000 		.4byte	.LVL24
 2969 01dc 0100     		.2byte	0x1
 2970 01de 52       		.byte	0x52
 2971 01df 00000000 		.4byte	0
 2972 01e3 00000000 		.4byte	0
 2973              	.LLST15:
 2974 01e7 00000000 		.4byte	.LFB8
 2975 01eb 02000000 		.4byte	.LCFI1
 2976 01ef 0200     		.2byte	0x2
 2977 01f1 7D       		.byte	0x7d
 2978 01f2 00       		.sleb128 0
 2979 01f3 02000000 		.4byte	.LCFI1
 2980 01f7 0C000000 		.4byte	.LFE8
 2981 01fb 0200     		.2byte	0x2
 2982 01fd 7D       		.byte	0x7d
 2983 01fe 08       		.sleb128 8
 2984 01ff 00000000 		.4byte	0
 2985 0203 00000000 		.4byte	0
 2986              	.LLST16:
 2987 0207 00000000 		.4byte	.LVL25
 2988 020b 07000000 		.4byte	.LVL26-1
 2989 020f 0100     		.2byte	0x1
 2990 0211 50       		.byte	0x50
 2991 0212 07000000 		.4byte	.LVL26-1
 2992 0216 0C000000 		.4byte	.LFE8
 2993 021a 0400     		.2byte	0x4
 2994 021c F3       		.byte	0xf3
 2995 021d 01       		.uleb128 0x1
 2996 021e 50       		.byte	0x50
 2997 021f 9F       		.byte	0x9f
 2998 0220 00000000 		.4byte	0
 2999 0224 00000000 		.4byte	0
 3000              	.LLST17:
 3001 0228 00000000 		.4byte	.LVL27
 3002 022c 08000000 		.4byte	.LVL29
 3003 0230 0100     		.2byte	0x1
 3004 0232 50       		.byte	0x50
 3005 0233 08000000 		.4byte	.LVL29
 3006 0237 24000000 		.4byte	.LFE10
 3007 023b 0100     		.2byte	0x1
 3008 023d 53       		.byte	0x53
 3009 023e 00000000 		.4byte	0
 3010 0242 00000000 		.4byte	0
 3011              	.LLST18:
 3012 0246 04000000 		.4byte	.LVL28
 3013 024a 08000000 		.4byte	.LVL29
Maria Jorba Brosa authored
3181
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 54
Imanol-Mikel Barba Sabariego authored
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240


 3014 024e 0100     		.2byte	0x1
 3015 0250 50       		.byte	0x50
 3016 0251 08000000 		.4byte	.LVL29
 3017 0255 24000000 		.4byte	.LFE10
 3018 0259 0100     		.2byte	0x1
 3019 025b 53       		.byte	0x53
 3020 025c 00000000 		.4byte	0
 3021 0260 00000000 		.4byte	0
 3022              	.LLST19:
 3023 0264 00000000 		.4byte	.LVL30
 3024 0268 08000000 		.4byte	.LVL31
 3025 026c 0100     		.2byte	0x1
 3026 026e 50       		.byte	0x50
 3027 026f 08000000 		.4byte	.LVL31
 3028 0273 0A000000 		.4byte	.LVL32
 3029 0277 0100     		.2byte	0x1
 3030 0279 53       		.byte	0x53
 3031 027a 0A000000 		.4byte	.LVL32
 3032 027e 0E000000 		.4byte	.LVL33
 3033 0282 0100     		.2byte	0x1
 3034 0284 50       		.byte	0x50
 3035 0285 0E000000 		.4byte	.LVL33
 3036 0289 20000000 		.4byte	.LFE11
 3037 028d 0100     		.2byte	0x1
 3038 028f 53       		.byte	0x53
 3039 0290 00000000 		.4byte	0
 3040 0294 00000000 		.4byte	0
 3041              	.LLST20:
 3042 0298 00000000 		.4byte	.LFB12
 3043 029c 02000000 		.4byte	.LCFI2
 3044 02a0 0200     		.2byte	0x2
 3045 02a2 7D       		.byte	0x7d
 3046 02a3 00       		.sleb128 0
 3047 02a4 02000000 		.4byte	.LCFI2
 3048 02a8 54000000 		.4byte	.LFE12
 3049 02ac 0200     		.2byte	0x2
 3050 02ae 7D       		.byte	0x7d
 3051 02af 10       		.sleb128 16
 3052 02b0 00000000 		.4byte	0
 3053 02b4 00000000 		.4byte	0
 3054              	.LLST21:
 3055 02b8 06000000 		.4byte	.LVL34
 3056 02bc 36000000 		.4byte	.LVL41
 3057 02c0 0100     		.2byte	0x1
 3058 02c2 50       		.byte	0x50
 3059 02c3 4A000000 		.4byte	.LVL44
 3060 02c7 54000000 		.4byte	.LFE12
 3061 02cb 0100     		.2byte	0x1
 3062 02cd 50       		.byte	0x50
 3063 02ce 00000000 		.4byte	0
 3064 02d2 00000000 		.4byte	0
 3065              	.LLST22:
 3066 02d6 16000000 		.4byte	.LVL36
 3067 02da 2E000000 		.4byte	.LVL39
 3068 02de 0100     		.2byte	0x1
 3069 02e0 53       		.byte	0x53
 3070 02e1 00000000 		.4byte	0
Maria Jorba Brosa authored
3241
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 55
Imanol-Mikel Barba Sabariego authored
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300


 3071 02e5 00000000 		.4byte	0
 3072              	.LLST23:
 3073 02e9 16000000 		.4byte	.LVL36
 3074 02ed 3A000000 		.4byte	.LVL42
 3075 02f1 0100     		.2byte	0x1
 3076 02f3 51       		.byte	0x51
 3077 02f4 00000000 		.4byte	0
 3078 02f8 00000000 		.4byte	0
 3079              	.LLST24:
 3080 02fc 32000000 		.4byte	.LVL40
 3081 0300 44000000 		.4byte	.LVL43
 3082 0304 0100     		.2byte	0x1
 3083 0306 54       		.byte	0x54
 3084 0307 00000000 		.4byte	0
 3085 030b 00000000 		.4byte	0
 3086              	.LLST25:
 3087 030f 32000000 		.4byte	.LVL40
 3088 0313 44000000 		.4byte	.LVL43
 3089 0317 0100     		.2byte	0x1
 3090 0319 55       		.byte	0x55
 3091 031a 00000000 		.4byte	0
 3092 031e 00000000 		.4byte	0
 3093              	.LLST26:
 3094 0322 00000000 		.4byte	.LFB13
 3095 0326 02000000 		.4byte	.LCFI3
 3096 032a 0200     		.2byte	0x2
 3097 032c 7D       		.byte	0x7d
 3098 032d 00       		.sleb128 0
 3099 032e 02000000 		.4byte	.LCFI3
 3100 0332 50000000 		.4byte	.LFE13
 3101 0336 0200     		.2byte	0x2
 3102 0338 7D       		.byte	0x7d
 3103 0339 10       		.sleb128 16
 3104 033a 00000000 		.4byte	0
 3105 033e 00000000 		.4byte	0
 3106              	.LLST27:
 3107 0342 06000000 		.4byte	.LVL45
 3108 0346 34000000 		.4byte	.LVL52
 3109 034a 0100     		.2byte	0x1
 3110 034c 50       		.byte	0x50
 3111 034d 44000000 		.4byte	.LVL54
 3112 0351 4A000000 		.4byte	.LVL55
 3113 0355 0100     		.2byte	0x1
 3114 0357 50       		.byte	0x50
 3115 0358 00000000 		.4byte	0
 3116 035c 00000000 		.4byte	0
 3117              	.LLST28:
 3118 0360 14000000 		.4byte	.LVL47
 3119 0364 2C000000 		.4byte	.LVL50
 3120 0368 0100     		.2byte	0x1
 3121 036a 53       		.byte	0x53
 3122 036b 00000000 		.4byte	0
 3123 036f 00000000 		.4byte	0
 3124              	.LLST29:
 3125 0373 14000000 		.4byte	.LVL47
 3126 0377 3F000000 		.4byte	.LVL53-1
 3127 037b 0100     		.2byte	0x1
Maria Jorba Brosa authored
3301
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 56
Imanol-Mikel Barba Sabariego authored
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360


 3128 037d 51       		.byte	0x51
 3129 037e 00000000 		.4byte	0
 3130 0382 00000000 		.4byte	0
 3131              	.LLST30:
 3132 0386 30000000 		.4byte	.LVL51
 3133 038a 44000000 		.4byte	.LVL54
 3134 038e 0100     		.2byte	0x1
 3135 0390 54       		.byte	0x54
 3136 0391 00000000 		.4byte	0
 3137 0395 00000000 		.4byte	0
 3138              	.LLST31:
 3139 0399 30000000 		.4byte	.LVL51
 3140 039d 44000000 		.4byte	.LVL54
 3141 03a1 0100     		.2byte	0x1
 3142 03a3 55       		.byte	0x55
 3143 03a4 00000000 		.4byte	0
 3144 03a8 00000000 		.4byte	0
 3145              	.LLST32:
 3146 03ac 00000000 		.4byte	.LFB14
 3147 03b0 04000000 		.4byte	.LCFI4
 3148 03b4 0200     		.2byte	0x2
 3149 03b6 7D       		.byte	0x7d
 3150 03b7 00       		.sleb128 0
 3151 03b8 04000000 		.4byte	.LCFI4
 3152 03bc 48000000 		.4byte	.LFE14
 3153 03c0 0200     		.2byte	0x2
 3154 03c2 7D       		.byte	0x7d
 3155 03c3 10       		.sleb128 16
 3156 03c4 00000000 		.4byte	0
 3157 03c8 00000000 		.4byte	0
 3158              	.LLST33:
 3159 03cc 0E000000 		.4byte	.LVL57
 3160 03d0 2F000000 		.4byte	.LVL59-1
 3161 03d4 0100     		.2byte	0x1
 3162 03d6 53       		.byte	0x53
 3163 03d7 00000000 		.4byte	0
 3164 03db 00000000 		.4byte	0
 3165              	.LLST35:
 3166 03df 10000000 		.4byte	.LVL58
 3167 03e3 2F000000 		.4byte	.LVL59-1
 3168 03e7 0100     		.2byte	0x1
 3169 03e9 52       		.byte	0x52
 3170 03ea 00000000 		.4byte	0
 3171 03ee 00000000 		.4byte	0
 3172              		.section	.debug_aranges,"",%progbits
 3173 0000 54000000 		.4byte	0x54
 3174 0004 0200     		.2byte	0x2
 3175 0006 00000000 		.4byte	.Ldebug_info0
 3176 000a 04       		.byte	0x4
 3177 000b 00       		.byte	0
 3178 000c 0000     		.2byte	0
 3179 000e 0000     		.2byte	0
 3180 0010 00000000 		.4byte	.LFB7
 3181 0014 0A000000 		.4byte	.LFE7-.LFB7
 3182 0018 00000000 		.4byte	.LFB9
 3183 001c C4000000 		.4byte	.LFE9-.LFB9
 3184 0020 00000000 		.4byte	.LFB8
Maria Jorba Brosa authored
3361
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 57
Imanol-Mikel Barba Sabariego authored
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420


 3185 0024 0C000000 		.4byte	.LFE8-.LFB8
 3186 0028 00000000 		.4byte	.LFB10
 3187 002c 24000000 		.4byte	.LFE10-.LFB10
 3188 0030 00000000 		.4byte	.LFB11
 3189 0034 20000000 		.4byte	.LFE11-.LFB11
 3190 0038 00000000 		.4byte	.LFB12
 3191 003c 54000000 		.4byte	.LFE12-.LFB12
 3192 0040 00000000 		.4byte	.LFB13
 3193 0044 50000000 		.4byte	.LFE13-.LFB13
 3194 0048 00000000 		.4byte	.LFB14
 3195 004c 48000000 		.4byte	.LFE14-.LFB14
 3196 0050 00000000 		.4byte	0
 3197 0054 00000000 		.4byte	0
 3198              		.section	.debug_ranges,"",%progbits
 3199              	.Ldebug_ranges0:
 3200 0000 0E000000 		.4byte	.LBB27
 3201 0004 42000000 		.4byte	.LBE27
 3202 0008 46000000 		.4byte	.LBB54
 3203 000c B2000000 		.4byte	.LBE54
 3204 0010 BC000000 		.4byte	.LBB55
 3205 0014 C4000000 		.4byte	.LBE55
 3206 0018 00000000 		.4byte	0
 3207 001c 00000000 		.4byte	0
 3208 0020 26000000 		.4byte	.LBB28
 3209 0024 36000000 		.4byte	.LBE28
 3210 0028 38000000 		.4byte	.LBB31
 3211 002c 40000000 		.4byte	.LBE31
 3212 0030 00000000 		.4byte	0
 3213 0034 00000000 		.4byte	0
 3214 0038 26000000 		.4byte	.LBB29
 3215 003c 36000000 		.4byte	.LBE29
 3216 0040 38000000 		.4byte	.LBB30
 3217 0044 40000000 		.4byte	.LBE30
 3218 0048 00000000 		.4byte	0
 3219 004c 00000000 		.4byte	0
 3220 0050 4A000000 		.4byte	.LBB32
 3221 0054 50000000 		.4byte	.LBE32
 3222 0058 52000000 		.4byte	.LBB35
 3223 005c 56000000 		.4byte	.LBE35
 3224 0060 00000000 		.4byte	0
 3225 0064 00000000 		.4byte	0
 3226 0068 5C000000 		.4byte	.LBB36
 3227 006c 60000000 		.4byte	.LBE36
 3228 0070 62000000 		.4byte	.LBB40
 3229 0074 66000000 		.4byte	.LBE40
 3230 0078 68000000 		.4byte	.LBB41
 3231 007c 6A000000 		.4byte	.LBE41
 3232 0080 00000000 		.4byte	0
 3233 0084 00000000 		.4byte	0
 3234 0088 82000000 		.4byte	.LBB44
 3235 008c 86000000 		.4byte	.LBE44
 3236 0090 88000000 		.4byte	.LBB48
 3237 0094 8C000000 		.4byte	.LBE48
 3238 0098 8E000000 		.4byte	.LBB49
 3239 009c 90000000 		.4byte	.LBE49
 3240 00a0 00000000 		.4byte	0
 3241 00a4 00000000 		.4byte	0
Maria Jorba Brosa authored
3421
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 58
Imanol-Mikel Barba Sabariego authored
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480


 3242 00a8 90000000 		.4byte	.LBB50
 3243 00ac A6000000 		.4byte	.LBE50
 3244 00b0 BC000000 		.4byte	.LBB53
 3245 00b4 C4000000 		.4byte	.LBE53
 3246 00b8 00000000 		.4byte	0
 3247 00bc 00000000 		.4byte	0
 3248 00c0 90000000 		.4byte	.LBB51
 3249 00c4 A6000000 		.4byte	.LBE51
 3250 00c8 BC000000 		.4byte	.LBB52
 3251 00cc C4000000 		.4byte	.LBE52
 3252 00d0 00000000 		.4byte	0
 3253 00d4 00000000 		.4byte	0
 3254 00d8 04000000 		.4byte	.LBB56
 3255 00dc 0A000000 		.4byte	.LBE56
 3256 00e0 0E000000 		.4byte	.LBB59
 3257 00e4 1C000000 		.4byte	.LBE59
 3258 00e8 00000000 		.4byte	0
 3259 00ec 00000000 		.4byte	0
 3260 00f0 2C000000 		.4byte	.LBB61
 3261 00f4 2E000000 		.4byte	.LBE61
 3262 00f8 32000000 		.4byte	.LBB65
 3263 00fc 34000000 		.4byte	.LBE65
 3264 0100 36000000 		.4byte	.LBB66
 3265 0104 38000000 		.4byte	.LBE66
 3266 0108 00000000 		.4byte	0
 3267 010c 00000000 		.4byte	0
 3268 0110 2C000000 		.4byte	.LBB62
 3269 0114 2E000000 		.4byte	.LBE62
 3270 0118 32000000 		.4byte	.LBB63
 3271 011c 34000000 		.4byte	.LBE63
 3272 0120 36000000 		.4byte	.LBB64
 3273 0124 38000000 		.4byte	.LBE64
 3274 0128 00000000 		.4byte	0
 3275 012c 00000000 		.4byte	0
 3276 0130 2A000000 		.4byte	.LBB68
 3277 0134 2C000000 		.4byte	.LBE68
 3278 0138 30000000 		.4byte	.LBB72
 3279 013c 32000000 		.4byte	.LBE72
 3280 0140 34000000 		.4byte	.LBB73
 3281 0144 36000000 		.4byte	.LBE73
 3282 0148 00000000 		.4byte	0
 3283 014c 00000000 		.4byte	0
 3284 0150 2A000000 		.4byte	.LBB69
 3285 0154 2C000000 		.4byte	.LBE69
 3286 0158 30000000 		.4byte	.LBB70
 3287 015c 32000000 		.4byte	.LBE70
 3288 0160 34000000 		.4byte	.LBB71
 3289 0164 36000000 		.4byte	.LBE71
 3290 0168 00000000 		.4byte	0
 3291 016c 00000000 		.4byte	0
 3292 0170 16000000 		.4byte	.LBB75
 3293 0174 18000000 		.4byte	.LBE75
 3294 0178 1E000000 		.4byte	.LBB80
 3295 017c 30000000 		.4byte	.LBE80
 3296 0180 00000000 		.4byte	0
 3297 0184 00000000 		.4byte	0
 3298 0188 1E000000 		.4byte	.LBB76
Maria Jorba Brosa authored
3481
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 59
Imanol-Mikel Barba Sabariego authored
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514


 3299 018c 20000000 		.4byte	.LBE76
 3300 0190 22000000 		.4byte	.LBB79
 3301 0194 26000000 		.4byte	.LBE79
 3302 0198 00000000 		.4byte	0
 3303 019c 00000000 		.4byte	0
 3304 01a0 1E000000 		.4byte	.LBB77
 3305 01a4 20000000 		.4byte	.LBE77
 3306 01a8 22000000 		.4byte	.LBB78
 3307 01ac 26000000 		.4byte	.LBE78
 3308 01b0 00000000 		.4byte	0
 3309 01b4 00000000 		.4byte	0
 3310 01b8 00000000 		.4byte	.LFB7
 3311 01bc 0A000000 		.4byte	.LFE7
 3312 01c0 00000000 		.4byte	.LFB9
 3313 01c4 C4000000 		.4byte	.LFE9
 3314 01c8 00000000 		.4byte	.LFB8
 3315 01cc 0C000000 		.4byte	.LFE8
 3316 01d0 00000000 		.4byte	.LFB10
 3317 01d4 24000000 		.4byte	.LFE10
 3318 01d8 00000000 		.4byte	.LFB11
 3319 01dc 20000000 		.4byte	.LFE11
 3320 01e0 00000000 		.4byte	.LFB12
 3321 01e4 54000000 		.4byte	.LFE12
 3322 01e8 00000000 		.4byte	.LFB13
 3323 01ec 50000000 		.4byte	.LFE13
 3324 01f0 00000000 		.4byte	.LFB14
 3325 01f4 48000000 		.4byte	.LFE14
 3326 01f8 00000000 		.4byte	0
 3327 01fc 00000000 		.4byte	0
 3328              		.section	.debug_line,"",%progbits
 3329              	.Ldebug_line0:
Maria Jorba Brosa authored
3515
3516
 3330 0000 1B030000 		.section	.debug_str,"MS",%progbits,1
 3330      02000D01 
Imanol-Mikel Barba Sabariego authored
3517
3518
3519
3520
3521
3522
 3330      00000201 
 3330      FB0E0D00 
 3330      01010101 
 3331              	.LASF35:
 3332 0000 705F6D73 		.ascii	"p_msg\000"
 3332      6700
Maria Jorba Brosa authored
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
 3333              	.LASF58:
 3334 0006 7264796D 		.ascii	"rdymsg\000"
 3334      736700
 3335              	.LASF11:
 3336 000d 6C6F6E67 		.ascii	"long long unsigned int\000"
 3336      206C6F6E 
 3336      6720756E 
 3336      7369676E 
 3336      65642069 
 3337              	.LASF59:
 3338 0024 65786974 		.ascii	"exitcode\000"
 3338      636F6465 
 3338      00
 3339              	.LASF69:
 3340 002d 63684D74 		.ascii	"chMtxUnlock\000"
 3340      78556E6C 
 3340      6F636B00 
 3341              	.LASF24:
Maria Jorba Brosa authored
3541
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 60
Maria Jorba Brosa authored
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591


 3342 0039 705F7072 		.ascii	"p_prio\000"
 3342      696F00
 3343              	.LASF10:
 3344 0040 6C6F6E67 		.ascii	"long long int\000"
 3344      206C6F6E 
 3344      6720696E 
 3344      7400
 3345              	.LASF1:
 3346 004e 7369676E 		.ascii	"signed char\000"
 3346      65642063 
 3346      68617200 
 3347              	.LASF39:
 3348 005a 705F6D70 		.ascii	"p_mpool\000"
 3348      6F6F6C00 
 3349              	.LASF12:
 3350 0062 626F6F6C 		.ascii	"bool_t\000"
 3350      5F7400
 3351              	.LASF55:
 3352 0069 6D5F7175 		.ascii	"m_queue\000"
 3352      65756500 
 3353              	.LASF7:
 3354 0071 6C6F6E67 		.ascii	"long int\000"
 3354      20696E74 
 3354      00
 3355              	.LASF14:
 3356 007a 74737461 		.ascii	"tstate_t\000"
 3356      74655F74 
 3356      00
 3357              	.LASF66:
 3358 0083 63684D74 		.ascii	"chMtxLockS\000"
 3358      784C6F63 
 3358      6B5300
 3359              	.LASF73:
 3360 008e 63684D74 		.ascii	"chMtxTryLockS\000"
 3360      78547279 
 3360      4C6F636B 
 3360      5300
 3361              	.LASF26:
 3362 009c 705F6E65 		.ascii	"p_newer\000"
 3362      77657200 
 3363              	.LASF82:
 3364 00a4 63685363 		.ascii	"chSchRescheduleS\000"
 3364      68526573 
 3364      63686564 
 3364      756C6553 
 3364      00
 3365              	.LASF49:
 3366 00b5 725F6E65 		.ascii	"r_newer\000"
Ferràn Quer i Guerrero authored
3592
 3366      77657200 
Maria Jorba Brosa authored
3593
3594
3595
3596
3597
3598
3599
3600
 3367              	.LASF42:
 3368 00bd 72656761 		.ascii	"regarm_t\000"
 3368      726D5F74 
 3368      00
 3369              	.LASF20:
 3370 00c6 636E745F 		.ascii	"cnt_t\000"
 3370      7400
 3371              	.LASF71:
Maria Jorba Brosa authored
3601
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 61
Maria Jorba Brosa authored
3602
3603
Maria Jorba Brosa authored
3604
3605
3606
 3372 00cc 63684D74 		.ascii	"chMtxUnlockS\000"
 3372      78556E6C 
 3372      6F636B53 
Imanol-Mikel Barba Sabariego authored
3607
 3372      00
Maria Jorba Brosa authored
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
 3373              	.LASF0:
 3374 00d9 756E7369 		.ascii	"unsigned int\000"
 3374      676E6564 
 3374      20696E74 
 3374      00
 3375              	.LASF9:
 3376 00e6 6C6F6E67 		.ascii	"long unsigned int\000"
 3376      20756E73 
 3376      69676E65 
 3376      6420696E 
 3376      7400
 3377              	.LASF44:
 3378 00f8 636F6E74 		.ascii	"context\000"
 3378      65787400 
 3379              	.LASF4:
 3380 0100 73686F72 		.ascii	"short unsigned int\000"
 3380      7420756E 
 3380      7369676E 
 3380      65642069 
 3380      6E7400
 3381              	.LASF17:
 3382 0113 6D73675F 		.ascii	"msg_t\000"
 3382      7400
 3383              	.LASF80:
 3384 0119 7072696F 		.ascii	"prio_insert\000"
 3384      5F696E73 
 3384      65727400 
 3385              	.LASF72:
 3386 0125 63684D74 		.ascii	"chMtxUnlockAll\000"
 3386      78556E6C 
 3386      6F636B41 
 3386      6C6C00
 3387              	.LASF70:
 3388 0134 6E657770 		.ascii	"newprio\000"
 3388      72696F00 
 3389              	.LASF13:
 3390 013c 746D6F64 		.ascii	"tmode_t\000"
 3390      655F7400 
 3391              	.LASF41:
 3392 0144 54687265 		.ascii	"ThreadsList\000"
 3392      6164734C 
 3392      69737400 
 3393              	.LASF18:
 3394 0150 6576656E 		.ascii	"eventmask_t\000"
 3394      746D6173 
 3394      6B5F7400 
 3395              	.LASF68:
 3396 015c 63684D74 		.ascii	"chMtxTryLock\000"
 3396      78547279 
 3396      4C6F636B 
 3396      00
 3397              	.LASF54:
 3398 0169 4D757465 		.ascii	"Mutex\000"
Maria Jorba Brosa authored
3661
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 62
Maria Jorba Brosa authored
3662
3663
3664
3665
3666
3667


 3398      7800
 3399              	.LASF45:
 3400 016f 73697A65 		.ascii	"sizetype\000"
 3400      74797065 
Imanol-Mikel Barba Sabariego authored
3668
 3400      00
Maria Jorba Brosa authored
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
 3401              	.LASF67:
 3402 0178 63684D74 		.ascii	"chMtxLock\000"
 3402      784C6F63 
 3402      6B00
 3403              	.LASF27:
 3404 0182 705F6F6C 		.ascii	"p_older\000"
 3404      64657200 
 3405              	.LASF48:
 3406 018a 725F6374 		.ascii	"r_ctx\000"
 3406      7800
 3407              	.LASF40:
 3408 0190 54687265 		.ascii	"ThreadsQueue\000"
 3408      61647351 
 3408      75657565 
 3408      00
 3409              	.LASF79:
 3410 019d 433A5C44 		.ascii	"C:\\Documents and Settings\\maria\\Documents\\uni\\"
 3410      6F63756D 
 3410      656E7473 
 3410      20616E64 
 3410      20536574 
 3411 01cb 74657263 		.ascii	"tercer\\Q2\\PAET\\SmartCities\\Project\\application"
 3411      65725C51 
 3411      325C5041 
 3411      45545C53 
 3411      6D617274 
 3412 01f9 735C736D 		.ascii	"s\\smartcities\000"
 3412      61727463 
 3412      69746965 
 3412      7300
Ferràn Quer i Guerrero authored
3699
 3413              	.LASF63:
Maria Jorba Brosa authored
3700
 3414 0207 64657175 		.ascii	"dequeue\000"
Ferràn Quer i Guerrero authored
3701
3702
 3414      65756500 
 3415              	.LASF77:
Maria Jorba Brosa authored
3703
 3416 020f 474E5520 		.ascii	"GNU C 4.7.2\000"
Ferràn Quer i Guerrero authored
3704
3705
3706
 3416      4320342E 
 3416      372E3200 
 3417              	.LASF52:
Maria Jorba Brosa authored
3707
 3418 021b 725F6375 		.ascii	"r_current\000"
Ferràn Quer i Guerrero authored
3708
3709
3710
 3418      7272656E 
 3418      7400
 3419              	.LASF50:
Maria Jorba Brosa authored
3711
 3420 0225 725F6F6C 		.ascii	"r_older\000"
Ferràn Quer i Guerrero authored
3712
3713
 3420      64657200 
 3421              	.LASF15:
Maria Jorba Brosa authored
3714
 3422 022d 74726566 		.ascii	"trefs_t\000"
Ferràn Quer i Guerrero authored
3715
3716
 3422      735F7400 
 3423              	.LASF23:
Maria Jorba Brosa authored
3717
 3424 0235 705F7072 		.ascii	"p_prev\000"
Ferràn Quer i Guerrero authored
3718
3719
 3424      657600
 3425              	.LASF16:
Maria Jorba Brosa authored
3720
 3426 023c 74707269 		.ascii	"tprio_t\000"
Maria Jorba Brosa authored
3721
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 63
Maria Jorba Brosa authored
3722
3723
Ferràn Quer i Guerrero authored
3724
3725
 3426      6F5F7400 
 3427              	.LASF6:
Maria Jorba Brosa authored
3726
 3428 0244 696E7433 		.ascii	"int32_t\000"
Ferràn Quer i Guerrero authored
3727
3728
 3428      325F7400 
 3429              	.LASF2:
Maria Jorba Brosa authored
3729
 3430 024c 756E7369 		.ascii	"unsigned char\000"
Ferràn Quer i Guerrero authored
3730
3731
3732
3733
 3430      676E6564 
 3430      20636861 
 3430      7200
 3431              	.LASF37:
Maria Jorba Brosa authored
3734
 3432 025a 705F6D74 		.ascii	"p_mtxlist\000"
Ferràn Quer i Guerrero authored
3735
3736
3737
 3432      786C6973 
 3432      7400
 3433              	.LASF3:
Maria Jorba Brosa authored
3738
 3434 0264 73686F72 		.ascii	"short int\000"
Ferràn Quer i Guerrero authored
3739
3740
3741
 3434      7420696E 
 3434      7400
 3435              	.LASF29:
Maria Jorba Brosa authored
3742
 3436 026e 705F7374 		.ascii	"p_state\000"
Ferràn Quer i Guerrero authored
3743
3744
 3436      61746500 
 3437              	.LASF47:
Maria Jorba Brosa authored
3745
 3438 0276 725F7072 		.ascii	"r_prio\000"
Ferràn Quer i Guerrero authored
3746
3747
 3438      696F00
 3439              	.LASF61:
Maria Jorba Brosa authored
3748
 3440 027d 65776D61 		.ascii	"ewmask\000"
Ferràn Quer i Guerrero authored
3749
3750
 3440      736B00
 3441              	.LASF22:
Maria Jorba Brosa authored
3751
 3442 0284 705F6E65 		.ascii	"p_next\000"
Ferràn Quer i Guerrero authored
3752
3753
 3442      787400
 3443              	.LASF30:
Maria Jorba Brosa authored
3754
 3444 028b 705F666C 		.ascii	"p_flags\000"
Ferràn Quer i Guerrero authored
3755
 3444      61677300 
Imanol-Mikel Barba Sabariego authored
3756
 3445              	.LASF21:
Maria Jorba Brosa authored
3757
 3446 0293 54687265 		.ascii	"Thread\000"
Imanol-Mikel Barba Sabariego authored
3758
3759
 3446      616400
 3447              	.LASF75:
Maria Jorba Brosa authored
3760
 3448 029a 63685363 		.ascii	"chSchGoSleepS\000"
Imanol-Mikel Barba Sabariego authored
3761
3762
3763
3764
 3448      68476F53 
 3448      6C656570 
 3448      5300
 3449              	.LASF36:
Maria Jorba Brosa authored
3765
 3450 02a8 705F6570 		.ascii	"p_epending\000"
Imanol-Mikel Barba Sabariego authored
3766
3767
3768
 3450      656E6469 
 3450      6E6700
 3451              	.LASF8:
Maria Jorba Brosa authored
3769
 3452 02b3 75696E74 		.ascii	"uint32_t\000"
Imanol-Mikel Barba Sabariego authored
3770
3771
3772
 3452      33325F74 
 3452      00
 3453              	.LASF46:
Maria Jorba Brosa authored
3773
 3454 02bc 725F7175 		.ascii	"r_queue\000"
Imanol-Mikel Barba Sabariego authored
3774
3775
 3454      65756500 
 3455              	.LASF74:
Maria Jorba Brosa authored
3776
 3456 02c4 63685363 		.ascii	"chSchReadyI\000"
Imanol-Mikel Barba Sabariego authored
3777
3778
3779
 3456      68526561 
 3456      64794900 
 3457              	.LASF62:
Maria Jorba Brosa authored
3780
 3458 02d0 63686172 		.ascii	"char\000"
Maria Jorba Brosa authored
3781
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 64
Imanol-Mikel Barba Sabariego authored
3782
3783
Ferràn Quer i Guerrero authored
3784
 3458      00
Imanol-Mikel Barba Sabariego authored
3785
 3459              	.LASF64:
Maria Jorba Brosa authored
3786
 3460 02d5 6669666F 		.ascii	"fifo_remove\000"
Imanol-Mikel Barba Sabariego authored
3787
3788
3789
 3460      5F72656D 
 3460      6F766500 
 3461              	.LASF57:
Maria Jorba Brosa authored
3790
 3462 02e1 6D5F6E65 		.ascii	"m_next\000"
Imanol-Mikel Barba Sabariego authored
3791
3792
 3462      787400
 3463              	.LASF19:
Maria Jorba Brosa authored
3793
 3464 02e8 73797374 		.ascii	"systime_t\000"
Imanol-Mikel Barba Sabariego authored
3794
3795
3796
 3464      696D655F 
 3464      7400
 3465              	.LASF38:
Maria Jorba Brosa authored
3797
 3466 02f2 705F7265 		.ascii	"p_realprio\000"
Imanol-Mikel Barba Sabariego authored
3798
3799
3800
 3466      616C7072 
 3466      696F00
 3467              	.LASF32:
Maria Jorba Brosa authored
3801
 3468 02fd 705F7469 		.ascii	"p_time\000"
Imanol-Mikel Barba Sabariego authored
3802
3803
 3468      6D6500
 3469              	.LASF43:
Maria Jorba Brosa authored
3804
 3470 0304 696E7463 		.ascii	"intctx\000"
Imanol-Mikel Barba Sabariego authored
3805
3806
 3470      747800
 3471              	.LASF34:
Maria Jorba Brosa authored
3807
 3472 030b 705F6D73 		.ascii	"p_msgqueue\000"
Imanol-Mikel Barba Sabariego authored
3808
3809
3810
 3472      67717565 
 3472      756500
 3473              	.LASF76:
Maria Jorba Brosa authored
3811
 3474 0316 63685363 		.ascii	"chSchWakeupS\000"
Imanol-Mikel Barba Sabariego authored
3812
3813
3814
3815
 3474      6857616B 
 3474      65757053 
 3474      00
 3475              	.LASF65:
Maria Jorba Brosa authored
3816
 3476 0323 63684D74 		.ascii	"chMtxInit\000"
Imanol-Mikel Barba Sabariego authored
3817
3818
3819
 3476      78496E69 
 3476      7400
 3477              	.LASF31:
Maria Jorba Brosa authored
3820
 3478 032d 705F7265 		.ascii	"p_refs\000"
Imanol-Mikel Barba Sabariego authored
3821
3822
 3478      667300
 3479              	.LASF53:
Maria Jorba Brosa authored
3823
 3480 0334 52656164 		.ascii	"ReadyList\000"
Imanol-Mikel Barba Sabariego authored
3824
3825
3826
 3480      794C6973 
 3480      7400
 3481              	.LASF81:
Maria Jorba Brosa authored
3827
 3482 033e 726C6973 		.ascii	"rlist\000"
Imanol-Mikel Barba Sabariego authored
3828
3829
 3482      7400
 3483              	.LASF5:
Maria Jorba Brosa authored
3830
 3484 0344 75696E74 		.ascii	"uint8_t\000"
Imanol-Mikel Barba Sabariego authored
3831
3832
 3484      385F7400 
 3485              	.LASF60:
Maria Jorba Brosa authored
3833
 3486 034c 77746F62 		.ascii	"wtobjp\000"
Imanol-Mikel Barba Sabariego authored
3834
3835
 3486      6A7000
 3487              	.LASF28:
Maria Jorba Brosa authored
3836
 3488 0353 705F6E61 		.ascii	"p_name\000"
Imanol-Mikel Barba Sabariego authored
3837
3838
 3488      6D6500
 3489              	.LASF51:
Maria Jorba Brosa authored
3839
3840
 3490 035a 725F7072 		.ascii	"r_preempt\000"
 3490      65656D70 
Maria Jorba Brosa authored
3841
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 65
Imanol-Mikel Barba Sabariego authored
3842
3843
Maria Jorba Brosa authored
3844
 3490      7400
Imanol-Mikel Barba Sabariego authored
3845
 3491              	.LASF56:
Maria Jorba Brosa authored
3846
 3492 0364 6D5F6F77 		.ascii	"m_owner\000"
Imanol-Mikel Barba Sabariego authored
3847
3848
 3492      6E657200 
 3493              	.LASF25:
Maria Jorba Brosa authored
3849
 3494 036c 705F6374 		.ascii	"p_ctx\000"
Imanol-Mikel Barba Sabariego authored
3850
3851
 3494      7800
 3495              	.LASF33:
Maria Jorba Brosa authored
3852
 3496 0372 705F7761 		.ascii	"p_waiting\000"
Imanol-Mikel Barba Sabariego authored
3853
3854
3855
 3496      6974696E 
 3496      6700
 3497              	.LASF78:
Maria Jorba Brosa authored
3856
 3498 037c 2E2E2F2E 		.ascii	"../..//os/kernel/src/chmtx.c\000"
Imanol-Mikel Barba Sabariego authored
3857
3858
3859
3860
3861
 3498      2E2F2F6F 
 3498      732F6B65 
 3498      726E656C 
 3498      2F737263 
 3499              		.ident	"GCC: (GNU) 4.7.2"
Maria Jorba Brosa authored
3862
ARM GAS  C:\cygwin64\tmp\ccdOVO2W.s 			page 66
Imanol-Mikel Barba Sabariego authored
3863
3864
3865
3866


DEFINED SYMBOLS
                            *ABS*:00000000 chmtx.c
Maria Jorba Brosa authored
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
C:\cygwin64\tmp\ccdOVO2W.s:19     .text.chMtxInit:00000000 $t
C:\cygwin64\tmp\ccdOVO2W.s:25     .text.chMtxInit:00000000 chMtxInit
C:\cygwin64\tmp\ccdOVO2W.s:46     .text.chMtxLockS:00000000 $t
C:\cygwin64\tmp\ccdOVO2W.s:52     .text.chMtxLockS:00000000 chMtxLockS
C:\cygwin64\tmp\ccdOVO2W.s:310    .text.chMtxLockS:000000c0 $d
C:\cygwin64\tmp\ccdOVO2W.s:318    .text.chMtxLock:00000000 $t
C:\cygwin64\tmp\ccdOVO2W.s:324    .text.chMtxLock:00000000 chMtxLock
C:\cygwin64\tmp\ccdOVO2W.s:354    .text.chMtxTryLock:00000000 $t
C:\cygwin64\tmp\ccdOVO2W.s:360    .text.chMtxTryLock:00000000 chMtxTryLock
C:\cygwin64\tmp\ccdOVO2W.s:423    .text.chMtxTryLock:00000020 $d
C:\cygwin64\tmp\ccdOVO2W.s:428    .text.chMtxTryLockS:00000000 $t
C:\cygwin64\tmp\ccdOVO2W.s:434    .text.chMtxTryLockS:00000000 chMtxTryLockS
C:\cygwin64\tmp\ccdOVO2W.s:475    .text.chMtxTryLockS:0000001c $d
C:\cygwin64\tmp\ccdOVO2W.s:480    .text.chMtxUnlock:00000000 $t
C:\cygwin64\tmp\ccdOVO2W.s:486    .text.chMtxUnlock:00000000 chMtxUnlock
C:\cygwin64\tmp\ccdOVO2W.s:604    .text.chMtxUnlock:00000050 $d
C:\cygwin64\tmp\ccdOVO2W.s:609    .text.chMtxUnlockS:00000000 $t
C:\cygwin64\tmp\ccdOVO2W.s:615    .text.chMtxUnlockS:00000000 chMtxUnlockS
C:\cygwin64\tmp\ccdOVO2W.s:722    .text.chMtxUnlockS:0000004c $d
C:\cygwin64\tmp\ccdOVO2W.s:727    .text.chMtxUnlockAll:00000000 $t
C:\cygwin64\tmp\ccdOVO2W.s:733    .text.chMtxUnlockAll:00000000 chMtxUnlockAll
C:\cygwin64\tmp\ccdOVO2W.s:831    .text.chMtxUnlockAll:00000044 $d
Imanol-Mikel Barba Sabariego authored
3889
                     .debug_frame:00000010 $d
Maria Jorba Brosa authored
3890
3891
3892
3893
C:\cygwin64\tmp\ccdOVO2W.s:317    .text.chMtxLockS:000000c4 $t
C:\cygwin64\tmp\ccdOVO2W.s:427    .text.chMtxTryLock:00000024 $t
C:\cygwin64\tmp\ccdOVO2W.s:608    .text.chMtxUnlock:00000054 $t
C:\cygwin64\tmp\ccdOVO2W.s:835    .text.chMtxUnlockAll:00000048 $t
Imanol-Mikel Barba Sabariego authored
3894
3895
3896
3897
3898
3899
3900

UNDEFINED SYMBOLS
chSchGoSleepS
chSchReadyI
rlist
chSchWakeupS
chSchRescheduleS