blob: f1565e9c11f0136a5183694ecc22191617bf5cc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#source: tls-relax-gdesc-le.s
#ld: -shared -z now
#readelf: -dr
#...
0x.+ \(STRTAB\) \s+0x.+
0x.+ \(SYMTAB\) \s+0x.+
0x.+ \(STRSZ\) \s+.+ \(bytes\)
0x.+ \(SYMENT\) \s+.+ \(bytes\)
0x.+ \(PLTGOT\) \s+0x.+
0x.+ \(PLTRELSZ\) \s+.+ \(bytes\)
0x.+ \(PLTREL\) \s+RELA
0x.+ \(JMPREL\) \s+0x.+
0x.+ \(BIND_NOW\) \s+
0x.+ \(FLAGS_1\) \s+ Flags: NOW
0x.+ \(NULL\) \s+ 0x0
Relocation section '\.rela\.plt' at offset .+ contains 1 entry:
Offset Info Type Sym\. Value Sym\. Name \+ Addend
.+ .+ R_AARCH64_TLSDESC 0
|