blob: 82c54797c909d0953f0936333a79b5b201459caa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#source: ifunc-5.s
#ld: -shared -z nocombreloc
#readelf: -r --wide
#target: aarch64-*-*
Relocation section '.rela.got' at .*
[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_AARCH64_GLOB_DAT[ ]+foo\(\)[ ]+foo \+ 0
#...
Relocation section '.rela.plt' at .*
[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_AARCH64_JUMP_SLOT[ ]+foo\(\)[ ]+foo \+ 0
|