1 | #source: align.s
|
---|
2 | #source: tlsbinpic.s
|
---|
3 | #source: tlsbin.s
|
---|
4 | #as:
|
---|
5 | #ld: -relax -melf64alpha
|
---|
6 | #readelf: -WSsrl
|
---|
7 | #target: alpha*-*-*
|
---|
8 |
|
---|
9 | There are 19 section headers, starting at offset 0x[0-9a-f]+:
|
---|
10 |
|
---|
11 | Section Headers:
|
---|
12 | +\[Nr\] Name +Type +Address +Off +Size +ES Flg Lk Inf Al
|
---|
13 | +\[ 0\] +NULL +0+ 0+ 0+ 0+ +0 +0 +0
|
---|
14 | +\[ 1\] .interp +.*
|
---|
15 | +\[ 2\] .hash +.*
|
---|
16 | +\[ 3\] .dynsym +.*
|
---|
17 | +\[ 4\] .dynstr +.*
|
---|
18 | +\[ 5\] .rela.dyn +.*
|
---|
19 | +\[ 6\] .rela.plt +.*
|
---|
20 | +\[ 7\] .text +PROGBITS +0+120001000 0+1000 0+bc 0+ +AX +0 +0 4096
|
---|
21 | +\[ 8\] .data +.*
|
---|
22 | +\[ 9\] .tdata +PROGBITS +0+120012000 0+2000 0+60 0+ WAT +0 +0 +4
|
---|
23 | +\[10\] .tbss +NOBITS +0+120012060 0+2060 0+40 0+ WAT +0 +0 +1
|
---|
24 | +\[11\] .dynamic +DYNAMIC +0+120012060 0+2060 0+140 10 +WA +4 +0 +8
|
---|
25 | +\[12\] .plt +PROGBITS +0+1200121a0 0+21a0 0+ 0+ WAX +0 +0 +8
|
---|
26 | +\[13\] .got +PROGBITS +0+1200121a0 0+21a0 0+10 0+ +WA +0 +0 +8
|
---|
27 | +\[14\] .sbss +.*
|
---|
28 | +\[15\] .bss +.*
|
---|
29 | +\[16\] .shstrtab +.*
|
---|
30 | +\[17\] .symtab +.*
|
---|
31 | +\[18\] .strtab +.*
|
---|
32 | #...
|
---|
33 |
|
---|
34 | Elf file type is EXEC \(Executable file\)
|
---|
35 | Entry point 0x[0-9a-f]+
|
---|
36 | There are 6 program headers, starting at offset [0-9]+
|
---|
37 |
|
---|
38 | Program Headers:
|
---|
39 | +Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg Align
|
---|
40 | +PHDR +0x0+40 0x0+120000040 0x0+120000040 0x0+150 0x0+150 R E 0x8
|
---|
41 | +INTERP +0x0+190 0x0+120000190 0x0+120000190 0x[0-9a-f]+ 0x[0-9a-f]+ R +0x1
|
---|
42 | .*Requesting program interpreter.*
|
---|
43 | +LOAD +0x0+ 0x0+120000000 0x0+120000000 0x0+10bc 0x0+10bc R E 0x10000
|
---|
44 | +LOAD +0x0+2000 0x0+120012000 0x0+120012000 0x0+1b0 0x0+1b0 RWE 0x10000
|
---|
45 | +DYNAMIC +0x0+2060 0x0+120012060 0x0+120012060 0x0+140 0x0+140 RW +0x8
|
---|
46 | +TLS +0x0+2000 0x0+120012000 0x0+120012000 0x0+60 0x0+a0 R +0x4
|
---|
47 | #...
|
---|
48 |
|
---|
49 | Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 2 entries:
|
---|
50 | +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
|
---|
51 | 0+1200121a0 +0+200000026 R_ALPHA_TPREL64 +0+ sG2 \+ 0
|
---|
52 | 0+1200121a8 +0+600000026 R_ALPHA_TPREL64 +0+ sG1 \+ 0
|
---|
53 |
|
---|
54 | Symbol table '.dynsym' contains 10 entries:
|
---|
55 | +Num: +Value +Size Type +Bind +Vis +Ndx Name
|
---|
56 | +0: 0+ +0 NOTYPE +LOCAL +DEFAULT +UND
|
---|
57 | +1: 0+120012060 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC
|
---|
58 | +2: 0+ +0 TLS +GLOBAL DEFAULT +UND sG2
|
---|
59 | +3: 0+1200121a0 +0 OBJECT +GLOBAL DEFAULT +ABS _PROCEDURE_LINKAGE_TABLE_
|
---|
60 | +4: 0+ +4 FUNC +GLOBAL DEFAULT +UND __tls_get_addr
|
---|
61 | +5: 0+1200121b0 +0 NOTYPE +GLOBAL DEFAULT +ABS __bss_start
|
---|
62 | +6: 0+ +0 TLS +GLOBAL DEFAULT +UND sG1
|
---|
63 | +7: 0+1200121b0 +0 NOTYPE +GLOBAL DEFAULT +ABS _edata
|
---|
64 | +8: 0+1200121a0 +0 OBJECT +GLOBAL DEFAULT +ABS _GLOBAL_OFFSET_TABLE_
|
---|
65 | +9: 0+1200121b0 +0 NOTYPE +GLOBAL DEFAULT +ABS _end
|
---|
66 |
|
---|
67 | Symbol table '.symtab' contains 70 entries:
|
---|
68 | +Num: +Value +Size Type +Bind +Vis +Ndx Name
|
---|
69 | +0: 0+ +0 NOTYPE +LOCAL +DEFAULT +UND
|
---|
70 | +1: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +1
|
---|
71 | +2: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +2
|
---|
72 | +3: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +3
|
---|
73 | +4: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +4
|
---|
74 | +5: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +5
|
---|
75 | +6: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +6
|
---|
76 | +7: 0+120001000 +0 SECTION LOCAL +DEFAULT +7
|
---|
77 | +8: 0+120012000 +0 SECTION LOCAL +DEFAULT +8
|
---|
78 | +9: 0+120012000 +0 SECTION LOCAL +DEFAULT +9
|
---|
79 | +10: 0+120012060 +0 SECTION LOCAL +DEFAULT +10
|
---|
80 | +11: 0+120012060 +0 SECTION LOCAL +DEFAULT +11
|
---|
81 | +12: 0+1200121a0 +0 SECTION LOCAL +DEFAULT +12
|
---|
82 | +13: 0+1200121a0 +0 SECTION LOCAL +DEFAULT +13
|
---|
83 | +14: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +14
|
---|
84 | +15: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +15
|
---|
85 | +16: 0+ +0 SECTION LOCAL +DEFAULT +16
|
---|
86 | +17: 0+ +0 SECTION LOCAL +DEFAULT +17
|
---|
87 | +18: 0+ +0 SECTION LOCAL +DEFAULT +18
|
---|
88 | +19: 0+20 +0 TLS +LOCAL +DEFAULT +9 sl1
|
---|
89 | +20: 0+24 +0 TLS +LOCAL +DEFAULT +9 sl2
|
---|
90 | +21: 0+28 +0 TLS +LOCAL +DEFAULT +9 sl3
|
---|
91 | +22: 0+2c +0 TLS +LOCAL +DEFAULT +9 sl4
|
---|
92 | +23: 0+30 +0 TLS +LOCAL +DEFAULT +9 sl5
|
---|
93 | +24: 0+34 +0 TLS +LOCAL +DEFAULT +9 sl6
|
---|
94 | +25: 0+38 +0 TLS +LOCAL +DEFAULT +9 sl7
|
---|
95 | +26: 0+3c +0 TLS +LOCAL +DEFAULT +9 sl8
|
---|
96 | +27: 0+80 +0 TLS +LOCAL +DEFAULT +10 bl1
|
---|
97 | +28: 0+84 +0 TLS +LOCAL +DEFAULT +10 bl2
|
---|
98 | +29: 0+88 +0 TLS +LOCAL +DEFAULT +10 bl3
|
---|
99 | +30: 0+8c +0 TLS +LOCAL +DEFAULT +10 bl4
|
---|
100 | +31: 0+90 +0 TLS +LOCAL +DEFAULT +10 bl5
|
---|
101 | +32: 0+94 +0 TLS +LOCAL +DEFAULT +10 bl6
|
---|
102 | +33: 0+98 +0 TLS +LOCAL +DEFAULT +10 bl7
|
---|
103 | +34: 0+9c +0 TLS +LOCAL +DEFAULT +10 bl8
|
---|
104 | +35: 0+1c +0 TLS +GLOBAL DEFAULT +9 sg8
|
---|
105 | +36: 0+7c +0 TLS +GLOBAL DEFAULT +10 bg8
|
---|
106 | +37: 0+74 +0 TLS +GLOBAL DEFAULT +10 bg6
|
---|
107 | +38: 0+68 +0 TLS +GLOBAL DEFAULT +10 bg3
|
---|
108 | +39: 0+120012060 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC
|
---|
109 | +40: 0+8 +0 TLS +GLOBAL DEFAULT +9 sg3
|
---|
110 | +41: 0+48 +0 TLS +GLOBAL HIDDEN +9 sh3
|
---|
111 | +42: 0+ +0 TLS +GLOBAL DEFAULT +UND sG2
|
---|
112 | +43: 0+c +0 TLS +GLOBAL DEFAULT +9 sg4
|
---|
113 | +44: 0+10 +0 TLS +GLOBAL DEFAULT +9 sg5
|
---|
114 | +45: 0+1200121a0 +0 OBJECT +GLOBAL DEFAULT +ABS _PROCEDURE_LINKAGE_TABLE_
|
---|
115 | +46: 0+70 +0 TLS +GLOBAL DEFAULT +10 bg5
|
---|
116 | +47: 0+ +4 FUNC +GLOBAL DEFAULT +UND __tls_get_addr
|
---|
117 | +48: 0+58 +0 TLS +GLOBAL HIDDEN +9 sh7
|
---|
118 | +49: 0+5c +0 TLS +GLOBAL HIDDEN +9 sh8
|
---|
119 | +50: 0+ +0 TLS +GLOBAL DEFAULT +9 sg1
|
---|
120 | +51: 0+120001088 +52 FUNC +GLOBAL DEFAULT +7 _start
|
---|
121 | +52: 0+4c +0 TLS +GLOBAL HIDDEN +9 sh4
|
---|
122 | +53: 0+78 +0 TLS +GLOBAL DEFAULT +10 bg7
|
---|
123 | +54: 0+50 +0 TLS +GLOBAL HIDDEN +9 sh5
|
---|
124 | +55: 0+1200121b0 +0 NOTYPE +GLOBAL DEFAULT +ABS __bss_start
|
---|
125 | +56: 0+120001000 +136 FUNC +GLOBAL DEFAULT +7 fn2
|
---|
126 | +57: 0+4 +0 TLS +GLOBAL DEFAULT +9 sg2
|
---|
127 | +58: 0+ +0 TLS +GLOBAL DEFAULT +UND sG1
|
---|
128 | +59: 0+40 +0 TLS +GLOBAL HIDDEN +9 sh1
|
---|
129 | +60: 0+14 +0 TLS +GLOBAL DEFAULT +9 sg6
|
---|
130 | +61: 0+18 +0 TLS +GLOBAL DEFAULT +9 sg7
|
---|
131 | +62: 0+1200121b0 +0 NOTYPE +GLOBAL DEFAULT +ABS _edata
|
---|
132 | +63: 0+1200121a0 +0 OBJECT +GLOBAL DEFAULT +ABS _GLOBAL_OFFSET_TABLE_
|
---|
133 | +64: 0+1200121b0 +0 NOTYPE +GLOBAL DEFAULT +ABS _end
|
---|
134 | +65: 0+44 +0 TLS +GLOBAL HIDDEN +9 sh2
|
---|
135 | +66: 0+54 +0 TLS +GLOBAL HIDDEN +9 sh6
|
---|
136 | +67: 0+64 +0 TLS +GLOBAL DEFAULT +10 bg2
|
---|
137 | +68: 0+60 +0 TLS +GLOBAL DEFAULT +10 bg1
|
---|
138 | +69: 0+6c +0 TLS +GLOBAL DEFAULT +10 bg4
|
---|