summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/tic54x/sections.d
blob: b3f1344a64f803499041560e05a5ed646f65eed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#objdump: -d --headers
#name: c54x sections

.*: +file format .*c54x.*

Sections:
Idx Name          Size      VMA       LMA       File off  Algn
  0 .text         0000001b  00000000  00000000  0000....  2..0
                  CONTENTS, ALLOC, LOAD, RELOC, CODE
  1 .data         00000007  00000000  00000000  0000....  2..0
                  CONTENTS, ALLOC, LOAD, DATA
  2 .bss          00000014  00000000  00000000  0000....  2..0
                  ALLOC
  3 newvars       00000017  00000000  00000000  0000....  2..1
                  ALLOC, BLOCK
  4 vectors       00000002  00000000  00000000  0000....  2..0
                  CONTENTS, ALLOC, LOAD, CODE, BLOCK
  5 clink         00000002  00000000  00000000  0000....  2..0
                  CONTENTS, ALLOC, LOAD, CODE, CLINK
  6 blksect       00000002  00000000  00000000  0000....  2..0
                  CONTENTS, ALLOC, LOAD, CODE, BLOCK
Disassembly of section .text:

00000000 <.text>:
   0:	1234.*

00000001 <add>:
   1:	100f.*

00000002 <aloop>:
   2:	f010.*
   3:	0001.*
   4:	f842.*
   5:	0002.*

00000006 <mpy>:
   6:	110a.*

00000007 <mloop>:
   7:	f166.*
   8:	000a.*
   9:	f868.*
   a:	0007.*

0000000b <space>:
	...

00000012 <bes>:
	...

00000013 <spacep>:
  13:	000b.*

00000014 <besp>:
  14:	0012.*

00000015 <pk1>:
	...

00000016 <endpk1>:
  16:	0000.*
	...

00000018 <endpk2>:
	...

00000019 <pk3>:
	...

0000001a <endpk3>:
	...
Disassembly of section vectors:

00000000 <vectors>:
   0:	0011.*
   1:	0033.*
Disassembly of section clink:

00000000 <clink>:
   0:	0022.*
   1:	0044.*
Disassembly of section blksect:

00000000 <blksect>:
   0:	1234.*
   1:	4321.*