mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
13 lines
448 B
D
13 lines
448 B
D
|
#source: ifunc-20.s
|
||
|
#ld: -shared -z nocombreloc
|
||
|
#readelf: -r --wide
|
||
|
#target: aarch64*-*-*
|
||
|
|
||
|
Relocation section '.rela.ifunc' at offset 0x[0-9a-f]+ contains 1 entries:
|
||
|
[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
|
||
|
[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_AARCH64_ABS64[ ]+ifunc\(\)[ ]+ifunc \+ 0
|
||
|
|
||
|
Relocation section '.rela.plt' at offset 0x[0-9a-f]+ contains 1 entries:
|
||
|
[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
|
||
|
[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_AARCH64_JUMP_SLOT[ ]+ifunc\(\)[ ]+ifunc \+ 0
|