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

Subversion Repositories yacc

[/] [yacc/] [trunk/] [bench/] [c_src/] [pi/] [test.map] - Blame information for rev 4

Details | Compare with Previous | View Log

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