1 #objdump: -dwr
2 
3 .*: +file format .*
4 
5 Disassembly of section .text:
6 
7 0+ <printk>:
8  +[a-f0-9]+:	c3                   	ret
9 
10 Disassembly of section .init.text:
11 
12 0+ <foo>:
13  +[a-f0-9]+:	e8 fc ff ff ff       	call   1 <foo\+0x1>	1: R_386_PC32	.text
14  +[a-f0-9]+:	e8 fc ff ff ff       	call   6 <foo\+0x6>	6: R_386_PC32	.text
15 #pass
16