AArch64: Fix AArch64 disassembler mapping symbol search
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / aarch64 / out-of-order.d
1 #PROG: objcopy
2 #ld: -T out-of-order.T
3 #objdump: -D
4 #name: Check if disassembler can handle sections in different order than header
5
6 .*: +file format .*aarch64.*
7
8 Disassembly of section \.global:
9
10 00000000ffe00000 <\.global>:
11 ffe00000: 00000001 \.word 0x00000001
12 ffe00004: 00000000 \.word 0x00000000
13 ffe00008: 00000001 \.word 0x00000001
14 ffe0000c: 00000000 \.word 0x00000000
15 ffe00010: 00000001 \.word 0x00000001
16 ffe00014: 00000000 \.word 0x00000000
17
18 Disassembly of section \.func2:
19
20 0000000004018280 <\.func2>:
21 4018280: 8b010000 add x0, x0, x1
22
23 Disassembly of section \.func1:
24
25 0000000004005000 <v1>:
26 4005000: 8b010000 add x0, x0, x1
27 4005004: 00000000 \.word 0x00000000
28
29 Disassembly of section \.func3:
30
31 0000000004015000 <\.func3>:
32 4015000: 8b010000 add x0, x0, x1
33 4015004: 8b010000 add x0, x0, x1
34 4015008: 8b010000 add x0, x0, x1
35 401500c: 8b010000 add x0, x0, x1
36 4015010: 8b010000 add x0, x0, x1
37 4015014: 00000000 \.word 0x00000000
38
39 Disassembly of section \.rodata:
40
41 0000000004015018 <\.rodata>:
42 4015018: 00000004 \.word 0x00000004
This page took 0.03157 seconds and 4 git commands to generate.