1
+ ###############################################################################
2
+ #
3
+ # IAR ELF Linker V7.80.1.28/LNX for ARM 18/Sep/2017 14:26:09
4
+ # Copyright 2007-2016 IAR Systems AB.
5
+ #
6
+ # Output file =
7
+ # /common/path/project.elf
8
+ # Map file =
9
+ # /common/path/project.map
10
+ # Command line =
11
+ # -f
12
+ # /common/path/.link_files.txt
13
+ # (-o
14
+ # --map=/common/path/project.map
15
+ # /common/path/project.elf
16
+ # /common/path/main.o
17
+ # /common/path/startup/startup.o
18
+ # /common/path/irqs/irqs.o
19
+ # /common/path/data/data.o
20
+ #
21
+ ###############################################################################
22
+
23
+ *******************************************************************************
24
+ *** RUNTIME MODEL ATTRIBUTES
25
+ ***
26
+
27
+ CppFlavor = *
28
+ __CPP_Exceptions = Disabled
29
+ __CPP_Language = C++
30
+ __Heap_Handler = DLMalloc
31
+ __SystemLibrary = DLib
32
+ __dlib_dynamic_initialization = postponed
33
+ __dlib_has_iterator_debugging = 0
34
+ __dlib_jmp_buf_num_elements = 8
35
+
36
+
37
+ *******************************************************************************
38
+ *** PLACEMENT SUMMARY
39
+ ***
40
+
41
+ "A0": place at 0x0001b000 { ro section .intvec };
42
+ "P1": place in [from 0x0001b0c0 to 0x0003ffff] { ro };
43
+ "P2": place in [from 0x20002ef8 to 0x20007fff] { rw, block HEAP, block CSTACK };
44
+ do not initialize { section .noinit };
45
+ initialize by copy { rw };
46
+ { section .intvec };
47
+
48
+ Section Kind Address Size Object
49
+ ------- ---- ------- ---- ------
50
+ "A0": 0xc0
51
+ .intvec ro code 0x0001b000 0xc0 startup.o [4]
52
+ - 0x0001b0c0 0xc0
53
+
54
+ "P1": 0x
55
+ .text ro code 0x0001c753 0x36 main.o [3]
56
+ .text ro code 0x0001cfff 0x98 irqs.o [5]
57
+ .text ro code 0x0001c778 0x8 __main.o [67]
58
+
59
+ "P2", part 1 of 2: 0x18
60
+ P2-1 0x20002ef8 0x18 <Init block>
61
+ .data inited 0x20002fa8 0x18 data.o [6]
62
+
63
+ "P2", part 2 of 2: 0x198
64
+ P2-2 0x20005388 0x198 <Init block>
65
+ .bss zero 0x20002fa8 0x198 data.o [6]
66
+
67
+ *******************************************************************************
68
+ *** INIT TABLE
69
+ ***
70
+
71
+ *******************************************************************************
72
+ *** MODULE SUMMARY
73
+ ***
74
+
75
+ d16M_tlf.a: [67]
76
+ __main.o 8
77
+ ------------------------------------------------
78
+ Total: 8
79
+
80
+ Linker created
81
+ ---------------------------------------------------
82
+ Grand Total:
83
+
84
+ *******************************************************************************
85
+ *** ENTRY LIST
86
+ ***
0 commit comments