1
2.*:     file format .*
3
4Disassembly of section .text:
5
600001000 <_start>:
7    1000:	eb000000 	bl	1008 <__bar_veneer>
8    1004:	00000000 	andeq	r0, r0, r0
9
1000001008 <__bar_veneer>:
11    1008:	e51ff004 	ldr	pc, \[pc, #-4\]	; 100c <__bar_veneer\+0x4>
12    100c:	02003020 	.word	0x02003020
13
1400001010 <myfunc>:
15	...
16 2001010:	eb000802 	bl	2003020 <bar>
17
18Disassembly of section .far:
19
2002003020 <bar>:
21 2003020:	e12fff1e 	bx	lr
22