OpenCores
URL https://opencores.org/ocsvn/Aquarius/Aquarius/trunk

Subversion Repositories Aquarius

[/] [Aquarius/] [trunk/] [application/] [shc_clock/] [main.map] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 thorn_aitc
Archive member included because of file (symbol)
2
 
3
/usr/local/lib/gcc-lib/sh-elf/2.95.3/m2/libgcc.a(_ashiftlt.o)
4
                              main.o (__ashlsi3)
5
/usr/local/lib/gcc-lib/sh-elf/2.95.3/m2/libgcc.a(_sdivsi3.o)
6
                              main.o (__sdivsi3)
7
/usr/local/lib/gcc-lib/sh-elf/2.95.3/m2/libgcc.a(_udivsi3.o)
8
                              main.o (__udivsi3)
9
 
10
Allocating common symbols
11
Common symbol       size              file
12
 
13
clock               0x4               main.o
14
min                 0x1               main.o
15
hour                0x1               main.o
16
sec                 0x1               main.o
17
countup             0x4               main.o
18
onesec              0x4               main.o
19
 
20
Memory Configuration
21
 
22
Name             Origin             Length             Attributes
23
ram              0x0000000000002000 0x0000000000001e00
24
stack            0x0000000000003e00 0x0000000000000200
25
*default*        0x0000000000000000 0xffffffffffffffff
26
 
27
Linker script and memory map
28
 
29
LOAD crt0.o
30
LOAD main.o
31
LOAD /usr/local/lib/gcc-lib/sh-elf/2.95.3/m2/libgcc.a
32
LOAD /usr/local/sh-elf/lib/libc.a
33
LOAD /usr/local/lib/gcc-lib/sh-elf/2.95.3/m2/libgcc.a
34
 
35
.text           0x0000000000002000      0xea0
36
 *(.text)
37
 .text          0x0000000000002000      0x440 crt0.o
38
 .text          0x0000000000002440      0x8b0 main.o
39
                0x0000000000002c74                lcd_init
40
                0x0000000000002b7c                lcd_pos
41
                0x00000000000027ce                asc2hex
42
                0x00000000000027b4                hex2asc
43
                0x00000000000029d4                waitNms
44
                0x0000000000002484                nmi_handler
45
                0x0000000000002ab4                lcd_cursor
46
                0x00000000000027ea                key_wait_on
47
                0x00000000000024ac                main_sh
48
                0x0000000000002a04                lcd_disp_char
49
                0x00000000000026c0                int_timer
50
                0x00000000000026e8                command
51
                0x0000000000002bb8                lcd_ready
52
                0x0000000000002440                irq_handler
53
                0x0000000000002c28                lcd_wr
54
                0x0000000000002aec                lcd_erase
55
                0x0000000000002bd8                lcd_rd
56
                0x000000000000248e                trap_handler
57
                0x0000000000002660                disp_time
58
                0x00000000000024a2                error
59
                0x0000000000002844                key_scan
60
                0x0000000000002498                illegal
61
                0x0000000000002a5c                lcd_disp_long
62
                0x0000000000002818                key_wait_off
63
                0x0000000000002b50                lcd_disp
64
                0x0000000000002b1c                lcd_message
65
 .text          0x0000000000002cf0       0x88 /usr/local/lib/gcc-lib/sh-elf/2.95.3/m2/libgcc.a(_ashiftlt.o)
66
                0x0000000000002cf0                __ashlsi3
67
 .text          0x0000000000002d78       0x9e /usr/local/lib/gcc-lib/sh-elf/2.95.3/m2/libgcc.a(_sdivsi3.o)
68
                0x0000000000002d78                __sdivsi3
69
 .text          0x0000000000002e16       0x8a /usr/local/lib/gcc-lib/sh-elf/2.95.3/m2/libgcc.a(_udivsi3.o)
70
                0x0000000000002e16                __udivsi3
71
 *(.strings)
72
                0x0000000000002ea0                _etext = .
73
 
74
.tors           0x0000000000002ea0        0x0
75
                0x0000000000002ea0                ___ctors = .
76
 *(.ctors)
77
                0x0000000000002ea0                ___ctors_end = .
78
                0x0000000000002ea0                ___dtors = .
79
 *(.dtors)
80
                0x0000000000002ea0                ___dtors_end = .
81
 
82
.rodata         0x0000000000002ea0        0x0
83
 *(.rodata)
84
 
85
.rela.dyn
86
                0x0000000000002ea0                __idata_start = (((ADDR (.text) + SIZEOF (.text)) + SIZEOF (.tors)) + SIZEOF (.rodata))
87
 
88
.data           0x0000000000002ea0       0x5c load address 0x0000000000002ea0
89
                0x0000000000002ea0                __idata_start = .
90
                0x0000000000002ea0                _sdata = .
91
 *(.data)
92
 .data          0x0000000000002ea0       0x5c main.o
93
                0x0000000000002eb4                mes_time
94
                0x0000000000002ed4                mes_min
95
                0x0000000000002ec0                mes_hour
96
                0x0000000000002ee8                mes_sec
97
                0x0000000000002ea0                mes_welcome
98
                0x0000000000002efc                _edata = .
99
                0x0000000000002efc                __idata_end = (__idata_start + SIZEOF (.data))
100
 
101
.bss            0x0000000000002f00       0x10
102
                0x0000000000002f00                _bss_start = .
103
 *(.bss)
104
 *(COMMON)
105
 COMMON         0x0000000000002f00       0x10 main.o
106
                                          0x0 (size before relaxing)
107
                0x0000000000002f00                clock
108
                0x0000000000002f04                min
109
                0x0000000000002f05                hour
110
                0x0000000000002f06                sec
111
                0x0000000000002f08                countup
112
                0x0000000000002f0c                onesec
113
                0x0000000000002f10                _end = .
114
 
115
.stack          0x0000000000003e00        0x0
116
                0x0000000000003e00                _stack = .
117
 *(.stack)
118
OUTPUT(main.elf elf32-sh)
119
 
120
.comment        0x0000000000000000       0x26
121
 .comment       0x0000000000000000       0x26 main.o

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.