Newer
Older
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
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
Archive member included to satisfy reference by file (symbol)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodhi4.o)
main.o (__udivmodhi4)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodhi4.o)
pid.o (__divmodhi4)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodsi4.o)
main.o (__udivmodsi4)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodsi4.o)
pid.o (__divmodsi4)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_negsi2.o)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodsi4.o) (__negsi2)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
/usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/crtatmega328.o (exit)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_copy_data.o)
main.o (__do_copy_data)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_clear_bss.o)
main.o (__do_clear_bss)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_umulhisi3.o)
main.o (__umulhisi3)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_mulshisi3.o)
pid.o (__mulshisi3)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_muluhisi3.o)
/usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_mulshisi3.o) (__muluhisi3)
/usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(itoa_ncheck.o)
main.o (__itoa_ncheck)
/usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(utoa_ncheck.o)
/usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(itoa_ncheck.o) (__utoa_common)
/usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(strrev.o)
/usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(utoa_ncheck.o) (strrev)
/usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_byte.o)
main.o (eeprom_read_byte)
/usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_word.o)
main.o (eeprom_read_word)
/usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eewr_byte.o)
main.o (eeprom_write_byte)
/usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eewr_word.o)
main.o (eeprom_write_word)
/usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_block.o)
/usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_word.o) (eeprom_read_blraw)
Allocating common symbols
Common symbol size file
freq 0x2 main.o
pidParameters 0x12 main.o
sineTableIndex 0x2 main.o
speedInput 0x1 main.o
a 0x1 main.o
Memory Configuration
Name Origin Length Attributes
text 0x0000000000000000 0x0000000000020000 xr
data 0x0000000000800060 0x000000000000ffa0 rw !x
eeprom 0x0000000000810000 0x0000000000010000 rw !x
fuse 0x0000000000820000 0x0000000000000400 rw !x
lock 0x0000000000830000 0x0000000000000400 rw !x
signature 0x0000000000840000 0x0000000000000400 rw !x
user_signatures 0x0000000000850000 0x0000000000000400 rw !x
*default* 0x0000000000000000 0xffffffffffffffff
Linker script and memory map
Address of section .data set to 0x800100
LOAD /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/crtatmega328.o
LOAD pid.o
LOAD main.o
LOAD lcd.o
START GROUP
LOAD /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a
LOAD /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libm.a
LOAD /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a
LOAD /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a
END GROUP
0x0000000000020000 __TEXT_REGION_LENGTH__ = DEFINED (__TEXT_REGION_LENGTH__)?__TEXT_REGION_LENGTH__:0x20000
0x000000000000ffa0 __DATA_REGION_LENGTH__ = DEFINED (__DATA_REGION_LENGTH__)?__DATA_REGION_LENGTH__:0xffa0
0x0000000000010000 __EEPROM_REGION_LENGTH__ = DEFINED (__EEPROM_REGION_LENGTH__)?__EEPROM_REGION_LENGTH__:0x10000
0x0000000000000400 __FUSE_REGION_LENGTH__ = DEFINED (__FUSE_REGION_LENGTH__)?__FUSE_REGION_LENGTH__:0x400
0x0000000000000400 __LOCK_REGION_LENGTH__ = DEFINED (__LOCK_REGION_LENGTH__)?__LOCK_REGION_LENGTH__:0x400
0x0000000000000400 __SIGNATURE_REGION_LENGTH__ = DEFINED (__SIGNATURE_REGION_LENGTH__)?__SIGNATURE_REGION_LENGTH__:0x400
0x0000000000000400 __USER_SIGNATURE_REGION_LENGTH__ = DEFINED (__USER_SIGNATURE_REGION_LENGTH__)?__USER_SIGNATURE_REGION_LENGTH__:0x400
.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.text
*(.rel.text)
*(.rel.text.*)
*(.rel.gnu.linkonce.t*)
.rela.text
*(.rela.text)
*(.rela.text.*)
*(.rela.gnu.linkonce.t*)
.rel.fini
*(.rel.fini)
.rela.fini
*(.rela.fini)
.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.ctors
*(.rel.ctors)
.rela.ctors
*(.rela.ctors)
.rel.dtors
*(.rel.dtors)
.rela.dtors
*(.rela.dtors)
.rel.got
*(.rel.got)
.rela.got
*(.rela.got)
.rel.bss
*(.rel.bss)
.rela.bss
*(.rela.bss)
.rel.plt
*(.rel.plt)
.rela.plt
*(.rela.plt)
.text 0x0000000000000000 0x13c0
*(.vectors)
.vectors 0x0000000000000000 0x68 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/crtatmega328.o
0x0000000000000000 __vectors
0x0000000000000000 __vector_default
*(.vectors)
*(.progmem.gcc*)
0x0000000000000068 . = ALIGN (0x2)
0x0000000000000068 __trampolines_start = .
*(.trampolines)
.trampolines 0x0000000000000068 0x0 linker stubs
*(.trampolines*)
0x0000000000000068 __trampolines_end = .
*libprintf_flt.a:*(.progmem.data)
*libc.a:*(.progmem.data)
*(.progmem*)
.progmem.data 0x0000000000000068 0x307 main.o
0x00000000000000ef EndofFile
0x0000000000000105 VersionandCopyright
0x0000000000000129 cursorpos
0x000000000000012b cursorextpos
0x000000000000012f sineTable
0x0000000000000370 . = ALIGN (0x2)
*fill* 0x000000000000036f 0x1
*(.jumptables)
*(.jumptables*)
*(.lowtext)
*(.lowtext*)
0x0000000000000370 __ctors_start = .
*(.ctors)
0x0000000000000370 __ctors_end = .
0x0000000000000370 __dtors_start = .
*(.dtors)
0x0000000000000370 __dtors_end = .
SORT(*)(.ctors)
SORT(*)(.dtors)
*(.init0)
.init0 0x0000000000000370 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/crtatmega328.o
0x0000000000000370 __init
*(.init0)
*(.init1)
*(.init1)
*(.init2)
.init2 0x0000000000000370 0xc /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/crtatmega328.o
*(.init2)
*(.init3)
*(.init3)
*(.init4)
.init4 0x000000000000037c 0x16 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_copy_data.o)
0x000000000000037c __do_copy_data
.init4 0x0000000000000392 0x10 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_clear_bss.o)
0x0000000000000392 __do_clear_bss
*(.init4)
*(.init5)
*(.init5)
*(.init6)
*(.init6)
*(.init7)
*(.init7)
*(.init8)
*(.init8)
*(.init9)
.init9 0x00000000000003a2 0x8 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/crtatmega328.o
*(.init9)
*(.text)
.text 0x00000000000003aa 0x4 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/crtatmega328.o
0x00000000000003aa __vector_22
0x00000000000003aa __vector_1
0x00000000000003aa __vector_24
0x00000000000003aa __vector_12
0x00000000000003aa __bad_interrupt
0x00000000000003aa __vector_6
0x00000000000003aa __vector_3
0x00000000000003aa __vector_23
0x00000000000003aa __vector_25
0x00000000000003aa __vector_11
0x00000000000003aa __vector_13
0x00000000000003aa __vector_17
0x00000000000003aa __vector_19
0x00000000000003aa __vector_7
0x00000000000003aa __vector_4
0x00000000000003aa __vector_9
0x00000000000003aa __vector_2
0x00000000000003aa __vector_8
0x00000000000003aa __vector_18
0x00000000000003aa __vector_20
.text 0x00000000000003ae 0x1b4 pid.o
0x00000000000003ae PID_Init
0x0000000000000400 PID_Controller
0x0000000000000556 PID_Reset_Integrator
.text 0x0000000000000562 0x74e main.o
0x000000000000066c keyin
0x0000000000000674 wrEEPROM
0x0000000000000998 __vector_5
0x00000000000009f4 __vector_16
0x00000000000009f6 __vector_15
0x00000000000009f6 __vector_14
0x00000000000009f8 __vector_10
0x0000000000000c46 __vector_21
.text 0x0000000000000cb0 0x1a6 lcd.o
0x0000000000000d42 lcd_command
0x0000000000000d54 lcd_data
0x0000000000000d66 lcd_gotoxy
0x0000000000000d74 lcd_getxy
0x0000000000000d7c lcd_clrscr
0x0000000000000d82 lcd_home
0x0000000000000d88 lcd_putc
0x0000000000000db0 lcd_puts
0x0000000000000dc8 lcd_puts_p
0x0000000000000de6 lcd_init
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodhi4.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodhi4.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodsi4.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodsi4.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_negsi2.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_copy_data.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_clear_bss.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_umulhisi3.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_mulshisi3.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_muluhisi3.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(itoa_ncheck.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(utoa_ncheck.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(strrev.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_byte.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_word.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eewr_byte.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eewr_word.o)
.text 0x0000000000000e56 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_block.o)
0x0000000000000e56 . = ALIGN (0x2)
*(.text.*)
.text.startup 0x0000000000000e56 0x384 main.o
0x0000000000000e56 main
.text.libgcc.mul
0x00000000000011da 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodhi4.o)
.text.libgcc.div
0x00000000000011da 0x28 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodhi4.o)
0x00000000000011da __udivmodhi4
.text.libgcc 0x0000000000001202 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodhi4.o)
.text.libgcc.prologue
0x0000000000001202 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodhi4.o)
.text.libgcc.builtins
0x0000000000001202 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodhi4.o)
.text.libgcc.fmul
0x0000000000001202 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodhi4.o)
.text.libgcc.fixed
0x0000000000001202 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodhi4.o)
.text.libgcc.mul
0x0000000000001202 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodhi4.o)
.text.libgcc.div
0x0000000000001202 0x28 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodhi4.o)
0x0000000000001202 __divmodhi4
0x0000000000001202 _div
.text.libgcc 0x000000000000122a 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodhi4.o)
.text.libgcc.prologue
0x000000000000122a 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodhi4.o)
.text.libgcc.builtins
0x000000000000122a 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodhi4.o)
.text.libgcc.fmul
0x000000000000122a 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodhi4.o)
.text.libgcc.fixed
0x000000000000122a 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodhi4.o)
.text.libgcc.mul
0x000000000000122a 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodsi4.o)
.text.libgcc.div
0x000000000000122a 0x44 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodsi4.o)
0x000000000000122a __udivmodsi4
.text.libgcc 0x000000000000126e 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodsi4.o)
.text.libgcc.prologue
0x000000000000126e 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodsi4.o)
.text.libgcc.builtins
0x000000000000126e 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodsi4.o)
.text.libgcc.fmul
0x000000000000126e 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodsi4.o)
.text.libgcc.fixed
0x000000000000126e 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodsi4.o)
.text.libgcc.mul
0x000000000000126e 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodsi4.o)
.text.libgcc.div
0x000000000000126e 0x2e /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodsi4.o)
0x000000000000126e __divmodsi4
.text.libgcc 0x000000000000129c 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodsi4.o)
.text.libgcc.prologue
0x000000000000129c 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodsi4.o)
.text.libgcc.builtins
0x000000000000129c 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodsi4.o)
.text.libgcc.fmul
0x000000000000129c 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodsi4.o)
.text.libgcc.fixed
0x000000000000129c 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodsi4.o)
.text.libgcc.mul
0x000000000000129c 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_negsi2.o)
.text.libgcc.div
0x000000000000129c 0x10 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_negsi2.o)
0x000000000000129c __negsi2
.text.libgcc 0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_negsi2.o)
.text.libgcc.prologue
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_negsi2.o)
.text.libgcc.builtins
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_negsi2.o)
.text.libgcc.fmul
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_negsi2.o)
.text.libgcc.fixed
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_negsi2.o)
.text.libgcc.mul
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
.text.libgcc.div
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
.text.libgcc 0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
.text.libgcc.prologue
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
.text.libgcc.builtins
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
.text.libgcc.fmul
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
.text.libgcc.fixed
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
.text.libgcc.mul
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_copy_data.o)
.text.libgcc.div
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_copy_data.o)
.text.libgcc 0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_copy_data.o)
.text.libgcc.prologue
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_copy_data.o)
.text.libgcc.builtins
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_copy_data.o)
.text.libgcc.fmul
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_copy_data.o)
.text.libgcc.fixed
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_copy_data.o)
.text.libgcc.mul
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_clear_bss.o)
.text.libgcc.div
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_clear_bss.o)
.text.libgcc 0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_clear_bss.o)
.text.libgcc.prologue
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_clear_bss.o)
.text.libgcc.builtins
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_clear_bss.o)
.text.libgcc.fmul
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_clear_bss.o)
.text.libgcc.fixed
0x00000000000012ac 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_clear_bss.o)
.text.libgcc.mul
0x00000000000012ac 0x1e /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_umulhisi3.o)
0x00000000000012ac __umulhisi3
.text.libgcc.div
0x00000000000012ca 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_umulhisi3.o)
.text.libgcc 0x00000000000012ca 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_umulhisi3.o)
.text.libgcc.prologue
0x00000000000012ca 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_umulhisi3.o)
.text.libgcc.builtins
0x00000000000012ca 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_umulhisi3.o)
.text.libgcc.fmul
0x00000000000012ca 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_umulhisi3.o)
.text.libgcc.fixed
0x00000000000012ca 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_umulhisi3.o)
.text.libgcc.mul
0x00000000000012ca 0x10 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_mulshisi3.o)
0x00000000000012ca __mulshisi3
0x00000000000012d0 __mulohisi3
.text.libgcc.div
0x00000000000012da 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_mulshisi3.o)
.text.libgcc 0x00000000000012da 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_mulshisi3.o)
.text.libgcc.prologue
0x00000000000012da 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_mulshisi3.o)
.text.libgcc.builtins
0x00000000000012da 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_mulshisi3.o)
.text.libgcc.fmul
0x00000000000012da 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_mulshisi3.o)
.text.libgcc.fixed
0x00000000000012da 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_mulshisi3.o)
.text.libgcc.mul
0x00000000000012da 0x16 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_muluhisi3.o)
0x00000000000012da __muluhisi3
.text.libgcc.div
0x00000000000012f0 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_muluhisi3.o)
.text.libgcc 0x00000000000012f0 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_muluhisi3.o)
.text.libgcc.prologue
0x00000000000012f0 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_muluhisi3.o)
.text.libgcc.builtins
0x00000000000012f0 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_muluhisi3.o)
.text.libgcc.fmul
0x00000000000012f0 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_muluhisi3.o)
.text.libgcc.fixed
0x00000000000012f0 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_muluhisi3.o)
.text.avr-libc
0x00000000000012f0 0x16 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(itoa_ncheck.o)
0x00000000000012f0 __itoa_ncheck
.text.avr-libc
0x0000000000001306 0x34 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(utoa_ncheck.o)
0x0000000000001306 __utoa_ncheck
0x0000000000001308 __utoa_common
.text.avr-libc
0x000000000000133a 0x20 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(strrev.o)
0x000000000000133a strrev
.text.avr-libc
0x000000000000135a 0x10 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_byte.o)
0x000000000000135a eeprom_read_byte
.text.avr-libc
0x000000000000136a 0xc /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_word.o)
0x000000000000136a eeprom_read_word
.text.avr-libc
0x0000000000001376 0x1c /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eewr_byte.o)
0x0000000000001376 eeprom_write_byte
0x0000000000001378 eeprom_write_r18
.text.avr-libc
0x0000000000001392 0xa /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eewr_word.o)
0x0000000000001392 eeprom_write_word
.text.avr-libc
0x000000000000139c 0x20 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_block.o)
0x000000000000139c eeprom_read_block
0x00000000000013a0 eeprom_read_blraw
0x00000000000013bc . = ALIGN (0x2)
*(.fini9)
.fini9 0x00000000000013bc 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
0x00000000000013bc exit
0x00000000000013bc _exit
*(.fini9)
*(.fini8)
*(.fini8)
*(.fini7)
*(.fini7)
*(.fini6)
*(.fini6)
*(.fini5)
*(.fini5)
*(.fini4)
*(.fini4)
*(.fini3)
*(.fini3)
*(.fini2)
*(.fini2)
*(.fini1)
*(.fini1)
*(.fini0)
.fini0 0x00000000000013bc 0x4 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
*(.fini0)
0x00000000000013c0 _etext = .
.data 0x0000000000800100 0x20 load address 0x00000000000013c0
0x0000000000800100 PROVIDE (__data_start, .)
*(.data)
.data 0x0000000000800100 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/crtatmega328.o
.data 0x0000000000800100 0x0 pid.o
.data 0x0000000000800100 0x1f main.o
0x0000000000800100 dectable
0x000000000080010c hextable
0x000000000080011e DEAD_TIME_HALF
.data 0x000000000080011f 0x0 lcd.o
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodhi4.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodhi4.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodsi4.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodsi4.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_negsi2.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_copy_data.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_clear_bss.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_umulhisi3.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_mulshisi3.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_muluhisi3.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(itoa_ncheck.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(utoa_ncheck.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(strrev.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_byte.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_word.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eewr_byte.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eewr_word.o)
.data 0x000000000080011f 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_block.o)
*(.data*)
*(.rodata)
*(.rodata*)
*(.gnu.linkonce.d*)
0x0000000000800120 . = ALIGN (0x2)
*fill* 0x000000000080011f 0x1
0x0000000000800120 _edata = .
0x0000000000800120 PROVIDE (__data_end, .)
.bss 0x0000000000800120 0x1c
0x0000000000800120 PROVIDE (__bss_start, .)
*(.bss)
.bss 0x0000000000800120 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/crtatmega328.o
.bss 0x0000000000800120 0x0 pid.o
.bss 0x0000000000800120 0x4 main.o
0x0000000000800120 SpeedControllerRun
0x0000000000800121 parameter
.bss 0x0000000000800124 0x0 lcd.o
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodhi4.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodhi4.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_udivmodsi4.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_divmodsi4.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_negsi2.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_exit.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_copy_data.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_clear_bss.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_umulhisi3.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_mulshisi3.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/avr5/libgcc.a(_muluhisi3.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(itoa_ncheck.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(utoa_ncheck.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libc.a(strrev.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_byte.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_word.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eewr_byte.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eewr_word.o)
.bss 0x0000000000800124 0x0 /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/libatmega328.a(eerd_block.o)
*(.bss*)
*(COMMON)
COMMON 0x0000000000800124 0x18 main.o
0x0000000000800124 freq
0x0000000000800126 pidParameters
0x0000000000800138 sineTableIndex
0x000000000080013a speedInput
0x000000000080013b a
0x000000000080013c PROVIDE (__bss_end, .)
0x00000000000013c0 __data_load_start = LOADADDR (.data)
0x00000000000013e0 __data_load_end = (__data_load_start + SIZEOF (.data))
.noinit 0x000000000080013c 0x0
[!provide] PROVIDE (__noinit_start, .)
*(.noinit*)
[!provide] PROVIDE (__noinit_end, .)
0x000000000080013c _end = .
[!provide] PROVIDE (__heap_start, .)
.eeprom 0x0000000000810000 0x9
*(.eeprom*)
.eeprom 0x0000000000810000 0x9 main.o
0x0000000000810000 ee_pid_D
0x0000000000810002 ee_pid_I
0x0000000000810004 ee_pid_P
0x0000000000810006 ee_VperHz
0x0000000000810007 ee_Inco
0x0000000000810008 ee_DEAD_TIME_HALF
0x0000000000810009 __eeprom_end = .
.fuse
*(.fuse)
*(.lfuse)
*(.hfuse)
*(.efuse)
.lock
*(.lock*)
.signature
*(.signature*)
.user_signatures
*(.user_signatures*)
.stab
*(.stab)
.stabstr
*(.stabstr)
.stab.excl
*(.stab.excl)
.stab.exclstr
*(.stab.exclstr)
.stab.index
*(.stab.index)
.stab.indexstr
*(.stab.indexstr)
.comment 0x0000000000000000 0x11
*(.comment)
.comment 0x0000000000000000 0x11 pid.o
0x12 (size before relaxing)
.comment 0x0000000000000011 0x12 main.o
.comment 0x0000000000000011 0x12 lcd.o
.note.gnu.avr.deviceinfo
0x0000000000000000 0x3c
.note.gnu.avr.deviceinfo
0x0000000000000000 0x3c /usr/lib/gcc/avr/4.9.2/../../../avr/lib/avr5/crtatmega328.o
.note.gnu.build-id
*(.note.gnu.build-id)
.debug
*(.debug)
.line
*(.line)
.debug_srcinfo
*(.debug_srcinfo)
.debug_sfnames
*(.debug_sfnames)
.debug_aranges 0x0000000000000000 0x68
*(.debug_aranges)
.debug_aranges
0x0000000000000000 0x20 pid.o
.debug_aranges
0x0000000000000020 0x28 main.o
.debug_aranges
0x0000000000000048 0x20 lcd.o
.debug_pubnames
*(.debug_pubnames)
.debug_info 0x0000000000000000 0x1f5b
*(.debug_info .gnu.linkonce.wi.*)
.debug_info 0x0000000000000000 0x21d pid.o
.debug_info 0x000000000000021d 0x178b main.o
.debug_info 0x00000000000019a8 0x5b3 lcd.o
.debug_abbrev 0x0000000000000000 0x7bf
*(.debug_abbrev)
.debug_abbrev 0x0000000000000000 0xf7 pid.o
.debug_abbrev 0x00000000000000f7 0x451 main.o
.debug_abbrev 0x0000000000000548 0x277 lcd.o
.debug_line 0x0000000000000000 0xc8c
*(.debug_line .debug_line.* .debug_line_end)
.debug_line 0x0000000000000000 0x114 pid.o
.debug_line 0x0000000000000114 0x8b4 main.o
.debug_line 0x00000000000009c8 0x2c4 lcd.o
.debug_frame 0x0000000000000000 0x3ec
*(.debug_frame)
.debug_frame 0x0000000000000000 0x70 pid.o
.debug_frame 0x0000000000000070 0x230 main.o
.debug_frame 0x00000000000002a0 0x14c lcd.o
.debug_str 0x0000000000000000 0x773
*(.debug_str)
.debug_str 0x0000000000000000 0x1d2 pid.o
0x216 (size before relaxing)
.debug_str 0x00000000000001d2 0x503 main.o
0x6cd (size before relaxing)
.debug_str 0x00000000000006d5 0x9e lcd.o
0x22f (size before relaxing)
.debug_loc 0x0000000000000000 0x128f
*(.debug_loc)
.debug_loc 0x0000000000000000 0x397 pid.o
.debug_loc 0x0000000000000397 0x9e7 main.o
.debug_loc 0x0000000000000d7e 0x511 lcd.o
.debug_macinfo
*(.debug_macinfo)
.debug_weaknames
*(.debug_weaknames)
.debug_funcnames
*(.debug_funcnames)
.debug_typenames
*(.debug_typenames)
.debug_varnames
*(.debug_varnames)
.debug_pubtypes
*(.debug_pubtypes)
.debug_ranges 0x0000000000000000 0x60
*(.debug_ranges)
.debug_ranges 0x0000000000000000 0x48 main.o
.debug_ranges 0x0000000000000048 0x18 lcd.o
.debug_macro
*(.debug_macro)
OUTPUT(VFD_Sinus_AT168.elf elf32-avr)
LOAD linker stubs