1 | #source: tlspic3.s
|
---|
2 | #source: tlspic2.s
|
---|
3 | #as: --64
|
---|
4 | #ld: -shared -melf_x86_64_nacl --no-ld-generated-unwind-info
|
---|
5 | #readelf: -WSsrl
|
---|
6 | #target: x86_64-*-nacl*
|
---|
7 |
|
---|
8 | There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
|
---|
9 |
|
---|
10 | Section Headers:
|
---|
11 | +\[Nr\] Name +Type +Address +Off +Size +ES Flg Lk Inf Al
|
---|
12 | +\[[ 0-9]+\] +NULL +0+ 0+ 0+ 00 +0 +0 +0
|
---|
13 | +\[[ 0-9]+\] .plt +.*
|
---|
14 | +\[[ 0-9]+\] .text +PROGBITS +0+1000 [0-9a-f]+ 0+31a 00 +AX +0 +0 4096
|
---|
15 | +\[[ 0-9]+\] .hash +.*
|
---|
16 | +\[[ 0-9]+\] .dynsym +.*
|
---|
17 | +\[[ 0-9]+\] .dynstr +.*
|
---|
18 | +\[[ 0-9]+\] .rela.dyn +.*
|
---|
19 | +\[[ 0-9]+\] .rela.plt +.*
|
---|
20 | +\[[ 0-9]+\] .tdata +PROGBITS +0+100104c8 [0-9a-f]+ 0+60 00 WAT +0 +0 +1
|
---|
21 | +\[[ 0-9]+\] .tbss +NOBITS +0+10010528 [0-9a-f]+ 0+20 00 WAT +0 +0 +1
|
---|
22 | +\[[ 0-9]+\] .dynamic +DYNAMIC +0+10010528 [0-9a-f]+ 0+130 10 +WA +5 +0 +8
|
---|
23 | +\[[ 0-9]+\] .got +PROGBITS +0+10010658 [0-9a-f]+ 0+98 08 +WA +0 +0 +8
|
---|
24 | +\[[ 0-9]+\] .got.plt +PROGBITS +0+100106f0 [0-9a-f]+ 0+20 08 +WA +0 +0 +8
|
---|
25 | +\[[ 0-9]+\] .shstrtab +.*
|
---|
26 | +\[[ 0-9]+\] .symtab +.*
|
---|
27 | +\[[ 0-9]+\] .strtab +.*
|
---|
28 | Key to Flags:
|
---|
29 | #...
|
---|
30 |
|
---|
31 | Elf file type is DYN \(Shared object file\)
|
---|
32 | Entry point 0x1000
|
---|
33 | There are [0-9]+ program headers, starting at offset [0-9]+
|
---|
34 |
|
---|
35 | Program Headers:
|
---|
36 | +Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg Align
|
---|
37 | +LOAD +0x0+10000 0x0+ 0x0+ 0x[0-9a-f]+ 0x[0-9a-f]+ R E 0x10000
|
---|
38 | +LOAD +0x0+ 0x0+10000000 0x0+10000000 0x0+4c8 0x0+4c8 R +0x10000
|
---|
39 | +LOAD +0x0+4c8 0x0+100104c8 0x0+100104c8 0x0+248 0x0+248 RW +0x10000
|
---|
40 | +DYNAMIC +0x0+528 0x0+10010528 0x0+10010528 0x0+130 0x0+130 RW +0x8
|
---|
41 | +TLS +0x0+4c8 0x0+100104c8 0x0+100104c8 0x0+60 0x0+80 R +0x1
|
---|
42 |
|
---|
43 | Section to Segment mapping:
|
---|
44 | +Segment Sections...
|
---|
45 | +00 +.plt .text *
|
---|
46 | +01 +.hash .dynsym .dynstr .rela.dyn .rela.plt *
|
---|
47 | +02 +.tdata .dynamic .got .got.plt *
|
---|
48 | +03 +.dynamic *
|
---|
49 | +04 +.tdata .tbss *
|
---|
50 |
|
---|
51 | Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 15 entries:
|
---|
52 | +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
|
---|
53 | [0-9a-f ]+R_X86_64_DTPMOD64 +0
|
---|
54 | [0-9a-f ]+R_X86_64_TPOFF64 +24
|
---|
55 | [0-9a-f ]+R_X86_64_TPOFF64 +30
|
---|
56 | [0-9a-f ]+R_X86_64_DTPMOD64 +0
|
---|
57 | [0-9a-f ]+R_X86_64_DTPMOD64 +0
|
---|
58 | [0-9a-f ]+R_X86_64_TPOFF64 +64
|
---|
59 | [0-9a-f ]+R_X86_64_TPOFF64 +50
|
---|
60 | [0-9a-f ]+R_X86_64_TPOFF64 +70
|
---|
61 | [0-9a-f ]+R_X86_64_DTPMOD64 +0
|
---|
62 | [0-9a-f ]+R_X86_64_TPOFF64 +44
|
---|
63 | [0-9a-f ]+R_X86_64_TPOFF64 +0+10 sg5 \+ 0
|
---|
64 | [0-9a-f ]+R_X86_64_GLOB_DAT +0+ __tls_get_addr \+ 0
|
---|
65 | [0-9a-f ]+R_X86_64_DTPMOD64 +0+ sg1 \+ 0
|
---|
66 | [0-9a-f ]+R_X86_64_DTPOFF64 +0+ sg1 \+ 0
|
---|
67 | [0-9a-f ]+R_X86_64_TPOFF64 +0+4 sg2 \+ 0
|
---|
68 |
|
---|
69 | Relocation section '.rela.plt' at offset 0x[0-9a-f]+ contains 1 entries:
|
---|
70 | +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
|
---|
71 | [0-9a-f ]+R_X86_64_JUMP_SLOT +0+ __tls_get_addr \+ 0
|
---|
72 |
|
---|
73 | Symbol table '\.dynsym' contains [0-9]+ entries:
|
---|
74 | +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
|
---|
75 | .* NOTYPE +LOCAL +DEFAULT +UND *
|
---|
76 | .* TLS +GLOBAL +DEFAULT +8 sg8
|
---|
77 | .* TLS +GLOBAL +DEFAULT +8 sg3
|
---|
78 | .* TLS +GLOBAL +DEFAULT +8 sg4
|
---|
79 | .* TLS +GLOBAL +DEFAULT +8 sg5
|
---|
80 | .* NOTYPE +GLOBAL +DEFAULT +UND __tls_get_addr
|
---|
81 | .* TLS +GLOBAL +DEFAULT +8 sg1
|
---|
82 | .* FUNC +GLOBAL +DEFAULT +2 fn1
|
---|
83 | .* NOTYPE +GLOBAL +DEFAULT +12 __bss_start
|
---|
84 | .* TLS +GLOBAL +DEFAULT +8 sg2
|
---|
85 | .* TLS +GLOBAL +DEFAULT +8 sg6
|
---|
86 | .* TLS +GLOBAL +DEFAULT +8 sg7
|
---|
87 | .* NOTYPE +GLOBAL +DEFAULT +12 _edata
|
---|
88 | .* NOTYPE +GLOBAL +DEFAULT +12 _end
|
---|
89 |
|
---|
90 | Symbol table '\.symtab' contains [0-9]+ entries:
|
---|
91 | +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
|
---|
92 | .* NOTYPE +LOCAL +DEFAULT +UND *
|
---|
93 | .* SECTION +LOCAL +DEFAULT +1 *
|
---|
94 | .* SECTION +LOCAL +DEFAULT +2 *
|
---|
95 | .* SECTION +LOCAL +DEFAULT +3 *
|
---|
96 | .* SECTION +LOCAL +DEFAULT +4 *
|
---|
97 | .* SECTION +LOCAL +DEFAULT +5 *
|
---|
98 | .* SECTION +LOCAL +DEFAULT +6 *
|
---|
99 | .* SECTION +LOCAL +DEFAULT +7 *
|
---|
100 | .* SECTION +LOCAL +DEFAULT +8 *
|
---|
101 | .* SECTION +LOCAL +DEFAULT +9 *
|
---|
102 | .* SECTION +LOCAL +DEFAULT +10 *
|
---|
103 | .* SECTION +LOCAL +DEFAULT +11 *
|
---|
104 | .* SECTION +LOCAL +DEFAULT +12 *
|
---|
105 | .* FILE +LOCAL +DEFAULT +ABS tmpdir/tlspic3.o
|
---|
106 | .* TLS +LOCAL +DEFAULT +8 sl1
|
---|
107 | .* TLS +LOCAL +DEFAULT +8 sl2
|
---|
108 | .* TLS +LOCAL +DEFAULT +8 sl3
|
---|
109 | .* TLS +LOCAL +DEFAULT +8 sl4
|
---|
110 | .* TLS +LOCAL +DEFAULT +8 sl5
|
---|
111 | .* TLS +LOCAL +DEFAULT +8 sl6
|
---|
112 | .* TLS +LOCAL +DEFAULT +8 sl7
|
---|
113 | .* TLS +LOCAL +DEFAULT +8 sl8
|
---|
114 | .* FILE +LOCAL +DEFAULT +ABS
|
---|
115 | .* TLS +LOCAL +DEFAULT +9 sH1
|
---|
116 | .* OBJECT +LOCAL +DEFAULT +10 _DYNAMIC
|
---|
117 | .* TLS +LOCAL +DEFAULT +8 sh3
|
---|
118 | .* TLS +LOCAL +DEFAULT +9 sH2
|
---|
119 | .* TLS +LOCAL +DEFAULT +9 sH7
|
---|
120 | .* TLS +LOCAL +DEFAULT +8 sh7
|
---|
121 | .* TLS +LOCAL +DEFAULT +8 sh8
|
---|
122 | .* TLS +LOCAL +DEFAULT +9 sH4
|
---|
123 | .* TLS +LOCAL +DEFAULT +8 sh4
|
---|
124 | .* TLS +LOCAL +DEFAULT +9 sH3
|
---|
125 | .* TLS +LOCAL +DEFAULT +8 sh5
|
---|
126 | .* TLS +LOCAL +DEFAULT +9 sH5
|
---|
127 | .* TLS +LOCAL +DEFAULT +9 sH6
|
---|
128 | .* TLS +LOCAL +DEFAULT +9 sH8
|
---|
129 | .* TLS +LOCAL +DEFAULT +8 sh1
|
---|
130 | .* OBJECT +LOCAL +DEFAULT +12 _GLOBAL_OFFSET_TABLE_
|
---|
131 | .* TLS +LOCAL +DEFAULT +8 sh2
|
---|
132 | .* TLS +LOCAL +DEFAULT +8 sh6
|
---|
133 | .* TLS +GLOBAL +DEFAULT +8 sg8
|
---|
134 | .* TLS +GLOBAL +DEFAULT +8 sg3
|
---|
135 | .* TLS +GLOBAL +DEFAULT +8 sg4
|
---|
136 | .* TLS +GLOBAL +DEFAULT +8 sg5
|
---|
137 | .* NOTYPE +GLOBAL +DEFAULT +UND __tls_get_addr
|
---|
138 | .* TLS +GLOBAL +DEFAULT +8 sg1
|
---|
139 | .* FUNC +GLOBAL +DEFAULT +2 fn1
|
---|
140 | .* NOTYPE +GLOBAL +DEFAULT +12 __bss_start
|
---|
141 | .* TLS +GLOBAL +DEFAULT +8 sg2
|
---|
142 | .* TLS +GLOBAL +DEFAULT +8 sg6
|
---|
143 | .* TLS +GLOBAL +DEFAULT +8 sg7
|
---|
144 | .* NOTYPE +GLOBAL +DEFAULT +12 _edata
|
---|
145 | .* NOTYPE +GLOBAL +DEFAULT +12 _end
|
---|