-
Notifications
You must be signed in to change notification settings - Fork 0
/
RTOS_EDF.map
837 lines (780 loc) · 74.1 KB
/
RTOS_EDF.map
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
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
181
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
241
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
301
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
361
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
421
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
481
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
541
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
601
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
661
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
721
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
781
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
Component: ARM Compiler 5.06 update 6 (build 750) Tool: armlink [4d35ed]
==============================================================================
Section Cross References
startup.o(STACK) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup.o(HEAP) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup.o(RESET) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup.o(RESET) refers to portasm.o(PORT_ASM) for vPortYieldProcessor
startup.o(RESET) refers to startup.o(STACK) for Stack_Top
startup.o(RESET) refers to __main.o(!!!main) for __main
startup.o(.text) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup.o(.text) refers to startup.o(HEAP) for Heap_Mem
startup.o(.text) refers to startup.o(STACK) for Stack_Mem
serialisr.o(.text) refers to port.o(.data) for ulCriticalNesting
serialisr.o(.text) refers to tasks.o(.data) for pxCurrentTCB
serialisr.o(.text) refers to serial.o(.text) for vUART_ISRHandler
gpio.o(.text) refers to gpio_cfg.o(.data) for PinConfig_array
main.o(.text) refers to tasks.o(.text) for xTaskGetTickCount
main.o(.text) refers to stream_buffer.o(.text) for xStreamBufferGenericCreate
main.o(.text) refers to gpio.o(.text) for GPIO_read
main.o(.text) refers to serial.o(.text) for vSerialPutString
main.o(.text) refers to main.o(.data) for xMessageBuffer1
serial.o(.text) refers to aeabi_sdiv.o(.text_udiv) for __aeabi_uidivmod
serial.o(.text) refers to serialisr.o(.text) for vUART_ISREntry
serial.o(.text) refers to serial.o(.data) for isNewCharAvailable
serial.o(.text) refers to serial.o(.bss) for txBuffer
tasks.o(.text) refers to list.o(.text) for vListInitialise
tasks.o(.text) refers to port.o(.text) for vPortEnterCritical
tasks.o(.text) refers to portasm.o(PORT_ASM) for vPortYield
tasks.o(.text) refers to heap_2.o(.text) for pvPortMalloc
tasks.o(.text) refers to tasks.o(.bss) for xReadyTasksListEDF
tasks.o(.text) refers to tasks.o(.data) for pxDelayedTaskList
queue.o(.text) refers to aeabi_sdiv.o(.text_udiv) for __aeabi_uidivmod
queue.o(.text) refers to port.o(.text) for vPortEnterCritical
queue.o(.text) refers to tasks.o(.text) for xTaskRemoveFromEventList
queue.o(.text) refers to portasm.o(PORT_ASM) for vPortYield
queue.o(.text) refers to list.o(.text) for vListInitialise
queue.o(.text) refers to heap_2.o(.text) for pvPortMalloc
queue.o(.text) refers to rt_memcpy.o(.text) for __aeabi_memcpy
port.o(.text) refers to portasm.o(PORT_ASM) for vPortStartFirstTask
port.o(.text) refers to port.o(.data) for ulCriticalNesting
heap_2.o(.text) refers to tasks.o(.text) for vTaskSuspendAll
heap_2.o(.text) refers to heap_2.o(.bss) for ucHeap
heap_2.o(.text) refers to heap_2.o(.data) for xStart
portasm.o(PORT_ASM) refers to tasks.o(.data) for pxCurrentTCB
portasm.o(PORT_ASM) refers to port.o(.data) for ulCriticalNesting
portasm.o(PORT_ASM) refers to tasks.o(.text) for vTaskSwitchContext
stream_buffer.o(.text) refers to rt_memclr_w.o(.text) for __aeabi_memclr4
stream_buffer.o(.text) refers to heap_2.o(.text) for pvPortMalloc
stream_buffer.o(.text) refers to port.o(.text) for vPortEnterCritical
stream_buffer.o(.text) refers to rt_memcpy.o(.text) for __aeabi_memcpy
stream_buffer.o(.text) refers to tasks.o(.text) for vTaskSetTimeOutState
rt_memcpy.o(.text) refers to rt_memcpy_w.o(.text) for __aeabi_memcpy4
aeabi_sdiv.o(.text_udiv) refers to aeabi_sdiv.o(.text) for __arm_div2
aeabi_sdiv_div0.o(.text_udiv) refers to aeabi_sdiv_div0.o(.text) for __arm_div2
__main.o(!!!main) refers to __rtentry.o(.ARM.Collect$$rtentry$$00000000) for __rt_entry
__rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) for __rt_entry_li
__rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) for __rt_entry_main
__rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$0000000C) for __rt_entry_postli_1
__rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$00000009) for __rt_entry_postsh_1
__rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$00000002) for __rt_entry_presh_1
__rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry4.o(.ARM.Collect$$rtentry$$00000004) for __rt_entry_sh
aeabi_idiv0_sigfpe.o(.text) refers to rt_div0.o(.text) for __rt_div0
__rtentry2.o(.ARM.Collect$$rtentry$$00000008) refers to boardinit2.o(.text) for _platform_post_stackheap_init
__rtentry2.o(.ARM.Collect$$rtentry$$0000000A) refers to libinit.o(.ARM.Collect$$libinit$$00000000) for __rt_lib_init
__rtentry2.o(.ARM.Collect$$rtentry$$0000000B) refers to boardinit3.o(.text) for _platform_post_lib_init
__rtentry2.o(.ARM.Collect$$rtentry$$0000000D) refers to exit.o(.text) for exit
__rtentry2.o(.ARM.Collect$$rtentry$$0000000D) refers to main.o(.text) for main
__rtentry2.o(.ARM.exidx) refers to __rtentry2.o(.ARM.Collect$$rtentry$$00000001) for .ARM.Collect$$rtentry$$00000001
__rtentry2.o(.ARM.exidx) refers to __rtentry2.o(.ARM.Collect$$rtentry$$00000008) for .ARM.Collect$$rtentry$$00000008
__rtentry2.o(.ARM.exidx) refers to __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) for .ARM.Collect$$rtentry$$0000000A
__rtentry2.o(.ARM.exidx) refers to __rtentry2.o(.ARM.Collect$$rtentry$$0000000B) for .ARM.Collect$$rtentry$$0000000B
__rtentry2.o(.ARM.exidx) refers to __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) for .ARM.Collect$$rtentry$$0000000D
__rtentry4.o(.ARM.Collect$$rtentry$$00000004) refers to sys_stackheap_outer.o(.text) for __user_setup_stackheap
__rtentry4.o(.ARM.exidx) refers to __rtentry4.o(.ARM.Collect$$rtentry$$00000004) for .ARM.Collect$$rtentry$$00000004
rt_div0.o(.text) refers to defsig_fpe_outer.o(.text) for __rt_SIGFPE
sys_stackheap_outer.o(.text) refers to libspace.o(.text) for __user_perproc_libspace
sys_stackheap_outer.o(.text) refers to startup.o(.text) for __user_initial_stackheap
exit.o(.text) refers to rtexit.o(.ARM.Collect$$rtexit$$00000000) for __rt_exit
defsig_fpe_outer.o(.text) refers to defsig_fpe_inner.o(.text) for __rt_SIGFPE_inner
defsig_fpe_outer.o(.text) refers to defsig_exit.o(.text) for __sig_exit
defsig_fpe_formal.o(.text) refers to rt_raise.o(.text) for __rt_raise
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000002E) for __rt_lib_init_alloca_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000002C) for __rt_lib_init_argv_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001B) for __rt_lib_init_atexit_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000021) for __rt_lib_init_clock_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000032) for __rt_lib_init_cpp_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000030) for __rt_lib_init_exceptions_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000002) for __rt_lib_init_fp_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001F) for __rt_lib_init_fp_trap_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000023) for __rt_lib_init_getenv_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000A) for __rt_lib_init_heap_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000011) for __rt_lib_init_lc_collate_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000013) for __rt_lib_init_lc_ctype_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000015) for __rt_lib_init_lc_monetary_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000017) for __rt_lib_init_lc_numeric_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000019) for __rt_lib_init_lc_time_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000004) for __rt_lib_init_preinit_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000E) for __rt_lib_init_rand_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000033) for __rt_lib_init_return
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001D) for __rt_lib_init_signal_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000025) for __rt_lib_init_stdio_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000C) for __rt_lib_init_user_alloc_1
libspace.o(.text) refers to libspace.o(.bss) for __libspace_start
rtexit.o(.ARM.Collect$$rtexit$$00000000) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000004) for __rt_exit_exit
rtexit.o(.ARM.Collect$$rtexit$$00000000) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000003) for __rt_exit_ls
rtexit.o(.ARM.Collect$$rtexit$$00000000) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000002) for __rt_exit_prels_1
rtexit.o(.ARM.exidx) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000004) for __rt_exit_exit
rtexit.o(.ARM.exidx) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000003) for __rt_exit_ls
rtexit.o(.ARM.exidx) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000002) for __rt_exit_prels_1
rtexit.o(.ARM.exidx) refers to rtexit.o(.ARM.Collect$$rtexit$$00000000) for .ARM.Collect$$rtexit$$00000000
rt_raise.o(.text) refers to __raise.o(.text) for __raise
rt_raise.o(.text) refers to sys_exit.o(.text) for _sys_exit
defsig_exit.o(.text) refers to sys_exit.o(.text) for _sys_exit
defsig_fpe_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
libinit2.o(.ARM.Collect$$libinit$$00000001) refers to fpinit.o(x$fpl$fpinit) for _fp_init
libinit2.o(.ARM.Collect$$libinit$$00000010) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F
libinit2.o(.ARM.Collect$$libinit$$00000012) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F
libinit2.o(.ARM.Collect$$libinit$$00000014) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F
libinit2.o(.ARM.Collect$$libinit$$00000016) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F
libinit2.o(.ARM.Collect$$libinit$$00000018) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F
libinit2.o(.ARM.Collect$$libinit$$00000026) refers to argv_veneer.o(.emb_text) for __ARM_argv_veneer
libinit2.o(.ARM.Collect$$libinit$$00000027) refers to argv_veneer.o(.emb_text) for __ARM_argv_veneer
sys_exit.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting
sys_exit.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function
rtexit2.o(.ARM.Collect$$rtexit$$00000003) refers to libshutdown.o(.ARM.Collect$$libshutdown$$00000000) for __rt_lib_shutdown
rtexit2.o(.ARM.Collect$$rtexit$$00000004) refers to sys_exit.o(.text) for _sys_exit
rtexit2.o(.ARM.exidx) refers to rtexit2.o(.ARM.Collect$$rtexit$$00000001) for .ARM.Collect$$rtexit$$00000001
rtexit2.o(.ARM.exidx) refers to rtexit2.o(.ARM.Collect$$rtexit$$00000003) for .ARM.Collect$$rtexit$$00000003
rtexit2.o(.ARM.exidx) refers to rtexit2.o(.ARM.Collect$$rtexit$$00000004) for .ARM.Collect$$rtexit$$00000004
__raise.o(.text) refers to __raise.o(i.__ARM_common_call_via_r2) for __ARM_common_call_via_r2
__raise.o(.text) refers to defsig.o(CL$$defsig) for __default_signal_handler
defsig_general.o(.text) refers to sys_wrch.o(.text) for _ttywrch
argv_veneer.o(.emb_text) refers to no_argv.o(.text) for __ARM_get_argv
sys_wrch.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting
sys_wrch.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function
defsig.o(CL$$defsig) refers to defsig_fpe_inner.o(.text) for __rt_SIGFPE_inner
defsig.o(CL$$defsig) refers to defsig_rtmem_inner.o(.text) for __rt_SIGRTMEM_inner
_get_argv_nomalloc.o(.text) refers (Special) to hrguard.o(.text) for __heap_region$guard
_get_argv_nomalloc.o(.text) refers to defsig_rtmem_outer.o(.text) for __rt_SIGRTMEM
_get_argv_nomalloc.o(.text) refers to sys_command.o(.text) for _sys_command_string
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000002) for __rt_lib_shutdown_cpp_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000007) for __rt_lib_shutdown_fp_trap_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F) for __rt_lib_shutdown_heap_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000010) for __rt_lib_shutdown_return
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A) for __rt_lib_shutdown_signal_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000004) for __rt_lib_shutdown_stdio_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C) for __rt_lib_shutdown_user_alloc_1
sys_command.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting
sys_command.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function
defsig_abrt_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_rtred_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_rtmem_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_rtmem_outer.o(.text) refers to defsig_rtmem_inner.o(.text) for __rt_SIGRTMEM_inner
defsig_rtmem_outer.o(.text) refers to defsig_exit.o(.text) for __sig_exit
defsig_rtmem_formal.o(.text) refers to rt_raise.o(.text) for __rt_raise
defsig_stak_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_pvfn_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_cppl_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_segv_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_other.o(.text) refers to defsig_general.o(.text) for __default_signal_display
==============================================================================
Removing Unused input sections from the image.
Removing partest.o(.text), (124 bytes).
Removing main.o(.constdata), (4 bytes).
Removing queue.o(.text), (3628 bytes).
3 unused section(s) (total 3756 bytes) removed from the image.
==============================================================================
Adding Veneers to the image
Adding AT veneer (8 bytes, Inline) for call to '__rt_lib_init' from __rtentry2.o(.ARM.Collect$$rtentry$$0000000A).
Adding AT veneer (8 bytes, Inline) for call to '__rt_lib_shutdown' from rtexit2.o(.ARM.Collect$$rtexit$$00000003).
Adding TA veneer (4 bytes, Inline) for call to '__rt_exit' from exit.o(.text).
Adding AT veneer (8 bytes, Inline) for call to '_sys_exit' from rtexit2.o(.ARM.Collect$$rtexit$$00000004).
4 Veneer(s) (total 28 bytes) added to the image.
==============================================================================
Image Symbol Table
Local Symbols
Symbol Name Value Ov Type Size Object(Section)
RESET 0x00000000 Section 260 startup.o(RESET)
../clib/angel/boardlib.s 0x00000000 Number 0 boardinit1.o ABSOLUTE
../clib/angel/boardlib.s 0x00000000 Number 0 boardinit2.o ABSOLUTE
../clib/angel/boardlib.s 0x00000000 Number 0 boardshut.o ABSOLUTE
../clib/angel/boardlib.s 0x00000000 Number 0 boardinit3.o ABSOLUTE
../clib/angel/handlers.s 0x00000000 Number 0 __scatter_zi.o ABSOLUTE
../clib/angel/handlers.s 0x00000000 Number 0 __scatter_copy.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 rtexit2.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 __rtentry.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 __rtentry2.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 __rtentry4.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 rtexit.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 rt_raise.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 aeabi_idiv0.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 aeabi_idiv0_sigfpe.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 rt_div0.o ABSOLUTE
../clib/angel/scatter.s 0x00000000 Number 0 __scatter.o ABSOLUTE
../clib/angel/startup.s 0x00000000 Number 0 __main.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 libspace.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 sys_stackheap_outer.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 indicate_semi.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 use_no_semi.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_command.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_exit.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_wrch.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 argv_veneer.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 argv_veneer.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 _get_argv_nomalloc.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 no_argv.o ABSOLUTE
../clib/division.s 0x00000000 Number 0 aeabi_sdiv_div0.o ABSOLUTE
../clib/division.s 0x00000000 Number 0 aeabi_sdiv.o ABSOLUTE
../clib/divrt.s 0x00000000 Number 0 divrt_7tdmi.o ABSOLUTE
../clib/divrt.s 0x00000000 Number 0 divrt_7tdmi_div0.o ABSOLUTE
../clib/heapalloc.c 0x00000000 Number 0 hrguard.o ABSOLUTE
../clib/heapaux.c 0x00000000 Number 0 heapauxi.o ABSOLUTE
../clib/libinit.s 0x00000000 Number 0 libshutdown2.o ABSOLUTE
../clib/libinit.s 0x00000000 Number 0 libshutdown.o ABSOLUTE
../clib/libinit.s 0x00000000 Number 0 libinit.o ABSOLUTE
../clib/libinit.s 0x00000000 Number 0 libinit2.o ABSOLUTE
../clib/memcpset.s 0x00000000 Number 0 rt_memclr_w.o ABSOLUTE
../clib/memcpset.s 0x00000000 Number 0 rt_memcpy.o ABSOLUTE
../clib/memcpset.s 0x00000000 Number 0 rt_memcpy_w.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_cppl_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_abrt_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_pvfn_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtmem_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtmem_outer.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_segv_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtmem_formal.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_stak_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_fpe_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtred_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_exit.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 __raise.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_other.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_general.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_fpe_formal.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_fpe_outer.o ABSOLUTE
../clib/signal.s 0x00000000 Number 0 defsig.o ABSOLUTE
../clib/stdlib.c 0x00000000 Number 0 exit.o ABSOLUTE
../fplib/fpinit.s 0x00000000 Number 0 fpinit.o ABSOLUTE
..\..\Source\list.c 0x00000000 Number 0 list.o ABSOLUTE
..\..\Source\portable\MemMang\heap_2.c 0x00000000 Number 0 heap_2.o ABSOLUTE
..\..\Source\portable\RVDS\ARM7_LPC21xx\port.c 0x00000000 Number 0 port.o ABSOLUTE
..\..\Source\portable\RVDS\ARM7_LPC21xx\portASM.s 0x00000000 Number 0 portasm.o ABSOLUTE
..\..\Source\queue.c 0x00000000 Number 0 queue.o ABSOLUTE
..\..\Source\stream_buffer.c 0x00000000 Number 0 stream_buffer.o ABSOLUTE
..\..\Source\tasks.c 0x00000000 Number 0 tasks.o ABSOLUTE
ParTest\ParTest.c 0x00000000 Number 0 partest.o ABSOLUTE
Starter_Files_V1\Starter_Files_V1\source\GPIO.c 0x00000000 Number 0 gpio.o ABSOLUTE
Starter_Files_V1\Starter_Files_V1\source\GPIO_cfg.c 0x00000000 Number 0 gpio_cfg.o ABSOLUTE
Starter_Files_V1\Starter_Files_V1\source\main.c 0x00000000 Number 0 main.o ABSOLUTE
Starter_Files_V1\Starter_Files_V1\source\serial.c 0x00000000 Number 0 serial.o ABSOLUTE
Startup.s 0x00000000 Number 0 startup.o ABSOLUTE
dc.s 0x00000000 Number 0 dc.o ABSOLUTE
serial\serialISR.s 0x00000000 Number 0 serialisr.o ABSOLUTE
Undef_Handler 0x00000040 ARM Code 4 startup.o(RESET)
PAbt_Handler 0x00000048 ARM Code 4 startup.o(RESET)
DAbt_Handler 0x0000004c ARM Code 4 startup.o(RESET)
IRQ_Handler 0x00000050 ARM Code 4 startup.o(RESET)
FIQ_Handler 0x00000054 ARM Code 4 startup.o(RESET)
!!!main 0x00000104 Section 8 __main.o(!!!main)
!!!scatter 0x0000010c Section 60 __scatter.o(!!!scatter)
!!handler_copy 0x00000148 Section 40 __scatter_copy.o(!!handler_copy)
!!handler_zi 0x00000170 Section 44 __scatter_zi.o(!!handler_zi)
.ARM.Collect$$libinit$$00000000 0x000001a4 Section 2 libinit.o(.ARM.Collect$$libinit$$00000000)
.ARM.Collect$$libinit$$00000002 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000002)
.ARM.Collect$$libinit$$00000004 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000004)
.ARM.Collect$$libinit$$0000000A 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000A)
.ARM.Collect$$libinit$$0000000C 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000C)
.ARM.Collect$$libinit$$0000000E 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000E)
.ARM.Collect$$libinit$$00000011 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000011)
.ARM.Collect$$libinit$$00000013 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000013)
.ARM.Collect$$libinit$$00000015 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000015)
.ARM.Collect$$libinit$$00000017 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000017)
.ARM.Collect$$libinit$$00000019 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000019)
.ARM.Collect$$libinit$$0000001B 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001B)
.ARM.Collect$$libinit$$0000001D 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001D)
.ARM.Collect$$libinit$$0000001F 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001F)
.ARM.Collect$$libinit$$00000021 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000021)
.ARM.Collect$$libinit$$00000023 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000023)
.ARM.Collect$$libinit$$00000025 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000025)
.ARM.Collect$$libinit$$0000002C 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002C)
.ARM.Collect$$libinit$$0000002E 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002E)
.ARM.Collect$$libinit$$00000030 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000030)
.ARM.Collect$$libinit$$00000032 0x000001a6 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000032)
.ARM.Collect$$libinit$$00000033 0x000001a6 Section 12 libinit2.o(.ARM.Collect$$libinit$$00000033)
.ARM.Collect$$libshutdown$$00000000 0x000001bc Section 4 libshutdown.o(.ARM.Collect$$libshutdown$$00000000)
.ARM.Collect$$libshutdown$$00000002 0x000001c0 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002)
.ARM.Collect$$libshutdown$$00000004 0x000001c0 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004)
.ARM.Collect$$libshutdown$$00000007 0x000001c0 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000007)
.ARM.Collect$$libshutdown$$0000000A 0x000001c0 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A)
.ARM.Collect$$libshutdown$$0000000C 0x000001c0 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C)
.ARM.Collect$$libshutdown$$0000000F 0x000001c0 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F)
.ARM.Collect$$libshutdown$$00000010 0x000001c0 Section 6 libshutdown2.o(.ARM.Collect$$libshutdown$$00000010)
.ARM.Collect$$rtentry$$00000000 0x000001c8 Section 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000)
.ARM.Collect$$rtentry$$00000002 0x000001c8 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002)
.ARM.Collect$$rtentry$$00000004 0x000001c8 Section 8 __rtentry4.o(.ARM.Collect$$rtentry$$00000004)
.ARM.Collect$$rtentry$$00000009 0x000001d0 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009)
.ARM.Collect$$rtentry$$0000000A 0x000001d0 Section 4 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A)
.ARM.Collect$$rtentry$$0000000C 0x000001d4 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C)
.ARM.Collect$$rtentry$$0000000D 0x000001d4 Section 40 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D)
.ARM.Collect$$rtexit$$00000000 0x00000200 Section 4 rtexit.o(.ARM.Collect$$rtexit$$00000000)
.ARM.Collect$$rtexit$$00000002 0x00000204 Section 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002)
.ARM.Collect$$rtexit$$00000003 0x00000204 Section 4 rtexit2.o(.ARM.Collect$$rtexit$$00000003)
.ARM.Collect$$rtexit$$00000004 0x00000208 Section 8 rtexit2.o(.ARM.Collect$$rtexit$$00000004)
.text 0x00000210 Section 32 startup.o(.text)
.text 0x00000230 Section 148 serialisr.o(.text)
.text 0x000002c4 Section 0 gpio.o(.text)
.text 0x00000534 Section 0 main.o(.text)
configTimer1 0x00000898 ARM Code 32 main.o(.text)
prvSetupHardware 0x000008b8 ARM Code 40 main.o(.text)
.text 0x00000a94 Section 0 serial.o(.text)
.text 0x00000d5c Section 0 tasks.o(.text)
prvInitialiseTaskLists 0x00000d5c ARM Code 84 tasks.o(.text)
prvAddNewTaskToReadyList 0x00000db0 ARM Code 216 tasks.o(.text)
prvInitialiseNewTask 0x00000e88 ARM Code 236 tasks.o(.text)
prvDeleteTCB 0x000010ec ARM Code 32 tasks.o(.text)
prvResetNextTaskUnblockTime 0x0000110c ARM Code 84 tasks.o(.text)
prvAddCurrentTaskToDelayedList 0x00001620 ARM Code 268 tasks.o(.text)
prvTaskIsTaskSuspended 0x00001ae8 ARM Code 204 tasks.o(.text)
prvCheckTasksWaitingTermination 0x00001cb4 ARM Code 108 tasks.o(.text)
prvIdleTask 0x00001d20 ARM Code 12 tasks.o(.text)
.text 0x00002c00 Section 0 list.o(.text)
.text 0x00002d14 Section 0 port.o(.text)
prvSetupTimerInterrupt 0x00002e04 ARM Code 100 port.o(.text)
.text 0x00002f10 Section 0 heap_2.o(.text)
prvHeapInit 0x00002f10 ARM Code 72 heap_2.o(.text)
.text 0x00003148 Section 0 stream_buffer.o(.text)
prvInitialiseNewStreamBuffer 0x00003148 ARM Code 60 stream_buffer.o(.text)
prvBytesInBuffer 0x00003324 ARM Code 48 stream_buffer.o(.text)
prvWriteBytesToBuffer 0x00003378 ARM Code 136 stream_buffer.o(.text)
prvWriteMessageToBuffer 0x00003400 ARM Code 168 stream_buffer.o(.text)
prvReadBytesFromBuffer 0x000036e4 ARM Code 136 stream_buffer.o(.text)
prvReadMessageFromBuffer 0x0000376c ARM Code 160 stream_buffer.o(.text)
.text 0x00003b74 Section 212 rt_memcpy.o(.text)
.text 0x00003c48 Section 84 rt_memclr_w.o(.text)
.text 0x00003c9c Section 384 aeabi_sdiv.o(.text)
__arm_div8 0x00003cc8 ARM Code 0 aeabi_sdiv.o(.text)
__arm_div5 0x00003cec ARM Code 0 aeabi_sdiv.o(.text)
__arm_div2 0x00003d10 ARM Code 0 aeabi_sdiv.o(.text)
__arm_div_large 0x00003d4c ARM Code 0 aeabi_sdiv.o(.text)
.text 0x00003e1c Section 0 heapauxi.o(.text)
.text 0x00003e24 Section 100 rt_memcpy_w.o(.text)
.text 0x00003e88 Section 96 sys_stackheap_outer.o(.text)
.text 0x00003ee8 Section 0 exit.o(.text)
.text 0x00003efc Section 12 libspace.o(.text)
.text 0x00003f10 Section 0 sys_exit.o(.text)
.text 0x00003f1c Section 4 use_no_semi.o(.text)
.text 0x00003f20 Section 0 indicate_semi.o(.text)
.text_udiv 0x00003f20 Section 36 aeabi_sdiv.o(.text_udiv)
PORT_ASM 0x00003f44 Section 396 portasm.o(PORT_ASM)
.data 0x40000000 Section 92 gpio_cfg.o(.data)
.data 0x4000005c Section 36 main.o(.data)
.data 0x40000080 Section 4 serial.o(.data)
.data 0x40000084 Section 64 tasks.o(.data)
pxDelayedTaskList 0x40000088 Data 4 tasks.o(.data)
pxOverflowDelayedTaskList 0x4000008c Data 4 tasks.o(.data)
uxDeletedTasksWaitingCleanUp 0x40000090 Data 4 tasks.o(.data)
uxCurrentNumberOfTasks 0x40000094 Data 4 tasks.o(.data)
xTickCount 0x40000098 Data 4 tasks.o(.data)
uxTopReadyPriority 0x4000009c Data 4 tasks.o(.data)
xSchedulerRunning 0x400000a0 Data 4 tasks.o(.data)
xPendedTicks 0x400000a4 Data 4 tasks.o(.data)
xYieldPending 0x400000a8 Data 4 tasks.o(.data)
xNumOfOverflows 0x400000ac Data 4 tasks.o(.data)
uxTaskNumber 0x400000b0 Data 4 tasks.o(.data)
xNextTaskUnblockTime 0x400000b4 Data 4 tasks.o(.data)
xIdleTaskHandle 0x400000b8 Data 4 tasks.o(.data)
uxSchedulerSuspended 0x400000c0 Data 4 tasks.o(.data)
.data 0x400000c4 Section 4 port.o(.data)
.data 0x400000c8 Section 24 heap_2.o(.data)
xStart 0x400000c8 Data 8 heap_2.o(.data)
xEnd 0x400000d0 Data 8 heap_2.o(.data)
xFreeBytesRemaining 0x400000d8 Data 4 heap_2.o(.data)
xHeapHasBeenInitialised 0x400000dc Data 4 heap_2.o(.data)
.bss 0x400000e0 Section 200 serial.o(.bss)
.bss 0x400001a8 Section 320 tasks.o(.bss)
xReadyTasksListEDF 0x400001a8 Data 20 tasks.o(.bss)
pxReadyTasksLists 0x400001bc Data 200 tasks.o(.bss)
xDelayedTaskList1 0x40000284 Data 20 tasks.o(.bss)
xDelayedTaskList2 0x40000298 Data 20 tasks.o(.bss)
xPendingReadyList 0x400002ac Data 20 tasks.o(.bss)
xTasksWaitingTermination 0x400002c0 Data 20 tasks.o(.bss)
xSuspendedTaskList 0x400002d4 Data 20 tasks.o(.bss)
.bss 0x400002e8 Section 13312 heap_2.o(.bss)
ucHeap 0x400002e8 Data 13312 heap_2.o(.bss)
.bss 0x400036e8 Section 96 libspace.o(.bss)
HEAP 0x40003748 Section 0 startup.o(HEAP)
STACK 0x40003748 Section 1568 startup.o(STACK)
Heap_Mem 0x40003748 Data 0 startup.o(HEAP)
Stack_Mem 0x40003748 Data 1568 startup.o(STACK)
Stack_Top 0x40003d68 Data 0 startup.o(STACK)
Global Symbols
Symbol Name Value Ov Type Size Object(Section)
BuildAttributes$$THM_ISAv1$ARM_ISAv4$S$PE$A:L22$X:L11$S22$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OSPACE$ROPI$EBA8$UX$STANDARDLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE
__ARM_use_no_argv 0x00000000 Number 0 main.o ABSOLUTE
__ARM_exceptions_init - Undefined Weak Reference
__alloca_initialize - Undefined Weak Reference
__arm_preinit_ - Undefined Weak Reference
__cpp_initialize__aeabi_ - Undefined Weak Reference
__cxa_finalize - Undefined Weak Reference
__rt_locale - Undefined Weak Reference
__sigvec_lookup - Undefined Weak Reference
_atexit_init - Undefined Weak Reference
_call_atexit_fns - Undefined Weak Reference
_clock_init - Undefined Weak Reference
_fp_trap_init - Undefined Weak Reference
_fp_trap_shutdown - Undefined Weak Reference
_get_lc_collate - Undefined Weak Reference
_get_lc_ctype - Undefined Weak Reference
_get_lc_monetary - Undefined Weak Reference
_get_lc_numeric - Undefined Weak Reference
_get_lc_time - Undefined Weak Reference
_getenv_init - Undefined Weak Reference
_handle_redirection - Undefined Weak Reference
_init_alloc - Undefined Weak Reference
_init_user_alloc - Undefined Weak Reference
_initio - Undefined Weak Reference
_rand_init - Undefined Weak Reference
_signal_finish - Undefined Weak Reference
_signal_init - Undefined Weak Reference
_terminate_alloc - Undefined Weak Reference
_terminate_user_alloc - Undefined Weak Reference
_terminateio - Undefined Weak Reference
Reset_Handler 0x00000058 ARM Code 0 startup.o(RESET)
__main 0x00000104 ARM Code 8 __main.o(!!!main)
__scatterload 0x0000010c ARM Code 0 __scatter.o(!!!scatter)
__scatterload_rt2 0x0000010c ARM Code 52 __scatter.o(!!!scatter)
__scatterload_null 0x00000120 ARM Code 0 __scatter.o(!!!scatter)
__scatterload_copy 0x00000148 ARM Code 40 __scatter_copy.o(!!handler_copy)
__scatterload_zeroinit 0x00000170 ARM Code 44 __scatter_zi.o(!!handler_zi)
Inline ARM to Thumb Veneer to __rt_lib_init 0x0000019c ARM Code 8 libinit.o(.ARM.Collect$$libinit$$00000000)
__rt_lib_init 0x000001a5 Thumb Code 0 libinit.o(.ARM.Collect$$libinit$$00000000)
__rt_lib_init_alloca_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002E)
__rt_lib_init_argv_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002C)
__rt_lib_init_atexit_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001B)
__rt_lib_init_clock_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000021)
__rt_lib_init_cpp_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000032)
__rt_lib_init_exceptions_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000030)
__rt_lib_init_fp_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000002)
__rt_lib_init_fp_trap_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001F)
__rt_lib_init_getenv_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000023)
__rt_lib_init_heap_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000A)
__rt_lib_init_lc_collate_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000011)
__rt_lib_init_lc_ctype_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000013)
__rt_lib_init_lc_monetary_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000015)
__rt_lib_init_lc_numeric_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000017)
__rt_lib_init_lc_time_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000019)
__rt_lib_init_preinit_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000004)
__rt_lib_init_rand_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000E)
__rt_lib_init_return 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000033)
__rt_lib_init_signal_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001D)
__rt_lib_init_stdio_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000025)
__rt_lib_init_user_alloc_1 0x000001a7 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000C)
Inline ARM to Thumb Veneer to __rt_lib_shutdown 0x000001b4 ARM Code 8 libshutdown.o(.ARM.Collect$$libshutdown$$00000000)
__rt_lib_shutdown 0x000001bd Thumb Code 0 libshutdown.o(.ARM.Collect$$libshutdown$$00000000)
__rt_lib_shutdown_cpp_1 0x000001c1 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002)
__rt_lib_shutdown_fp_trap_1 0x000001c1 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000007)
__rt_lib_shutdown_heap_1 0x000001c1 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F)
__rt_lib_shutdown_return 0x000001c1 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000010)
__rt_lib_shutdown_signal_1 0x000001c1 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A)
__rt_lib_shutdown_stdio_1 0x000001c1 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004)
__rt_lib_shutdown_user_alloc_1 0x000001c1 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C)
__rt_entry 0x000001c8 ARM Code 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000)
__rt_entry_presh_1 0x000001c8 ARM Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002)
__rt_entry_sh 0x000001c8 ARM Code 0 __rtentry4.o(.ARM.Collect$$rtentry$$00000004)
__rt_entry_li 0x000001d0 ARM Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A)
__rt_entry_postsh_1 0x000001d0 ARM Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009)
__rt_entry_main 0x000001d4 ARM Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D)
__rt_entry_postli_1 0x000001d4 ARM Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C)
Inline Thumb to ARM Veneer to __rt_exit 0x000001fd Thumb Code 4 rtexit.o(.ARM.Collect$$rtexit$$00000000)
__rt_exit 0x00000200 ARM Code 0 rtexit.o(.ARM.Collect$$rtexit$$00000000)
__rt_exit_ls 0x00000204 ARM Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000003)
__rt_exit_prels_1 0x00000204 ARM Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002)
__rt_exit_exit 0x00000208 ARM Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000004)
__user_initial_stackheap 0x00000210 ARM Code 0 startup.o(.text)
vUART_ISREntry 0x00000230 ARM Code 0 serialisr.o(.text)
GPIO_init 0x000002c4 ARM Code 356 gpio.o(.text)
GPIO_read 0x00000428 ARM Code 80 gpio.o(.text)
GPIO_write 0x00000478 ARM Code 176 gpio.o(.text)
Button_1_Monitor 0x00000534 ARM Code 168 main.o(.text)
Button_2_Monitor 0x000005dc ARM Code 168 main.o(.text)
Periodic_Transmitter 0x00000684 ARM Code 88 main.o(.text)
Uart_Receiver 0x000006dc ARM Code 324 main.o(.text)
Load_1_Simulation 0x00000820 ARM Code 60 main.o(.text)
Load_2_Simulation 0x0000085c ARM Code 60 main.o(.text)
main 0x000008e0 ARM Code 284 main.o(.text)
timer1Reset 0x000009fc ARM Code 40 main.o(.text)
xSerialPortInitMinimal 0x00000a94 ARM Code 192 serial.o(.text)
xSerialGetChar 0x00000b54 ARM Code 68 serial.o(.text)
xSerialPutChar 0x00000b98 ARM Code 12 serial.o(.text)
vSerialPutString 0x00000ba4 ARM Code 164 serial.o(.text)
vUART_ISRHandler 0x00000c48 ARM Code 240 serial.o(.text)
xTaskCreate 0x00000f74 ARM Code 172 tasks.o(.text)
xTaskPeriodicCreate 0x00001020 ARM Code 204 tasks.o(.text)
vTaskDelete 0x00001160 ARM Code 236 tasks.o(.text)
xTaskIncrementTick 0x0000124c ARM Code 548 tasks.o(.text)
xTaskResumeAll 0x00001470 ARM Code 432 tasks.o(.text)
vTaskSuspendAll 0x0000172c ARM Code 24 tasks.o(.text)
xTaskDelayUntil 0x00001744 ARM Code 156 tasks.o(.text)
vTaskDelay 0x000017e0 ARM Code 64 tasks.o(.text)
uxTaskPriorityGet 0x00001820 ARM Code 60 tasks.o(.text)
uxTaskPriorityGetFromISR 0x0000185c ARM Code 44 tasks.o(.text)
vTaskPrioritySet 0x00001888 ARM Code 288 tasks.o(.text)
vTaskSwitchContext 0x000019a8 ARM Code 68 tasks.o(.text)
vTaskSuspend 0x000019ec ARM Code 252 tasks.o(.text)
vTaskResume 0x00001bb4 ARM Code 116 tasks.o(.text)
xTaskResumeFromISR 0x00001c28 ARM Code 140 tasks.o(.text)
vTaskStartScheduler 0x00001d2c ARM Code 120 tasks.o(.text)
vTaskEndScheduler 0x00001da4 ARM Code 40 tasks.o(.text)
xTaskGetTickCount 0x00001dcc ARM Code 32 tasks.o(.text)
xTaskGetTickCountFromISR 0x00001dec ARM Code 16 tasks.o(.text)
uxTaskGetNumberOfTasks 0x00001dfc ARM Code 12 tasks.o(.text)
pcTaskGetName 0x00001e08 ARM Code 40 tasks.o(.text)
xTaskCatchUpTicks 0x00001e30 ARM Code 52 tasks.o(.text)
vTaskPlaceOnEventList 0x00001e64 ARM Code 52 tasks.o(.text)
vTaskPlaceOnUnorderedEventList 0x00001e98 ARM Code 164 tasks.o(.text)
xTaskRemoveFromEventList 0x00001f3c ARM Code 320 tasks.o(.text)
vTaskRemoveFromUnorderedEventList 0x0000207c ARM Code 216 tasks.o(.text)
vTaskSetTimeOutState 0x00002154 ARM Code 48 tasks.o(.text)
vTaskInternalSetTimeOutState 0x00002184 ARM Code 28 tasks.o(.text)
xTaskCheckForTimeOut 0x000021a0 ARM Code 168 tasks.o(.text)
vTaskMissedYield 0x00002248 ARM Code 16 tasks.o(.text)
xTaskGetCurrentTaskHandle 0x00002258 ARM Code 12 tasks.o(.text)
xTaskPriorityInherit 0x00002264 ARM Code 236 tasks.o(.text)
xTaskPriorityDisinherit 0x00002350 ARM Code 120 tasks.o(.text)
vTaskPriorityDisinheritAfterTimeout 0x000023c8 ARM Code 180 tasks.o(.text)
uxTaskResetEventItemValue 0x0000247c ARM Code 44 tasks.o(.text)
pvTaskIncrementMutexHeldCount 0x000024a8 ARM Code 52 tasks.o(.text)
ulTaskGenericNotifyTake 0x000024dc ARM Code 208 tasks.o(.text)
xTaskGenericNotifyWait 0x000025ac ARM Code 260 tasks.o(.text)
xTaskGenericNotify 0x000026b0 ARM Code 368 tasks.o(.text)
xTaskGenericNotifyFromISR 0x00002820 ARM Code 492 tasks.o(.text)
vTaskGenericNotifyGiveFromISR 0x00002a0c ARM Code 304 tasks.o(.text)
xTaskGenericNotifyStateClear 0x00002b3c ARM Code 100 tasks.o(.text)
ulTaskGenericNotifyValueClear 0x00002ba0 ARM Code 92 tasks.o(.text)
vListInitialise 0x00002c00 ARM Code 44 list.o(.text)
vListInitialiseItem 0x00002c2c ARM Code 12 list.o(.text)
vListInsertEnd 0x00002c38 ARM Code 48 list.o(.text)
vListInsert 0x00002c68 ARM Code 96 list.o(.text)
uxListRemove 0x00002cc8 ARM Code 76 list.o(.text)
pxPortInitialiseStack 0x00002d14 ARM Code 240 port.o(.text)
xPortStartScheduler 0x00002e68 ARM Code 24 port.o(.text)
vPortEndScheduler 0x00002e80 ARM Code 4 port.o(.text)
vPortEnterCritical 0x00002e84 ARM Code 36 port.o(.text)
vPortExitCritical 0x00002ea8 ARM Code 68 port.o(.text)
pvPortMalloc 0x00002f58 ARM Code 344 heap_2.o(.text)
vPortFree 0x000030b0 ARM Code 112 heap_2.o(.text)
xPortGetFreeHeapSize 0x00003120 ARM Code 12 heap_2.o(.text)
vPortInitialiseBlocks 0x0000312c ARM Code 4 heap_2.o(.text)
xStreamBufferGenericCreate 0x00003184 ARM Code 128 stream_buffer.o(.text)
vStreamBufferDelete 0x00003204 ARM Code 60 stream_buffer.o(.text)
xStreamBufferReset 0x00003240 ARM Code 92 stream_buffer.o(.text)
xStreamBufferSetTriggerLevel 0x0000329c ARM Code 52 stream_buffer.o(.text)
xStreamBufferSpacesAvailable 0x000032d0 ARM Code 84 stream_buffer.o(.text)
xStreamBufferBytesAvailable 0x00003354 ARM Code 36 stream_buffer.o(.text)
xStreamBufferSend 0x000034a8 ARM Code 388 stream_buffer.o(.text)
xStreamBufferSendFromISR 0x0000362c ARM Code 184 stream_buffer.o(.text)
xStreamBufferReceive 0x0000380c ARM Code 288 stream_buffer.o(.text)
xStreamBufferNextMessageLengthBytes 0x0000392c ARM Code 100 stream_buffer.o(.text)
xStreamBufferReceiveFromISR 0x00003990 ARM Code 180 stream_buffer.o(.text)
xStreamBufferIsEmpty 0x00003a44 ARM Code 40 stream_buffer.o(.text)
xStreamBufferIsFull 0x00003a6c ARM Code 80 stream_buffer.o(.text)
xStreamBufferSendCompletedFromISR 0x00003abc ARM Code 92 stream_buffer.o(.text)
xStreamBufferReceiveCompletedFromISR 0x00003b18 ARM Code 92 stream_buffer.o(.text)
__aeabi_memcpy 0x00003b74 ARM Code 0 rt_memcpy.o(.text)
__rt_memcpy 0x00003b74 ARM Code 212 rt_memcpy.o(.text)
_memcpy_lastbytes 0x00003c28 ARM Code 0 rt_memcpy.o(.text)
__aeabi_memclr4 0x00003c48 ARM Code 0 rt_memclr_w.o(.text)
__aeabi_memclr8 0x00003c48 ARM Code 0 rt_memclr_w.o(.text)
__rt_memclr_w 0x00003c48 ARM Code 84 rt_memclr_w.o(.text)
_memset_w 0x00003c4c ARM Code 0 rt_memclr_w.o(.text)
__aeabi_idiv 0x00003c9c ARM Code 0 aeabi_sdiv.o(.text)
__aeabi_idivmod 0x00003c9c ARM Code 384 aeabi_sdiv.o(.text)
__use_two_region_memory 0x00003e1d Thumb Code 2 heapauxi.o(.text)
__rt_heap_escrow$2region 0x00003e1f Thumb Code 2 heapauxi.o(.text)
__rt_heap_expand$2region 0x00003e21 Thumb Code 2 heapauxi.o(.text)
__aeabi_memcpy4 0x00003e24 ARM Code 0 rt_memcpy_w.o(.text)
__aeabi_memcpy8 0x00003e24 ARM Code 0 rt_memcpy_w.o(.text)
__rt_memcpy_w 0x00003e24 ARM Code 100 rt_memcpy_w.o(.text)
_memcpy_lastbytes_aligned 0x00003e70 ARM Code 0 rt_memcpy_w.o(.text)
__user_setup_stackheap 0x00003e88 ARM Code 96 sys_stackheap_outer.o(.text)
exit 0x00003ee9 Thumb Code 20 exit.o(.text)
__user_libspace 0x00003efc ARM Code 12 libspace.o(.text)
__user_perproc_libspace 0x00003efc ARM Code 0 libspace.o(.text)
__user_perthread_libspace 0x00003efc ARM Code 0 libspace.o(.text)
Inline ARM to Thumb Veneer to _sys_exit 0x00003f08 ARM Code 8 sys_exit.o(.text)
_sys_exit 0x00003f11 Thumb Code 8 sys_exit.o(.text)
__I$use$semihosting 0x00003f1c ARM Code 0 use_no_semi.o(.text)
__use_no_semihosting_swi 0x00003f1c ARM Code 4 use_no_semi.o(.text)
__aeabi_uidiv 0x00003f20 ARM Code 0 aeabi_sdiv.o(.text_udiv)
__aeabi_uidivmod 0x00003f20 ARM Code 36 aeabi_sdiv.o(.text_udiv)
__semihosting_library_function 0x00003f20 ARM Code 0 indicate_semi.o(.text)
vPortStartFirstTask 0x00003f44 ARM Code 0 portasm.o(PORT_ASM)
vPortYield 0x00003f74 ARM Code 0 portasm.o(PORT_ASM)
vPortYieldProcessor 0x00003f7c ARM Code 0 portasm.o(PORT_ASM)
vPreemptiveTick 0x00004008 ARM Code 0 portasm.o(PORT_ASM)
Region$$Table$$Base 0x000040d0 Number 0 anon$$obj.o(Region$$Table)
Region$$Table$$Limit 0x000040f0 Number 0 anon$$obj.o(Region$$Table)
PinConfig_array 0x40000000 Data 90 gpio_cfg.o(.data)
PinConfig_array_size 0x4000005a Data 2 gpio_cfg.o(.data)
xMessageBuffer1 0x4000005c Data 4 main.o(.data)
xMessageBuffer2 0x40000060 Data 4 main.o(.data)
xMessageBuffer3 0x40000064 Data 4 main.o(.data)
xTsk_1_Handler 0x40000068 Data 4 main.o(.data)
xTsk_2_Handler 0x4000006c Data 4 main.o(.data)
xTsk_3_Handler 0x40000070 Data 4 main.o(.data)
xTsk_4_Handler 0x40000074 Data 4 main.o(.data)
xTsk_5_Handler 0x40000078 Data 4 main.o(.data)
xTsk_6_Handler 0x4000007c Data 4 main.o(.data)
receivedChar 0x40000080 Data 1 serial.o(.data)
isNewCharAvailable 0x40000081 Data 1 serial.o(.data)
txDataSizeToSend 0x40000082 Data 1 serial.o(.data)
txDataSizeLeftToSend 0x40000083 Data 1 serial.o(.data)
pxCurrentTCB 0x40000084 Data 4 tasks.o(.data)
uxTopUsedPriority 0x400000bc Data 4 tasks.o(.data)
ulCriticalNesting 0x400000c4 Data 4 port.o(.data)
txBuffer 0x400000e0 Data 200 serial.o(.bss)
__libspace_start 0x400036e8 Data 96 libspace.o(.bss)
__temporary_stack_top$libspace 0x40003748 Data 0 libspace.o(.bss)
==============================================================================
Memory Map of the image
Image Entry point : 0x00000104
Load Region LR_IROM1 (Base: 0x00000000, Size: 0x000041d0, Max: 0x00040000, ABSOLUTE)
Execution Region ER_IROM1 (Exec base: 0x00000000, Load base: 0x00000000, Size: 0x000040f0, Max: 0x00040000, ABSOLUTE)
Exec Addr Load Addr Size Type Attr Idx E Section Name Object
0x00000000 0x00000000 0x00000104 Code RO 3 RESET startup.o
0x00000104 0x00000104 0x00000008 Code RO 299 * !!!main c_t.l(__main.o)
0x0000010c 0x0000010c 0x0000003c Code RO 470 !!!scatter c_t.l(__scatter.o)
0x00000148 0x00000148 0x00000028 Code RO 472 !!handler_copy c_t.l(__scatter_copy.o)
0x00000170 0x00000170 0x0000002c Code RO 474 !!handler_zi c_t.l(__scatter_zi.o)
0x0000019c 0x0000019c 0x00000008 Ven RO 338 .ARM.Collect$$libinit$$00000000 c_t.l(libinit.o)
0x000001a4 0x000001a4 0x00000002 Code RO 338 .ARM.Collect$$libinit$$00000000 c_t.l(libinit.o)
0x000001a6 0x000001a6 0x00000000 Code RO 351 .ARM.Collect$$libinit$$00000002 c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 353 .ARM.Collect$$libinit$$00000004 c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 356 .ARM.Collect$$libinit$$0000000A c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 358 .ARM.Collect$$libinit$$0000000C c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 360 .ARM.Collect$$libinit$$0000000E c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 363 .ARM.Collect$$libinit$$00000011 c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 365 .ARM.Collect$$libinit$$00000013 c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 367 .ARM.Collect$$libinit$$00000015 c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 369 .ARM.Collect$$libinit$$00000017 c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 371 .ARM.Collect$$libinit$$00000019 c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 373 .ARM.Collect$$libinit$$0000001B c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 375 .ARM.Collect$$libinit$$0000001D c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 377 .ARM.Collect$$libinit$$0000001F c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 379 .ARM.Collect$$libinit$$00000021 c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 381 .ARM.Collect$$libinit$$00000023 c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 383 .ARM.Collect$$libinit$$00000025 c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 387 .ARM.Collect$$libinit$$0000002C c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 389 .ARM.Collect$$libinit$$0000002E c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 391 .ARM.Collect$$libinit$$00000030 c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x00000000 Code RO 393 .ARM.Collect$$libinit$$00000032 c_t.l(libinit2.o)
0x000001a6 0x000001a6 0x0000000c Code RO 394 .ARM.Collect$$libinit$$00000033 c_t.l(libinit2.o)
0x000001b2 0x000001b2 0x00000002 PAD
0x000001b4 0x000001b4 0x00000008 Ven RO 427 .ARM.Collect$$libshutdown$$00000000 c_t.l(libshutdown.o)
0x000001bc 0x000001bc 0x00000004 Code RO 427 .ARM.Collect$$libshutdown$$00000000 c_t.l(libshutdown.o)
0x000001c0 0x000001c0 0x00000000 Code RO 453 .ARM.Collect$$libshutdown$$00000002 c_t.l(libshutdown2.o)
0x000001c0 0x000001c0 0x00000000 Code RO 455 .ARM.Collect$$libshutdown$$00000004 c_t.l(libshutdown2.o)
0x000001c0 0x000001c0 0x00000000 Code RO 458 .ARM.Collect$$libshutdown$$00000007 c_t.l(libshutdown2.o)
0x000001c0 0x000001c0 0x00000000 Code RO 461 .ARM.Collect$$libshutdown$$0000000A c_t.l(libshutdown2.o)
0x000001c0 0x000001c0 0x00000000 Code RO 463 .ARM.Collect$$libshutdown$$0000000C c_t.l(libshutdown2.o)
0x000001c0 0x000001c0 0x00000000 Code RO 466 .ARM.Collect$$libshutdown$$0000000F c_t.l(libshutdown2.o)
0x000001c0 0x000001c0 0x00000006 Code RO 467 .ARM.Collect$$libshutdown$$00000010 c_t.l(libshutdown2.o)
0x000001c6 0x000001c6 0x00000002 PAD
0x000001c8 0x000001c8 0x00000000 Code RO 301 .ARM.Collect$$rtentry$$00000000 c_t.l(__rtentry.o)
0x000001c8 0x000001c8 0x00000000 Code RO 309 .ARM.Collect$$rtentry$$00000002 c_t.l(__rtentry2.o)
0x000001c8 0x000001c8 0x00000008 Code RO 321 .ARM.Collect$$rtentry$$00000004 c_t.l(__rtentry4.o)
0x000001d0 0x000001d0 0x00000000 Code RO 311 .ARM.Collect$$rtentry$$00000009 c_t.l(__rtentry2.o)
0x000001d0 0x000001d0 0x00000004 Code RO 312 .ARM.Collect$$rtentry$$0000000A c_t.l(__rtentry2.o)
0x000001d4 0x000001d4 0x00000000 Code RO 314 .ARM.Collect$$rtentry$$0000000C c_t.l(__rtentry2.o)
0x000001d4 0x000001d4 0x00000028 Code RO 315 .ARM.Collect$$rtentry$$0000000D c_t.l(__rtentry2.o)
0x000001fc 0x000001fc 0x00000004 Ven RO 342 .ARM.Collect$$rtexit$$00000000 c_t.l(rtexit.o)
0x00000200 0x00000200 0x00000004 Code RO 342 .ARM.Collect$$rtexit$$00000000 c_t.l(rtexit.o)
0x00000204 0x00000204 0x00000000 Code RO 398 .ARM.Collect$$rtexit$$00000002 c_t.l(rtexit2.o)
0x00000204 0x00000204 0x00000004 Code RO 399 .ARM.Collect$$rtexit$$00000003 c_t.l(rtexit2.o)
0x00000208 0x00000208 0x00000008 Code RO 400 .ARM.Collect$$rtexit$$00000004 c_t.l(rtexit2.o)
0x00000210 0x00000210 0x00000020 Code RO 4 .text startup.o
0x00000230 0x00000230 0x00000094 Code RO 57 .text serialisr.o
0x000002c4 0x000002c4 0x00000270 Code RO 60 .text gpio.o
0x00000534 0x00000534 0x00000560 Code RO 94 .text main.o
0x00000a94 0x00000a94 0x000002c8 Code RO 141 .text serial.o
0x00000d5c 0x00000d5c 0x00001ea4 Code RO 160 .text tasks.o
0x00002c00 0x00002c00 0x00000114 Code RO 188 .text list.o
0x00002d14 0x00002d14 0x000001fc Code RO 215 .text port.o
0x00002f10 0x00002f10 0x00000238 Code RO 230 .text heap_2.o
0x00003148 0x00003148 0x00000a2c Code RO 248 .text stream_buffer.o
0x00003b74 0x00003b74 0x000000d4 Code RO 277 .text c_t.l(rt_memcpy.o)
0x00003c48 0x00003c48 0x00000054 Code RO 279 .text c_t.l(rt_memclr_w.o)
0x00003c9c 0x00003c9c 0x00000180 Code RO 281 .text c_t.l(aeabi_sdiv.o)
0x00003e1c 0x00003e1c 0x00000006 Code RO 297 .text c_t.l(heapauxi.o)
0x00003e22 0x00003e22 0x00000002 PAD
0x00003e24 0x00003e24 0x00000064 Code RO 306 .text c_t.l(rt_memcpy_w.o)
0x00003e88 0x00003e88 0x00000060 Code RO 325 .text c_t.l(sys_stackheap_outer.o)
0x00003ee8 0x00003ee8 0x00000014 Code RO 327 .text c_t.l(exit.o)
0x00003efc 0x00003efc 0x0000000c Code RO 339 .text c_t.l(libspace.o)
0x00003f08 0x00003f08 0x00000008 Ven RO 395 .text c_t.l(sys_exit.o)
0x00003f10 0x00003f10 0x0000000c Code RO 395 .text c_t.l(sys_exit.o)
0x00003f1c 0x00003f1c 0x00000004 Code RO 416 .text c_t.l(use_no_semi.o)
0x00003f20 0x00003f20 0x00000000 Code RO 418 .text c_t.l(indicate_semi.o)
0x00003f20 0x00003f20 0x00000024 Code RO 282 .text_udiv c_t.l(aeabi_sdiv.o)
0x00003f44 0x00003f44 0x0000018c Code RO 245 PORT_ASM portasm.o
0x000040d0 0x000040d0 0x00000020 Data RO 468 Region$$Table anon$$obj.o
Execution Region RW_IRAM1 (Exec base: 0x40000000, Load base: 0x000040f0, Size: 0x00003d68, Max: 0x00004000, ABSOLUTE)
Exec Addr Load Addr Size Type Attr Idx E Section Name Object
0x40000000 0x000040f0 0x0000005c Data RW 82 .data gpio_cfg.o
0x4000005c 0x0000414c 0x00000024 Data RW 96 .data main.o
0x40000080 0x00004170 0x00000004 Data RW 143 .data serial.o
0x40000084 0x00004174 0x00000040 Data RW 162 .data tasks.o
0x400000c4 0x000041b4 0x00000004 Data RW 216 .data port.o
0x400000c8 0x000041b8 0x00000018 Data RW 232 .data heap_2.o
0x400000e0 - 0x000000c8 Zero RW 142 .bss serial.o
0x400001a8 - 0x00000140 Zero RW 161 .bss tasks.o
0x400002e8 - 0x00003400 Zero RW 231 .bss heap_2.o
0x400036e8 - 0x00000060 Zero RW 340 .bss c_t.l(libspace.o)
0x40003748 - 0x00000000 Zero RW 2 HEAP startup.o
0x40003748 - 0x00000620 Zero RW 1 STACK startup.o
==============================================================================
Image component sizes
Code (inc. data) RO Data RW Data ZI Data Debug Object Name
624 12 0 0 0 1757 gpio.o
0 0 0 92 0 1283 gpio_cfg.o
568 24 0 24 13312 3328 heap_2.o
276 0 0 0 0 1970 list.o
1376 244 0 36 0 18396 main.o
0 0 0 0 0 8064 partest.o
508 36 0 4 0 2979 port.o
396 24 0 0 0 380 portasm.o
712 36 0 4 200 3902 serial.o
148 12 0 0 0 292 serialisr.o
292 60 0 0 1568 644 startup.o
2604 0 0 0 0 13198 stream_buffer.o
7844 104 0 64 320 29307 tasks.o
----------------------------------------------------------------------
15348 552 32 224 15400 85500 Object Totals
0 0 32 0 0 0 (incl. Generated)
0 0 0 0 0 0 (incl. Padding)
----------------------------------------------------------------------
Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name
8 0 0 0 0 68 __main.o
0 0 0 0 0 0 __rtentry.o
44 4 0 0 0 0 __rtentry2.o
8 0 0 0 0 0 __rtentry4.o
60 8 0 0 0 0 __scatter.o
40 0 0 0 0 0 __scatter_copy.o
44 0 0 0 0 0 __scatter_zi.o
420 0 0 0 0 148 aeabi_sdiv.o
20 0 0 0 0 80 exit.o
6 0 0 0 0 136 heapauxi.o
0 0 0 0 0 0 indicate_semi.o
10 0 0 0 0 0 libinit.o
12 0 0 0 0 0 libinit2.o
12 0 0 0 0 0 libshutdown.o
6 0 0 0 0 0 libshutdown2.o
12 4 0 0 96 68 libspace.o
84 0 0 0 0 80 rt_memclr_w.o
212 0 0 0 0 68 rt_memcpy.o
100 0 0 0 0 80 rt_memcpy_w.o
8 0 0 0 0 0 rtexit.o
12 0 0 0 0 0 rtexit2.o
20 4 0 0 0 60 sys_exit.o
96 0 0 0 0 80 sys_stackheap_outer.o
4 0 0 0 0 68 use_no_semi.o
----------------------------------------------------------------------
1244 20 0 0 96 936 Library Totals
6 0 0 0 0 0 (incl. Padding)
----------------------------------------------------------------------
Code (inc. data) RO Data RW Data ZI Data Debug Library Name
1238 20 0 0 96 936 c_t.l
----------------------------------------------------------------------
1244 20 0 0 96 936 Library Totals
----------------------------------------------------------------------
==============================================================================
Code (inc. data) RO Data RW Data ZI Data Debug
16592 572 32 224 15496 85408 Grand Totals
16592 572 32 224 15496 85408 ELF Image Totals
16592 572 32 224 0 0 ROM Totals
==============================================================================
Total RO Size (Code + RO Data) 16624 ( 16.23kB)
Total RW Size (RW Data + ZI Data) 15720 ( 15.35kB)
Total ROM Size (Code + RO Data + RW Data) 16848 ( 16.45kB)
==============================================================================