1#source: tls.s
2#source: tlslib.s
3#as: -a64
4#ld:
5#readelf: -WSsrl
6#target: powerpc64*-*-*
7
8There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
9
10Section Headers:
11 +\[Nr\] Name +Type +Address +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]+\] \.rela\.dyn +.*
18 +\[[ 0-9]+\] \.rela\.plt +.*
19 +\[[ 0-9]+\] \.text +PROGBITS .* 0+128 0+ +AX +0 +0 +32
20 +\[[ 0-9]+\] \.tdata +PROGBITS .* 0+38 0+ WAT +0 +0 +8
21 +\[[ 0-9]+\] \.tbss +NOBITS .* 0+38 0+ WAT +0 +0 +8
22 +\[[ 0-9]+\] \.dynamic +DYNAMIC .* 0+160 10 +WA +4 +0 +8
23 +\[[ 0-9]+\] \.opd .*
24 +\[[ 0-9]+\] \.got +PROGBITS .* 0+30 08 +WA +0 +0 +256
25 +\[[ 0-9]+\] \.plt +.*
26 +\[[ 0-9]+\] \.shstrtab +.*
27 +\[[ 0-9]+\] \.symtab +.*
28 +\[[ 0-9]+\] \.strtab +.*
29#...
30
31Elf file type is EXEC \(Executable file\)
32Entry point .*
33There are [0-9]+ program headers, starting at offset [0-9]+
34
35Program Headers:
36 +Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg Align
37 +PHDR +0x0+40 0x0+10000040 0x0+10000040 0x0+150 0x0+150 R E 0x8
38 +INTERP +0x0+190 0x0+10000190 0x0+10000190 0x0+11 0x0+11 R +0x1
39 +\[Requesting program interpreter: .*\]
40 +LOAD .* R E 0x10000
41 +LOAD .* RW +0x10000
42 +DYNAMIC .* RW +0x8
43 +TLS .* 0x0+38 0x0+70 R +0x8
44
45 Section to Segment mapping:
46 +Segment Sections\.\.\.
47 +0+ +
48 +01 +\.interp *
49 +02 +\.interp \.hash \.dynsym \.dynstr \.rela\.dyn \.rela\.plt \.text *
50 +03 +\.tdata \.dynamic \.opd \.got \.plt *
51 +04 +\.dynamic *
52 +05 +\.tdata \.tbss *
53
54Relocation section '\.rela\.dyn' at offset .* contains 3 entries:
55 +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
56[0-9a-f ]+R_PPC64_TPREL64 +0+ gd \+ 0
57[0-9a-f ]+R_PPC64_DTPMOD64 +0+ ld \+ 0
58[0-9a-f ]+R_PPC64_DTPREL64 +0+50 ld2 \+ 0
59
60Relocation section '\.rela\.plt' at offset .* contains 1 entries:
61 +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
62[0-9a-f ]+R_PPC64_JMP_SLOT +0+ __tls_get_addr_opt \+ 0
63
64Symbol table '\.dynsym' contains [0-9]+ entries:
65 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
66.* NOTYPE +LOCAL +DEFAULT +UND *
67.* TLS +GLOBAL +DEFAULT +UND gd
68.* TLS +GLOBAL +DEFAULT +UND ld
69.* TLS +GLOBAL +DEFAULT +9 ld2
70.* NOTYPE +GLOBAL +DEFAULT +13 __bss_start
71.* FUNC +GLOBAL +DEFAULT +UND __tls_get_addr_opt
72.* NOTYPE +GLOBAL +DEFAULT +13 _edata
73.* NOTYPE +GLOBAL +DEFAULT +13 _end
74
75Symbol table '\.symtab' contains [0-9]+ entries:
76 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
77.* 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND *
78.* SECTION +LOCAL +DEFAULT +1 *
79.* SECTION +LOCAL +DEFAULT +2 *
80.* SECTION +LOCAL +DEFAULT +3 *
81.* SECTION +LOCAL +DEFAULT +4 *
82.* SECTION +LOCAL +DEFAULT +5 *
83.* SECTION +LOCAL +DEFAULT +6 *
84.* SECTION +LOCAL +DEFAULT +7 *
85.* SECTION +LOCAL +DEFAULT +8 *
86.* SECTION +LOCAL +DEFAULT +9 *
87.* SECTION +LOCAL +DEFAULT +10 *
88.* SECTION +LOCAL +DEFAULT +11 *
89.* SECTION +LOCAL +DEFAULT +12 *
90.* SECTION +LOCAL +DEFAULT +13 *
91.* FILE +LOCAL +DEFAULT +ABS .*
92.* TLS +LOCAL +DEFAULT +8 gd4
93.* TLS +LOCAL +DEFAULT +8 ld4
94.* TLS +LOCAL +DEFAULT +8 ld5
95.* TLS +LOCAL +DEFAULT +8 ld6
96.* TLS +LOCAL +DEFAULT +8 ie4
97.* TLS +LOCAL +DEFAULT +8 le4
98.* TLS +LOCAL +DEFAULT +8 le5
99.* FILE +LOCAL +DEFAULT +ABS
100.* OBJECT +LOCAL +DEFAULT +10 _DYNAMIC
101.* NOTYPE +LOCAL +DEFAULT +7 __glink_PLTresolve
102.* NOTYPE +LOCAL +DEFAULT +7 .*\.plt_call\.__tls_get_addr(|_opt)
103.* GLOBAL +DEFAULT +UND gd
104.* GLOBAL +DEFAULT +9 le0
105.* GLOBAL +DEFAULT +9 ld0
106.* GLOBAL +DEFAULT +9 le1
107.* GLOBAL +DEFAULT +UND ld
108.* FUNC +GLOBAL +DEFAULT +11 _start
109.* TLS +GLOBAL +DEFAULT +9 ld2
110.* TLS +GLOBAL +DEFAULT +9 ld1
111.* NOTYPE +GLOBAL +DEFAULT +13 __bss_start
112.* FUNC +GLOBAL +DEFAULT +UND __tls_get_addr_opt
113.* NOTYPE +GLOBAL +DEFAULT +13 _edata
114.* NOTYPE +GLOBAL +DEFAULT +13 _end
115.* TLS +GLOBAL +DEFAULT +9 gd0
116.* TLS +GLOBAL +DEFAULT +9 ie0
117