1 #objdump: -d --headers
2 #name: c54x sections
3 
4 .*: +file format .*c54x.*
5 
6 Sections:
7 Idx 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
22 Disassembly of section .text:
23 
24 0+000 <.text>:
25    0:	1234.*
26 
27 0+001 <add>:
28    1:	100f.*
29 
30 0+002 <aloop>:
31    2:	f010.*
32    3:	0001.*
33    4:	f842.*
34    5:	0002.*
35 
36 0+006 <mpy>:
37    6:	110a.*
38 
39 0+007 <mloop>:
40    7:	f166.*
41    8:	000a.*
42    9:	f868.*
43    a:	0007.*
44 
45 0+00b <space>:
46 	...
47 
48 0+012 <bes>:
49 	...
50 
51 0+013 <spacep>:
52   13:	000b.*
53 
54 0+014 <besp>:
55   14:	0012.*
56 
57 0+015 <pk1>:
58 	...
59 
60 0+016 <endpk1>:
61   16:	0000.*
62 	...
63 
64 0+018 <endpk2>:
65 	...
66 
67 0+019 <pk3>:
68 	...
69 
70 0+01a <endpk3>:
71 	...
72 Disassembly of section vectors:
73 
74 0+000 <vectors>:
75    0:	f495.*
76    1:	f495.*
77