mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
15 lines
414 B
Makefile
15 lines
414 B
Makefile
#source: ifunc-6-x86-64.s
|
|
#as: --64
|
|
#ld: -melf_x86_64 -shared -z nocombreloc
|
|
#readelf: -r --wide
|
|
#target: x86_64-*-*
|
|
#notarget: x86_64-*-nacl*
|
|
|
|
Relocation section '.rela.got' at .*
|
|
[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
|
|
[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_GLOB_DAT[ ]+foo\(\)[ ]+foo \+ 0
|
|
#...
|
|
Relocation section '.rela.plt' at .*
|
|
[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
|
|
[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_IRELATIVE[ ]+[0-9a-f]*
|