bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-mix.d
1
2 .*: file format .*
3
4 Disassembly of section .text:
5
6 00001000 <_start>:
7 1000: eb000009 bl 102c <__bar_from_arm>
8 1004: eb00000b bl 1038 <__bar2_veneer>
9 1008: eb000005 bl 1024 <__bar3_veneer>
10 100c: eb00000b bl 1040 <__bar4_from_arm>
11 1010: eb000000 bl 1018 <__bar5_from_arm>
12 1014: 00000000 andeq r0, r0, r0
13
14 00001018 <__bar5_from_arm>:
15 1018: e59fc000 ldr ip, \[pc, #0\] ; 1020 <__bar5_from_arm\+0x8>
16 101c: e12fff1c bx ip
17 1020: 0200202f .word 0x0200202f
18 00001024 <__bar3_veneer>:
19 1024: e51ff004 ldr pc, \[pc, #-4\] ; 1028 <__bar3_veneer\+0x4>
20 1028: 02002028 .word 0x02002028
21 0000102c <__bar_from_arm>:
22 102c: e59fc000 ldr ip, \[pc, #0\] ; 1034 <__bar_from_arm\+0x8>
23 1030: e12fff1c bx ip
24 1034: 02002021 .word 0x02002021
25 00001038 <__bar2_veneer>:
26 1038: e51ff004 ldr pc, \[pc, #-4\] ; 103c <__bar2_veneer\+0x4>
27 103c: 02002024 .word 0x02002024
28 00001040 <__bar4_from_arm>:
29 1040: e59fc000 ldr ip, \[pc, #0\] ; 1048 <__bar4_from_arm\+0x8>
30 1044: e12fff1c bx ip
31 1048: 0200202d .word 0x0200202d
32 ...
33 Disassembly of section .foo:
34
35 02002020 <bar>:
36 2002020: 4770 bx lr
37 ...
38
39 02002024 <bar2>:
40 2002024: e12fff1e bx lr
41
42 02002028 <bar3>:
43 2002028: e12fff1e bx lr
44
45 0200202c <bar4>:
46 200202c: 4770 bx lr
47
48 0200202e <bar5>:
49 200202e: 4770 bx lr
This page took 0.031898 seconds and 4 git commands to generate.