1 #source: sec-1.s
2 #source: start.s
3 #source: data1.s
4 #ld: -m mmo
5 #objdump: -sh
6 
7 .*:     file format mmo
8 
9 Sections:
10 Idx Name          Size      VMA               LMA               File off  Algn
11   0 \.text         0+4  0+  0+  0+  2\*\*2
12                   CONTENTS, ALLOC, LOAD, CODE
13   1 secname       0+19  0+4  0+4  0+  2\*\*2
14                   CONTENTS, ALLOC, LOAD, READONLY, CODE
15   2 \.a\.fourth\.section 0+10  0+20  0+20  0+  2\*\*2
16                   CONTENTS, ALLOC, LOAD, READONLY, DATA
17   3 \.data         0+4  2000000000000004  2000000000000004  0+  2\*\*2
18                   CONTENTS, ALLOC, LOAD
19   4 anothersec    0+13  2000000000000008  2000000000000008  0+  2\*\*2
20                   CONTENTS, ALLOC, LOAD, DATA
21   5 thirdsec      0+a  200000000000001c  200000000000001c  0+  2\*\*2
22                   CONTENTS, READONLY
23 Contents of section \.text:
24  0000 e3fd0001                             .*
25 Contents of section secname:
26  0004 00000001 00000002 00000003 00000004  .*
27  0014 ffffffff fffff827 50                 .*
28 Contents of section \.a\.fourth\.section:
29  0020 00000000 0087a238 00000000 302a55a8  .*
30 Contents of section \.data:
31  2000000000000004 0000002c                             .*
32 Contents of section anothersec:
33  2000000000000008 0000000a 00000009 00000008 00000007  .*
34  2000000000000018 252729                               .*
35 Contents of section thirdsec:
36  200000000000001c 00030d41 000186a2 2628               .*
37