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

Subversion Repositories yacc

[/] [yacc/] [trunk/] [bench/] [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      0x704
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      0x678 count_tak.o
22
                0x00000114                print
23
                0x00000104                read_uart
24
                0x00000150                print_char
25
                0x00000674                main2
26
                0x00000160                itoa
27
                0x000001c0                number_text
28
                0x0000008c                print_uart
29
                0x000000dc                putc_uart
30
 *(.stub)
31
 *(.gnu.warning)
32
 *(.gnu.linkonce.t*)
33
 *(.mips16.fn.*)
34
 *(.mips16.call.*)
35
 
36
.init
37
 *(.init)
38
 
39
.fini
40
 *(.fini)
41
                0x00000704                _ecode=.
42
 
43
.reginfo        0x00000704       0x18
44
 *(.reginfo)
45
 .reginfo       0x00000704       0x18 boot.o
46
 .reginfo       0x0000071c       0x18 count_tak.o
47
 
48
.ctors
49
 *(.ctors)
50
 
51
.dtors
52
 *(.dtors)
53
 
54
.eh_frame
55
 *(.eh_frame)
56
 
57
.gcc_except_table
58
 *(.gcc_except_table)
59
 
60
.sdeinit
61
 *(.sdeinit)
62
 
63
.sdefini
64
 *(.sdefini)
65
 
66
.rodata         0x0000071c      0x194
67
 *(.rodata)
68
 .rodata        0x0000071c      0x194 count_tak.o
69
 *(.rdata)
70
 *(.gnu.linkonce.r*)
71
 
72
.rodata1
73
 *(.rodata1)
74
                0x000008b0                _etext=.
75
                0x000008b0                PROVIDE (etext, .)
76
 
77
.data           0x000008b0       0x78
78
                0x000008b0                _fdata=.
79
 *(.data)
80
 .data          0x000008b0       0x78 count_tak.o
81
                0x000008b0                name
82
 *(.gnu.linkonce.d*)
83
 
84
.data1
85
 *(.data1)
86
                0x00008918                _gp=(.+0x7ff0)
87
 
88
.lit8
89
 *(.lit8)
90
 
91
.lit4
92
 *(.lit4)
93
 
94
.sdata
95
 *(.sdata)
96
 *(.gnu.linkonce.s*)
97
                0x00000928                _edata=.
98
                0x00000928                PROVIDE (edata, .)
99
                0x00000928                .=ALIGN(0x8)
100
                0x00000928                __bss_start=.
101
                0x00000928                _fbss=__bss_start
102
 
103
.sbss
104
 *(.sbss)
105
 *(.scommon)
106
 
107
.bss            0x00000928        0xc
108
 *(.dynbss)
109
 *(.bss)
110
 .bss           0x00000928        0xc count_tak.o
111
 *(COMMON)
112
                0x00000934                _end=.
113
                0x00000934                PROVIDE (end, .)
114
 
115
.stab
116
 *(.stab)
117
 
118
.stabstr
119
 *(.stabstr)
120
 
121
.comment
122
 *(.comment)
123
 
124
.debug
125
 *(.debug)
126
 
127
.line
128
 *(.line)
129
 
130
.debug_srcinfo
131
 *(.debug_srcinfo)
132
 
133
.debug_sfnames
134
 *(.debug_sfnames)
135
 
136
.debug_aranges
137
 *(.debug_aranges)
138
 
139
.debug_pubnames
140
 *(.debug_pubnames)
141
 
142
.debug_info
143
 *(.debug_info)
144
 
145
.debug_abbrev
146
 *(.debug_abbrev)
147
 
148
.debug_line
149
 *(.debug_line)
150
 
151
.debug_frame
152
 *(.debug_frame)
153
 
154
.debug_str
155
 *(.debug_str)
156
 
157
.debug_loc
158
 *(.debug_loc)
159
 
160
.debug_macinfo
161
 *(.debug_macinfo)
162
 
163
.debug_weaknames
164
 *(.debug_weaknames)
165
 
166
.debug_funcnames
167
 *(.debug_funcnames)
168
 
169
.debug_typenames
170
 *(.debug_typenames)
171
 
172
.debug_varnames
173
 *(.debug_varnames)
174
 
175
.mdebug
176
 *(.mdebug)
177
 
178
.rel.text
179
 *(.rel.text)
180
 *(.rel.gnu.linkonce.t*)
181
 
182
.rela.text
183
 *(.rela.text)
184
 *(.rela.gnu.linkonce.t*)
185
 
186
.rel.data
187
 *(.rel.data)
188
 *(.rel.gnu.linkonce.d*)
189
 
190
.rela.data
191
 *(.rela.data)
192
 *(.rela.gnu.linkonce.d*)
193
 
194
.rel.sdata
195
 *(.rel.sdata)
196
 *(.rel.gnu.linkonce.s*)
197
 
198
.rela.sdata
199
 *(.rela.sdata)
200
 *(.rela.gnu.linkonce.s*)
201
 
202
.rel.rodata
203
 *(.rel.rodata)
204
 *(.rel.gnu.linkonce.r*)
205
 
206
.rela.rodata
207
 *(.rela.rodata)
208
 *(.rela.gnu.linkonce.r*)
209
 
210
.gptab.sdata
211
 *(.gptab.data)
212
 *(.gptab.sdata)
213
 
214
.gptab.sbss
215
 *(.gptab.bss)
216
 *(.gptab.sbss)
217
OUTPUT(test.exe elf32-bigmips)

powered by: WebSVN 2.1.0

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