main.map
36.8 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
Archive member included because of file (symbol)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/../../../../msp430/lib/libc.a(memcpy.o)
main.obj (memcpy)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_reset_vector__.o)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/crt0ivtbl16.o (_reset_vector__)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__watchdog_support.o)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_reset_vector__.o) (__watchdog_support)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__init_stack.o)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_reset_vector__.o) (__init_stack)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__low_level_init.o)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_reset_vector__.o) (__low_level_init)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_copy_data.o)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_reset_vector__.o) (__do_copy_data)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_clear_bss.o)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_reset_vector__.o) (__do_clear_bss)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__stop_progExec__.o)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_reset_vector__.o) (__stop_progExec__)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_endless_loop__.o)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_reset_vector__.o) (_endless_loop__)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_unexpected_.o)
/Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/crt0ivtbl16.o (_unexpected_)
Allocating common symbols
Common symbol size file
Em_App_recvIdx 0x1 DUREX.obj
Em_App_xmitSize 0x1 DUREX.obj
Em_App_outBuf 0x2 DUREX.obj
Em_App_ind 0xa DUREX.obj
Em_App_xmitMask 0x4 DUREX.obj
Em_App_msg 0xec DUREX.obj
Em_App_recvSize 0x1 DUREX.obj
Em_App_fileIndex 0x4 DUREX.obj
Em_App_pdHdlr 0x2 DUREX.obj
Em_App_xmitIdx 0x1 DUREX.obj
Memory Configuration
Name Origin Length Attributes
sfr 0x0000000000000000 0x0000000000000010
peripheral_8bit 0x0000000000000010 0x00000000000000f0
peripheral_16bit 0x0000000000000100 0x0000000000000100
ram 0x0000000000000200 0x0000000000000200 xw
infomem 0x0000000000001000 0x0000000000000100
infod 0x0000000000001000 0x0000000000000040
infoc 0x0000000000001040 0x0000000000000040
infob 0x0000000000001080 0x0000000000000040
infoa 0x00000000000010c0 0x0000000000000040
rom 0x000000000000c000 0x0000000000003fe0 xr
vectors 0x000000000000ffe0 0x0000000000000020
bsl 0x0000000000000000 0x0000000000000000
far_rom 0x0000000000000000 0x0000000000000000
*default* 0x0000000000000000 0xffffffffffffffff
Linker script and memory map
LOAD /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/crt0ivtbl16.o
LOAD main.obj
LOAD DUREX.obj
LOAD /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libgcc.a
LOAD /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/../../../../msp430/lib/libc.a
LOAD /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libgcc.a
LOAD /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a
0x0000000000000040 PROVIDE (__info_segment_size, 0x40)
0x0000000000001000 PROVIDE (__infod, 0x1000)
0x0000000000001040 PROVIDE (__infoc, 0x1040)
0x0000000000001080 PROVIDE (__infob, 0x1080)
0x00000000000010c0 PROVIDE (__infoa, 0x10c0)
0x0000000000000000 __IE1 = 0x0
0x0000000000000002 __IFG1 = 0x2
0x0000000000000001 __IE2 = 0x1
0x0000000000000003 __IFG2 = 0x3
0x0000000000000048 __ADC10DTC0 = 0x48
0x0000000000000049 __ADC10DTC1 = 0x49
0x000000000000004a __ADC10AE0 = 0x4a
0x00000000000001b0 __ADC10CTL0 = 0x1b0
0x00000000000001b2 __ADC10CTL1 = 0x1b2
0x00000000000001b4 __ADC10MEM = 0x1b4
0x00000000000001bc __ADC10SA = 0x1bc
0x0000000000000056 __DCOCTL = 0x56
0x0000000000000057 __BCSCTL1 = 0x57
0x0000000000000058 __BCSCTL2 = 0x58
0x0000000000000053 __BCSCTL3 = 0x53
0x0000000000000059 __CACTL1 = 0x59
0x000000000000005a __CACTL2 = 0x5a
0x000000000000005b __CAPD = 0x5b
0x0000000000000128 __FCTL1 = 0x128
0x000000000000012a __FCTL2 = 0x12a
0x000000000000012c __FCTL3 = 0x12c
0x0000000000000020 __P1IN = 0x20
0x0000000000000021 __P1OUT = 0x21
0x0000000000000022 __P1DIR = 0x22
0x0000000000000023 __P1IFG = 0x23
0x0000000000000024 __P1IES = 0x24
0x0000000000000025 __P1IE = 0x25
0x0000000000000026 __P1SEL = 0x26
0x0000000000000041 __P1SEL2 = 0x41
0x0000000000000027 __P1REN = 0x27
0x0000000000000028 __P2IN = 0x28
0x0000000000000029 __P2OUT = 0x29
0x000000000000002a __P2DIR = 0x2a
0x000000000000002b __P2IFG = 0x2b
0x000000000000002c __P2IES = 0x2c
0x000000000000002d __P2IE = 0x2d
0x000000000000002e __P2SEL = 0x2e
0x0000000000000042 __P2SEL2 = 0x42
0x000000000000002f __P2REN = 0x2f
0x0000000000000018 __P3IN = 0x18
0x0000000000000019 __P3OUT = 0x19
0x000000000000001a __P3DIR = 0x1a
0x000000000000001b __P3SEL = 0x1b
0x0000000000000043 __P3SEL2 = 0x43
0x0000000000000010 __P3REN = 0x10
0x000000000000012e __TA0IV = 0x12e
0x0000000000000160 __TA0CTL = 0x160
0x0000000000000162 __TA0CCTL0 = 0x162
0x0000000000000164 __TA0CCTL1 = 0x164
0x0000000000000166 __TA0CCTL2 = 0x166
0x0000000000000170 __TA0R = 0x170
0x0000000000000172 __TA0CCR0 = 0x172
0x0000000000000174 __TA0CCR1 = 0x174
0x0000000000000176 __TA0CCR2 = 0x176
0x000000000000011e __TA1IV = 0x11e
0x0000000000000180 __TA1CTL = 0x180
0x0000000000000182 __TA1CCTL0 = 0x182
0x0000000000000184 __TA1CCTL1 = 0x184
0x0000000000000186 __TA1CCTL2 = 0x186
0x0000000000000190 __TA1R = 0x190
0x0000000000000192 __TA1CCR0 = 0x192
0x0000000000000194 __TA1CCR1 = 0x194
0x0000000000000196 __TA1CCR2 = 0x196
0x0000000000000060 __UCA0CTL0 = 0x60
0x0000000000000061 __UCA0CTL1 = 0x61
0x0000000000000062 __UCA0BR0 = 0x62
0x0000000000000063 __UCA0BR1 = 0x63
0x0000000000000064 __UCA0MCTL = 0x64
0x0000000000000065 __UCA0STAT = 0x65
0x0000000000000066 __UCA0RXBUF = 0x66
0x0000000000000067 __UCA0TXBUF = 0x67
0x000000000000005d __UCA0ABCTL = 0x5d
0x000000000000005e __UCA0IRTCTL = 0x5e
0x000000000000005f __UCA0IRRCTL = 0x5f
0x0000000000000068 __UCB0CTL0 = 0x68
0x0000000000000069 __UCB0CTL1 = 0x69
0x000000000000006a __UCB0BR0 = 0x6a
0x000000000000006b __UCB0BR1 = 0x6b
0x000000000000006c __UCB0I2CIE = 0x6c
0x000000000000006d __UCB0STAT = 0x6d
0x000000000000006e __UCB0RXBUF = 0x6e
0x000000000000006f __UCB0TXBUF = 0x6f
0x0000000000000118 __UCB0I2COA = 0x118
0x000000000000011a __UCB0I2CSA = 0x11a
0x0000000000000120 __WDTCTL = 0x120
0x00000000000010f8 __CALDCO_16MHZ = 0x10f8
0x00000000000010f9 __CALBC1_16MHZ = 0x10f9
0x00000000000010fa __CALDCO_12MHZ = 0x10fa
0x00000000000010fb __CALBC1_12MHZ = 0x10fb
0x00000000000010fc __CALDCO_8MHZ = 0x10fc
0x00000000000010fd __CALBC1_8MHZ = 0x10fd
0x00000000000010fe __CALDCO_1MHZ = 0x10fe
0x00000000000010ff __CALBC1_1MHZ = 0x10ff
.hash
*(.hash)
.dynsym
*(.dynsym)
.dynstr
*(.dynstr)
.gnu.version
*(.gnu.version)
.gnu.version_d
*(.gnu.version_d)
.gnu.version_r
*(.gnu.version_r)
.rel.init
*(.rel.init)
.rela.init
*(.rela.init)
.rel.fini
*(.rel.fini)
.rela.fini
*(.rela.fini)
.rel.text
*(.rel.text .rel.text.* .rel.gnu.linkonce.t.*)
.rela.text
*(.rela.text .rela.text.* .rela.gnu.linkonce.t.*)
.rel.rodata
*(.rel.rodata .rel.rodata.* .rel.gnu.linkonce.r.*)
.rela.rodata
*(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*)
.rel.data
*(.rel.data .rel.data.* .rel.gnu.linkonce.d.*)
.rela.data
*(.rela.data .rela.data.* .rela.gnu.linkonce.d.*)
.rel.bss
*(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*)
.rela.bss
*(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*)
.rel.ctors
*(.rel.ctors)
.rela.ctors
*(.rela.ctors)
.rel.dtors
*(.rel.dtors)
.rela.dtors
*(.rela.dtors)
.rel.got
*(.rel.got)
.rela.got
*(.rela.got)
.rel.plt
*(.rel.plt)
.rela.plt
*(.rela.plt)
.text 0x000000000000c000 0x7aa
0x000000000000c000 . = ALIGN (0x2)
*(.init .init.*)
*(.init0)
.init0 0x000000000000c000 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_reset_vector__.o)
0x000000000000c000 _reset_vector__
*(.init1)
.init1 0x000000000000c000 0xc /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__watchdog_support.o)
0x000000000000c000 __watchdog_support
*(.init2)
.init2 0x000000000000c00c 0x4 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__init_stack.o)
0x000000000000c00c __init_stack
*(.init3)
.init3 0x000000000000c010 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__low_level_init.o)
0x000000000000c010 __low_level_init
*(.init4)
.init4 0x000000000000c010 0x18 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_copy_data.o)
0x000000000000c010 __do_copy_data
.init4 0x000000000000c028 0x16 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_clear_bss.o)
0x000000000000c028 __do_clear_bss
*(.init5)
*(.init6)
*(.init7)
*(.init8)
*(.init9)
.init9 0x000000000000c03e 0x1c main.obj
0x000000000000c03e main
*(.fini9)
.fini9 0x000000000000c05a 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__stop_progExec__.o)
0x000000000000c05a __stop_progExec__
*(.fini8)
*(.fini7)
*(.fini6)
*(.fini5)
*(.fini4)
*(.fini3)
*(.fini2)
*(.fini1)
*(.fini0)
.fini0 0x000000000000c05a 0x6 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_endless_loop__.o)
0x000000000000c05a _endless_loop__
*(.fini .fini.*)
0x000000000000c060 . = ALIGN (0x2)
0x000000000000c060 __ctors_start = .
*(.ctors)
0x000000000000c060 __ctors_end = .
0x000000000000c060 __dtors_start = .
*(.dtors)
0x000000000000c060 __dtors_end = .
0x000000000000c060 . = ALIGN (0x2)
*(.text .text.* .gnu.linkonce.t.*)
.text 0x000000000000c060 0x4 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/crt0ivtbl16.o
0x000000000000c060 __isr_1
0x000000000000c060 __isr_4
0x000000000000c060 __isr_11
0x000000000000c060 __isr_5
0x000000000000c060 __isr_2
0x000000000000c060 __isr_10
0x000000000000c060 __isr_0
0x000000000000c060 __isr_8
0x000000000000c060 __isr_12
0x000000000000c060 __isr_13
0x000000000000c060 __isr_6
0x000000000000c060 __isr_14
.text.crt0 0x000000000000c064 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/crt0ivtbl16.o
.text 0x000000000000c064 0x216 main.obj
0x000000000000c064 init
0x000000000000c0ec __isr_7
0x000000000000c118 __isr_3
0x000000000000c14a Em_Message_startSend
0x000000000000c15e Em_Message_lock
0x000000000000c166 Em_Message_unlock
0x000000000000c172 led0_toggle
0x000000000000c178 led1_toggle
0x000000000000c180 led0_on
0x000000000000c186 led0_off
0x000000000000c18e led1_on
0x000000000000c196 led1_off
0x000000000000c19e __isr_9
0x000000000000c1b4 initTimer
0x000000000000c1cc stopTimer
0x000000000000c1d4 DUREX_connectHandler
0x000000000000c1e2 DUREX_disconnectHandler
0x000000000000c1f0 DUREX_numBytes_fetch
0x000000000000c1f8 DUREX_numBytes_store
0x000000000000c1fe DUREX_data_fetch
0x000000000000c20c DUREX_data_store
0x000000000000c21c DUREX_numPackets_fetch
0x000000000000c224 DUREX_numPackets_store
0x000000000000c22a DUREX_messageAvailable_fetch
0x000000000000c232 DUREX_messageAvailable_store
.text 0x000000000000c27a 0x432 DUREX.obj
0x000000000000c27a Em_Message_addByte
0x000000000000c2c2 DUREX_reset
0x000000000000c2f0 DUREX_run
0x000000000000c2f6 Em_App_startIndSend
0x000000000000c310 DUREX_pairingOn
0x000000000000c332 DUREX_pairingOff
0x000000000000c33c DUREX_disconnect
0x000000000000c35e DUREX_accept
0x000000000000c37c Em_App_startResSend
0x000000000000c396 Em_App_xmitReady
0x000000000000c3ea Em_App_sendResponse
0x000000000000c40e Em_App_sysStoreDispatch
0x000000000000c428 Em_App_sysFetchDispatch
0x000000000000c4a8 Em_App_fetchDispatch
0x000000000000c500 Em_App_storeDispatch
0x000000000000c550 Em_Message_dispatch
0x000000000000c5ae Em_App_sendIndicator
0x000000000000c5de Em_Message_getByte
0x000000000000c694 DUREX_messageAvailable_indicate
.text 0x000000000000c6ac 0xfc /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/../../../../msp430/lib/libc.a(memcpy.o)
0x000000000000c6ac memcpy
.text 0x000000000000c7a8 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_reset_vector__.o)
.text 0x000000000000c7a8 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__watchdog_support.o)
.text 0x000000000000c7a8 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__init_stack.o)
.text 0x000000000000c7a8 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__low_level_init.o)
.text 0x000000000000c7a8 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_copy_data.o)
.text 0x000000000000c7a8 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_clear_bss.o)
.text 0x000000000000c7a8 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__stop_progExec__.o)
.text 0x000000000000c7a8 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_endless_loop__.o)
.text 0x000000000000c7a8 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_unexpected_.o)
.text.crt0 0x000000000000c7a8 0x2 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_unexpected_.o)
0x000000000000c7a8 _unexpected_
0x000000000000c7aa . = ALIGN (0x2)
.rodata 0x000000000000c7aa 0x36
0x000000000000c7aa . = ALIGN (0x2)
*(.rodata .rodata.* .gnu.linkonce.r.*)
.rodata 0x000000000000c7aa 0x4 main.obj
.rodata 0x000000000000c7ae 0x32 DUREX.obj
0x000000000000c7c2 Em_App_endian
0x000000000000c7c4 Em_App_build
0x000000000000c7cc Em_App_hash
0x000000000000c7e0 . = ALIGN (0x2)
0x000000000000c7e0 _etext = .
.data 0x0000000000000200 0x6 load address 0x000000000000c7e0
0x0000000000000200 . = ALIGN (0x2)
0x0000000000000200 PROVIDE (__data_start, .)
*(.data .data.* .gnu.linkonce.d.*)
.data 0x0000000000000200 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/crt0ivtbl16.o
.data 0x0000000000000200 0x1 main.obj
0x0000000000000200 lastMessageAck
*fill* 0x0000000000000201 0x1 00
.data 0x0000000000000202 0x4 DUREX.obj
0x0000000000000202 Em_App_inBuf
0x0000000000000204 Em_App_readIdle
.data 0x0000000000000206 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/../../../../msp430/lib/libc.a(memcpy.o)
.data 0x0000000000000206 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_reset_vector__.o)
.data 0x0000000000000206 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__watchdog_support.o)
.data 0x0000000000000206 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__init_stack.o)
.data 0x0000000000000206 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__low_level_init.o)
.data 0x0000000000000206 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_copy_data.o)
.data 0x0000000000000206 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_clear_bss.o)
.data 0x0000000000000206 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__stop_progExec__.o)
.data 0x0000000000000206 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_endless_loop__.o)
.data 0x0000000000000206 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_unexpected_.o)
0x0000000000000206 . = ALIGN (0x2)
0x0000000000000206 _edata = .
0x000000000000c7e0 PROVIDE (__data_load_start, LOADADDR (.data))
0x0000000000000006 PROVIDE (__data_size, SIZEOF (.data))
.bss 0x0000000000000206 0x1f8 load address 0x000000000000c7e6
0x0000000000000206 PROVIDE (__bss_start, .)
*(.bss .bss.*)
.bss 0x0000000000000206 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/crt0ivtbl16.o
.bss 0x0000000000000206 0xec main.obj
0x0000000000000206 messageAvailable
0x0000000000000208 numPackets
0x000000000000020a data
0x00000000000002f0 numBytes
.bss 0x00000000000002f2 0x4 DUREX.obj
0x00000000000002f2 Em_App_moreData
0x00000000000002f4 Em_App_state
.bss 0x00000000000002f6 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/../../../../msp430/lib/libc.a(memcpy.o)
.bss 0x00000000000002f6 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_reset_vector__.o)
.bss 0x00000000000002f6 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__watchdog_support.o)
.bss 0x00000000000002f6 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__init_stack.o)
.bss 0x00000000000002f6 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__low_level_init.o)
.bss 0x00000000000002f6 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_copy_data.o)
.bss 0x00000000000002f6 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_clear_bss.o)
.bss 0x00000000000002f6 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__stop_progExec__.o)
.bss 0x00000000000002f6 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_endless_loop__.o)
.bss 0x00000000000002f6 0x0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_unexpected_.o)
*(COMMON)
COMMON 0x00000000000002f6 0x107 DUREX.obj
0x00000000000002f6 Em_App_recvIdx
0x00000000000002f7 Em_App_xmitSize
0x00000000000002f8 Em_App_outBuf
0x00000000000002fa Em_App_ind
0x0000000000000304 Em_App_xmitMask
0x0000000000000308 Em_App_msg
0x00000000000003f4 Em_App_recvSize
0x00000000000003f6 Em_App_fileIndex
0x00000000000003fa Em_App_pdHdlr
0x00000000000003fc Em_App_xmitIdx
0x00000000000003fe . = ALIGN (0x2)
*fill* 0x00000000000003fd 0x1 00
0x00000000000003fe PROVIDE (__bss_end, .)
0x00000000000001f8 PROVIDE (__bss_size, SIZEOF (.bss))
.noinit 0x00000000000003fe 0x2 load address 0x000000000000c7e6
0x00000000000003fe PROVIDE (__noinit_start, .)
*(.noinit .noinit.*)
.noinit.crt0 0x00000000000003fe 0x2 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__watchdog_support.o)
0x00000000000003fe __wdt_clear_value
0x0000000000000400 . = ALIGN (0x2)
0x0000000000000400 PROVIDE (__noinit_end, .)
0x0000000000000400 . = ALIGN (0x2)
0x0000000000000400 _end = .
.infomem 0x0000000000001000 0x0
*(.infomem)
0x0000000000001000 . = ALIGN (0x2)
*(.infomem.*)
.infomemnobits 0x0000000000001000 0x0
*(.infomemnobits)
0x0000000000001000 . = ALIGN (0x2)
*(.infomemnobits.*)
.infoa
*(.infoa .infoa.*)
.infob
*(.infob .infob.*)
.infoc
*(.infoc .infoc.*)
.infod
*(.infod .infod.*)
.vectors 0x000000000000ffe0 0x20
0x000000000000ffe0 PROVIDE (__vectors_start, .)
*(.vectors*)
.vectors 0x000000000000ffe0 0x20 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/crt0ivtbl16.o
0x000000000000ffe0 __ivtbl_16
0x0000000000010000 _vectors_end = .
.fartext 0x0000000000000000 0x0
0x0000000000000000 . = ALIGN (0x2)
*(.fartext)
0x0000000000000000 . = ALIGN (0x2)
*(.fartext.*)
0x0000000000000000 _efartext = .
.profiler
*(.profiler)
.stab
*(.stab)
.stabstr
*(.stabstr)
.stab.excl
*(.stab.excl)
.stab.exclstr
*(.stab.exclstr)
.stab.index
*(.stab.index)
.stab.indexstr
*(.stab.indexstr)
.comment
*(.comment)
.debug
*(.debug)
.line
*(.line)
.debug_srcinfo
*(.debug_srcinfo)
.debug_sfnames
*(.debug_sfnames)
.debug_aranges 0x0000000000000000 0xb8
*(.debug_aranges)
.debug_aranges
0x0000000000000000 0x18 main.obj
.debug_aranges
0x0000000000000018 0x14 DUREX.obj
.debug_aranges
0x000000000000002c 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/../../../../msp430/lib/libc.a(memcpy.o)
.debug_aranges
0x0000000000000040 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__watchdog_support.o)
.debug_aranges
0x0000000000000054 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__init_stack.o)
.debug_aranges
0x0000000000000068 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_copy_data.o)
.debug_aranges
0x000000000000007c 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_clear_bss.o)
.debug_aranges
0x0000000000000090 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_endless_loop__.o)
.debug_aranges
0x00000000000000a4 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_unexpected_.o)
.debug_pubnames
*(.debug_pubnames)
.debug_info 0x0000000000000000 0x13e2
*(.debug_info)
.debug_info 0x0000000000000000 0x81b main.obj
.debug_info 0x000000000000081b 0x75a DUREX.obj
.debug_info 0x0000000000000f75 0x113 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/../../../../msp430/lib/libc.a(memcpy.o)
.debug_info 0x0000000000001088 0x8f /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__watchdog_support.o)
.debug_info 0x0000000000001117 0x8f /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__init_stack.o)
.debug_info 0x00000000000011a6 0x8f /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_copy_data.o)
.debug_info 0x0000000000001235 0x8f /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_clear_bss.o)
.debug_info 0x00000000000012c4 0x8f /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_endless_loop__.o)
.debug_info 0x0000000000001353 0x8f /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_unexpected_.o)
*(.gnu.linkonce.wi.*)
.debug_abbrev 0x0000000000000000 0x4fd
*(.debug_abbrev)
.debug_abbrev 0x0000000000000000 0x1c0 main.obj
.debug_abbrev 0x00000000000001c0 0x22e DUREX.obj
.debug_abbrev 0x00000000000003ee 0x97 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/../../../../msp430/lib/libc.a(memcpy.o)
.debug_abbrev 0x0000000000000485 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__watchdog_support.o)
.debug_abbrev 0x0000000000000499 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__init_stack.o)
.debug_abbrev 0x00000000000004ad 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_copy_data.o)
.debug_abbrev 0x00000000000004c1 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_clear_bss.o)
.debug_abbrev 0x00000000000004d5 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_endless_loop__.o)
.debug_abbrev 0x00000000000004e9 0x14 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_unexpected_.o)
.debug_line 0x0000000000000000 0x762
*(.debug_line)
.debug_line 0x0000000000000000 0x194 main.obj
.debug_line 0x0000000000000194 0x211 DUREX.obj
.debug_line 0x00000000000003a5 0x10e /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/../../../../msp430/lib/libc.a(memcpy.o)
.debug_line 0x00000000000004b3 0x72 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__watchdog_support.o)
.debug_line 0x0000000000000525 0x70 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(__init_stack.o)
.debug_line 0x0000000000000595 0x76 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_copy_data.o)
.debug_line 0x000000000000060b 0x76 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_clear_bss.o)
.debug_line 0x0000000000000681 0x71 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_endless_loop__.o)
.debug_line 0x00000000000006f2 0x70 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/libcrt0.a(_unexpected_.o)
.debug_frame 0x0000000000000000 0x2de
*(.debug_frame)
.debug_frame 0x0000000000000000 0x192 main.obj
.debug_frame 0x0000000000000192 0x114 DUREX.obj
.debug_frame 0x00000000000002a6 0x38 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/../../../../msp430/lib/libc.a(memcpy.o)
.debug_str 0x0000000000000000 0x7cc
*(.debug_str)
.debug_str 0x0000000000000000 0x3c8 main.obj
0x4c0 (size before relaxing)
.debug_str 0x00000000000003c8 0x38f DUREX.obj
0x48e (size before relaxing)
.debug_str 0x0000000000000757 0x75 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/../../../../msp430/lib/libc.a(memcpy.o)
0x100 (size before relaxing)
.debug_loc 0x0000000000000000 0x59f
*(.debug_loc)
.debug_loc 0x0000000000000000 0x113 main.obj
.debug_loc 0x0000000000000113 0x29c DUREX.obj
.debug_loc 0x00000000000003af 0x1f0 /Applications/Development/Em-Builder-IDE/eclipse/emmoco/msptools/bin/../lib/gcc/msp430/4.6.1/../../../../msp430/lib/libc.a(memcpy.o)
.debug_macinfo
*(.debug_macinfo)
.debug_pubtypes
*(.debug_pubtypes)
.debug_ranges 0x0000000000000000 0xc
*(.debug_ranges)
.debug_ranges 0x0000000000000000 0xc main.obj
0x0000000000000400 PROVIDE (__stack, (ORIGIN (ram) + 0x200))
0x000000000000c7e0 PROVIDE (__data_start_rom, _etext)
0x000000000000c7e6 PROVIDE (__data_end_rom, (_etext + SIZEOF (.data)))
OUTPUT(main.out elf32-msp430)