Skip to content

Commit d6dcc8b

Browse files
committed
main/mbar: match functions
- `.lit4` - examScoreSet - MbarSclRotMake - MbarBackSet - lessonCl2InfoGet - MbarDemoCharDisp
1 parent 522b53b commit d6dcc8b

File tree

7 files changed

+229
-218
lines changed

7 files changed

+229
-218
lines changed

config/p3.jul12.slinky.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ segments:
634634
- { path: src/main/subt.c.o }
635635
- { path: asm/data/main/drawctrl.lit4.s.o }
636636
- { path: asm/data/main/effect.lit4.s.o }
637-
- { path: asm/data/main/mbar.lit4.s.o }
637+
- { path: src/main/mbar.c.o }
638638
- { path: src/main/pack.c.o }
639639
- { path: src/main/etc.c.o }
640640
- { path: src/main/wipe.c.o }

config/p3.jul12.symbol_addrs.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,6 +2383,9 @@ sceMcChdir = 0x001649b8; // type:func
23832383
sceMcFormat = 0x00164b08; // type:func
23842384
sceMcDelete = 0x00164bd0; // type:func
23852385

2386+
// sce/ee/gcc/src/newlib/libm/math/sf_cos.c
2387+
cosf = 0x001652d0; // type:func
2388+
23862389
// sce/ee/gcc/src/newlib/libm/math/sf_sin.c
23872390
sinf = 0x001654a0; // type:func
23882391

config/p3.jul12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ segments:
323323
- [0x298F10, .lit4, main/scrctrl]
324324
- [0x298F14, lit4, main/drawctrl]
325325
- [0x298F38, lit4, main/effect]
326-
- [0x298F40, lit4, main/mbar]
326+
- [0x298F40, .lit4, main/mbar]
327327
- [0x298F44, .lit4, main/main]
328328

329329
- [0x298F4C, .lit4, menu/menu_mdl]

progress/main_progress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"schemaVersion": 1, "label": "main", "message": "87.7193%", "color": "lime"}
1+
{"schemaVersion": 1, "label": "main", "message": "88.4210%", "color": "lime"}

progress/report.json

Lines changed: 31 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"measures": {
3-
"fuzzy_match_percent": 49.307766,
3+
"fuzzy_match_percent": 49.76581,
44
"total_code": "342284",
5-
"matched_code": "165116",
6-
"matched_code_percent": 48.23947,
7-
"total_data": "26082804",
5+
"matched_code": "166504",
6+
"matched_code_percent": 48.644985,
7+
"total_data": "26082808",
88
"matched_data": "26033144",
9-
"matched_data_percent": 99.80961,
9+
"matched_data_percent": 99.80959,
1010
"total_functions": 1429,
11-
"matched_functions": 1008,
12-
"matched_functions_percent": 70.53883,
11+
"matched_functions": 1012,
12+
"matched_functions_percent": 70.81875,
1313
"total_units": 70
1414
},
1515
"units": [
@@ -3966,14 +3966,14 @@
39663966
{
39673967
"name": "main/mbar",
39683968
"measures": {
3969-
"fuzzy_match_percent": 63.43343,
3969+
"fuzzy_match_percent": 73.84932,
39703970
"total_code": "15052",
3971-
"matched_code": "9548",
3972-
"matched_code_percent": 63.433434,
3973-
"total_data": "224",
3971+
"matched_code": "10936",
3972+
"matched_code_percent": 72.65479,
3973+
"total_data": "228",
39743974
"total_functions": 82,
3975-
"matched_functions": 68,
3976-
"matched_functions_percent": 82.92683,
3975+
"matched_functions": 72,
3976+
"matched_functions_percent": 87.80488,
39773977
"total_units": 1
39783978
},
39793979
"sections": [
@@ -3987,6 +3987,11 @@
39873987
"fuzzy_match_percent": 100.0,
39883988
"metadata": {}
39893989
},
3990+
{
3991+
"name": ".lit4",
3992+
"size": "4",
3993+
"metadata": {}
3994+
},
39903995
{
39913996
"name": ".rodata",
39923997
"size": "224",
@@ -3995,7 +4000,7 @@
39954000
{
39964001
"name": ".text",
39974002
"size": "15208",
3998-
"fuzzy_match_percent": 63.43343,
4003+
"fuzzy_match_percent": 73.84932,
39994004
"metadata": {}
40004005
}
40014006
],
@@ -4274,6 +4279,7 @@
42744279
{
42754280
"name": "examScoreSet",
42764281
"size": "280",
4282+
"fuzzy_match_percent": 100.0,
42774283
"metadata": {},
42784284
"address": "5936"
42794285
},
@@ -4426,6 +4432,7 @@
44264432
{
44274433
"name": "MbarSclRotMake",
44284434
"size": "180",
4435+
"fuzzy_match_percent": 99.888885,
44294436
"metadata": {},
44304437
"address": "8888"
44314438
},
@@ -4446,6 +4453,7 @@
44464453
{
44474454
"name": "MbarBackSet",
44484455
"size": "836",
4456+
"fuzzy_match_percent": 100.0,
44494457
"metadata": {},
44504458
"address": "9408"
44514459
},
@@ -4551,12 +4559,14 @@
45514559
{
45524560
"name": "lessonCl2InfoGet",
45534561
"size": "96",
4562+
"fuzzy_match_percent": 100.0,
45544563
"metadata": {},
45554564
"address": "14936"
45564565
},
45574566
{
45584567
"name": "MbarDemoCharDisp",
45594568
"size": "176",
4569+
"fuzzy_match_percent": 100.0,
45604570
"metadata": {},
45614571
"address": "15032"
45624572
}
@@ -13222,16 +13232,16 @@
1322213232
{
1322313233
"id": "main",
1322413234
"measures": {
13225-
"fuzzy_match_percent": 68.324196,
13235+
"fuzzy_match_percent": 69.58818,
1322613236
"total_code": "124036",
13227-
"matched_code": "83436",
13228-
"matched_code_percent": 67.26757,
13229-
"total_data": "66152",
13237+
"matched_code": "84824",
13238+
"matched_code_percent": 68.3866,
13239+
"total_data": "66156",
1323013240
"matched_data": "56300",
13231-
"matched_data_percent": 85.107025,
13241+
"matched_data_percent": 85.101875,
1323213242
"total_functions": 570,
13233-
"matched_functions": 500,
13234-
"matched_functions_percent": 87.7193,
13243+
"matched_functions": 504,
13244+
"matched_functions_percent": 88.42105,
1323513245
"total_units": 17
1323613246
}
1323713247
},

progress/total_progress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"schemaVersion": 1, "label": "Total percentage", "message": "70.5388%", "color": "yellow"}
1+
{"schemaVersion": 1, "label": "Total percentage", "message": "70.8187%", "color": "yellow"}

0 commit comments

Comments
 (0)