1#objdump: -d --headers
2#name: c54x sections
3
4.*: +file format .*c54x.*
5
6Sections:
7Idx Name          Size      VMA + LMA + File off  Algn
8  0 .text         0000001b  0+000  0+000  0000....  2..0
9                  CONTENTS, ALLOC, LOAD, RELOC, CODE
10  1 .data         00000007  0+000  0+000  0000....  2..0
11                  CONTENTS, ALLOC, LOAD, DATA
12  2 .bss          00000014  0+000  0+000  0000....  2..0
13                  ALLOC
14  3 newvars       00000017  0+000  0+000  0000....  2..1
15                  ALLOC, BLOCK
16  4 vectors       00000002  0+000  0+000  0000....  2..0
17                  CONTENTS, ALLOC, LOAD, CODE, BLOCK
18  5 clink         00000002  0+000  0+000  0000....  2..0
19                  CONTENTS, ALLOC, LOAD, DATA, CLINK
20  6 blksect       00000002  0+000  0+000  0000....  2..0
21                  CONTENTS, ALLOC, LOAD, DATA, BLOCK
22Disassembly of section .text:
23
240+000 <.text>:
25   0:	1234.*
26
270+001 <add>:
28   1:	100f.*
29
300+002 <aloop>:
31   2:	f010.*
32   3:	0001.*
33   4:	f842.*
34   5:	0002.*
35
360+006 <mpy>:
37   6:	110a.*
38
390+007 <mloop>:
40   7:	f166.*
41   8:	000a.*
42   9:	f868.*
43   a:	0007.*
44
450+00b <space>:
46	...
47
480+012 <bes>:
49	...
50
510+013 <spacep>:
52  13:	000b.*
53
540+014 <besp>:
55  14:	0012.*
56
570+015 <pk1>:
58	...
59
600+016 <endpk1>:
61  16:	0000.*
62	...
63
640+018 <endpk2>:
65	...
66
670+019 <pk3>:
68	...
69
700+01a <endpk3>:
71	...
72Disassembly of section vectors:
73
740+000 <vectors>:
75   0:	f495.*
76   1:	f495.*
77