1 
2 .*:     file format elf32-(big|little)arm.*
3 
4 
5 Disassembly of section .foo:
6 
7 [0-9a-f]+ <_start>:
8  +[0-9a-f]+:	f000 e800 	blx	2001018 <__func_to_branch_to_veneer>
9 
10 [0-9a-f]+ <__func_to_branch_to_veneer>:
11  +[0-9a-f]+:	e51ff004 	ldr	pc, \[pc, #-4\]	; 200101c <__func_to_branch_to_veneer\+0x4>
12  +[0-9a-f]+:	........ 	.word	0x........
13 
14 Disassembly of section .text:
15 
16 [0-9a-f]+ <func_to_branch_to>:
17  +[0-9a-f]+:	e12fff1e 	bx	lr
18