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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-powerpc/] [tlstocso.r] - Blame information for rev 157

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 95 khays
#source: tlstoc.s
2
#as: -a64
3
#ld: -shared -melf64ppc
4
#readelf: -WSsrl
5
#target: powerpc64*-*-*
6
 
7
There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
8
 
9
Section Headers:
10
 +\[Nr\] Name +Type +Address +Off +Size +ES Flg Lk Inf Al
11
 +\[[ 0-9]+\] +NULL +0+ 0+ 0+ 0+ +0 +0 +0
12
 +\[[ 0-9]+\] \.hash .*
13
 +\[[ 0-9]+\] \.dynsym .*
14
 +\[[ 0-9]+\] \.dynstr .*
15
 +\[[ 0-9]+\] \.rela\.dyn .*
16
 +\[[ 0-9]+\] \.rela\.plt .*
17
 +\[[ 0-9]+\] \.text .*
18
 +\[[ 0-9]+\] \.tdata +PROGBITS .* 0+38 0+ WAT +0 +0 +8
19
 +\[[ 0-9]+\] \.tbss +NOBITS .* 0+38 0+ WAT +0 +0 +8
20
 +\[[ 0-9]+\] \.dynamic .*
21
 +\[[ 0-9]+\] \.got .*
22
 +\[[ 0-9]+\] \.plt .*
23
 +\[[ 0-9]+\] \.shstrtab .*
24
 +\[[ 0-9]+\] \.symtab .*
25
 +\[[ 0-9]+\] \.strtab .*
26
#...
27
 
28
Elf file type is DYN \(Shared object file\)
29
Entry point 0x[0-9a-f]+
30
There are [0-9]+ program headers, starting at offset [0-9]+
31
 
32
Program Headers:
33
 +Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg Align
34
 +LOAD .* R E 0x10000
35
 +LOAD .* RW +0x10000
36
 +DYNAMIC .* RW +0x8
37
 +TLS .* 0x0+38 0x0+70 R +0x8
38
 
39
 Section to Segment mapping:
40
 +Segment Sections\.\.\.
41
 +0+ +\.hash \.dynsym \.dynstr \.rela\.dyn \.rela\.plt \.text
42 157 khays
 +01 +\.tdata \.dynamic \.got \.plt
43 95 khays
 +02 +\.dynamic
44
 +03 +\.tdata \.tbss
45
 
46
Relocation section '\.rela\.dyn' at offset .* contains 11 entries:
47
 +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
48
[0-9a-f ]+R_PPC64_TPREL16 +0+60 le0 \+ 0
49
[0-9a-f ]+R_PPC64_TPREL16_HA +0+68 le1 \+ 0
50
[0-9a-f ]+R_PPC64_TPREL16_LO +0+68 le1 \+ 0
51
[0-9a-f ]+R_PPC64_DTPMOD64 +0+ gd \+ 0
52
[0-9a-f ]+R_PPC64_DTPREL64 +0+ gd \+ 0
53
[0-9a-f ]+R_PPC64_DTPMOD64 +0+ ld \+ 0
54
[0-9a-f ]+R_PPC64_DTPMOD64 +0+38 gd0 \+ 0
55
[0-9a-f ]+R_PPC64_DTPREL64 +0+38 gd0 \+ 0
56
[0-9a-f ]+R_PPC64_DTPMOD64 +0+40 ld0 \+ 0
57
[0-9a-f ]+R_PPC64_DTPREL64 +0+50 ld2 \+ 0
58
[0-9a-f ]+R_PPC64_TPREL64 +0+58 ie0 \+ 0
59
 
60
Relocation 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 \+ 0
63
 
64
Symbol table '\.dynsym' contains [0-9]+ entries:
65
 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
