1 .*: file format .* 2 3 Disassembly of section .text: 4 5 01c01010 <_start>: 6 1c01010: f300 e802 blx 1f01018 <__bar_from_thumb> 7 \.\.\. 8 1f01014: f0ff effe blx 2001014 <bar> 9 10 01f01018 <__bar_from_thumb>: 11 1f01018: e59fc000 ldr ip, \[pc\] ; 1f01020 <__bar_from_thumb\+0x8> 12 1f0101c: e08ff00c add pc, pc, ip 13 1f01020: 000ffff0 .word 0x000ffff0 14 1f01024: 00000000 .word 0x00000000 15 Disassembly of section .foo: 16 17 02001014 <bar>: 18 2001014: e12fff1e bx lr 19