-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathkernel.map
More file actions
58 lines (48 loc) · 2.05 KB
/
kernel.map
File metadata and controls
58 lines (48 loc) · 2.05 KB
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
Discarded input sections
.bss 0x0000000000000000 0x0 tmp/timer.o
.ARM.attributes
0x0000000000000000 0x14 tmp/timer.o
.bss 0x0000000000000000 0x0 tmp/gpio.o
.ARM.attributes
0x0000000000000000 0x14 tmp/gpio.o
.bss 0x0000000000000000 0x0 tmp/misc.o
.ARM.attributes
0x0000000000000000 0x14 tmp/misc.o
.bss 0x0000000000000000 0x0 tmp/main.o
.ARM.attributes
0x0000000000000000 0x14 tmp/main.o
Memory Configuration
Name Origin Length Attributes
*default* 0x0000000000000000 0xffffffffffffffff
Linker script and memory map
LOAD tmp/timer.o
LOAD tmp/gpio.o
LOAD tmp/misc.o
LOAD tmp/main.o
.init 0x0000000000008000 0x4
*(.init)
.init 0x0000000000008000 0x4 tmp/main.o
0x0000000000008000 _start
.text 0x0000000000008004 0x244
*(.text)
.text 0x0000000000008004 0x30 tmp/timer.o
0x0000000000008004 st_sleep
0x0000000000008024 st_get_timestamp
.text 0x0000000000008034 0xb4 tmp/gpio.o
0x0000000000008034 gpio_set_function
0x0000000000008078 gpio_output
0x00000000000080b0 gpio_blink
.text 0x00000000000080e8 0x74 tmp/misc.o
0x00000000000080e8 misc_morse_pattern
.text 0x000000000000815c 0xec tmp/main.o
0x00000000000081f8 letter_to_pattern
0x0000000000008228 morse
.data 0x0000000000008248 0x68
*(.data)
.data 0x0000000000008248 0x0 tmp/timer.o
.data 0x0000000000008248 0x0 tmp/gpio.o
.data 0x0000000000008248 0x0 tmp/misc.o
.data 0x0000000000008248 0x68 tmp/main.o
/DISCARD/
*(*)
OUTPUT(tmp/kernel.elf elf32-littlearm)