1 #source: ifunc.s
2 #objdump: -drw
3 #name: x86-64 ifunc
4 
5 .*: +file format .*
6 
7 Disassembly of section .text:
8 
9 0+ <foo>:
10 [ 	]*[a-f0-9]+:	e9 00 00 00 00       	jmp    5 <ifunc>	1: R_X86_64_PLT32	ifunc(\+0xf+c|-0x4)
11 
12 0+5 <ifunc>:
13 [ 	]*[a-f0-9]+:	c3                   	ret *
14 
15 0+6 <bar>:
16 [ 	]*[a-f0-9]+:	eb 00                	jmp    8 <normal>
17 
18 0+8 <normal>:
19 [ 	]*[a-f0-9]+:	c3                   	ret *
20 #pass
21