mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
14 lines
367 B
D
14 lines
367 B
D
|
#name: rela-abs-relative (big endian)
|
||
|
#source: rela-abs-relative.s
|
||
|
#ld: -shared -Ttext-segment=0x100000 -Tdata=0x200000 -Trelocs.ld
|
||
|
#target: aarch64_be-*-*
|
||
|
#objdump: -dR -j .data
|
||
|
#...
|
||
|
|
||
|
Disassembly of section .data:
|
||
|
|
||
|
.* <a>:
|
||
|
200000: 00 00 00 00 ca fe ca fe 00 00 00 00 00 01 00 ca.*
|
||
|
200008: R_AARCH64_RELATIVE \*ABS\*\+0x100ca
|
||
|
200010: 00 00 00 00 de ad de ad.*
|