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