File: tiny.map

package info (click to toggle)
linksem 0.8%2Bdfsg3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,376 kB
  • sloc: asm: 9,188; ansic: 5,856; ml: 2,918; yacc: 1,310; lex: 721; sh: 119; makefile: 63
file content (338 lines) | stat: -rw-r--r-- 8,765 bytes parent folder | download | duplicates (2)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338

Discarded input sections

 .note.GNU-stack
                0x0000000000000000        0x0 file1.o
 .note.GNU-stack
                0x0000000000000000        0x0 file2.o

Memory Configuration

Name             Origin             Length             Attributes
*default*        0x0000000000000000 0xffffffffffffffff

Linker script and memory map

LOAD file1.o
LOAD file2.o
                0x0000000000400000                PROVIDE (__executable_start, 0x400000)
                0x0000000000400120                . = (0x400000 + SIZEOF_HEADERS)

.interp
 *(.interp)

.note.gnu.build-id
                0x0000000000400120       0x24
 *(.note.gnu.build-id)
 .note.gnu.build-id
                0x0000000000400120       0x24 file1.o

.hash
 *(.hash)

.gnu.hash
 *(.gnu.hash)

.dynsym
 *(.dynsym)

.dynstr
 *(.dynstr)

.gnu.version
 *(.gnu.version)

.gnu.version_d
 *(.gnu.version_d)

.gnu.version_r
 *(.gnu.version_r)

.rela.dyn       0x0000000000400148        0x0
 *(.rela.init)
 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*)
 .rela.text     0x0000000000400148        0x0 file1.o
 *(.rela.fini)
 *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*)
 *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*)
 *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*)
 *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*)
 *(.rela.ctors)
 *(.rela.dtors)
 *(.rela.got)
 *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*)
 *(.rela.ldata .rela.ldata.* .rela.gnu.linkonce.l.*)
 *(.rela.lbss .rela.lbss.* .rela.gnu.linkonce.lb.*)
 *(.rela.lrodata .rela.lrodata.* .rela.gnu.linkonce.lr.*)
 *(.rela.ifunc)

.rela.plt       0x0000000000400148       0x18
 *(.rela.plt)
                0x0000000000400148                PROVIDE (__rela_iplt_start, .)
 *(.rela.iplt)
 .rela.iplt     0x0000000000400148       0x18 file1.o
                0x0000000000400160                PROVIDE (__rela_iplt_end, .)

.init
 *(SORT(.init))

.plt            0x0000000000400160       0x10
 *(.plt)
 *(.iplt)
 .iplt          0x0000000000400160       0x10 file1.o

.plt.bnd
 *(.plt.bnd)

.text           0x0000000000400170       0xd3
 *(.text.unlikely .text.*_unlikely .text.unlikely.*)
 *(.text.exit .text.exit.*)
 *(.text.startup .text.startup.*)
 *(.text.hot .text.hot.*)
 *(.text .stub .text.* .gnu.linkonce.t.*)
 .text          0x0000000000400170       0x5f file1.o
                0x0000000000400170                f_1
                0x000000000040017b                f_2
                0x0000000000400186                ifunc
 .text          0x00000000004001cf       0x74 file2.o
                0x0000000000400229                _start
 *(.gnu.warning)

.fini
 *(SORT(.fini))
                0x0000000000400243                PROVIDE (__etext, .)
                0x0000000000400243                PROVIDE (_etext, .)
                0x0000000000400243                PROVIDE (etext, .)

.rodata
 *(.rodata .rodata.* .gnu.linkonce.r.*)

.rodata1
 *(.rodata1)

.eh_frame_hdr
 *(.eh_frame_hdr)

.eh_frame
 *(.eh_frame)

.gcc_except_table
 *(.gcc_except_table .gcc_except_table.*)

.exception_ranges
 *(.exception_ranges .exception_ranges*)
                0x0000000000400243                . = (ALIGN (0x200000) - ((0x200000 - .) & 0x1fffff))
                0x0000000000600243                . = DATA_SEGMENT_ALIGN (0x200000, 0x1000)

.eh_frame
 *(.eh_frame)

.gcc_except_table
 *(.gcc_except_table .gcc_except_table.*)

.exception_ranges
 *(.exception_ranges .exception_ranges*)

.tdata
 *(.tdata .tdata.* .gnu.linkonce.td.*)

.tbss
 *(.tbss .tbss.* .gnu.linkonce.tb.*)
 *(.tcommon)

.preinit_array  0x0000000000600243        0x0
                0x0000000000600243                PROVIDE (__preinit_array_start, .)
 *(.preinit_array)
                0x0000000000600243                PROVIDE (__preinit_array_end, .)

.init_array     0x0000000000600243        0x0
                0x0000000000600243                PROVIDE (__init_array_start, .)
 *(SORT(.init_array.*) SORT(.ctors.*))
 *(.init_array EXCLUDE_FILE(*crtend?.o *crtend.o *crtbegin?.o *crtbegin.o) .ctors)
                0x0000000000600243                PROVIDE (__init_array_end, .)

.fini_array     0x0000000000600243        0x0
                0x0000000000600243                PROVIDE (__fini_array_start, .)
 *(SORT(.fini_array.*) SORT(.dtors.*))
 *(.fini_array EXCLUDE_FILE(*crtend?.o *crtend.o *crtbegin?.o *crtbegin.o) .dtors)
                0x0000000000600243                PROVIDE (__fini_array_end, .)

