57c0568a6a3db6d45c2f635ce153281bef021766
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-20-x86-64.d
1 #source: ifunc-20.s
2 #ld: -shared -m elf_x86_64 -z nocombreloc
3 #as: --64
4 #readelf: -r --wide
5 #target: x86_64-*-*
6 #notarget: x86_64-*-nacl*
7
8 Relocation section '.rela.ifunc' at offset 0x[0-9a-f]+ contains 1 entry:
9 [ ]+Offset[ ]+Info[ ]+Type[ ]+.*
10 [0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_64[ ]+ifunc\(\)[ ]+ifunc \+ 0
11
12 Relocation section '.rela.plt' at offset 0x[0-9a-f]+ contains 1 entry:
13 [ ]+Offset[ ]+Info[ ]+Type[ ]+.*
14 [0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_JUMP_SLOT[ ]+ifunc\(\)[ ]+ifunc \+ 0
This page took 0.028761 seconds and 3 git commands to generate.