-
Notifications
You must be signed in to change notification settings - Fork 0
/
libSceAbstractLocal.c
578 lines (505 loc) · 41.8 KB
/
libSceAbstractLocal.c
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
/*
This file was generated by genstub.py, do not edit manually!
*/
int sprx_dlsym(unsigned int handle, const char *nid, void *addr);
int sprx_dlopen(const char* libname, unsigned short *handle);
int sprx_dlclose(unsigned int handle);
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolder10NewContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolder10NewContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE\n"
".type _ZN15AbstractStorage11LocalFolder10NewContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE @function\n"
"_ZN15AbstractStorage11LocalFolder10NewContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolder10NewContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolder12RemoveFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolder12RemoveFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb\n"
".type _ZN15AbstractStorage11LocalFolder12RemoveFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb @function\n"
"_ZN15AbstractStorage11LocalFolder12RemoveFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolder12RemoveFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolder12readExternalESt10shared_ptrINS_7ContentEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolder12readExternalESt10shared_ptrINS_7ContentEE\n"
".type _ZN15AbstractStorage11LocalFolder12readExternalESt10shared_ptrINS_7ContentEE @function\n"
"_ZN15AbstractStorage11LocalFolder12readExternalESt10shared_ptrINS_7ContentEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolder12readExternalESt10shared_ptrINS_7ContentEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolder13RemoveContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolder13RemoveContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage11LocalFolder13RemoveContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage11LocalFolder13RemoveContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolder13RemoveContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolder13writeExternalESt10shared_ptrINS_7ContentEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolder13writeExternalESt10shared_ptrINS_7ContentEE\n"
".type _ZN15AbstractStorage11LocalFolder13writeExternalESt10shared_ptrINS_7ContentEE @function\n"
"_ZN15AbstractStorage11LocalFolder13writeExternalESt10shared_ptrINS_7ContentEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolder13writeExternalESt10shared_ptrINS_7ContentEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolder4OpenENS_8ItemTypeE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolder4OpenENS_8ItemTypeE\n"
".type _ZN15AbstractStorage11LocalFolder4OpenENS_8ItemTypeE @function\n"
"_ZN15AbstractStorage11LocalFolder4OpenENS_8ItemTypeE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolder4OpenENS_8ItemTypeE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolder5CloseEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolder5CloseEv\n"
".type _ZN15AbstractStorage11LocalFolder5CloseEv @function\n"
"_ZN15AbstractStorage11LocalFolder5CloseEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolder5CloseEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolder6RemoveEb;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolder6RemoveEb\n"
".type _ZN15AbstractStorage11LocalFolder6RemoveEb @function\n"
"_ZN15AbstractStorage11LocalFolder6RemoveEb:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolder6RemoveEb]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolder8NextItemEPSt10shared_ptrINS_4ItemEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolder8NextItemEPSt10shared_ptrINS_4ItemEE\n"
".type _ZN15AbstractStorage11LocalFolder8NextItemEPSt10shared_ptrINS_4ItemEE @function\n"
"_ZN15AbstractStorage11LocalFolder8NextItemEPSt10shared_ptrINS_4ItemEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolder8NextItemEPSt10shared_ptrINS_4ItemEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolder9NewFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolder9NewFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE\n"
".type _ZN15AbstractStorage11LocalFolder9NewFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE @function\n"
"_ZN15AbstractStorage11LocalFolder9NewFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolder9NewFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolderC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolderC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage11LocalFolderC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage11LocalFolderC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolderC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolderC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolderC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage11LocalFolderC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage11LocalFolderC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolderC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolderD0Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolderD0Ev\n"
".type _ZN15AbstractStorage11LocalFolderD0Ev @function\n"
"_ZN15AbstractStorage11LocalFolderD0Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolderD0Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolderD1Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolderD1Ev\n"
".type _ZN15AbstractStorage11LocalFolderD1Ev @function\n"
"_ZN15AbstractStorage11LocalFolderD1Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolderD1Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage11LocalFolderD2Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage11LocalFolderD2Ev\n"
".type _ZN15AbstractStorage11LocalFolderD2Ev @function\n"
"_ZN15AbstractStorage11LocalFolderD2Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage11LocalFolderD2Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContent12readExternalESt10shared_ptrINS_7ContentEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContent12readExternalESt10shared_ptrINS_7ContentEE\n"
".type _ZN15AbstractStorage12LocalContent12readExternalESt10shared_ptrINS_7ContentEE @function\n"
"_ZN15AbstractStorage12LocalContent12readExternalESt10shared_ptrINS_7ContentEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContent12readExternalESt10shared_ptrINS_7ContentEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContent13ParseMetadataEPN23sceMetadataReaderWriter8MetadataES3_;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContent13ParseMetadataEPN23sceMetadataReaderWriter8MetadataES3_\n"
".type _ZN15AbstractStorage12LocalContent13ParseMetadataEPN23sceMetadataReaderWriter8MetadataES3_ @function\n"
"_ZN15AbstractStorage12LocalContent13ParseMetadataEPN23sceMetadataReaderWriter8MetadataES3_:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContent13ParseMetadataEPN23sceMetadataReaderWriter8MetadataES3_]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContent13writeExternalESt10shared_ptrINS_7ContentEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContent13writeExternalESt10shared_ptrINS_7ContentEE\n"
".type _ZN15AbstractStorage12LocalContent13writeExternalESt10shared_ptrINS_7ContentEE @function\n"
"_ZN15AbstractStorage12LocalContent13writeExternalESt10shared_ptrINS_7ContentEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContent13writeExternalESt10shared_ptrINS_7ContentEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContent4OpenEit;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContent4OpenEit\n"
".type _ZN15AbstractStorage12LocalContent4OpenEit @function\n"
"_ZN15AbstractStorage12LocalContent4OpenEit:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContent4OpenEit]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContent4ReadEPvlPl;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContent4ReadEPvlPl\n"
".type _ZN15AbstractStorage12LocalContent4ReadEPvlPl @function\n"
"_ZN15AbstractStorage12LocalContent4ReadEPvlPl:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContent4ReadEPvlPl]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContent5CloseEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContent5CloseEv\n"
".type _ZN15AbstractStorage12LocalContent5CloseEv @function\n"
"_ZN15AbstractStorage12LocalContent5CloseEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContent5CloseEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContent5FlushEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContent5FlushEv\n"
".type _ZN15AbstractStorage12LocalContent5FlushEv @function\n"
"_ZN15AbstractStorage12LocalContent5FlushEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContent5FlushEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContent5WriteEPKvlPl;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContent5WriteEPKvlPl\n"
".type _ZN15AbstractStorage12LocalContent5WriteEPKvlPl @function\n"
"_ZN15AbstractStorage12LocalContent5WriteEPKvlPl:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContent5WriteEPKvlPl]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContent6RemoveEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContent6RemoveEv\n"
".type _ZN15AbstractStorage12LocalContent6RemoveEv @function\n"
"_ZN15AbstractStorage12LocalContent6RemoveEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContent6RemoveEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContent6RenameERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContent6RenameERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage12LocalContent6RenameERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage12LocalContent6RenameERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContent6RenameERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContent8SeekByteEliPl;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContent8SeekByteEliPl\n"
".type _ZN15AbstractStorage12LocalContent8SeekByteEliPl @function\n"
"_ZN15AbstractStorage12LocalContent8SeekByteEliPl:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContent8SeekByteEliPl]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContent8SeekTimeElPl;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContent8SeekTimeElPl\n"
".type _ZN15AbstractStorage12LocalContent8SeekTimeElPl @function\n"
"_ZN15AbstractStorage12LocalContent8SeekTimeElPl:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContent8SeekTimeElPl]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContentC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContentC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage12LocalContentC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage12LocalContentC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContentC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContentC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContentC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage12LocalContentC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage12LocalContentC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContentC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContentD0Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContentD0Ev\n"
".type _ZN15AbstractStorage12LocalContentD0Ev @function\n"
"_ZN15AbstractStorage12LocalContentD0Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContentD0Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContentD1Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContentD1Ev\n"
".type _ZN15AbstractStorage12LocalContentD1Ev @function\n"
"_ZN15AbstractStorage12LocalContentD1Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContentD1Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalContentD2Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalContentD2Ev\n"
".type _ZN15AbstractStorage12LocalContentD2Ev @function\n"
"_ZN15AbstractStorage12LocalContentD2Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalContentD2Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalService13SearchStorageEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalService13SearchStorageEv\n"
".type _ZN15AbstractStorage12LocalService13SearchStorageEv @function\n"
"_ZN15AbstractStorage12LocalService13SearchStorageEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalService13SearchStorageEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalService18append_storagelistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalService18append_storagelistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb\n"
".type _ZN15AbstractStorage12LocalService18append_storagelistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb @function\n"
"_ZN15AbstractStorage12LocalService18append_storagelistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalService18append_storagelistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalService19isSandBoxRandomWordERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalService19isSandBoxRandomWordERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage12LocalService19isSandBoxRandomWordERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage12LocalService19isSandBoxRandomWordERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalService19isSandBoxRandomWordERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalService20GetSandBoxRandomWordEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalService20GetSandBoxRandomWordEv\n"
".type _ZN15AbstractStorage12LocalService20GetSandBoxRandomWordEv @function\n"
"_ZN15AbstractStorage12LocalService20GetSandBoxRandomWordEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalService20GetSandBoxRandomWordEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalService23create_storage_instanceERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalService23create_storage_instanceERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage12LocalService23create_storage_instanceERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage12LocalService23create_storage_instanceERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalService23create_storage_instanceERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalService4StopEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalService4StopEv\n"
".type _ZN15AbstractStorage12LocalService4StopEv @function\n"
"_ZN15AbstractStorage12LocalService4StopEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalService4StopEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalService5StartEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalService5StartEv\n"
".type _ZN15AbstractStorage12LocalService5StartEv @function\n"
"_ZN15AbstractStorage12LocalService5StartEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalService5StartEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalServiceC1Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalServiceC1Ev\n"
".type _ZN15AbstractStorage12LocalServiceC1Ev @function\n"
"_ZN15AbstractStorage12LocalServiceC1Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalServiceC1Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalServiceC2Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalServiceC2Ev\n"
".type _ZN15AbstractStorage12LocalServiceC2Ev @function\n"
"_ZN15AbstractStorage12LocalServiceC2Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalServiceC2Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalServiceD0Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalServiceD0Ev\n"
".type _ZN15AbstractStorage12LocalServiceD0Ev @function\n"
"_ZN15AbstractStorage12LocalServiceD0Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalServiceD0Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalServiceD1Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalServiceD1Ev\n"
".type _ZN15AbstractStorage12LocalServiceD1Ev @function\n"
"_ZN15AbstractStorage12LocalServiceD1Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalServiceD1Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalServiceD2Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalServiceD2Ev\n"
".type _ZN15AbstractStorage12LocalServiceD2Ev @function\n"
"_ZN15AbstractStorage12LocalServiceD2Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalServiceD2Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorage11DeserializeESt10shared_ptrINS_7ContentEEPS1_INS_4ItemEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorage11DeserializeESt10shared_ptrINS_7ContentEEPS1_INS_4ItemEE\n"
".type _ZN15AbstractStorage12LocalStorage11DeserializeESt10shared_ptrINS_7ContentEEPS1_INS_4ItemEE @function\n"
"_ZN15AbstractStorage12LocalStorage11DeserializeESt10shared_ptrINS_7ContentEEPS1_INS_4ItemEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorage11DeserializeESt10shared_ptrINS_7ContentEEPS1_INS_4ItemEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorage12readExternalESt10shared_ptrINS_7ContentEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorage12readExternalESt10shared_ptrINS_7ContentEE\n"
".type _ZN15AbstractStorage12LocalStorage12readExternalESt10shared_ptrINS_7ContentEE @function\n"
"_ZN15AbstractStorage12LocalStorage12readExternalESt10shared_ptrINS_7ContentEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorage12readExternalESt10shared_ptrINS_7ContentEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorage13GetRootFolderEPSt10shared_ptrINS_6FolderEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorage13GetRootFolderEPSt10shared_ptrINS_6FolderEE\n"
".type _ZN15AbstractStorage12LocalStorage13GetRootFolderEPSt10shared_ptrINS_6FolderEE @function\n"
"_ZN15AbstractStorage12LocalStorage13GetRootFolderEPSt10shared_ptrINS_6FolderEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorage13GetRootFolderEPSt10shared_ptrINS_6FolderEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorage13writeExternalESt10shared_ptrINS_7ContentEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorage13writeExternalESt10shared_ptrINS_7ContentEE\n"
".type _ZN15AbstractStorage12LocalStorage13writeExternalESt10shared_ptrINS_7ContentEE @function\n"
"_ZN15AbstractStorage12LocalStorage13writeExternalESt10shared_ptrINS_7ContentEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorage13writeExternalESt10shared_ptrINS_7ContentEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorage14GetStorageSizeEPlS1_S1_;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorage14GetStorageSizeEPlS1_S1_\n"
".type _ZN15AbstractStorage12LocalStorage14GetStorageSizeEPlS1_S1_ @function\n"
"_ZN15AbstractStorage12LocalStorage14GetStorageSizeEPlS1_S1_:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorage14GetStorageSizeEPlS1_S1_]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorage15CreateRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEENS_8ItemTypeEPSt10shared_ptrINS_4ItemEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorage15CreateRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEENS_8ItemTypeEPSt10shared_ptrINS_4ItemEE\n"
".type _ZN15AbstractStorage12LocalStorage15CreateRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEENS_8ItemTypeEPSt10shared_ptrINS_4ItemEE @function\n"
"_ZN15AbstractStorage12LocalStorage15CreateRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEENS_8ItemTypeEPSt10shared_ptrINS_4ItemEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorage15CreateRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEENS_8ItemTypeEPSt10shared_ptrINS_4ItemEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorage15RemoveRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorage15RemoveRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage12LocalStorage15RemoveRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage12LocalStorage15RemoveRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorage15RemoveRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorage5ChModERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEt;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorage5ChModERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEt\n"
".type _ZN15AbstractStorage12LocalStorage5ChModERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEt @function\n"
"_ZN15AbstractStorage12LocalStorage5ChModERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEt:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorage5ChModERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEt]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorage7GetItemERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_4ItemEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorage7GetItemERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_4ItemEE\n"
".type _ZN15AbstractStorage12LocalStorage7GetItemERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_4ItemEE @function\n"
"_ZN15AbstractStorage12LocalStorage7GetItemERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_4ItemEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorage7GetItemERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_4ItemEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorage7IsExistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorage7IsExistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage12LocalStorage7IsExistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage12LocalStorage7IsExistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorage7IsExistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorage9SerializeESt10shared_ptrINS_7ContentEES1_INS_4ItemEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorage9SerializeESt10shared_ptrINS_7ContentEES1_INS_4ItemEE\n"
".type _ZN15AbstractStorage12LocalStorage9SerializeESt10shared_ptrINS_7ContentEES1_INS_4ItemEE @function\n"
"_ZN15AbstractStorage12LocalStorage9SerializeESt10shared_ptrINS_7ContentEES1_INS_4ItemEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorage9SerializeESt10shared_ptrINS_7ContentEES1_INS_4ItemEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorageC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorageC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage12LocalStorageC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage12LocalStorageC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorageC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorageC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorageC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage12LocalStorageC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage12LocalStorageC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorageC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorageD0Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorageD0Ev\n"
".type _ZN15AbstractStorage12LocalStorageD0Ev @function\n"
"_ZN15AbstractStorage12LocalStorageD0Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorageD0Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorageD1Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorageD1Ev\n"
".type _ZN15AbstractStorage12LocalStorageD1Ev @function\n"
"_ZN15AbstractStorage12LocalStorageD1Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorageD1Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage12LocalStorageD2Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage12LocalStorageD2Ev\n"
".type _ZN15AbstractStorage12LocalStorageD2Ev @function\n"
"_ZN15AbstractStorage12LocalStorageD2Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage12LocalStorageD2Ev]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage11LocalFolder10GetServiceEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage11LocalFolder10GetServiceEv\n"
".type _ZNK15AbstractStorage11LocalFolder10GetServiceEv @function\n"
"_ZNK15AbstractStorage11LocalFolder10GetServiceEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage11LocalFolder10GetServiceEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage11LocalFolder13GetCapabilityEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage11LocalFolder13GetCapabilityEv\n"
".type _ZNK15AbstractStorage11LocalFolder13GetCapabilityEv @function\n"
"_ZNK15AbstractStorage11LocalFolder13GetCapabilityEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage11LocalFolder13GetCapabilityEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage11LocalFolder7GetStatEPNS_4StatE;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage11LocalFolder7GetStatEPNS_4StatE\n"
".type _ZNK15AbstractStorage11LocalFolder7GetStatEPNS_4StatE @function\n"
"_ZNK15AbstractStorage11LocalFolder7GetStatEPNS_4StatE:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage11LocalFolder7GetStatEPNS_4StatE]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage12LocalContent10GetServiceEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage12LocalContent10GetServiceEv\n"
".type _ZNK15AbstractStorage12LocalContent10GetServiceEv @function\n"
"_ZNK15AbstractStorage12LocalContent10GetServiceEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage12LocalContent10GetServiceEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage12LocalContent13GetCapabilityEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage12LocalContent13GetCapabilityEv\n"
".type _ZNK15AbstractStorage12LocalContent13GetCapabilityEv @function\n"
"_ZNK15AbstractStorage12LocalContent13GetCapabilityEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage12LocalContent13GetCapabilityEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage12LocalContent7GetStatEPNS_4StatE;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage12LocalContent7GetStatEPNS_4StatE\n"
".type _ZNK15AbstractStorage12LocalContent7GetStatEPNS_4StatE @function\n"
"_ZNK15AbstractStorage12LocalContent7GetStatEPNS_4StatE:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage12LocalContent7GetStatEPNS_4StatE]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage12LocalService14GetServiceTypeEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage12LocalService14GetServiceTypeEv\n"
".type _ZNK15AbstractStorage12LocalService14GetServiceTypeEv @function\n"
"_ZNK15AbstractStorage12LocalService14GetServiceTypeEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage12LocalService14GetServiceTypeEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage12LocalStorage10GetServiceEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage12LocalStorage10GetServiceEv\n"
".type _ZNK15AbstractStorage12LocalStorage10GetServiceEv @function\n"
"_ZNK15AbstractStorage12LocalStorage10GetServiceEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage12LocalStorage10GetServiceEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage12LocalStorage13GetCapabilityEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage12LocalStorage13GetCapabilityEv\n"
".type _ZNK15AbstractStorage12LocalStorage13GetCapabilityEv @function\n"
"_ZNK15AbstractStorage12LocalStorage13GetCapabilityEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage12LocalStorage13GetCapabilityEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage12LocalStorage7GetStatEPNS_4StatE;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage12LocalStorage7GetStatEPNS_4StatE\n"
".type _ZNK15AbstractStorage12LocalStorage7GetStatEPNS_4StatE @function\n"
"_ZNK15AbstractStorage12LocalStorage7GetStatEPNS_4StatE:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage12LocalStorage7GetStatEPNS_4StatE]\n");
static unsigned short __handle = 0;
static void __attribute__((constructor(104)))
__constructor(void) {
if(sprx_dlopen("libSceAbstractLocal", &__handle)) return;
if(sprx_dlsym(__handle, "FEu1f3FzXEs", &__ptr__ZN15AbstractStorage11LocalFolder10NewContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE)) return;
if(sprx_dlsym(__handle, "Sggzq+yDkN4", &__ptr__ZN15AbstractStorage11LocalFolder12RemoveFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb)) return;
if(sprx_dlsym(__handle, "G85xANoQtwY", &__ptr__ZN15AbstractStorage11LocalFolder12readExternalESt10shared_ptrINS_7ContentEE)) return;
if(sprx_dlsym(__handle, "-hzeczmXprY", &__ptr__ZN15AbstractStorage11LocalFolder13RemoveContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "NWB-BVBCHxk", &__ptr__ZN15AbstractStorage11LocalFolder13writeExternalESt10shared_ptrINS_7ContentEE)) return;
if(sprx_dlsym(__handle, "aZaT3Nyab30", &__ptr__ZN15AbstractStorage11LocalFolder4OpenENS_8ItemTypeE)) return;
if(sprx_dlsym(__handle, "LOS4KcdYH4U", &__ptr__ZN15AbstractStorage11LocalFolder5CloseEv)) return;
if(sprx_dlsym(__handle, "G2Ny4kfT-+U", &__ptr__ZN15AbstractStorage11LocalFolder6RemoveEb)) return;
if(sprx_dlsym(__handle, "TrIn0pwP01Y", &__ptr__ZN15AbstractStorage11LocalFolder8NextItemEPSt10shared_ptrINS_4ItemEE)) return;
if(sprx_dlsym(__handle, "8PcGryCtIyc", &__ptr__ZN15AbstractStorage11LocalFolder9NewFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE)) return;
if(sprx_dlsym(__handle, "uISRjQQphhM", &__ptr__ZN15AbstractStorage11LocalFolderC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "boWydF6kfCg", &__ptr__ZN15AbstractStorage11LocalFolderC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "P0nRNq2s9yM", &__ptr__ZN15AbstractStorage11LocalFolderD0Ev)) return;
if(sprx_dlsym(__handle, "EUEJ9ApMPBI", &__ptr__ZN15AbstractStorage11LocalFolderD1Ev)) return;
if(sprx_dlsym(__handle, "-FKZylBFj8Y", &__ptr__ZN15AbstractStorage11LocalFolderD2Ev)) return;
if(sprx_dlsym(__handle, "CGjnAIJU2b4", &__ptr__ZN15AbstractStorage12LocalContent12readExternalESt10shared_ptrINS_7ContentEE)) return;
if(sprx_dlsym(__handle, "XArRxgQY+cg", &__ptr__ZN15AbstractStorage12LocalContent13ParseMetadataEPN23sceMetadataReaderWriter8MetadataES3_)) return;
if(sprx_dlsym(__handle, "mv0DAYhVdT8", &__ptr__ZN15AbstractStorage12LocalContent13writeExternalESt10shared_ptrINS_7ContentEE)) return;
if(sprx_dlsym(__handle, "TyTI4dfrUpk", &__ptr__ZN15AbstractStorage12LocalContent4OpenEit)) return;
if(sprx_dlsym(__handle, "+A0+F3ASPXQ", &__ptr__ZN15AbstractStorage12LocalContent4ReadEPvlPl)) return;
if(sprx_dlsym(__handle, "KtO3l4R5GP8", &__ptr__ZN15AbstractStorage12LocalContent5CloseEv)) return;
if(sprx_dlsym(__handle, "7-OxGuuZnkM", &__ptr__ZN15AbstractStorage12LocalContent5FlushEv)) return;
if(sprx_dlsym(__handle, "5EbtsmF7TSc", &__ptr__ZN15AbstractStorage12LocalContent5WriteEPKvlPl)) return;
if(sprx_dlsym(__handle, "+5ID5YbnNjM", &__ptr__ZN15AbstractStorage12LocalContent6RemoveEv)) return;
if(sprx_dlsym(__handle, "wa7RuAVTdZw", &__ptr__ZN15AbstractStorage12LocalContent6RenameERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "7IQ862KCLk0", &__ptr__ZN15AbstractStorage12LocalContent8SeekByteEliPl)) return;
if(sprx_dlsym(__handle, "uaiGNR0Sbvc", &__ptr__ZN15AbstractStorage12LocalContent8SeekTimeElPl)) return;
if(sprx_dlsym(__handle, "DGU0Qg+6p8M", &__ptr__ZN15AbstractStorage12LocalContentC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "HbbM72T9icI", &__ptr__ZN15AbstractStorage12LocalContentC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "VpVK5yiU1UE", &__ptr__ZN15AbstractStorage12LocalContentD0Ev)) return;
if(sprx_dlsym(__handle, "Px3PC4lV3pc", &__ptr__ZN15AbstractStorage12LocalContentD1Ev)) return;
if(sprx_dlsym(__handle, "JI2n0DRLfBM", &__ptr__ZN15AbstractStorage12LocalContentD2Ev)) return;
if(sprx_dlsym(__handle, "21w78rpNbjY", &__ptr__ZN15AbstractStorage12LocalService13SearchStorageEv)) return;
if(sprx_dlsym(__handle, "Dj2WuKEtKsw", &__ptr__ZN15AbstractStorage12LocalService18append_storagelistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb)) return;
if(sprx_dlsym(__handle, "-zhp5N+79Zo", &__ptr__ZN15AbstractStorage12LocalService19isSandBoxRandomWordERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "5GqRsNdzwwQ", &__ptr__ZN15AbstractStorage12LocalService20GetSandBoxRandomWordEv)) return;
if(sprx_dlsym(__handle, "xpT59kwSjy0", &__ptr__ZN15AbstractStorage12LocalService23create_storage_instanceERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "S+EGYMBGJq8", &__ptr__ZN15AbstractStorage12LocalService4StopEv)) return;
if(sprx_dlsym(__handle, "eTtdKzNrbjc", &__ptr__ZN15AbstractStorage12LocalService5StartEv)) return;
if(sprx_dlsym(__handle, "c8RVn1N-Agc", &__ptr__ZN15AbstractStorage12LocalServiceC1Ev)) return;
if(sprx_dlsym(__handle, "yvJjv5jHQdE", &__ptr__ZN15AbstractStorage12LocalServiceC2Ev)) return;
if(sprx_dlsym(__handle, "HrVr0FDsbc8", &__ptr__ZN15AbstractStorage12LocalServiceD0Ev)) return;
if(sprx_dlsym(__handle, "XmZD0up1Q8Q", &__ptr__ZN15AbstractStorage12LocalServiceD1Ev)) return;
if(sprx_dlsym(__handle, "vPzTqyJy2cE", &__ptr__ZN15AbstractStorage12LocalServiceD2Ev)) return;
if(sprx_dlsym(__handle, "grDD8PABX2g", &__ptr__ZN15AbstractStorage12LocalStorage11DeserializeESt10shared_ptrINS_7ContentEEPS1_INS_4ItemEE)) return;
if(sprx_dlsym(__handle, "SnBiExt9JLs", &__ptr__ZN15AbstractStorage12LocalStorage12readExternalESt10shared_ptrINS_7ContentEE)) return;
if(sprx_dlsym(__handle, "sHRmbEWM4rM", &__ptr__ZN15AbstractStorage12LocalStorage13GetRootFolderEPSt10shared_ptrINS_6FolderEE)) return;
if(sprx_dlsym(__handle, "zLrVvtCBBuk", &__ptr__ZN15AbstractStorage12LocalStorage13writeExternalESt10shared_ptrINS_7ContentEE)) return;
if(sprx_dlsym(__handle, "VxXBo11wZ68", &__ptr__ZN15AbstractStorage12LocalStorage14GetStorageSizeEPlS1_S1_)) return;
if(sprx_dlsym(__handle, "FLD7Rf5nyE4", &__ptr__ZN15AbstractStorage12LocalStorage15CreateRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEENS_8ItemTypeEPSt10shared_ptrINS_4ItemEE)) return;
if(sprx_dlsym(__handle, "QRUnq01DRc0", &__ptr__ZN15AbstractStorage12LocalStorage15RemoveRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "N0CijQdB1Jc", &__ptr__ZN15AbstractStorage12LocalStorage5ChModERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEt)) return;
if(sprx_dlsym(__handle, "h6txl+QaLvA", &__ptr__ZN15AbstractStorage12LocalStorage7GetItemERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_4ItemEE)) return;
if(sprx_dlsym(__handle, "u+6z-j2wdjk", &__ptr__ZN15AbstractStorage12LocalStorage7IsExistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "WPyTFrUZMxQ", &__ptr__ZN15AbstractStorage12LocalStorage9SerializeESt10shared_ptrINS_7ContentEES1_INS_4ItemEE)) return;
if(sprx_dlsym(__handle, "yy12gayUXxw", &__ptr__ZN15AbstractStorage12LocalStorageC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "5yChmiUJqt4", &__ptr__ZN15AbstractStorage12LocalStorageC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "GxYlcKD-B44", &__ptr__ZN15AbstractStorage12LocalStorageD0Ev)) return;
if(sprx_dlsym(__handle, "gSe1f2ITi7E", &__ptr__ZN15AbstractStorage12LocalStorageD1Ev)) return;
if(sprx_dlsym(__handle, "8QOmy+K3L2k", &__ptr__ZN15AbstractStorage12LocalStorageD2Ev)) return;
if(sprx_dlsym(__handle, "IrZg5RHoLGQ", &__ptr__ZNK15AbstractStorage11LocalFolder10GetServiceEv)) return;
if(sprx_dlsym(__handle, "Ul2GZtxXdTk", &__ptr__ZNK15AbstractStorage11LocalFolder13GetCapabilityEv)) return;
if(sprx_dlsym(__handle, "2HZf301Pl98", &__ptr__ZNK15AbstractStorage11LocalFolder7GetStatEPNS_4StatE)) return;
if(sprx_dlsym(__handle, "e65fXqnAlg4", &__ptr__ZNK15AbstractStorage12LocalContent10GetServiceEv)) return;
if(sprx_dlsym(__handle, "RdHTTOCg41s", &__ptr__ZNK15AbstractStorage12LocalContent13GetCapabilityEv)) return;
if(sprx_dlsym(__handle, "P3BsMTTfmZU", &__ptr__ZNK15AbstractStorage12LocalContent7GetStatEPNS_4StatE)) return;
if(sprx_dlsym(__handle, "oTaaYntc8RM", &__ptr__ZNK15AbstractStorage12LocalService14GetServiceTypeEv)) return;
if(sprx_dlsym(__handle, "5AL8k9c6Poc", &__ptr__ZNK15AbstractStorage12LocalStorage10GetServiceEv)) return;
if(sprx_dlsym(__handle, "c72L8ORqV60", &__ptr__ZNK15AbstractStorage12LocalStorage13GetCapabilityEv)) return;
if(sprx_dlsym(__handle, "rQhzp0Mu5m0", &__ptr__ZNK15AbstractStorage12LocalStorage7GetStatEPNS_4StatE)) return;
}
static void __attribute__((destructor(104)))
__destructor(void) {
sprx_dlclose(__handle);
}