.ctors
 *crtbegin.o(.ctors)
 *crtbegin?.o(.ctors)
 *(EXCLUDE_FILE(*crtend?.o *crtend.o) .ctors)
 *(SORT(.ctors.*))
 *(.ctors)

.dtors
 *crtbegin.o(.dtors)
 *crtbegin?.o(.dtors)
 *(EXCLUDE_FILE(*crtend?.o *crtend.o) .dtors)
 *(SORT(.dtors.*))
 *(.dtors)

.jcr
 *(.jcr)

.data.rel.ro
 *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*)
 *(.data.rel.ro .data.rel.ro.* .gnu.linkonce.d.rel.ro.*)

.dynamic
 *(.dynamic)

.got
 *(.got)
 *(.igot)
                0x0000000000600243                . = DATA_SEGMENT_RELRO_END (., (SIZEOF (.got.plt) >= 0x18)?0x18:0x0)

.got.plt        0x0000000000600248        0x8
 *(.got.plt)
 *(.igot.plt)
 .igot.plt      0x0000000000600248        0x8 file1.o

.data           0x0000000000600250        0x0
 *(.data .data.* .gnu.linkonce.d.*)
 .data          0x0000000000600250        0x0 file1.o
 .data          0x0000000000600250        0x0 file2.o

.data1
 *(.data1)
                0x0000000000600250                _edata = .
                0x0000000000600250                PROVIDE (edata, .)
                0x0000000000600250                . = .
                0x0000000000600250                __bss_start = .

.bss            0x0000000000600250        0x0
 *(.dynbss)
 *(.bss .bss.* .gnu.linkonce.b.*)
 .bss           0x0000000000600250        0x0 file1.o
 .bss           0x0000000000600250        0x0 file2.o
 *(COMMON)
                0x0000000000600250                . = ALIGN ((. != 0x0)?0x8:0x1)

.lbss
 *(.dynlbss)
 *(.lbss .lbss.* .gnu.linkonce.lb.*)
 *(LARGE_COMMON)
                0x0000000000600250                . = ALIGN (0x8)
                0x0000000000600250                . = SEGMENT_START ("ldata-segment", .)

.lrodata
 *(.lrodata .lrodata.* .gnu.linkonce.lr.*)

.ldata          0x0000000000a00250        0x0
 *(.ldata .ldata.* .gnu.linkonce.l.*)
                0x0000000000a00250                . = ALIGN ((. != 0x0)?0x8:0x1)
                0x0000000000a00250                . = ALIGN (0x8)
                0x0000000000a00250                _end = .
                0x0000000000a00250                PROVIDE (end, .)
                0x0000000000a00250                . = DATA_SEGMENT_END (.)

.stab
 *(.stab)

.stabstr
 *(.stabstr)

.stab.excl
 *(.stab.excl)

.stab.exclstr
 *(.stab.exclstr)

.stab.index
 *(.stab.index)

.stab.indexstr
 *(.stab.indexstr)

.comment        0x0000000000000000       0x25
 *(.comment)
 .comment       0x0000000000000000       0x25 file1.o
                                         0x26 (size before relaxing)
 .comment       0x0000000000000025       0x26 file2.o

.debug
 *(.debug)

.line
 *(.line)

.debug_srcinfo
 *(.debug_srcinfo)

.debug_sfnames
 *(.debug_sfnames)

.debug_aranges  0x0000000000000000       0x60
 *(.debug_aranges)
 .debug_aranges
                0x0000000000000000       0x30 file1.o
 .debug_aranges
                0x0000000000000030       0x30 file2.o

.debug_pubnames
 *(.debug_pubnames)

.debug_info     0x0000000000000000      0x258
 *(.debug_info .gnu.linkonce.wi.*)
 .debug_info    0x0000000000000000       0xd1 file1.o
 .debug_info    0x00000000000000d1      0x187 file2.o

.debug_abbrev   0x0000000000000000      0x17d
 *(.debug_abbrev)
 .debug_abbrev  0x0000000000000000       0x9a file1.o
 .debug_abbrev  0x000000000000009a       0xe3 file2.o

.debug_line     0x0000000000000000       0xf1
 *(.debug_line .debug_line.* .debug_line_end)
 .debug_line    0x0000000000000000       0x4e file1.o
 .debug_line    0x000000000000004e       0xa3 file2.o

.debug_frame    0x0000000000000000      0x128
 *(.debug_frame)
 .debug_frame   0x0000000000000000       0xb8 file1.o
 .debug_frame   0x00000000000000b8       0x70 file2.o

.debug_str      0x0000000000000000      0x1cf
 *(.debug_str)
 .debug_str     0x0000000000000000       0xfb file1.o
 .debug_str     0x00000000000000fb       0xd4 file2.o
                                        0x1de (size before relaxing)

.debug_loc
 *(.debug_loc)

.debug_macinfo
 *(.debug_macinfo)

.debug_weaknames
 *(.debug_weaknames)

.debug_funcnames
 *(.debug_funcnames)

.debug_typenames
 *(.debug_typenames)

.debug_varnames
 *(.debug_varnames)

.debug_pubtypes
 *(.debug_pubtypes)

.debug_ranges
 *(.debug_ranges)

.debug_macro
 *(.debug_macro)

.gnu.attributes
 *(.gnu.attributes)

/DISCARD/
 *(.note.GNU-stack)
 *(.gnu_debuglink)
 *(.gnu.lto_*)
OUTPUT(tiny elf64-x86-64)