]> git.sur5r.net Git - openocd/blob - testing/examples/STR710JtagSpeed/test.map
e1275f96efe3602f514e6dca8304542329547da0
[openocd] / testing / examples / STR710JtagSpeed / test.map
1 \r
2 Memory Configuration\r
3 \r
4 Name             Origin             Length             Attributes\r
5 ram              0x62000000         0x00080000\r
6 *default*        0x00000000         0xffffffff\r
7 \r
8 Linker script and memory map\r
9 \r
10 LOAD ./src/crt.o\r
11 LOAD ./src/main.o\r
12 START GROUP\r
13 LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a\r
14 LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a\r
15 END GROUP\r
16                 0x00000100                FIQ_STACK_SIZE = 0x100\r
17                 0x00000100                IRQ_STACK_SIZE = 0x100\r
18                 0x00000100                ABT_STACK_SIZE = 0x100\r
19                 0x00000100                UND_STACK_SIZE = 0x100\r
20                 0x00000400                SVC_STACK_SIZE = 0x400\r
21 \r
22 .text           0x62000000    0x6019c\r
23  *(.vectors)\r
24  .vectors       0x62000000       0x40 ./src/crt.o\r
25                 0x62000040                . = ALIGN (0x4)\r
26  *(.init)\r
27  .init          0x62000040      0x114 ./src/crt.o\r
28                 0x62000128                FIQHandler\r
29                 0x6200011c                PAbortHandler\r
30                 0x62000104                ExitFunction\r
31                 0x62000040                ResetHandler\r
32                 0x62000120                DAbortHandler\r
33                 0x62000124                IRQHandler\r
34                 0x62000114                UndefHandler\r
35                 0x62000154                . = ALIGN (0x4)\r
36  *(.text)\r
37  .text          0x62000154        0x0 ./src/crt.o\r
38  .text          0x62000154       0x48 ./src/main.o\r
39                 0x62000154                main\r
40                 0x6200019c                . = ALIGN (0x4)\r
41  *(.rodata)\r
42  .rodata        0x6200019c    0x60000 ./src/main.o\r
43                 0x6206019c                . = ALIGN (0x4)\r
44  *(.rodata*)\r
45                 0x6206019c                . = ALIGN (0x4)\r
46  *(.glue_7t)\r
47  .glue_7t       0x6206019c        0x0 ./src/crt.o\r
48  .glue_7t       0x6206019c        0x0 ./src/main.o\r
49                 0x6206019c                . = ALIGN (0x4)\r
50  *(.glue_7)\r
51  .glue_7        0x6206019c        0x0 ./src/crt.o\r
52  .glue_7        0x6206019c        0x0 ./src/main.o\r
53                 0x6206019c                . = ALIGN (0x4)\r
54                 0x6206019c                etext = .\r
55 \r
56 .vfp11_veneer   0x00000000        0x0\r
57  .vfp11_veneer  0x00000000        0x0 ./src/crt.o\r
58  .vfp11_veneer  0x00000000        0x0 ./src/main.o\r
59 \r
60 .data           0x6206019c        0x0\r
61                 0x6206019c                PROVIDE (__data_start, .)\r
62  *(.data)\r
63  .data          0x6206019c        0x0 ./src/crt.o\r
64  .data          0x6206019c        0x0 ./src/main.o\r
65                 0x6206019c                . = ALIGN (0x4)\r
66                 0x6206019c                edata = .\r
67                 0x6206019c                _edata = .\r
68                 0x6206019c                PROVIDE (__data_end, .)\r
69 \r
70 .bss            0x6206019c      0x864\r
71                 0x6206019c                PROVIDE (__bss_start, .)\r
72  *(.bss)\r
73  .bss           0x6206019c        0x0 ./src/crt.o\r
74  .bss           0x6206019c        0x0 ./src/main.o\r
75  *(COMMON)\r
76                 0x6206019c                . = ALIGN (0x4)\r
77                 0x6206019c                PROVIDE (__bss_end, .)\r
78                 0x62060200                . = ALIGN (0x100)\r
79  *fill*         0x6206019c       0x64 00\r
80                 0x62060200                PROVIDE (__stack_start, .)\r
81                 0x62060200                PROVIDE (__stack_fiq_start, .)\r
82                 0x62060300                . = (. + FIQ_STACK_SIZE)\r
83  *fill*         0x62060200      0x100 00\r
84                 0x62060300                . = ALIGN (0x4)\r
85                 0x62060300                PROVIDE (__stack_fiq_end, .)\r
86                 0x62060300                PROVIDE (__stack_irq_start, .)\r
87                 0x62060400                . = (. + IRQ_STACK_SIZE)\r
88  *fill*         0x62060300      0x100 00\r
89                 0x62060400                . = ALIGN (0x4)\r
90                 0x62060400                PROVIDE (__stack_irq_end, .)\r
91                 0x62060400                PROVIDE (__stack_abt_start, .)\r
92                 0x62060500                . = (. + ABT_STACK_SIZE)\r
93  *fill*         0x62060400      0x100 00\r
94                 0x62060500                . = ALIGN (0x4)\r
95                 0x62060500                PROVIDE (__stack_abt_end, .)\r
96                 0x62060500                PROVIDE (__stack_und_start, .)\r
97                 0x62060600                . = (. + UND_STACK_SIZE)\r
98  *fill*         0x62060500      0x100 00\r
99                 0x62060600                . = ALIGN (0x4)\r
100                 0x62060600                PROVIDE (__stack_und_end, .)\r
101                 0x62060600                PROVIDE (__stack_svc_start, .)\r
102                 0x62060a00                . = (. + SVC_STACK_SIZE)\r
103  *fill*         0x62060600      0x400 00\r
104                 0x62060a00                . = ALIGN (0x4)\r
105                 0x62060a00                PROVIDE (__stack_svc_end, .)\r
106                 0x62060a00                PROVIDE (__stack_end, .)\r
107                 0x62060a00                PROVIDE (__heap_start, .)\r
108 OUTPUT(test.elf elf32-littlearm)\r
109 \r
110 .ARM.attributes\r
111                 0x00000000       0x10\r
112  .ARM.attributes\r
113                 0x00000000       0x10 ./src/crt.o\r
114  .ARM.attributes\r
115                 0x00000010       0x10 ./src/main.o\r
116 \r
117 .debug_line     0x00000000       0xe5\r
118  .debug_line    0x00000000       0x8f ./src/crt.o\r
119  .debug_line    0x0000008f       0x56 ./src/main.o\r
120 \r
121 .debug_info     0x00000000      0x218\r
122  .debug_info    0x00000000       0x78 ./src/crt.o\r
123  .debug_info    0x00000078      0x1a0 ./src/main.o\r
124 \r
125 .debug_abbrev   0x00000000       0x88\r
126  .debug_abbrev  0x00000000       0x12 ./src/crt.o\r
127  .debug_abbrev  0x00000012       0x76 ./src/main.o\r
128 \r
129 .debug_aranges  0x00000000       0x48\r
130  .debug_aranges\r
131                 0x00000000       0x28 ./src/crt.o\r
132  .debug_aranges\r
133                 0x00000028       0x20 ./src/main.o\r
134 \r
135 .debug_ranges   0x00000000       0x20\r
136  .debug_ranges  0x00000000       0x20 ./src/crt.o\r
137 \r
138 .debug_frame    0x00000000       0x24\r
139  .debug_frame   0x00000000       0x24 ./src/main.o\r
140 \r
141 .debug_loc      0x00000000       0x1f\r
142  .debug_loc     0x00000000       0x1f ./src/main.o\r
143 \r
144 .debug_pubnames\r
145                 0x00000000       0x1b\r
146  .debug_pubnames\r
147                 0x00000000       0x1b ./src/main.o\r
148 \r
149 .comment        0x00000000       0x12\r
150  .comment       0x00000000       0x12 ./src/main.o\r
151 \r
152 Cross Reference Table\r
153 \r
154 Symbol                                            File\r
155 DAbortHandler                                     ./src/crt.o\r
156 ExitFunction                                      ./src/crt.o\r
157 FIQHandler                                        ./src/crt.o\r
158 IRQHandler                                        ./src/crt.o\r
159 PAbortHandler                                     ./src/crt.o\r
160 ResetHandler                                      ./src/crt.o\r
161 UndefHandler                                      ./src/crt.o\r
162 __bss_end                                         ./src/crt.o\r
163 __bss_start                                       ./src/crt.o\r
164 __stack_abt_end                                   ./src/crt.o\r
165 __stack_fiq_end                                   ./src/crt.o\r
166 __stack_irq_end                                   ./src/crt.o\r
167 __stack_svc_end                                   ./src/crt.o\r
168 __stack_und_end                                   ./src/crt.o\r
169 main                                              ./src/main.o\r
170                                                   ./src/crt.o\r