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

Subversion Repositories yacc

[/] [yacc/] [trunk/] [syn/] [c_src/] [count/] [test.map] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 tak.sugawa
 
2
Memory Configuration
3
 
4
Name             Origin             Length             Attributes
5
*default*        0x00000000         0xffffffff
6
 
7
Linker script and memory map
8
 
9
Address of section .text set to 0x0
10
LOAD boot.o
11
LOAD count_tak.o
12
 
13
.text           0x00000000      0x694
14
                0x00000000                _ftext=.
15
 *(.text)
16
 .text          0x00000000       0x8c boot.o
17
                0x00000060                putchar
18
                0x00000000                entry
19
                0x0000006c                puts
20
                0x00000058                isr_enable
21
 .text          0x0000008c      0x608 count_tak.o
22
                0x00000114                print
23
                0x00000104                read_uart
24
                0x00000664                main2
25
                0x00000150                itoa
26
                0x000001b0                number_text
27
                0x0000008c                print_uart
28
                0x000000dc                putc_uart
29
 *(.stub)
30
 *(.gnu.warning)
31
 *(.gnu.linkonce.t*)
32
 *(.mips16.fn.*)
33
 *(.mips16.call.*)
34
 
35
.init
36
 *(.init)
37
 
38
.fini
39
 *(.fini)
40
                0x00000694                _ecode=.
41
 
42
.reginfo        0x00000694       0x18
43
 *(.reginfo)
44
 .reginfo       0x00000694       0x18 boot.o
45
 .reginfo       0x000006ac       0x18 count_tak.o
46
 
47
.ctors
48
 *(.ctors)
49
 
50
.dtors
51
 *(.dtors)
52
 
53
.eh_frame
54
 *(.eh_frame)
55
 
56
.gcc_except_table
57
 *(.gcc_except_table)
58
 
59
.sdeinit
60
 *(.sdeinit)
61
 
62
.sdefini
63
 *(.sdefini)
64
 
65
.rodata         0x000006ac      0x138
66
 *(.rodata)
67
 .rodata        0x000006ac      0x138 count_tak.o
68
 *(.rdata)
69
 *(.gnu.linkonce.r*)
70
 
71
.rodata1
72
 *(.rodata1)
73
                0x000007e4                _etext=.
74
                0x000007e4                PROVIDE (etext, .)
75
 
76
.data           0x000007e4       0x78
77
                0x000007e4                _fdata=.
78
 *(.data)
79
 .data          0x000007e4       0x78 count_tak.o
80
                0x000007e4                name
81
 *(.gnu.linkonce.d*)
82
 
83
.data1
84
 *(.data1)
85
                0x0000884c                _gp=(.+0x7ff0)
86
 
87
.lit8
88
 *(.lit8)
89
 
90
.lit4
91
 *(.lit4)
92
 
93
.sdata
94
 *(.sdata)
95
 *(.gnu.linkonce.s*)
96
                0x0000085c                _edata=.
97
                0x0000085c                PROVIDE (edata, .)
98
                0x00000860                .=ALIGN(0x8)
99
                0x0000085c                __bss_start=.
100
                0x00000860                _fbss=__bss_start
101
 
102
.sbss
103
 *(.sbss)
104
 *(.scommon)
105
 
106
.bss            0x00000860        0xc
107
 *(.dynbss)
108
 *(.bss)
109
 .bss           0x00000860        0xc count_tak.o
110
 *(COMMON)
111
                0x0000086c                _end=.
112
                0x0000086c                PROVIDE (end, .)
113
 
114
.stab
115
 *(.stab)
116
 
117
.stabstr
118
 *(.stabstr)
119
 
120
.comment
121
 *(.comment)
122
 
123
.debug
124
 *(.debug)
125
 
126
.line
127
 *(.line)
128
 
129
.debug_srcinfo
130
 *(.debug_srcinfo)
131
 
132
.debug_sfnames
133
 *(.debug_sfnames)
134
 
135
.debug_aranges
136
 *(.debug_aranges)
137
 
138
.debug_pubnames
139
 *(.debug_pubnames)
140
 
141
.debug_info
142
 *(.debug_info)
143
 
144
.debug_abbrev
145
 *(.debug_abbrev)
146
 
147
.debug_line
148
 *(.debug_line)
149
 
150
.debug_frame
151
 *(.debug_frame)
152
 
153
.debug_str
154
 *(.debug_str)
155
 
156
.debug_loc
157
 *(.debug_loc)
158
 
159
.debug_macinfo
160
 *(.debug_macinfo)
161
 
162
.debug_weaknames
163
 *(.debug_weaknames)
164
 
165
.debug_funcnames
166
 *(.debug_funcnames)
167
 
168
.debug_typenames
169
 *(.debug_typenames)
170
 
171
.debug_varnames
172
 *(.debug_varnames)
173
 
174
.mdebug
175
 *(.mdebug)
176
 
177
.rel.text
178
 *(.rel.text)
179
 *(.rel.gnu.linkonce.t*)
180
 
181
.rela.text
182
 *(.rela.text)
183
 *(.rela.gnu.linkonce.t*)
184
 
185
.rel.data
186
 *(.rel.data)
187
 *(.rel.gnu.linkonce.d*)
188
 
189
.rela.data
190
 *(.rela.data)
191
 *(.rela.gnu.linkonce.d*)
192
 
193
.rel.sdata
194
 *(.rel.sdata)
195
 *(.rel.gnu.linkonce.s*)
196
 
197
.rela.sdata
198
 *(.rela.sdata)
199
 *(.rela.gnu.linkonce.s*)
200
 
201
.rel.rodata
202
 *(.rel.rodata)
203
 *(.rel.gnu.linkonce.r*)
204
 
205
.rela.rodata
206
 *(.rela.rodata)
207
 *(.rela.gnu.linkonce.r*)
208
 
209
.gptab.sdata
210
 *(.gptab.data)
211
 *(.gptab.sdata)
212
 
213
.gptab.sbss
214
 *(.gptab.bss)
215
 *(.gptab.sbss)
216
OUTPUT(test.exe elf32-bigmips)

powered by: WebSVN 2.1.0

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