1#source: ifunc-2-i386.s
2#ld: -z now -m elf_i386 -shared --hash-style=sysv -z noseparate-code
3#as: --32
4#objdump: -dw
5#target: x86_64-*-* i?86-*-*
6#notarget: *-*-lynxos *-*-nto*
7
8.*: +file format .*
9
10
11Disassembly of section .plt:
12
130+f0 <.plt>:
14 +[a-f0-9]+:	ff b3 04 00 00 00    	push   0x4\(%ebx\)
15 +[a-f0-9]+:	ff a3 08 00 00 00    	jmp    \*0x8\(%ebx\)
16 +[a-f0-9]+:	00 00                	add    %al,\(%eax\)
17	...
18
190+100 <\*ABS\*@plt>:
20 +[a-f0-9]+:	ff a3 0c 00 00 00    	jmp    \*0xc\(%ebx\)
21 +[a-f0-9]+:	68 00 00 00 00       	push   \$0x0
22 +[a-f0-9]+:	e9 e0 ff ff ff       	jmp    f0 <.plt>
23
24Disassembly of section .text:
25
260+110 <foo>:
27 +[a-f0-9]+:	c3                   	ret
28
290+111 <bar>:
30 +[a-f0-9]+:	e8 00 00 00 00       	call   116 <bar\+0x5>
31 +[a-f0-9]+:	5b                   	pop    %ebx
32 +[a-f0-9]+:	81 c3 9e 10 00 00    	add    \$0x109e,%ebx
33 +[a-f0-9]+:	e8 de ff ff ff       	call   100 <\*ABS\*@plt>
34 +[a-f0-9]+:	8d 83 4c ef ff ff    	lea    -0x10b4\(%ebx\),%eax
35 +[a-f0-9]+:	c3                   	ret
36#pass
37