blob: 58beca2a547cdc37a8004935d30de0d2dfffa2fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#source: ifunc-5.s
#target: [check_shared_lib_support]
#ld: -shared -z nocombreloc
#readelf: -r --wide
Relocation section '.rela.got' at .*
[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_AARCH64_(P32_|)GLOB_DAT[ ]+foo\(\)[ ]+foo \+ 0
#...
Relocation section '.rela.plt' at .*
[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_AARCH64_(P32_|)JUMP_SLO(T|)[ ]+foo\(\)[ ]+foo \+ 0
|