1 |
66 |
khays |
#source: tlsbindesc.s
|
2 |
|
|
#source: tlsbin.s
|
3 |
|
|
#as: --32
|
4 |
|
|
#ld: -melf_i386 tmpdir/libtlslib.so
|
5 |
|
|
#readelf: -Ssrl
|
6 |
|
|
#target: i?86-*-*
|
7 |
|
|
|
8 |
|
|
There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
|
9 |
|
|
|
10 |
|
|
Section Headers:
|
11 |
|
|
+\[Nr\] Name +Type +Addr +Off +Size +ES Flg Lk Inf Al
|
12 |
|
|
+\[[ 0-9]+\] +NULL +0+ 0+ 0+ 0+ +0 +0 +0
|
13 |
|
|
+\[[ 0-9]+\] \.interp +.*
|
14 |
|
|
+\[[ 0-9]+\] \.hash +.*
|
15 |
|
|
+\[[ 0-9]+\] \.dynsym +.*
|
16 |
|
|
+\[[ 0-9]+\] \.dynstr +.*
|
17 |
|
|
+\[[ 0-9]+\] \.rel.dyn +.*
|
18 |
|
|
+\[[ 0-9]+\] \.text +PROGBITS +0+8049000 .*
|
19 |
|
|
+\[[ 0-9]+\] \.tdata +PROGBITS +0+804a000 [0-9a-f]+ 000060 00 WAT +0 +0 4096
|
20 |
|
|
+\[[ 0-9]+\] \.tbss +NOBITS +[0-9a-f]+ [0-9a-f]+ 000040 00 WAT +0 +0 +1
|
21 |
|
|
+\[[ 0-9]+\] \.dynamic +DYNAMIC +0+804a060 .*
|
22 |
|
|
+\[[ 0-9]+\] \.got +PROGBITS +0+804a0e0 .*
|
23 |
|
|
+\[[ 0-9]+\] \.got\.plt +PROGBITS +0+804a104 .*
|
24 |
|
|
+\[[ 0-9]+\] \.shstrtab +.*
|
25 |
|
|
+\[[ 0-9]+\] \.symtab +.*
|
26 |
|
|
+\[[ 0-9]+\] \.strtab +.*
|
27 |
|
|
Key to Flags:
|
28 |
|
|
.*
|
29 |
|
|
.*
|
30 |
|
|
.*
|
31 |
|
|
|
32 |
|
|
Elf file type is EXEC \(Executable file\)
|
33 |
|
|
Entry point 0x8049158
|
34 |
|
|
There are [0-9]+ program headers, starting at offset [0-9]+
|
35 |
|
|
|
36 |
|
|
Program Headers:
|
37 |
|
|
+Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg Align
|
38 |
|
|
+PHDR.*
|
39 |
|
|
+INTERP.*
|
40 |
|
|
.*Requesting program interpreter.*
|
41 |
|
|
+LOAD.*
|
42 |
|
|
+LOAD.*
|
43 |
|
|
+DYNAMIC.*
|
44 |
|
|
+TLS +0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x0+60 0x0+a0 R +0x1000
|
45 |
|
|
|
46 |
|
|
Section to Segment mapping:
|
47 |
|
|
+Segment Sections...
|
48 |
|
|
+00 +
|
49 |
|
|
+01 +.interp *
|
50 |
|
|
+02 +.interp .hash .dynsym .dynstr .rel.dyn .text *
|
51 |
|
|
+03 +.tdata .dynamic .got .got.plt *
|
52 |
|
|
+04 +.dynamic *
|
53 |
|
|
+05 +.tdata .tbss *
|
54 |
|
|
|
55 |
|
|
Relocation section '.rel.dyn' at offset 0x[0-9a-f]+ contains 9 entries:
|
56 |
|
|
Offset +Info +Type +Sym.Value +Sym. Name
|
57 |
|
|
0+804a0e0 +0000010e R_386_TLS_TPOFF +0+ +sG3
|
58 |
|
|
0+804a0e4 +0000020e R_386_TLS_TPOFF +0+ +sG5
|
59 |
|
|
0+804a0e8 +0000030e R_386_TLS_TPOFF +0+ +sG7
|
60 |
|
|
0+804a0ec +00000425 R_386_TLS_TPOFF32 0+ +sG2
|
61 |
|
|
0+804a0f0 +00000525 R_386_TLS_TPOFF32 0+ +sG4
|
62 |
|
|
0+804a0f4 +0000050e R_386_TLS_TPOFF +0+ +sG4
|
63 |
|
|
0+804a0f8 +00000725 R_386_TLS_TPOFF32 0+ +sG6
|
64 |
|
|
0+804a0fc +00000825 R_386_TLS_TPOFF32 0+ +sG1
|
65 |
|
|
0+804a100 +00000b0e R_386_TLS_TPOFF +0+ +sG8
|
66 |
|
|
|
67 |
|
|
Symbol table '\.dynsym' contains [0-9]+ entries:
|
68 |
|
|
+Num: +Value +Size +Type +Bind +Vis +Ndx Name
|
69 |
|
|
+[0-9]+: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND *
|
70 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG3
|
71 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG5
|
72 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG7
|
73 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG2
|
74 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG4
|
75 |
|
|
+[0-9]+: [0-9a-f]+ +0 +NOTYPE +GLOBAL +DEFAULT +ABS __bss_start
|
76 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG6
|
77 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG1
|
78 |
|
|
+[0-9]+: [0-9a-f]+ +0 +NOTYPE +GLOBAL +DEFAULT +ABS _edata
|
79 |
|
|
+[0-9]+: [0-9a-f]+ +0 +NOTYPE +GLOBAL +DEFAULT +ABS _end
|
80 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG8
|
81 |
|
|
|
82 |
|
|
Symbol table '\.symtab' contains [0-9]+ entries:
|
83 |
|
|
+Num: +Value +Size +Type +Bind +Vis +Ndx +Name
|
84 |
|
|
+[0-9]+: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND *
|
85 |
|
|
+[0-9]+: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +1 *
|
86 |
|
|
+[0-9]+: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +2 *
|
87 |
|
|
+[0-9]+: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +3 *
|
88 |
|
|
+[0-9]+: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +4 *
|
89 |
|
|
+[0-9]+: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +5 *
|
90 |
|
|
+[0-9]+: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +6 *
|
91 |
|
|
+[0-9]+: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +7 *
|
92 |
|
|
+[0-9]+: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +8 *
|
93 |
|
|
+[0-9]+: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +9 *
|
94 |
|
|
+[0-9]+: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +10 *
|
95 |
|
|
+[0-9]+: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +11 *
|
96 |
|
|
+[0-9]+: 00000020 +0 +TLS +LOCAL +DEFAULT +7 sl1
|
97 |
|
|
+[0-9]+: 00000024 +0 +TLS +LOCAL +DEFAULT +7 sl2
|
98 |
|
|
+[0-9]+: 00000028 +0 +TLS +LOCAL +DEFAULT +7 sl3
|
99 |
|
|
+[0-9]+: 0000002c +0 +TLS +LOCAL +DEFAULT +7 sl4
|
100 |
|
|
+[0-9]+: 00000030 +0 +TLS +LOCAL +DEFAULT +7 sl5
|
101 |
|
|
+[0-9]+: 00000034 +0 +TLS +LOCAL +DEFAULT +7 sl6
|
102 |
|
|
+[0-9]+: 00000038 +0 +TLS +LOCAL +DEFAULT +7 sl7
|
103 |
|
|
+[0-9]+: 0000003c +0 +TLS +LOCAL +DEFAULT +7 sl8
|
104 |
|
|
+[0-9]+: 00000080 +0 +TLS +LOCAL +DEFAULT +8 bl1
|
105 |
|
|
+[0-9]+: 00000084 +0 +TLS +LOCAL +DEFAULT +8 bl2
|
106 |
|
|
+[0-9]+: 00000088 +0 +TLS +LOCAL +DEFAULT +8 bl3
|
107 |
|
|
+[0-9]+: 0000008c +0 +TLS +LOCAL +DEFAULT +8 bl4
|
108 |
|
|
+[0-9]+: 00000090 +0 +TLS +LOCAL +DEFAULT +8 bl5
|
109 |
|
|
+[0-9]+: 00000094 +0 +TLS +LOCAL +DEFAULT +8 bl6
|
110 |
|
|
+[0-9]+: 00000098 +0 +TLS +LOCAL +DEFAULT +8 bl7
|
111 |
|
|
+[0-9]+: 0000009c +0 +TLS +LOCAL +DEFAULT +8 bl8
|
112 |
|
|
+[0-9]+: 00001000 +0 +TLS +LOCAL +DEFAULT +7 _TLS_MODULE_BASE_
|
113 |
|
|
+[0-9]+: 0+804a060 +0 +OBJECT +LOCAL +DEFAULT +9 _DYNAMIC
|
114 |
|
|
+[0-9]+: [0-9a-f]+ +0 +OBJECT +LOCAL +DEFAULT +11 _GLOBAL_OFFSET_TABLE_
|
115 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG3
|
116 |
|
|
+[0-9]+: 0000001c +0 +TLS +GLOBAL +DEFAULT +7 sg8
|
117 |
|
|
+[0-9]+: 0000007c +0 +TLS +GLOBAL +DEFAULT +8 bg8
|
118 |
|
|
+[0-9]+: 00000074 +0 +TLS +GLOBAL +DEFAULT +8 bg6
|
119 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG5
|
120 |
|
|
+[0-9]+: 00000068 +0 +TLS +GLOBAL +DEFAULT +8 bg3
|
121 |
|
|
+[0-9]+: 00000008 +0 +TLS +GLOBAL +DEFAULT +7 sg3
|
122 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG7
|
123 |
|
|
+[0-9]+: 00000048 +0 +TLS +GLOBAL +HIDDEN +7 sh3
|
124 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG2
|
125 |
|
|
+[0-9]+: 0000000c +0 +TLS +GLOBAL +DEFAULT +7 sg4
|
126 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG4
|
127 |
|
|
+[0-9]+: 00000010 +0 +TLS +GLOBAL +DEFAULT +7 sg5
|
128 |
|
|
+[0-9]+: 00000070 +0 +TLS +GLOBAL +DEFAULT +8 bg5
|
129 |
|
|
+[0-9]+: 00000058 +0 +TLS +GLOBAL +HIDDEN +7 sh7
|
130 |
|
|
+[0-9]+: 0000005c +0 +TLS +GLOBAL +HIDDEN +7 sh8
|
131 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +7 sg1
|
132 |
|
|
+[0-9]+: 0+8049158 +0 +FUNC +GLOBAL +DEFAULT +6 _start
|
133 |
|
|
+[0-9]+: 0000004c +0 +TLS +GLOBAL +HIDDEN +7 sh4
|
134 |
|
|
+[0-9]+: 00000078 +0 +TLS +GLOBAL +DEFAULT +8 bg7
|
135 |
|
|
+[0-9]+: 00000050 +0 +TLS +GLOBAL +HIDDEN +7 sh5
|
136 |
|
|
+[0-9]+: [0-9a-f]+ +0 +NOTYPE +GLOBAL +DEFAULT +ABS __bss_start
|
137 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG6
|
138 |
|
|
+[0-9]+: 0+8049000 +0 +FUNC +GLOBAL +DEFAULT +6 fn2
|
139 |
|
|
+[0-9]+: 00000004 +0 +TLS +GLOBAL +DEFAULT +7 sg2
|
140 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG1
|
141 |
|
|
+[0-9]+: 00000040 +0 +TLS +GLOBAL +HIDDEN +7 sh1
|
142 |
|
|
+[0-9]+: 00000014 +0 +TLS +GLOBAL +DEFAULT +7 sg6
|
143 |
|
|
+[0-9]+: 00000018 +0 +TLS +GLOBAL +DEFAULT +7 sg7
|
144 |
|
|
+[0-9]+: [0-9a-f]+ +0 +NOTYPE +GLOBAL +DEFAULT +ABS _edata
|
145 |
|
|
+[0-9]+: [0-9a-f]+ +0 +NOTYPE +GLOBAL +DEFAULT +ABS _end
|
146 |
|
|
+[0-9]+: 00000044 +0 +TLS +GLOBAL +HIDDEN +7 sh2
|
147 |
|
|
+[0-9]+: 00000054 +0 +TLS +GLOBAL +HIDDEN +7 sh6
|
148 |
|
|
+[0-9]+: 0+ +0 +TLS +GLOBAL +DEFAULT +UND sG8
|
149 |
|
|
+[0-9]+: 00000064 +0 +TLS +GLOBAL +DEFAULT +8 bg2
|
150 |
|
|
+[0-9]+: 00000060 +0 +TLS +GLOBAL +DEFAULT +8 bg1
|
151 |
|
|
+[0-9]+: 0000006c +0 +TLS +GLOBAL +DEFAULT +8 bg4
|