-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomebrew.map
559 lines (518 loc) · 24 KB
/
homebrew.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
Archive member included to satisfy reference by file (symbol)
./lib\libc.a(lib_a-memcpy-stub.o)
lib\rt.o (memcpy)
./lib\libc.a(lib_a-memset.o) gameplg.o (memset)
./lib\libc.a(lib_a-strcpy.o) gameplg.o (strcpy)
./lib\libc.a(lib_a-strlen.o) gameplg.o (strlen)
Allocating common symbols
Common symbol size file
gamePluginMenu 0xc7c gameplg.o
sdmcArchive 0x18 gameplg.o
fsUserHandle 0x4 gameplg.o
cheatEnabled 0x40 gameplg.o
threadStack 0x4000 gameplg.o
Memory Configuration
Name Origin Length Attributes
*default* 0x00000000 0xffffffff
Linker script and memory map
0x00100100 . = 0x100100
0x00100100 . = ALIGN (0x4)
.text 0x00100100 0x2934
0x00100100 __text_start = .
bootloader.o(.text*)
.text 0x00100100 0xb0 bootloader.o
0x00100100 _Reset
0x0010017c _ReturnToUser
0x00100190 plgGetIoBase
0x00100198 copyRemoteMemory
*(.text*)
.text 0x001001b0 0x3b0 gameplg.o
0x001001b0 getKey
0x001001d0 waitKeyUp
0x00100200 initMenu
0x00100218 addMenuEntry
0x00100278 updateMenu
0x001002f0 scanMenu
0x00100334 detectLanguage
0x0010033c addCheatMenuEntry
0x00100368 onCheatItemChanged
0x0010037c freezeCheatValue
0x0010040c updateCheatEnableDisplay
0x00100440 scanCheatMenu
0x0010047c initCheatMenu
0x001004b0 gamePluginEntry
.text 0x00100560 0x144 lib\AC.o
0x00100560 ACU_cmd1
0x001005b0 ACU_cmd26
0x00100610 ACU_GetWifiStatus
0x00100648 ACU_WaitInternetConnection
.text 0x001006a4 0x30 lib\entry.o
0x001006a4 c_entry
0x001006d0 IRQHandler
.text 0x001006d4 0x50c lib\FS.o
0x001006d4 FSUSER_Initialize
0x00100708 FSUSER_OpenFile
0x001007a8 FSUSER_OpenFileDirectly
0x00100868 FSUSER_OpenArchive
0x001008ec FSUSER_OpenDirectory
0x00100978 FSUSER_CloseArchive
0x001009c8 FSFILE_Close
0x001009f8 FSFILE_Read
0x00100a60 FSFILE_Write
0x00100ad0 FSFILE_GetSize
0x00100b14 FSFILE_SetSize
0x00100b4c FSDIR_Read
0x00100bb0 FSDIR_Close
.text 0x00100be0 0x28 lib\main.o
0x00100be0 threadStart
.text.startup 0x00100c08 0x80 lib\main.o
0x00100c08 main
*fill* 0x00100c88 0x8
.text 0x00100c90 0x10 lib\misc.o
0x00100c90 sleep
.text 0x00100ca0 0x3c lib\OS.o
0x00100ca0 OS_ConvertVaddr2Physaddr
.text 0x00100cdc 0xd4 lib\pm.o
0x00100cdc dumpKernel
0x00100ce0 getCurrentProcessId
0x00100d04 getCurrentProcessHandle
0x00100d6c protectRemoteMemory
0x00100d90 protectMemory
.text 0x00100db0 0x54c lib\rt.o
0x00100db0 rtInitLock
0x00100dbc rtAcquireLock
0x00100df0 rtReleaseLock
0x00100dfc rtAlignToPageSize
0x00100e0c rtGetPageOfAddress
0x00100e18 rtCheckRemoteMemoryRegionSafeForWrite
0x00100e68 rtSafeCopyMemory
0x00100ec0 rtRecvSocket
0x00100f20 rtSendSocket
0x00100f7c rtIntToPortNumber
0x00100f98 rtGetFileSize
0x00101084 rtLoadFileToBuffer
0x001011cc rtGenerateJumpCode
0x001011e4 rtFlushInstructionCache
0x001011fc rtInitHook
0x00101274 rtEnableHook
0x001012b8 rtDisableHook
.text 0x001012fc 0x10c lib\sharedfunc.o
0x001012fc initSharedFunc
.text 0x00101408 0xef8 lib\SOC.o
0x00101444 socu_cmd1
0x00101494 SOC_Shutdown
0x001014d0 SOC_Initialize
0x00101538 SOC_GetErrno
0x00101548 socket
0x001015b0 closesocket
0x00101610 shutdown
0x00101674 listen
0x001016d8 accept
0x001017d4 bind
0x001018a4 connect
0x00101974 socuipc_cmd7
0x00101a90 socuipc_cmd8
0x00101bd0 socuipc_cmd9
0x00101ce0 socuipc_cmda
0x00101df4 recvfrom
0x00101e20 sendto
0x00101e4c recv
0x00101e68 send
0x00101e84 getsockopt
0x00101f34 setsockopt
0x00101fbc fcntl
0x00102084 sockatmark
0x001020e4 gethostid
0x00102120 getsockname
0x00102210 getpeername
.text 0x00102300 0x118 lib\srv.o
0x00102300 exitSrv
0x00102318 srv_RegisterClient
0x00102358 initSrv
0x0010238c srv_getServiceHandle
.text 0x00102418 0x40 lib\stub.o
0x00102418 showDbg
0x00102420 nsDbgPrint
0x00102428 plgRegisterMenuEntry
0x00102430 plgGetSharedServiceHandle
0x00102438 plgRequestMemory
0x00102440 plgRegisterCallback
0x00102448 xsprintf
0x00102450 controlVideo
*fill* 0x00102458 0x8
.text 0x00102460 0x2a0 lib\svc.o
0x00102460 getThreadCommandBuffer
0x0010246c svc_controlMemory
0x0010248c svc_exitProcess
0x00102494 svc_createThread
0x001024b4 svc_exitThread
0x001024bc svc_sleepThread
0x001024c4 svc_createMutex
0x001024d8 svc_releaseMutex
0x001024e0 svc_releaseSemaphore
0x001024f4 svc_createEvent
0x00102508 svc_signalEvent
0x00102510 svc_clearEvent
0x00102518 svc_createMemoryBlock
0x00102530 svc_mapMemoryBlock
0x00102538 svc_unmapMemoryBlock
0x00102540 svc_arbitrateAddress
0x00102548 svc_closeHandle
0x00102550 svc_waitSynchronization1
0x00102558 svc_waitSynchronizationN
0x00102578 svc_getSystemTick
0x00102580 svc_getSystemInfo
0x0010259c svc_getProcessInfo
0x001025b8 svc_connectToPort
0x001025cc svc_sendSyncRequest
0x001025d4 svc_getProcessId
0x001025e8 svc_getThreadId
0x001025fc svc_setThreadIdealProcessor
0x00102604 svc_openThread
0x00102618 svc_flushProcessDataCache
0x00102620 svc_invalidateProcessDataCache
0x00102628 svc_queryMemory
0x00102630 svc_addCodeSegment
0x00102638 svc_openProcess
0x0010264c svc_controlProcessMemory
0x00102664 svc_mapProcessMemory
0x0010266c svc_startInterProcessDma
0x0010268c svc_getDmaState
0x001026a0 svc_backDoor
0x001026a8 svc_getProcessList
0x001026bc svc_getThreadList
0x001026d0 svc_getThreadContext
0x001026d8 svc_debugActiveProcess
0x001026ec svc_readProcessMemory
0x001026f4 svc_writeProcessMemory
.text 0x00102700 0xf0 ./lib\libc.a(lib_a-memcpy-stub.o)
0x00102700 memcpy
.text 0x001027f0 0xf4 ./lib\libc.a(lib_a-memset.o)
0x001027f0 memset
.text 0x001028e4 0xf0 ./lib\libc.a(lib_a-strcpy.o)
0x001028e4 strcpy
.text 0x001029d4 0x60 ./lib\libc.a(lib_a-strlen.o)
0x001029d4 strlen
.glue_7 0x00102a34 0x0
.glue_7 0x00102a34 0x0 linker stubs
.glue_7t 0x00102a34 0x0
.glue_7t 0x00102a34 0x0 linker stubs
.vfp11_veneer 0x00102a34 0x0
.vfp11_veneer 0x00102a34 0x0 linker stubs
.v4_bx 0x00102a34 0x0
.v4_bx 0x00102a34 0x0 linker stubs
.plt 0x00102a34 0x0
.plt 0x00102a34 0x0 bootloader.o
.iplt 0x00102a34 0x0
.iplt 0x00102a34 0x0 bootloader.o
0x00102a34 . = ALIGN (0x4)
.data 0x00102a34 0x8
*(.data)
.data 0x00102a34 0x0 bootloader.o
.data 0x00102a34 0x4 gameplg.o
0x00102a34 IoBasePad
.data 0x00102a38 0x0 lib\AC.o
.data 0x00102a38 0x0 lib\entry.o
.data 0x00102a38 0x0 lib\FS.o
.data 0x00102a38 0x4 lib\main.o
0x00102a38 socuRet
.data 0x00102a3c 0x0 lib\misc.o
.data 0x00102a3c 0x0 lib\OS.o
.data 0x00102a3c 0x0 lib\pm.o
.data 0x00102a3c 0x0 lib\rt.o
.data 0x00102a3c 0x0 lib\sharedfunc.o
.data 0x00102a3c 0x0 lib\SOC.o
.data 0x00102a3c 0x0 lib\srv.o
.data 0x00102a3c 0x0 lib\stub.o
.data 0x00102a3c 0x0 lib\svc.o
.data 0x00102a3c 0x0 ./lib\libc.a(lib_a-memcpy-stub.o)
.data 0x00102a3c 0x0 ./lib\libc.a(lib_a-memset.o)
.data 0x00102a3c 0x0 ./lib\libc.a(lib_a-strcpy.o)
.data 0x00102a3c 0x0 ./lib\libc.a(lib_a-strlen.o)
.dynamic 0x00102a3c 0x80
.dynamic 0x00102a3c 0x80 bootloader.o
0x00102a3c _DYNAMIC
.got 0x00102abc 0x0
.got 0x00102abc 0x0 bootloader.o
.got.plt 0x00102abc 0xc
.got.plt 0x00102abc 0xc bootloader.o
0x00102abc _GLOBAL_OFFSET_TABLE_
.igot.plt 0x00102ac8 0x0
.igot.plt 0x00102ac8 0x0 bootloader.o
0x00102ac8 . = ALIGN (0x4)
0x00102ac8 . = ALIGN (0x4)
.rel.dyn 0x00102ac8 0x280
*(.__rel_dyn_start)
.__rel_dyn_start
0x00102ac8 0x0 bootloader.o
*(.rel*)
.rel.got 0x00102ac8 0x0 bootloader.o
.rel.plt 0x00102ac8 0x0 bootloader.o
.rel.iplt 0x00102ac8 0x0 bootloader.o
.rel.text 0x00102ac8 0x260 bootloader.o
.rel.text.startup
0x00102d28 0x20 bootloader.o
*(.rel.*)
*(.__rel_dyn_end)
.__rel_dyn_end
0x00102d48 0x0 bootloader.o
0x00102d48 __code_end = .
.interp 0x00102d48 0x11
.interp 0x00102d48 0x11 bootloader.o
.gnu.version_d 0x00102d5c 0x0
.gnu.version_d
0x00102d5c 0x0 bootloader.o
.gnu.version 0x00102d5a 0x0
.gnu.version 0x00102d5a 0x0 bootloader.o
.gnu.version_r 0x00102d5c 0x0
.gnu.version_r
0x00102d5c 0x0 bootloader.o
.dynsym 0x00102d5c 0x60
.dynsym 0x00102d5c 0x60 bootloader.o
.dynstr 0x00102dbc 0x21
.dynstr 0x00102dbc 0x21 bootloader.o
.hash 0x00102de0 0x2c
.hash 0x00102de0 0x2c bootloader.o
.rodata.str1.1 0x00102e0c 0x100
.rodata.str1.1
0x00102e0c 0x3e gameplg.o
.rodata.str1.1
0x00102e4a 0x5 lib\AC.o
.rodata.str1.1
0x00102e4f 0x20 lib\main.o
.rodata.str1.1
0x00102e6f 0x1e lib\pm.o
.rodata.str1.1
0x00102e8d 0x74 lib\rt.o
.rodata.str1.1
0x00102f01 0x6 lib\SOC.o
.rodata.str1.1
0x00102f07 0x5 lib\srv.o
.rodata 0x00102f0c 0x4d
.rodata 0x00102f0c 0x4d lib\SOC.o
0x00102f5c . = ALIGN (0x4)
.bss 0x00102f5c 0x4cf0
*(.__bss_start)
.__bss_start 0x00102f5c 0x0 bootloader.o
0x00102f5c __c_bss_start
*(.bss COMMON)
.bss 0x00102f5c 0x0 bootloader.o
.bss 0x00102f5c 0x4 gameplg.o
0x00102f5c isNewNtr
COMMON 0x00102f60 0x4cd8 gameplg.o
0x00102f60 gamePluginMenu
0x00103bdc sdmcArchive
0x00103bf4 fsUserHandle
0x00103bf8 cheatEnabled
0x00103c38 threadStack
.bss 0x00107c38 0x0 lib\AC.o
.bss 0x00107c38 0x0 lib\entry.o
.bss 0x00107c38 0x0 lib\FS.o
.bss 0x00107c38 0x0 lib\main.o
.bss 0x00107c38 0x0 lib\misc.o
.bss 0x00107c38 0x0 lib\OS.o
.bss 0x00107c38 0x8 lib\pm.o
0x00107c38 currentPid
0x00107c3c hCurrentProcess
.bss 0x00107c40 0x0 lib\rt.o
.bss 0x00107c40 0x0 lib\sharedfunc.o
.bss 0x00107c40 0x8 lib\SOC.o
0x00107c40 SOCU_handle
.bss 0x00107c48 0x4 lib\srv.o
0x00107c48 srvHandle
.bss 0x00107c4c 0x0 lib\stub.o
.bss 0x00107c4c 0x0 lib\svc.o
.bss 0x00107c4c 0x0 ./lib\libc.a(lib_a-memcpy-stub.o)
.bss 0x00107c4c 0x0 ./lib\libc.a(lib_a-memset.o)
.bss 0x00107c4c 0x0 ./lib\libc.a(lib_a-strcpy.o)
.bss 0x00107c4c 0x0 ./lib\libc.a(lib_a-strlen.o)
*(.__bss_end)
.__bss_end 0x00107c4c 0x0 bootloader.o
0x00107c4c __c_bss_end
0x00107c4c __end__ = .
LOAD bootloader.o
LOAD gameplg.o
LOAD lib\AC.o
LOAD lib\entry.o
LOAD lib\FS.o
LOAD lib\main.o
LOAD lib\misc.o
LOAD lib\OS.o
LOAD lib\pm.o
LOAD lib\rt.o
LOAD lib\sharedfunc.o
LOAD lib\SOC.o
LOAD lib\srv.o
LOAD lib\stub.o
LOAD lib\svc.o
LOAD ./lib\libc.a
LOAD ./lib\libgcc.a
OUTPUT(a.out elf32-littlearm)
.dynbss 0x00107c4c 0x0
.dynbss 0x00107c4c 0x0 bootloader.o
.ARM.attributes
0x00000000 0x27
.ARM.attributes
0x00000000 0x19 bootloader.o
.ARM.attributes
0x00000019 0x2b gameplg.o
.ARM.attributes
0x00000044 0x2b lib\AC.o
.ARM.attributes
0x0000006f 0x2b lib\entry.o
.ARM.attributes
0x0000009a 0x2b lib\FS.o
.ARM.attributes
0x000000c5 0x2b lib\main.o
.ARM.attributes
0x000000f0 0x19 lib\misc.o
.ARM.attributes
0x00000109 0x2b lib\OS.o
.ARM.attributes
0x00000134 0x2b lib\pm.o
.ARM.attributes
0x0000015f 0x2b lib\rt.o
.ARM.attributes
0x0000018a 0x2b lib\sharedfunc.o
.ARM.attributes
0x000001b5 0x2b lib\SOC.o
.ARM.attributes
0x000001e0 0x2b lib\srv.o
.ARM.attributes
0x0000020b 0x19 lib\stub.o
.ARM.attributes
0x00000224 0x19 lib\svc.o
.ARM.attributes
0x0000023d 0x30 ./lib\libc.a(lib_a-memcpy-stub.o)
.ARM.attributes
0x0000026d 0x30 ./lib\libc.a(lib_a-memset.o)
.ARM.attributes
0x0000029d 0x30 ./lib\libc.a(lib_a-strcpy.o)
.ARM.attributes
0x000002cd 0x30 ./lib\libc.a(lib_a-strlen.o)
.comment 0x00000000 0x44
.comment 0x00000000 0x22 gameplg.o
0x23 (size before relaxing)
.comment 0x00000022 0x22 lib\AC.o
0x23 (size before relaxing)
.comment 0x00000044 0x23 lib\entry.o
.comment 0x00000044 0x23 lib\FS.o
.comment 0x00000044 0x23 lib\main.o
.comment 0x00000044 0x23 lib\OS.o
.comment 0x00000044 0x23 lib\pm.o
.comment 0x00000044 0x23 lib\rt.o
.comment 0x00000044 0x23 lib\sharedfunc.o
.comment 0x00000044 0x23 lib\SOC.o
.comment 0x00000044 0x23 lib\srv.o
.comment 0x00000044 0x23 ./lib\libc.a(lib_a-memcpy-stub.o)
.comment 0x00000044 0x23 ./lib\libc.a(lib_a-memset.o)
.comment 0x00000044 0x23 ./lib\libc.a(lib_a-strcpy.o)
.comment 0x00000044 0x23 ./lib\libc.a(lib_a-strlen.o)
.debug_info 0x00000000 0x4516
.debug_info 0x00000000 0x993 gameplg.o
.debug_info 0x00000993 0x368 lib\AC.o
.debug_info 0x00000cfb 0x11f lib\entry.o
.debug_info 0x00000e1a 0x8a9 lib\FS.o
.debug_info 0x000016c3 0x3ed lib\main.o
.debug_info 0x00001ab0 0xc0 lib\OS.o
.debug_info 0x00001b70 0x335 lib\pm.o
.debug_info 0x00001ea5 0xc82 lib\rt.o
.debug_info 0x00002b27 0x335 lib\sharedfunc.o
.debug_info 0x00002e5c 0x13dc lib\SOC.o
.debug_info 0x00004238 0x2de lib\srv.o
.debug_abbrev 0x00000000 0x11f0
.debug_abbrev 0x00000000 0x310 gameplg.o
.debug_abbrev 0x00000310 0x13f lib\AC.o
.debug_abbrev 0x0000044f 0xcc lib\entry.o
.debug_abbrev 0x0000051b 0x144 lib\FS.o
.debug_abbrev 0x0000065f 0x1ad lib\main.o
.debug_abbrev 0x0000080c 0x6d lib\OS.o
.debug_abbrev 0x00000879 0x15f lib\pm.o
.debug_abbrev 0x000009d8 0x2aa lib\rt.o
.debug_abbrev 0x00000c82 0xfb lib\sharedfunc.o
.debug_abbrev 0x00000d7d 0x304 lib\SOC.o
.debug_abbrev 0x00001081 0x16f lib\srv.o
.debug_loc 0x00000000 0x29e8
.debug_loc 0x00000000 0x138 gameplg.o
.debug_loc 0x00000138 0x1cc lib\AC.o
.debug_loc 0x00000304 0x34 lib\entry.o
.debug_loc 0x00000338 0x7db lib\FS.o
.debug_loc 0x00000b13 0x76 lib\main.o
.debug_loc 0x00000b89 0x5c lib\OS.o
.debug_loc 0x00000be5 0xfa lib\pm.o
.debug_loc 0x00000cdf 0x6b8 lib\rt.o
.debug_loc 0x00001397 0x152b lib\SOC.o
.debug_loc 0x000028c2 0x126 lib\srv.o
.debug_aranges 0x00000000 0x168
.debug_aranges
0x00000000 0x20 gameplg.o
.debug_aranges
0x00000020 0x20 lib\AC.o
.debug_aranges
0x00000040 0x20 lib\entry.o
.debug_aranges
0x00000060 0x20 lib\FS.o
.debug_aranges
0x00000080 0x28 lib\main.o
.debug_aranges
0x000000a8 0x20 lib\OS.o
.debug_aranges
0x000000c8 0x20 lib\pm.o
.debug_aranges
0x000000e8 0x20 lib\rt.o
.debug_aranges
0x00000108 0x20 lib\sharedfunc.o
.debug_aranges
0x00000128 0x20 lib\SOC.o
.debug_aranges
0x00000148 0x20 lib\srv.o
.debug_line 0x00000000 0x12cc
.debug_line 0x00000000 0x1a6 gameplg.o
.debug_line 0x000001a6 0x12e lib\AC.o
.debug_line 0x000002d4 0xe1 lib\entry.o
.debug_line 0x000003b5 0x1d0 lib\FS.o
.debug_line 0x00000585 0x155 lib\main.o
.debug_line 0x000006da 0xed lib\OS.o
.debug_line 0x000007c7 0x120 lib\pm.o
.debug_line 0x000008e7 0x27f lib\rt.o
.debug_line 0x00000b66 0x102 lib\sharedfunc.o
.debug_line 0x00000c68 0x4ed lib\SOC.o
.debug_line 0x00001155 0x177 lib\srv.o
.debug_str 0x00000000 0xd98
.debug_str 0x00000000 0x4b7 gameplg.o
0x55f (size before relaxing)
.debug_str 0x000004b7 0x112 lib\AC.o
0x1e9 (size before relaxing)
.debug_str 0x000005c9 0x3c lib\entry.o
0x14a (size before relaxing)
.debug_str 0x00000605 0x163 lib\FS.o
0x367 (size before relaxing)
.debug_str 0x00000768 0xb8 lib\main.o
0x2a1 (size before relaxing)
.debug_str 0x00000820 0x33 lib\OS.o
0x123 (size before relaxing)
.debug_str 0x00000853 0xb0 lib\pm.o
0x229 (size before relaxing)
.debug_str 0x00000903 0x1f4 lib\rt.o
0x4f0 (size before relaxing)
.debug_str 0x00000af7 0x1e lib\sharedfunc.o
0x22f (size before relaxing)
.debug_str 0x00000b15 0x240 lib\SOC.o
0x420 (size before relaxing)
.debug_str 0x00000d55 0x43 lib\srv.o
0x1e1 (size before relaxing)
.debug_frame 0x00000000 0xa64
.debug_frame 0x00000000 0x148 gameplg.o
.debug_frame 0x00000148 0x8c lib\AC.o
.debug_frame 0x000001d4 0x30 lib\entry.o
.debug_frame 0x00000204 0x1ac lib\FS.o
.debug_frame 0x000003b0 0x48 lib\main.o
.debug_frame 0x000003f8 0x20 lib\OS.o
.debug_frame 0x00000418 0x90 lib\pm.o
.debug_frame 0x000004a8 0x1a8 lib\rt.o
.debug_frame 0x00000650 0x2c lib\sharedfunc.o
.debug_frame 0x0000067c 0x370 lib\SOC.o
.debug_frame 0x000009ec 0x78 lib\srv.o
.debug_ranges 0x00000000 0x68
.debug_ranges 0x00000000 0x18 lib\main.o
.debug_ranges 0x00000018 0x50 lib\rt.o