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