-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibSceAmpr.c
746 lines (652 loc) · 41.1 KB
/
libSceAmpr.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
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
/*
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_sceAmprAmmCommandBufferAllocatePaForPrt;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferAllocatePaForPrt\n"
".type sceAmprAmmCommandBufferAllocatePaForPrt @function\n"
"sceAmprAmmCommandBufferAllocatePaForPrt:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferAllocatePaForPrt]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferConstructor;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferConstructor\n"
".type sceAmprAmmCommandBufferConstructor @function\n"
"sceAmprAmmCommandBufferConstructor:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferConstructor]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferDestructor;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferDestructor\n"
".type sceAmprAmmCommandBufferDestructor @function\n"
"sceAmprAmmCommandBufferDestructor:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferDestructor]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferMap;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferMap\n"
".type sceAmprAmmCommandBufferMap @function\n"
"sceAmprAmmCommandBufferMap:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferMap]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferMapAsPrt;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferMapAsPrt\n"
".type sceAmprAmmCommandBufferMapAsPrt @function\n"
"sceAmprAmmCommandBufferMapAsPrt:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferMapAsPrt]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferMapDirect;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferMapDirect\n"
".type sceAmprAmmCommandBufferMapDirect @function\n"
"sceAmprAmmCommandBufferMapDirect:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferMapDirect]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferMapDirectWithGpuMaskId;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferMapDirectWithGpuMaskId\n"
".type sceAmprAmmCommandBufferMapDirectWithGpuMaskId @function\n"
"sceAmprAmmCommandBufferMapDirectWithGpuMaskId:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferMapDirectWithGpuMaskId]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferMapWithGpuMaskId;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferMapWithGpuMaskId\n"
".type sceAmprAmmCommandBufferMapWithGpuMaskId @function\n"
"sceAmprAmmCommandBufferMapWithGpuMaskId:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferMapWithGpuMaskId]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferModifyMtypeProtect;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferModifyMtypeProtect\n"
".type sceAmprAmmCommandBufferModifyMtypeProtect @function\n"
"sceAmprAmmCommandBufferModifyMtypeProtect:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferModifyMtypeProtect]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferModifyMtypeProtectWithGpuMaskId;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferModifyMtypeProtectWithGpuMaskId\n"
".type sceAmprAmmCommandBufferModifyMtypeProtectWithGpuMaskId @function\n"
"sceAmprAmmCommandBufferModifyMtypeProtectWithGpuMaskId:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferModifyMtypeProtectWithGpuMaskId]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferModifyProtect;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferModifyProtect\n"
".type sceAmprAmmCommandBufferModifyProtect @function\n"
"sceAmprAmmCommandBufferModifyProtect:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferModifyProtect]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferModifyProtectWithGpuMaskId;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferModifyProtectWithGpuMaskId\n"
".type sceAmprAmmCommandBufferModifyProtectWithGpuMaskId @function\n"
"sceAmprAmmCommandBufferModifyProtectWithGpuMaskId:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferModifyProtectWithGpuMaskId]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferMultiMap;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferMultiMap\n"
".type sceAmprAmmCommandBufferMultiMap @function\n"
"sceAmprAmmCommandBufferMultiMap:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferMultiMap]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferMultiMapWithGpuMaskId;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferMultiMapWithGpuMaskId\n"
".type sceAmprAmmCommandBufferMultiMapWithGpuMaskId @function\n"
"sceAmprAmmCommandBufferMultiMapWithGpuMaskId:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferMultiMapWithGpuMaskId]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferRemap;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferRemap\n"
".type sceAmprAmmCommandBufferRemap @function\n"
"sceAmprAmmCommandBufferRemap:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferRemap]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferRemapWithGpuMaskId;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferRemapWithGpuMaskId\n"
".type sceAmprAmmCommandBufferRemapWithGpuMaskId @function\n"
"sceAmprAmmCommandBufferRemapWithGpuMaskId:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferRemapWithGpuMaskId]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmCommandBufferUnmap;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmCommandBufferUnmap\n"
".type sceAmprAmmCommandBufferUnmap @function\n"
"sceAmprAmmCommandBufferUnmap:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmCommandBufferUnmap]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmGetVirtualAddressRanges;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmGetVirtualAddressRanges\n"
".type sceAmprAmmGetVirtualAddressRanges @function\n"
"sceAmprAmmGetVirtualAddressRanges:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmGetVirtualAddressRanges]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmGiveDirectMemory;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmGiveDirectMemory\n"
".type sceAmprAmmGiveDirectMemory @function\n"
"sceAmprAmmGiveDirectMemory:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmGiveDirectMemory]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeAllocatePaForPrt;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeAllocatePaForPrt\n"
".type sceAmprAmmMeasureAmmCommandSizeAllocatePaForPrt @function\n"
"sceAmprAmmMeasureAmmCommandSizeAllocatePaForPrt:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeAllocatePaForPrt]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeMap;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeMap\n"
".type sceAmprAmmMeasureAmmCommandSizeMap @function\n"
"sceAmprAmmMeasureAmmCommandSizeMap:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeMap]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeMapAsPrt;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeMapAsPrt\n"
".type sceAmprAmmMeasureAmmCommandSizeMapAsPrt @function\n"
"sceAmprAmmMeasureAmmCommandSizeMapAsPrt:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeMapAsPrt]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeMapDirect;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeMapDirect\n"
".type sceAmprAmmMeasureAmmCommandSizeMapDirect @function\n"
"sceAmprAmmMeasureAmmCommandSizeMapDirect:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeMapDirect]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeMapDirectWithGpuMaskId;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeMapDirectWithGpuMaskId\n"
".type sceAmprAmmMeasureAmmCommandSizeMapDirectWithGpuMaskId @function\n"
"sceAmprAmmMeasureAmmCommandSizeMapDirectWithGpuMaskId:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeMapDirectWithGpuMaskId]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeMapWithGpuMaskId;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeMapWithGpuMaskId\n"
".type sceAmprAmmMeasureAmmCommandSizeMapWithGpuMaskId @function\n"
"sceAmprAmmMeasureAmmCommandSizeMapWithGpuMaskId:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeMapWithGpuMaskId]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeModifyMtypeProtect;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeModifyMtypeProtect\n"
".type sceAmprAmmMeasureAmmCommandSizeModifyMtypeProtect @function\n"
"sceAmprAmmMeasureAmmCommandSizeModifyMtypeProtect:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeModifyMtypeProtect]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeModifyMtypeProtectWithGpuMaskId;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeModifyMtypeProtectWithGpuMaskId\n"
".type sceAmprAmmMeasureAmmCommandSizeModifyMtypeProtectWithGpuMaskId @function\n"
"sceAmprAmmMeasureAmmCommandSizeModifyMtypeProtectWithGpuMaskId:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeModifyMtypeProtectWithGpuMaskId]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeModifyProtect;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeModifyProtect\n"
".type sceAmprAmmMeasureAmmCommandSizeModifyProtect @function\n"
"sceAmprAmmMeasureAmmCommandSizeModifyProtect:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeModifyProtect]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeModifyProtectWithGpuMaskId;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeModifyProtectWithGpuMaskId\n"
".type sceAmprAmmMeasureAmmCommandSizeModifyProtectWithGpuMaskId @function\n"
"sceAmprAmmMeasureAmmCommandSizeModifyProtectWithGpuMaskId:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeModifyProtectWithGpuMaskId]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeMultiMap;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeMultiMap\n"
".type sceAmprAmmMeasureAmmCommandSizeMultiMap @function\n"
"sceAmprAmmMeasureAmmCommandSizeMultiMap:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeMultiMap]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeMultiMapWithGpuMaskId;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeMultiMapWithGpuMaskId\n"
".type sceAmprAmmMeasureAmmCommandSizeMultiMapWithGpuMaskId @function\n"
"sceAmprAmmMeasureAmmCommandSizeMultiMapWithGpuMaskId:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeMultiMapWithGpuMaskId]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeRemap;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeRemap\n"
".type sceAmprAmmMeasureAmmCommandSizeRemap @function\n"
"sceAmprAmmMeasureAmmCommandSizeRemap:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeRemap]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeRemapWithGpuMaskId;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeRemapWithGpuMaskId\n"
".type sceAmprAmmMeasureAmmCommandSizeRemapWithGpuMaskId @function\n"
"sceAmprAmmMeasureAmmCommandSizeRemapWithGpuMaskId:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeRemapWithGpuMaskId]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmMeasureAmmCommandSizeUnmap;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmMeasureAmmCommandSizeUnmap\n"
".type sceAmprAmmMeasureAmmCommandSizeUnmap @function\n"
"sceAmprAmmMeasureAmmCommandSizeUnmap:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmMeasureAmmCommandSizeUnmap]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmSubmitCommandBuffer;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmSubmitCommandBuffer\n"
".type sceAmprAmmSubmitCommandBuffer @function\n"
"sceAmprAmmSubmitCommandBuffer:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmSubmitCommandBuffer]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmSubmitCommandBuffer2;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmSubmitCommandBuffer2\n"
".type sceAmprAmmSubmitCommandBuffer2 @function\n"
"sceAmprAmmSubmitCommandBuffer2:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmSubmitCommandBuffer2]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAmmWaitCommandBufferCompletion;
asm(".intel_syntax noprefix\n"
".global sceAmprAmmWaitCommandBufferCompletion\n"
".type sceAmprAmmWaitCommandBufferCompletion @function\n"
"sceAmprAmmWaitCommandBufferCompletion:\n"
"jmp qword ptr [rip + __ptr_sceAmprAmmWaitCommandBufferCompletion]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAprCommandBufferConstructor;
asm(".intel_syntax noprefix\n"
".global sceAmprAprCommandBufferConstructor\n"
".type sceAmprAprCommandBufferConstructor @function\n"
"sceAmprAprCommandBufferConstructor:\n"
"jmp qword ptr [rip + __ptr_sceAmprAprCommandBufferConstructor]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAprCommandBufferDestructor;
asm(".intel_syntax noprefix\n"
".global sceAmprAprCommandBufferDestructor\n"
".type sceAmprAprCommandBufferDestructor @function\n"
"sceAmprAprCommandBufferDestructor:\n"
"jmp qword ptr [rip + __ptr_sceAmprAprCommandBufferDestructor]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAprCommandBufferReadFile;
asm(".intel_syntax noprefix\n"
".global sceAmprAprCommandBufferReadFile\n"
".type sceAmprAprCommandBufferReadFile @function\n"
"sceAmprAprCommandBufferReadFile:\n"
"jmp qword ptr [rip + __ptr_sceAmprAprCommandBufferReadFile]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAprCommandBufferReadFileGather;
asm(".intel_syntax noprefix\n"
".global sceAmprAprCommandBufferReadFileGather\n"
".type sceAmprAprCommandBufferReadFileGather @function\n"
"sceAmprAprCommandBufferReadFileGather:\n"
"jmp qword ptr [rip + __ptr_sceAmprAprCommandBufferReadFileGather]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAprCommandBufferReadFileGatherScatter;
asm(".intel_syntax noprefix\n"
".global sceAmprAprCommandBufferReadFileGatherScatter\n"
".type sceAmprAprCommandBufferReadFileGatherScatter @function\n"
"sceAmprAprCommandBufferReadFileGatherScatter:\n"
"jmp qword ptr [rip + __ptr_sceAmprAprCommandBufferReadFileGatherScatter]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAprCommandBufferReadFileScatter;
asm(".intel_syntax noprefix\n"
".global sceAmprAprCommandBufferReadFileScatter\n"
".type sceAmprAprCommandBufferReadFileScatter @function\n"
"sceAmprAprCommandBufferReadFileScatter:\n"
"jmp qword ptr [rip + __ptr_sceAmprAprCommandBufferReadFileScatter]\n");
static __attribute__ ((used)) void* __ptr_sceAmprAprCommandBufferResetGatherScatterState;
asm(".intel_syntax noprefix\n"
".global sceAmprAprCommandBufferResetGatherScatterState\n"
".type sceAmprAprCommandBufferResetGatherScatterState @function\n"
"sceAmprAprCommandBufferResetGatherScatterState:\n"
"jmp qword ptr [rip + __ptr_sceAmprAprCommandBufferResetGatherScatterState]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferClearBuffer;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferClearBuffer\n"
".type sceAmprCommandBufferClearBuffer @function\n"
"sceAmprCommandBufferClearBuffer:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferClearBuffer]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferConstructMarker;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferConstructMarker\n"
".type sceAmprCommandBufferConstructMarker @function\n"
"sceAmprCommandBufferConstructMarker:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferConstructMarker]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferConstructNop;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferConstructNop\n"
".type sceAmprCommandBufferConstructNop @function\n"
"sceAmprCommandBufferConstructNop:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferConstructNop]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferConstructor;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferConstructor\n"
".type sceAmprCommandBufferConstructor @function\n"
"sceAmprCommandBufferConstructor:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferConstructor]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferDestructor;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferDestructor\n"
".type sceAmprCommandBufferDestructor @function\n"
"sceAmprCommandBufferDestructor:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferDestructor]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferGetBufferBaseAddress;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferGetBufferBaseAddress\n"
".type sceAmprCommandBufferGetBufferBaseAddress @function\n"
"sceAmprCommandBufferGetBufferBaseAddress:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferGetBufferBaseAddress]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferGetCurrentOffset;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferGetCurrentOffset\n"
".type sceAmprCommandBufferGetCurrentOffset @function\n"
"sceAmprCommandBufferGetCurrentOffset:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferGetCurrentOffset]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferGetNumCommands;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferGetNumCommands\n"
".type sceAmprCommandBufferGetNumCommands @function\n"
"sceAmprCommandBufferGetNumCommands:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferGetNumCommands]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferGetSize;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferGetSize\n"
".type sceAmprCommandBufferGetSize @function\n"
"sceAmprCommandBufferGetSize:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferGetSize]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferGetType;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferGetType\n"
".type sceAmprCommandBufferGetType @function\n"
"sceAmprCommandBufferGetType:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferGetType]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferNop;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferNop\n"
".type sceAmprCommandBufferNop @function\n"
"sceAmprCommandBufferNop:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferNop]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferNopWithData;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferNopWithData\n"
".type sceAmprCommandBufferNopWithData @function\n"
"sceAmprCommandBufferNopWithData:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferNopWithData]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferPopMarker;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferPopMarker\n"
".type sceAmprCommandBufferPopMarker @function\n"
"sceAmprCommandBufferPopMarker:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferPopMarker]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferPushMarker;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferPushMarker\n"
".type sceAmprCommandBufferPushMarker @function\n"
"sceAmprCommandBufferPushMarker:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferPushMarker]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferPushMarkerWithColor;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferPushMarkerWithColor\n"
".type sceAmprCommandBufferPushMarkerWithColor @function\n"
"sceAmprCommandBufferPushMarkerWithColor:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferPushMarkerWithColor]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferReset;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferReset\n"
".type sceAmprCommandBufferReset @function\n"
"sceAmprCommandBufferReset:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferReset]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferSetBuffer;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferSetBuffer\n"
".type sceAmprCommandBufferSetBuffer @function\n"
"sceAmprCommandBufferSetBuffer:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferSetBuffer]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferSetMarker;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferSetMarker\n"
".type sceAmprCommandBufferSetMarker @function\n"
"sceAmprCommandBufferSetMarker:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferSetMarker]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferSetMarkerWithColor;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferSetMarkerWithColor\n"
".type sceAmprCommandBufferSetMarkerWithColor @function\n"
"sceAmprCommandBufferSetMarkerWithColor:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferSetMarkerWithColor]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferWaitOnAddress;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferWaitOnAddress\n"
".type sceAmprCommandBufferWaitOnAddress @function\n"
"sceAmprCommandBufferWaitOnAddress:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferWaitOnAddress]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferWaitOnCounter;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferWaitOnCounter\n"
".type sceAmprCommandBufferWaitOnCounter @function\n"
"sceAmprCommandBufferWaitOnCounter:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferWaitOnCounter]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferWriteAddressFromCounterOnCompletion;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferWriteAddressFromCounterOnCompletion\n"
".type sceAmprCommandBufferWriteAddressFromCounterOnCompletion @function\n"
"sceAmprCommandBufferWriteAddressFromCounterOnCompletion:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferWriteAddressFromCounterOnCompletion]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferWriteAddressFromCounterPairOnCompletion;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferWriteAddressFromCounterPairOnCompletion\n"
".type sceAmprCommandBufferWriteAddressFromCounterPairOnCompletion @function\n"
"sceAmprCommandBufferWriteAddressFromCounterPairOnCompletion:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferWriteAddressFromCounterPairOnCompletion]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferWriteAddressFromTimeCounterOnCompletion;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferWriteAddressFromTimeCounterOnCompletion\n"
".type sceAmprCommandBufferWriteAddressFromTimeCounterOnCompletion @function\n"
"sceAmprCommandBufferWriteAddressFromTimeCounterOnCompletion:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferWriteAddressFromTimeCounterOnCompletion]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferWriteAddressOnCompletion;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferWriteAddressOnCompletion\n"
".type sceAmprCommandBufferWriteAddressOnCompletion @function\n"
"sceAmprCommandBufferWriteAddressOnCompletion:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferWriteAddressOnCompletion]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferWriteCounterOnCompletion;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferWriteCounterOnCompletion\n"
".type sceAmprCommandBufferWriteCounterOnCompletion @function\n"
"sceAmprCommandBufferWriteCounterOnCompletion:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferWriteCounterOnCompletion]\n");
static __attribute__ ((used)) void* __ptr_sceAmprCommandBufferWriteKernelEventQueueOnCompletion;
asm(".intel_syntax noprefix\n"
".global sceAmprCommandBufferWriteKernelEventQueueOnCompletion\n"
".type sceAmprCommandBufferWriteKernelEventQueueOnCompletion @function\n"
"sceAmprCommandBufferWriteKernelEventQueueOnCompletion:\n"
"jmp qword ptr [rip + __ptr_sceAmprCommandBufferWriteKernelEventQueueOnCompletion]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeMapBegin;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeMapBegin\n"
".type sceAmprMeasureCommandSizeMapBegin @function\n"
"sceAmprMeasureCommandSizeMapBegin:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeMapBegin]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeMapDirectBegin;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeMapDirectBegin\n"
".type sceAmprMeasureCommandSizeMapDirectBegin @function\n"
"sceAmprMeasureCommandSizeMapDirectBegin:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeMapDirectBegin]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeMapEnd;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeMapEnd\n"
".type sceAmprMeasureCommandSizeMapEnd @function\n"
"sceAmprMeasureCommandSizeMapEnd:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeMapEnd]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeNop;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeNop\n"
".type sceAmprMeasureCommandSizeNop @function\n"
"sceAmprMeasureCommandSizeNop:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeNop]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeNopWithData;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeNopWithData\n"
".type sceAmprMeasureCommandSizeNopWithData @function\n"
"sceAmprMeasureCommandSizeNopWithData:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeNopWithData]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizePopMarker;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizePopMarker\n"
".type sceAmprMeasureCommandSizePopMarker @function\n"
"sceAmprMeasureCommandSizePopMarker:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizePopMarker]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizePushMarker;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizePushMarker\n"
".type sceAmprMeasureCommandSizePushMarker @function\n"
"sceAmprMeasureCommandSizePushMarker:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizePushMarker]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizePushMarkerWithColor;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizePushMarkerWithColor\n"
".type sceAmprMeasureCommandSizePushMarkerWithColor @function\n"
"sceAmprMeasureCommandSizePushMarkerWithColor:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizePushMarkerWithColor]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeReadFile;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeReadFile\n"
".type sceAmprMeasureCommandSizeReadFile @function\n"
"sceAmprMeasureCommandSizeReadFile:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeReadFile]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeReadFileGather;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeReadFileGather\n"
".type sceAmprMeasureCommandSizeReadFileGather @function\n"
"sceAmprMeasureCommandSizeReadFileGather:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeReadFileGather]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeReadFileGatherScatter;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeReadFileGatherScatter\n"
".type sceAmprMeasureCommandSizeReadFileGatherScatter @function\n"
"sceAmprMeasureCommandSizeReadFileGatherScatter:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeReadFileGatherScatter]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeReadFileScatter;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeReadFileScatter\n"
".type sceAmprMeasureCommandSizeReadFileScatter @function\n"
"sceAmprMeasureCommandSizeReadFileScatter:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeReadFileScatter]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeResetGatherScatterState;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeResetGatherScatterState\n"
".type sceAmprMeasureCommandSizeResetGatherScatterState @function\n"
"sceAmprMeasureCommandSizeResetGatherScatterState:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeResetGatherScatterState]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeSetMarker;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeSetMarker\n"
".type sceAmprMeasureCommandSizeSetMarker @function\n"
"sceAmprMeasureCommandSizeSetMarker:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeSetMarker]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeSetMarkerWithColor;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeSetMarkerWithColor\n"
".type sceAmprMeasureCommandSizeSetMarkerWithColor @function\n"
"sceAmprMeasureCommandSizeSetMarkerWithColor:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeSetMarkerWithColor]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeWaitOnAddress;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeWaitOnAddress\n"
".type sceAmprMeasureCommandSizeWaitOnAddress @function\n"
"sceAmprMeasureCommandSizeWaitOnAddress:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeWaitOnAddress]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeWaitOnCounter;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeWaitOnCounter\n"
".type sceAmprMeasureCommandSizeWaitOnCounter @function\n"
"sceAmprMeasureCommandSizeWaitOnCounter:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeWaitOnCounter]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeWriteAddressOnCompletion;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeWriteAddressOnCompletion\n"
".type sceAmprMeasureCommandSizeWriteAddressOnCompletion @function\n"
"sceAmprMeasureCommandSizeWriteAddressOnCompletion:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeWriteAddressOnCompletion]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeWriteCounterOnCompletion;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeWriteCounterOnCompletion\n"
".type sceAmprMeasureCommandSizeWriteCounterOnCompletion @function\n"
"sceAmprMeasureCommandSizeWriteCounterOnCompletion:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeWriteCounterOnCompletion]\n");
static __attribute__ ((used)) void* __ptr_sceAmprMeasureCommandSizeWriteKernelEventQueueOnCompletion;
asm(".intel_syntax noprefix\n"
".global sceAmprMeasureCommandSizeWriteKernelEventQueueOnCompletion\n"
".type sceAmprMeasureCommandSizeWriteKernelEventQueueOnCompletion @function\n"
"sceAmprMeasureCommandSizeWriteKernelEventQueueOnCompletion:\n"
"jmp qword ptr [rip + __ptr_sceAmprMeasureCommandSizeWriteKernelEventQueueOnCompletion]\n");
static unsigned short __handle = 0;
static void __attribute__((constructor(104)))
__constructor(void) {
if(sprx_dlopen("libSceAmpr", &__handle)) return;
if(sprx_dlsym(__handle, "d3lKWPM6odc", &__ptr_sceAmprAmmCommandBufferAllocatePaForPrt)) return;
if(sprx_dlsym(__handle, "EDq5bqCqYpA", &__ptr_sceAmprAmmCommandBufferConstructor)) return;
if(sprx_dlsym(__handle, "pvUFDOHilnE", &__ptr_sceAmprAmmCommandBufferDestructor)) return;
if(sprx_dlsym(__handle, "JEVYGhDc97M", &__ptr_sceAmprAmmCommandBufferMap)) return;
if(sprx_dlsym(__handle, "ZJCgt+aPHAU", &__ptr_sceAmprAmmCommandBufferMapAsPrt)) return;
if(sprx_dlsym(__handle, "8TBE+9XCZbI", &__ptr_sceAmprAmmCommandBufferMapDirect)) return;
if(sprx_dlsym(__handle, "kOfZlhbVAkc", &__ptr_sceAmprAmmCommandBufferMapDirectWithGpuMaskId)) return;
if(sprx_dlsym(__handle, "ojBkmG7+CgE", &__ptr_sceAmprAmmCommandBufferMapWithGpuMaskId)) return;
if(sprx_dlsym(__handle, "rKq9nG+L9Xo", &__ptr_sceAmprAmmCommandBufferModifyMtypeProtect)) return;
if(sprx_dlsym(__handle, "ie-UuLGbYXo", &__ptr_sceAmprAmmCommandBufferModifyMtypeProtectWithGpuMaskId)) return;
if(sprx_dlsym(__handle, "joNORJjCFhg", &__ptr_sceAmprAmmCommandBufferModifyProtect)) return;
if(sprx_dlsym(__handle, "spjcxyNX-KE", &__ptr_sceAmprAmmCommandBufferModifyProtectWithGpuMaskId)) return;
if(sprx_dlsym(__handle, "j2C9no3P4Nw", &__ptr_sceAmprAmmCommandBufferMultiMap)) return;
if(sprx_dlsym(__handle, "Qyz8VbxnaII", &__ptr_sceAmprAmmCommandBufferMultiMapWithGpuMaskId)) return;
if(sprx_dlsym(__handle, "ijvRMHfwwjc", &__ptr_sceAmprAmmCommandBufferRemap)) return;
if(sprx_dlsym(__handle, "Fo0Oaoqukg4", &__ptr_sceAmprAmmCommandBufferRemapWithGpuMaskId)) return;
if(sprx_dlsym(__handle, "M-VFI2DJWQA", &__ptr_sceAmprAmmCommandBufferUnmap)) return;
if(sprx_dlsym(__handle, "wkQR9+xTFKY", &__ptr_sceAmprAmmGetVirtualAddressRanges)) return;
if(sprx_dlsym(__handle, "Q07J7XpvhrU", &__ptr_sceAmprAmmGiveDirectMemory)) return;
if(sprx_dlsym(__handle, "2yYv9QWB3hU", &__ptr_sceAmprAmmMeasureAmmCommandSizeAllocatePaForPrt)) return;
if(sprx_dlsym(__handle, "6hbai6KIXkk", &__ptr_sceAmprAmmMeasureAmmCommandSizeMap)) return;
if(sprx_dlsym(__handle, "4SSJ+cn+Pvg", &__ptr_sceAmprAmmMeasureAmmCommandSizeMapAsPrt)) return;
if(sprx_dlsym(__handle, "ZFDZoN9IbVU", &__ptr_sceAmprAmmMeasureAmmCommandSizeMapDirect)) return;
if(sprx_dlsym(__handle, "KUjtdPZJo5I", &__ptr_sceAmprAmmMeasureAmmCommandSizeMapDirectWithGpuMaskId)) return;
if(sprx_dlsym(__handle, "m+fYyX8oFqw", &__ptr_sceAmprAmmMeasureAmmCommandSizeMapWithGpuMaskId)) return;
if(sprx_dlsym(__handle, "Ok2Nxka7qI4", &__ptr_sceAmprAmmMeasureAmmCommandSizeModifyMtypeProtect)) return;
if(sprx_dlsym(__handle, "c5D63Y35GjI", &__ptr_sceAmprAmmMeasureAmmCommandSizeModifyMtypeProtectWithGpuMaskId)) return;
if(sprx_dlsym(__handle, "JPQagYw-y+4", &__ptr_sceAmprAmmMeasureAmmCommandSizeModifyProtect)) return;
if(sprx_dlsym(__handle, "gdSoJ6dvztU", &__ptr_sceAmprAmmMeasureAmmCommandSizeModifyProtectWithGpuMaskId)) return;
if(sprx_dlsym(__handle, "U6PxwrRchl4", &__ptr_sceAmprAmmMeasureAmmCommandSizeMultiMap)) return;
if(sprx_dlsym(__handle, "uGs4yyYTASM", &__ptr_sceAmprAmmMeasureAmmCommandSizeMultiMapWithGpuMaskId)) return;
if(sprx_dlsym(__handle, "8sFq5s8eHnQ", &__ptr_sceAmprAmmMeasureAmmCommandSizeRemap)) return;
if(sprx_dlsym(__handle, "b50TWwRmzu8", &__ptr_sceAmprAmmMeasureAmmCommandSizeRemapWithGpuMaskId)) return;
if(sprx_dlsym(__handle, "Ayg6PIon2wA", &__ptr_sceAmprAmmMeasureAmmCommandSizeUnmap)) return;
if(sprx_dlsym(__handle, "lwS-7y3jcBI", &__ptr_sceAmprAmmSubmitCommandBuffer)) return;
if(sprx_dlsym(__handle, "OJf3vCckPAM", &__ptr_sceAmprAmmSubmitCommandBuffer2)) return;
if(sprx_dlsym(__handle, "HXymib4T8gc", &__ptr_sceAmprAmmWaitCommandBufferCompletion)) return;
if(sprx_dlsym(__handle, "a8uLzYY--tM", &__ptr_sceAmprAprCommandBufferConstructor)) return;
if(sprx_dlsym(__handle, "Qs1xtplKo0U", &__ptr_sceAmprAprCommandBufferDestructor)) return;
if(sprx_dlsym(__handle, "mQ16-QdKv7k", &__ptr_sceAmprAprCommandBufferReadFile)) return;
if(sprx_dlsym(__handle, "mZSbNJVJpV8", &__ptr_sceAmprAprCommandBufferReadFileGather)) return;
if(sprx_dlsym(__handle, "BVmR1H8l+XI", &__ptr_sceAmprAprCommandBufferReadFileGatherScatter)) return;
if(sprx_dlsym(__handle, "Jg-AgkdJHkk", &__ptr_sceAmprAprCommandBufferReadFileScatter)) return;
if(sprx_dlsym(__handle, "YPxkUDhgoNI", &__ptr_sceAmprAprCommandBufferResetGatherScatterState)) return;
if(sprx_dlsym(__handle, "ULvXMDz56po", &__ptr_sceAmprCommandBufferClearBuffer)) return;
if(sprx_dlsym(__handle, "4UkZbYKVF7c", &__ptr_sceAmprCommandBufferConstructMarker)) return;
if(sprx_dlsym(__handle, "GmOguNIsuKk", &__ptr_sceAmprCommandBufferConstructNop)) return;
if(sprx_dlsym(__handle, "8aI7R7WaOlc", &__ptr_sceAmprCommandBufferConstructor)) return;
if(sprx_dlsym(__handle, "GuchCTefuZw", &__ptr_sceAmprCommandBufferDestructor)) return;
if(sprx_dlsym(__handle, "RPCAhx-aabE", &__ptr_sceAmprCommandBufferGetBufferBaseAddress)) return;
if(sprx_dlsym(__handle, "GnxKOHEawhk", &__ptr_sceAmprCommandBufferGetCurrentOffset)) return;
if(sprx_dlsym(__handle, "gzndltBEzWc", &__ptr_sceAmprCommandBufferGetNumCommands)) return;
if(sprx_dlsym(__handle, "tZDDEo2tE5k", &__ptr_sceAmprCommandBufferGetSize)) return;
if(sprx_dlsym(__handle, "VEDMaQmJZng", &__ptr_sceAmprCommandBufferGetType)) return;
if(sprx_dlsym(__handle, "tNn5WBkta60", &__ptr_sceAmprCommandBufferNop)) return;
if(sprx_dlsym(__handle, "pFQ9UHpO52s", &__ptr_sceAmprCommandBufferNopWithData)) return;
if(sprx_dlsym(__handle, "mv0O8Zg0woU", &__ptr_sceAmprCommandBufferPopMarker)) return;
if(sprx_dlsym(__handle, "dXPaz65HNmk", &__ptr_sceAmprCommandBufferPushMarker)) return;
if(sprx_dlsym(__handle, "f12ObAMEi9A", &__ptr_sceAmprCommandBufferPushMarkerWithColor)) return;
if(sprx_dlsym(__handle, "baQO9ez2gL4", &__ptr_sceAmprCommandBufferReset)) return;
if(sprx_dlsym(__handle, "N-FSPA4S3nI", &__ptr_sceAmprCommandBufferSetBuffer)) return;
if(sprx_dlsym(__handle, "4quckD2y7Pg", &__ptr_sceAmprCommandBufferSetMarker)) return;
if(sprx_dlsym(__handle, "sWbST0oQKsc", &__ptr_sceAmprCommandBufferSetMarkerWithColor)) return;
if(sprx_dlsym(__handle, "V7GQTEeUfhw", &__ptr_sceAmprCommandBufferWaitOnAddress)) return;
if(sprx_dlsym(__handle, "FrCNL9TQ8ms", &__ptr_sceAmprCommandBufferWaitOnCounter)) return;
if(sprx_dlsym(__handle, "gSF5OsXdfIg", &__ptr_sceAmprCommandBufferWriteAddressFromCounterOnCompletion)) return;
if(sprx_dlsym(__handle, "ZLWtNUP6R5E", &__ptr_sceAmprCommandBufferWriteAddressFromCounterPairOnCompletion)) return;
if(sprx_dlsym(__handle, "FI2JD0jAHCs", &__ptr_sceAmprCommandBufferWriteAddressFromTimeCounterOnCompletion)) return;
if(sprx_dlsym(__handle, "sJXyWHjP-F8", &__ptr_sceAmprCommandBufferWriteAddressOnCompletion)) return;
if(sprx_dlsym(__handle, "3wn42MWTzTs", &__ptr_sceAmprCommandBufferWriteCounterOnCompletion)) return;
if(sprx_dlsym(__handle, "o67gODLFpls", &__ptr_sceAmprCommandBufferWriteKernelEventQueueOnCompletion)) return;
if(sprx_dlsym(__handle, "kdFImtTD0hc", &__ptr_sceAmprMeasureCommandSizeMapBegin)) return;
if(sprx_dlsym(__handle, "qvbdJc7bG+s", &__ptr_sceAmprMeasureCommandSizeMapDirectBegin)) return;
if(sprx_dlsym(__handle, "iwTNhyaemnw", &__ptr_sceAmprMeasureCommandSizeMapEnd)) return;
if(sprx_dlsym(__handle, "NNIZ-FMyz3M", &__ptr_sceAmprMeasureCommandSizeNop)) return;
if(sprx_dlsym(__handle, "Xp85BP3+BBI", &__ptr_sceAmprMeasureCommandSizeNopWithData)) return;
if(sprx_dlsym(__handle, "pbnNnahE8vk", &__ptr_sceAmprMeasureCommandSizePopMarker)) return;
if(sprx_dlsym(__handle, "0RdLmAh7WVo", &__ptr_sceAmprMeasureCommandSizePushMarker)) return;
if(sprx_dlsym(__handle, "3OfeY4pzDV0", &__ptr_sceAmprMeasureCommandSizePushMarkerWithColor)) return;
if(sprx_dlsym(__handle, "vWU-odnS+fU", &__ptr_sceAmprMeasureCommandSizeReadFile)) return;
if(sprx_dlsym(__handle, "qesF88X4DRg", &__ptr_sceAmprMeasureCommandSizeReadFileGather)) return;
if(sprx_dlsym(__handle, "DXmgc5op8Yw", &__ptr_sceAmprMeasureCommandSizeReadFileGatherScatter)) return;
if(sprx_dlsym(__handle, "7nXGDGMXSqo", &__ptr_sceAmprMeasureCommandSizeReadFileScatter)) return;
if(sprx_dlsym(__handle, "rddQYXM0CjM", &__ptr_sceAmprMeasureCommandSizeResetGatherScatterState)) return;
if(sprx_dlsym(__handle, "VGkEj4d6-Kg", &__ptr_sceAmprMeasureCommandSizeSetMarker)) return;
if(sprx_dlsym(__handle, "tmfr97+ED5I", &__ptr_sceAmprMeasureCommandSizeSetMarkerWithColor)) return;
if(sprx_dlsym(__handle, "jIlc4p5dSD0", &__ptr_sceAmprMeasureCommandSizeWaitOnAddress)) return;
if(sprx_dlsym(__handle, "6jLL5BIZ88U", &__ptr_sceAmprMeasureCommandSizeWaitOnCounter)) return;
if(sprx_dlsym(__handle, "C+IEj+BsAFM", &__ptr_sceAmprMeasureCommandSizeWriteAddressOnCompletion)) return;
if(sprx_dlsym(__handle, "4muPEJ-x5N8", &__ptr_sceAmprMeasureCommandSizeWriteCounterOnCompletion)) return;
if(sprx_dlsym(__handle, "Zi3dBUjgyXI", &__ptr_sceAmprMeasureCommandSizeWriteKernelEventQueueOnCompletion)) return;
}
static void __attribute__((destructor(104)))
__destructor(void) {
sprx_dlclose(__handle);
}