blob: 06895d488b7b7c34ce3f37dfe9b35826c4215d25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#source: relr-text.s
#ld: -shared -z pack-relative-relocs -T relocs.ld
#readelf: -drW
#...
0x0000000000000016 \(TEXTREL\) 0x0
#...
0x0000000000000024 \(RELR\) 0x10098
0x0000000000000023 \(RELRSZ\) 8 \(bytes\)
0x0000000000000025 \(RELRENT\) 8 \(bytes\)
#...
Relocation section '.relr.dyn' at offset 0x10098 contains 1 entry which relocates 1 location:
Index: Entry Address Symbolic Address
0000: 0000000000010000 0000000000010000 _start
|