MZT-Praktikum/task2/task2.map

93 lines
2.8 KiB
Plaintext

Memory Configuration
Name Origin Length Attributes
IVECS 0x08000000 0x000001d8 r
PGM 0x08000400 0x00000c00 xr
EXHANDS 0x08001000 0x00000400 xr
RAM 0x20000000 0x00001800 rw
*default* 0x00000000 0xffffffff
Linker script and memory map
.vectortable 0x08000000 0x14
0x08000000 . = ALIGN (0x4)
*(.vectortable)
.vectortable 0x08000000 0x14 task2.o
0x08000014 . = ALIGN (0x4)
.text 0x08000400 0x74
*(.text)
.text 0x08000400 0x74 task2.o
0x08000400 init
0x08000444 main
0x08000454 delay
0x08000460 stop
.glue_7 0x08000474 0x0
.glue_7 0x08000474 0x0 linker stubs
.glue_7t 0x08000474 0x0
.glue_7t 0x08000474 0x0 linker stubs
.vfp11_veneer 0x08000474 0x0
.vfp11_veneer 0x08000474 0x0 linker stubs
.v4_bx 0x08000474 0x0
.v4_bx 0x08000474 0x0 linker stubs
.iplt 0x08000474 0x0
.iplt 0x08000474 0x0 task2.o
.exhand 0x08001000 0x68
*(.exhand)
.exhand 0x08001000 0x68 task2.o
LOAD task2.o
OUTPUT(task2.elf elf32-littlearm)
LOAD linker stubs
.rel.dyn 0x08001068 0x0
.rel.iplt 0x08001068 0x0 task2.o
.data 0x08001068 0x0
.data 0x08001068 0x0 task2.o
.igot.plt 0x08001068 0x0
.igot.plt 0x08001068 0x0 task2.o
.bss 0x08001068 0x0
.bss 0x08001068 0x0 task2.o
.ARM.attributes
0x00000000 0x21
.ARM.attributes
0x00000000 0x21 task2.o
.debug_line 0x00000000 0xc1
.debug_line 0x00000000 0xc1 task2.o
.debug_info 0x00000000 0x22
.debug_info 0x00000000 0x22 task2.o
.debug_abbrev 0x00000000 0x12
.debug_abbrev 0x00000000 0x12 task2.o
.debug_aranges 0x00000000 0x28
.debug_aranges
0x00000000 0x28 task2.o
.debug_str 0x00000000 0x68
.debug_str 0x00000000 0x68 task2.o
.debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 task2.o
Cross Reference Table
Symbol File
delay task2.o
init task2.o
main task2.o
stop task2.o