-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibSceAbstractTwitter.c
562 lines (491 loc) · 41 KB
/
libSceAbstractTwitter.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
/*
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__ZN15AbstractStorage10TwitterAPI11SendContentEPKvl;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage10TwitterAPI11SendContentEPKvl\n"
".type _ZN15AbstractStorage10TwitterAPI11SendContentEPKvl @function\n"
"_ZN15AbstractStorage10TwitterAPI11SendContentEPKvl:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage10TwitterAPI11SendContentEPKvl]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage10TwitterAPIC1Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage10TwitterAPIC1Ev\n"
".type _ZN15AbstractStorage10TwitterAPIC1Ev @function\n"
"_ZN15AbstractStorage10TwitterAPIC1Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage10TwitterAPIC1Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage10TwitterAPID1Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage10TwitterAPID1Ev\n"
".type _ZN15AbstractStorage10TwitterAPID1Ev @function\n"
"_ZN15AbstractStorage10TwitterAPID1Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage10TwitterAPID1Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolder10NewContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolder10NewContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE\n"
".type _ZN15AbstractStorage13TwitterFolder10NewContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE @function\n"
"_ZN15AbstractStorage13TwitterFolder10NewContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolder10NewContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolder12RemoveFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolder12RemoveFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb\n"
".type _ZN15AbstractStorage13TwitterFolder12RemoveFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb @function\n"
"_ZN15AbstractStorage13TwitterFolder12RemoveFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolder12RemoveFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolder13RemoveContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolder13RemoveContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage13TwitterFolder13RemoveContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage13TwitterFolder13RemoveContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolder13RemoveContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolder4OpenENS_8ItemTypeE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolder4OpenENS_8ItemTypeE\n"
".type _ZN15AbstractStorage13TwitterFolder4OpenENS_8ItemTypeE @function\n"
"_ZN15AbstractStorage13TwitterFolder4OpenENS_8ItemTypeE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolder4OpenENS_8ItemTypeE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolder5CloseEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolder5CloseEv\n"
".type _ZN15AbstractStorage13TwitterFolder5CloseEv @function\n"
"_ZN15AbstractStorage13TwitterFolder5CloseEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolder5CloseEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolder6RemoveEb;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolder6RemoveEb\n"
".type _ZN15AbstractStorage13TwitterFolder6RemoveEb @function\n"
"_ZN15AbstractStorage13TwitterFolder6RemoveEb:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolder6RemoveEb]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolder8NextItemEPSt10shared_ptrINS_4ItemEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolder8NextItemEPSt10shared_ptrINS_4ItemEE\n"
".type _ZN15AbstractStorage13TwitterFolder8NextItemEPSt10shared_ptrINS_4ItemEE @function\n"
"_ZN15AbstractStorage13TwitterFolder8NextItemEPSt10shared_ptrINS_4ItemEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolder8NextItemEPSt10shared_ptrINS_4ItemEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolder9NewFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolder9NewFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE\n"
".type _ZN15AbstractStorage13TwitterFolder9NewFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE @function\n"
"_ZN15AbstractStorage13TwitterFolder9NewFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolder9NewFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolderC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolderC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb\n"
".type _ZN15AbstractStorage13TwitterFolderC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb @function\n"
"_ZN15AbstractStorage13TwitterFolderC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolderC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolderC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolderC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb\n"
".type _ZN15AbstractStorage13TwitterFolderC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb @function\n"
"_ZN15AbstractStorage13TwitterFolderC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolderC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolderD0Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolderD0Ev\n"
".type _ZN15AbstractStorage13TwitterFolderD0Ev @function\n"
"_ZN15AbstractStorage13TwitterFolderD0Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolderD0Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolderD1Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolderD1Ev\n"
".type _ZN15AbstractStorage13TwitterFolderD1Ev @function\n"
"_ZN15AbstractStorage13TwitterFolderD1Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolderD1Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage13TwitterFolderD2Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage13TwitterFolderD2Ev\n"
".type _ZN15AbstractStorage13TwitterFolderD2Ev @function\n"
"_ZN15AbstractStorage13TwitterFolderD2Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage13TwitterFolderD2Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent11SetMetadataEPN23sceMetadataReaderWriter8MetadataE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent11SetMetadataEPN23sceMetadataReaderWriter8MetadataE\n"
".type _ZN15AbstractStorage14TwitterContent11SetMetadataEPN23sceMetadataReaderWriter8MetadataE @function\n"
"_ZN15AbstractStorage14TwitterContent11SetMetadataEPN23sceMetadataReaderWriter8MetadataE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent11SetMetadataEPN23sceMetadataReaderWriter8MetadataE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent12readExternalESt10shared_ptrINS_7ContentEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent12readExternalESt10shared_ptrINS_7ContentEE\n"
".type _ZN15AbstractStorage14TwitterContent12readExternalESt10shared_ptrINS_7ContentEE @function\n"
"_ZN15AbstractStorage14TwitterContent12readExternalESt10shared_ptrINS_7ContentEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent12readExternalESt10shared_ptrINS_7ContentEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent13ParseMetadataEPN23sceMetadataReaderWriter8MetadataES3_;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent13ParseMetadataEPN23sceMetadataReaderWriter8MetadataES3_\n"
".type _ZN15AbstractStorage14TwitterContent13ParseMetadataEPN23sceMetadataReaderWriter8MetadataES3_ @function\n"
"_ZN15AbstractStorage14TwitterContent13ParseMetadataEPN23sceMetadataReaderWriter8MetadataES3_:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent13ParseMetadataEPN23sceMetadataReaderWriter8MetadataES3_]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent13writeExternalESt10shared_ptrINS_7ContentEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent13writeExternalESt10shared_ptrINS_7ContentEE\n"
".type _ZN15AbstractStorage14TwitterContent13writeExternalESt10shared_ptrINS_7ContentEE @function\n"
"_ZN15AbstractStorage14TwitterContent13writeExternalESt10shared_ptrINS_7ContentEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent13writeExternalESt10shared_ptrINS_7ContentEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent4OpenEit;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent4OpenEit\n"
".type _ZN15AbstractStorage14TwitterContent4OpenEit @function\n"
"_ZN15AbstractStorage14TwitterContent4OpenEit:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent4OpenEit]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent4ReadEPvlPl;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent4ReadEPvlPl\n"
".type _ZN15AbstractStorage14TwitterContent4ReadEPvlPl @function\n"
"_ZN15AbstractStorage14TwitterContent4ReadEPvlPl:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent4ReadEPvlPl]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent5CloseEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent5CloseEv\n"
".type _ZN15AbstractStorage14TwitterContent5CloseEv @function\n"
"_ZN15AbstractStorage14TwitterContent5CloseEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent5CloseEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent5FlushEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent5FlushEv\n"
".type _ZN15AbstractStorage14TwitterContent5FlushEv @function\n"
"_ZN15AbstractStorage14TwitterContent5FlushEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent5FlushEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent5WriteEPKvlPl;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent5WriteEPKvlPl\n"
".type _ZN15AbstractStorage14TwitterContent5WriteEPKvlPl @function\n"
"_ZN15AbstractStorage14TwitterContent5WriteEPKvlPl:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent5WriteEPKvlPl]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent6RemoveEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent6RemoveEv\n"
".type _ZN15AbstractStorage14TwitterContent6RemoveEv @function\n"
"_ZN15AbstractStorage14TwitterContent6RemoveEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent6RemoveEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent6RenameERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent6RenameERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage14TwitterContent6RenameERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage14TwitterContent6RenameERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent6RenameERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent8SeekByteEliPl;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent8SeekByteEliPl\n"
".type _ZN15AbstractStorage14TwitterContent8SeekByteEliPl @function\n"
"_ZN15AbstractStorage14TwitterContent8SeekByteEliPl:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent8SeekByteEliPl]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContent8SeekTimeElPl;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContent8SeekTimeElPl\n"
".type _ZN15AbstractStorage14TwitterContent8SeekTimeElPl @function\n"
"_ZN15AbstractStorage14TwitterContent8SeekTimeElPl:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContent8SeekTimeElPl]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContentC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContentC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb\n"
".type _ZN15AbstractStorage14TwitterContentC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb @function\n"
"_ZN15AbstractStorage14TwitterContentC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContentC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContentC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContentC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb\n"
".type _ZN15AbstractStorage14TwitterContentC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb @function\n"
"_ZN15AbstractStorage14TwitterContentC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContentC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContentD0Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContentD0Ev\n"
".type _ZN15AbstractStorage14TwitterContentD0Ev @function\n"
"_ZN15AbstractStorage14TwitterContentD0Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContentD0Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContentD1Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContentD1Ev\n"
".type _ZN15AbstractStorage14TwitterContentD1Ev @function\n"
"_ZN15AbstractStorage14TwitterContentD1Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContentD1Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterContentD2Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterContentD2Ev\n"
".type _ZN15AbstractStorage14TwitterContentD2Ev @function\n"
"_ZN15AbstractStorage14TwitterContentD2Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterContentD2Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterService13SearchStorageEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterService13SearchStorageEv\n"
".type _ZN15AbstractStorage14TwitterService13SearchStorageEv @function\n"
"_ZN15AbstractStorage14TwitterService13SearchStorageEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterService13SearchStorageEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterService23create_storage_instanceERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterService23create_storage_instanceERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage14TwitterService23create_storage_instanceERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage14TwitterService23create_storage_instanceERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterService23create_storage_instanceERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterService4StopEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterService4StopEv\n"
".type _ZN15AbstractStorage14TwitterService4StopEv @function\n"
"_ZN15AbstractStorage14TwitterService4StopEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterService4StopEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterService5StartEv;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterService5StartEv\n"
".type _ZN15AbstractStorage14TwitterService5StartEv @function\n"
"_ZN15AbstractStorage14TwitterService5StartEv:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterService5StartEv]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterServiceC1Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterServiceC1Ev\n"
".type _ZN15AbstractStorage14TwitterServiceC1Ev @function\n"
"_ZN15AbstractStorage14TwitterServiceC1Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterServiceC1Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterServiceC2Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterServiceC2Ev\n"
".type _ZN15AbstractStorage14TwitterServiceC2Ev @function\n"
"_ZN15AbstractStorage14TwitterServiceC2Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterServiceC2Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterServiceD0Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterServiceD0Ev\n"
".type _ZN15AbstractStorage14TwitterServiceD0Ev @function\n"
"_ZN15AbstractStorage14TwitterServiceD0Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterServiceD0Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterServiceD1Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterServiceD1Ev\n"
".type _ZN15AbstractStorage14TwitterServiceD1Ev @function\n"
"_ZN15AbstractStorage14TwitterServiceD1Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterServiceD1Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterServiceD2Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterServiceD2Ev\n"
".type _ZN15AbstractStorage14TwitterServiceD2Ev @function\n"
"_ZN15AbstractStorage14TwitterServiceD2Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterServiceD2Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorage10GetContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorage10GetContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE\n"
".type _ZN15AbstractStorage14TwitterStorage10GetContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE @function\n"
"_ZN15AbstractStorage14TwitterStorage10GetContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorage10GetContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorage11DeserializeESt10shared_ptrINS_7ContentEEPS1_INS_4ItemEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorage11DeserializeESt10shared_ptrINS_7ContentEEPS1_INS_4ItemEE\n"
".type _ZN15AbstractStorage14TwitterStorage11DeserializeESt10shared_ptrINS_7ContentEEPS1_INS_4ItemEE @function\n"
"_ZN15AbstractStorage14TwitterStorage11DeserializeESt10shared_ptrINS_7ContentEEPS1_INS_4ItemEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorage11DeserializeESt10shared_ptrINS_7ContentEEPS1_INS_4ItemEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorage13GetRootFolderEPSt10shared_ptrINS_6FolderEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorage13GetRootFolderEPSt10shared_ptrINS_6FolderEE\n"
".type _ZN15AbstractStorage14TwitterStorage13GetRootFolderEPSt10shared_ptrINS_6FolderEE @function\n"
"_ZN15AbstractStorage14TwitterStorage13GetRootFolderEPSt10shared_ptrINS_6FolderEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorage13GetRootFolderEPSt10shared_ptrINS_6FolderEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorage14GetStorageSizeEPlS1_S1_;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorage14GetStorageSizeEPlS1_S1_\n"
".type _ZN15AbstractStorage14TwitterStorage14GetStorageSizeEPlS1_S1_ @function\n"
"_ZN15AbstractStorage14TwitterStorage14GetStorageSizeEPlS1_S1_:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorage14GetStorageSizeEPlS1_S1_]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorage15CreateRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEENS_8ItemTypeEPSt10shared_ptrINS_4ItemEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorage15CreateRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEENS_8ItemTypeEPSt10shared_ptrINS_4ItemEE\n"
".type _ZN15AbstractStorage14TwitterStorage15CreateRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEENS_8ItemTypeEPSt10shared_ptrINS_4ItemEE @function\n"
"_ZN15AbstractStorage14TwitterStorage15CreateRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEENS_8ItemTypeEPSt10shared_ptrINS_4ItemEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorage15CreateRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEENS_8ItemTypeEPSt10shared_ptrINS_4ItemEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorage15RemoveRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorage15RemoveRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage14TwitterStorage15RemoveRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage14TwitterStorage15RemoveRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorage15RemoveRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorage7GetItemERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_4ItemEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorage7GetItemERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_4ItemEE\n"
".type _ZN15AbstractStorage14TwitterStorage7GetItemERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_4ItemEE @function\n"
"_ZN15AbstractStorage14TwitterStorage7GetItemERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_4ItemEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorage7GetItemERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_4ItemEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorage7IsExistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorage7IsExistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage14TwitterStorage7IsExistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage14TwitterStorage7IsExistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorage7IsExistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorage9GetForderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorage9GetForderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE\n"
".type _ZN15AbstractStorage14TwitterStorage9GetForderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE @function\n"
"_ZN15AbstractStorage14TwitterStorage9GetForderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorage9GetForderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorage9SerializeESt10shared_ptrINS_7ContentEES1_INS_4ItemEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorage9SerializeESt10shared_ptrINS_7ContentEES1_INS_4ItemEE\n"
".type _ZN15AbstractStorage14TwitterStorage9SerializeESt10shared_ptrINS_7ContentEES1_INS_4ItemEE @function\n"
"_ZN15AbstractStorage14TwitterStorage9SerializeESt10shared_ptrINS_7ContentEES1_INS_4ItemEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorage9SerializeESt10shared_ptrINS_7ContentEES1_INS_4ItemEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorageC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorageC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage14TwitterStorageC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage14TwitterStorageC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorageC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorageC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorageC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE\n"
".type _ZN15AbstractStorage14TwitterStorageC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE @function\n"
"_ZN15AbstractStorage14TwitterStorageC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorageC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorageD0Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorageD0Ev\n"
".type _ZN15AbstractStorage14TwitterStorageD0Ev @function\n"
"_ZN15AbstractStorage14TwitterStorageD0Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorageD0Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorageD1Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorageD1Ev\n"
".type _ZN15AbstractStorage14TwitterStorageD1Ev @function\n"
"_ZN15AbstractStorage14TwitterStorageD1Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorageD1Ev]\n");
static __attribute__ ((used)) void* __ptr__ZN15AbstractStorage14TwitterStorageD2Ev;
asm(".intel_syntax noprefix\n"
".global _ZN15AbstractStorage14TwitterStorageD2Ev\n"
".type _ZN15AbstractStorage14TwitterStorageD2Ev @function\n"
"_ZN15AbstractStorage14TwitterStorageD2Ev:\n"
"jmp qword ptr [rip + __ptr__ZN15AbstractStorage14TwitterStorageD2Ev]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage13TwitterFolder10GetServiceEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage13TwitterFolder10GetServiceEv\n"
".type _ZNK15AbstractStorage13TwitterFolder10GetServiceEv @function\n"
"_ZNK15AbstractStorage13TwitterFolder10GetServiceEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage13TwitterFolder10GetServiceEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage13TwitterFolder13GetCapabilityEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage13TwitterFolder13GetCapabilityEv\n"
".type _ZNK15AbstractStorage13TwitterFolder13GetCapabilityEv @function\n"
"_ZNK15AbstractStorage13TwitterFolder13GetCapabilityEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage13TwitterFolder13GetCapabilityEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage13TwitterFolder7GetStatEPNS_4StatE;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage13TwitterFolder7GetStatEPNS_4StatE\n"
".type _ZNK15AbstractStorage13TwitterFolder7GetStatEPNS_4StatE @function\n"
"_ZNK15AbstractStorage13TwitterFolder7GetStatEPNS_4StatE:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage13TwitterFolder7GetStatEPNS_4StatE]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage14TwitterContent10GetServiceEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage14TwitterContent10GetServiceEv\n"
".type _ZNK15AbstractStorage14TwitterContent10GetServiceEv @function\n"
"_ZNK15AbstractStorage14TwitterContent10GetServiceEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage14TwitterContent10GetServiceEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage14TwitterContent13GetCapabilityEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage14TwitterContent13GetCapabilityEv\n"
".type _ZNK15AbstractStorage14TwitterContent13GetCapabilityEv @function\n"
"_ZNK15AbstractStorage14TwitterContent13GetCapabilityEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage14TwitterContent13GetCapabilityEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage14TwitterContent7GetStatEPNS_4StatE;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage14TwitterContent7GetStatEPNS_4StatE\n"
".type _ZNK15AbstractStorage14TwitterContent7GetStatEPNS_4StatE @function\n"
"_ZNK15AbstractStorage14TwitterContent7GetStatEPNS_4StatE:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage14TwitterContent7GetStatEPNS_4StatE]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage14TwitterService14GetServiceTypeEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage14TwitterService14GetServiceTypeEv\n"
".type _ZNK15AbstractStorage14TwitterService14GetServiceTypeEv @function\n"
"_ZNK15AbstractStorage14TwitterService14GetServiceTypeEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage14TwitterService14GetServiceTypeEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage14TwitterStorage10GetServiceEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage14TwitterStorage10GetServiceEv\n"
".type _ZNK15AbstractStorage14TwitterStorage10GetServiceEv @function\n"
"_ZNK15AbstractStorage14TwitterStorage10GetServiceEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage14TwitterStorage10GetServiceEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage14TwitterStorage13GetCapabilityEv;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage14TwitterStorage13GetCapabilityEv\n"
".type _ZNK15AbstractStorage14TwitterStorage13GetCapabilityEv @function\n"
"_ZNK15AbstractStorage14TwitterStorage13GetCapabilityEv:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage14TwitterStorage13GetCapabilityEv]\n");
static __attribute__ ((used)) void* __ptr__ZNK15AbstractStorage14TwitterStorage7GetStatEPNS_4StatE;
asm(".intel_syntax noprefix\n"
".global _ZNK15AbstractStorage14TwitterStorage7GetStatEPNS_4StatE\n"
".type _ZNK15AbstractStorage14TwitterStorage7GetStatEPNS_4StatE @function\n"
"_ZNK15AbstractStorage14TwitterStorage7GetStatEPNS_4StatE:\n"
"jmp qword ptr [rip + __ptr__ZNK15AbstractStorage14TwitterStorage7GetStatEPNS_4StatE]\n");
static unsigned short __handle = 0;
static void __attribute__((constructor(104)))
__constructor(void) {
if(sprx_dlopen("libSceAbstractTwitter", &__handle)) return;
if(sprx_dlsym(__handle, "JMPK-1KGVfo", &__ptr__ZN15AbstractStorage10TwitterAPI11SendContentEPKvl)) return;
if(sprx_dlsym(__handle, "p73mqupCtos", &__ptr__ZN15AbstractStorage10TwitterAPIC1Ev)) return;
if(sprx_dlsym(__handle, "gf3h8ObDkuI", &__ptr__ZN15AbstractStorage10TwitterAPID1Ev)) return;
if(sprx_dlsym(__handle, "uW4bk+mPlM8", &__ptr__ZN15AbstractStorage13TwitterFolder10NewContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE)) return;
if(sprx_dlsym(__handle, "bXW4ce-oHPA", &__ptr__ZN15AbstractStorage13TwitterFolder12RemoveFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb)) return;
if(sprx_dlsym(__handle, "DWJep6U-MYQ", &__ptr__ZN15AbstractStorage13TwitterFolder13RemoveContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "y1e+omRUMhY", &__ptr__ZN15AbstractStorage13TwitterFolder4OpenENS_8ItemTypeE)) return;
if(sprx_dlsym(__handle, "EBRKLWTYXy4", &__ptr__ZN15AbstractStorage13TwitterFolder5CloseEv)) return;
if(sprx_dlsym(__handle, "oPzukphzAys", &__ptr__ZN15AbstractStorage13TwitterFolder6RemoveEb)) return;
if(sprx_dlsym(__handle, "p8qZEIwpBmM", &__ptr__ZN15AbstractStorage13TwitterFolder8NextItemEPSt10shared_ptrINS_4ItemEE)) return;
if(sprx_dlsym(__handle, "AMzjf2brlcw", &__ptr__ZN15AbstractStorage13TwitterFolder9NewFolderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE)) return;
if(sprx_dlsym(__handle, "lfQMRAQl6kI", &__ptr__ZN15AbstractStorage13TwitterFolderC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb)) return;
if(sprx_dlsym(__handle, "kslGRG0HVL4", &__ptr__ZN15AbstractStorage13TwitterFolderC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb)) return;
if(sprx_dlsym(__handle, "Dkk29mw5RF4", &__ptr__ZN15AbstractStorage13TwitterFolderD0Ev)) return;
if(sprx_dlsym(__handle, "1rt9PQJV64k", &__ptr__ZN15AbstractStorage13TwitterFolderD1Ev)) return;
if(sprx_dlsym(__handle, "ye4sPvqyPfM", &__ptr__ZN15AbstractStorage13TwitterFolderD2Ev)) return;
if(sprx_dlsym(__handle, "4VD0OuFSW04", &__ptr__ZN15AbstractStorage14TwitterContent11SetMetadataEPN23sceMetadataReaderWriter8MetadataE)) return;
if(sprx_dlsym(__handle, "eVXr2Uj+TA0", &__ptr__ZN15AbstractStorage14TwitterContent12readExternalESt10shared_ptrINS_7ContentEE)) return;
if(sprx_dlsym(__handle, "hRba2mQ9fss", &__ptr__ZN15AbstractStorage14TwitterContent13ParseMetadataEPN23sceMetadataReaderWriter8MetadataES3_)) return;
if(sprx_dlsym(__handle, "iA282fSjF30", &__ptr__ZN15AbstractStorage14TwitterContent13writeExternalESt10shared_ptrINS_7ContentEE)) return;
if(sprx_dlsym(__handle, "BEGvI6L3BqI", &__ptr__ZN15AbstractStorage14TwitterContent4OpenEit)) return;
if(sprx_dlsym(__handle, "0soubDsGzXw", &__ptr__ZN15AbstractStorage14TwitterContent4ReadEPvlPl)) return;
if(sprx_dlsym(__handle, "Bof69eeNCCw", &__ptr__ZN15AbstractStorage14TwitterContent5CloseEv)) return;
if(sprx_dlsym(__handle, "qwFemTBSZnY", &__ptr__ZN15AbstractStorage14TwitterContent5FlushEv)) return;
if(sprx_dlsym(__handle, "2EoYjMBr3xs", &__ptr__ZN15AbstractStorage14TwitterContent5WriteEPKvlPl)) return;
if(sprx_dlsym(__handle, "d2kMlNVjxC8", &__ptr__ZN15AbstractStorage14TwitterContent6RemoveEv)) return;
if(sprx_dlsym(__handle, "exxKr58F43o", &__ptr__ZN15AbstractStorage14TwitterContent6RenameERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "Mnf5YJkQX7s", &__ptr__ZN15AbstractStorage14TwitterContent8SeekByteEliPl)) return;
if(sprx_dlsym(__handle, "z0b3IxfaSbI", &__ptr__ZN15AbstractStorage14TwitterContent8SeekTimeElPl)) return;
if(sprx_dlsym(__handle, "ZIM7XSHmna4", &__ptr__ZN15AbstractStorage14TwitterContentC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb)) return;
if(sprx_dlsym(__handle, "-7Gi8U+26XU", &__ptr__ZN15AbstractStorage14TwitterContentC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEb)) return;
if(sprx_dlsym(__handle, "ki9Tj7Fyq90", &__ptr__ZN15AbstractStorage14TwitterContentD0Ev)) return;
if(sprx_dlsym(__handle, "Q2sTPN-hnYw", &__ptr__ZN15AbstractStorage14TwitterContentD1Ev)) return;
if(sprx_dlsym(__handle, "MBi5D9Wuwqo", &__ptr__ZN15AbstractStorage14TwitterContentD2Ev)) return;
if(sprx_dlsym(__handle, "NvSKi+AG++g", &__ptr__ZN15AbstractStorage14TwitterService13SearchStorageEv)) return;
if(sprx_dlsym(__handle, "J+Z0oLcpiv8", &__ptr__ZN15AbstractStorage14TwitterService23create_storage_instanceERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "o7r+wKZNjw0", &__ptr__ZN15AbstractStorage14TwitterService4StopEv)) return;
if(sprx_dlsym(__handle, "TiDaUZArrIc", &__ptr__ZN15AbstractStorage14TwitterService5StartEv)) return;
if(sprx_dlsym(__handle, "YVerJp-GbDc", &__ptr__ZN15AbstractStorage14TwitterServiceC1Ev)) return;
if(sprx_dlsym(__handle, "eEr7LIMuChY", &__ptr__ZN15AbstractStorage14TwitterServiceC2Ev)) return;
if(sprx_dlsym(__handle, "RghnEC6-6KE", &__ptr__ZN15AbstractStorage14TwitterServiceD0Ev)) return;
if(sprx_dlsym(__handle, "4YOnvHQco2w", &__ptr__ZN15AbstractStorage14TwitterServiceD1Ev)) return;
if(sprx_dlsym(__handle, "E+bNjlNe1DU", &__ptr__ZN15AbstractStorage14TwitterServiceD2Ev)) return;
if(sprx_dlsym(__handle, "PkOxC--b9aM", &__ptr__ZN15AbstractStorage14TwitterStorage10GetContentERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_7ContentEE)) return;
if(sprx_dlsym(__handle, "7EkyOOXfgDo", &__ptr__ZN15AbstractStorage14TwitterStorage11DeserializeESt10shared_ptrINS_7ContentEEPS1_INS_4ItemEE)) return;
if(sprx_dlsym(__handle, "G8VIS1QkWg4", &__ptr__ZN15AbstractStorage14TwitterStorage13GetRootFolderEPSt10shared_ptrINS_6FolderEE)) return;
if(sprx_dlsym(__handle, "b7klmKCsFQk", &__ptr__ZN15AbstractStorage14TwitterStorage14GetStorageSizeEPlS1_S1_)) return;
if(sprx_dlsym(__handle, "osMzBigeiAM", &__ptr__ZN15AbstractStorage14TwitterStorage15CreateRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEENS_8ItemTypeEPSt10shared_ptrINS_4ItemEE)) return;
if(sprx_dlsym(__handle, "3wCEN9TNBU4", &__ptr__ZN15AbstractStorage14TwitterStorage15RemoveRecursiveERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "gERQO7gDxhs", &__ptr__ZN15AbstractStorage14TwitterStorage7GetItemERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_4ItemEE)) return;
if(sprx_dlsym(__handle, "+dPfbWlRgmU", &__ptr__ZN15AbstractStorage14TwitterStorage7IsExistERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "DutvlYFO68Y", &__ptr__ZN15AbstractStorage14TwitterStorage9GetForderERKSbIcSt11char_traitsIcENS_8StlAllocIcEEEPSt10shared_ptrINS_6FolderEE)) return;
if(sprx_dlsym(__handle, "wLljjEtN3vY", &__ptr__ZN15AbstractStorage14TwitterStorage9SerializeESt10shared_ptrINS_7ContentEES1_INS_4ItemEE)) return;
if(sprx_dlsym(__handle, "QLzJT6sH5nI", &__ptr__ZN15AbstractStorage14TwitterStorageC1ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "IqK5rvqsy9A", &__ptr__ZN15AbstractStorage14TwitterStorageC2ERKSbIcSt11char_traitsIcENS_8StlAllocIcEEE)) return;
if(sprx_dlsym(__handle, "5ovK+oroKlY", &__ptr__ZN15AbstractStorage14TwitterStorageD0Ev)) return;
if(sprx_dlsym(__handle, "I7rDjJe4Eok", &__ptr__ZN15AbstractStorage14TwitterStorageD1Ev)) return;
if(sprx_dlsym(__handle, "5KhQZQnPN50", &__ptr__ZN15AbstractStorage14TwitterStorageD2Ev)) return;
if(sprx_dlsym(__handle, "fTfAEGjfLoQ", &__ptr__ZNK15AbstractStorage13TwitterFolder10GetServiceEv)) return;
if(sprx_dlsym(__handle, "dwASDRq1150", &__ptr__ZNK15AbstractStorage13TwitterFolder13GetCapabilityEv)) return;
if(sprx_dlsym(__handle, "nLOlVSvvxRc", &__ptr__ZNK15AbstractStorage13TwitterFolder7GetStatEPNS_4StatE)) return;
if(sprx_dlsym(__handle, "4d9S8jMy6Ac", &__ptr__ZNK15AbstractStorage14TwitterContent10GetServiceEv)) return;
if(sprx_dlsym(__handle, "MljG2BSqkMY", &__ptr__ZNK15AbstractStorage14TwitterContent13GetCapabilityEv)) return;
if(sprx_dlsym(__handle, "Jzj9ZTh5m1I", &__ptr__ZNK15AbstractStorage14TwitterContent7GetStatEPNS_4StatE)) return;
if(sprx_dlsym(__handle, "M8XjMzOr1aY", &__ptr__ZNK15AbstractStorage14TwitterService14GetServiceTypeEv)) return;
if(sprx_dlsym(__handle, "PUV6qvRaqCE", &__ptr__ZNK15AbstractStorage14TwitterStorage10GetServiceEv)) return;
if(sprx_dlsym(__handle, "wzzIp0t1OzU", &__ptr__ZNK15AbstractStorage14TwitterStorage13GetCapabilityEv)) return;
if(sprx_dlsym(__handle, "dP+3UFf8BBw", &__ptr__ZNK15AbstractStorage14TwitterStorage7GetStatEPNS_4StatE)) return;
}
static void __attribute__((destructor(104)))
__destructor(void) {
sprx_dlclose(__handle);
}