mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
14 lines
454 B
D
14 lines
454 B
D
|
#source: ifunc-20.s
|
||
|
#ld: -shared -m elf_i386 -z nocombreloc
|
||
|
#as: --32
|
||
|
#readelf: -r --wide
|
||
|
#target: x86_64-*-* i?86-*-*
|
||
|
|
||
|
Relocation section '.rel.ifunc' at offset 0x[0-9a-f]+ contains 1 entries:
|
||
|
[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
|
||
|
[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_32[ ]+ifunc\(\)[ ]+ifunc
|
||
|
|
||
|
Relocation section '.rel.plt' at offset 0x[0-9a-f]+ contains 1 entries:
|
||
|
[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
|
||
|
[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_JUMP_SLOT[ ]+ifunc\(\)[ ]+ifunc
|