-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfirmware.map
980 lines (907 loc) · 53.9 KB
/
firmware.map
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
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
Archive member included to satisfy reference by file (symbol)
/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o (exit)
/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
lib/key-functions/private.o (__tablejump2__)
/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
main.o (__do_copy_data)
/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
main.o (__do_clear_bss)
Allocating common symbols
Common symbol size file
main_loop_row 0x1 main.o
main_layers_pressed
0x54 main.o
main_arg_row 0x1 main.o
main_arg_layer 0x1 main.o
layers 0x28 main.o
main_arg_was_pressed
0x1 main.o
main_arg_is_pressed
0x1 main.o
main_loop_col 0x1 main.o
main_arg_layer_offset
0x1 main.o
main_arg_col 0x1 main.o
Discarded input sections
.data 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
.bss 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
.text 0x0000000000000000 0x0 main.o
.data 0x0000000000000000 0x0 main.o
.bss 0x0000000000000000 0x0 main.o
.text.main_layers_get_offset_id
0x0000000000000000 0x2a main.o
.text 0x0000000000000000 0x0 keyboard/ergodox/controller.o
.data 0x0000000000000000 0x0 keyboard/ergodox/controller.o
.bss 0x0000000000000000 0x0 keyboard/ergodox/controller.o
.text 0x0000000000000000 0x0 keyboard/ergodox/controller/mcp23018.o
.data 0x0000000000000000 0x0 keyboard/ergodox/controller/mcp23018.o
.bss 0x0000000000000000 0x0 keyboard/ergodox/controller/mcp23018.o
.text 0x0000000000000000 0x0 keyboard/ergodox/controller/teensy-2-0.o
.data 0x0000000000000000 0x0 keyboard/ergodox/controller/teensy-2-0.o
.bss 0x0000000000000000 0x0 keyboard/ergodox/controller/teensy-2-0.o
.text 0x0000000000000000 0x0 keyboard/ergodox/layout/default--layout.o
.data 0x0000000000000000 0x0 keyboard/ergodox/layout/default--layout.o
.bss 0x0000000000000000 0x0 keyboard/ergodox/layout/default--layout.o
.text 0x0000000000000000 0x0 lib/key-functions/private.o
.data 0x0000000000000000 0x0 lib/key-functions/private.o
.bss 0x0000000000000000 0x0 lib/key-functions/private.o
.text._kbfun_is_pressed
0x0000000000000000 0x56 lib/key-functions/private.o
.progmem.gcc_sw_table._kbfun_is_pressed
0x0000000000000000 0x10 lib/key-functions/private.o
.text 0x0000000000000000 0x0 lib/twi/teensy-2-0.o
.data 0x0000000000000000 0x0 lib/twi/teensy-2-0.o
.bss 0x0000000000000000 0x0 lib/twi/teensy-2-0.o
.text 0x0000000000000000 0x0 lib/usb/TODO.o
.data 0x0000000000000000 0x0 lib/usb/TODO.o
.bss 0x0000000000000000 0x0 lib/usb/TODO.o
.comment 0x0000000000000000 0x12 lib/usb/TODO.o
.text 0x0000000000000000 0x0 lib/key-functions/public/basic.o
.data 0x0000000000000000 0x0 lib/key-functions/public/basic.o
.bss 0x0000000000000000 0x0 lib/key-functions/public/basic.o
.text.kbfun_toggle
0x0000000000000000 0x50 lib/key-functions/public/basic.o
.text.kbfun_transparent
0x0000000000000000 0x30 lib/key-functions/public/basic.o
.text.kbfun_layer_push_3
0x0000000000000000 0x6 lib/key-functions/public/basic.o
.text.kbfun_layer_push_4
0x0000000000000000 0x6 lib/key-functions/public/basic.o
.text.kbfun_layer_push_5
0x0000000000000000 0x6 lib/key-functions/public/basic.o
.text.kbfun_layer_push_6
0x0000000000000000 0x6 lib/key-functions/public/basic.o
.text.kbfun_layer_push_7
0x0000000000000000 0x6 lib/key-functions/public/basic.o
.text.kbfun_layer_push_8
0x0000000000000000 0x6 lib/key-functions/public/basic.o
.text.kbfun_layer_push_9
0x0000000000000000 0x6 lib/key-functions/public/basic.o
.text.kbfun_layer_push_10
0x0000000000000000 0x6 lib/key-functions/public/basic.o
.text 0x0000000000000000 0x0 lib/key-functions/public/device.o
.data 0x0000000000000000 0x0 lib/key-functions/public/device.o
.bss 0x0000000000000000 0x0 lib/key-functions/public/device.o
.text 0x0000000000000000 0x0 lib/key-functions/public/special.o
.data 0x0000000000000000 0x0 lib/key-functions/public/special.o
.bss 0x0000000000000000 0x0 lib/key-functions/public/special.o
.text.numpad_toggle_numlock
0x0000000000000000 0x18 lib/key-functions/public/special.o
.text.kbfun_2_keys_capslock_press_release
0x0000000000000000 0xbe lib/key-functions/public/special.o
.text.kbfun_layer_push_numpad
0x0000000000000000 0x42 lib/key-functions/public/special.o
.text.kbfun_layer_pop_numpad
0x0000000000000000 0x10 lib/key-functions/public/special.o
.bss.rshift_pressed.1783
0x0000000000000000 0x1 lib/key-functions/public/special.o
.bss.lshift_pressed.1782
0x0000000000000000 0x1 lib/key-functions/public/special.o
.bss.keys_pressed.1781
0x0000000000000000 0x1 lib/key-functions/public/special.o
.bss.numpad_layer_id
0x0000000000000000 0x1 lib/key-functions/public/special.o
.text 0x0000000000000000 0x0 lib-other/pjrc/usb_keyboard/usb_keyboard.o
.data 0x0000000000000000 0x0 lib-other/pjrc/usb_keyboard/usb_keyboard.o
.bss 0x0000000000000000 0x0 lib-other/pjrc/usb_keyboard/usb_keyboard.o
.text.usb_keyboard_press
0x0000000000000000 0x1e lib-other/pjrc/usb_keyboard/usb_keyboard.o
.text 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
.data 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
.bss 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
.text.libgcc.mul
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
.text.libgcc.div
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
.text.libgcc 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
.text.libgcc.prologue
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
.text.libgcc.builtins
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
.text.libgcc.fmul
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
.text.libgcc.fixed
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
.text 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
.data 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
.bss 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
.text.libgcc.mul
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
.text.libgcc.div
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
.text.libgcc.prologue
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
.text.libgcc.builtins
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
.text.libgcc.fmul
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
.text.libgcc.fixed
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
.text 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
.data 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
.bss 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
.text.libgcc.mul
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
.text.libgcc.div
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
.text.libgcc 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
.text.libgcc.prologue
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
.text.libgcc.builtins
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
.text.libgcc.fmul
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
.text.libgcc.fixed
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
.text 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
.data 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
.bss 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
.text.libgcc.mul
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
.text.libgcc.div
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
.text.libgcc 0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
.text.libgcc.prologue
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
.text.libgcc.builtins
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
.text.libgcc.fmul
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
.text.libgcc.fixed
0x0000000000000000 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.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
*default* 0x0000000000000000 0xffffffffffffffff
Linker script and memory map
Address of section .data set to 0x800100
LOAD /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
LOAD main.o
LOAD keyboard/ergodox/controller.o
LOAD keyboard/ergodox/controller/mcp23018.o
LOAD keyboard/ergodox/controller/teensy-2-0.o
LOAD keyboard/ergodox/layout/default--layout.o
LOAD lib/key-functions/private.o
LOAD lib/twi/teensy-2-0.o
LOAD lib/usb/TODO.o
LOAD lib/key-functions/public/basic.o
LOAD lib/key-functions/public/device.o
LOAD lib/key-functions/public/special.o
LOAD lib-other/pjrc/usb_keyboard/usb_keyboard.o
START GROUP
LOAD /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a
LOAD /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/libm.a
LOAD /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/libc.a
END GROUP
.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 0x21bc
*(.vectors)
.vectors 0x0000000000000000 0xac /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
0x0000000000000000 __vectors
0x0000000000000000 __vector_default
*(.vectors)
*(.progmem.gcc*)
.progmem.gcc_sw_table._kbfun_press_release
0x00000000000000ac 0x10 lib/key-functions/private.o
0x00000000000000bc . = ALIGN (0x2)
0x00000000000000bc __trampolines_start = .
*(.trampolines)
.trampolines 0x00000000000000bc 0x0 linker stubs
*(.trampolines*)
0x00000000000000bc __trampolines_end = .
*(.progmem*)
.progmem.data._kb_layout_release
0x00000000000000bc 0x690 keyboard/ergodox/layout/default--layout.o
0x00000000000000bc _kb_layout_release
.progmem.data._kb_layout_press
0x000000000000074c 0x690 keyboard/ergodox/layout/default--layout.o
0x000000000000074c _kb_layout_press
.progmem.data._kb_layout
0x0000000000000ddc 0x348 keyboard/ergodox/layout/default--layout.o
0x0000000000000ddc _kb_layout
.progmem.data.descriptor_list
0x0000000000001124 0x31 lib-other/pjrc/usb_keyboard/usb_keyboard.o
.progmem.data.string2
0x0000000000001155 0x38 lib-other/pjrc/usb_keyboard/usb_keyboard.o
.progmem.data.string1
0x000000000000118d 0x1a lib-other/pjrc/usb_keyboard/usb_keyboard.o
.progmem.data.string0
0x00000000000011a7 0x4 lib-other/pjrc/usb_keyboard/usb_keyboard.o
.progmem.data.config1_descriptor
0x00000000000011ab 0x22 lib-other/pjrc/usb_keyboard/usb_keyboard.o
.progmem.data.keyboard_hid_report_desc
0x00000000000011cd 0x3f lib-other/pjrc/usb_keyboard/usb_keyboard.o
.progmem.data.device_descriptor
0x000000000000120c 0x12 lib-other/pjrc/usb_keyboard/usb_keyboard.o
.progmem.data.endpoint_config_table
0x000000000000121e 0x6 lib-other/pjrc/usb_keyboard/usb_keyboard.o
0x0000000000001224 . = ALIGN (0x2)
*(.jumptables)
*(.jumptables*)
*(.lowtext)
*(.lowtext*)
0x0000000000001224 __ctors_start = .
*(.ctors)
0x0000000000001224 __ctors_end = .
0x0000000000001224 __dtors_start = .
*(.dtors)
0x0000000000001224 __dtors_end = .
SORT(*)(.ctors)
SORT(*)(.dtors)
*(.init0)
.init0 0x0000000000001224 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
0x0000000000001224 __init
*(.init0)
*(.init1)
*(.init1)
*(.init2)
.init2 0x0000000000001224 0xc /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
*(.init2)
*(.init3)
*(.init3)
*(.init4)
.init4 0x0000000000001230 0x16 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
0x0000000000001230 __do_copy_data
.init4 0x0000000000001246 0x10 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
0x0000000000001246 __do_clear_bss
*(.init4)
*(.init5)
*(.init5)
*(.init6)
*(.init6)
*(.init7)
*(.init7)
*(.init8)
*(.init8)
*(.init9)
.init9 0x0000000000001256 0x4 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
*(.init9)
*(.text)
.text 0x000000000000125a 0x4 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
0x000000000000125a __vector_42
0x000000000000125a __vector_22
0x000000000000125a __vector_28
0x000000000000125a __vector_1
0x000000000000125a __vector_32
0x000000000000125a __vector_34
0x000000000000125a __vector_24
0x000000000000125a __vector_12
0x000000000000125a __bad_interrupt
0x000000000000125a __vector_6
0x000000000000125a __vector_31
0x000000000000125a __vector_35
0x000000000000125a __vector_39
0x000000000000125a __vector_3
0x000000000000125a __vector_23
0x000000000000125a __vector_30
0x000000000000125a __vector_25
0x000000000000125a __vector_13
0x000000000000125a __vector_17
0x000000000000125a __vector_19
0x000000000000125a __vector_7
0x000000000000125a __vector_41
0x000000000000125a __vector_27
0x000000000000125a __vector_5
0x000000000000125a __vector_33
0x000000000000125a __vector_37
0x000000000000125a __vector_4
0x000000000000125a __vector_9
0x000000000000125a __vector_2
0x000000000000125a __vector_21
0x000000000000125a __vector_15
0x000000000000125a __vector_36
0x000000000000125a __vector_29
0x000000000000125a __vector_40
0x000000000000125a __vector_8
0x000000000000125a __vector_26
0x000000000000125a __vector_14
0x000000000000125a __vector_16
0x000000000000125a __vector_18
0x000000000000125a __vector_20
0x000000000000125a __vector_38
0x000000000000125e . = ALIGN (0x2)
*(.text.*)
.text.main_exec_key
0x000000000000125e 0x60 main.o
0x000000000000125e main_exec_key
.text.main_layers_peek
0x00000000000012be 0x1e main.o
0x00000000000012be main_layers_peek
.text.startup.main
0x00000000000012dc 0x192 main.o
0x00000000000012dc main
.text.main_layers_push
0x000000000000146e 0x3e main.o
0x000000000000146e main_layers_push
.text.main_layers_pop_id
0x00000000000014ac 0x72 main.o
0x00000000000014ac main_layers_pop_id
.text.kb_init 0x000000000000151e 0x16 keyboard/ergodox/controller.o
0x000000000000151e kb_init
.text.kb_update_matrix
0x0000000000001534 0x20 keyboard/ergodox/controller.o
0x0000000000001534 kb_update_matrix
.text.mcp23018_init
0x0000000000001554 0x56 keyboard/ergodox/controller/mcp23018.o
0x0000000000001554 mcp23018_init
.text.mcp23018_update_matrix
0x00000000000015aa 0xec keyboard/ergodox/controller/mcp23018.o
0x00000000000015aa mcp23018_update_matrix
.text.teensy_init
0x0000000000001696 0x192 keyboard/ergodox/controller/teensy-2-0.o
0x0000000000001696 teensy_init
.text.teensy_update_matrix
0x0000000000001828 0x28e keyboard/ergodox/controller/teensy-2-0.o
0x0000000000001828 teensy_update_matrix
.text.kbfun_layer_pop_all
0x0000000000001ab6 0x14 keyboard/ergodox/layout/default--layout.o
0x0000000000001ab6 kbfun_layer_pop_all
.text._kbfun_press_release
0x0000000000001aca 0xbe lib/key-functions/private.o
0x0000000000001aca _kbfun_press_release
.text.twi_init
0x0000000000001b88 0x12 lib/twi/teensy-2-0.o
0x0000000000001b88 twi_init
.text.twi_start
0x0000000000001b9a 0x2e lib/twi/teensy-2-0.o
0x0000000000001b9a twi_start
.text.twi_stop
0x0000000000001bc8 0x10 lib/twi/teensy-2-0.o
0x0000000000001bc8 twi_stop
.text.twi_send
0x0000000000001bd8 0x3c lib/twi/teensy-2-0.o
0x0000000000001bd8 twi_send
.text.twi_read
0x0000000000001c14 0x2c lib/twi/teensy-2-0.o
0x0000000000001c14 twi_read
.text.layer_pop
0x0000000000001c40 0x1e lib/key-functions/public/basic.o
.text.layer_push
0x0000000000001c5e 0x54 lib/key-functions/public/basic.o
.text.kbfun_press_release
0x0000000000001cb2 0x2e lib/key-functions/public/basic.o
0x0000000000001cb2 kbfun_press_release
.text.kbfun_layer_push_1
0x0000000000001ce0 0x4 lib/key-functions/public/basic.o
0x0000000000001ce0 kbfun_layer_push_1
.text.kbfun_layer_pop_1
0x0000000000001ce4 0x4 lib/key-functions/public/basic.o
0x0000000000001ce4 kbfun_layer_pop_1
.text.kbfun_layer_push_2
0x0000000000001ce8 0xe lib/key-functions/public/basic.o
0x0000000000001ce8 kbfun_layer_push_2
.text.kbfun_layer_pop_2
0x0000000000001cf6 0xe lib/key-functions/public/basic.o
0x0000000000001cf6 kbfun_layer_pop_2
.text.kbfun_layer_pop_3
0x0000000000001d04 0x4 lib/key-functions/public/basic.o
0x0000000000001d04 kbfun_layer_pop_3
.text.kbfun_layer_pop_4
0x0000000000001d08 0x4 lib/key-functions/public/basic.o
0x0000000000001d08 kbfun_layer_pop_4
.text.kbfun_layer_pop_5
0x0000000000001d0c 0x4 lib/key-functions/public/basic.o
0x0000000000001d0c kbfun_layer_pop_5
.text.kbfun_layer_pop_6
0x0000000000001d10 0x4 lib/key-functions/public/basic.o
0x0000000000001d10 kbfun_layer_pop_6
.text.kbfun_layer_pop_7
0x0000000000001d14 0x4 lib/key-functions/public/basic.o
0x0000000000001d14 kbfun_layer_pop_7
.text.kbfun_layer_pop_8
0x0000000000001d18 0x4 lib/key-functions/public/basic.o
0x0000000000001d18 kbfun_layer_pop_8
.text.kbfun_layer_pop_9
0x0000000000001d1c 0x4 lib/key-functions/public/basic.o
0x0000000000001d1c kbfun_layer_pop_9
.text.kbfun_layer_pop_10
0x0000000000001d20 0x4 lib/key-functions/public/basic.o
0x0000000000001d20 kbfun_layer_pop_10
.text.kbfun_jump_to_bootloader
0x0000000000001d24 0x64 lib/key-functions/public/device.o
0x0000000000001d24 kbfun_jump_to_bootloader
.text.kbfun_shift_press_release
0x0000000000001d88 0xa lib/key-functions/public/special.o
0x0000000000001d88 kbfun_shift_press_release
.text.usb_wait_in_ready
0x0000000000001d92 0xa lib-other/pjrc/usb_keyboard/usb_keyboard.o
.text.usb_init
0x0000000000001d9c 0x2e lib-other/pjrc/usb_keyboard/usb_keyboard.o
0x0000000000001d9c usb_init
.text.usb_configured
0x0000000000001dca 0x6 lib-other/pjrc/usb_keyboard/usb_keyboard.o
0x0000000000001dca usb_configured
.text.usb_keyboard_send
0x0000000000001dd0 0x70 lib-other/pjrc/usb_keyboard/usb_keyboard.o
0x0000000000001dd0 usb_keyboard_send
.text.__vector_10
0x0000000000001e40 0xb8 lib-other/pjrc/usb_keyboard/usb_keyboard.o
0x0000000000001e40 __vector_10
.text.__vector_11
0x0000000000001ef8 0x2b4 lib-other/pjrc/usb_keyboard/usb_keyboard.o
0x0000000000001ef8 __vector_11
.text.libgcc 0x00000000000021ac 0xc /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
0x00000000000021ac __tablejump2__
0x00000000000021b8 . = ALIGN (0x2)
*(.fini9)
.fini9 0x00000000000021b8 0x0 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
0x00000000000021b8 exit
0x00000000000021b8 _exit
*(.fini9)
*(.fini8)
*(.fini8)
*(.fini7)
*(.fini7)
*(.fini6)
*(.fini6)
*(.fini5)
*(.fini5)
*(.fini4)
*(.fini4)
*(.fini3)
*(.fini3)
*(.fini2)
*(.fini2)
*(.fini1)
*(.fini1)
*(.fini0)
.fini0 0x00000000000021b8 0x4 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
*(.fini0)
0x00000000000021bc _etext = .
.data 0x0000000000800100 0x1a load address 0x00000000000021bc
0x0000000000800100 PROVIDE (__data_start, .)
*(.data)
*(.data*)
.data.layers_ids_in_use
0x0000000000800100 0x14 main.o
0x0000000000800100 layers_ids_in_use
.data.main_kb_was_pressed
0x0000000000800114 0x2 main.o
0x0000000000800114 main_kb_was_pressed
.data.main_kb_is_pressed
0x0000000000800116 0x2 main.o
0x0000000000800116 main_kb_is_pressed
.data.keyboard_idle_config
0x0000000000800118 0x1 lib-other/pjrc/usb_keyboard/usb_keyboard.o
.data.keyboard_protocol
0x0000000000800119 0x1 lib-other/pjrc/usb_keyboard/usb_keyboard.o
*(.rodata)
*(.rodata*)
*(.gnu.linkonce.d*)
0x000000000080011a . = ALIGN (0x2)
0x000000000080011a _edata = .
0x000000000080011a PROVIDE (__data_end, .)
.bss 0x000000000080011a 0x14c
0x000000000080011a PROVIDE (__bss_start, .)
*(.bss)
*(.bss*)
.bss.layers_head
0x000000000080011a 0x1 main.o
0x000000000080011a layers_head
.bss._main_kb_was_pressed
0x000000000080011b 0x54 main.o
.bss._main_kb_is_pressed
0x000000000080016f 0x54 main.o
.bss.layer_ids
0x00000000008001c3 0x14 lib/key-functions/public/basic.o
.bss.div4.1740
0x00000000008001d7 0x1 lib-other/pjrc/usb_keyboard/usb_keyboard.o
.bss.keyboard_leds
0x00000000008001d8 0x1 lib-other/pjrc/usb_keyboard/usb_keyboard.o
0x00000000008001d8 keyboard_leds
.bss.keyboard_idle_count
0x00000000008001d9 0x1 lib-other/pjrc/usb_keyboard/usb_keyboard.o
.bss.keyboard_keys
0x00000000008001da 0x6 lib-other/pjrc/usb_keyboard/usb_keyboard.o
0x00000000008001da keyboard_keys
.bss.keyboard_modifier_keys
0x00000000008001e0 0x1 lib-other/pjrc/usb_keyboard/usb_keyboard.o
0x00000000008001e0 keyboard_modifier_keys
.bss.usb_configuration
0x00000000008001e1 0x1 lib-other/pjrc/usb_keyboard/usb_keyboard.o
*(COMMON)
COMMON 0x00000000008001e2 0x84 main.o
0x00000000008001e2 main_loop_row
0x00000000008001e3 main_layers_pressed
0x0000000000800237 main_arg_row
0x0000000000800238 main_arg_layer
0x0000000000800239 layers
0x0000000000800261 main_arg_was_pressed
0x0000000000800262 main_arg_is_pressed
0x0000000000800263 main_loop_col
0x0000000000800264 main_arg_layer_offset
0x0000000000800265 main_arg_col
0x0000000000800266 PROVIDE (__bss_end, .)
0x00000000000021bc __data_load_start = LOADADDR (.data)
0x00000000000021d6 __data_load_end = (__data_load_start + SIZEOF (.data))
.noinit 0x0000000000800266 0x0
0x0000000000800266 PROVIDE (__noinit_start, .)
*(.noinit*)
0x0000000000800266 PROVIDE (__noinit_end, .)
0x0000000000800266 _end = .
0x0000000000800266 PROVIDE (__heap_start, .)
.eeprom 0x0000000000810000 0x0
*(.eeprom*)
0x0000000000810000 __eeprom_end = .
.fuse
*(.fuse)
*(.lfuse)
*(.hfuse)
*(.efuse)
.lock
*(.lock*)
.signature
*(.signature*)
.stab 0x0000000000000000 0x2a0
*(.stab)
.stab 0x0000000000000000 0x78 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
.stab 0x0000000000000078 0x9c /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
0xa8 (size before relaxing)
.stab 0x0000000000000114 0xd8 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
0xe4 (size before relaxing)
.stab 0x00000000000001ec 0xb4 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
0xc0 (size before relaxing)
.stabstr 0x0000000000000000 0x168
*(.stabstr)
.stabstr 0x0000000000000000 0x168 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
.stab.excl
*(.stab.excl)
.stab.exclstr
*(.stab.exclstr)
.stab.index
*(.stab.index)
.stab.indexstr
*(.stab.indexstr)
.comment 0x0000000000000000 0x11
*(.comment)
.comment 0x0000000000000000 0x11 main.o
0x12 (size before relaxing)
.comment 0x0000000000000011 0x12 keyboard/ergodox/controller.o
.comment 0x0000000000000011 0x12 keyboard/ergodox/controller/mcp23018.o
.comment 0x0000000000000011 0x12 keyboard/ergodox/controller/teensy-2-0.o
.comment 0x0000000000000011 0x12 keyboard/ergodox/layout/default--layout.o
.comment 0x0000000000000011 0x12 lib/key-functions/private.o
.comment 0x0000000000000011 0x12 lib/twi/teensy-2-0.o
.comment 0x0000000000000011 0x12 lib/key-functions/public/basic.o
.comment 0x0000000000000011 0x12 lib/key-functions/public/device.o
.comment 0x0000000000000011 0x12 lib/key-functions/public/special.o
.comment 0x0000000000000011 0x12 lib-other/pjrc/usb_keyboard/usb_keyboard.o
.note.gnu.build-id
*(.note.gnu.build-id)
.debug
*(.debug)
.line
*(.line)
.debug_srcinfo
*(.debug_srcinfo)
.debug_sfnames
*(.debug_sfnames)
.debug_aranges
*(.debug_aranges)
.debug_pubnames
*(.debug_pubnames)
.debug_info 0x0000000000000000 0x9f4
*(.debug_info .gnu.linkonce.wi.*)
.debug_info 0x0000000000000000 0x9f4 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
.debug_abbrev 0x0000000000000000 0x96a
*(.debug_abbrev)
.debug_abbrev 0x0000000000000000 0x96a /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
.debug_line 0x0000000000000000 0x1d
*(.debug_line .debug_line.* .debug_line_end)
.debug_line 0x0000000000000000 0x1d /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
.debug_frame
*(.debug_frame)
.debug_str 0x0000000000000000 0x371
*(.debug_str)
.debug_str 0x0000000000000000 0x371 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
.debug_loc
*(.debug_loc)
.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
*(.debug_ranges)
.debug_macro
*(.debug_macro)
OUTPUT(firmware.elf elf32-avr)
LOAD linker stubs
Cross Reference Table
Symbol File
__bad_interrupt /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__bss_end /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
__bss_start /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
__data_end /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
__data_load_start /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
__data_start /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
__do_clear_bss /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_clear_bss.o)
lib-other/pjrc/usb_keyboard/usb_keyboard.o
lib/key-functions/public/special.o
lib/key-functions/public/basic.o
main.o
__do_copy_data /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_copy_data.o)
lib-other/pjrc/usb_keyboard/usb_keyboard.o
main.o
__heap_end /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__init /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__stack /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__tablejump2__ /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_tablejump2.o)
lib/key-functions/private.o
__vector_1 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_10 lib-other/pjrc/usb_keyboard/usb_keyboard.o
/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_11 lib-other/pjrc/usb_keyboard/usb_keyboard.o
/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_12 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_13 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_14 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_15 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_16 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_17 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_18 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_19 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_2 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_20 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_21 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_22 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_23 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_24 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_25 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_26 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_27 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_28 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_29 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_3 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_30 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_31 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_32 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_33 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_34 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_35 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_36 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_37 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_38 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_39 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_4 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_40 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_41 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_42 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_5 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_6 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_7 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_8 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_9 /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vector_default /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
__vectors /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
_exit /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
_kb_layout keyboard/ergodox/layout/default--layout.o
lib/key-functions/public/special.o
lib/key-functions/public/basic.o
_kb_layout_press keyboard/ergodox/layout/default--layout.o
main.o
_kb_layout_release keyboard/ergodox/layout/default--layout.o
main.o
_kbfun_is_pressed lib/key-functions/private.o
lib/key-functions/public/special.o
lib/key-functions/public/basic.o
_kbfun_press_release lib/key-functions/private.o
lib/key-functions/public/special.o
lib/key-functions/public/basic.o
exit /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/libgcc.a(_exit.o)
/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
kb_init keyboard/ergodox/controller.o
main.o
kb_update_matrix keyboard/ergodox/controller.o
main.o
kbfun_2_keys_capslock_press_release lib/key-functions/public/special.o
kbfun_jump_to_bootloader lib/key-functions/public/device.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_pop_1 lib/key-functions/public/basic.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_pop_10 lib/key-functions/public/basic.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_pop_2 lib/key-functions/public/basic.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_pop_3 lib/key-functions/public/basic.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_pop_4 lib/key-functions/public/basic.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_pop_5 lib/key-functions/public/basic.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_pop_6 lib/key-functions/public/basic.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_pop_7 lib/key-functions/public/basic.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_pop_8 lib/key-functions/public/basic.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_pop_9 lib/key-functions/public/basic.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_pop_all keyboard/ergodox/layout/default--layout.o
kbfun_layer_pop_numpad lib/key-functions/public/special.o
kbfun_layer_push_1 lib/key-functions/public/basic.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_push_10 lib/key-functions/public/basic.o
kbfun_layer_push_2 lib/key-functions/public/basic.o
keyboard/ergodox/layout/default--layout.o
kbfun_layer_push_3 lib/key-functions/public/basic.o
kbfun_layer_push_4 lib/key-functions/public/basic.o
kbfun_layer_push_5 lib/key-functions/public/basic.o
kbfun_layer_push_6 lib/key-functions/public/basic.o
kbfun_layer_push_7 lib/key-functions/public/basic.o
kbfun_layer_push_8 lib/key-functions/public/basic.o
kbfun_layer_push_9 lib/key-functions/public/basic.o
kbfun_layer_push_numpad lib/key-functions/public/special.o
kbfun_press_release lib/key-functions/public/basic.o
lib/key-functions/public/special.o
keyboard/ergodox/layout/default--layout.o
kbfun_shift_press_release lib/key-functions/public/special.o
keyboard/ergodox/layout/default--layout.o
kbfun_toggle lib/key-functions/public/basic.o
kbfun_transparent lib/key-functions/public/basic.o
keyboard_keys lib-other/pjrc/usb_keyboard/usb_keyboard.o
lib/key-functions/private.o
keyboard_leds lib-other/pjrc/usb_keyboard/usb_keyboard.o
lib/key-functions/public/basic.o
main.o
keyboard_modifier_keys lib-other/pjrc/usb_keyboard/usb_keyboard.o
lib/key-functions/private.o
layers main.o
layers_head main.o
layers_ids_in_use main.o
main main.o
/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/crtm32u4.o
main_arg_col main.o
lib/key-functions/public/special.o
lib/key-functions/public/basic.o
main_arg_is_pressed main.o
lib/key-functions/public/special.o
lib/key-functions/public/basic.o
main_arg_layer main.o
lib/key-functions/public/special.o
lib/key-functions/public/basic.o
main_arg_layer_offset main.o
lib/key-functions/public/basic.o
main_arg_row main.o
lib/key-functions/public/special.o
lib/key-functions/public/basic.o
main_arg_was_pressed main.o
main_exec_key main.o
lib/key-functions/public/basic.o
main_kb_is_pressed main.o
main_kb_was_pressed main.o
main_layers_get_offset_id main.o
main_layers_peek main.o
lib/key-functions/public/basic.o
main_layers_pop_id main.o
lib/key-functions/public/special.o
lib/key-functions/public/basic.o
main_layers_pressed main.o
lib/key-functions/public/basic.o
main_layers_push main.o
lib/key-functions/public/special.o
lib/key-functions/public/basic.o
main_loop_col main.o
main_loop_row main.o
mcp23018_init keyboard/ergodox/controller/mcp23018.o
keyboard/ergodox/controller.o
mcp23018_update_matrix keyboard/ergodox/controller/mcp23018.o
keyboard/ergodox/controller.o
teensy_init keyboard/ergodox/controller/teensy-2-0.o
keyboard/ergodox/controller.o
teensy_update_matrix keyboard/ergodox/controller/teensy-2-0.o
keyboard/ergodox/controller.o
twi_init lib/twi/teensy-2-0.o
keyboard/ergodox/controller/teensy-2-0.o
twi_read lib/twi/teensy-2-0.o
keyboard/ergodox/controller/mcp23018.o
twi_send lib/twi/teensy-2-0.o
keyboard/ergodox/controller/mcp23018.o
twi_start lib/twi/teensy-2-0.o
keyboard/ergodox/controller/mcp23018.o
twi_stop lib/twi/teensy-2-0.o
keyboard/ergodox/controller/mcp23018.o
usb_configured lib-other/pjrc/usb_keyboard/usb_keyboard.o
main.o
usb_init lib-other/pjrc/usb_keyboard/usb_keyboard.o
main.o
usb_keyboard_press lib-other/pjrc/usb_keyboard/usb_keyboard.o
usb_keyboard_send lib-other/pjrc/usb_keyboard/usb_keyboard.o
lib/key-functions/public/special.o
main.o