66
.* NOTYPE +LOCAL +DEFAULT +UND
67
.* SECTION +LOCAL +DEFAULT +6
68
.* SECTION +LOCAL +DEFAULT +7
69
.* TLS +GLOBAL +DEFAULT +UND gd
70
.* TLS +GLOBAL +DEFAULT +8 le0
71
.* NOTYPE +GLOBAL +DEFAULT +UND __tls_get_addr
72
.* TLS +GLOBAL +DEFAULT +8 ld0
73
.* TLS +GLOBAL +DEFAULT +8 le1
74
.* TLS +GLOBAL +DEFAULT +UND ld
75
.* NOTYPE +GLOBAL +DEFAULT +6 _start
76
.* TLS +GLOBAL +DEFAULT +8 ld2
77
.* TLS +GLOBAL +DEFAULT +8 ld1
78
.* NOTYPE +GLOBAL +DEFAULT +ABS __bss_start
79
.* NOTYPE +GLOBAL +DEFAULT +ABS _edata
80
.* NOTYPE +GLOBAL +DEFAULT +ABS _end
81
.* TLS +GLOBAL +DEFAULT +8 gd0
82
.* TLS +GLOBAL +DEFAULT +8 ie0
83
 
84
Symbol table '\.symtab' contains [0-9]+ entries:
85
 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
86
.* NOTYPE +LOCAL +DEFAULT +UND
87
.* SECTION +LOCAL +DEFAULT +1
88
.* SECTION +LOCAL +DEFAULT +2
89
.* SECTION +LOCAL +DEFAULT +3
90
.* SECTION +LOCAL +DEFAULT +4
91
.* SECTION +LOCAL +DEFAULT +5
92
.* SECTION +LOCAL +DEFAULT +6
93
.* SECTION +LOCAL +DEFAULT +7
94
.* SECTION +LOCAL +DEFAULT +8
95
.* SECTION +LOCAL +DEFAULT +9
96
.* SECTION +LOCAL +DEFAULT +10
97
.* SECTION +LOCAL +DEFAULT +11
98
.* TLS +LOCAL +DEFAULT +7 gd4
99
.* TLS +LOCAL +DEFAULT +7 ld4
100
.* TLS +LOCAL +DEFAULT +7 ld5
101
.* TLS +LOCAL +DEFAULT +7 ld6
102
.* TLS +LOCAL +DEFAULT +7 ie4
103
.* TLS +LOCAL +DEFAULT +7 le4
104
.* TLS +LOCAL +DEFAULT +7 le5
105 157 khays
.* NOTYPE +LOCAL +DEFAULT +10 \.Lie0
106 95 khays
.* OBJECT +LOCAL +DEFAULT +ABS _DYNAMIC
107
.* NOTYPE +LOCAL +DEFAULT +6 00000010\.plt_call\.__tls_get_addr\+0
108
.* NOTYPE +LOCAL +DEFAULT +6 __glink_PLTresolve
109
.* NOTYPE +LOCAL +DEFAULT +UND \.__tls_get_addr
110
.* TLS +GLOBAL +DEFAULT +UND gd
111
.* TLS +GLOBAL +DEFAULT +8 le0
112
.* NOTYPE +GLOBAL +DEFAULT +UND __tls_get_addr
113
.* TLS +GLOBAL +DEFAULT +8 ld0
114
.* TLS +GLOBAL +DEFAULT +8 le1
115
.* TLS +GLOBAL +DEFAULT +UND ld
116
.* NOTYPE +GLOBAL +DEFAULT +6 _start
117
.* TLS +GLOBAL +DEFAULT +8 ld2
118
.* TLS +GLOBAL +DEFAULT +8 ld1
119
.* NOTYPE +GLOBAL +DEFAULT +ABS __bss_start
120
.* NOTYPE +GLOBAL +DEFAULT +ABS _edata
121
.* NOTYPE +GLOBAL +DEFAULT +ABS _end
122
.* TLS +GLOBAL +DEFAULT +8 gd0
123
.* TLS +GLOBAL +DEFAULT +8 ie0

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.