-
Notifications
You must be signed in to change notification settings - Fork 1
/
sphinx_symbols_gcn_usa.idc
1498 lines (1488 loc) · 90.7 KB
/
sphinx_symbols_gcn_usa.idc
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
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
/***********************************************************
* This file was created automatically with
* DolPath: "/home/swyter/dol_us/boot.dol"
***********************************************************/
#include <idc.idc>
static DoData()
{
MakeComm( 0x80003294, "File : axfx.o\nSection: .sdata\nLen : 0x8" );
MakeName( 0x80003294, "__AXFXAlloc" );
MakeName( 0x80003298, "__AXFXFree" );
MakeComm( 0x802cf7a0, "File : CARDMount.o\nSection: .data\nLen : 0x40" );
MakeName( 0x802cf7a0, "SectorSizeTable" );
MakeName( 0x802cf7c0, "LatencyTable" );
MakeComm( 0x802cf7e0, "File : CARDUnlock.o\nSection: .data\nLen : 0x160" );
MakeName( 0x802cf7e0, "CardData" );
MakeComm( 0x802b9620, "File : db.o\nSection: .data\nLen : 0x18" );
MakeName( 0x802b9620, "@7" );
MakeComm( 0x802cf608, "File : dsp_task.o\nSection: .data\nLen : 0x13b" );
MakeName( 0x802cf608, "@264" );
MakeName( 0x802cf628, "@265" );
MakeName( 0x802cf658, "@266" );
MakeName( 0x802cf688, "@267" );
MakeName( 0x802cf6b8, "@268" );
MakeName( 0x802cf6e8, "@269" );
MakeName( 0x802cf718, "@292" );
MakeComm( 0x802b9d20, "File : dvderror.o\nSection: .data\nLen : 0x48" );
MakeName( 0x802b9d20, "ErrorTable" );
MakeComm( 0x802b9648, "File : dvdfs.o\nSection: .data\nLen : 0x3ef" );
MakeName( 0x802b9648, "@117" );
MakeName( 0x802b9710, "@138" );
MakeName( 0x802b9748, "@237" );
MakeName( 0x802b977c, "@263" );
MakeName( 0x802b97ac, "@269" );
MakeName( 0x802b97d4, "@309" );
MakeName( 0x802b9810, "@340" );
MakeName( 0x802b9878, "@341" );
MakeName( 0x802b98d0, "@342" );
MakeName( 0x802b992c, "@373" );
MakeName( 0x802b9990, "@374" );
MakeName( 0x802b99e0, "@375" );
MakeComm( 0x803a8510, "File : dvdfs.o\nSection: .sdata\nLen : 0x8" );
MakeName( 0x803a8510, "@116" );
MakeComm( 0x803a8538, "File : dvdqueue.o\nSection: .sdata\nLen : 0x36" );
MakeName( 0x803a8538, "@61" );
MakeName( 0x803a853c, "@62" );
MakeName( 0x803a8544, "@63" );
MakeName( 0x803a854c, "@65" );
MakeName( 0x803a8554, "@66" );
MakeName( 0x803a855c, "@75" );
MakeName( 0x803a8564, "@97" );
MakeName( 0x803a856c, "@98" );
MakeComm( 0x802ba198, "File : fstload.o\nSection: .data\nLen : 0x70" );
MakeName( 0x802ba198, "@36" );
MakeName( 0x802ba1b4, "@37" );
MakeName( 0x802ba1cc, "@38" );
MakeName( 0x802ba1e0, "@39" );
MakeName( 0x802ba1f4, "@42" );
MakeComm( 0x803a8578, "File : fstload.o\nSection: .sdata\nLen : 0xb" );
MakeName( 0x803a8578, "@35" );
MakeName( 0x803a857c, "@40" );
MakeName( 0x803a8580, "@41" );
MakeComm( 0x803a8f28, "File : GDGeometry.o\nSection: .sdata\nLen : 0x8" );
MakeName( 0x803a8f28, "cm2hw$400" );
MakeName( 0x803a8f2c, "cm2hw$515" );
MakeComm( 0x802d0be8, "File : GDTev.o\nSection: .data\nLen : 0x10" );
MakeName( 0x802d0be8, "c2r$382" );
MakeComm( 0x803aace8, "File : GDTexture.o\nSection: .sdata2\nLen : 0x8" );
MakeName( 0x803aace8, "@39" );
MakeName( 0x803aacec, "@40" );
MakeComm( 0x803a8ed0, "File : GXAttr.o\nSection: .sdata\nLen : 0xc" );
MakeName( 0x803a8ed0, "tbl1$214" );
MakeName( 0x803a8ed4, "tbl2$215" );
MakeName( 0x803a8ed8, "tbl3$216" );
MakeComm( 0x803aac00, "File : GXBump.o\nSection: .sdata2\nLen : 0x18" );
MakeName( 0x803aac00, "@45" );
MakeName( 0x803aac04, "@111" );
MakeName( 0x803aac08, "@112" );
MakeName( 0x803aac10, "@114" );
MakeComm( 0x802cfdf8, "File : GXMisc.o\nSection: .data\nLen : 0x53" );
MakeName( 0x802cfdf8, "@161" );
MakeName( 0x802cfe04, "@162" );
MakeName( 0x802cfe28, "@181" );
MakeComm( 0x802d0980, "File : GXPixel.o\nSection: .data\nLen : 0x20" );
MakeName( 0x802d0980, "p2f$194" );
MakeComm( 0x802d0958, "File : GXTev.o\nSection: .data\nLen : 0x24" );
MakeName( 0x802d0958, "c2r$71" );
MakeComm( 0x803a8ee0, "File : GXTexture.o\nSection: .sdata\nLen : 0x48" );
MakeName( 0x803a8ee0, "GXTexMode0Ids" );
MakeName( 0x803a8ee8, "GXTexMode1Ids" );
MakeName( 0x803a8ef0, "GXTexImage0Ids" );
MakeName( 0x803a8ef8, "GXTexImage1Ids" );
MakeName( 0x803a8f00, "GXTexImage2Ids" );
MakeName( 0x803a8f08, "GXTexImage3Ids" );
MakeName( 0x803a8f10, "GXTexTlutIds" );
MakeName( 0x803a8f18, "GX2HWFiltConv" );
MakeName( 0x803a8f20, "HW2GXFiltConv" );
MakeComm( 0x803aa538, "File : mtx44.o\nSection: .sdata2\nLen : 0x38" );
MakeName( 0x803aa558, "@97" );
MakeName( 0x803aa55c, "@98" );
MakeName( 0x803aa560, "@99" );
MakeName( 0x803aa564, "@100" );
MakeName( 0x803aa568, "@103" );
MakeName( 0x803aa56c, "@104" );
MakeName( 0x803aa538, "_half$localstatic0$sqrtf__Ff" );
MakeName( 0x803aa540, "_three$localstatic1$sqrtf__Ff" );
MakeName( 0x803aa548, "_half$localstatic0$sqrt__Ff" );
MakeName( 0x803aa550, "_three$localstatic1$sqrt__Ff" );
MakeComm( 0x803aa578, "File : vec.o\nSection: .sdata2\nLen : 0x48" );
MakeName( 0x803aa598, "@111" );
MakeName( 0x803aa5a0, "@112" );
MakeName( 0x803aa5a8, "@113" );
MakeName( 0x803aa5b0, "@114" );
MakeName( 0x803aa5b4, "@116" );
MakeName( 0x803aa5b8, "@117" );
MakeName( 0x803aa5bc, "@158" );
MakeName( 0x803aa578, "_half$localstatic0$sqrtf__Ff" );
MakeName( 0x803aa580, "_three$localstatic1$sqrtf__Ff" );
MakeName( 0x803aa588, "_half$localstatic0$sqrt__Ff" );
MakeName( 0x803aa590, "_three$localstatic1$sqrt__Ff" );
MakeComm( 0x802b80d0, "File : OSAlarm.o\nSection: .data\nLen : 0x1e8" );
MakeName( 0x802b80d0, "@48" );
MakeName( 0x802b815c, "@49" );
MakeName( 0x802b81b8, "@50" );
MakeName( 0x802b8214, "@51" );
MakeName( 0x802b8268, "@52" );
MakeComm( 0x802ca028, "File : OSAlloc.o\nSection: .data\nLen : 0x392" );
MakeName( 0x802ca028, "@352" );
MakeName( 0x802ca04c, "@353" );
MakeName( 0x802ca084, "@354" );
MakeName( 0x802ca0ac, "@355" );
MakeName( 0x802ca0fc, "@356" );
MakeName( 0x802ca13c, "@357" );
MakeName( 0x802ca174, "@358" );
MakeName( 0x802ca1c0, "@359" );
MakeName( 0x802ca1f4, "@360" );
MakeName( 0x802ca234, "@361" );
MakeName( 0x802ca270, "@362" );
MakeName( 0x802ca2b8, "@363" );
MakeName( 0x802ca318, "@364" );
MakeName( 0x802ca344, "@383" );
MakeName( 0x802ca358, "@384" );
MakeName( 0x802ca36c, "@385" );
MakeName( 0x802ca388, "@386" );
MakeName( 0x802ca39c, "@387" );
MakeName( 0x802ca3ac, "@388" );
MakeComm( 0x802b82b8, "File : OSAudioSystem.o\nSection: .data\nLen : 0x80" );
MakeName( 0x802b82b8, "DSPInitCode" );
MakeComm( 0x802b8338, "File : OSCache.o\nSection: .data\nLen : 0x22a" );
MakeName( 0x802b8338, "@69" );
MakeName( 0x802b8364, "@90" );
MakeName( 0x802b837c, "@91" );
MakeName( 0x802b8398, "@92" );
MakeName( 0x802b83c8, "@93" );
MakeName( 0x802b8404, "@94" );
MakeName( 0x802b843c, "@95" );
MakeName( 0x802b847c, "@96" );
MakeName( 0x802b84a8, "@97" );
MakeName( 0x802b84c8, "@98" );
MakeName( 0x802b84e4, "@110" );
MakeName( 0x802b8500, "@111" );
MakeName( 0x802b851c, "@112" );
MakeName( 0x802b8534, "@113" );
MakeComm( 0x802b8568, "File : OSContext.o\nSection: .data\nLen : 0x1d7" );
MakeName( 0x802b8568, "@59" );
MakeName( 0x802b85ac, "@60" );
MakeName( 0x802b85dc, "@61" );
MakeName( 0x802b860c, "@62" );
MakeName( 0x802b863c, "@63" );
MakeName( 0x802b8650, "@64" );
MakeName( 0x802b8674, "@65" );
MakeName( 0x802b8688, "@66" );
MakeName( 0x802b86a4, "@67" );
MakeName( 0x802b86b8, "@68" );
MakeName( 0x802b86d8, "@69" );
MakeName( 0x802b8700, "@70" );
MakeName( 0x802b871c, "@74" );
MakeComm( 0x802ca3c0, "File : OSFont.o\nSection: .data\nLen : 0xb0a" );
MakeName( 0x802ca3c0, "HankakuToCode" );
MakeName( 0x802ca540, "Zenkaku2Code" );
MakeComm( 0x803aa990, "File : OSFont.o\nSection: .sdata2\nLen : 0x8" );
MakeName( 0x803aa990, "@133" );
MakeComm( 0x802b8a60, "File : OSInterrupt.o\nSection: .data\nLen : 0x2c" );
MakeName( 0x802b8a60, "InterruptPrioTable" );
MakeComm( 0x802b8a90, "File : OSLink.o\nSection: .data\nLen : 0x4f" );
MakeName( 0x802b8a90, "@54" );
MakeName( 0x802b8ab8, "@153" );
MakeComm( 0x802b8af0, "File : OSThread.o\nSection: .data\nLen : 0x80d" );
MakeName( 0x802b8af0, "@794" );
MakeName( 0x802b8b50, "@795" );
MakeName( 0x802b8b5c, "@797" );
MakeName( 0x802b8bbc, "@798" );
MakeName( 0x802b8c04, "@799" );
MakeName( 0x802b8c84, "@800" );
MakeName( 0x802b8d04, "@801" );
MakeName( 0x802b8d80, "@802" );
MakeName( 0x802b8dfc, "@803" );
MakeName( 0x802b8e50, "@804" );
MakeName( 0x802b8ec4, "@805" );
MakeName( 0x802b8f00, "@806" );
MakeName( 0x802b8f4c, "@807" );
MakeName( 0x802b8fa0, "@808" );
MakeName( 0x802b8ff4, "@809" );
MakeName( 0x802b9050, "@810" );
MakeName( 0x802b9094, "@811" );
MakeName( 0x802b90d0, "@812" );
MakeName( 0x802b910c, "@813" );
MakeName( 0x802b9150, "@814" );
MakeName( 0x802b9194, "@815" );
MakeName( 0x802b91d0, "@816" );
MakeName( 0x802b9210, "@817" );
MakeName( 0x802b9278, "@818" );
MakeName( 0x802b92c0, "@819" );
MakeComm( 0x802b9300, "File : OSTime.o\nSection: .data\nLen : 0x60" );
MakeName( 0x802b9300, "YearDays" );
MakeName( 0x802b9330, "LeapYearDays" );
MakeComm( 0x802b94b4, "File : SIBios.o\nSection: .data\nLen : 0xcd" );
MakeName( 0x802b94b4, "Si" );
MakeName( 0x802b94c8, "Type" );
MakeName( 0x802b94d8, "@456" );
MakeName( 0x802b94e4, "@458" );
MakeName( 0x802b94f4, "@459" );
MakeName( 0x802b9504, "@460" );
MakeName( 0x802b9514, "@461" );
MakeName( 0x802b9520, "@462" );
MakeName( 0x802b9530, "@463" );
MakeName( 0x802b9544, "@464" );
MakeName( 0x802b9558, "@465" );
MakeName( 0x802b956c, "@466" );
MakeName( 0x802b9578, "@467" );
MakeComm( 0x803a84f4, "File : SIBios.o\nSection: .sdata\nLen : 0x10" );
MakeName( 0x803a84f4, "@457" );
MakeName( 0x803a84fc, "@468" );
MakeComm( 0x802b9588, "File : SISamplingRate.o\nSection: .data\nLen : 0x93" );
MakeName( 0x802b9588, "XYNTSC" );
MakeName( 0x802b95b8, "XYPAL" );
MakeName( 0x802b95e8, "@16" );
}
static CreateFunction( addr, len, name )
{
MakeCode( addr );
MakeFunction( addr, len );
MakeName( addr, name );
}
static DoKnownFunctions()
{
CreateFunction( 0x801abba8, 0x0048, "__DBExceptionDestinationAux" ); MakeComm( 0x801abba8, "File: db.o" );
CreateFunction( 0x801af04c, 0x011c, "ErrorCode2Num" ); MakeComm( 0x801af04c, "File: dvderror.o" );
CreateFunction( 0x801ac320, 0x00c8, "DVDOpen" ); MakeComm( 0x801ac320, "File: dvdfs.o" );
MakeComm( 0x801ac378, "FstStart" );
MakeComm( 0x801ac3b8, "FstStart" );
CreateFunction( 0x801a2f38, 0x01bc, "__OSInitAudioSystem" ); MakeComm( 0x801a2f38, "File: OSAudioSystem.o" );
CreateFunction( 0x801a3500, 0x0098, "L2GlobalInvalidate" ); MakeComm( 0x801a3500, "File: OSCache.o" );
CreateFunction( 0x801a404c, 0x0048, "__OSContextInit" ); MakeComm( 0x801a404c, "File: OSContext.o" );
CreateFunction( 0x801a4c18, 0x0344, "__OSDispatchInterrupt" ); MakeComm( 0x801a4c18, "File: OSInterrupt.o" );
MakeComm( 0x801a4edc, "InterruptHandlerTable" );
MakeComm( 0x801a4ef8, "__OSLastInterrupt" );
MakeComm( 0x801a4f00, "__OSLastInterruptTime" );
MakeComm( 0x801a4f04, "__OSLastInterruptTime" );
MakeComm( 0x801a4f0c, "__OSLastInterruptSrr0" );
CreateFunction( 0x801aa388, 0x0020, "SIBusy" ); MakeComm( 0x801aa388, "File: SIBios.o" );
CreateFunction( 0x801aa3a8, 0x003c, "SIIsChanBusy" ); MakeComm( 0x801aa3a8, "File: SIBios.o" );
CreateFunction( 0x801aaf3c, 0x007c, "SIGetStatus" ); MakeComm( 0x801aaf3c, "File: SIBios.o" );
CreateFunction( 0x801aafdc, 0x006c, "SISetXY" ); MakeComm( 0x801aafdc, "File: SIBios.o" );
CreateFunction( 0x801ab048, 0x009c, "SIEnablePolling" ); MakeComm( 0x801ab048, "File: SIBios.o" );
CreateFunction( 0x801ab0e4, 0x006c, "SIDisablePolling" ); MakeComm( 0x801ab0e4, "File: SIBios.o" );
CreateFunction( 0x801ab150, 0x00d4, "SIGetResponseRaw" ); MakeComm( 0x801ab150, "File: SIBios.o" );
CreateFunction( 0x801ab374, 0x016c, "SITransfer" ); MakeComm( 0x801ab374, "File: SIBios.o" );
CreateFunction( 0x801ab4e0, 0x0298, "GetTypeCallback" ); MakeComm( 0x801ab4e0, "File: SIBios.o" );
MakeComm( 0x801ab548, "__PADFixBits" );
MakeComm( 0x801ab554, "__PADFixBits" );
CreateFunction( 0x801ab778, 0x01c4, "SIGetType" ); MakeComm( 0x801ab778, "File: SIBios.o" );
MakeComm( 0x801ab908, "cmdTypeAndStatus$371" );
CreateFunction( 0x801ab93c, 0x013c, "SIGetTypeAsync" ); MakeComm( 0x801ab93c, "File: SIBios.o" );
CreateFunction( 0x801abff4, 0x0038, "__DVDFSInit" ); MakeComm( 0x801abff4, "File: dvdfs.o" );
MakeComm( 0x801abff8, "BootInfo" );
MakeComm( 0x801ac000, "FstStart" );
MakeComm( 0x801ac004, "FstStart" );
MakeComm( 0x801ac014, "MaxEntryNum" );
MakeComm( 0x801ac018, "MaxEntryNum" );
MakeComm( 0x801ac024, "FstStringStart" );
CreateFunction( 0x801ac56c, 0x00c4, "DVDGetCurrentDir" ); MakeComm( 0x801ac56c, "File: dvdfs.o" );
MakeComm( 0x801ac594, "currentDirectory" );
MakeComm( 0x801ac5bc, "FstStart" );
CreateFunction( 0x801ac40c, 0x0160, "entryToPath" ); MakeComm( 0x801ac40c, "File: dvdfs.o" );
MakeComm( 0x801ac440, "FstStart" );
MakeComm( 0x801ac448, "FstStringStart" );
CreateFunction( 0x801a478c, 0x001c, "__OSSetInterruptHandler" ); MakeComm( 0x801a478c, "File: OSInterrupt.o" );
MakeComm( 0x801a4790, "InterruptHandlerTable" );
CreateFunction( 0x801a47a8, 0x0014, "__OSGetInterruptHandler" ); MakeComm( 0x801a47a8, "File: OSInterrupt.o" );
MakeComm( 0x801a47ac, "InterruptHandlerTable" );
CreateFunction( 0x801a47bc, 0x0074, "__OSInterruptInit" ); MakeComm( 0x801a47bc, "File: OSInterrupt.o" );
MakeComm( 0x801a47d4, "InterruptHandlerTable" );
MakeComm( 0x801a47e0, "InterruptHandlerTable" );
CreateFunction( 0x801a4094, 0x0080, "OSReport" ); MakeComm( 0x801a4094, "File: OSError.o" );
CreateFunction( 0x801a3d20, 0x02a8, "OSDumpContext" ); MakeComm( 0x801a3d20, "File: OSContext.o" );
CreateFunction( 0x801a1bc4, 0x0014, "PPCHalt" ); MakeComm( 0x801a1bc4, "File: PPCArch.o" );
CreateFunction( 0x801a2eec, 0x0008, "OSGetArenaHi" ); MakeComm( 0x801a2eec, "File: OSArena.o" );
MakeComm( 0x801a2eec, "__OSArenaHi" );
CreateFunction( 0x801a7d10, 0x0008, "OSGetTick" ); MakeComm( 0x801a7d10, "File: OSTime.o" );
CreateFunction( 0x801a1ba4, 0x0008, "PPCMfl2cr" ); MakeComm( 0x801a1ba4, "File: PPCArch.o" );
CreateFunction( 0x801a1bac, 0x0008, "PPCMtl2cr" ); MakeComm( 0x801a1bac, "File: PPCArch.o" );
CreateFunction( 0x801abc1c, 0x0050, "DBPrintf" ); MakeComm( 0x801abc1c, "File: db.o" );
CreateFunction( 0x801a25d8, 0x001c, "__OSSetExceptionHandler" ); MakeComm( 0x801a25d8, "File: OS.o" );
MakeComm( 0x801a25dc, "OSExceptionTable" );
CreateFunction( 0x801a7cf8, 0x0018, "OSGetTime" ); MakeComm( 0x801a7cf8, "File: OSTime.o" );
CreateFunction( 0x801a6b10, 0x0040, "OSDisableScheduler" ); MakeComm( 0x801a6b10, "File: OSThread.o" );
MakeComm( 0x801a6b24, "Reschedule" );
MakeComm( 0x801a6b2c, "Reschedule" );
CreateFunction( 0x801a6b50, 0x0040, "OSEnableScheduler" ); MakeComm( 0x801a6b50, "File: OSThread.o" );
MakeComm( 0x801a6b64, "Reschedule" );
MakeComm( 0x801a6b6c, "Reschedule" );
CreateFunction( 0x801a706c, 0x0030, "__OSReschedule" ); MakeComm( 0x801a706c, "File: OSThread.o" );
MakeComm( 0x801a7078, "RunQueueHint" );
CreateFunction( 0x801a4740, 0x0010, "OSDisableInterrupts" ); MakeComm( 0x801a4740, "File: OSInterrupt.o" );
CreateFunction( 0x801a7d18, 0x0064, "__OSGetSystemTime" ); MakeComm( 0x801a7d18, "File: OSTime.o" );
CreateFunction( 0x801a2a48, 0x0068, "OSSetAlarm" ); MakeComm( 0x801a2a48, "File: OSAlarm.o" );
CreateFunction( 0x801a6740, 0x00ac, "OSSetWirelessID" ); MakeComm( 0x801a6740, "File: OSRtc.o" );
CreateFunction( 0x801a66bc, 0x0084, "OSGetWirelessID" ); MakeComm( 0x801a66bc, "File: OSRtc.o" );
CreateFunction( 0x801a4b08, 0x0088, "__OSMaskInterrupts" ); MakeComm( 0x801a4b08, "File: OSInterrupt.o" );
CreateFunction( 0x8019ca8c, BADADDR, "memcpy" );
CreateFunction( 0x8019cc1c, BADADDR, "memset" );
CreateFunction( 0x801a7b48, 0x0104, "OSWakeupThread" ); MakeComm( 0x801a7b48, "File: OSThread.o" );
MakeComm( 0x801a7bf4, "RunQueueBits" );
MakeComm( 0x801a7c04, "RunQueueBits" );
MakeComm( 0x801a7c08, "RunQueueHint" );
MakeComm( 0x801a7c18, "RunQueueHint" );
CreateFunction( 0x801a25f4, 0x0014, "__OSGetExceptionHandler" ); MakeComm( 0x801a25f4, "File: OS.o" );
MakeComm( 0x801a25f8, "OSExceptionTable" );
CreateFunction( 0x801a2efc, 0x0008, "OSSetArenaHi" ); MakeComm( 0x801a2efc, "File: OSArena.o" );
MakeComm( 0x801a2efc, "__OSArenaHi" );
CreateFunction( 0x801a7284, 0x00e4, "OSExitThread" ); MakeComm( 0x801a7284, "File: OSThread.o" );
MakeComm( 0x801a7328, "RunQueueHint" );
MakeComm( 0x801a732c, "RunQueueHint" );
CreateFunction( 0x801a6c34, 0x01c0, "SetEffectivePriority" ); MakeComm( 0x801a6c34, "File: OSThread.o" );
MakeComm( 0x801a6cd8, "RunQueueBits" );
MakeComm( 0x801a6ce8, "RunQueueBits" );
MakeComm( 0x801a6cec, "RunQueueHint" );
MakeComm( 0x801a6dd0, "RunQueueHint" );
CreateFunction( 0x801a7a5c, 0x00ec, "OSSleepThread" ); MakeComm( 0x801a7a5c, "File: OSThread.o" );
MakeComm( 0x801a7b10, "RunQueueHint" );
MakeComm( 0x801a7b14, "RunQueueHint" );
CreateFunction( 0x801a7664, 0x0288, "OSResumeThread" ); MakeComm( 0x801a7664, "File: OSThread.o" );
MakeComm( 0x801a7758, "RunQueueBits" );
MakeComm( 0x801a7768, "RunQueueBits" );
MakeComm( 0x801a776c, "RunQueueHint" );
MakeComm( 0x801a78b0, "RunQueueHint" );
CreateFunction( 0x801a7368, 0x01bc, "OSCancelThread" ); MakeComm( 0x801a7368, "File: OSThread.o" );
MakeComm( 0x801a73d4, "RunQueueHint" );
MakeComm( 0x801a74ec, "RunQueueHint" );
CreateFunction( 0x801a78ec, 0x0170, "OSSuspendThread" ); MakeComm( 0x801a78ec, "File: OSThread.o" );
MakeComm( 0x801a7954, "RunQueueHint" );
MakeComm( 0x801a7a20, "RunQueueHint" );
CreateFunction( 0x801b4000, 0x0018, "AIStartDMA" ); MakeComm( 0x801b4000, "File: ai.o" );
CreateFunction( 0x801b4018, 0x0018, "AIStopDMA" ); MakeComm( 0x801b4018, "File: ai.o" );
CreateFunction( 0x801b4108, 0x0010, "AIGetStreamPlayState" ); MakeComm( 0x801b4108, "File: ai.o" );
CreateFunction( 0x801b41f8, 0x0014, "AIGetDSPSampleRate" ); MakeComm( 0x801b41f8, "File: ai.o" );
CreateFunction( 0x801b42e0, 0x0010, "AIGetStreamSampleRate" ); MakeComm( 0x801b42e0, "File: ai.o" );
CreateFunction( 0x801b42f0, 0x001c, "AISetStreamVolLeft" ); MakeComm( 0x801b42f0, "File: ai.o" );
CreateFunction( 0x801b430c, 0x0010, "AIGetStreamVolLeft" ); MakeComm( 0x801b430c, "File: ai.o" );
CreateFunction( 0x801b431c, 0x001c, "AISetStreamVolRight" ); MakeComm( 0x801b431c, "File: ai.o" );
CreateFunction( 0x801b4338, 0x0010, "AIGetStreamVolRight" ); MakeComm( 0x801b4338, "File: ai.o" );
CreateFunction( 0x801a1b84, 0x0008, "PPCMfmsr" ); MakeComm( 0x801a1b84, "File: PPCArch.o" );
CreateFunction( 0x801a1b94, 0x0008, "PPCMfhid0" ); MakeComm( 0x801a1b94, "File: PPCArch.o" );
CreateFunction( 0x801a1bb4, 0x0008, "PPCMtdec" ); MakeComm( 0x801a1bb4, "File: PPCArch.o" );
CreateFunction( 0x801a1bd8, 0x0008, "PPCMtmmcr0" ); MakeComm( 0x801a1bd8, "File: PPCArch.o" );
CreateFunction( 0x801a1be0, 0x0008, "PPCMtmmcr1" ); MakeComm( 0x801a1be0, "File: PPCArch.o" );
CreateFunction( 0x801a1be8, 0x0008, "PPCMtpmc1" ); MakeComm( 0x801a1be8, "File: PPCArch.o" );
CreateFunction( 0x801a1bf0, 0x0008, "PPCMtpmc2" ); MakeComm( 0x801a1bf0, "File: PPCArch.o" );
CreateFunction( 0x801a1bf8, 0x0008, "PPCMtpmc3" ); MakeComm( 0x801a1bf8, "File: PPCArch.o" );
CreateFunction( 0x801a1c00, 0x0008, "PPCMtpmc4" ); MakeComm( 0x801a1c00, "File: PPCArch.o" );
CreateFunction( 0x801a1c50, 0x0008, "PPCMfhid2" ); MakeComm( 0x801a1c50, "File: PPCArch.o" );
CreateFunction( 0x801a1c58, 0x0008, "PPCMthid2" ); MakeComm( 0x801a1c58, "File: PPCArch.o" );
CreateFunction( 0x801a1c60, 0x000c, "PPCMfwpar" ); MakeComm( 0x801a1c60, "File: PPCArch.o" );
CreateFunction( 0x801a1c6c, 0x0008, "PPCMtwpar" ); MakeComm( 0x801a1c6c, "File: PPCArch.o" );
CreateFunction( 0x8025ecf0, 0x0008, "__CARDGetFatBlock" ); MakeComm( 0x8025ecf0, "File: CARDBlock.o" );
CreateFunction( 0x8025f358, 0x01b0, "__CARDCheckSum" ); MakeComm( 0x8025f358, "File: CARDCheck.o" );
CreateFunction( 0x8025f0f4, 0x0008, "__CARDGetDirBlock" ); MakeComm( 0x8025f0f4, "File: CARDDir.o" );
CreateFunction( 0x802614c8, 0x0068, "__CARDCompareFileName" ); MakeComm( 0x802614c8, "File: CARDOpen.o" );
CreateFunction( 0x80262718, 0x01f8, "UpdateIconOffsets" ); MakeComm( 0x80262718, "File: CARDStat.o" );
CreateFunction( 0x80262b98, 0x016c, "bitrev" ); MakeComm( 0x80262b98, "File: CARDUnlock.o" );
CreateFunction( 0x8007e254, 0x0008, "DEMOWinListSetCursor" ); MakeComm( 0x8007e254, "File: DEMOWin.o" );
CreateFunction( 0x801a8084, 0x0008, "DOLRunApp" ); MakeComm( 0x801a8084, "File: DOLLoader.o" );
CreateFunction( 0x8025cf74, 0x0010, "DSPCheckMailToDSP" ); MakeComm( 0x8025cf74, "File: dsp.o" );
CreateFunction( 0x8025cf84, 0x0010, "DSPCheckMailFromDSP" ); MakeComm( 0x8025cf84, "File: dsp.o" );
CreateFunction( 0x8025cf94, 0x0018, "DSPReadMailFromDSP" ); MakeComm( 0x8025cf94, "File: dsp.o" );
CreateFunction( 0x8025cfac, 0x0014, "DSPSendMailToDSP" ); MakeComm( 0x8025cfac, "File: dsp.o" );
CreateFunction( 0x801aec00, 0x0008, "DVDGetCurrentDiskID" ); MakeComm( 0x801aec00, "File: dvd.o" );
CreateFunction( 0x801a8b00, 0x0048, "EXIClearInterrupts" ); MakeComm( 0x801a8b00, "File: EXIBios.o" );
CreateFunction( 0x8026bfa8, 0x0018, "GDInitGDLObj" ); MakeComm( 0x8026bfa8, "File: GDBase.o" );
CreateFunction( 0x80266f1c, 0x0010, "GXInvalidateVtxCache" ); MakeComm( 0x80266f1c, "File: GXAttr.o" );
CreateFunction( 0x80265608, 0x000c, "GXInitFifoLimits" ); MakeComm( 0x80265608, "File: GXFifo.o" );
CreateFunction( 0x80268978, 0x0010, "GXInitLightAttnA" ); MakeComm( 0x80268978, "File: GXLight.o" );
CreateFunction( 0x80268988, 0x0010, "GXInitLightAttnK" ); MakeComm( 0x80268988, "File: GXLight.o" );
CreateFunction( 0x80268bf8, 0x0010, "GXInitLightPos" ); MakeComm( 0x80268bf8, "File: GXLight.o" );
CreateFunction( 0x80268c08, 0x001c, "GXInitLightDir" ); MakeComm( 0x80268c08, "File: GXLight.o" );
CreateFunction( 0x80269600, 0x0008, "GXGetTexObjFmt" ); MakeComm( 0x80269600, "File: GXTexture.o" );
CreateFunction( 0x80269608, 0x0018, "GXGetTexObjMipMap" ); MakeComm( 0x80269608, "File: GXTexture.o" );
CreateFunction( 0x80255478, 0x0034, "PSMTXCopy" ); MakeComm( 0x80255478, "File: mtx.o" );
CreateFunction( 0x802556d0, 0x00c8, "PSMTXInvXpose" ); MakeComm( 0x802556d0, "File: mtx.o" );
CreateFunction( 0x801abe08, 0x0104, "PSMTX44Concat" ); MakeComm( 0x801abe08, "File: mtx44.o" );
CreateFunction( 0x80255b38, 0x0054, "PSMTXMultVec" ); MakeComm( 0x80255b38, "File: mtxvec.o" );
CreateFunction( 0x80255b8c, 0x008c, "PSMTXMultVecArray" ); MakeComm( 0x80255b8c, "File: mtxvec.o" );
CreateFunction( 0x80255c6c, 0x0088, "PSMTXMultVecArraySR" ); MakeComm( 0x80255c6c, "File: mtxvec.o" );
CreateFunction( 0x801abf0c, 0x0024, "PSVECSubtract" ); MakeComm( 0x801abf0c, "File: vec.o" );
CreateFunction( 0x801abfb8, 0x003c, "PSVECCrossProduct" ); MakeComm( 0x801abfb8, "File: vec.o" );
CreateFunction( 0x801a25b0, 0x0024, "__OSDBIntegrator" ); MakeComm( 0x801a25b0, "File: OS.o" );
CreateFunction( 0x801a25d4, 0x0004, "__OSDBJump" ); MakeComm( 0x801a25d4, "File: OS.o" );
CreateFunction( 0x801a2608, 0x0058, "OSExceptionVector" ); MakeComm( 0x801a2608, "File: OS.o" );
CreateFunction( 0x801a2660, 0x0010, "__DBVECTOR" ); MakeComm( 0x801a2660, "File: OS.o" );
CreateFunction( 0x801a2750, 0x0014, "__OSGetDIConfig" ); MakeComm( 0x801a2750, "File: OS.o" );
CreateFunction( 0x80253a60, 0x00ac, "DLInsert" ); MakeComm( 0x80253a60, "File: OSAlloc.o" );
CreateFunction( 0x801a31cc, 0x0014, "DCEnable" ); MakeComm( 0x801a31cc, "File: OSCache.o" );
CreateFunction( 0x801a32cc, 0x0010, "ICFlashInvalidate" ); MakeComm( 0x801a32cc, "File: OSCache.o" );
CreateFunction( 0x801a32dc, 0x0014, "ICEnable" ); MakeComm( 0x801a32dc, "File: OSCache.o" );
CreateFunction( 0x801a32f0, 0x00cc, "__LCEnable" ); MakeComm( 0x801a32f0, "File: OSCache.o" );
CreateFunction( 0x801a33f4, 0x0028, "LCDisable" ); MakeComm( 0x801a33f4, "File: OSCache.o" );
CreateFunction( 0x801a341c, 0x0024, "LCLoadBlocks" ); MakeComm( 0x801a341c, "File: OSCache.o" );
CreateFunction( 0x801a37ec, 0x0124, "__OSLoadFPUContext" ); MakeComm( 0x801a37ec, "File: OSContext.o" );
CreateFunction( 0x801a3910, 0x0128, "__OSSaveFPUContext" ); MakeComm( 0x801a3910, "File: OSContext.o" );
CreateFunction( 0x801a3a48, 0x005c, "OSSetCurrentContext" ); MakeComm( 0x801a3a48, "File: OSContext.o" );
CreateFunction( 0x801a3aa4, 0x000c, "OSGetCurrentContext" ); MakeComm( 0x801a3aa4, "File: OSContext.o" );
CreateFunction( 0x801a3ab0, 0x0080, "OSSaveContext" ); MakeComm( 0x801a3ab0, "File: OSContext.o" );
CreateFunction( 0x801a3c08, 0x0008, "OSGetStackPointer" ); MakeComm( 0x801a3c08, "File: OSContext.o" );
CreateFunction( 0x801a3c10, 0x0030, "OSSwitchFiber" ); MakeComm( 0x801a3c10, "File: OSContext.o" );
CreateFunction( 0x801a3c40, 0x0024, "OSClearContext" ); MakeComm( 0x801a3c40, "File: OSContext.o" );
CreateFunction( 0x80254bbc, 0x0174, "Decode" ); MakeComm( 0x80254bbc, "File: OSFont.o" );
CreateFunction( 0x801a4754, 0x0014, "OSEnableInterrupts" ); MakeComm( 0x801a4754, "File: OSInterrupt.o" );
CreateFunction( 0x801a4830, 0x02d8, "SetInterruptMask" ); MakeComm( 0x801a4830, "File: OSInterrupt.o" );
CreateFunction( 0x801a4fac, 0x0018, "__OSModuleInit" ); MakeComm( 0x801a4fac, "File: OSLink.o" );
CreateFunction( 0x801a506c, 0x0080, "Config24MB" ); MakeComm( 0x801a506c, "File: OSMemory.o" );
CreateFunction( 0x801a50ec, 0x0080, "Config48MB" ); MakeComm( 0x801a50ec, "File: OSMemory.o" );
CreateFunction( 0x801a516c, 0x0018, "RealMode" ); MakeComm( 0x801a516c, "File: OSMemory.o" );
CreateFunction( 0x801a53b4, 0x0070, "Reset" ); MakeComm( 0x801a53b4, "File: OSReset.o" );
CreateFunction( 0x801a5724, 0x0030, "OSGetResetCode" ); MakeComm( 0x801a5724, "File: OSReset.o" );
CreateFunction( 0x801a6914, 0x001c, "SystemCallVector" ); MakeComm( 0x801a6914, "File: OSSync.o" );
CreateFunction( 0x801a6b04, 0x000c, "OSGetCurrentThread" ); MakeComm( 0x801a6b04, "File: OSThread.o" );
CreateFunction( 0x801a6bf8, 0x003c, "__OSGetEffectivePriority" ); MakeComm( 0x801a6bf8, "File: OSThread.o" );
CreateFunction( 0x801b35f0, 0x0174, "SPEC0_MakeStatus" ); MakeComm( 0x801b35f0, "File: Pad.o" );
CreateFunction( 0x801b3764, 0x0174, "SPEC1_MakeStatus" ); MakeComm( 0x801b3764, "File: Pad.o" );
CreateFunction( 0x801aafb8, 0x0014, "SISetCommand" ); MakeComm( 0x801aafb8, "File: SIBios.o" );
CreateFunction( 0x801aafcc, 0x0010, "SITransferCommands" ); MakeComm( 0x801aafcc, "File: SIBios.o" );
CreateFunction( 0x801b3f78, 0x0088, "AIInitDMA" ); MakeComm( 0x801b3f78, "File: ai.o" );
CreateFunction( 0x801b4030, 0x00d8, "AISetStreamPlayState" ); MakeComm( 0x801b4030, "File: ai.o" );
CreateFunction( 0x801b4118, 0x00e0, "AISetDSPSampleRate" ); MakeComm( 0x801b4118, "File: ai.o" );
CreateFunction( 0x801b420c, 0x00d4, "__AI_set_stream_sample_rate" ); MakeComm( 0x801b420c, "File: ai.o" );
CreateFunction( 0x801b44b4, 0x007c, "__AISHandler" ); MakeComm( 0x801b44b4, "File: ai.o" );
MakeComm( 0x801b44ec, "__AIS_Callback" );
CreateFunction( 0x801b4634, 0x01e4, "__AI_SRC_INIT" ); MakeComm( 0x801b4634, "File: ai.o" );
MakeComm( 0x801b4700, "bound_32KHz" );
MakeComm( 0x801b470c, "buffer" );
MakeComm( 0x801b4718, "bound_32KHz" );
MakeComm( 0x801b4720, "buffer" );
MakeComm( 0x801b4754, "min_wait" );
MakeComm( 0x801b475c, "min_wait" );
MakeComm( 0x801b4788, "bound_48KHz" );
MakeComm( 0x801b478c, "bound_48KHz" );
MakeComm( 0x801b47b4, "max_wait" );
MakeComm( 0x801b47bc, "max_wait" );
CreateFunction( 0x80255d38, 0x00f0, "ARStartDMA" ); MakeComm( 0x80255d38, "File: ar.o" );
CreateFunction( 0x80255e28, 0x0068, "ARAlloc" ); MakeComm( 0x80255e28, "File: ar.o" );
MakeComm( 0x80255e44, "__AR_StackPointer" );
MakeComm( 0x80255e48, "__AR_BlockLength" );
MakeComm( 0x80255e50, "__AR_StackPointer" );
MakeComm( 0x80255e58, "__AR_BlockLength" );
MakeComm( 0x80255e5c, "__AR_FreeBlocks" );
MakeComm( 0x80255e68, "__AR_BlockLength" );
MakeComm( 0x80255e6c, "__AR_FreeBlocks" );
CreateFunction( 0x80255f5c, 0x0078, "__ARHandler" ); MakeComm( 0x80255f5c, "File: ar.o" );
MakeComm( 0x80255f9c, "__AR_Callback" );
CreateFunction( 0x80257a08, 0x015c, "ARQPostRequest" ); MakeComm( 0x80257a08, "File: arq.o" );
MakeComm( 0x80257a80, "__ARQRequestQueueLo" );
MakeComm( 0x80257a8c, "__ARQRequestTailLo" );
MakeComm( 0x80257a98, "__ARQRequestQueueLo" );
MakeComm( 0x80257a9c, "__ARQRequestTailLo" );
MakeComm( 0x80257aa4, "__ARQRequestQueueHi" );
MakeComm( 0x80257ab0, "__ARQRequestTailHi" );
MakeComm( 0x80257abc, "__ARQRequestQueueHi" );
MakeComm( 0x80257ac0, "__ARQRequestTailHi" );
MakeComm( 0x80257ac4, "__ARQRequestPendingHi" );
MakeComm( 0x80257ad0, "__ARQRequestPendingLo" );
MakeComm( 0x80257adc, "__ARQRequestQueueHi" );
MakeComm( 0x80257b18, "__ARQRequestQueueHi" );
MakeComm( 0x80257b20, "__ARQCallbackHi" );
MakeComm( 0x80257b24, "__ARQRequestPendingHi" );
MakeComm( 0x80257b2c, "__ARQRequestQueueHi" );
MakeComm( 0x80257b30, "__ARQRequestPendingHi" );
CreateFunction( 0x80257edc, 0x0080, "AXFreeVoice" ); MakeComm( 0x80257edc, "File: AXAlloc.o" );
CreateFunction( 0x80257f5c, 0x0174, "AXAcquireVoice" ); MakeComm( 0x80257f5c, "File: AXAlloc.o" );
CreateFunction( 0x80258f08, 0x0058, "__AXDSPResumeCallback" ); MakeComm( 0x80258f08, "File: AXOut.o" );
MakeComm( 0x80258f14, "__AXOutDspReady" );
MakeComm( 0x80258f24, "__AXOutDspReady" );
MakeComm( 0x80258f2c, "__AXOsTime" );
MakeComm( 0x80258f30, "__AXOsTime" );
MakeComm( 0x80258f4c, "__AXOutDspReady" );
CreateFunction( 0x8025a578, 0x00c4, "AXSetVoiceSrcType" ); MakeComm( 0x8025a578, "File: AXVPB.o" );
CreateFunction( 0x8025a63c, 0x005c, "AXSetVoiceState" ); MakeComm( 0x8025a63c, "File: AXVPB.o" );
CreateFunction( 0x8025a698, 0x004c, "AXSetVoiceType" ); MakeComm( 0x8025a698, "File: AXVPB.o" );
CreateFunction( 0x8025a938, 0x0058, "AXSetVoiceVe" ); MakeComm( 0x8025a938, "File: AXVPB.o" );
CreateFunction( 0x8025a990, 0x0110, "AXSetVoiceAddr" ); MakeComm( 0x8025a990, "File: AXVPB.o" );
CreateFunction( 0x8025aaa0, 0x0054, "AXSetVoiceCurrentAddr" ); MakeComm( 0x8025aaa0, "File: AXVPB.o" );
CreateFunction( 0x8025aaf4, 0x00a4, "AXSetVoiceAdpcm" ); MakeComm( 0x8025aaf4, "File: AXVPB.o" );
CreateFunction( 0x8025ab98, 0x0098, "AXSetVoiceSrc" ); MakeComm( 0x8025ab98, "File: AXVPB.o" );
CreateFunction( 0x8025ac30, 0x0098, "AXSetVoiceSrcRatio" ); MakeComm( 0x8025ac30, "File: AXVPB.o" );
MakeComm( 0x8025ac58, "@229" );
CreateFunction( 0x8025acc8, 0x006c, "AXSetVoiceAdpcmLoop" ); MakeComm( 0x8025acc8, "File: AXVPB.o" );
CreateFunction( 0x8025e0f8, 0x022c, "Retry" ); MakeComm( 0x8025e0f8, "File: CARDBios.o" );
CreateFunction( 0x8025e434, 0x01b4, "__CARDStart" ); MakeComm( 0x8025e434, "File: CARDBios.o" );
CreateFunction( 0x8025ea04, 0x00b8, "__CARDGetControlBlock" ); MakeComm( 0x8025ea04, "File: CARDBios.o" );
CreateFunction( 0x8025eabc, 0x0064, "__CARDPutControlBlock" ); MakeComm( 0x8025eabc, "File: CARDBios.o" );
CreateFunction( 0x8025eb50, 0x0150, "CARDFreeBlocks" ); MakeComm( 0x8025eb50, "File: CARDBios.o" );
CreateFunction( 0x8025ecf8, 0x00d4, "WriteCallback" ); MakeComm( 0x8025ecf8, "File: CARDBlock.o" );
CreateFunction( 0x8025f048, 0x00ac, "__CARDUpdateFatBlock" ); MakeComm( 0x8025f048, "File: CARDBlock.o" );
CreateFunction( 0x8025f78c, 0x0240, "VerifyDir" ); MakeComm( 0x8025f78c, "File: CARDCheck.o" );
CreateFunction( 0x8025f9cc, 0x0284, "VerifyFAT" ); MakeComm( 0x8025f9cc, "File: CARDCheck.o" );
CreateFunction( 0x8025fcdc, 0x0590, "CARDCheckExAsync" ); MakeComm( 0x8025fcdc, "File: CARDCheck.o" );
CreateFunction( 0x80261ab4, 0x0130, "CreateCallbackFat" ); MakeComm( 0x80261ab4, "File: CARDCreate.o" );
CreateFunction( 0x80261be4, 0x0220, "CARDCreateAsync" ); MakeComm( 0x80261be4, "File: CARDCreate.o" );
CreateFunction( 0x80262608, 0x0110, "CARDDeleteAsync" ); MakeComm( 0x80262608, "File: CARDDelete.o" );
CreateFunction( 0x8025f0fc, 0x00d0, "WriteCallback_0" ); MakeComm( 0x8025f0fc, "File: CARDDir.o" );
CreateFunction( 0x8025f294, 0x00c4, "__CARDUpdateDir" ); MakeComm( 0x8025f294, "File: CARDDir.o" );
CreateFunction( 0x802609fc, 0x01a0, "CARDMountAsync" ); MakeComm( 0x802609fc, "File: CARDMount.o" );
CreateFunction( 0x80260b9c, 0x009c, "DoUnmount" ); MakeComm( 0x80260b9c, "File: CARDMount.o" );
CreateFunction( 0x80260c38, 0x00ac, "CARDUnmount" ); MakeComm( 0x80260c38, "File: CARDMount.o" );
CreateFunction( 0x80261e04, 0x01b8, "__CARDSeek" ); MakeComm( 0x80261e04, "File: CARDRead.o" );
CreateFunction( 0x80261fbc, 0x0130, "ReadCallback" ); MakeComm( 0x80261fbc, "File: CARDRead.o" );
CreateFunction( 0x80262a24, 0x0174, "CARDSetStatusAsync" ); MakeComm( 0x80262a24, "File: CARDStat.o" );
CreateFunction( 0x80262d04, 0x0144, "ReadArrayUnlock" ); MakeComm( 0x80262d04, "File: CARDUnlock.o" );
CreateFunction( 0x80263a64, 0x0070, "InitCallback" ); MakeComm( 0x80263a64, "File: CARDUnlock.o" );
CreateFunction( 0x80262230, 0x0170, "WriteCallback_1" ); MakeComm( 0x80262230, "File: CARDWrite.o" );
CreateFunction( 0x80262450, 0x0114, "CARDWriteAsync" ); MakeComm( 0x80262450, "File: CARDWrite.o" );
CreateFunction( 0x801abbf0, 0x0010, "__DBExceptionDestination" ); MakeComm( 0x801abbf0, "File: db.o" );
CreateFunction( 0x8025d08c, 0x0070, "DSPAddTask" ); MakeComm( 0x8025d08c, "File: dsp.o" );
MakeComm( 0x8025d0cc, "__DSP_first_task" );
CreateFunction( 0x8025d0fc, 0x0040, "DSPCancelTask" ); MakeComm( 0x8025d0fc, "File: dsp.o" );
CreateFunction( 0x8025d13c, 0x00c8, "DSPAssertTask" ); MakeComm( 0x8025d13c, "File: dsp.o" );
MakeComm( 0x8025d158, "__DSP_curr_task" );
MakeComm( 0x8025d16c, "__DSP_rude_task" );
MakeComm( 0x8025d174, "__DSP_rude_task_pending" );
MakeComm( 0x8025d198, "__DSP_rude_task" );
MakeComm( 0x8025d19c, "__DSP_rude_task_pending" );
CreateFunction( 0x8025d254, 0x0424, "__DSPHandler" ); MakeComm( 0x8025d254, "File: dsp_task.o" );
MakeComm( 0x8025d2a4, "__DSP_curr_task" );
MakeComm( 0x8025d308, "__DSP_curr_task" );
MakeComm( 0x8025d32c, "__DSP_curr_task" );
MakeComm( 0x8025d348, "__DSP_rude_task_pending" );
MakeComm( 0x8025d354, "__DSP_rude_task" );
MakeComm( 0x8025d37c, "__DSP_curr_task" );
MakeComm( 0x8025d380, "__DSP_rude_task" );
MakeComm( 0x8025d384, "__DSP_rude_task_pending" );
MakeComm( 0x8025d3b8, "__DSP_curr_task" );
MakeComm( 0x8025d3bc, "__DSP_rude_task" );
MakeComm( 0x8025d3c4, "__DSP_curr_task" );
MakeComm( 0x8025d3d4, "__DSP_rude_task" );
MakeComm( 0x8025d3d8, "__DSP_rude_task_pending" );
MakeComm( 0x8025d3dc, "__DSP_curr_task" );
MakeComm( 0x8025d3e0, "__DSP_rude_task" );
MakeComm( 0x8025d3f4, "__DSP_first_task" );
MakeComm( 0x8025d418, "__DSP_curr_task" );
MakeComm( 0x8025d44c, "__DSP_curr_task" );
MakeComm( 0x8025d450, "__DSP_first_task" );
MakeComm( 0x8025d458, "__DSP_curr_task" );
MakeComm( 0x8025d464, "__DSP_first_task" );
MakeComm( 0x8025d468, "__DSP_curr_task" );
MakeComm( 0x8025d488, "__DSP_curr_task" );
MakeComm( 0x8025d494, "__DSP_curr_task" );
MakeComm( 0x8025d4a0, "__DSP_curr_task" );
MakeComm( 0x8025d4a8, "__DSP_curr_task" );
MakeComm( 0x8025d4b0, "__DSP_rude_task_pending" );
MakeComm( 0x8025d4f0, "__DSP_rude_task" );
MakeComm( 0x8025d4f8, "__DSP_curr_task" );
MakeComm( 0x8025d500, "__DSP_rude_task" );
MakeComm( 0x8025d508, "__DSP_rude_task_pending" );
MakeComm( 0x8025d50c, "__DSP_curr_task" );
MakeComm( 0x8025d510, "__DSP_rude_task" );
MakeComm( 0x8025d524, "__DSP_first_task" );
MakeComm( 0x8025d560, "__DSP_curr_task" );
MakeComm( 0x8025d56c, "__DSP_curr_task" );
MakeComm( 0x8025d5a8, "__DSP_curr_task" );
MakeComm( 0x8025d5b8, "__DSP_first_task" );
MakeComm( 0x8025d5c0, "__DSP_first_task" );
MakeComm( 0x8025d5c4, "__DSP_last_task" );
MakeComm( 0x8025d5c8, "__DSP_curr_task" );
MakeComm( 0x8025d604, "__DSP_curr_task" );
MakeComm( 0x8025d614, "__DSP_curr_task" );
MakeComm( 0x8025d620, "__DSP_curr_task" );
MakeComm( 0x8025d628, "__DSP_curr_task" );
MakeComm( 0x8025d62c, "__DSP_curr_task" );
CreateFunction( 0x8025d678, 0x01a0, "__DSP_exec_task" ); MakeComm( 0x8025d678, "File: dsp_task.o" );
CreateFunction( 0x8025d818, 0x018c, "__DSP_boot_task" ); MakeComm( 0x8025d818, "File: dsp_task.o" );
CreateFunction( 0x801ae30c, 0x00dc, "DVDReadAbsAsyncPrio" ); MakeComm( 0x801ae30c, "File: dvd.o" );
MakeComm( 0x801ae34c, "autoInvalidation" );
MakeComm( 0x801ae3a0, "executing" );
MakeComm( 0x801ae3b0, "PauseFlag" );
CreateFunction( 0x801ae3e8, 0x00d0, "DVDReadAbsAsyncForBS" ); MakeComm( 0x801ae3e8, "File: dvd.o" );
MakeComm( 0x801ae420, "autoInvalidation" );
MakeComm( 0x801ae474, "executing" );
MakeComm( 0x801ae484, "PauseFlag" );
CreateFunction( 0x801ae4b8, 0x00d4, "DVDReadDiskID" ); MakeComm( 0x801ae4b8, "File: dvd.o" );
MakeComm( 0x801ae4f4, "autoInvalidation" );
MakeComm( 0x801ae548, "executing" );
MakeComm( 0x801ae558, "PauseFlag" );
CreateFunction( 0x801ae58c, 0x00bc, "DVDCancelStreamAsync" ); MakeComm( 0x801ae58c, "File: dvd.o" );
MakeComm( 0x801ae5b0, "autoInvalidation" );
MakeComm( 0x801ae604, "executing" );
MakeComm( 0x801ae614, "PauseFlag" );
CreateFunction( 0x801ae648, 0x00d0, "DVDInquiryAsync" ); MakeComm( 0x801ae648, "File: dvd.o" );
MakeComm( 0x801ae680, "autoInvalidation" );
MakeComm( 0x801ae6d4, "executing" );
MakeComm( 0x801ae6e4, "PauseFlag" );
CreateFunction( 0x801ae75c, 0x004c, "DVDGetCommandBlockStatus" ); MakeComm( 0x801ae75c, "File: dvd.o" );
CreateFunction( 0x801ae7a8, 0x00ac, "DVDGetDriveStatus" ); MakeComm( 0x801ae7a8, "File: dvd.o" );
MakeComm( 0x801ae7c0, "FatalErrorFlag" );
MakeComm( 0x801ae7d8, "PausingFlag" );
MakeComm( 0x801ae7ec, "executing" );
CreateFunction( 0x801ae864, 0x0050, "DVDResume" ); MakeComm( 0x801ae864, "File: dvd.o" );
MakeComm( 0x801ae87c, "PauseFlag" );
MakeComm( 0x801ae884, "PausingFlag" );
MakeComm( 0x801ae890, "PausingFlag" );
CreateFunction( 0x801aeb30, 0x00ac, "DVDCancel" ); MakeComm( 0x801aeb30, "File: dvd.o" );
MakeComm( 0x801aebac, "__DVDThreadQueue" );
CreateFunction( 0x80258f60, 0x002c, "cbForCancelAllSync" ); MakeComm( 0x80258f60, "File: dvd.o" );
MakeComm( 0x80258f64, "__DVDThreadQueue" );
MakeComm( 0x80258f74, "CancelAllSyncComplete" );
CreateFunction( 0x801aed00, 0x011c, "__DVDPrepareResetAsync" ); MakeComm( 0x801aed00, "File: dvd.o" );
MakeComm( 0x801aed28, "Canceling" );
MakeComm( 0x801aed34, "CancelCallback" );
MakeComm( 0x801aed3c, "executing" );
MakeComm( 0x801aed5c, "executing" );
MakeComm( 0x801aed64, "PauseFlag" );
MakeComm( 0x801aed70, "PausingFlag" );
MakeComm( 0x801aed90, "executing" );
MakeComm( 0x801aedcc, "PauseFlag" );
MakeComm( 0x801aedd4, "PausingFlag" );
MakeComm( 0x801aede0, "PausingFlag" );
CreateFunction( 0x801af168, 0x007c, "__DVDStoreErrorCode" ); MakeComm( 0x801af168, "File: dvderror.o" );
CreateFunction( 0x801af970, 0x0070, "AlarmHandlerForTimeout" ); MakeComm( 0x801af970, "File: dvdlow.o" );
MakeComm( 0x801af99c, "Callback" );
MakeComm( 0x801af9a8, "Callback" );
CreateFunction( 0x801af9e0, 0x0110, "Read" ); MakeComm( 0x801af9e0, "File: dvdlow.o" );
MakeComm( 0x801afa0c, "StopAtNextInt" );
MakeComm( 0x801afa14, "Callback" );
MakeComm( 0x801afa20, "LastCommandWasRead" );
MakeComm( 0x801afa28, "LastReadIssued" );
MakeComm( 0x801afa34, "LastReadIssued" );
MakeComm( 0x801afa60, "LastLength" );
CreateFunction( 0x801afb70, 0x0298, "DVDLowRead" ); MakeComm( 0x801afb70, "File: dvdlow.o" );
MakeComm( 0x801afbb4, "WorkAroundType" );
MakeComm( 0x801afbd0, "NextCommandNumber" );
MakeComm( 0x801afbe8, "WorkAroundType" );
MakeComm( 0x801afbf4, "FirstRead" );
MakeComm( 0x801afcac, "NextCommandNumber" );
MakeComm( 0x801afcfc, "LastReadFinished" );
MakeComm( 0x801afd08, "LastReadFinished" );
MakeComm( 0x801afd58, "NextCommandNumber" );
MakeComm( 0x801afdac, "NextCommandNumber" );
CreateFunction( 0x801afe08, 0x0094, "DVDLowSeek" ); MakeComm( 0x801afe08, "File: dvdlow.o" );
MakeComm( 0x801afe20, "Callback" );
MakeComm( 0x801afe2c, "StopAtNextInt" );
CreateFunction( 0x801afec8, 0x00a4, "DVDLowReadDiskID" ); MakeComm( 0x801afec8, "File: dvdlow.o" );
MakeComm( 0x801afef0, "Callback" );
MakeComm( 0x801afefc, "StopAtNextInt" );
CreateFunction( 0x801aff6c, 0x008c, "DVDLowStopMotor" ); MakeComm( 0x801aff6c, "File: dvdlow.o" );
MakeComm( 0x801aff84, "Callback" );
MakeComm( 0x801aff90, "StopAtNextInt" );
CreateFunction( 0x801afff8, 0x008c, "DVDLowRequestError" ); MakeComm( 0x801afff8, "File: dvdlow.o" );
MakeComm( 0x801b0010, "Callback" );
MakeComm( 0x801b001c, "StopAtNextInt" );
CreateFunction( 0x801b0084, 0x009c, "DVDLowInquiry" ); MakeComm( 0x801b0084, "File: dvdlow.o" );
MakeComm( 0x801b00a4, "Callback" );
MakeComm( 0x801b00b0, "StopAtNextInt" );
CreateFunction( 0x801b0120, 0x0098, "DVDLowAudioStream" ); MakeComm( 0x801b0120, "File: dvdlow.o" );
MakeComm( 0x801b0138, "Callback" );
MakeComm( 0x801b0144, "StopAtNextInt" );
CreateFunction( 0x801b01b8, 0x008c, "DVDLowRequestAudioStatus" ); MakeComm( 0x801b01b8, "File: dvdlow.o" );
MakeComm( 0x801b01d0, "Callback" );
MakeComm( 0x801b01dc, "StopAtNextInt" );
CreateFunction( 0x801b0244, 0x009c, "DVDLowAudioBufferConfig" ); MakeComm( 0x801b0244, "File: dvdlow.o" );
MakeComm( 0x801b0260, "Callback" );
MakeComm( 0x801b0264, "StopAtNextInt" );
CreateFunction( 0x801b02e0, 0x00bc, "DVDLowReset" ); MakeComm( 0x801b02e0, "File: dvdlow.o" );
MakeComm( 0x801b0378, "ResetOccurred" );
MakeComm( 0x801b0380, "LastResetEnd" );
MakeComm( 0x801b0384, "LastResetEnd" );
CreateFunction( 0x801b03cc, 0x0044, "__DVDLowSetWAType" ); MakeComm( 0x801b03cc, "File: dvdlow.o" );
MakeComm( 0x801b03ec, "WorkAroundType" );
MakeComm( 0x801b03f0, "WorkAroundSeekLocation" );
CreateFunction( 0x801aee8c, 0x0068, "__DVDPushWaitingQueue" ); MakeComm( 0x801aee8c, "File: dvdqueue.o" );
CreateFunction( 0x801aeef4, 0x00a0, "__DVDPopWaitingQueue" ); MakeComm( 0x801aeef4, "File: dvdqueue.o" );
CreateFunction( 0x801aef94, 0x0058, "__DVDCheckWaitingQueue" ); MakeComm( 0x801aef94, "File: dvdqueue.o" );
CreateFunction( 0x801aefec, 0x0060, "__DVDDequeueWaitingQueue" ); MakeComm( 0x801aefec, "File: dvdqueue.o" );
CreateFunction( 0x801af464, 0x0168, "__fstLoad" ); MakeComm( 0x801af464, "File: fstload.o" );
MakeComm( 0x801af4a0, "idTmp" );
MakeComm( 0x801af4a4, "bb2" );
MakeComm( 0x801af4b0, "idTmp" );
MakeComm( 0x801af4d0, "bb2" );
MakeComm( 0x801af4ec, "bb2" );
MakeComm( 0x801af4f8, "idTmp" );
MakeComm( 0x801af500, "@35" );
MakeComm( 0x801af580, "@40" );
MakeComm( 0x801af588, "@41" );
MakeComm( 0x801af598, "@35" );
MakeComm( 0x801af5a4, "bb2" );
CreateFunction( 0x8026552c, 0x006c, "GXInitFifoBase" ); MakeComm( 0x8026552c, "File: GXFifo.o" );
CreateFunction( 0x80265598, 0x0070, "GXInitFifoPtrs" ); MakeComm( 0x80265598, "File: GXFifo.o" );
CreateFunction( 0x802658f8, 0x004c, "__GXFifoInit" ); MakeComm( 0x802658f8, "File: GXFifo.o" );
MakeComm( 0x80265924, "__GXCurrentThread" );
MakeComm( 0x80265928, "GXOverflowSuspendInProgress" );
MakeComm( 0x8026592c, "CPUFifo" );
MakeComm( 0x80265930, "GPFifo" );
CreateFunction( 0x802675b4, 0x0080, "GXDrawDone" ); MakeComm( 0x802675b4, "File: GXMisc.o" );
MakeComm( 0x802675ec, "DrawDone" );
MakeComm( 0x80267604, "FinishQueue" );
MakeComm( 0x8026760c, "DrawDone" );
CreateFunction( 0x802558e0, 0x018c, "C_MTXLookAt" ); MakeComm( 0x802558e0, "File: mtx.o" );
CreateFunction( 0x801a27f8, 0x0250, "InsertAlarm" ); MakeComm( 0x801a27f8, "File: OSAlarm.o" );
MakeComm( 0x801a28c8, "AlarmQueue" );
MakeComm( 0x801a2914, "AlarmQueue" );
MakeComm( 0x801a29a0, "AlarmQueue" );
MakeComm( 0x801a29c4, "AlarmQueue" );
CreateFunction( 0x801a2ab0, 0x011c, "OSCancelAlarm" ); MakeComm( 0x801a2ab0, "File: OSAlarm.o" );
MakeComm( 0x801a2afc, "AlarmQueue" );
MakeComm( 0x801a2b28, "AlarmQueue" );
CreateFunction( 0x801a2bcc, 0x0230, "DecrementerExceptionCallback" ); MakeComm( 0x801a2bcc, "File: OSAlarm.o" );
MakeComm( 0x801a2bf0, "AlarmQueue" );
MakeComm( 0x801a2cb4, "AlarmQueue" );
MakeComm( 0x801a2cc0, "AlarmQueue" );
MakeComm( 0x801a2d18, "AlarmQueue" );
CreateFunction( 0x80253c08, 0x007c, "OSFreeToHeap" ); MakeComm( 0x80253c08, "File: OSAlloc.o" );
MakeComm( 0x80253c20, "HeapArray" );
CreateFunction( 0x801a30f4, 0x00d8, "__OSStopAudioSystem" ); MakeComm( 0x801a30f4, "File: OSAudioSystem.o" );
CreateFunction( 0x801a33bc, 0x0038, "LCEnable" ); MakeComm( 0x801a33bc, "File: OSCache.o" );
CreateFunction( 0x801a3598, 0x0160, "DMAErrorHandler" ); MakeComm( 0x801a3598, "File: OSCache.o" );
CreateFunction( 0x801a36f8, 0x00f4, "__OSCacheInit" ); MakeComm( 0x801a36f8, "File: OSCache.o" );
CreateFunction( 0x801a3a38, 0x0008, "OSLoadFPUContext" ); MakeComm( 0x801a3a38, "File: OSContext.o" );
CreateFunction( 0x801a3a40, 0x0008, "OSSaveFPUContext" ); MakeComm( 0x801a3a40, "File: OSContext.o" );
CreateFunction( 0x801a3c64, 0x00bc, "OSInitContext" ); MakeComm( 0x801a3c64, "File: OSContext.o" );
CreateFunction( 0x801a3fc8, 0x0084, "OSSwitchFPUContext" ); MakeComm( 0x801a3fc8, "File: OSContext.o" );
CreateFunction( 0x801a4114, 0x012c, "OSPanic" ); MakeComm( 0x801a4114, "File: OSError.o" );
CreateFunction( 0x801a4b90, 0x0088, "__OSUnmaskInterrupts" ); MakeComm( 0x801a4b90, "File: OSInterrupt.o" );
CreateFunction( 0x801a4fc4, 0x003c, "OnReset" ); MakeComm( 0x801a4fc4, "File: OSMemory.o" );
CreateFunction( 0x801a7e68, 0x00dc, "OSLockMutex" ); MakeComm( 0x801a7e68, "File: OSMutex.o" );
CreateFunction( 0x801a7f44, 0x00c8, "OSUnlockMutex" ); MakeComm( 0x801a7f44, "File: OSMutex.o" );
CreateFunction( 0x801a800c, 0x0070, "__OSUnlockAllMutex" ); MakeComm( 0x801a800c, "File: OSMutex.o" );
CreateFunction( 0x801a5424, 0x0048, "__OSDoHotReset" ); MakeComm( 0x801a5424, "File: OSReset.o" );
CreateFunction( 0x801a5754, 0x00f4, "__OSResetSWInterruptHandler" ); MakeComm( 0x801a5754, "File: OSResetSW.o" );
MakeComm( 0x801a5774, "HoldDown" );
MakeComm( 0x801a5784, "HoldDown" );
MakeComm( 0x801a57a8, "HoldDown" );
MakeComm( 0x801a57b0, "HoldDown" );
MakeComm( 0x801a57f4, "Down" );
MakeComm( 0x801a57fc, "LastState" );
MakeComm( 0x801a5804, "ResetCallback" );
MakeComm( 0x801a5818, "ResetCallback" );
CreateFunction( 0x801a5d94, 0x005c, "__OSLockSram" ); MakeComm( 0x801a5d94, "File: OSRtc.o" );
CreateFunction( 0x801a5df0, 0x005c, "__OSLockSramEx" ); MakeComm( 0x801a5df0, "File: OSRtc.o" );
CreateFunction( 0x801a6304, 0x0080, "OSGetSoundMode" ); MakeComm( 0x801a6304, "File: OSRtc.o" );
CreateFunction( 0x801a6384, 0x00a4, "OSSetSoundMode" ); MakeComm( 0x801a6384, "File: OSRtc.o" );
CreateFunction( 0x801a6428, 0x0070, "OSGetProgressiveMode" ); MakeComm( 0x801a6428, "File: OSRtc.o" );
CreateFunction( 0x801a6498, 0x00a4, "OSSetProgressiveMode" ); MakeComm( 0x801a6498, "File: OSRtc.o" );
CreateFunction( 0x801a653c, 0x006c, "OSGetLanguage" ); MakeComm( 0x801a653c, "File: OSRtc.o" );
CreateFunction( 0x801a65a8, 0x0070, "OSGetEuRgb60Mode" ); MakeComm( 0x801a65a8, "File: OSRtc.o" );
CreateFunction( 0x801a6618, 0x00a4, "OSSetEuRgb60Mode" ); MakeComm( 0x801a6618, "File: OSRtc.o" );
CreateFunction( 0x801a6934, 0x0064, "__OSInitSystemCall" ); MakeComm( 0x801a6934, "File: OSSync.o" );
CreateFunction( 0x801a6df4, 0x0050, "__OSPromoteThread" ); MakeComm( 0x801a6df4, "File: OSThread.o" );
CreateFunction( 0x801a7524, 0x0140, "OSJoinThread" ); MakeComm( 0x801a7524, "File: OSThread.o" );
CreateFunction( 0x801a7e10, 0x0020, "_ExitProcess" ); MakeComm( 0x801a7e10, "File: __ppc_eabi_init.o" );
CreateFunction( 0x801b25ec, 0x01a4, "UpdateOrigin" ); MakeComm( 0x801b25ec, "File: Pad.o" );
MakeComm( 0x801b260c, "AnalogMode" );
MakeComm( 0x801b2744, "XPatchBits" );
CreateFunction( 0x801b2790, 0x00c4, "PADOriginCallback" ); MakeComm( 0x801b2790, "File: Pad.o" );
MakeComm( 0x801b27a8, "ResettingChan" );
MakeComm( 0x801b27b0, "ResettingChan" );
MakeComm( 0x801b27b8, "EnabledBits" );
MakeComm( 0x801b27c8, "EnabledBits" );
MakeComm( 0x801b27d4, "AnalogMode" );
MakeComm( 0x801b27e4, "EnabledBits" );
MakeComm( 0x801b27ec, "ResettingBits" );
MakeComm( 0x801b27f4, "ResettingChan" );
MakeComm( 0x801b27f8, "ResettingChan" );
MakeComm( 0x801b2814, "ResettingBits" );
MakeComm( 0x801b2834, "ResettingChan" );
CreateFunction( 0x801b2920, 0x00d8, "PADProbeCallback" ); MakeComm( 0x801b2920, "File: Pad.o" );
MakeComm( 0x801b293c, "ResettingChan" );
MakeComm( 0x801b2944, "EnabledBits" );
MakeComm( 0x801b2954, "EnabledBits" );
MakeComm( 0x801b2960, "AnalogMode" );
MakeComm( 0x801b2970, "EnabledBits" );
MakeComm( 0x801b2978, "ResettingChan" );
MakeComm( 0x801b297c, "WaitingBits" );
MakeComm( 0x801b2988, "WaitingBits" );
MakeComm( 0x801b298c, "ResettingBits" );
MakeComm( 0x801b2994, "ResettingChan" );
MakeComm( 0x801b2998, "ResettingChan" );
MakeComm( 0x801b29b4, "ResettingBits" );
MakeComm( 0x801b29d4, "ResettingChan" );
CreateFunction( 0x801b29f8, 0x032c, "PADTypeAndStatusCallback" ); MakeComm( 0x801b29f8, "File: Pad.o" );
MakeComm( 0x801b2a24, "ResettingChan" );
MakeComm( 0x801b2a28, "RecalibrateBits" );
MakeComm( 0x801b2a34, "RecalibrateBits" );
MakeComm( 0x801b2a44, "ResettingBits" );
MakeComm( 0x801b2a4c, "ResettingChan" );
MakeComm( 0x801b2a50, "ResettingChan" );
MakeComm( 0x801b2a6c, "ResettingBits" );
MakeComm( 0x801b2a84, "ResettingChan" );
MakeComm( 0x801b2ab8, "ResettingBits" );
MakeComm( 0x801b2ac0, "ResettingChan" );
MakeComm( 0x801b2ac4, "ResettingChan" );
MakeComm( 0x801b2ae4, "ResettingBits" );
MakeComm( 0x801b2afc, "ResettingChan" );
MakeComm( 0x801b2b0c, "Spec" );
MakeComm( 0x801b2b18, "EnabledBits" );
MakeComm( 0x801b2b28, "EnabledBits" );
MakeComm( 0x801b2b30, "AnalogMode" );
MakeComm( 0x801b2b40, "EnabledBits" );
MakeComm( 0x801b2b48, "ResettingBits" );
MakeComm( 0x801b2b50, "ResettingChan" );
MakeComm( 0x801b2b54, "ResettingChan" );
MakeComm( 0x801b2b70, "ResettingBits" );
MakeComm( 0x801b2b88, "ResettingChan" );
MakeComm( 0x801b2bc4, "CmdCalibrate" );
MakeComm( 0x801b2bf8, "CmdReadOrigin" );
MakeComm( 0x801b2c4c, "CmdReadOrigin" );
MakeComm( 0x801b2ca8, "ResettingBits" );
MakeComm( 0x801b2cac, "PendingBits" );
MakeComm( 0x801b2cb4, "ResettingChan" );
MakeComm( 0x801b2cbc, "ResettingChan" );
MakeComm( 0x801b2cc0, "PendingBits" );
MakeComm( 0x801b2ce0, "ResettingBits" );
MakeComm( 0x801b2cf8, "ResettingChan" );
CreateFunction( 0x801b3e04, 0x0060, "SamplingHandler" ); MakeComm( 0x801b3e04, "File: Pad.o" );
MakeComm( 0x801b3e18, "SamplingCallback" );
MakeComm( 0x801b3e34, "SamplingCallback" );
CreateFunction( 0x801aaa24, 0x0098, "SIEnablePollingInterrupt" ); MakeComm( 0x801aaa24, "File: SIBios.o" );
CreateFunction( 0x801aaabc, 0x00cc, "SIRegisterPollingHandler" ); MakeComm( 0x801aaabc, "File: SIBios.o" );
CreateFunction( 0x801aab88, 0x00f4, "SIUnregisterPollingHandler" ); MakeComm( 0x801aab88, "File: SIBios.o" );
CreateFunction( 0x801ab224, 0x00c4, "SIGetResponse" ); MakeComm( 0x801ab224, "File: SIBios.o" );
CreateFunction( 0x801aba78, 0x00e4, "SISetSamplingRate" ); MakeComm( 0x801aba78, "File: SISamplingRate.o" );
MakeComm( 0x801abaac, "SamplingRate" );
CreateFunction( 0x801b0e50, 0x0054, "VIWaitForRetrace" ); MakeComm( 0x801b0e50, "File: vi.o" );
MakeComm( 0x801b0e68, "retraceCount" );
MakeComm( 0x801b0e70, "retraceQueue" );
MakeComm( 0x801b0e78, "retraceCount" );
CreateFunction( 0x801b1b40, 0x0394, "VIConfigurePan" ); MakeComm( 0x801b1b40, "File: vi.o" );
MakeComm( 0x801b1be4, "displayOffsetH" );
MakeComm( 0x801b1c3c, "displayOffsetV" );
MakeComm( 0x801b1d84, "changed" );
MakeComm( 0x801b1d88, "changed" );
MakeComm( 0x801b1d90, "changed" );
MakeComm( 0x801b1d94, "changed" );
MakeComm( 0x801b1d9c, "changed" );
MakeComm( 0x801b1da0, "changed" );
MakeComm( 0x801b1da8, "changed" );
MakeComm( 0x801b1dac, "changed" );
MakeComm( 0x801b1dc0, "changed" );
MakeComm( 0x801b1dc4, "changed" );
MakeComm( 0x801b1dcc, "changed" );
MakeComm( 0x801b1dd0, "changed" );
MakeComm( 0x801b1e54, "changed" );
MakeComm( 0x801b1e58, "FBSet" );
MakeComm( 0x801b1e5c, "changed" );
MakeComm( 0x801b1e68, "changed" );
MakeComm( 0x801b1e6c, "changed" );
CreateFunction( 0x801b2004, 0x006c, "VISetNextFrameBuffer" ); MakeComm( 0x801b2004, "File: vi.o" );
MakeComm( 0x801b2034, "FBSet" );
CreateFunction( 0x801b2070, 0x007c, "VISetBlack" ); MakeComm( 0x801b2070, "File: vi.o" );
CreateFunction( 0x801b2334, 0x003c, "VIGetDTVStatus" ); MakeComm( 0x801b2334, "File: vi.o" );
CreateFunction( 0x802577c8, 0x0100, "__ARQServiceQueueLo" ); MakeComm( 0x802577c8, "File: arq.o" );
MakeComm( 0x802577d4, "__ARQRequestPendingLo" );
MakeComm( 0x802577e0, "__ARQRequestQueueLo" );
MakeComm( 0x802577ec, "__ARQRequestPendingLo" );
MakeComm( 0x802577f4, "__ARQRequestQueueLo" );
MakeComm( 0x802577f8, "__ARQRequestPendingLo" );
MakeComm( 0x80257808, "__ARQChunkSize" );
MakeComm( 0x8025783c, "__ARQRequestPendingLo" );
MakeComm( 0x80257844, "__ARQCallbackLo" );
MakeComm( 0x8025787c, "__ARQRequestPendingLo" );
MakeComm( 0x80257880, "__ARQChunkSize" );
MakeComm( 0x80257890, "__ARQRequestPendingLo" );
MakeComm( 0x80257894, "__ARQChunkSize" );
MakeComm( 0x802578a4, "__ARQRequestPendingLo" );
MakeComm( 0x802578a8, "__ARQChunkSize" );
CreateFunction( 0x802578cc, 0x00cc, "__ARQInterruptServiceRoutine" ); MakeComm( 0x802578cc, "File: arq.o" );
MakeComm( 0x802578d8, "__ARQCallbackHi" );
MakeComm( 0x802578e4, "__ARQRequestPendingHi" );
MakeComm( 0x802578f4, "__ARQRequestPendingHi" );
MakeComm( 0x802578f8, "__ARQCallbackHi" );
MakeComm( 0x80257900, "__ARQCallbackLo" );
MakeComm( 0x8025790c, "__ARQRequestPendingLo" );
MakeComm( 0x8025791c, "__ARQRequestPendingLo" );
MakeComm( 0x80257920, "__ARQCallbackLo" );
MakeComm( 0x80257924, "__ARQRequestQueueHi" );
MakeComm( 0x80257960, "__ARQRequestQueueHi" );
MakeComm( 0x80257968, "__ARQCallbackHi" );
MakeComm( 0x8025796c, "__ARQRequestPendingHi" );
MakeComm( 0x80257974, "__ARQRequestQueueHi" );
MakeComm( 0x80257978, "__ARQRequestPendingHi" );
CreateFunction( 0x8025ada4, 0x0028, "__AXFXFreeFunction" ); MakeComm( 0x8025ada4, "File: axfx.o" );
MakeComm( 0x8025adb4, "__OSCurrHeap" );
CreateFunction( 0x8025dadc, 0x00d8, "__CARDExtHandler" ); MakeComm( 0x8025dadc, "File: CARDBios.o" );
CreateFunction( 0x8025dbb4, 0x0118, "__CARDExiHandler" ); MakeComm( 0x8025dbb4, "File: CARDBios.o" );
CreateFunction( 0x8025e324, 0x0110, "UnlockedCallback" ); MakeComm( 0x8025e324, "File: CARDBios.o" );
CreateFunction( 0x8025e5e8, 0x0134, "__CARDReadSegment" ); MakeComm( 0x8025e5e8, "File: CARDBios.o" );
CreateFunction( 0x8025e71c, 0x011c, "__CARDWritePage" ); MakeComm( 0x8025e71c, "File: CARDBios.o" );
CreateFunction( 0x8025e838, 0x00e0, "__CARDEraseSector" ); MakeComm( 0x8025e838, "File: CARDBios.o" );
CreateFunction( 0x8025eca0, 0x0050, "OnReset_0" ); MakeComm( 0x8025eca0, "File: CARDBios.o" );
CreateFunction( 0x8025edcc, 0x00c8, "EraseCallback" ); MakeComm( 0x8025edcc, "File: CARDBlock.o" );
CreateFunction( 0x8025ee94, 0x0118, "__CARDAllocBlock" ); MakeComm( 0x8025ee94, "File: CARDBlock.o" );
CreateFunction( 0x8025efac, 0x009c, "__CARDFreeBlock" ); MakeComm( 0x8025efac, "File: CARDBlock.o" );
CreateFunction( 0x8025fc50, 0x008c, "__CARDVerify" ); MakeComm( 0x8025fc50, "File: CARDCheck.o" );
CreateFunction( 0x80262564, 0x00a4, "DeleteCallback" ); MakeComm( 0x80262564, "File: CARDDelete.o" );
CreateFunction( 0x8025f1cc, 0x00c8, "EraseCallback_0" ); MakeComm( 0x8025f1cc, "File: CARDDir.o" );
CreateFunction( 0x80261a58, 0x0054, "CARDClose" ); MakeComm( 0x80261a58, "File: CARDOpen.o" );
CreateFunction( 0x80263df8, 0x00dc, "BlockReadCallback" ); MakeComm( 0x80263df8, "File: CARDRdwr.o" );
CreateFunction( 0x80263f38, 0x00dc, "BlockWriteCallback" ); MakeComm( 0x80263f38, "File: CARDRdwr.o" );
CreateFunction( 0x802623a0, 0x00b0, "EraseCallback_1" ); MakeComm( 0x802623a0, "File: CARDWrite.o" );
CreateFunction( 0x801ac9f0, 0x0028, "stateGettingError" ); MakeComm( 0x801ac9f0, "File: dvd.o" );
CreateFunction( 0x801acacc, 0x0294, "cbForStateGettingError" ); MakeComm( 0x801acacc, "File: dvd.o" );
MakeComm( 0x801acaf0, "executing" );
MakeComm( 0x801acb20, "executing" );
MakeComm( 0x801acb68, "executing" );
MakeComm( 0x801acbe0, "Canceling" );
MakeComm( 0x801acbf0, "ResumeFromHere" );
MakeComm( 0x801acbf8, "executing" );
MakeComm( 0x801acc00, "Canceling" );
MakeComm( 0x801acc08, "executing" );
MakeComm( 0x801acc2c, "CancelCallback" );
MakeComm( 0x801acc90, "executing" );
MakeComm( 0x801acca8, "LastState" );
MakeComm( 0x801accac, "executing" );
MakeComm( 0x801accc8, "executing" );
MakeComm( 0x801acce8, "executing" );
MakeComm( 0x801acd08, "executing" );
MakeComm( 0x801acd1c, "executing" );
CreateFunction( 0x801acd60, 0x0068, "cbForUnrecoveredError" ); MakeComm( 0x801acd60, "File: dvd.o" );
MakeComm( 0x801acd74, "executing" );
CreateFunction( 0x801acdc8, 0x0098, "cbForUnrecoveredErrorRetry" ); MakeComm( 0x801acdc8, "File: dvd.o" );
MakeComm( 0x801acddc, "executing" );
MakeComm( 0x801ace08, "executing" );
CreateFunction( 0x801ace60, 0x0028, "stateGoToRetry" ); MakeComm( 0x801ace60, "File: dvd.o" );
CreateFunction( 0x801ace88, 0x0158, "cbForStateGoToRetry" ); MakeComm( 0x801ace88, "File: dvd.o" );
MakeComm( 0x801acea0, "executing" );
MakeComm( 0x801aced0, "executing" );
MakeComm( 0x801acefc, "NumInternalRetry" );
MakeComm( 0x801acf00, "CurrCommand" );
MakeComm( 0x801acf0c, "CurrCommand" );
MakeComm( 0x801acf18, "CurrCommand" );
MakeComm( 0x801acf24, "CurrCommand" );
MakeComm( 0x801acf34, "ResetRequired" );
MakeComm( 0x801acf38, "Canceling" );
MakeComm( 0x801acf48, "executing" );
MakeComm( 0x801acf50, "ResumeFromHere" );
MakeComm( 0x801acf5c, "executing" );
MakeComm( 0x801acf64, "Canceling" );
MakeComm( 0x801acf88, "CancelCallback" );
MakeComm( 0x801acfbc, "executing" );
CreateFunction( 0x801ad19c, 0x0038, "stateCheckID2" ); MakeComm( 0x801ad19c, "File: dvd.o" );
CreateFunction( 0x801ad1d4, 0x0114, "cbForStateCheckID1" ); MakeComm( 0x801ad1d4, "File: dvd.o" );
MakeComm( 0x801ad1ec, "executing" );
MakeComm( 0x801ad21c, "executing" );
MakeComm( 0x801ad248, "NumInternalRetry" );
MakeComm( 0x801ad24c, "Canceling" );
MakeComm( 0x801ad25c, "executing" );
MakeComm( 0x801ad260, "ResumeFromHere" );
MakeComm( 0x801ad26c, "Canceling" );
MakeComm( 0x801ad274, "executing" );
MakeComm( 0x801ad298, "CancelCallback" );
MakeComm( 0x801ad2c4, "executing" );
CreateFunction( 0x801ad3cc, 0x00fc, "cbForStateCheckID3" ); MakeComm( 0x801ad3cc, "File: dvd.o" );
MakeComm( 0x801ad3e4, "executing" );
MakeComm( 0x801ad418, "NumInternalRetry" );
MakeComm( 0x801ad41c, "Canceling" );
MakeComm( 0x801ad428, "ResumeFromHere" );
MakeComm( 0x801ad430, "executing" );
MakeComm( 0x801ad438, "Canceling" );
MakeComm( 0x801ad440, "executing" );
MakeComm( 0x801ad464, "CancelCallback" );
MakeComm( 0x801ad490, "executing" );
MakeComm( 0x801ad49c, "executing" );
CreateFunction( 0x801ad5d8, 0x0030, "stateCoverClosed_CMD" ); MakeComm( 0x801ad5d8, "File: dvd.o" );
CreateFunction( 0x801ad608, 0x0070, "cbForStateCoverClosed" ); MakeComm( 0x801ad608, "File: dvd.o" );
MakeComm( 0x801ad61c, "executing" );
MakeComm( 0x801ad650, "NumInternalRetry" );
CreateFunction( 0x801ae718, 0x0044, "DVDReset" ); MakeComm( 0x801ae718, "File: dvd.o" );
MakeComm( 0x801ae744, "ResetRequired" );
MakeComm( 0x801ae748, "ResumeFromHere" );
CreateFunction( 0x801ac3e8, 0x0024, "DVDClose" ); MakeComm( 0x801ac3e8, "File: dvdfs.o" );
CreateFunction( 0x801af5cc, 0x0040, "__DVDInitWA" ); MakeComm( 0x801af5cc, "File: dvdlow.o" );
MakeComm( 0x801af5e4, "NextCommandNumber" );
CreateFunction( 0x801af8ec, 0x0084, "AlarmHandler" ); MakeComm( 0x801af8ec, "File: dvdlow.o" );
MakeComm( 0x801af900, "NextCommandNumber" );
MakeComm( 0x801af914, "NextCommandNumber" );
MakeComm( 0x801af920, "NextCommandNumber" );
MakeComm( 0x801af944, "NextCommandNumber" );
MakeComm( 0x801af950, "NextCommandNumber" );
CreateFunction( 0x801afaf0, 0x0080, "SeekTwiceBeforeRead" ); MakeComm( 0x801afaf0, "File: dvdlow.o" );