-
Notifications
You must be signed in to change notification settings - Fork 0
/
YT32B1_STM32F103_demo.map
1554 lines (1501 loc) · 148 KB
/
YT32B1_STM32F103_demo.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
837
838
839
840
841
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
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Component: ARM Compiler 5.06 update 7 (build 960) Tool: armlink [4d3601]
==============================================================================
Section Cross References
system_stm32f10x.o(.text) refers to system_stm32f10x.o(.data) for SystemCoreClock
stm32f10x_gpio.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_APB2PeriphResetCmd
stm32f10x_rcc.o(.text) refers to stm32f10x_rcc.o(.data) for APBAHBPrescTable
stm32f10x_usart.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_APB2PeriphResetCmd
stm32f10x_bkp.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_BackupResetCmd
stm32f10x_pwr.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_APB1PeriphResetCmd
stm32f10x_i2c.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_APB1PeriphResetCmd
startup_stm32f10x_md.o(STACK) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup_stm32f10x_md.o(HEAP) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup_stm32f10x_md.o(RESET) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup_stm32f10x_md.o(RESET) refers to startup_stm32f10x_md.o(STACK) for __initial_sp
startup_stm32f10x_md.o(RESET) refers to startup_stm32f10x_md.o(.text) for Reset_Handler
startup_stm32f10x_md.o(RESET) refers to stm32f10x_it.o(.text) for NMI_Handler
startup_stm32f10x_md.o(RESET) refers to rtc.o(.text) for RTC_IRQHandler
startup_stm32f10x_md.o(RESET) refers to usart.o(.text) for USART1_IRQHandler
startup_stm32f10x_md.o(.text) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup_stm32f10x_md.o(.text) refers to system_stm32f10x.o(.text) for SystemInit
startup_stm32f10x_md.o(.text) refers to __main.o(!!!main) for __main
startup_stm32f10x_md.o(.text) refers to startup_stm32f10x_md.o(HEAP) for Heap_Mem
startup_stm32f10x_md.o(.text) refers to startup_stm32f10x_md.o(STACK) for Stack_Mem
main.o(.text) refers to sys.o(.text) for RCC_Configuration
main.o(.text) refers to i2c.o(.text) for I2C_Configuration
main.o(.text) refers to tm1640.o(.text) for TM1640_Init
main.o(.text) refers to lm75a.o(.text) for LM75A_GetTemp
main.o(.text) refers to delay.o(.text) for delay_ms
sys.o(.text) refers to misc.o(.text) for NVIC_PriorityGroupConfig
sys.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_DeInit
sys.o(.text) refers to stm32f10x_flash.o(.text) for FLASH_SetLatency
flash.o(.text) refers to stm32f10x_flash.o(.text) for FLASH_Unlock
usart.o(.text) refers (Special) to use_no_semi_2.o(.text) for __use_no_semihosting
usart.o(.text) refers to _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) for _printf_percent
usart.o(.text) refers to _printf_c.o(.ARM.Collect$$_printf_percent$$00000013) for _printf_c
usart.o(.text) refers to _printf_str.o(.text) for _printf_str
usart.o(.text) refers to c89vsnprintf.o(.text) for __c89vsnprintf
usart.o(.text) refers to stm32f10x_usart.o(.text) for USART_SendData
usart.o(.text) refers to strlen.o(.text) for strlen
usart.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_APB2PeriphClockCmd
usart.o(.text) refers to stm32f10x_gpio.o(.text) for GPIO_Init
usart.o(.text) refers to misc.o(.text) for NVIC_Init
usart.o(.text) refers to __2printf.o(.text) for __2printf
usart.o(.text) refers to usart.o(.data) for USART1_RX_STA
usart.o(.text) refers to usart.o(.bss) for USART1_RX_BUF
usart.o(.bss) refers (Special) to use_no_semi_2.o(.text) for __use_no_semihosting
usart.o(.data) refers (Special) to use_no_semi_2.o(.text) for __use_no_semihosting
rtc.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_APB1PeriphClockCmd
rtc.o(.text) refers to stm32f10x_pwr.o(.text) for PWR_BackupAccessCmd
rtc.o(.text) refers to stm32f10x_bkp.o(.text) for BKP_DeInit
rtc.o(.text) refers to stm32f10x_rtc.o(.text) for RTC_WaitForSynchro
rtc.o(.text) refers to rtc.o(.constdata) for mon_table
rtc.o(.text) refers to rtc.o(.data) for daycnt
i2c.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_APB2PeriphClockCmd
i2c.o(.text) refers to stm32f10x_gpio.o(.text) for GPIO_Init
i2c.o(.text) refers to stm32f10x_i2c.o(.text) for I2C_Init
led.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_APB2PeriphClockCmd
led.o(.text) refers to stm32f10x_gpio.o(.text) for GPIO_Init
key.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_APB2PeriphClockCmd
key.o(.text) refers to stm32f10x_gpio.o(.text) for GPIO_Init
buzzer.o(.text) refers to stm32f10x_gpio.o(.text) for GPIO_Init
buzzer.o(.text) refers to delay.o(.text) for delay_us
buzzer.o(.text) refers to buzzer.o(.constdata) for music1
touch_key.o(.text) refers to stm32f10x_gpio.o(.text) for GPIO_Init
tm1640.o(.text) refers to stm32f10x_gpio.o(.text) for GPIO_WriteBit
tm1640.o(.text) refers to delay.o(.text) for delay_us
tm1640.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_APB2PeriphClockCmd
tm1640.o(.text) refers to rt_memcpy_w.o(.text) for __aeabi_memcpy4
encoder.o(.text) refers to stm32f10x_rcc.o(.text) for RCC_APB2PeriphClockCmd
encoder.o(.text) refers to stm32f10x_gpio.o(.text) for GPIO_Init
encoder.o(.text) refers to delay.o(.text) for delay_us
encoder.o(.text) refers to encoder.o(.data) for KUP
lm75a.o(.text) refers to i2c.o(.text) for I2C_READ_BUFFER
use_no_semi_2.o(.text) refers (Special) to use_no_semi.o(.text) for __use_no_semihosting_swi
c89vsnprintf.o(.text) refers (Special) to _printf_a.o(.ARM.Collect$$_printf_percent$$00000006) for _printf_a
c89vsnprintf.o(.text) refers (Special) to _printf_c.o(.ARM.Collect$$_printf_percent$$00000013) for _printf_c
c89vsnprintf.o(.text) refers (Special) to _printf_charcount.o(.text) for _printf_charcount
c89vsnprintf.o(.text) refers (Special) to _printf_d.o(.ARM.Collect$$_printf_percent$$00000009) for _printf_d
c89vsnprintf.o(.text) refers (Special) to _printf_e.o(.ARM.Collect$$_printf_percent$$00000004) for _printf_e
c89vsnprintf.o(.text) refers (Special) to _printf_f.o(.ARM.Collect$$_printf_percent$$00000003) for _printf_f
c89vsnprintf.o(.text) refers (Special) to printf1.o(x$fpl$printf1) for _printf_fp_dec
c89vsnprintf.o(.text) refers (Special) to _printf_g.o(.ARM.Collect$$_printf_percent$$00000005) for _printf_g
c89vsnprintf.o(.text) refers (Special) to _printf_i.o(.ARM.Collect$$_printf_percent$$00000008) for _printf_i
c89vsnprintf.o(.text) refers (Special) to _printf_dec.o(.text) for _printf_int_dec
c89vsnprintf.o(.text) refers (Special) to _printf_l.o(.ARM.Collect$$_printf_percent$$00000012) for _printf_l
c89vsnprintf.o(.text) refers (Special) to _printf_lc.o(.ARM.Collect$$_printf_percent$$00000015) for _printf_lc
c89vsnprintf.o(.text) refers (Special) to _printf_ll.o(.ARM.Collect$$_printf_percent$$00000007) for _printf_ll
c89vsnprintf.o(.text) refers (Special) to _printf_lld.o(.ARM.Collect$$_printf_percent$$0000000E) for _printf_lld
c89vsnprintf.o(.text) refers (Special) to _printf_lli.o(.ARM.Collect$$_printf_percent$$0000000D) for _printf_lli
c89vsnprintf.o(.text) refers (Special) to _printf_llo.o(.ARM.Collect$$_printf_percent$$00000010) for _printf_llo
c89vsnprintf.o(.text) refers (Special) to _printf_llu.o(.ARM.Collect$$_printf_percent$$0000000F) for _printf_llu
c89vsnprintf.o(.text) refers (Special) to _printf_llx.o(.ARM.Collect$$_printf_percent$$00000011) for _printf_llx
c89vsnprintf.o(.text) refers (Special) to _printf_longlong_dec.o(.text) for _printf_longlong_dec
c89vsnprintf.o(.text) refers (Special) to _printf_hex_int_ll_ptr.o(.text) for _printf_longlong_hex
c89vsnprintf.o(.text) refers (Special) to _printf_oct_int_ll.o(.text) for _printf_longlong_oct
c89vsnprintf.o(.text) refers (Special) to _printf_ls.o(.ARM.Collect$$_printf_percent$$00000016) for _printf_ls
c89vsnprintf.o(.text) refers (Special) to _printf_n.o(.ARM.Collect$$_printf_percent$$00000001) for _printf_n
c89vsnprintf.o(.text) refers (Special) to _printf_o.o(.ARM.Collect$$_printf_percent$$0000000B) for _printf_o
c89vsnprintf.o(.text) refers (Special) to _printf_p.o(.ARM.Collect$$_printf_percent$$00000002) for _printf_p
c89vsnprintf.o(.text) refers (Special) to _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) for _printf_percent
c89vsnprintf.o(.text) refers (Special) to _printf_pad.o(.text) for _printf_post_padding
c89vsnprintf.o(.text) refers (Special) to _printf_s.o(.ARM.Collect$$_printf_percent$$00000014) for _printf_s
c89vsnprintf.o(.text) refers (Special) to _printf_str.o(.text) for _printf_str
c89vsnprintf.o(.text) refers (Special) to _printf_truncate.o(.text) for _printf_truncate_signed
c89vsnprintf.o(.text) refers (Special) to _printf_u.o(.ARM.Collect$$_printf_percent$$0000000A) for _printf_u
c89vsnprintf.o(.text) refers (Special) to _printf_wctomb.o(.text) for _printf_wctomb
c89vsnprintf.o(.text) refers (Special) to _printf_x.o(.ARM.Collect$$_printf_percent$$0000000C) for _printf_x
c89vsnprintf.o(.text) refers to _printf_char_common.o(.text) for _printf_char_common
c89vsnprintf.o(.text) refers to _sputc.o(.text) for _sputc
c89vsnprintf.o(.text) refers to _snputc.o(.text) for _snputc
__2printf.o(.text) refers to _printf_char_file.o(.text) for _printf_char_file
__2printf.o(.text) refers to usart.o(.data) for __stdout
noretval__2printf.o(.text) refers to _printf_char_file.o(.text) for _printf_char_file
noretval__2printf.o(.text) refers to usart.o(.data) for __stdout
__printf.o(.text) refers to _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) for _printf_percent
_printf_str.o(.text) refers (Special) to _printf_char.o(.text) for _printf_cs_common
_printf_str.o(.text) refers (Weak) to _printf_pad.o(.text) for _printf_pre_padding
_printf_str.o(.text) refers (Weak) to _printf_pad.o(.text) for _printf_post_padding
__printf_flags.o(.text) refers to _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) for _printf_percent
__printf_flags.o(.text) refers to __printf_flags.o(.constdata) for .constdata
__printf_ss.o(.text) refers to _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) for _printf_percent
__printf_flags_ss.o(.text) refers to _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) for _printf_percent
__printf_flags_ss.o(.text) refers to __printf_flags_ss.o(.constdata) for .constdata
__printf_wp.o(.text) refers to __printf_wp.o(i._is_digit) for _is_digit
__printf_wp.o(.text) refers to _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) for _printf_percent
__printf_flags_wp.o(.text) refers to __printf_wp.o(i._is_digit) for _is_digit
__printf_flags_wp.o(.text) refers to _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) for _printf_percent
__printf_flags_wp.o(.text) refers to __printf_flags_wp.o(.constdata) for .constdata
__printf_ss_wp.o(.text) refers to __printf_wp.o(i._is_digit) for _is_digit
__printf_ss_wp.o(.text) refers to _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) for _printf_percent
__printf_flags_ss_wp.o(.text) refers to __printf_wp.o(i._is_digit) for _is_digit
__printf_flags_ss_wp.o(.text) refers to _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) for _printf_percent
__printf_flags_ss_wp.o(.text) refers to __printf_flags_ss_wp.o(.constdata) for .constdata
_printf_c.o(.ARM.Collect$$_printf_percent$$00000013) refers (Weak) to _printf_char.o(.text) for _printf_char
_printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) refers (Special) to _printf_percent_end.o(.ARM.Collect$$_printf_percent$$00000017) for _printf_percent_end
__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
_printf_dec.o(.text) refers (Weak) to _printf_truncate.o(.text) for _printf_truncate_signed
_printf_dec.o(.text) refers (Weak) to _printf_truncate.o(.text) for _printf_truncate_unsigned
_printf_dec.o(.text) refers to _printf_intcommon.o(.text) for _printf_int_common
_printf_char_common.o(.text) refers to __printf_flags_ss_wp.o(.text) for __printf
_printf_char.o(.text) refers (Weak) to _printf_str.o(.text) for _printf_str
_printf_char_file.o(.text) refers to _printf_char_common.o(.text) for _printf_char_common
_printf_char_file.o(.text) refers to ferror.o(.text) for ferror
_printf_char_file.o(.text) refers to usart.o(.text) for fputc
_printf_wctomb.o(.text) refers (Special) to _printf_wchar.o(.text) for _printf_lcs_common
_printf_wctomb.o(.text) refers to _wcrtomb.o(.text) for _wcrtomb
_printf_wctomb.o(.text) refers (Weak) to _printf_pad.o(.text) for _printf_pre_padding
_printf_wctomb.o(.text) refers (Weak) to _printf_pad.o(.text) for _printf_post_padding
_printf_wctomb.o(.text) refers to _printf_wctomb.o(.constdata) for .constdata
_printf_wctomb.o(.constdata) refers (Special) to _printf_wchar.o(.text) for _printf_lcs_common
_printf_longlong_dec.o(.text) refers to lludiv10.o(.text) for _ll_udiv10
_printf_longlong_dec.o(.text) refers to _printf_intcommon.o(.text) for _printf_int_common
_printf_oct_ll.o(.text) refers to _printf_intcommon.o(.text) for _printf_int_common
_printf_oct_int.o(.text) refers (Weak) to _printf_truncate.o(.text) for _printf_truncate_unsigned
_printf_oct_int.o(.text) refers to _printf_intcommon.o(.text) for _printf_int_common
_printf_oct_int_ll.o(.text) refers to _printf_intcommon.o(.text) for _printf_int_common
_printf_oct_int_ll.o(.text) refers (Weak) to _printf_truncate.o(.text) for _printf_truncate_unsigned
_printf_hex_ll.o(.text) refers to _printf_intcommon.o(.text) for _printf_int_common
_printf_hex_ll.o(.text) refers to _printf_hex_ll.o(.constdata) for .constdata
_printf_hex_int.o(.text) refers (Weak) to _printf_truncate.o(.text) for _printf_truncate_unsigned
_printf_hex_int.o(.text) refers to _printf_intcommon.o(.text) for _printf_int_common
_printf_hex_int.o(.text) refers to _printf_hex_int.o(.constdata) for .constdata
_printf_hex_int_ll.o(.text) refers to _printf_intcommon.o(.text) for _printf_int_common
_printf_hex_int_ll.o(.text) refers (Weak) to _printf_truncate.o(.text) for _printf_truncate_unsigned
_printf_hex_int_ll.o(.text) refers to _printf_hex_int_ll.o(.constdata) for .constdata
_printf_hex_ptr.o(.text) refers to _printf_intcommon.o(.text) for _printf_int_common
_printf_hex_ptr.o(.text) refers to _printf_hex_ptr.o(.constdata) for .constdata
_printf_hex_int_ptr.o(.text) refers to _printf_intcommon.o(.text) for _printf_int_common
_printf_hex_int_ptr.o(.text) refers (Weak) to _printf_truncate.o(.text) for _printf_truncate_unsigned
_printf_hex_int_ptr.o(.text) refers to _printf_hex_int_ptr.o(.constdata) for .constdata
_printf_hex_ll_ptr.o(.text) refers to _printf_intcommon.o(.text) for _printf_int_common
_printf_hex_ll_ptr.o(.text) refers to _printf_hex_ll_ptr.o(.constdata) for .constdata
_printf_hex_int_ll_ptr.o(.text) refers to _printf_intcommon.o(.text) for _printf_int_common
_printf_hex_int_ll_ptr.o(.text) refers (Weak) to _printf_truncate.o(.text) for _printf_truncate_unsigned
_printf_hex_int_ll_ptr.o(.text) refers to _printf_hex_int_ll_ptr.o(.constdata) for .constdata
_printf_s.o(.ARM.Collect$$_printf_percent$$00000014) refers (Weak) to _printf_char.o(.text) for _printf_string
_printf_n.o(.ARM.Collect$$_printf_percent$$00000001) refers (Weak) to _printf_charcount.o(.text) for _printf_charcount
_printf_x.o(.ARM.Collect$$_printf_percent$$0000000C) refers (Weak) to _printf_hex_int_ll_ptr.o(.text) for _printf_int_hex
_printf_p.o(.ARM.Collect$$_printf_percent$$00000002) refers (Weak) to _printf_hex_int_ll_ptr.o(.text) for _printf_hex_ptr
_printf_o.o(.ARM.Collect$$_printf_percent$$0000000B) refers (Weak) to _printf_oct_int_ll.o(.text) for _printf_int_oct
_printf_i.o(.ARM.Collect$$_printf_percent$$00000008) refers (Weak) to _printf_dec.o(.text) for _printf_int_dec
_printf_d.o(.ARM.Collect$$_printf_percent$$00000009) refers (Weak) to _printf_dec.o(.text) for _printf_int_dec
_printf_u.o(.ARM.Collect$$_printf_percent$$0000000A) refers (Weak) to _printf_dec.o(.text) for _printf_int_dec
_printf_f.o(.ARM.Collect$$_printf_percent$$00000003) refers (Weak) to printf1.o(x$fpl$printf1) for _printf_fp_dec
_printf_e.o(.ARM.Collect$$_printf_percent$$00000004) refers (Weak) to printf1.o(x$fpl$printf1) for _printf_fp_dec
_printf_g.o(.ARM.Collect$$_printf_percent$$00000005) refers (Weak) to printf1.o(x$fpl$printf1) for _printf_fp_dec
_printf_lli.o(.ARM.Collect$$_printf_percent$$0000000D) refers (Special) to _printf_ll.o(.ARM.Collect$$_printf_percent$$00000007) for _printf_ll
_printf_lli.o(.ARM.Collect$$_printf_percent$$0000000D) refers (Weak) to _printf_longlong_dec.o(.text) for _printf_longlong_dec
_printf_lld.o(.ARM.Collect$$_printf_percent$$0000000E) refers (Special) to _printf_ll.o(.ARM.Collect$$_printf_percent$$00000007) for _printf_ll
_printf_lld.o(.ARM.Collect$$_printf_percent$$0000000E) refers (Weak) to _printf_longlong_dec.o(.text) for _printf_longlong_dec
_printf_llu.o(.ARM.Collect$$_printf_percent$$0000000F) refers (Special) to _printf_ll.o(.ARM.Collect$$_printf_percent$$00000007) for _printf_ll
_printf_llu.o(.ARM.Collect$$_printf_percent$$0000000F) refers (Weak) to _printf_longlong_dec.o(.text) for _printf_longlong_dec
_printf_lc.o(.ARM.Collect$$_printf_percent$$00000015) refers (Special) to _printf_l.o(.ARM.Collect$$_printf_percent$$00000012) for _printf_l
_printf_lc.o(.ARM.Collect$$_printf_percent$$00000015) refers (Weak) to _printf_wchar.o(.text) for _printf_wchar
_printf_ls.o(.ARM.Collect$$_printf_percent$$00000016) refers (Special) to _printf_l.o(.ARM.Collect$$_printf_percent$$00000012) for _printf_l
_printf_ls.o(.ARM.Collect$$_printf_percent$$00000016) refers (Weak) to _printf_wchar.o(.text) for _printf_wstring
_printf_llo.o(.ARM.Collect$$_printf_percent$$00000010) refers (Special) to _printf_ll.o(.ARM.Collect$$_printf_percent$$00000007) for _printf_ll
_printf_llo.o(.ARM.Collect$$_printf_percent$$00000010) refers (Weak) to _printf_oct_int_ll.o(.text) for _printf_ll_oct
_printf_llx.o(.ARM.Collect$$_printf_percent$$00000011) refers (Special) to _printf_ll.o(.ARM.Collect$$_printf_percent$$00000007) for _printf_ll
_printf_llx.o(.ARM.Collect$$_printf_percent$$00000011) refers (Weak) to _printf_hex_int_ll_ptr.o(.text) for _printf_ll_hex
printf1.o(x$fpl$printf1) refers to _printf_fp_dec.o(.text) for _printf_fp_dec_real
__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 main.o(.text) for main
__rtentry2.o(.ARM.Collect$$rtentry$$0000000D) refers to exit.o(.text) for exit
__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
_printf_intcommon.o(.text) refers (Weak) to _printf_pad.o(.text) for _printf_pre_padding
_printf_intcommon.o(.text) refers (Weak) to _printf_pad.o(.text) for _printf_pre_padding
_printf_intcommon.o(.text) refers (Weak) to _printf_pad.o(.text) for _printf_post_padding
_printf_fp_dec.o(.text) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
_printf_fp_dec.o(.text) refers (Special) to lc_numeric_c.o(locale$$code) for _get_lc_numeric
_printf_fp_dec.o(.text) refers to bigflt0.o(.text) for _btod_etento
_printf_fp_dec.o(.text) refers to btod.o(CL$$btod_d2e) for _btod_d2e
_printf_fp_dec.o(.text) refers to btod.o(CL$$btod_ediv) for _btod_ediv
_printf_fp_dec.o(.text) refers to btod.o(CL$$btod_emul) for _btod_emul
_printf_fp_dec.o(.text) refers to lludiv10.o(.text) for _ll_udiv10
_printf_fp_dec.o(.text) refers to fpclassify.o(i.__ARM_fpclassify) for __ARM_fpclassify
_printf_fp_dec.o(.text) refers to _printf_fp_infnan.o(.text) for _printf_fp_infnan
_printf_fp_dec.o(.text) refers (Weak) to _printf_pad.o(.text) for _printf_pre_padding
_printf_fp_dec.o(.text) refers (Weak) to _printf_pad.o(.text) for _printf_pre_padding
_printf_fp_dec.o(.text) refers to rt_locale_intlibspace.o(.text) for __rt_locale
_printf_fp_dec.o(.text) refers (Weak) to _printf_pad.o(.text) for _printf_post_padding
_printf_wchar.o(.text) refers (Weak) to _printf_wctomb.o(.text) for _printf_wctomb
_wcrtomb.o(.text) refers to rt_ctype_table.o(.text) for __rt_ctype_table
sys_stackheap_outer.o(.text) refers to libspace.o(.text) for __user_perproc_libspace
sys_stackheap_outer.o(.text) refers to startup_stm32f10x_md.o(.text) for __user_initial_stackheap
rt_ctype_table.o(.text) refers to rt_locale_intlibspace.o(.text) for __rt_locale
rt_ctype_table.o(.text) refers to lc_ctype_c.o(locale$$code) for _get_lc_ctype
rt_locale.o(.text) refers to rt_locale.o(.bss) for __rt_locale_data
rt_locale_intlibspace.o(.text) refers to libspace.o(.bss) for __libspace_start
_printf_fp_infnan.o(.text) refers (Weak) to _printf_pad.o(.text) for _printf_pre_padding
_printf_fp_infnan.o(.text) refers (Weak) to _printf_pad.o(.text) for _printf_post_padding
bigflt0.o(.text) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
bigflt0.o(.text) refers to btod.o(CL$$btod_emul) for _btod_emul
bigflt0.o(.text) refers to btod.o(CL$$btod_ediv) for _btod_ediv
bigflt0.o(.text) refers to bigflt0.o(.constdata) for .constdata
bigflt0.o(.constdata) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
btod.o(CL$$btod_d2e) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
btod.o(CL$$btod_d2e) refers to btod.o(CL$$btod_d2e_norm_op1) for _d2e_norm_op1
btod.o(CL$$btod_d2e_norm_op1) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
btod.o(CL$$btod_d2e_norm_op1) refers to btod.o(CL$$btod_d2e_denorm_low) for _d2e_denorm_low
btod.o(CL$$btod_d2e_denorm_low) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
btod.o(CL$$btod_emul) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
btod.o(CL$$btod_emul) refers to btod.o(CL$$btod_mult_common) for __btod_mult_common
btod.o(CL$$btod_emul) refers to btod.o(CL$$btod_e2e) for _e2e
btod.o(CL$$btod_ediv) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
btod.o(CL$$btod_ediv) refers to btod.o(CL$$btod_div_common) for __btod_div_common
btod.o(CL$$btod_ediv) refers to btod.o(CL$$btod_e2e) for _e2e
btod.o(CL$$btod_emuld) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
btod.o(CL$$btod_emuld) refers to btod.o(CL$$btod_mult_common) for __btod_mult_common
btod.o(CL$$btod_emuld) refers to btod.o(CL$$btod_e2d) for _e2d
btod.o(CL$$btod_edivd) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
btod.o(CL$$btod_edivd) refers to btod.o(CL$$btod_div_common) for __btod_div_common
btod.o(CL$$btod_edivd) refers to btod.o(CL$$btod_e2d) for _e2d
btod.o(CL$$btod_e2e) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
btod.o(CL$$btod_e2d) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
btod.o(CL$$btod_e2d) refers to btod.o(CL$$btod_e2e) for _e2e
btod.o(CL$$btod_mult_common) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
btod.o(CL$$btod_div_common) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
lc_numeric_c.o(locale$$data) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000016) for __rt_lib_init_lc_numeric_2
lc_numeric_c.o(locale$$code) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000016) for __rt_lib_init_lc_numeric_2
lc_numeric_c.o(locale$$code) refers to strcmpv7m.o(.text) for strcmp
lc_numeric_c.o(locale$$code) refers to lc_numeric_c.o(locale$$data) for __lcnum_c_name
exit.o(.text) refers to rtexit.o(.ARM.Collect$$rtexit$$00000000) for __rt_exit
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
istatus.o(x$fpl$ieeestatus) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
fpclassify.o(i.__ARM_fpclassify) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
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
lc_ctype_c.o(locale$$data) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000012) for __rt_lib_init_lc_ctype_2
lc_ctype_c.o(locale$$code) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000012) for __rt_lib_init_lc_ctype_2
lc_ctype_c.o(locale$$code) refers to strcmpv7m.o(.text) for strcmp
lc_ctype_c.o(locale$$code) refers to lc_ctype_c.o(locale$$data) for __lcctype_c_name
libinit2.o(.ARM.Collect$$libinit$$0000000F) refers (Weak) to rt_locale_intlibspace.o(.text) for __rt_locale
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$$00000012) refers (Weak) to lc_ctype_c.o(locale$$code) for _get_lc_ctype
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$$00000016) refers (Weak) to lc_numeric_c.o(locale$$code) for _get_lc_numeric
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
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 usart.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
argv_veneer.o(.emb_text) refers to no_argv.o(.text) for __ARM_get_argv
_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$$00000004) for __rt_lib_shutdown_cpp_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000002) for __rt_lib_shutdown_fini_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000009) for __rt_lib_shutdown_fp_trap_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000011) for __rt_lib_shutdown_heap_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000012) for __rt_lib_shutdown_return
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C) for __rt_lib_shutdown_signal_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000006) for __rt_lib_shutdown_stdio_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000E) 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_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
rt_raise.o(.text) refers to __raise.o(.text) for __raise
rt_raise.o(.text) refers to usart.o(.text) for _sys_exit
defsig_exit.o(.text) refers to usart.o(.text) for _sys_exit
defsig_rtmem_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
__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
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_rtmem_inner.o(.text) for __rt_SIGRTMEM_inner
defsig_abrt_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_fpe_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_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 core_cm3.o(.emb_text), (32 bytes).
Removing flash.o(.text), (48 bytes).
Removing led.o(.text), (44 bytes).
Removing key.o(.text), (36 bytes).
Removing buzzer.o(.text), (224 bytes).
Removing buzzer.o(.constdata), (156 bytes).
Removing touch_key.o(.text), (28 bytes).
Removing encoder.o(.text), (236 bytes).
Removing encoder.o(.data), (4 bytes).
9 unused section(s) (total 808 bytes) removed from the image.
==============================================================================
Image Symbol Table
Local Symbols
Symbol Name Value Ov Type Size Object(Section)
../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 boardinit3.o ABSOLUTE
../clib/angel/boardlib.s 0x00000000 Number 0 boardshut.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 __rtentry.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 rtexit2.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 rtexit.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 __rtentry4.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 __rtentry2.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 rt_locale_intlibspace.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 rt_ctype_table.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 rt_raise.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 rt_locale.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 sys_stackheap_outer.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 libspace.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 use_no_semi.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 indicate_semi.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 use_no_semi_2.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_command.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_wrch.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 no_argv.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 argv_veneer.o ABSOLUTE
../clib/bigflt.c 0x00000000 Number 0 bigflt0.o ABSOLUTE
../clib/btod.s 0x00000000 Number 0 btod.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 libinit2.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 libshutdown2.o ABSOLUTE
../clib/locale.c 0x00000000 Number 0 _wcrtomb.o ABSOLUTE
../clib/locale.s 0x00000000 Number 0 lc_ctype_c.o ABSOLUTE
../clib/locale.s 0x00000000 Number 0 lc_numeric_c.o ABSOLUTE
../clib/longlong.s 0x00000000 Number 0 lludiv10.o ABSOLUTE
../clib/memcpset.s 0x00000000 Number 0 strcmpv7m.o ABSOLUTE
../clib/memcpset.s 0x00000000 Number 0 rt_memcpy_w.o ABSOLUTE
../clib/misc.s 0x00000000 Number 0 printf_stubs.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_wchar.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 __printf_ss_wp.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 __printf_flags_ss_wp.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_pad.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_truncate.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_dec.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_charcount.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_char_common.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _sputc.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _snputc.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_char.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_char_file.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_wctomb.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_fp_infnan.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_longlong_dec.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_oct_ll.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_oct_int_ll.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_hex_ll.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_hex_int.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 __printf_flags_wp.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_hex_int_ll.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_hex_ptr.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_hex_int_ptr.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_hex_ll_ptr.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_hex_int_ll_ptr.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 __printf_nopercent.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_fp_dec.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_intcommon.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_oct_int.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 c89vsnprintf.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 __2printf.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 noretval__2printf.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 __printf.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 _printf_str.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 __printf_flags.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 __printf_ss.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 __printf_flags_ss.o ABSOLUTE
../clib/printf.c 0x00000000 Number 0 __printf_wp.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_a.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_llx.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_percent.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_lc.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_e.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_l.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_g.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_x.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_ll.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_c.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_f.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_n.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_llu.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_percent_end.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_lld.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_lli.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_s.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_i.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_p.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_o.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_ls.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_d.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_llo.o ABSOLUTE
../clib/printf_percent.s 0x00000000 Number 0 _printf_u.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_cppl_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtmem_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 __raise.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_fpe_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_general.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_exit.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtmem_formal.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_stak_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtred_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_other.o ABSOLUTE
../clib/signal.s 0x00000000 Number 0 defsig.o ABSOLUTE
../clib/stdio.c 0x00000000 Number 0 ferror.o ABSOLUTE
../clib/stdio.c 0x00000000 Number 0 ferror_locked.o ABSOLUTE
../clib/stdlib.c 0x00000000 Number 0 exit.o ABSOLUTE
../clib/string.c 0x00000000 Number 0 strlen.o ABSOLUTE
../fplib/fpinit.s 0x00000000 Number 0 fpinit.o ABSOLUTE
../fplib/istatus.s 0x00000000 Number 0 istatus.o ABSOLUTE
../fplib/printf1.s 0x00000000 Number 0 printf1.o ABSOLUTE
../fplib/usenofp.s 0x00000000 Number 0 usenofp.o ABSOLUTE
../mathlib/fpclassify.c 0x00000000 Number 0 fpclassify.o ABSOLUTE
Basic\delay\delay.c 0x00000000 Number 0 delay.o ABSOLUTE
Basic\flash\flash.c 0x00000000 Number 0 flash.o ABSOLUTE
Basic\i2c\i2c.c 0x00000000 Number 0 i2c.o ABSOLUTE
Basic\rtc\rtc.c 0x00000000 Number 0 rtc.o ABSOLUTE
Basic\sys\sys.c 0x00000000 Number 0 sys.o ABSOLUTE
Basic\usart\usart.c 0x00000000 Number 0 usart.o ABSOLUTE
CMSIS\\core_cm3.c 0x00000000 Number 0 core_cm3.o ABSOLUTE
CMSIS\core_cm3.c 0x00000000 Number 0 core_cm3.o ABSOLUTE
CMSIS\system_stm32f10x.c 0x00000000 Number 0 system_stm32f10x.o ABSOLUTE
Hardware\BUZZER\buzzer.c 0x00000000 Number 0 buzzer.o ABSOLUTE
Hardware\ENCODER\encoder.c 0x00000000 Number 0 encoder.o ABSOLUTE
Hardware\KEY\key.c 0x00000000 Number 0 key.o ABSOLUTE
Hardware\LED\led.c 0x00000000 Number 0 led.o ABSOLUTE
Hardware\LM75A\lm75a.c 0x00000000 Number 0 lm75a.o ABSOLUTE
Hardware\TM1640\TM1640.c 0x00000000 Number 0 tm1640.o ABSOLUTE
Hardware\TOUCH_KEY\touch_key.c 0x00000000 Number 0 touch_key.o ABSOLUTE
Lib\src\misc.c 0x00000000 Number 0 misc.o ABSOLUTE
Lib\src\stm32f10x_bkp.c 0x00000000 Number 0 stm32f10x_bkp.o ABSOLUTE
Lib\src\stm32f10x_flash.c 0x00000000 Number 0 stm32f10x_flash.o ABSOLUTE
Lib\src\stm32f10x_gpio.c 0x00000000 Number 0 stm32f10x_gpio.o ABSOLUTE
Lib\src\stm32f10x_i2c.c 0x00000000 Number 0 stm32f10x_i2c.o ABSOLUTE
Lib\src\stm32f10x_pwr.c 0x00000000 Number 0 stm32f10x_pwr.o ABSOLUTE
Lib\src\stm32f10x_rcc.c 0x00000000 Number 0 stm32f10x_rcc.o ABSOLUTE
Lib\src\stm32f10x_rtc.c 0x00000000 Number 0 stm32f10x_rtc.o ABSOLUTE
Lib\src\stm32f10x_usart.c 0x00000000 Number 0 stm32f10x_usart.o ABSOLUTE
Startup\startup_stm32f10x_md.s 0x00000000 Number 0 startup_stm32f10x_md.o ABSOLUTE
User\main.c 0x00000000 Number 0 main.o ABSOLUTE
User\stm32f10x_it.c 0x00000000 Number 0 stm32f10x_it.o ABSOLUTE
dc.s 0x00000000 Number 0 dc.o ABSOLUTE
RESET 0x08000000 Section 236 startup_stm32f10x_md.o(RESET)
!!!main 0x080000ec Section 8 __main.o(!!!main)
!!!scatter 0x080000f4 Section 52 __scatter.o(!!!scatter)
!!handler_copy 0x08000128 Section 26 __scatter_copy.o(!!handler_copy)
!!handler_zi 0x08000144 Section 28 __scatter_zi.o(!!handler_zi)
.ARM.Collect$$_printf_percent$$00000000 0x08000160 Section 0 _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000)
.ARM.Collect$$_printf_percent$$00000001 0x08000160 Section 6 _printf_n.o(.ARM.Collect$$_printf_percent$$00000001)
.ARM.Collect$$_printf_percent$$00000002 0x08000166 Section 6 _printf_p.o(.ARM.Collect$$_printf_percent$$00000002)
.ARM.Collect$$_printf_percent$$00000003 0x0800016c Section 6 _printf_f.o(.ARM.Collect$$_printf_percent$$00000003)
.ARM.Collect$$_printf_percent$$00000004 0x08000172 Section 6 _printf_e.o(.ARM.Collect$$_printf_percent$$00000004)
.ARM.Collect$$_printf_percent$$00000005 0x08000178 Section 6 _printf_g.o(.ARM.Collect$$_printf_percent$$00000005)
.ARM.Collect$$_printf_percent$$00000006 0x0800017e Section 6 _printf_a.o(.ARM.Collect$$_printf_percent$$00000006)
.ARM.Collect$$_printf_percent$$00000007 0x08000184 Section 10 _printf_ll.o(.ARM.Collect$$_printf_percent$$00000007)
.ARM.Collect$$_printf_percent$$00000008 0x0800018e Section 6 _printf_i.o(.ARM.Collect$$_printf_percent$$00000008)
.ARM.Collect$$_printf_percent$$00000009 0x08000194 Section 6 _printf_d.o(.ARM.Collect$$_printf_percent$$00000009)
.ARM.Collect$$_printf_percent$$0000000A 0x0800019a Section 6 _printf_u.o(.ARM.Collect$$_printf_percent$$0000000A)
.ARM.Collect$$_printf_percent$$0000000B 0x080001a0 Section 6 _printf_o.o(.ARM.Collect$$_printf_percent$$0000000B)
.ARM.Collect$$_printf_percent$$0000000C 0x080001a6 Section 6 _printf_x.o(.ARM.Collect$$_printf_percent$$0000000C)
.ARM.Collect$$_printf_percent$$0000000D 0x080001ac Section 6 _printf_lli.o(.ARM.Collect$$_printf_percent$$0000000D)
.ARM.Collect$$_printf_percent$$0000000E 0x080001b2 Section 6 _printf_lld.o(.ARM.Collect$$_printf_percent$$0000000E)
.ARM.Collect$$_printf_percent$$0000000F 0x080001b8 Section 6 _printf_llu.o(.ARM.Collect$$_printf_percent$$0000000F)
.ARM.Collect$$_printf_percent$$00000010 0x080001be Section 6 _printf_llo.o(.ARM.Collect$$_printf_percent$$00000010)
.ARM.Collect$$_printf_percent$$00000011 0x080001c4 Section 6 _printf_llx.o(.ARM.Collect$$_printf_percent$$00000011)
.ARM.Collect$$_printf_percent$$00000012 0x080001ca Section 10 _printf_l.o(.ARM.Collect$$_printf_percent$$00000012)
.ARM.Collect$$_printf_percent$$00000013 0x080001d4 Section 6 _printf_c.o(.ARM.Collect$$_printf_percent$$00000013)
.ARM.Collect$$_printf_percent$$00000014 0x080001da Section 6 _printf_s.o(.ARM.Collect$$_printf_percent$$00000014)
.ARM.Collect$$_printf_percent$$00000015 0x080001e0 Section 6 _printf_lc.o(.ARM.Collect$$_printf_percent$$00000015)
.ARM.Collect$$_printf_percent$$00000016 0x080001e6 Section 6 _printf_ls.o(.ARM.Collect$$_printf_percent$$00000016)
.ARM.Collect$$_printf_percent$$00000017 0x080001ec Section 4 _printf_percent_end.o(.ARM.Collect$$_printf_percent$$00000017)
.ARM.Collect$$libinit$$00000000 0x080001f0 Section 2 libinit.o(.ARM.Collect$$libinit$$00000000)
.ARM.Collect$$libinit$$00000002 0x080001f2 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000002)
.ARM.Collect$$libinit$$00000004 0x080001f2 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000004)
.ARM.Collect$$libinit$$0000000A 0x080001f2 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000A)
.ARM.Collect$$libinit$$0000000C 0x080001f2 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000C)
.ARM.Collect$$libinit$$0000000E 0x080001f2 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000E)
.ARM.Collect$$libinit$$0000000F 0x080001f2 Section 6 libinit2.o(.ARM.Collect$$libinit$$0000000F)
.ARM.Collect$$libinit$$00000011 0x080001f8 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000011)
.ARM.Collect$$libinit$$00000012 0x080001f8 Section 12 libinit2.o(.ARM.Collect$$libinit$$00000012)
.ARM.Collect$$libinit$$00000013 0x08000204 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000013)
.ARM.Collect$$libinit$$00000015 0x08000204 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000015)
.ARM.Collect$$libinit$$00000016 0x08000204 Section 10 libinit2.o(.ARM.Collect$$libinit$$00000016)
.ARM.Collect$$libinit$$00000017 0x0800020e Section 0 libinit2.o(.ARM.Collect$$libinit$$00000017)
.ARM.Collect$$libinit$$00000019 0x0800020e Section 0 libinit2.o(.ARM.Collect$$libinit$$00000019)
.ARM.Collect$$libinit$$0000001B 0x0800020e Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001B)
.ARM.Collect$$libinit$$0000001D 0x0800020e Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001D)
.ARM.Collect$$libinit$$0000001F 0x0800020e Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001F)
.ARM.Collect$$libinit$$00000021 0x0800020e Section 0 libinit2.o(.ARM.Collect$$libinit$$00000021)
.ARM.Collect$$libinit$$00000023 0x0800020e Section 0 libinit2.o(.ARM.Collect$$libinit$$00000023)
.ARM.Collect$$libinit$$00000025 0x0800020e Section 0 libinit2.o(.ARM.Collect$$libinit$$00000025)
.ARM.Collect$$libinit$$0000002C 0x0800020e Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002C)
.ARM.Collect$$libinit$$0000002E 0x0800020e Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002E)
.ARM.Collect$$libinit$$00000030 0x0800020e Section 0 libinit2.o(.ARM.Collect$$libinit$$00000030)
.ARM.Collect$$libinit$$00000032 0x0800020e Section 0 libinit2.o(.ARM.Collect$$libinit$$00000032)
.ARM.Collect$$libinit$$00000033 0x0800020e Section 2 libinit2.o(.ARM.Collect$$libinit$$00000033)
.ARM.Collect$$libshutdown$$00000000 0x08000210 Section 2 libshutdown.o(.ARM.Collect$$libshutdown$$00000000)
.ARM.Collect$$libshutdown$$00000002 0x08000212 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002)
.ARM.Collect$$libshutdown$$00000004 0x08000212 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004)
.ARM.Collect$$libshutdown$$00000006 0x08000212 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000006)
.ARM.Collect$$libshutdown$$00000009 0x08000212 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000009)
.ARM.Collect$$libshutdown$$0000000C 0x08000212 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C)
.ARM.Collect$$libshutdown$$0000000E 0x08000212 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000E)
.ARM.Collect$$libshutdown$$00000011 0x08000212 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000011)
.ARM.Collect$$libshutdown$$00000012 0x08000212 Section 2 libshutdown2.o(.ARM.Collect$$libshutdown$$00000012)
.ARM.Collect$$rtentry$$00000000 0x08000214 Section 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000)
.ARM.Collect$$rtentry$$00000002 0x08000214 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002)
.ARM.Collect$$rtentry$$00000004 0x08000214 Section 6 __rtentry4.o(.ARM.Collect$$rtentry$$00000004)
.ARM.Collect$$rtentry$$00000009 0x0800021a Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009)
.ARM.Collect$$rtentry$$0000000A 0x0800021a Section 4 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A)
.ARM.Collect$$rtentry$$0000000C 0x0800021e Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C)
.ARM.Collect$$rtentry$$0000000D 0x0800021e Section 8 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D)
.ARM.Collect$$rtexit$$00000000 0x08000226 Section 2 rtexit.o(.ARM.Collect$$rtexit$$00000000)
.ARM.Collect$$rtexit$$00000002 0x08000228 Section 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002)
.ARM.Collect$$rtexit$$00000003 0x08000228 Section 4 rtexit2.o(.ARM.Collect$$rtexit$$00000003)
.ARM.Collect$$rtexit$$00000004 0x0800022c Section 6 rtexit2.o(.ARM.Collect$$rtexit$$00000004)
.text 0x08000234 Section 0 system_stm32f10x.o(.text)
SetSysClockTo72 0x08000235 Thumb Code 214 system_stm32f10x.o(.text)
SetSysClock 0x0800030b Thumb Code 8 system_stm32f10x.o(.text)
.text 0x08000414 Section 0 misc.o(.text)
.text 0x080004f0 Section 0 stm32f10x_gpio.o(.text)
.text 0x0800084c Section 0 stm32f10x_rcc.o(.text)
.text 0x08000bf0 Section 0 stm32f10x_usart.o(.text)
.text 0x08000ff8 Section 0 stm32f10x_bkp.o(.text)
.text 0x080010bc Section 0 stm32f10x_pwr.o(.text)
.text 0x08001188 Section 0 stm32f10x_rtc.o(.text)
.text 0x080012d0 Section 0 stm32f10x_flash.o(.text)
.text 0x0800188c Section 0 stm32f10x_i2c.o(.text)
.text 0x08001c90 Section 64 startup_stm32f10x_md.o(.text)
.text 0x08001cd0 Section 0 main.o(.text)
.text 0x08001d98 Section 0 stm32f10x_it.o(.text)
.text 0x08001db2 Section 0 delay.o(.text)
.text 0x08001e14 Section 0 sys.o(.text)
.text 0x08001e84 Section 0 usart.o(.text)
.text 0x08002024 Section 0 rtc.o(.text)
.text 0x08002364 Section 0 i2c.o(.text)
.text 0x08002664 Section 0 tm1640.o(.text)
.text 0x08002864 Section 0 lm75a.o(.text)
.text 0x08002922 Section 2 use_no_semi_2.o(.text)
.text 0x08002924 Section 0 c89vsnprintf.o(.text)
.text 0x08002958 Section 0 __2printf.o(.text)
.text 0x08002970 Section 0 _printf_str.o(.text)
.text 0x080029c4 Section 0 __printf_flags_ss_wp.o(.text)
.text 0x08002b4c Section 0 strlen.o(.text)
.text 0x08002b8a Section 100 rt_memcpy_w.o(.text)
.text 0x08002bee Section 0 heapauxi.o(.text)
.text 0x08002bf4 Section 2 use_no_semi.o(.text)
.text 0x08002bf6 Section 0 _printf_pad.o(.text)
.text 0x08002c44 Section 0 _printf_truncate.o(.text)
.text 0x08002c68 Section 0 _printf_dec.o(.text)
.text 0x08002ce0 Section 0 _printf_charcount.o(.text)
.text 0x08002d08 Section 0 _printf_char_common.o(.text)
_printf_input_char 0x08002d09 Thumb Code 10 _printf_char_common.o(.text)
.text 0x08002d38 Section 0 _sputc.o(.text)
.text 0x08002d42 Section 0 _snputc.o(.text)
.text 0x08002d52 Section 0 _printf_char.o(.text)
.text 0x08002d80 Section 0 _printf_char_file.o(.text)
.text 0x08002da4 Section 0 _printf_wctomb.o(.text)
.text 0x08002e60 Section 0 _printf_longlong_dec.o(.text)
.text 0x08002edc Section 0 _printf_oct_int_ll.o(.text)
_printf_longlong_oct_internal 0x08002edd Thumb Code 0 _printf_oct_int_ll.o(.text)
.text 0x08002f4c Section 0 _printf_hex_int_ll_ptr.o(.text)
_printf_hex_common 0x08002f4d Thumb Code 0 _printf_hex_int_ll_ptr.o(.text)
.text 0x08002fe0 Section 138 lludiv10.o(.text)
.text 0x0800306a Section 0 _printf_intcommon.o(.text)
.text 0x0800311c Section 0 _printf_fp_dec.o(.text)
_fp_digits 0x0800311f Thumb Code 432 _printf_fp_dec.o(.text)
.text 0x0800353a Section 0 _printf_wchar.o(.text)
.text 0x08003566 Section 0 ferror.o(.text)
.text 0x0800356e Section 0 _wcrtomb.o(.text)
.text 0x080035ae Section 74 sys_stackheap_outer.o(.text)
.text 0x080035f8 Section 16 rt_ctype_table.o(.text)
.text 0x08003608 Section 8 rt_locale_intlibspace.o(.text)
.text 0x08003610 Section 0 _printf_fp_infnan.o(.text)
.text 0x08003690 Section 0 bigflt0.o(.text)
.text 0x08003774 Section 0 exit.o(.text)
.text 0x08003788 Section 8 libspace.o(.text)
.text 0x08003790 Section 128 strcmpv7m.o(.text)
CL$$btod_d2e 0x08003810 Section 62 btod.o(CL$$btod_d2e)
CL$$btod_d2e_denorm_low 0x0800384e Section 70 btod.o(CL$$btod_d2e_denorm_low)
CL$$btod_d2e_norm_op1 0x08003894 Section 96 btod.o(CL$$btod_d2e_norm_op1)
CL$$btod_div_common 0x080038f4 Section 824 btod.o(CL$$btod_div_common)
CL$$btod_e2e 0x08003c2c Section 220 btod.o(CL$$btod_e2e)
CL$$btod_ediv 0x08003d08 Section 42 btod.o(CL$$btod_ediv)
CL$$btod_emul 0x08003d32 Section 42 btod.o(CL$$btod_emul)
CL$$btod_mult_common 0x08003d5c Section 580 btod.o(CL$$btod_mult_common)
i.__ARM_fpclassify 0x08003fa0 Section 0 fpclassify.o(i.__ARM_fpclassify)
i._is_digit 0x08003fc8 Section 0 __printf_wp.o(i._is_digit)
locale$$code 0x08003fd8 Section 44 lc_numeric_c.o(locale$$code)
locale$$code 0x08004004 Section 44 lc_ctype_c.o(locale$$code)
x$fpl$printf1 0x08004030 Section 4 printf1.o(x$fpl$printf1)
.constdata 0x08004034 Section 24 rtc.o(.constdata)
x$fpl$usenofp 0x08004034 Section 0 usenofp.o(x$fpl$usenofp)
.constdata 0x0800404c Section 17 __printf_flags_ss_wp.o(.constdata)
maptable 0x0800404c Data 17 __printf_flags_ss_wp.o(.constdata)
.constdata 0x08004060 Section 8 _printf_wctomb.o(.constdata)
initial_mbstate 0x08004060 Data 8 _printf_wctomb.o(.constdata)
.constdata 0x08004068 Section 40 _printf_hex_int_ll_ptr.o(.constdata)
uc_hextab 0x08004068 Data 20 _printf_hex_int_ll_ptr.o(.constdata)
lc_hextab 0x0800407c Data 20 _printf_hex_int_ll_ptr.o(.constdata)
.constdata 0x08004090 Section 148 bigflt0.o(.constdata)
tenpwrs_x 0x08004090 Data 60 bigflt0.o(.constdata)
tenpwrs_i 0x080040cc Data 64 bigflt0.o(.constdata)
locale$$data 0x08004144 Section 28 lc_numeric_c.o(locale$$data)
__lcnum_c_name 0x08004148 Data 2 lc_numeric_c.o(locale$$data)
__lcnum_c_start 0x08004150 Data 0 lc_numeric_c.o(locale$$data)
__lcnum_c_point 0x0800415c Data 0 lc_numeric_c.o(locale$$data)
__lcnum_c_thousands 0x0800415e Data 0 lc_numeric_c.o(locale$$data)
__lcnum_c_grouping 0x0800415f Data 0 lc_numeric_c.o(locale$$data)
locale$$data 0x08004160 Section 272 lc_ctype_c.o(locale$$data)
__lcnum_c_end 0x08004160 Data 0 lc_numeric_c.o(locale$$data)
__lcctype_c_name 0x08004164 Data 2 lc_ctype_c.o(locale$$data)
__lcctype_c_start 0x0800416c Data 0 lc_ctype_c.o(locale$$data)
__lcctype_c_end 0x08004270 Data 0 lc_ctype_c.o(locale$$data)
.data 0x20000000 Section 20 system_stm32f10x.o(.data)
.data 0x20000014 Section 20 stm32f10x_rcc.o(.data)
APBAHBPrescTable 0x20000014 Data 16 stm32f10x_rcc.o(.data)
ADCPrescTable 0x20000024 Data 4 stm32f10x_rcc.o(.data)
.data 0x20000028 Section 6 usart.o(.data)
.data 0x2000002e Section 10 rtc.o(.data)
daycnt 0x20000036 Data 2 rtc.o(.data)
.bss 0x20000038 Section 200 usart.o(.bss)
.bss 0x20000100 Section 96 libspace.o(.bss)
HEAP 0x20000160 Section 512 startup_stm32f10x_md.o(HEAP)
Heap_Mem 0x20000160 Data 512 startup_stm32f10x_md.o(HEAP)
STACK 0x20000360 Section 1024 startup_stm32f10x_md.o(STACK)
Stack_Mem 0x20000360 Data 1024 startup_stm32f10x_md.o(STACK)
__initial_sp 0x20000760 Data 0 startup_stm32f10x_md.o(STACK)
Global Symbols
Symbol Name Value Ov Type Size Object(Section)
BuildAttributes$$THM_ISAv4$P$D$K$B$S$PE$A:L22UL41UL21$X:L11$S22US41US21$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$IEEEJ$EBA8$UX$STANDARDLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE
__ARM_use_no_argv 0x00000000 Number 0 main.o ABSOLUTE
_printf_flags 0x00000000 Number 0 printf_stubs.o ABSOLUTE
_printf_return_value 0x00000000 Number 0 printf_stubs.o ABSOLUTE
_printf_sizespec 0x00000000 Number 0 printf_stubs.o ABSOLUTE
_printf_widthprec 0x00000000 Number 0 printf_stubs.o ABSOLUTE
__ARM_exceptions_init - Undefined Weak Reference
__alloca_initialize - Undefined Weak Reference
__arm_fini_ - Undefined Weak Reference
__arm_preinit_ - Undefined Weak Reference
__cpp_initialize__aeabi_ - Undefined Weak Reference
__cxa_finalize - 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_monetary - 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
_mutex_acquire - Undefined Weak Reference
_mutex_release - Undefined Weak Reference
_printf_fp_hex - Undefined Weak Reference
_printf_mbtowc - Undefined Weak Reference
_printf_wc - 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
__Vectors_Size 0x000000ec Number 0 startup_stm32f10x_md.o ABSOLUTE
__Vectors 0x08000000 Data 4 startup_stm32f10x_md.o(RESET)
__Vectors_End 0x080000ec Data 0 startup_stm32f10x_md.o(RESET)
__main 0x080000ed Thumb Code 8 __main.o(!!!main)
__scatterload 0x080000f5 Thumb Code 0 __scatter.o(!!!scatter)
__scatterload_rt2 0x080000f5 Thumb Code 44 __scatter.o(!!!scatter)
__scatterload_rt2_thumb_only 0x080000f5 Thumb Code 0 __scatter.o(!!!scatter)
__scatterload_null 0x08000103 Thumb Code 0 __scatter.o(!!!scatter)
__scatterload_copy 0x08000129 Thumb Code 26 __scatter_copy.o(!!handler_copy)
__scatterload_zeroinit 0x08000145 Thumb Code 28 __scatter_zi.o(!!handler_zi)
_printf_n 0x08000161 Thumb Code 0 _printf_n.o(.ARM.Collect$$_printf_percent$$00000001)
_printf_percent 0x08000161 Thumb Code 0 _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000)
_printf_p 0x08000167 Thumb Code 0 _printf_p.o(.ARM.Collect$$_printf_percent$$00000002)
_printf_f 0x0800016d Thumb Code 0 _printf_f.o(.ARM.Collect$$_printf_percent$$00000003)
_printf_e 0x08000173 Thumb Code 0 _printf_e.o(.ARM.Collect$$_printf_percent$$00000004)
_printf_g 0x08000179 Thumb Code 0 _printf_g.o(.ARM.Collect$$_printf_percent$$00000005)
_printf_a 0x0800017f Thumb Code 0 _printf_a.o(.ARM.Collect$$_printf_percent$$00000006)
_printf_ll 0x08000185 Thumb Code 0 _printf_ll.o(.ARM.Collect$$_printf_percent$$00000007)
_printf_i 0x0800018f Thumb Code 0 _printf_i.o(.ARM.Collect$$_printf_percent$$00000008)
_printf_d 0x08000195 Thumb Code 0 _printf_d.o(.ARM.Collect$$_printf_percent$$00000009)
_printf_u 0x0800019b Thumb Code 0 _printf_u.o(.ARM.Collect$$_printf_percent$$0000000A)
_printf_o 0x080001a1 Thumb Code 0 _printf_o.o(.ARM.Collect$$_printf_percent$$0000000B)
_printf_x 0x080001a7 Thumb Code 0 _printf_x.o(.ARM.Collect$$_printf_percent$$0000000C)
_printf_lli 0x080001ad Thumb Code 0 _printf_lli.o(.ARM.Collect$$_printf_percent$$0000000D)
_printf_lld 0x080001b3 Thumb Code 0 _printf_lld.o(.ARM.Collect$$_printf_percent$$0000000E)
_printf_llu 0x080001b9 Thumb Code 0 _printf_llu.o(.ARM.Collect$$_printf_percent$$0000000F)
_printf_llo 0x080001bf Thumb Code 0 _printf_llo.o(.ARM.Collect$$_printf_percent$$00000010)
_printf_llx 0x080001c5 Thumb Code 0 _printf_llx.o(.ARM.Collect$$_printf_percent$$00000011)
_printf_l 0x080001cb Thumb Code 0 _printf_l.o(.ARM.Collect$$_printf_percent$$00000012)
_printf_c 0x080001d5 Thumb Code 0 _printf_c.o(.ARM.Collect$$_printf_percent$$00000013)
_printf_s 0x080001db Thumb Code 0 _printf_s.o(.ARM.Collect$$_printf_percent$$00000014)
_printf_lc 0x080001e1 Thumb Code 0 _printf_lc.o(.ARM.Collect$$_printf_percent$$00000015)
_printf_ls 0x080001e7 Thumb Code 0 _printf_ls.o(.ARM.Collect$$_printf_percent$$00000016)
_printf_percent_end 0x080001ed Thumb Code 0 _printf_percent_end.o(.ARM.Collect$$_printf_percent$$00000017)
__rt_lib_init 0x080001f1 Thumb Code 0 libinit.o(.ARM.Collect$$libinit$$00000000)
__rt_lib_init_fp_1 0x080001f3 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000002)
__rt_lib_init_heap_1 0x080001f3 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000A)
__rt_lib_init_lc_common 0x080001f3 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000F)
__rt_lib_init_preinit_1 0x080001f3 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000004)
__rt_lib_init_rand_1 0x080001f3 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000E)
__rt_lib_init_user_alloc_1 0x080001f3 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000C)
__rt_lib_init_lc_collate_1 0x080001f9 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000011)
__rt_lib_init_lc_ctype_2 0x080001f9 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000012)
__rt_lib_init_lc_ctype_1 0x08000205 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000013)
__rt_lib_init_lc_monetary_1 0x08000205 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000015)
__rt_lib_init_lc_numeric_2 0x08000205 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000016)
__rt_lib_init_alloca_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002E)
__rt_lib_init_argv_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002C)
__rt_lib_init_atexit_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001B)
__rt_lib_init_clock_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000021)
__rt_lib_init_cpp_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000032)
__rt_lib_init_exceptions_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000030)
__rt_lib_init_fp_trap_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001F)
__rt_lib_init_getenv_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000023)
__rt_lib_init_lc_numeric_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000017)
__rt_lib_init_lc_time_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000019)
__rt_lib_init_return 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000033)
__rt_lib_init_signal_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001D)
__rt_lib_init_stdio_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000025)
__rt_lib_shutdown 0x08000211 Thumb Code 0 libshutdown.o(.ARM.Collect$$libshutdown$$00000000)
__rt_lib_shutdown_cpp_1 0x08000213 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004)
__rt_lib_shutdown_fini_1 0x08000213 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002)
__rt_lib_shutdown_fp_trap_1 0x08000213 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000009)
__rt_lib_shutdown_heap_1 0x08000213 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000011)
__rt_lib_shutdown_return 0x08000213 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000012)
__rt_lib_shutdown_signal_1 0x08000213 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C)
__rt_lib_shutdown_stdio_1 0x08000213 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000006)
__rt_lib_shutdown_user_alloc_1 0x08000213 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000E)
__rt_entry 0x08000215 Thumb Code 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000)
__rt_entry_presh_1 0x08000215 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002)
__rt_entry_sh 0x08000215 Thumb Code 0 __rtentry4.o(.ARM.Collect$$rtentry$$00000004)
__rt_entry_li 0x0800021b Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A)
__rt_entry_postsh_1 0x0800021b Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009)
__rt_entry_main 0x0800021f Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D)
__rt_entry_postli_1 0x0800021f Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C)
__rt_exit 0x08000227 Thumb Code 0 rtexit.o(.ARM.Collect$$rtexit$$00000000)
__rt_exit_ls 0x08000229 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000003)
__rt_exit_prels_1 0x08000229 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002)
__rt_exit_exit 0x0800022d Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000004)
SystemInit 0x08000313 Thumb Code 78 system_stm32f10x.o(.text)
SystemCoreClockUpdate 0x08000361 Thumb Code 142 system_stm32f10x.o(.text)
NVIC_PriorityGroupConfig 0x08000415 Thumb Code 10 misc.o(.text)
NVIC_Init 0x0800041f Thumb Code 100 misc.o(.text)
NVIC_SetVectorTable 0x08000483 Thumb Code 14 misc.o(.text)
NVIC_SystemLPConfig 0x08000491 Thumb Code 34 misc.o(.text)
SysTick_CLKSourceConfig 0x080004b3 Thumb Code 40 misc.o(.text)
GPIO_DeInit 0x080004f1 Thumb Code 172 stm32f10x_gpio.o(.text)
GPIO_AFIODeInit 0x0800059d Thumb Code 20 stm32f10x_gpio.o(.text)
GPIO_Init 0x080005b1 Thumb Code 278 stm32f10x_gpio.o(.text)
GPIO_StructInit 0x080006c7 Thumb Code 16 stm32f10x_gpio.o(.text)
GPIO_ReadInputDataBit 0x080006d7 Thumb Code 18 stm32f10x_gpio.o(.text)
GPIO_ReadInputData 0x080006e9 Thumb Code 8 stm32f10x_gpio.o(.text)
GPIO_ReadOutputDataBit 0x080006f1 Thumb Code 18 stm32f10x_gpio.o(.text)
GPIO_ReadOutputData 0x08000703 Thumb Code 8 stm32f10x_gpio.o(.text)
GPIO_SetBits 0x0800070b Thumb Code 4 stm32f10x_gpio.o(.text)
GPIO_ResetBits 0x0800070f Thumb Code 4 stm32f10x_gpio.o(.text)
GPIO_WriteBit 0x08000713 Thumb Code 10 stm32f10x_gpio.o(.text)
GPIO_Write 0x0800071d Thumb Code 4 stm32f10x_gpio.o(.text)
GPIO_PinLockConfig 0x08000721 Thumb Code 18 stm32f10x_gpio.o(.text)
GPIO_EventOutputConfig 0x08000733 Thumb Code 26 stm32f10x_gpio.o(.text)
GPIO_EventOutputCmd 0x0800074d Thumb Code 6 stm32f10x_gpio.o(.text)
GPIO_PinRemapConfig 0x08000753 Thumb Code 138 stm32f10x_gpio.o(.text)
GPIO_EXTILineConfig 0x080007dd Thumb Code 66 stm32f10x_gpio.o(.text)
GPIO_ETH_MediaInterfaceConfig 0x0800081f Thumb Code 8 stm32f10x_gpio.o(.text)
RCC_DeInit 0x0800084d Thumb Code 64 stm32f10x_rcc.o(.text)
RCC_HSEConfig 0x0800088d Thumb Code 70 stm32f10x_rcc.o(.text)
RCC_GetFlagStatus 0x080008d3 Thumb Code 56 stm32f10x_rcc.o(.text)
RCC_WaitForHSEStartUp 0x0800090b Thumb Code 56 stm32f10x_rcc.o(.text)
RCC_AdjustHSICalibrationValue 0x08000943 Thumb Code 20 stm32f10x_rcc.o(.text)
RCC_HSICmd 0x08000957 Thumb Code 6 stm32f10x_rcc.o(.text)
RCC_PLLConfig 0x0800095d Thumb Code 24 stm32f10x_rcc.o(.text)
RCC_PLLCmd 0x08000975 Thumb Code 6 stm32f10x_rcc.o(.text)
RCC_SYSCLKConfig 0x0800097b Thumb Code 18 stm32f10x_rcc.o(.text)
RCC_GetSYSCLKSource 0x0800098d Thumb Code 10 stm32f10x_rcc.o(.text)
RCC_HCLKConfig 0x08000997 Thumb Code 18 stm32f10x_rcc.o(.text)
RCC_PCLK1Config 0x080009a9 Thumb Code 18 stm32f10x_rcc.o(.text)
RCC_PCLK2Config 0x080009bb Thumb Code 20 stm32f10x_rcc.o(.text)
RCC_ITConfig 0x080009cf Thumb Code 26 stm32f10x_rcc.o(.text)
RCC_USBCLKConfig 0x080009e9 Thumb Code 8 stm32f10x_rcc.o(.text)
RCC_ADCCLKConfig 0x080009f1 Thumb Code 18 stm32f10x_rcc.o(.text)
RCC_LSEConfig 0x08000a03 Thumb Code 50 stm32f10x_rcc.o(.text)
RCC_LSICmd 0x08000a35 Thumb Code 6 stm32f10x_rcc.o(.text)
RCC_RTCCLKConfig 0x08000a3b Thumb Code 12 stm32f10x_rcc.o(.text)
RCC_RTCCLKCmd 0x08000a47 Thumb Code 8 stm32f10x_rcc.o(.text)
RCC_GetClocksFreq 0x08000a4f Thumb Code 192 stm32f10x_rcc.o(.text)
RCC_AHBPeriphClockCmd 0x08000b0f Thumb Code 26 stm32f10x_rcc.o(.text)
RCC_APB2PeriphClockCmd 0x08000b29 Thumb Code 26 stm32f10x_rcc.o(.text)
RCC_APB1PeriphClockCmd 0x08000b43 Thumb Code 26 stm32f10x_rcc.o(.text)
RCC_APB2PeriphResetCmd 0x08000b5d Thumb Code 26 stm32f10x_rcc.o(.text)
RCC_APB1PeriphResetCmd 0x08000b77 Thumb Code 26 stm32f10x_rcc.o(.text)
RCC_BackupResetCmd 0x08000b91 Thumb Code 8 stm32f10x_rcc.o(.text)
RCC_ClockSecuritySystemCmd 0x08000b99 Thumb Code 6 stm32f10x_rcc.o(.text)
RCC_MCOConfig 0x08000b9f Thumb Code 6 stm32f10x_rcc.o(.text)
RCC_ClearFlag 0x08000ba5 Thumb Code 14 stm32f10x_rcc.o(.text)
RCC_GetITStatus 0x08000bb3 Thumb Code 20 stm32f10x_rcc.o(.text)
RCC_ClearITPendingBit 0x08000bc7 Thumb Code 6 stm32f10x_rcc.o(.text)
USART_DeInit 0x08000bf1 Thumb Code 134 stm32f10x_usart.o(.text)
USART_Init 0x08000c77 Thumb Code 210 stm32f10x_usart.o(.text)
USART_StructInit 0x08000d49 Thumb Code 24 stm32f10x_usart.o(.text)
USART_ClockInit 0x08000d61 Thumb Code 34 stm32f10x_usart.o(.text)
USART_ClockStructInit 0x08000d83 Thumb Code 12 stm32f10x_usart.o(.text)
USART_Cmd 0x08000d8f Thumb Code 24 stm32f10x_usart.o(.text)
USART_ITConfig 0x08000da7 Thumb Code 74 stm32f10x_usart.o(.text)
USART_DMACmd 0x08000df1 Thumb Code 18 stm32f10x_usart.o(.text)
USART_SetAddress 0x08000e03 Thumb Code 18 stm32f10x_usart.o(.text)
USART_WakeUpConfig 0x08000e15 Thumb Code 18 stm32f10x_usart.o(.text)
USART_ReceiverWakeUpCmd 0x08000e27 Thumb Code 24 stm32f10x_usart.o(.text)
USART_LINBreakDetectLengthConfig 0x08000e3f Thumb Code 18 stm32f10x_usart.o(.text)
USART_LINCmd 0x08000e51 Thumb Code 24 stm32f10x_usart.o(.text)
USART_SendData 0x08000e69 Thumb Code 8 stm32f10x_usart.o(.text)
USART_ReceiveData 0x08000e71 Thumb Code 10 stm32f10x_usart.o(.text)
USART_SendBreak 0x08000e7b Thumb Code 10 stm32f10x_usart.o(.text)
USART_SetGuardTime 0x08000e85 Thumb Code 16 stm32f10x_usart.o(.text)
USART_SetPrescaler 0x08000e95 Thumb Code 16 stm32f10x_usart.o(.text)
USART_SmartCardCmd 0x08000ea5 Thumb Code 24 stm32f10x_usart.o(.text)
USART_SmartCardNACKCmd 0x08000ebd Thumb Code 24 stm32f10x_usart.o(.text)
USART_HalfDuplexCmd 0x08000ed5 Thumb Code 24 stm32f10x_usart.o(.text)
USART_OverSampling8Cmd 0x08000eed Thumb Code 22 stm32f10x_usart.o(.text)
USART_OneBitMethodCmd 0x08000f03 Thumb Code 24 stm32f10x_usart.o(.text)
USART_IrDAConfig 0x08000f1b Thumb Code 18 stm32f10x_usart.o(.text)
USART_IrDACmd 0x08000f2d Thumb Code 24 stm32f10x_usart.o(.text)
USART_GetFlagStatus 0x08000f45 Thumb Code 26 stm32f10x_usart.o(.text)
USART_ClearFlag 0x08000f5f Thumb Code 18 stm32f10x_usart.o(.text)
USART_GetITStatus 0x08000f71 Thumb Code 84 stm32f10x_usart.o(.text)
USART_ClearITPendingBit 0x08000fc5 Thumb Code 52 stm32f10x_usart.o(.text)
BKP_DeInit 0x08000ff9 Thumb Code 16 stm32f10x_bkp.o(.text)
BKP_TamperPinLevelConfig 0x08001009 Thumb Code 6 stm32f10x_bkp.o(.text)
BKP_TamperPinCmd 0x0800100f Thumb Code 8 stm32f10x_bkp.o(.text)
BKP_ITConfig 0x08001017 Thumb Code 8 stm32f10x_bkp.o(.text)
BKP_RTCOutputConfig 0x0800101f Thumb Code 22 stm32f10x_bkp.o(.text)
BKP_SetRTCCalibrationValue 0x08001035 Thumb Code 22 stm32f10x_bkp.o(.text)
BKP_WriteBackupRegister 0x0800104b Thumb Code 24 stm32f10x_bkp.o(.text)
BKP_ReadBackupRegister 0x08001063 Thumb Code 26 stm32f10x_bkp.o(.text)
BKP_GetFlagStatus 0x0800107d Thumb Code 10 stm32f10x_bkp.o(.text)
BKP_ClearFlag 0x08001087 Thumb Code 18 stm32f10x_bkp.o(.text)
BKP_GetITStatus 0x08001099 Thumb Code 10 stm32f10x_bkp.o(.text)
BKP_ClearITPendingBit 0x080010a3 Thumb Code 18 stm32f10x_bkp.o(.text)
PWR_DeInit 0x080010bd Thumb Code 22 stm32f10x_pwr.o(.text)
PWR_BackupAccessCmd 0x080010d3 Thumb Code 6 stm32f10x_pwr.o(.text)
PWR_PVDCmd 0x080010d9 Thumb Code 6 stm32f10x_pwr.o(.text)
PWR_PVDLevelConfig 0x080010df Thumb Code 18 stm32f10x_pwr.o(.text)
PWR_WakeUpPinCmd 0x080010f1 Thumb Code 8 stm32f10x_pwr.o(.text)
PWR_EnterSTOPMode 0x080010f9 Thumb Code 54 stm32f10x_pwr.o(.text)
PWR_EnterSTANDBYMode 0x0800112f Thumb Code 42 stm32f10x_pwr.o(.text)
PWR_GetFlagStatus 0x08001159 Thumb Code 20 stm32f10x_pwr.o(.text)
PWR_ClearFlag 0x0800116d Thumb Code 14 stm32f10x_pwr.o(.text)
RTC_ITConfig 0x08001189 Thumb Code 26 stm32f10x_rtc.o(.text)
RTC_EnterConfigMode 0x080011a3 Thumb Code 18 stm32f10x_rtc.o(.text)
RTC_ExitConfigMode 0x080011b5 Thumb Code 20 stm32f10x_rtc.o(.text)
RTC_GetCounter 0x080011c9 Thumb Code 18 stm32f10x_rtc.o(.text)
RTC_SetCounter 0x080011db Thumb Code 26 stm32f10x_rtc.o(.text)
RTC_SetPrescaler 0x080011f5 Thumb Code 28 stm32f10x_rtc.o(.text)
RTC_SetAlarm 0x08001211 Thumb Code 26 stm32f10x_rtc.o(.text)
RTC_GetDivider 0x0800122b Thumb Code 22 stm32f10x_rtc.o(.text)
RTC_WaitForLastTask 0x08001241 Thumb Code 18 stm32f10x_rtc.o(.text)
RTC_WaitForSynchro 0x08001253 Thumb Code 36 stm32f10x_rtc.o(.text)
RTC_GetFlagStatus 0x08001277 Thumb Code 22 stm32f10x_rtc.o(.text)
RTC_ClearFlag 0x0800128d Thumb Code 16 stm32f10x_rtc.o(.text)
RTC_GetITStatus 0x0800129d Thumb Code 32 stm32f10x_rtc.o(.text)
RTC_ClearITPendingBit 0x080012bd Thumb Code 16 stm32f10x_rtc.o(.text)
FLASH_SetLatency 0x080012d1 Thumb Code 18 stm32f10x_flash.o(.text)
FLASH_HalfCycleAccessCmd 0x080012e3 Thumb Code 22 stm32f10x_flash.o(.text)
FLASH_PrefetchBufferCmd 0x080012f9 Thumb Code 22 stm32f10x_flash.o(.text)
FLASH_Unlock 0x0800130f Thumb Code 12 stm32f10x_flash.o(.text)
FLASH_UnlockBank1 0x0800131b Thumb Code 12 stm32f10x_flash.o(.text)
FLASH_Lock 0x08001327 Thumb Code 14 stm32f10x_flash.o(.text)
FLASH_LockBank1 0x08001335 Thumb Code 14 stm32f10x_flash.o(.text)
FLASH_GetBank1Status 0x08001343 Thumb Code 48 stm32f10x_flash.o(.text)
FLASH_WaitForLastOperation 0x08001373 Thumb Code 38 stm32f10x_flash.o(.text)
FLASH_ErasePage 0x08001399 Thumb Code 72 stm32f10x_flash.o(.text)
FLASH_EraseAllPages 0x080013e1 Thumb Code 68 stm32f10x_flash.o(.text)
FLASH_WaitForLastBank1Operation 0x08001425 Thumb Code 38 stm32f10x_flash.o(.text)
FLASH_EraseAllBank1Pages 0x0800144b Thumb Code 68 stm32f10x_flash.o(.text)
FLASH_GetReadOutProtectionStatus 0x0800148f Thumb Code 20 stm32f10x_flash.o(.text)
FLASH_EraseOptionBytes 0x080014a3 Thumb Code 150 stm32f10x_flash.o(.text)
FLASH_ProgramWord 0x08001539 Thumb Code 102 stm32f10x_flash.o(.text)
FLASH_ProgramHalfWord 0x0800159f Thumb Code 60 stm32f10x_flash.o(.text)
FLASH_ProgramOptionByteData 0x080015db Thumb Code 72 stm32f10x_flash.o(.text)
FLASH_EnableWriteProtection 0x08001623 Thumb Code 200 stm32f10x_flash.o(.text)
FLASH_ReadOutProtection 0x080016eb Thumb Code 156 stm32f10x_flash.o(.text)
FLASH_UserOptionByteConfig 0x08001787 Thumb Code 88 stm32f10x_flash.o(.text)
FLASH_GetUserOptionByte 0x080017df Thumb Code 8 stm32f10x_flash.o(.text)
FLASH_GetWriteProtectionOptionByte 0x080017e7 Thumb Code 6 stm32f10x_flash.o(.text)
FLASH_GetPrefetchBufferStatus 0x080017ed Thumb Code 20 stm32f10x_flash.o(.text)