* object.cc (Sized_relobj::layout_section): New function.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / ifunc.d
1 #name: Generation of dynamic relocs for STT_IFUNC symbols
2 #source: ifunc.s
3 #ld: --defsym _start=0 --defsym puts=0 --defsym rand=0 --defsym printf=0
4 #readelf: --relocs --syms
5
6 Relocation section '.rela.ifunc.dyn' at offset 0x[0-9a-f]+ contains 2 entries:
7 +Offset +Info +Type +Sym. Value +Sym. Name \+ Addend
8 [0-9a-f]+ 0+20+2 R_X86_64_PC32 .*
9 [0-9a-f]+ 0+10+2 R_X86_64_PC32 .*
10 #...
11 ..: [0-9a-f]+ .. IFUNC GLOBAL DEFAULT .. long_func_name
12 #...
13 ..: [0-9a-f]+ .. IFUNC GLOBAL DEFAULT .. func
14 #pass
This page took 0.02959 seconds and 4 git commands to generate.