- added testing binaries
[openocd.git] / testing / examples / STR912Test / test_rom.map
1
2 Memory Configuration
3
4 Name Origin Length Attributes
5 CODE 0x00000000 0x00080000 xr
6 DATA 0x04000000 0x00018000 rw
7 *default* 0x00000000 0xffffffff
8
9 Linker script and memory map
10
11 LOAD ./src/startup.o
12 LOAD ./src/main.o
13 START GROUP
14 LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
15 LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
16 END GROUP
17 0x00000400 _STACKSIZE = 0x400
18 0x00000100 _STACKSIZE_IRQ = 0x100
19 0x00000000 _STACKSIZE_FIQ = 0x0
20 0x00000400 _STACKSIZE_SVC = 0x400
21 0x00000000 _STACKSIZE_ABT = 0x0
22 0x00000000 _STACKSIZE_UND = 0x0
23 0x00000400 _HEAPSIZE = 0x400
24
25 .text 0x00000000 0x1a0
26 CREATE_OBJECT_SYMBOLS
27 *(.vectors)
28 *(.init)
29 .init 0x00000000 0x140 ./src/startup.o
30 0x000000fc _Main_Crystal
31 0x00000000 _start
32 0x000000f8 libdebug
33 *(.text .text.*)
34 .text 0x00000140 0x0 ./src/startup.o
35 .text 0x00000140 0x60 ./src/main.o
36 0x00000140 main
37 *(.gnu.linkonce.t.*)
38 *(.glue_7t)
39 .glue_7t 0x000001a0 0x0 ./src/startup.o
40 .glue_7t 0x000001a0 0x0 ./src/main.o
41 *(.glue_7)
42 .glue_7 0x000001a0 0x0 ./src/startup.o
43 .glue_7 0x000001a0 0x0 ./src/main.o
44 *(.vfp11_veneer)
45 .vfp11_veneer 0x000001a0 0x0 ./src/startup.o
46 .vfp11_veneer 0x000001a0 0x0 ./src/main.o
47 *(.fini)
48 *(.gcc_except_table)
49 0x000001a0 . = ALIGN (0x4)
50
51 .ctors 0x000001a0 0x0
52 0x000001a0 PROVIDE (__ctors_start__, .)
53 *(SORT(.ctors.*))
54 *(.ctors)
55 0x000001a0 PROVIDE (__ctors_end__, .)
56
57 .dtors 0x000001a0 0x0
58 0x000001a0 PROVIDE (__dtors_start__, .)
59 *(SORT(.dtors.*))
60 *(.dtors)
61 0x000001a0 PROVIDE (__dtors_end__, .)
62
63 .rodata 0x000001a0 0x4
64 *(.rodata .rodata.*)
65 .rodata 0x000001a0 0x4 ./src/main.o
66 *(.gnu.linkonce.r.*)
67 0x000001a4 . = ALIGN (0x4)
68
69 .init_array 0x000001a4 0x0
70 *(.init)
71 *(.fini)
72 0x000001a4 PROVIDE (__preinit_array_start, .)
73 *(.preinit_array)
74 0x000001a4 PROVIDE (__preinit_array_end, .)
75 0x000001a4 PROVIDE (__init_array_start, .)
76 *(SORT(.init_array.*))
77 *(.init_array)
78 0x000001a4 PROVIDE (__init_array_end, .)
79 0x000001a4 PROVIDE (__fini_array_start, .)
80 *(.fini_array)
81 *(SORT(.fini_array.*))
82 0x000001a4 PROVIDE (__fini_array_end, .)
83 0x000001a4 . = ALIGN (0x4)
84 0x000001a4 __exidx_start = .
85
86 .ARM.exidx
87 *(.ARM.exidx* .gnu.linkonce.armexidx.*)
88 0x000001a4 __exidx_end = .
89 0x000001a4 _etext = .
90 0x000001a4 PROVIDE (etext, .)
91
92 .data 0x04000000 0x0 load address 0x000001a4
93 0x04000000 __data_start = .
94 *(.data .data.*)
95 .data 0x04000000 0x0 ./src/startup.o
96 .data 0x04000000 0x0 ./src/main.o
97 *(.gnu.linkonce.d.*)
98 0x04000000 . = ALIGN (0x4)
99 *(.fastrun .fastrun.*)
100 0x04000000 . = ALIGN (0x4)
101 0x04000000 _edata = .
102 0x04000000 PROVIDE (edata, .)
103
104 .bss 0x04000000 0x0 load address 0x000001a4
105 0x04000000 __bss_start = .
106 0x04000000 __bss_start__ = .
107 *(.bss .bss.*)
108 .bss 0x04000000 0x0 ./src/startup.o
109 .bss 0x04000000 0x0 ./src/main.o
110 *(.gnu.linkonce.b.*)
111 *(COMMON)
112 0x04000000 . = ALIGN (0x4)
113 0x04000000 . = ALIGN (0x4)
114 0x04000000 __bss_end__ = .
115 0x04000000 _end = .
116 0x04000000 PROVIDE (end, .)
117
118 .heap 0x04000000 0x400
119 0x04000000 __heap_start__ = .
120 *(.heap)
121 0x04000400 . = ((__heap_start__ + _HEAPSIZE) MAX_K .)
122 *fill* 0x04000000 0x400 00
123 0x04000400 __heap_end__ = (__heap_start__ + SIZEOF (.heap))
124
125 .stack 0x04000400 0x400
126 0x04000400 __stack_start__ = .
127 *(.stack)
128 0x04000800 . = ((__stack_start__ + _STACKSIZE) MAX_K .)
129 *fill* 0x04000400 0x400 00
130 0x04000800 __stack_end__ = (__stack_start__ + SIZEOF (.stack))
131
132 .stack_irq 0x04000800 0x100
133 0x04000800 __stack_irq_start__ = .
134 *(.stack_irq)
135 0x04000900 . = ((__stack_irq_start__ + _STACKSIZE_IRQ) MAX_K .)
136 *fill* 0x04000800 0x100 00
137 0x04000900 __stack_irq_end__ = (__stack_irq_start__ + SIZEOF (.stack_irq))
138
139 .stack_fiq 0x04000900 0x0
140 0x04000900 __stack_fiq_start__ = .
141 *(.stack_fiq)
142 0x04000900 . = ((__stack_fiq_start__ + _STACKSIZE_FIQ) MAX_K .)
143 0x04000900 __stack_fiq_end__ = (__stack_fiq_start__ + SIZEOF (.stack_fiq))
144
145 .stack_svc 0x04000900 0x400
146 0x04000900 __stack_svc_start__ = .
147 *(.stack_svc)
148 0x04000d00 . = ((__stack_svc_start__ + _STACKSIZE_SVC) MAX_K .)
149 *fill* 0x04000900 0x400 00
150 0x04000d00 __stack_svc_end__ = (__stack_svc_start__ + SIZEOF (.stack_svc))
151
152 .stack_abt 0x04000d00 0x0
153 0x04000d00 __stack_abt_start__ = .
154 *(.stack_abt)
155 0x04000d00 . = ((__stack_abt_start__ + _STACKSIZE_ABT) MAX_K .)
156 0x04000d00 __stack_abt_end__ = (__stack_abt_start__ + SIZEOF (.stack_abt))
157
158 .stack_und 0x04000d00 0x0
159 0x04000d00 __stack_und_start__ = .
160 *(.stack_und)
161 0x04000d00 . = ((__stack_und_start__ + _STACKSIZE_UND) MAX_K .)
162 0x04000d00 __stack_und_end__ = (__stack_und_start__ + SIZEOF (.stack_und))
163
164 .stab
165 *(.stab)
166
167 .stabstr
168 *(.stabstr)
169
170 .stab.excl
171 *(.stab.excl)
172
173 .stab.exclstr
174 *(.stab.exclstr)
175
176 .stab.index
177 *(.stab.index)
178
179 .stab.indexstr
180 *(.stab.indexstr)
181
182 .comment 0x00000000 0x12
183 *(.comment)
184 .comment 0x00000000 0x12 ./src/main.o
185
186 .debug
187 *(.debug)
188
189 .line
190 *(.line)
191
192 .debug_srcinfo
193 *(.debug_srcinfo)
194
195 .debug_sfnames
196 *(.debug_sfnames)
197
198 .debug_aranges 0x00000000 0x40
199 *(.debug_aranges)
200 .debug_aranges
201 0x00000000 0x20 ./src/startup.o
202 .debug_aranges
203 0x00000020 0x20 ./src/main.o
204
205 .debug_pubnames
206 0x00000000 0x1b
207 *(.debug_pubnames)
208 .debug_pubnames
209 0x00000000 0x1b ./src/main.o
210
211 .debug_info 0x00000000 0x1ae
212 *(.debug_info .gnu.linkonce.wi.*)
213 .debug_info 0x00000000 0x7b ./src/startup.o
214 .debug_info 0x0000007b 0x133 ./src/main.o
215
216 .debug_abbrev 0x00000000 0x6f
217 *(.debug_abbrev)
218 .debug_abbrev 0x00000000 0x14 ./src/startup.o
219 .debug_abbrev 0x00000014 0x5b ./src/main.o
220
221 .debug_line 0x00000000 0xd7
222 *(.debug_line)
223 .debug_line 0x00000000 0x80 ./src/startup.o
224 .debug_line 0x00000080 0x57 ./src/main.o
225
226 .debug_frame 0x00000000 0x24
227 *(.debug_frame)
228 .debug_frame 0x00000000 0x24 ./src/main.o
229
230 .debug_str
231 *(.debug_str)
232
233 .debug_loc 0x00000000 0x1f
234 *(.debug_loc)
235 .debug_loc 0x00000000 0x1f ./src/main.o
236
237 .debug_macinfo
238 *(.debug_macinfo)
239
240 .debug_weaknames
241 *(.debug_weaknames)
242
243 .debug_funcnames
244 *(.debug_funcnames)
245
246 .debug_typenames
247 *(.debug_typenames)
248
249 .debug_varnames
250 *(.debug_varnames)
251 OUTPUT(test_rom.elf elf32-littlearm)
252
253 .ARM.attributes
254 0x00000000 0x10
255 .ARM.attributes
256 0x00000000 0x10 ./src/startup.o
257 .ARM.attributes
258 0x00000010 0x10 ./src/main.o
259
260 Cross Reference Table
261
262 Symbol File
263 _Main_Crystal ./src/startup.o
264 __bss_end__ ./src/startup.o
265 __bss_start__ ./src/startup.o
266 __ctors_end__ ./src/startup.o
267 __ctors_start__ ./src/startup.o
268 __data_start ./src/startup.o
269 __stack_abt_end__ ./src/startup.o
270 __stack_end__ ./src/startup.o
271 __stack_fiq_end__ ./src/startup.o
272 __stack_irq_end__ ./src/startup.o
273 __stack_svc_end__ ./src/startup.o
274 __stack_und_end__ ./src/startup.o
275 _edata ./src/startup.o
276 _etext ./src/startup.o
277 _start ./src/startup.o
278 libdebug ./src/startup.o
279 main ./src/main.o
280 ./src/startup.o

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)