diff --git a/README.md b/README.md index 66ecc44..1db0b0f 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ moduleGenerator for shadps4 project When adding new libraries to shadPS4: - Add any new files to `CMakeLists.txt` -- Add a call to RegisterlibSce... in `src/core/libraries/libs.cpp` +- Add a call to the library's RegisterLib in `src/core/libraries/libs.cpp` - Add the generated library's logging class to `src/common/logging/filter.cpp` and `src/common/logging/types.h` diff --git a/libraries/audioin.cpp b/libraries/audioin.cpp index 29c993d..2b6cccb 100644 --- a/libraries/audioin.cpp +++ b/libraries/audioin.cpp @@ -219,64 +219,52 @@ s32 PS4_SYSV_ABI sceAudioInVmicWrite() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("IQtWgnrw6v8", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, + LIB_FUNCTION("IQtWgnrw6v8", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInChangeAppModuleState); - LIB_FUNCTION("Jh6WbHhnI68", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInClose); - LIB_FUNCTION("8mtcsG-Qp5E", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInCountPorts); - LIB_FUNCTION("5qRVfxOmbno", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInDeviceHqOpen); - LIB_FUNCTION("gUNabrUkZNg", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, - sceAudioInDeviceIdHqOpen); - LIB_FUNCTION("X-AQLtdxQOo", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInDeviceIdOpen); - LIB_FUNCTION("VoX9InuwwTg", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInDeviceOpen); - LIB_FUNCTION("48-miagyJ2I", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInDeviceOpenEx); - LIB_FUNCTION("kFKJ3MVcDuo", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInExtClose); - LIB_FUNCTION("mhAfefP9m2g", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInExtCtrl); - LIB_FUNCTION("KpBKoHKVKEc", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInExtInput); - LIB_FUNCTION("YZ+3seW7CyY", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInExtOpen); - LIB_FUNCTION("FVGWf8JaHOE", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, - sceAudioInExtSetAecMode); - LIB_FUNCTION("S-rDUfQk9sg", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInGetGain); - LIB_FUNCTION("NJam1-F7lNY", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, + LIB_FUNCTION("Jh6WbHhnI68", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInClose); + LIB_FUNCTION("8mtcsG-Qp5E", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInCountPorts); + LIB_FUNCTION("5qRVfxOmbno", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInDeviceHqOpen); + LIB_FUNCTION("gUNabrUkZNg", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInDeviceIdHqOpen); + LIB_FUNCTION("X-AQLtdxQOo", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInDeviceIdOpen); + LIB_FUNCTION("VoX9InuwwTg", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInDeviceOpen); + LIB_FUNCTION("48-miagyJ2I", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInDeviceOpenEx); + LIB_FUNCTION("kFKJ3MVcDuo", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInExtClose); + LIB_FUNCTION("mhAfefP9m2g", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInExtCtrl); + LIB_FUNCTION("KpBKoHKVKEc", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInExtInput); + LIB_FUNCTION("YZ+3seW7CyY", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInExtOpen); + LIB_FUNCTION("FVGWf8JaHOE", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInExtSetAecMode); + LIB_FUNCTION("S-rDUfQk9sg", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInGetGain); + LIB_FUNCTION("NJam1-F7lNY", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInGetHandleStatusInfo); - LIB_FUNCTION("3shKmTrTw6c", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, - sceAudioInGetRerouteCount); - LIB_FUNCTION("BohEAQ7DlUE", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, - sceAudioInGetSilentState); - LIB_FUNCTION("nya-R5gDYhM", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInHqOpen); - LIB_FUNCTION("CTh72m+IYbU", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInHqOpenEx); - LIB_FUNCTION("SxQprgjttKE", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInInit); - LIB_FUNCTION("LozEOU8+anM", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInInput); - LIB_FUNCTION("rmgXsZ-2Tyk", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInInputs); - LIB_FUNCTION("6QP1MzdFWhs", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, - sceAudioInIsSharedDevice); - LIB_FUNCTION("5NE8Sjc7VC8", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInOpen); - LIB_FUNCTION("+DY07NwJb0s", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInOpenEx); - LIB_FUNCTION("vYFsze1SqU8", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInSetAllMute); - LIB_FUNCTION("vyh-T6sMqnw", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, + LIB_FUNCTION("3shKmTrTw6c", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInGetRerouteCount); + LIB_FUNCTION("BohEAQ7DlUE", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInGetSilentState); + LIB_FUNCTION("nya-R5gDYhM", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInHqOpen); + LIB_FUNCTION("CTh72m+IYbU", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInHqOpenEx); + LIB_FUNCTION("SxQprgjttKE", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInInit); + LIB_FUNCTION("LozEOU8+anM", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInInput); + LIB_FUNCTION("rmgXsZ-2Tyk", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInInputs); + LIB_FUNCTION("6QP1MzdFWhs", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInIsSharedDevice); + LIB_FUNCTION("5NE8Sjc7VC8", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInOpen); + LIB_FUNCTION("+DY07NwJb0s", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInOpenEx); + LIB_FUNCTION("vYFsze1SqU8", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetAllMute); + LIB_FUNCTION("vyh-T6sMqnw", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetCompressorPreGain); - LIB_FUNCTION("YeBSNVAELe4", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, - sceAudioInSetConnections); - LIB_FUNCTION("thLNHvkWSeg", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, + LIB_FUNCTION("YeBSNVAELe4", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetConnections); + LIB_FUNCTION("thLNHvkWSeg", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetConnectionsForUser); - LIB_FUNCTION("rcgv2ciDrtc", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, - sceAudioInSetDevConnection); - LIB_FUNCTION("iN3KqF-8R-w", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, - sceAudioInSetFocusForUser); - LIB_FUNCTION("VAzfxqDwbQ0", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInSetMode); - LIB_FUNCTION("CwBFvAlOv7k", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInSetMode2); - LIB_FUNCTION("tQpOPpYwv7o", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, - sceAudioInSetPortConnections); - LIB_FUNCTION("NUWqWguYcNQ", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, - sceAudioInSetPortStatuses); - LIB_FUNCTION("U0ivfdKFZbA", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, - sceAudioInSetSparkParam); - LIB_FUNCTION("hWMCAPpqzDo", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, - sceAudioInSetSparkSideTone); - LIB_FUNCTION("nqXpw3MaN50", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInSetUsbGain); - LIB_FUNCTION("arJp991xk5k", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInSetUserMute); - LIB_FUNCTION("DVTn+iMSpBM", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInVmicCreate); - LIB_FUNCTION("3ULZGIl+Acc", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInVmicDestroy); - LIB_FUNCTION("4kHw99LUG3A", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, sceAudioInVmicWrite); + LIB_FUNCTION("rcgv2ciDrtc", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetDevConnection); + LIB_FUNCTION("iN3KqF-8R-w", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetFocusForUser); + LIB_FUNCTION("VAzfxqDwbQ0", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetMode); + LIB_FUNCTION("CwBFvAlOv7k", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetMode2); + LIB_FUNCTION("tQpOPpYwv7o", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetPortConnections); + LIB_FUNCTION("NUWqWguYcNQ", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetPortStatuses); + LIB_FUNCTION("U0ivfdKFZbA", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetSparkParam); + LIB_FUNCTION("hWMCAPpqzDo", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetSparkSideTone); + LIB_FUNCTION("nqXpw3MaN50", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetUsbGain); + LIB_FUNCTION("arJp991xk5k", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInSetUserMute); + LIB_FUNCTION("DVTn+iMSpBM", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInVmicCreate); + LIB_FUNCTION("3ULZGIl+Acc", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInVmicDestroy); + LIB_FUNCTION("4kHw99LUG3A", "libSceAudioIn", 1, "libSceAudioIn", sceAudioInVmicWrite); }; } // namespace Libraries::AudioIn \ No newline at end of file diff --git a/libraries/audioout.cpp b/libraries/audioout.cpp index 4808656..f698fa2 100644 --- a/libraries/audioout.cpp +++ b/libraries/audioout.cpp @@ -8,17 +8,17 @@ namespace Libraries::AudioOut { -s32 PS4_SYSV_ABI sceAudioOutSetSystemDebugState() { +s32 PS4_SYSV_ABI sceAudioOutDeviceIdOpen() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceAudioOutSparkControlSetEqCoef() { +s32 PS4_SYSV_ABI sceAudioDeviceControlGet() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceAudioOutDeviceIdOpen() { +s32 PS4_SYSV_ABI sceAudioDeviceControlSet() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } @@ -353,144 +353,126 @@ s32 PS4_SYSV_ABI sceAudioOutSystemControlSet() { return ORBIS_OK; } -s32 PS4_SYSV_ABI sceAudioDeviceControlGet() { +s32 PS4_SYSV_ABI sceAudioOutSparkControlSetEqCoef() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceAudioDeviceControlSet() { +s32 PS4_SYSV_ABI sceAudioOutSetSystemDebugState() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("7UsdDOEvjlk", "libSceDbgAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutSetSystemDebugState); - LIB_FUNCTION("Mt7JB3lOyJk", "libSceAudioOutSparkControl", 1, "libSceAudioOut", 1, 1, - sceAudioOutSparkControlSetEqCoef); - LIB_FUNCTION("cx2dYFbzIAg", "libSceAudioOutDeviceService", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("cx2dYFbzIAg", "libSceAudioOutDeviceService", 1, "libSceAudioOut", sceAudioOutDeviceIdOpen); - LIB_FUNCTION("Iz9X7ISldhs", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutA3dControl); - LIB_FUNCTION("9RVIoocOVAo", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutA3dExit); - LIB_FUNCTION("n7KgxE8rOuE", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutA3dInit); - LIB_FUNCTION("WBAO6-n0-4M", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("tKumjQSzhys", "libSceAudioDeviceControl", 1, "libSceAudioOut", + sceAudioDeviceControlGet); + LIB_FUNCTION("5ChfcHOf3SM", "libSceAudioDeviceControl", 1, "libSceAudioOut", + sceAudioDeviceControlSet); + LIB_FUNCTION("Iz9X7ISldhs", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutA3dControl); + LIB_FUNCTION("9RVIoocOVAo", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutA3dExit); + LIB_FUNCTION("n7KgxE8rOuE", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutA3dInit); + LIB_FUNCTION("WBAO6-n0-4M", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutAttachToApplicationByPid); - LIB_FUNCTION("O3FM2WXIJaI", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("O3FM2WXIJaI", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutChangeAppModuleState); - LIB_FUNCTION("s1--uE9mBFw", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutClose); - LIB_FUNCTION("ol4LbeTG8mc", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("s1--uE9mBFw", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutClose); + LIB_FUNCTION("ol4LbeTG8mc", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutDetachFromApplicationByPid); - LIB_FUNCTION("r1V9IFEE+Ts", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("r1V9IFEE+Ts", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutExConfigureOutputMode); - LIB_FUNCTION("wZakRQsWGos", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutExGetSystemInfo); - LIB_FUNCTION("xjjhT5uw08o", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutExPtClose); - LIB_FUNCTION("DsST7TNsyfo", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("wZakRQsWGos", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutExGetSystemInfo); + LIB_FUNCTION("xjjhT5uw08o", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutExPtClose); + LIB_FUNCTION("DsST7TNsyfo", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutExPtGetLastOutputTime); - LIB_FUNCTION("4UlW3CSuCa4", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutExPtOpen); - LIB_FUNCTION("Xcj8VTtnZw0", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("4UlW3CSuCa4", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutExPtOpen); + LIB_FUNCTION("Xcj8VTtnZw0", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutExSystemInfoIsSupportedAudioOutExMode); - LIB_FUNCTION("I3Fwcmkg5Po", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("I3Fwcmkg5Po", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutGetFocusEnablePid); - LIB_FUNCTION("Y3lXfCFEWFY", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("Y3lXfCFEWFY", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutGetHandleStatusInfo); - LIB_FUNCTION("-00OAutAw+c", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutGetInfo); - LIB_FUNCTION("RqmKxBqB8B4", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutGetInfoOpenNum); - LIB_FUNCTION("Ptlts326pds", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("-00OAutAw+c", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutGetInfo); + LIB_FUNCTION("RqmKxBqB8B4", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutGetInfoOpenNum); + LIB_FUNCTION("Ptlts326pds", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutGetLastOutputTime); - LIB_FUNCTION("GrQ9s4IrNaQ", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutGetPortState); - LIB_FUNCTION("c7mVozxJkPU", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("GrQ9s4IrNaQ", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutGetPortState); + LIB_FUNCTION("c7mVozxJkPU", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutGetSimulatedBusUsableStatusByBusType); - LIB_FUNCTION("pWmS7LajYlo", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("pWmS7LajYlo", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutGetSimulatedHandleStatusInfo); - LIB_FUNCTION("oPLghhAWgMM", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("oPLghhAWgMM", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutGetSimulatedHandleStatusInfo2); - LIB_FUNCTION("5+r7JYHpkXg", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutGetSparkVss); - LIB_FUNCTION("R5hemoKKID8", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutGetSystemState); - LIB_FUNCTION("JfEPXVxhFqA", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutInit); - LIB_FUNCTION("n16Kdoxnvl0", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("5+r7JYHpkXg", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutGetSparkVss); + LIB_FUNCTION("R5hemoKKID8", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutGetSystemState); + LIB_FUNCTION("JfEPXVxhFqA", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutInit); + LIB_FUNCTION("n16Kdoxnvl0", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutInitIpmiGetSession); - LIB_FUNCTION("r+qKw+ueD+Q", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("r+qKw+ueD+Q", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutMasteringGetState); - LIB_FUNCTION("xX4RLegarbg", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutMasteringInit); - LIB_FUNCTION("4055yaUg3EY", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("xX4RLegarbg", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutMasteringInit); + LIB_FUNCTION("4055yaUg3EY", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutMasteringSetParam); - LIB_FUNCTION("RVWtUgoif5o", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutMasteringTerm); - LIB_FUNCTION("-LXhcGARw3k", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutMbusInit); - LIB_FUNCTION("ekNvsT22rsY", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutOpen); - LIB_FUNCTION("qLpSK75lXI4", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutOpenEx); - LIB_FUNCTION("QOQtbeDqsT4", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutOutput); - LIB_FUNCTION("w3PdaSTSwGE", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutOutputs); - LIB_FUNCTION("MapHTgeogbk", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutPtClose); - LIB_FUNCTION("YZaq+UKbriQ", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("RVWtUgoif5o", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutMasteringTerm); + LIB_FUNCTION("-LXhcGARw3k", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutMbusInit); + LIB_FUNCTION("ekNvsT22rsY", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutOpen); + LIB_FUNCTION("qLpSK75lXI4", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutOpenEx); + LIB_FUNCTION("QOQtbeDqsT4", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutOutput); + LIB_FUNCTION("w3PdaSTSwGE", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutOutputs); + LIB_FUNCTION("MapHTgeogbk", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutPtClose); + LIB_FUNCTION("YZaq+UKbriQ", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutPtGetLastOutputTime); - LIB_FUNCTION("xyT8IUCL3CI", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutPtOpen); - LIB_FUNCTION("o4OLQQqqA90", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutSetConnections); - LIB_FUNCTION("QHq2ylFOZ0k", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("xyT8IUCL3CI", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutPtOpen); + LIB_FUNCTION("o4OLQQqqA90", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetConnections); + LIB_FUNCTION("QHq2ylFOZ0k", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetConnectionsForUser); - LIB_FUNCTION("r9KGqGpwTpg", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("r9KGqGpwTpg", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetDevConnection); - LIB_FUNCTION("08MKi2E-RcE", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("08MKi2E-RcE", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetHeadphoneOutMode); - LIB_FUNCTION("18IVGrIQDU4", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("18IVGrIQDU4", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetJediJackVolume); - LIB_FUNCTION("h0o+D4YYr1k", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("h0o+D4YYr1k", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetJediSpkVolume); - LIB_FUNCTION("KI9cl22to7E", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutSetMainOutput); - LIB_FUNCTION("wVwPU50pS1c", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("KI9cl22to7E", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetMainOutput); + LIB_FUNCTION("wVwPU50pS1c", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetMixLevelPadSpk); - LIB_FUNCTION("eeRsbeGYe20", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("eeRsbeGYe20", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetMorpheusParam); - LIB_FUNCTION("IZrItPnflBM", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("IZrItPnflBM", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetMorpheusWorkingMode); - LIB_FUNCTION("Gy0ReOgXW00", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("Gy0ReOgXW00", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetPortConnections); - LIB_FUNCTION("oRBFflIrCg0", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutSetPortStatuses); - LIB_FUNCTION("ae-IVPMSWjU", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutSetRecMode); - LIB_FUNCTION("d3WL2uPE1eE", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutSetSparkParam); - LIB_FUNCTION("X7Cfsiujm8Y", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutSetUsbVolume); - LIB_FUNCTION("b+uAV89IlxE", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutSetVolume); - LIB_FUNCTION("rho9DH-0ehs", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutSetVolumeDown); - LIB_FUNCTION("I91P0HAPpjw", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("oRBFflIrCg0", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetPortStatuses); + LIB_FUNCTION("ae-IVPMSWjU", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetRecMode); + LIB_FUNCTION("d3WL2uPE1eE", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetSparkParam); + LIB_FUNCTION("X7Cfsiujm8Y", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetUsbVolume); + LIB_FUNCTION("b+uAV89IlxE", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetVolume); + LIB_FUNCTION("rho9DH-0ehs", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSetVolumeDown); + LIB_FUNCTION("I91P0HAPpjw", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutStartAuxBroadcast); - LIB_FUNCTION("uo+eoPzdQ-s", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutStartSharePlay); - LIB_FUNCTION("AImiaYFrKdc", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("uo+eoPzdQ-s", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutStartSharePlay); + LIB_FUNCTION("AImiaYFrKdc", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutStopAuxBroadcast); - LIB_FUNCTION("teCyKKZPjME", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutStopSharePlay); - LIB_FUNCTION("95bdtHdNUic", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, - sceAudioOutSuspendResume); - LIB_FUNCTION("oRJZnXxok-M", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("teCyKKZPjME", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutStopSharePlay); + LIB_FUNCTION("95bdtHdNUic", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSuspendResume); + LIB_FUNCTION("oRJZnXxok-M", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSysConfigureOutputMode); - LIB_FUNCTION("Tf9-yOJwF-A", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("Tf9-yOJwF-A", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSysGetHdmiMonitorInfo); - LIB_FUNCTION("y2-hP-KoTMI", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("y2-hP-KoTMI", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSysGetSystemInfo); - LIB_FUNCTION("YV+bnMvMfYg", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("YV+bnMvMfYg", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSysHdmiMonitorInfoIsSupportedAudioOutMode); - LIB_FUNCTION("JEHhANREcLs", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("JEHhANREcLs", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSystemControlGet); - LIB_FUNCTION("9CHWVv6r3Dg", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, + LIB_FUNCTION("9CHWVv6r3Dg", "libSceAudioOut", 1, "libSceAudioOut", sceAudioOutSystemControlSet); - LIB_FUNCTION("tKumjQSzhys", "libSceAudioDeviceControl", 1, "libSceAudioOut", 1, 1, - sceAudioDeviceControlGet); - LIB_FUNCTION("5ChfcHOf3SM", "libSceAudioDeviceControl", 1, "libSceAudioOut", 1, 1, - sceAudioDeviceControlSet); + LIB_FUNCTION("Mt7JB3lOyJk", "libSceAudioOutSparkControl", 1, "libSceAudioOut", + sceAudioOutSparkControlSetEqCoef); + LIB_FUNCTION("7UsdDOEvjlk", "libSceDbgAudioOut", 1, "libSceAudioOut", + sceAudioOutSetSystemDebugState); }; } // namespace Libraries::AudioOut \ No newline at end of file diff --git a/libraries/audioout.h b/libraries/audioout.h index 4d1ba8c..0010d3a 100644 --- a/libraries/audioout.h +++ b/libraries/audioout.h @@ -11,9 +11,9 @@ class SymbolsResolver; namespace Libraries::AudioOut { -s32 PS4_SYSV_ABI sceAudioOutSetSystemDebugState(); -s32 PS4_SYSV_ABI sceAudioOutSparkControlSetEqCoef(); s32 PS4_SYSV_ABI sceAudioOutDeviceIdOpen(); +s32 PS4_SYSV_ABI sceAudioDeviceControlGet(); +s32 PS4_SYSV_ABI sceAudioDeviceControlSet(); s32 PS4_SYSV_ABI sceAudioOutA3dControl(); s32 PS4_SYSV_ABI sceAudioOutA3dExit(); s32 PS4_SYSV_ABI sceAudioOutA3dInit(); @@ -80,8 +80,8 @@ s32 PS4_SYSV_ABI sceAudioOutSysGetSystemInfo(); s32 PS4_SYSV_ABI sceAudioOutSysHdmiMonitorInfoIsSupportedAudioOutMode(); s32 PS4_SYSV_ABI sceAudioOutSystemControlGet(); s32 PS4_SYSV_ABI sceAudioOutSystemControlSet(); -s32 PS4_SYSV_ABI sceAudioDeviceControlGet(); -s32 PS4_SYSV_ABI sceAudioDeviceControlSet(); +s32 PS4_SYSV_ABI sceAudioOutSparkControlSetEqCoef(); +s32 PS4_SYSV_ABI sceAudioOutSetSystemDebugState(); void RegisterLib(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::AudioOut \ No newline at end of file diff --git a/libraries/camera.cpp b/libraries/camera.cpp index b72a6ed..1d00ed4 100644 --- a/libraries/camera.cpp +++ b/libraries/camera.cpp @@ -399,112 +399,93 @@ s32 PS4_SYSV_ABI sceCameraStopByHandle() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("BaOKcng8g88", "libSceMbus", 1, "libSceCamera", 1, 1, module_start); - LIB_FUNCTION("KpDMrPHvt3Q", "libSceMbus", 1, "libSceCamera", 1, 1, module_stop); - LIB_FUNCTION("QhjrPkRPUZQ", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraAccGetData); - LIB_FUNCTION("UFonL7xopFM", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraAudioClose); - LIB_FUNCTION("fkZE7Hup2ro", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraAudioGetData); - LIB_FUNCTION("hftC5A1C8OQ", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraAudioGetData2); - LIB_FUNCTION("DhqqFiBU+6g", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraAudioOpen); - LIB_FUNCTION("wyU98EXAYxU", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraAudioReset); - LIB_FUNCTION("Y0pCDajzkVQ", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraChangeAppModuleState); - LIB_FUNCTION("OMS9LlcrvBo", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraClose); - LIB_FUNCTION("ztqH5qNTpTk", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraCloseByHandle); - LIB_FUNCTION("nBH6i2s4Glc", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraDeviceOpen); - LIB_FUNCTION("0btIPD5hg5A", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetAttribute); - LIB_FUNCTION("oEi6vM-3E2c", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraGetAutoExposureGain); - LIB_FUNCTION("qTPRMh4eY60", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraGetAutoWhiteBalance); - LIB_FUNCTION("hHA1frlMxYE", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetCalibData); - LIB_FUNCTION("5Oie5RArfWs", "libSceCamera", 1, "libSceCamera", 1, 1, + LIB_FUNCTION("BaOKcng8g88", "libSceMbus", 1, "libSceCamera", module_start); + LIB_FUNCTION("KpDMrPHvt3Q", "libSceMbus", 1, "libSceCamera", module_stop); + LIB_FUNCTION("QhjrPkRPUZQ", "libSceCamera", 1, "libSceCamera", sceCameraAccGetData); + LIB_FUNCTION("UFonL7xopFM", "libSceCamera", 1, "libSceCamera", sceCameraAudioClose); + LIB_FUNCTION("fkZE7Hup2ro", "libSceCamera", 1, "libSceCamera", sceCameraAudioGetData); + LIB_FUNCTION("hftC5A1C8OQ", "libSceCamera", 1, "libSceCamera", sceCameraAudioGetData2); + LIB_FUNCTION("DhqqFiBU+6g", "libSceCamera", 1, "libSceCamera", sceCameraAudioOpen); + LIB_FUNCTION("wyU98EXAYxU", "libSceCamera", 1, "libSceCamera", sceCameraAudioReset); + LIB_FUNCTION("Y0pCDajzkVQ", "libSceCamera", 1, "libSceCamera", sceCameraChangeAppModuleState); + LIB_FUNCTION("OMS9LlcrvBo", "libSceCamera", 1, "libSceCamera", sceCameraClose); + LIB_FUNCTION("ztqH5qNTpTk", "libSceCamera", 1, "libSceCamera", sceCameraCloseByHandle); + LIB_FUNCTION("nBH6i2s4Glc", "libSceCamera", 1, "libSceCamera", sceCameraDeviceOpen); + LIB_FUNCTION("0btIPD5hg5A", "libSceCamera", 1, "libSceCamera", sceCameraGetAttribute); + LIB_FUNCTION("oEi6vM-3E2c", "libSceCamera", 1, "libSceCamera", sceCameraGetAutoExposureGain); + LIB_FUNCTION("qTPRMh4eY60", "libSceCamera", 1, "libSceCamera", sceCameraGetAutoWhiteBalance); + LIB_FUNCTION("hHA1frlMxYE", "libSceCamera", 1, "libSceCamera", sceCameraGetCalibData); + LIB_FUNCTION("5Oie5RArfWs", "libSceCamera", 1, "libSceCamera", sceCameraGetCalibDataFromDevice); - LIB_FUNCTION("RHYJ7GKOSMg", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraGetCalibrationData); - LIB_FUNCTION("ZaqmGEtYuL0", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetConfig); - LIB_FUNCTION("a5xFueMZIMs", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetContrast); - LIB_FUNCTION("tslCukqFE+E", "libSceCamera", 1, "libSceCamera", 1, 1, + LIB_FUNCTION("RHYJ7GKOSMg", "libSceCamera", 1, "libSceCamera", sceCameraGetCalibrationData); + LIB_FUNCTION("ZaqmGEtYuL0", "libSceCamera", 1, "libSceCamera", sceCameraGetConfig); + LIB_FUNCTION("a5xFueMZIMs", "libSceCamera", 1, "libSceCamera", sceCameraGetContrast); + LIB_FUNCTION("tslCukqFE+E", "libSceCamera", 1, "libSceCamera", sceCameraGetDefectivePixelCancellation); - LIB_FUNCTION("DSOLCrc3Kh8", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetDeviceConfig); - LIB_FUNCTION("n+rFeP1XXyM", "libSceCamera", 1, "libSceCamera", 1, 1, + LIB_FUNCTION("DSOLCrc3Kh8", "libSceCamera", 1, "libSceCamera", sceCameraGetDeviceConfig); + LIB_FUNCTION("n+rFeP1XXyM", "libSceCamera", 1, "libSceCamera", sceCameraGetDeviceConfigWithoutHandle); - LIB_FUNCTION("jTJCdyv9GLU", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetDeviceID); - LIB_FUNCTION("-H3UwGQvNZI", "libSceCamera", 1, "libSceCamera", 1, 1, + LIB_FUNCTION("jTJCdyv9GLU", "libSceCamera", 1, "libSceCamera", sceCameraGetDeviceID); + LIB_FUNCTION("-H3UwGQvNZI", "libSceCamera", 1, "libSceCamera", sceCameraGetDeviceIDWithoutOpen); - LIB_FUNCTION("WZpxnSAM-ds", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetDeviceInfo); - LIB_FUNCTION("ObIste7hqdk", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetExposureGain); - LIB_FUNCTION("mxgMmR+1Kr0", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetFrameData); - LIB_FUNCTION("WVox2rwGuSc", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetGamma); - LIB_FUNCTION("zrIUDKZx0iE", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetHue); - LIB_FUNCTION("XqYRHc4aw3w", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraGetLensCorrection); - LIB_FUNCTION("B260o9pSzM8", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraGetMmapConnectedCount); - LIB_FUNCTION("ULxbwqiYYuU", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetProductInfo); - LIB_FUNCTION("olojYZKYiYs", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetRegister); - LIB_FUNCTION("hawKak+Auw4", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetRegistryInfo); - LIB_FUNCTION("RTDOsWWqdME", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetSaturation); - LIB_FUNCTION("c6Fp9M1EXXc", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetSharpness); - LIB_FUNCTION("IAz2HgZQWzE", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraGetVrCaptureInfo); - LIB_FUNCTION("HX5524E5tMY", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraGetWhiteBalance); - LIB_FUNCTION("0wnf2a60FqI", "libSceCamera", 1, "libSceCamera", 1, 1, + LIB_FUNCTION("WZpxnSAM-ds", "libSceCamera", 1, "libSceCamera", sceCameraGetDeviceInfo); + LIB_FUNCTION("ObIste7hqdk", "libSceCamera", 1, "libSceCamera", sceCameraGetExposureGain); + LIB_FUNCTION("mxgMmR+1Kr0", "libSceCamera", 1, "libSceCamera", sceCameraGetFrameData); + LIB_FUNCTION("WVox2rwGuSc", "libSceCamera", 1, "libSceCamera", sceCameraGetGamma); + LIB_FUNCTION("zrIUDKZx0iE", "libSceCamera", 1, "libSceCamera", sceCameraGetHue); + LIB_FUNCTION("XqYRHc4aw3w", "libSceCamera", 1, "libSceCamera", sceCameraGetLensCorrection); + LIB_FUNCTION("B260o9pSzM8", "libSceCamera", 1, "libSceCamera", sceCameraGetMmapConnectedCount); + LIB_FUNCTION("ULxbwqiYYuU", "libSceCamera", 1, "libSceCamera", sceCameraGetProductInfo); + LIB_FUNCTION("olojYZKYiYs", "libSceCamera", 1, "libSceCamera", sceCameraGetRegister); + LIB_FUNCTION("hawKak+Auw4", "libSceCamera", 1, "libSceCamera", sceCameraGetRegistryInfo); + LIB_FUNCTION("RTDOsWWqdME", "libSceCamera", 1, "libSceCamera", sceCameraGetSaturation); + LIB_FUNCTION("c6Fp9M1EXXc", "libSceCamera", 1, "libSceCamera", sceCameraGetSharpness); + LIB_FUNCTION("IAz2HgZQWzE", "libSceCamera", 1, "libSceCamera", sceCameraGetVrCaptureInfo); + LIB_FUNCTION("HX5524E5tMY", "libSceCamera", 1, "libSceCamera", sceCameraGetWhiteBalance); + LIB_FUNCTION("0wnf2a60FqI", "libSceCamera", 1, "libSceCamera", sceCameraInitializeRegistryCalibData); - LIB_FUNCTION("p6n3Npi3YY4", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraIsAttached); - LIB_FUNCTION("wQfd7kfRZvo", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraIsConfigChangeDone); - LIB_FUNCTION("U3BVwQl2R5Q", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraIsValidFrameData); - LIB_FUNCTION("BHn83xrF92E", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraOpen); - LIB_FUNCTION("eTywOSWsEiI", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraOpenByModuleId); - LIB_FUNCTION("py8p6kZcHmA", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraRemoveAppModuleFocus); - LIB_FUNCTION("j5isFVIlZLk", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraSetAppModuleFocus); - LIB_FUNCTION("doPlf33ab-U", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetAttribute); - LIB_FUNCTION("96F7zp1Xo+k", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraSetAttributeInternal); - LIB_FUNCTION("yfSdswDaElo", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraSetAutoExposureGain); - LIB_FUNCTION("zIKL4kZleuc", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraSetAutoWhiteBalance); - LIB_FUNCTION("LEMk5cTHKEA", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetCalibData); - LIB_FUNCTION("VQ+5kAqsE2Q", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetConfig); - LIB_FUNCTION("9+SNhbctk64", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraSetConfigInternal); - LIB_FUNCTION("3i5MEzrC1pg", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetContrast); - LIB_FUNCTION("vejouEusC7g", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetDebugStop); - LIB_FUNCTION("jMv40y2A23g", "libSceCamera", 1, "libSceCamera", 1, 1, + LIB_FUNCTION("p6n3Npi3YY4", "libSceCamera", 1, "libSceCamera", sceCameraIsAttached); + LIB_FUNCTION("wQfd7kfRZvo", "libSceCamera", 1, "libSceCamera", sceCameraIsConfigChangeDone); + LIB_FUNCTION("U3BVwQl2R5Q", "libSceCamera", 1, "libSceCamera", sceCameraIsValidFrameData); + LIB_FUNCTION("BHn83xrF92E", "libSceCamera", 1, "libSceCamera", sceCameraOpen); + LIB_FUNCTION("eTywOSWsEiI", "libSceCamera", 1, "libSceCamera", sceCameraOpenByModuleId); + LIB_FUNCTION("py8p6kZcHmA", "libSceCamera", 1, "libSceCamera", sceCameraRemoveAppModuleFocus); + LIB_FUNCTION("j5isFVIlZLk", "libSceCamera", 1, "libSceCamera", sceCameraSetAppModuleFocus); + LIB_FUNCTION("doPlf33ab-U", "libSceCamera", 1, "libSceCamera", sceCameraSetAttribute); + LIB_FUNCTION("96F7zp1Xo+k", "libSceCamera", 1, "libSceCamera", sceCameraSetAttributeInternal); + LIB_FUNCTION("yfSdswDaElo", "libSceCamera", 1, "libSceCamera", sceCameraSetAutoExposureGain); + LIB_FUNCTION("zIKL4kZleuc", "libSceCamera", 1, "libSceCamera", sceCameraSetAutoWhiteBalance); + LIB_FUNCTION("LEMk5cTHKEA", "libSceCamera", 1, "libSceCamera", sceCameraSetCalibData); + LIB_FUNCTION("VQ+5kAqsE2Q", "libSceCamera", 1, "libSceCamera", sceCameraSetConfig); + LIB_FUNCTION("9+SNhbctk64", "libSceCamera", 1, "libSceCamera", sceCameraSetConfigInternal); + LIB_FUNCTION("3i5MEzrC1pg", "libSceCamera", 1, "libSceCamera", sceCameraSetContrast); + LIB_FUNCTION("vejouEusC7g", "libSceCamera", 1, "libSceCamera", sceCameraSetDebugStop); + LIB_FUNCTION("jMv40y2A23g", "libSceCamera", 1, "libSceCamera", sceCameraSetDefectivePixelCancellation); - LIB_FUNCTION("vER3cIMBHqI", "libSceCamera", 1, "libSceCamera", 1, 1, + LIB_FUNCTION("vER3cIMBHqI", "libSceCamera", 1, "libSceCamera", sceCameraSetDefectivePixelCancellationInternal); - LIB_FUNCTION("wgBMXJJA6K4", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetExposureGain); - LIB_FUNCTION("jeTpU0MqKU0", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraSetForceActivate); - LIB_FUNCTION("lhEIsHzB8r4", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetGamma); - LIB_FUNCTION("QI8GVJUy2ZY", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetHue); - LIB_FUNCTION("K7W7H4ZRwbc", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraSetLensCorrection); - LIB_FUNCTION("eHa3vhGu2rQ", "libSceCamera", 1, "libSceCamera", 1, 1, + LIB_FUNCTION("wgBMXJJA6K4", "libSceCamera", 1, "libSceCamera", sceCameraSetExposureGain); + LIB_FUNCTION("jeTpU0MqKU0", "libSceCamera", 1, "libSceCamera", sceCameraSetForceActivate); + LIB_FUNCTION("lhEIsHzB8r4", "libSceCamera", 1, "libSceCamera", sceCameraSetGamma); + LIB_FUNCTION("QI8GVJUy2ZY", "libSceCamera", 1, "libSceCamera", sceCameraSetHue); + LIB_FUNCTION("K7W7H4ZRwbc", "libSceCamera", 1, "libSceCamera", sceCameraSetLensCorrection); + LIB_FUNCTION("eHa3vhGu2rQ", "libSceCamera", 1, "libSceCamera", sceCameraSetLensCorrectionInternal); - LIB_FUNCTION("lS0tM6n+Q5E", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetProcessFocus); - LIB_FUNCTION("NVITuK83Z7o", "libSceCamera", 1, "libSceCamera", 1, 1, + LIB_FUNCTION("lS0tM6n+Q5E", "libSceCamera", 1, "libSceCamera", sceCameraSetProcessFocus); + LIB_FUNCTION("NVITuK83Z7o", "libSceCamera", 1, "libSceCamera", sceCameraSetProcessFocusByHandle); - LIB_FUNCTION("8MjO05qk5hA", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetRegister); - LIB_FUNCTION("bSKEi2PzzXI", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetSaturation); - LIB_FUNCTION("P-7MVfzvpsM", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetSharpness); - LIB_FUNCTION("3VJOpzKoIeM", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetTrackerMode); - LIB_FUNCTION("nnR7KAIDPv8", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraSetUacModeInternal); - LIB_FUNCTION("wpeyFwJ+UEI", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetVideoSync); - LIB_FUNCTION("8WtmqmE4edw", "libSceCamera", 1, "libSceCamera", 1, 1, - sceCameraSetVideoSyncInternal); - LIB_FUNCTION("k3zPIcgFNv0", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraSetWhiteBalance); - LIB_FUNCTION("9EpRYMy7rHU", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraStart); - LIB_FUNCTION("cLxF1QtHch0", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraStartByHandle); - LIB_FUNCTION("2G2C0nmd++M", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraStop); - LIB_FUNCTION("+X1Kgnn3bzg", "libSceCamera", 1, "libSceCamera", 1, 1, sceCameraStopByHandle); + LIB_FUNCTION("8MjO05qk5hA", "libSceCamera", 1, "libSceCamera", sceCameraSetRegister); + LIB_FUNCTION("bSKEi2PzzXI", "libSceCamera", 1, "libSceCamera", sceCameraSetSaturation); + LIB_FUNCTION("P-7MVfzvpsM", "libSceCamera", 1, "libSceCamera", sceCameraSetSharpness); + LIB_FUNCTION("3VJOpzKoIeM", "libSceCamera", 1, "libSceCamera", sceCameraSetTrackerMode); + LIB_FUNCTION("nnR7KAIDPv8", "libSceCamera", 1, "libSceCamera", sceCameraSetUacModeInternal); + LIB_FUNCTION("wpeyFwJ+UEI", "libSceCamera", 1, "libSceCamera", sceCameraSetVideoSync); + LIB_FUNCTION("8WtmqmE4edw", "libSceCamera", 1, "libSceCamera", sceCameraSetVideoSyncInternal); + LIB_FUNCTION("k3zPIcgFNv0", "libSceCamera", 1, "libSceCamera", sceCameraSetWhiteBalance); + LIB_FUNCTION("9EpRYMy7rHU", "libSceCamera", 1, "libSceCamera", sceCameraStart); + LIB_FUNCTION("cLxF1QtHch0", "libSceCamera", 1, "libSceCamera", sceCameraStartByHandle); + LIB_FUNCTION("2G2C0nmd++M", "libSceCamera", 1, "libSceCamera", sceCameraStop); + LIB_FUNCTION("+X1Kgnn3bzg", "libSceCamera", 1, "libSceCamera", sceCameraStopByHandle); }; } // namespace Libraries::Camera \ No newline at end of file diff --git a/libraries/commondialog.cpp b/libraries/commondialog.cpp index d1736ff..2bd386f 100644 --- a/libraries/commondialog.cpp +++ b/libraries/commondialog.cpp @@ -149,61 +149,61 @@ s32 PS4_SYSV_ABI Func_F2AEE270605622B0() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("2RdicdHhtGA", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("2RdicdHhtGA", "libSceCommonDialog", 1, "libSceCommonDialog", _ZN3sce16CommonDialogUtil12getSelfAppIdEv); - LIB_FUNCTION("I+tdxsCap08", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("I+tdxsCap08", "libSceCommonDialog", 1, "libSceCommonDialog", _ZN3sce16CommonDialogUtil6Client11closeModuleEv); - LIB_FUNCTION("v4+gzuTkv6k", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("v4+gzuTkv6k", "libSceCommonDialog", 1, "libSceCommonDialog", _ZN3sce16CommonDialogUtil6Client11updateStateEv); - LIB_FUNCTION("CwCzG0nnLg8", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("CwCzG0nnLg8", "libSceCommonDialog", 1, "libSceCommonDialog", _ZN3sce16CommonDialogUtil6Client15launchCmnDialogEv); - LIB_FUNCTION("Ib1SMmbr07k", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("Ib1SMmbr07k", "libSceCommonDialog", 1, "libSceCommonDialog", _ZN3sce16CommonDialogUtil6ClientD0Ev); - LIB_FUNCTION("6TIMpGvsrC4", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("6TIMpGvsrC4", "libSceCommonDialog", 1, "libSceCommonDialog", _ZN3sce16CommonDialogUtil6ClientD1Ev); - LIB_FUNCTION("+UyKxWAnqIU", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("+UyKxWAnqIU", "libSceCommonDialog", 1, "libSceCommonDialog", _ZN3sce16CommonDialogUtil6ClientD2Ev); - LIB_FUNCTION("bUCx72-9f0g", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("bUCx72-9f0g", "libSceCommonDialog", 1, "libSceCommonDialog", _ZNK3sce16CommonDialogUtil6Client10isCloseReqEv); - LIB_FUNCTION("xZtXq554Lbg", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("xZtXq554Lbg", "libSceCommonDialog", 1, "libSceCommonDialog", _ZNK3sce16CommonDialogUtil6Client13getFinishDataEPvm); - LIB_FUNCTION("C-EZ3PkhibQ", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("C-EZ3PkhibQ", "libSceCommonDialog", 1, "libSceCommonDialog", _ZNK3sce16CommonDialogUtil6Client14getClientStateEv); - LIB_FUNCTION("70niEKUAnZ0", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("70niEKUAnZ0", "libSceCommonDialog", 1, "libSceCommonDialog", _ZNK3sce16CommonDialogUtil6Client19isInitializedStatusEv); - LIB_FUNCTION("mdJgdwoM0Mo", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("mdJgdwoM0Mo", "libSceCommonDialog", 1, "libSceCommonDialog", _ZNK3sce16CommonDialogUtil6Client8getAppIdEv); - LIB_FUNCTION("87GekE1nowg", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("87GekE1nowg", "libSceCommonDialog", 1, "libSceCommonDialog", _ZNK3sce16CommonDialogUtil6Client8isFinishEv); - LIB_FUNCTION("6ljeTSi+fjs", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("6ljeTSi+fjs", "libSceCommonDialog", 1, "libSceCommonDialog", _ZNK3sce16CommonDialogUtil6Client9getResultEv); - LIB_FUNCTION("W2MzrWix2mM", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("W2MzrWix2mM", "libSceCommonDialog", 1, "libSceCommonDialog", _ZTVN3sce16CommonDialogUtil6ClientE); - LIB_FUNCTION("uoUpLGNkygk", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("uoUpLGNkygk", "libSceCommonDialog", 1, "libSceCommonDialog", sceCommonDialogInitialize); - LIB_FUNCTION("BQ3tey0JmQM", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("BQ3tey0JmQM", "libSceCommonDialog", 1, "libSceCommonDialog", sceCommonDialogIsUsed); - LIB_FUNCTION("D-V35OhFeIM", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("D-V35OhFeIM", "libSceCommonDialog", 1, "libSceCommonDialog", Func_0FF577E4E8457883); - LIB_FUNCTION("QXFsLON5QWw", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("QXFsLON5QWw", "libSceCommonDialog", 1, "libSceCommonDialog", Func_41716C2CE379416C); - LIB_FUNCTION("SDpCfY9uB0g", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("SDpCfY9uB0g", "libSceCommonDialog", 1, "libSceCommonDialog", Func_483A427D8F6E0748); - LIB_FUNCTION("aUS4PgJye98", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("aUS4PgJye98", "libSceCommonDialog", 1, "libSceCommonDialog", Func_6944B83E02727BDF); - LIB_FUNCTION("afLdI6i0lQw", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("afLdI6i0lQw", "libSceCommonDialog", 1, "libSceCommonDialog", Func_69F2DD23A8B4950C); - LIB_FUNCTION("mVRnPerBcK0", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("mVRnPerBcK0", "libSceCommonDialog", 1, "libSceCommonDialog", Func_9954673DEAC170AD); - LIB_FUNCTION("p9TTq4bLdFU", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("p9TTq4bLdFU", "libSceCommonDialog", 1, "libSceCommonDialog", Func_A7D4D3AB86CB7455); - LIB_FUNCTION("reTFEla4NQw", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("reTFEla4NQw", "libSceCommonDialog", 1, "libSceCommonDialog", Func_ADE4C51256B8350C); - LIB_FUNCTION("txNJzxX6yrA", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("txNJzxX6yrA", "libSceCommonDialog", 1, "libSceCommonDialog", Func_B71349CF15FACAB0); - LIB_FUNCTION("yxjgDvqUbGQ", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("yxjgDvqUbGQ", "libSceCommonDialog", 1, "libSceCommonDialog", Func_CB18E00EFA946C64); - LIB_FUNCTION("8q7icGBWIrA", "libSceCommonDialog", 1, "libSceCommonDialog", 1, 1, + LIB_FUNCTION("8q7icGBWIrA", "libSceCommonDialog", 1, "libSceCommonDialog", Func_F2AEE270605622B0); }; diff --git a/libraries/companionhttpd.cpp b/libraries/companionhttpd.cpp index 2fb962e..e327ec4 100644 --- a/libraries/companionhttpd.cpp +++ b/libraries/companionhttpd.cpp @@ -94,39 +94,39 @@ s32 PS4_SYSV_ABI sceCompanionHttpdUnregisterRequestCallback() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("8pWltDG7h6A", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("8pWltDG7h6A", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdAddHeader); - LIB_FUNCTION("B-QBMeFdNgY", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("B-QBMeFdNgY", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdGet2ndScreenStatus); - LIB_FUNCTION("Vku4big+IYM", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("Vku4big+IYM", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdGetEvent); - LIB_FUNCTION("0SySxcuVNG0", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("0SySxcuVNG0", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdGetUserId); - LIB_FUNCTION("ykNpWs3ktLY", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("ykNpWs3ktLY", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdInitialize); - LIB_FUNCTION("OA6FbORefbo", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("OA6FbORefbo", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdInitialize2); - LIB_FUNCTION("r-2-a0c7Kfc", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("r-2-a0c7Kfc", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdOptParamInitialize); - LIB_FUNCTION("fHNmij7kAUM", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("fHNmij7kAUM", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdRegisterRequestBodyReceptionCallback); - LIB_FUNCTION("OaWw+IVEdbI", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("OaWw+IVEdbI", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdRegisterRequestCallback); - LIB_FUNCTION("-0c9TCTwnGs", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("-0c9TCTwnGs", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdRegisterRequestCallback2); - LIB_FUNCTION("h3OvVxzX4qM", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("h3OvVxzX4qM", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdSetBody); - LIB_FUNCTION("w7oz0AWHpT4", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("w7oz0AWHpT4", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdSetStatus); - LIB_FUNCTION("k7F0FcDM-Xc", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("k7F0FcDM-Xc", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdStart); - LIB_FUNCTION("0SCgzfVQHpo", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("0SCgzfVQHpo", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdStop); - LIB_FUNCTION("+-du9tWgE9s", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("+-du9tWgE9s", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdTerminate); - LIB_FUNCTION("ZSHiUfYK+QI", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("ZSHiUfYK+QI", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdUnregisterRequestBodyReceptionCallback); - LIB_FUNCTION("xweOi2QT-BE", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", 1, 1, + LIB_FUNCTION("xweOi2QT-BE", "libSceCompanionHttpd", 1, "libSceCompanionHttpd", sceCompanionHttpdUnregisterRequestCallback); }; diff --git a/libraries/gamelivestreaming.cpp b/libraries/gamelivestreaming.cpp index b7f9e24..5c15b57 100644 --- a/libraries/gamelivestreaming.cpp +++ b/libraries/gamelivestreaming.cpp @@ -8,16 +8,6 @@ namespace Libraries::GameLiveStreaming { -s32 PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus() { - LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceGameLiveStreamingLaunchLiveViewer() { - LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); - return ORBIS_OK; -} - s32 PS4_SYSV_ABI sceGameLiveStreamingStartDebugBroadcast() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; @@ -68,6 +58,11 @@ s32 PS4_SYSV_ABI sceGameLiveStreamingGetCurrentBroadcastScreenLayout() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus() { + LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus2() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; @@ -93,6 +88,11 @@ s32 PS4_SYSV_ABI sceGameLiveStreamingInitialize() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceGameLiveStreamingLaunchLiveViewer() { + LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceGameLiveStreamingLaunchLiveViewerA() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; @@ -244,108 +244,108 @@ s32 PS4_SYSV_ABI sceGameLiveStreamingUnregisterCallback() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("CoPMx369EqM", "libSceGameLiveStreamingCompat", 1, "libSceGameLiveStreaming", 1, 1, - sceGameLiveStreamingGetCurrentStatus); - LIB_FUNCTION("ysWfX5PPbfc", "libSceGameLiveStreamingCompat", 1, "libSceGameLiveStreaming", 1, 1, - sceGameLiveStreamingLaunchLiveViewer); - LIB_FUNCTION("caqgDl+V9qA", "libSceGameLiveStreaming_direct_streaming", 1, "libSceGameLiveStreaming", 1, 1, - sceGameLiveStreamingStartDebugBroadcast); - LIB_FUNCTION("0i8Lrllxwow", "libSceGameLiveStreaming_direct_streaming", 1, "libSceGameLiveStreaming", 1, 1, - sceGameLiveStreamingStopDebugBroadcast); - LIB_FUNCTION("caqgDl+V9qA", "libSceGameLiveStreaming_debug", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("caqgDl+V9qA", "libSceGameLiveStreaming_debug", 1, "libSceGameLiveStreaming", sceGameLiveStreamingStartDebugBroadcast); - LIB_FUNCTION("0i8Lrllxwow", "libSceGameLiveStreaming_debug", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("0i8Lrllxwow", "libSceGameLiveStreaming_debug", 1, "libSceGameLiveStreaming", sceGameLiveStreamingStopDebugBroadcast); - LIB_FUNCTION("NqkTzemliC0", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("NqkTzemliC0", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingApplySocialFeedbackMessageFilter); - LIB_FUNCTION("PC4jq87+YQI", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("PC4jq87+YQI", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingCheckCallback); - LIB_FUNCTION("FcHBfHjFXkA", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("FcHBfHjFXkA", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingClearPresetSocialFeedbackCommands); - LIB_FUNCTION("lZ2Sd0uEvpo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("lZ2Sd0uEvpo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingClearSocialFeedbackMessages); - LIB_FUNCTION("6c2zGtThFww", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("6c2zGtThFww", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingClearSpoilerTag); - LIB_FUNCTION("dWM80AX39o4", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("dWM80AX39o4", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingEnableLiveStreaming); - LIB_FUNCTION("wBOQWjbWMfU", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("wBOQWjbWMfU", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingEnableSocialFeedback); - LIB_FUNCTION("aRSQNqbats4", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("aRSQNqbats4", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingGetCurrentBroadcastScreenLayout); - LIB_FUNCTION("CoPMx369EqM", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("CoPMx369EqM", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingGetCurrentStatus); - LIB_FUNCTION("lK8dLBNp9OE", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("lK8dLBNp9OE", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingGetCurrentStatus2); - LIB_FUNCTION("OIIm19xu+NM", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("OIIm19xu+NM", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingGetProgramInfo); - LIB_FUNCTION("PMx7N4WqNdo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("PMx7N4WqNdo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingGetSocialFeedbackMessages); - LIB_FUNCTION("yeQKjHETi40", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("yeQKjHETi40", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingGetSocialFeedbackMessagesCount); - LIB_FUNCTION("kvYEw2lBndk", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("kvYEw2lBndk", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingInitialize); - LIB_FUNCTION("ysWfX5PPbfc", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("ysWfX5PPbfc", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingLaunchLiveViewer); - LIB_FUNCTION("cvRCb7DTAig", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("cvRCb7DTAig", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingLaunchLiveViewerA); - LIB_FUNCTION("K0QxEbD7q+c", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("K0QxEbD7q+c", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingPermitLiveStreaming); - LIB_FUNCTION("-EHnU68gExU", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("-EHnU68gExU", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingPermitServerSideRecording); - LIB_FUNCTION("hggKhPySVgI", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("hggKhPySVgI", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingPostSocialMessage); - LIB_FUNCTION("nFP8qT9YXbo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("nFP8qT9YXbo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingRegisterCallback); - LIB_FUNCTION("b5RaMD2J0So", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("b5RaMD2J0So", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingScreenCloseSeparateMode); - LIB_FUNCTION("hBdd8n6kuvE", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("hBdd8n6kuvE", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingScreenConfigureSeparateMode); - LIB_FUNCTION("uhCmn81s-mU", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("uhCmn81s-mU", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingScreenInitialize); - LIB_FUNCTION("fo5B8RUaBxQ", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("fo5B8RUaBxQ", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingScreenInitializeSeparateModeParameter); - LIB_FUNCTION("iorzW0pKOiA", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("iorzW0pKOiA", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingScreenOpenSeparateMode); - LIB_FUNCTION("gDSvt78H3Oo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("gDSvt78H3Oo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingScreenSetMode); - LIB_FUNCTION("HE93dr-5rx4", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("HE93dr-5rx4", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingScreenTerminate); - LIB_FUNCTION("3PSiwAzFISE", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("3PSiwAzFISE", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingSetCameraFrameSetting); - LIB_FUNCTION("TwuUzTKKeek", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("TwuUzTKKeek", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingSetDefaultServiceProviderPermission); - LIB_FUNCTION("Gw6S4oqlY7E", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("Gw6S4oqlY7E", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingSetGuardAreas); - LIB_FUNCTION("QmQYwQ7OTJI", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("QmQYwQ7OTJI", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingSetInvitationSessionId); - LIB_FUNCTION("Sb5bAXyUt5c", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("Sb5bAXyUt5c", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingSetLinkCommentPreset); - LIB_FUNCTION("q-kxuaF7URU", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("q-kxuaF7URU", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingSetMaxBitrate); - LIB_FUNCTION("hUY-mSOyGL0", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("hUY-mSOyGL0", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingSetMetadata); - LIB_FUNCTION("ycodiP2I0xo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("ycodiP2I0xo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingSetPresetSocialFeedbackCommands); - LIB_FUNCTION("x6deXUpQbBo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("x6deXUpQbBo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingSetPresetSocialFeedbackCommandsDescription); - LIB_FUNCTION("mCoz3k3zPmA", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("mCoz3k3zPmA", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingSetServiceProviderPermission); - LIB_FUNCTION("ZuX+zzz2DkA", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("ZuX+zzz2DkA", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingSetSpoilerTag); - LIB_FUNCTION("MLvYI86FFAo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("MLvYI86FFAo", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingSetStandbyScreenResource); - LIB_FUNCTION("y0KkAydy9xE", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("y0KkAydy9xE", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingStartGenerateStandbyScreenResource); - LIB_FUNCTION("Y1WxX7dPMCw", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("Y1WxX7dPMCw", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingStartSocialFeedbackMessageFiltering); - LIB_FUNCTION("D7dg5QJ4FlE", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("D7dg5QJ4FlE", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingStopGenerateStandbyScreenResource); - LIB_FUNCTION("bYuGUBuIsaY", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("bYuGUBuIsaY", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingStopSocialFeedbackMessageFiltering); - LIB_FUNCTION("9yK6Fk8mKOQ", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("9yK6Fk8mKOQ", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingTerminate); - LIB_FUNCTION("5XHaH3kL+bA", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", 1, 1, + LIB_FUNCTION("5XHaH3kL+bA", "libSceGameLiveStreaming", 1, "libSceGameLiveStreaming", sceGameLiveStreamingUnregisterCallback); + LIB_FUNCTION("caqgDl+V9qA", "libSceGameLiveStreaming_direct_streaming", 1, "libSceGameLiveStreaming", + sceGameLiveStreamingStartDebugBroadcast); + LIB_FUNCTION("0i8Lrllxwow", "libSceGameLiveStreaming_direct_streaming", 1, "libSceGameLiveStreaming", + sceGameLiveStreamingStopDebugBroadcast); + LIB_FUNCTION("CoPMx369EqM", "libSceGameLiveStreamingCompat", 1, "libSceGameLiveStreaming", + sceGameLiveStreamingGetCurrentStatus); + LIB_FUNCTION("ysWfX5PPbfc", "libSceGameLiveStreamingCompat", 1, "libSceGameLiveStreaming", + sceGameLiveStreamingLaunchLiveViewer); }; } // namespace Libraries::GameLiveStreaming \ No newline at end of file diff --git a/libraries/gamelivestreaming.h b/libraries/gamelivestreaming.h index 6a379d1..554ad12 100644 --- a/libraries/gamelivestreaming.h +++ b/libraries/gamelivestreaming.h @@ -11,8 +11,6 @@ class SymbolsResolver; namespace Libraries::GameLiveStreaming { -s32 PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus(); -s32 PS4_SYSV_ABI sceGameLiveStreamingLaunchLiveViewer(); s32 PS4_SYSV_ABI sceGameLiveStreamingStartDebugBroadcast(); s32 PS4_SYSV_ABI sceGameLiveStreamingStopDebugBroadcast(); s32 PS4_SYSV_ABI sceGameLiveStreamingApplySocialFeedbackMessageFilter(); @@ -23,11 +21,13 @@ s32 PS4_SYSV_ABI sceGameLiveStreamingClearSpoilerTag(); s32 PS4_SYSV_ABI sceGameLiveStreamingEnableLiveStreaming(); s32 PS4_SYSV_ABI sceGameLiveStreamingEnableSocialFeedback(); s32 PS4_SYSV_ABI sceGameLiveStreamingGetCurrentBroadcastScreenLayout(); +s32 PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus(); s32 PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus2(); s32 PS4_SYSV_ABI sceGameLiveStreamingGetProgramInfo(); s32 PS4_SYSV_ABI sceGameLiveStreamingGetSocialFeedbackMessages(); s32 PS4_SYSV_ABI sceGameLiveStreamingGetSocialFeedbackMessagesCount(); s32 PS4_SYSV_ABI sceGameLiveStreamingInitialize(); +s32 PS4_SYSV_ABI sceGameLiveStreamingLaunchLiveViewer(); s32 PS4_SYSV_ABI sceGameLiveStreamingLaunchLiveViewerA(); s32 PS4_SYSV_ABI sceGameLiveStreamingPermitLiveStreaming(); s32 PS4_SYSV_ABI sceGameLiveStreamingPermitServerSideRecording(); diff --git a/libraries/gnmdriver.cpp b/libraries/gnmdriver.cpp index bfc8378..b060596 100644 --- a/libraries/gnmdriver.cpp +++ b/libraries/gnmdriver.cpp @@ -8,71 +8,6 @@ namespace Libraries::GnmDriver { -s32 PS4_SYSV_ABI Func_4774D83BB4DDBF9A() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI Func_BADE7B4C199140DD() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceGnmGetGpuCoreClockFrequency() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceGnmFindResources() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceGnmGetResourceRegistrationBuffers() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceGnmRegisterOwnerForSystem() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI Func_1C43886B16EE5530() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI Func_81037019ECCD0E01() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI Func_BFB41C057478F0BF() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI Func_E51D44DB8151238C() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI Func_F916890425496553() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalCommand() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalSize() { - LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); - return ORBIS_OK; -} - s32 PS4_SYSV_ABI sceGnmAddEqEvent() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; @@ -393,6 +328,11 @@ s32 PS4_SYSV_ABI sceGnmGetGpuBlockStatus() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceGnmGetGpuCoreClockFrequency() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceGnmGetGpuInfoStatus() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; @@ -1148,6 +1088,11 @@ s32 PS4_SYSV_ABI Func_416B9079DE4CBACE() { return ORBIS_OK; } +s32 PS4_SYSV_ABI Func_4774D83BB4DDBF9A() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI Func_50678F1CCEEB9A00() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; @@ -1213,6 +1158,11 @@ s32 PS4_SYSV_ABI Func_B489020B5157A5FF() { return ORBIS_OK; } +s32 PS4_SYSV_ABI Func_BADE7B4C199140DD() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI Func_D1511B9DCFFB3DD9() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; @@ -1248,6 +1198,11 @@ s32 PS4_SYSV_ABI Func_ECB4C6BA41FE3350() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceGnmDebugModuleReset() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceGnmDebugReset() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; @@ -1258,492 +1213,429 @@ s32 PS4_SYSV_ABI Func_C4C328B7CF3B4171() { return ORBIS_OK; } -s32 PS4_SYSV_ABI sceGnmDebugModuleReset() { +s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalCommand() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalSize() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceGnmFindResources() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceGnmGetResourceRegistrationBuffers() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceGnmRegisterOwnerForSystem() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI Func_1C43886B16EE5530() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI Func_81037019ECCD0E01() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI Func_BFB41C057478F0BF() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI Func_E51D44DB8151238C() { + LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI Func_F916890425496553() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("R3TYO7Tdv5o", "libSceGnmWaitFreeSubmit", 1, "libSceGnmDriver", 1, 1, - Func_4774D83BB4DDBF9A); - LIB_FUNCTION("ut57TBmRQN0", "libSceGnmWaitFreeSubmit", 1, "libSceGnmDriver", 1, 1, - Func_BADE7B4C199140DD); - LIB_FUNCTION("Fwvh++m9IQI", "libSceGnmGetGpuCoreClockFrequency", 1, "libSceGnmDriver", 1, 1, - sceGnmGetGpuCoreClockFrequency); - LIB_FUNCTION("vbcR4Ken6AA", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", 1, 1, - sceGnmFindResources); - LIB_FUNCTION("eLQbNsKeTkU", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", 1, 1, - sceGnmGetResourceRegistrationBuffers); - LIB_FUNCTION("j6mSQs3UgaY", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", 1, 1, - sceGnmRegisterOwnerForSystem); - LIB_FUNCTION("HEOIaxbuVTA", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", 1, 1, - Func_1C43886B16EE5530); - LIB_FUNCTION("gQNwGezNDgE", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", 1, 1, - Func_81037019ECCD0E01); - LIB_FUNCTION("v7QcBXR48L8", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", 1, 1, - Func_BFB41C057478F0BF); - LIB_FUNCTION("5R1E24FRI4w", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", 1, 1, - Func_E51D44DB8151238C); - LIB_FUNCTION("+RaJBCVJZVM", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", 1, 1, - Func_F916890425496553); - LIB_FUNCTION("pF1HQjbmQJ0", "libSceGnmDriverCompat", 1, "libSceGnmDriver", 1, 1, - sceGnmDrawInitToDefaultContextStateInternalCommand); - LIB_FUNCTION("jajhf-Gi3AI", "libSceGnmDriverCompat", 1, "libSceGnmDriver", 1, 1, - sceGnmDrawInitToDefaultContextStateInternalSize); - LIB_FUNCTION("b0xyllnVY-I", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmAddEqEvent); - LIB_FUNCTION("b08AgtPlHPg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmAreSubmitsAllowed); - LIB_FUNCTION("ihxrbsoSKWc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmBeginWorkload); - LIB_FUNCTION("ffrNQOshows", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("b0xyllnVY-I", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmAddEqEvent); + LIB_FUNCTION("b08AgtPlHPg", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmAreSubmitsAllowed); + LIB_FUNCTION("ihxrbsoSKWc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmBeginWorkload); + LIB_FUNCTION("ffrNQOshows", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmComputeWaitOnAddress); - LIB_FUNCTION("EJapNl2+pgU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("EJapNl2+pgU", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmComputeWaitSemaphore); - LIB_FUNCTION("5udAm+6boVg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("5udAm+6boVg", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmCreateWorkloadStream); - LIB_FUNCTION("jwCEzr7uEP4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("jwCEzr7uEP4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDebuggerGetAddressWatch); - LIB_FUNCTION("PNf0G7gvFHQ", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("PNf0G7gvFHQ", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDebuggerHaltWavefront); - LIB_FUNCTION("nO-tMnaxJiE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmDebuggerReadGds); - LIB_FUNCTION("t0HIQWnvK9E", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("nO-tMnaxJiE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDebuggerReadGds); + LIB_FUNCTION("t0HIQWnvK9E", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDebuggerReadSqIndirectRegister); - LIB_FUNCTION("HsLtF4jKe48", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("HsLtF4jKe48", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDebuggerResumeWavefront); - LIB_FUNCTION("JRKSSV0YzwA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("JRKSSV0YzwA", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDebuggerResumeWavefrontCreation); - LIB_FUNCTION("jpTMyYB8UBI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("jpTMyYB8UBI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDebuggerSetAddressWatch); - LIB_FUNCTION("MJG69Q7ti+s", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmDebuggerWriteGds); - LIB_FUNCTION("PaFw9w6f808", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("MJG69Q7ti+s", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDebuggerWriteGds); + LIB_FUNCTION("PaFw9w6f808", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDebuggerWriteSqIndirectRegister); - LIB_FUNCTION("qpGITzPE+Zc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("qpGITzPE+Zc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDebugHardwareStatus); - LIB_FUNCTION("PVT+fuoS9gU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmDeleteEqEvent); - LIB_FUNCTION("UtObDRQiGbs", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("PVT+fuoS9gU", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDeleteEqEvent); + LIB_FUNCTION("UtObDRQiGbs", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDestroyWorkloadStream); - LIB_FUNCTION("bX5IbRvECXk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmDingDong); - LIB_FUNCTION("byXlqupd8cE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("bX5IbRvECXk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDingDong); + LIB_FUNCTION("byXlqupd8cE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDingDongForWorkload); - LIB_FUNCTION("HHo1BAljZO8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("HHo1BAljZO8", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDisableMipStatsReport); - LIB_FUNCTION("0BzLGljcwBo", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmDispatchDirect); - LIB_FUNCTION("Z43vKp5k7r0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmDispatchIndirect); - LIB_FUNCTION("wED4ZXCFJT0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("0BzLGljcwBo", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDispatchDirect); + LIB_FUNCTION("Z43vKp5k7r0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDispatchIndirect); + LIB_FUNCTION("wED4ZXCFJT0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDispatchIndirectOnMec); - LIB_FUNCTION("nF6bFRUBRAU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("nF6bFRUBRAU", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDispatchInitDefaultHardwareState); - LIB_FUNCTION("HlTPoZ-oY7Y", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmDrawIndex); - LIB_FUNCTION("GGsn7jMTxw4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmDrawIndexAuto); - LIB_FUNCTION("ED9-Fjr8Ta4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmDrawIndexIndirect); - LIB_FUNCTION("thbPcG7E7qk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("HlTPoZ-oY7Y", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawIndex); + LIB_FUNCTION("GGsn7jMTxw4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawIndexAuto); + LIB_FUNCTION("ED9-Fjr8Ta4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawIndexIndirect); + LIB_FUNCTION("thbPcG7E7qk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawIndexIndirectCountMulti); - LIB_FUNCTION("5q95ravnueg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("5q95ravnueg", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawIndexIndirectMulti); - LIB_FUNCTION("jHdPvIzlpKc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("jHdPvIzlpKc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawIndexMultiInstanced); - LIB_FUNCTION("oYM+YzfCm2Y", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmDrawIndexOffset); - LIB_FUNCTION("4v+otIIdjqg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmDrawIndirect); - LIB_FUNCTION("cUCo8OvArrw", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("oYM+YzfCm2Y", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawIndexOffset); + LIB_FUNCTION("4v+otIIdjqg", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawIndirect); + LIB_FUNCTION("cUCo8OvArrw", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawIndirectCountMulti); - LIB_FUNCTION("f5QQLp9rzGk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmDrawIndirectMulti); - LIB_FUNCTION("Idffwf3yh8s", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("f5QQLp9rzGk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawIndirectMulti); + LIB_FUNCTION("Idffwf3yh8s", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawInitDefaultHardwareState); - LIB_FUNCTION("QhnyReteJ1M", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("QhnyReteJ1M", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawInitDefaultHardwareState175); - LIB_FUNCTION("0H2vBYbTLHI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("0H2vBYbTLHI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawInitDefaultHardwareState200); - LIB_FUNCTION("yb2cRhagD1I", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("yb2cRhagD1I", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawInitDefaultHardwareState350); - LIB_FUNCTION("8lH54sfjfmU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("8lH54sfjfmU", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawInitToDefaultContextState); - LIB_FUNCTION("im2ZuItabu4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("im2ZuItabu4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawInitToDefaultContextState400); - LIB_FUNCTION("stDSYW2SBVM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmDrawOpaqueAuto); - LIB_FUNCTION("TLV4mswiZ4A", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("stDSYW2SBVM", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDrawOpaqueAuto); + LIB_FUNCTION("TLV4mswiZ4A", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDriverCaptureInProgress); - LIB_FUNCTION("ODEeJ1GfDtE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("ODEeJ1GfDtE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDriverInternalRetrieveGnmInterface); - LIB_FUNCTION("4LSXsEKPTsE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("4LSXsEKPTsE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDriverInternalRetrieveGnmInterfaceForGpuDebugger); - LIB_FUNCTION("MpncRjHNYRE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("MpncRjHNYRE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDriverInternalRetrieveGnmInterfaceForGpuException); - LIB_FUNCTION("EwjWGcIOgeM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("EwjWGcIOgeM", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDriverInternalRetrieveGnmInterfaceForHDRScopes); - LIB_FUNCTION("3EXdrVC7WFk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("3EXdrVC7WFk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDriverInternalRetrieveGnmInterfaceForReplay); - LIB_FUNCTION("P9iKqxAGeck", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("P9iKqxAGeck", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDriverInternalRetrieveGnmInterfaceForResourceRegistration); - LIB_FUNCTION("t-vIc5cTEzg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("t-vIc5cTEzg", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDriverInternalRetrieveGnmInterfaceForValidation); - LIB_FUNCTION("BvvO8Up88Zc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("BvvO8Up88Zc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDriverInternalVirtualQuery); - LIB_FUNCTION("R6z1xM3pW-w", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("R6z1xM3pW-w", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDriverTraceInProgress); - LIB_FUNCTION("d88anrgNoKY", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("d88anrgNoKY", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmDriverTriggerCapture); - LIB_FUNCTION("Fa3x75OOLRA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmEndWorkload); - LIB_FUNCTION("4Mv9OXypBG8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("Fa3x75OOLRA", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmEndWorkload); + LIB_FUNCTION("4Mv9OXypBG8", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmFindResourcesPublic); - LIB_FUNCTION("iBt3Oe00Kvc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmFlushGarlic); - LIB_FUNCTION("GviyYfFQIkc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGetCoredumpAddress); - LIB_FUNCTION("meiO-5ZCVIE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGetCoredumpMode); - LIB_FUNCTION("O-7nHKgcNSQ", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("iBt3Oe00Kvc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmFlushGarlic); + LIB_FUNCTION("GviyYfFQIkc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetCoredumpAddress); + LIB_FUNCTION("meiO-5ZCVIE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetCoredumpMode); + LIB_FUNCTION("O-7nHKgcNSQ", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetCoredumpProtectionFaultTimestamp); - LIB_FUNCTION("bSJFzejYrJI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGetDbgGcHandle); - LIB_FUNCTION("pd4C7da6sEg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGetDebugTimestamp); - LIB_FUNCTION("UoYY0DWMC0U", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGetEqEventType); - LIB_FUNCTION("H7-fgvEutM0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGetEqTimeStamp); - LIB_FUNCTION("oL4hGI1PMpw", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGetGpuBlockStatus); - LIB_FUNCTION("Fwvh++m9IQI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("bSJFzejYrJI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetDbgGcHandle); + LIB_FUNCTION("pd4C7da6sEg", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetDebugTimestamp); + LIB_FUNCTION("UoYY0DWMC0U", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetEqEventType); + LIB_FUNCTION("H7-fgvEutM0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetEqTimeStamp); + LIB_FUNCTION("oL4hGI1PMpw", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetGpuBlockStatus); + LIB_FUNCTION("Fwvh++m9IQI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetGpuCoreClockFrequency); - LIB_FUNCTION("tZCSL5ulnB4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGetGpuInfoStatus); - LIB_FUNCTION("iFirFzgYsvw", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("tZCSL5ulnB4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetGpuInfoStatus); + LIB_FUNCTION("iFirFzgYsvw", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetLastWaitedAddress); - LIB_FUNCTION("KnldROUkWJY", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGetNumTcaUnits); - LIB_FUNCTION("FFVZcCu3zWU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("KnldROUkWJY", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetNumTcaUnits); + LIB_FUNCTION("FFVZcCu3zWU", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetOffChipTessellationBufferSize); - LIB_FUNCTION("QJjPjlmPAL0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmGetOwnerName); - LIB_FUNCTION("dewXw5roLs0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("QJjPjlmPAL0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetOwnerName); + LIB_FUNCTION("dewXw5roLs0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetPhysicalCounterFromVirtualized); - LIB_FUNCTION("fzJdEihTFV4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("fzJdEihTFV4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetProtectionFaultTimeStamp); - LIB_FUNCTION("4PKnYXOhcx4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("4PKnYXOhcx4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetResourceBaseAddressAndSizeInBytes); - LIB_FUNCTION("O0S96YnD04U", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGetResourceName); - LIB_FUNCTION("UBv7FkVfzcQ", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("O0S96YnD04U", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetResourceName); + LIB_FUNCTION("UBv7FkVfzcQ", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetResourceShaderGuid); - LIB_FUNCTION("bdqdvIkLPIU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGetResourceType); - LIB_FUNCTION("UoBuWAhKk7U", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("bdqdvIkLPIU", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetResourceType); + LIB_FUNCTION("UoBuWAhKk7U", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetResourceUserData); - LIB_FUNCTION("nEyFbYUloIM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("nEyFbYUloIM", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetShaderProgramBaseAddress); - LIB_FUNCTION("k7iGTvDQPLQ", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGetShaderStatus); - LIB_FUNCTION("ln33zjBrfjk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("k7iGTvDQPLQ", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetShaderStatus); + LIB_FUNCTION("ln33zjBrfjk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGetTheTessellationFactorRingBufferBaseAddress); - LIB_FUNCTION("QLdG7G-PBZo", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGpuPaDebugEnter); - LIB_FUNCTION("tVEdZe3wlbY", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmGpuPaDebugLeave); - LIB_FUNCTION("NfvOrNzy6sk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("QLdG7G-PBZo", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGpuPaDebugEnter); + LIB_FUNCTION("tVEdZe3wlbY", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmGpuPaDebugLeave); + LIB_FUNCTION("NfvOrNzy6sk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmInsertDingDongMarker); - LIB_FUNCTION("7qZVNgEu+SY", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmInsertPopMarker); - LIB_FUNCTION("aPIZJTXC+cU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("7qZVNgEu+SY", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmInsertPopMarker); + LIB_FUNCTION("aPIZJTXC+cU", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmInsertPushColorMarker); - LIB_FUNCTION("W1Etj-jlW7Y", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmInsertPushMarker); - LIB_FUNCTION("aj3L-iaFmyk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("W1Etj-jlW7Y", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmInsertPushMarker); + LIB_FUNCTION("aj3L-iaFmyk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmInsertSetColorMarker); - LIB_FUNCTION("jiItzS6+22g", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmInsertSetMarker); - LIB_FUNCTION("URDgJcXhQOs", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("jiItzS6+22g", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmInsertSetMarker); + LIB_FUNCTION("URDgJcXhQOs", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmInsertThreadTraceMarker); - LIB_FUNCTION("1qXLHIpROPE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmInsertWaitFlipDone); - LIB_FUNCTION("HRyNHoAjb6E", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmIsCoredumpValid); - LIB_FUNCTION("jg33rEKLfVs", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmIsUserPaEnabled); - LIB_FUNCTION("26PM5Mzl8zc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("1qXLHIpROPE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmInsertWaitFlipDone); + LIB_FUNCTION("HRyNHoAjb6E", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmIsCoredumpValid); + LIB_FUNCTION("jg33rEKLfVs", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmIsUserPaEnabled); + LIB_FUNCTION("26PM5Mzl8zc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmLogicalCuIndexToPhysicalCuIndex); - LIB_FUNCTION("RU74kek-N0c", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("RU74kek-N0c", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmLogicalCuMaskToPhysicalCuMask); - LIB_FUNCTION("Kl0Z3LH07QI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("Kl0Z3LH07QI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmLogicalTcaUnitToPhysical); - LIB_FUNCTION("29oKvKXzEZo", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmMapComputeQueue); - LIB_FUNCTION("A+uGq+3KFtQ", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("29oKvKXzEZo", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmMapComputeQueue); + LIB_FUNCTION("A+uGq+3KFtQ", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmMapComputeQueueWithPriority); - LIB_FUNCTION("+N+wrSYBLIw", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("+N+wrSYBLIw", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmPaDisableFlipCallbacks); - LIB_FUNCTION("8WDA9RiXLaw", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("8WDA9RiXLaw", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmPaEnableFlipCallbacks); - LIB_FUNCTION("tNuT48mApTc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmPaHeartbeat); - LIB_FUNCTION("6IMbpR7nTzA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("tNuT48mApTc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmPaHeartbeat); + LIB_FUNCTION("6IMbpR7nTzA", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmQueryResourceRegistrationUserMemoryRequirements); - LIB_FUNCTION("+rJnw2e9O+0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("+rJnw2e9O+0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmRaiseUserExceptionEvent); - LIB_FUNCTION("9Mv61HaMhfA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("9Mv61HaMhfA", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmRegisterGdsResource); - LIB_FUNCTION("t7-VbMosbR4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("t7-VbMosbR4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmRegisterGnmLiveCallbackConfig); - LIB_FUNCTION("ZFqKFl23aMc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmRegisterOwner); - LIB_FUNCTION("nvEwfYAImTs", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmRegisterResource); - LIB_FUNCTION("gObODli-OH8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("ZFqKFl23aMc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmRegisterOwner); + LIB_FUNCTION("nvEwfYAImTs", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmRegisterResource); + LIB_FUNCTION("gObODli-OH8", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmRequestFlipAndSubmitDone); - LIB_FUNCTION("6YRHhh5mHCs", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("6YRHhh5mHCs", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmRequestFlipAndSubmitDoneForWorkload); - LIB_FUNCTION("f85orjx7qts", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("f85orjx7qts", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmRequestMipStatsReportAndReset); - LIB_FUNCTION("MYRtYhojKdA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmResetVgtControl); - LIB_FUNCTION("hS0MKPRdNr0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSdmaClose); - LIB_FUNCTION("31G6PB2oRYQ", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSdmaConstFill); - LIB_FUNCTION("Lg2isla2XeQ", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSdmaCopyLinear); - LIB_FUNCTION("-Se2FY+UTsI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSdmaCopyTiled); - LIB_FUNCTION("OlFgKnBsALE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSdmaCopyWindow); - LIB_FUNCTION("LQQN0SwQv8c", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSdmaFlush); - LIB_FUNCTION("suUlSjWr7CE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSdmaGetMinCmdSize); - LIB_FUNCTION("5AtqyMgO7fM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSdmaOpen); - LIB_FUNCTION("KXltnCwEJHQ", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSetCsShader); - LIB_FUNCTION("Kx-h-nWQJ8A", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("MYRtYhojKdA", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmResetVgtControl); + LIB_FUNCTION("hS0MKPRdNr0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSdmaClose); + LIB_FUNCTION("31G6PB2oRYQ", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSdmaConstFill); + LIB_FUNCTION("Lg2isla2XeQ", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSdmaCopyLinear); + LIB_FUNCTION("-Se2FY+UTsI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSdmaCopyTiled); + LIB_FUNCTION("OlFgKnBsALE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSdmaCopyWindow); + LIB_FUNCTION("LQQN0SwQv8c", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSdmaFlush); + LIB_FUNCTION("suUlSjWr7CE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSdmaGetMinCmdSize); + LIB_FUNCTION("5AtqyMgO7fM", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSdmaOpen); + LIB_FUNCTION("KXltnCwEJHQ", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetCsShader); + LIB_FUNCTION("Kx-h-nWQJ8A", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetCsShaderWithModifier); - LIB_FUNCTION("X9Omw9dwv5M", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("X9Omw9dwv5M", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetEmbeddedPsShader); - LIB_FUNCTION("+AFvOEXrKJk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("+AFvOEXrKJk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetEmbeddedVsShader); - LIB_FUNCTION("FUHG8sQ3R58", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSetEsShader); - LIB_FUNCTION("jtkqXpAOY6w", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSetGsRingSizes); - LIB_FUNCTION("UJwNuMBcUAk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSetGsShader); - LIB_FUNCTION("VJNjFtqiF5w", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSetHsShader); - LIB_FUNCTION("vckdzbQ46SI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSetLsShader); - LIB_FUNCTION("bQVd5YzCal0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSetPsShader); - LIB_FUNCTION("5uFKckiJYRM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSetPsShader350); - LIB_FUNCTION("q-qhDxP67Hg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("FUHG8sQ3R58", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetEsShader); + LIB_FUNCTION("jtkqXpAOY6w", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetGsRingSizes); + LIB_FUNCTION("UJwNuMBcUAk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetGsShader); + LIB_FUNCTION("VJNjFtqiF5w", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetHsShader); + LIB_FUNCTION("vckdzbQ46SI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetLsShader); + LIB_FUNCTION("bQVd5YzCal0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetPsShader); + LIB_FUNCTION("5uFKckiJYRM", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetPsShader350); + LIB_FUNCTION("q-qhDxP67Hg", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetResourceRegistrationUserMemory); - LIB_FUNCTION("K3BKBBYKUSE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("K3BKBBYKUSE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetResourceUserData); - LIB_FUNCTION("0O3xxFaiObw", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("0O3xxFaiObw", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetSpiEnableSqCounters); - LIB_FUNCTION("lN7Gk-p9u78", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("lN7Gk-p9u78", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetSpiEnableSqCountersForUnitInstance); - LIB_FUNCTION("+xuDhxlWRPg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("+xuDhxlWRPg", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetupMipStatsReport); - LIB_FUNCTION("cFCp0NX8wf0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSetVgtControl); - LIB_FUNCTION("gAhCn6UiU4Y", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSetVsShader); - LIB_FUNCTION("y+iI2lkX+qI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("cFCp0NX8wf0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetVgtControl); + LIB_FUNCTION("gAhCn6UiU4Y", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetVsShader); + LIB_FUNCTION("y+iI2lkX+qI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetWaveLimitMultiplier); - LIB_FUNCTION("XiyzNZ9J4nQ", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("XiyzNZ9J4nQ", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSetWaveLimitMultipliers); - LIB_FUNCTION("kkn+iy-mhyg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSpmEndSpm); - LIB_FUNCTION("aqhuK2Mj4X4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSpmInit); - LIB_FUNCTION("KHpZ9hJo1c0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSpmInit2); - LIB_FUNCTION("QEsMC+M3yjE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSpmSetDelay); - LIB_FUNCTION("hljMAxTLNF0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSpmSetMuxRam); - LIB_FUNCTION("bioGsp74SLM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSpmSetMuxRam2); - LIB_FUNCTION("cMWWYeqQQlM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("kkn+iy-mhyg", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSpmEndSpm); + LIB_FUNCTION("aqhuK2Mj4X4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSpmInit); + LIB_FUNCTION("KHpZ9hJo1c0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSpmInit2); + LIB_FUNCTION("QEsMC+M3yjE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSpmSetDelay); + LIB_FUNCTION("hljMAxTLNF0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSpmSetMuxRam); + LIB_FUNCTION("bioGsp74SLM", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSpmSetMuxRam2); + LIB_FUNCTION("cMWWYeqQQlM", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSpmSetSelectCounter); - LIB_FUNCTION("-zJi8Vb4Du4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSpmSetSpmSelects); - LIB_FUNCTION("xTsOqp-1bE4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSpmSetSpmSelects2); - LIB_FUNCTION("AmmYLcJGTl0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSpmStartSpm); - LIB_FUNCTION("UHDiSFDxNao", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSqttFini); - LIB_FUNCTION("a3tLC56vwug", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttFinishTrace); - LIB_FUNCTION("L-owl1dSKKg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttGetBcInfo); - LIB_FUNCTION("LQtzqghKQm4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttGetGpuClocks); - LIB_FUNCTION("wYN5mmv6Ya8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttGetHiWater); - LIB_FUNCTION("9X4SkENMS0M", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttGetStatus); - LIB_FUNCTION("lbMccQM2iqc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("-zJi8Vb4Du4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSpmSetSpmSelects); + LIB_FUNCTION("xTsOqp-1bE4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSpmSetSpmSelects2); + LIB_FUNCTION("AmmYLcJGTl0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSpmStartSpm); + LIB_FUNCTION("UHDiSFDxNao", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttFini); + LIB_FUNCTION("a3tLC56vwug", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttFinishTrace); + LIB_FUNCTION("L-owl1dSKKg", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttGetBcInfo); + LIB_FUNCTION("LQtzqghKQm4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttGetGpuClocks); + LIB_FUNCTION("wYN5mmv6Ya8", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttGetHiWater); + LIB_FUNCTION("9X4SkENMS0M", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttGetStatus); + LIB_FUNCTION("lbMccQM2iqc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttGetTraceCounter); - LIB_FUNCTION("DYAC6JUeZvM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttGetTraceWptr); - LIB_FUNCTION("pS2tjBxzJr4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttGetWrapCounts); - LIB_FUNCTION("rXV8az6X+fM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttGetWrapCounts2); - LIB_FUNCTION("ARS+TNLopyk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("DYAC6JUeZvM", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttGetTraceWptr); + LIB_FUNCTION("pS2tjBxzJr4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttGetWrapCounts); + LIB_FUNCTION("rXV8az6X+fM", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttGetWrapCounts2); + LIB_FUNCTION("ARS+TNLopyk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttGetWritebackLabels); - LIB_FUNCTION("X6yCBYPP7HA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSqttInit); - LIB_FUNCTION("2IJhUyK8moE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttSelectMode); - LIB_FUNCTION("QA5h6Gh3r60", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttSelectTarget); - LIB_FUNCTION("F5XJY1XHa3Y", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttSelectTokens); - LIB_FUNCTION("wJtaTpNZfH4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttSetCuPerfMask); - LIB_FUNCTION("kY4dsQh+SH4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("X6yCBYPP7HA", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttInit); + LIB_FUNCTION("2IJhUyK8moE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttSelectMode); + LIB_FUNCTION("QA5h6Gh3r60", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttSelectTarget); + LIB_FUNCTION("F5XJY1XHa3Y", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttSelectTokens); + LIB_FUNCTION("wJtaTpNZfH4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttSetCuPerfMask); + LIB_FUNCTION("kY4dsQh+SH4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttSetDceEventWrite); - LIB_FUNCTION("7XRH1CIfNpI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttSetHiWater); - LIB_FUNCTION("05YzC2r3hHo", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("7XRH1CIfNpI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttSetHiWater); + LIB_FUNCTION("05YzC2r3hHo", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttSetTraceBuffer2); - LIB_FUNCTION("ASUric-2EnI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("ASUric-2EnI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttSetTraceBuffers); - LIB_FUNCTION("gPxYzPp2wlo", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttSetUserData); - LIB_FUNCTION("d-YcZX7SIQA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("gPxYzPp2wlo", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttSetUserData); + LIB_FUNCTION("d-YcZX7SIQA", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttSetUserdataTimer); - LIB_FUNCTION("ru8cb4he6O8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttStartTrace); - LIB_FUNCTION("gVuGo1nBnG8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttStopTrace); - LIB_FUNCTION("OpyolX6RwS0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("ru8cb4he6O8", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttStartTrace); + LIB_FUNCTION("gVuGo1nBnG8", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttStopTrace); + LIB_FUNCTION("OpyolX6RwS0", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttSwitchTraceBuffer); - LIB_FUNCTION("dl5u5eGBgNk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("dl5u5eGBgNk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttSwitchTraceBuffer2); - LIB_FUNCTION("QLzOwOF0t+A", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmSqttWaitForEvent); - LIB_FUNCTION("xbxNatawohc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("QLzOwOF0t+A", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSqttWaitForEvent); + LIB_FUNCTION("xbxNatawohc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSubmitAndFlipCommandBuffers); - LIB_FUNCTION("Ga6r7H6Y0RI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("Ga6r7H6Y0RI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSubmitAndFlipCommandBuffersForWorkload); - LIB_FUNCTION("zwY0YV91TTI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("zwY0YV91TTI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSubmitCommandBuffers); - LIB_FUNCTION("jRcI8VcgTz4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("jRcI8VcgTz4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSubmitCommandBuffersForWorkload); - LIB_FUNCTION("yvZ73uQUqrk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSubmitDone); - LIB_FUNCTION("ArSg-TGinhk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmUnmapComputeQueue); - LIB_FUNCTION("yhFCnaz5daw", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("yvZ73uQUqrk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmSubmitDone); + LIB_FUNCTION("ArSg-TGinhk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmUnmapComputeQueue); + LIB_FUNCTION("yhFCnaz5daw", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmUnregisterAllResourcesForOwner); - LIB_FUNCTION("fhKwCVVj9nk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("fhKwCVVj9nk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmUnregisterOwnerAndResources); - LIB_FUNCTION("k8EXkhIP+lM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmUnregisterResource); - LIB_FUNCTION("nLM2i2+65hA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmUpdateGsShader); - LIB_FUNCTION("GNlx+y7xPdE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmUpdateHsShader); - LIB_FUNCTION("4MgRw-bVNQU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmUpdatePsShader); - LIB_FUNCTION("mLVL7N7BVBg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmUpdatePsShader350); - LIB_FUNCTION("V31V01UiScY", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmUpdateVsShader); - LIB_FUNCTION("iCO804ZgzdA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("k8EXkhIP+lM", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmUnregisterResource); + LIB_FUNCTION("nLM2i2+65hA", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmUpdateGsShader); + LIB_FUNCTION("GNlx+y7xPdE", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmUpdateHsShader); + LIB_FUNCTION("4MgRw-bVNQU", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmUpdatePsShader); + LIB_FUNCTION("mLVL7N7BVBg", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmUpdatePsShader350); + LIB_FUNCTION("V31V01UiScY", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmUpdateVsShader); + LIB_FUNCTION("iCO804ZgzdA", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmValidateCommandBuffers); - LIB_FUNCTION("SXw4dZEkgpA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("SXw4dZEkgpA", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmValidateDisableDiagnostics); - LIB_FUNCTION("BgM3t3LvcNk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("BgM3t3LvcNk", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmValidateDisableDiagnostics2); - LIB_FUNCTION("qGP74T5OWJc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("qGP74T5OWJc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmValidateDispatchCommandBuffers); - LIB_FUNCTION("hsZPf1lON7E", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("hsZPf1lON7E", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmValidateDrawCommandBuffers); - LIB_FUNCTION("RX7XCNSaL6I", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("RX7XCNSaL6I", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmValidateGetDiagnosticInfo); - LIB_FUNCTION("5SHGNwLXBV4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("5SHGNwLXBV4", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmValidateGetDiagnostics); - LIB_FUNCTION("HzMN7ANqYEc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmValidateGetVersion); - LIB_FUNCTION("rTIV11nMQuM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("HzMN7ANqYEc", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmValidateGetVersion); + LIB_FUNCTION("rTIV11nMQuM", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmValidateOnSubmitEnabled); - LIB_FUNCTION("MBMa6EFu4Ko", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceGnmValidateResetState); - LIB_FUNCTION("Q7t4VEYLafI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("MBMa6EFu4Ko", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmValidateResetState); + LIB_FUNCTION("Q7t4VEYLafI", "libSceGnmDriver", 1, "libSceGnmDriver", sceGnmValidationRegisterMemoryCheckCallback); - LIB_FUNCTION("xeTLfxVIQO4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("xeTLfxVIQO4", "libSceGnmDriver", 1, "libSceGnmDriver", sceRazorCaptureCommandBuffersOnlyImmediate); - LIB_FUNCTION("9thMn+uB1is", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("9thMn+uB1is", "libSceGnmDriver", 1, "libSceGnmDriver", sceRazorCaptureCommandBuffersOnlySinceLastFlip); - LIB_FUNCTION("u9YKpRRHe-M", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - sceRazorCaptureImmediate); - LIB_FUNCTION("4UFagYlfuAM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("u9YKpRRHe-M", "libSceGnmDriver", 1, "libSceGnmDriver", sceRazorCaptureImmediate); + LIB_FUNCTION("4UFagYlfuAM", "libSceGnmDriver", 1, "libSceGnmDriver", sceRazorCaptureSinceLastFlip); - LIB_FUNCTION("f33OrruQYbM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceRazorIsLoaded); - LIB_FUNCTION("Bj0GWi1jWcM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_063D065A2D6359C3); - LIB_FUNCTION("DKusr7JYQp0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_0CABACAFB258429D); - LIB_FUNCTION("FQzzNvwumaM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_150CF336FC2E99A3); - LIB_FUNCTION("F8pof57lLUk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_17CA687F9EE52D49); - LIB_FUNCTION("GHC4n3Wca0U", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_1870B89F759C6B45); - LIB_FUNCTION("JvkCnvaKlV4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_26F9029EF68A955E); - LIB_FUNCTION("MB49u6sJLbA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_301E3DBBAB092DB0); - LIB_FUNCTION("MLr+Fyrxf+8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_30BAFE172AF17FEF); - LIB_FUNCTION("Pmo+ggPZUxc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_3E6A3E8203D95317); - LIB_FUNCTION("QP7vDGU0xDQ", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_40FEEF0C6534C434); - LIB_FUNCTION("QWuQed5Mus4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_416B9079DE4CBACE); - LIB_FUNCTION("R3TYO7Tdv5o", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("f33OrruQYbM", "libSceGnmDriver", 1, "libSceGnmDriver", sceRazorIsLoaded); + LIB_FUNCTION("Bj0GWi1jWcM", "libSceGnmDriver", 1, "libSceGnmDriver", Func_063D065A2D6359C3); + LIB_FUNCTION("DKusr7JYQp0", "libSceGnmDriver", 1, "libSceGnmDriver", Func_0CABACAFB258429D); + LIB_FUNCTION("FQzzNvwumaM", "libSceGnmDriver", 1, "libSceGnmDriver", Func_150CF336FC2E99A3); + LIB_FUNCTION("F8pof57lLUk", "libSceGnmDriver", 1, "libSceGnmDriver", Func_17CA687F9EE52D49); + LIB_FUNCTION("GHC4n3Wca0U", "libSceGnmDriver", 1, "libSceGnmDriver", Func_1870B89F759C6B45); + LIB_FUNCTION("JvkCnvaKlV4", "libSceGnmDriver", 1, "libSceGnmDriver", Func_26F9029EF68A955E); + LIB_FUNCTION("MB49u6sJLbA", "libSceGnmDriver", 1, "libSceGnmDriver", Func_301E3DBBAB092DB0); + LIB_FUNCTION("MLr+Fyrxf+8", "libSceGnmDriver", 1, "libSceGnmDriver", Func_30BAFE172AF17FEF); + LIB_FUNCTION("Pmo+ggPZUxc", "libSceGnmDriver", 1, "libSceGnmDriver", Func_3E6A3E8203D95317); + LIB_FUNCTION("QP7vDGU0xDQ", "libSceGnmDriver", 1, "libSceGnmDriver", Func_40FEEF0C6534C434); + LIB_FUNCTION("QWuQed5Mus4", "libSceGnmDriver", 1, "libSceGnmDriver", Func_416B9079DE4CBACE); + LIB_FUNCTION("R3TYO7Tdv5o", "libSceGnmDriver", 1, "libSceGnmDriver", Func_4774D83BB4DDBF9A); + LIB_FUNCTION("UGePHM7rmgA", "libSceGnmDriver", 1, "libSceGnmDriver", Func_50678F1CCEEB9A00); + LIB_FUNCTION("VKLsX6TGJBM", "libSceGnmDriver", 1, "libSceGnmDriver", Func_54A2EC5FA4C62413); + LIB_FUNCTION("WpxSyDE4rms", "libSceGnmDriver", 1, "libSceGnmDriver", Func_5A9C52C83138AE6B); + LIB_FUNCTION("XSIZOjHqEUI", "libSceGnmDriver", 1, "libSceGnmDriver", Func_5D22193A31EA1142); + LIB_FUNCTION("clo23rtglI0", "libSceGnmDriver", 1, "libSceGnmDriver", Func_725A36DEBB60948D); + LIB_FUNCTION("gCGlAvphubs", "libSceGnmDriver", 1, "libSceGnmDriver", Func_8021A502FA61B9BB); + LIB_FUNCTION("nQAv4PpA8OY", "libSceGnmDriver", 1, "libSceGnmDriver", Func_9D002FE0FA40F0E6); + LIB_FUNCTION("nSl-NqcCi3E", "libSceGnmDriver", 1, "libSceGnmDriver", Func_9D297F36A7028B71); + LIB_FUNCTION("otfsenvPebM", "libSceGnmDriver", 1, "libSceGnmDriver", Func_A2D7EC7A7BCF79B3); + LIB_FUNCTION("qhKjy4mQhUo", "libSceGnmDriver", 1, "libSceGnmDriver", Func_AA12A3CB8990854A); + LIB_FUNCTION("rcjdwAUCC8Y", "libSceGnmDriver", 1, "libSceGnmDriver", Func_ADC8DDC005020BC6); + LIB_FUNCTION("sKhoi2ectC0", "libSceGnmDriver", 1, "libSceGnmDriver", Func_B0A8688B679CB42D); + LIB_FUNCTION("tIkCC1FXpf8", "libSceGnmDriver", 1, "libSceGnmDriver", Func_B489020B5157A5FF); + LIB_FUNCTION("ut57TBmRQN0", "libSceGnmDriver", 1, "libSceGnmDriver", Func_BADE7B4C199140DD); + LIB_FUNCTION("0VEbnc-7Pdk", "libSceGnmDriver", 1, "libSceGnmDriver", Func_D1511B9DCFFB3DD9); + LIB_FUNCTION("1TRGZJsC5Y4", "libSceGnmDriver", 1, "libSceGnmDriver", Func_D53446649B02E58E); + LIB_FUNCTION("2Lbo4o4e8KM", "libSceGnmDriver", 1, "libSceGnmDriver", Func_D8B6E8E28E1EF0A3); + LIB_FUNCTION("2T1zOhnddFQ", "libSceGnmDriver", 1, "libSceGnmDriver", Func_D93D733A19DD7454); + LIB_FUNCTION("3plUQ7wqgxc", "libSceGnmDriver", 1, "libSceGnmDriver", Func_DE995443BC2A8317); + LIB_FUNCTION("326VKBUMI-8", "libSceGnmDriver", 1, "libSceGnmDriver", Func_DF6E9528150C23FF); + LIB_FUNCTION("7LTGukH+M1A", "libSceGnmDriver", 1, "libSceGnmDriver", Func_ECB4C6BA41FE3350); + LIB_FUNCTION("dqPBvjFVpTA", "libSceGnmDebugModuleReset", 1, "libSceGnmDriver", + sceGnmDebugModuleReset); + LIB_FUNCTION("RNPAItiMLIg", "libSceGnmDebugReset", 1, "libSceGnmDriver", sceGnmDebugReset); + LIB_FUNCTION("xMMot887QXE", "libSceGnmDebugReset", 1, "libSceGnmDriver", + Func_C4C328B7CF3B4171); + LIB_FUNCTION("pF1HQjbmQJ0", "libSceGnmDriverCompat", 1, "libSceGnmDriver", + sceGnmDrawInitToDefaultContextStateInternalCommand); + LIB_FUNCTION("jajhf-Gi3AI", "libSceGnmDriverCompat", 1, "libSceGnmDriver", + sceGnmDrawInitToDefaultContextStateInternalSize); + LIB_FUNCTION("vbcR4Ken6AA", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", + sceGnmFindResources); + LIB_FUNCTION("eLQbNsKeTkU", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", + sceGnmGetResourceRegistrationBuffers); + LIB_FUNCTION("j6mSQs3UgaY", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", + sceGnmRegisterOwnerForSystem); + LIB_FUNCTION("HEOIaxbuVTA", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", + Func_1C43886B16EE5530); + LIB_FUNCTION("gQNwGezNDgE", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", + Func_81037019ECCD0E01); + LIB_FUNCTION("v7QcBXR48L8", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", + Func_BFB41C057478F0BF); + LIB_FUNCTION("5R1E24FRI4w", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", + Func_E51D44DB8151238C); + LIB_FUNCTION("+RaJBCVJZVM", "libSceGnmDriverResourceRegistration", 1, "libSceGnmDriver", + Func_F916890425496553); + LIB_FUNCTION("Fwvh++m9IQI", "libSceGnmGetGpuCoreClockFrequency", 1, "libSceGnmDriver", + sceGnmGetGpuCoreClockFrequency); + LIB_FUNCTION("R3TYO7Tdv5o", "libSceGnmWaitFreeSubmit", 1, "libSceGnmDriver", Func_4774D83BB4DDBF9A); - LIB_FUNCTION("UGePHM7rmgA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_50678F1CCEEB9A00); - LIB_FUNCTION("VKLsX6TGJBM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_54A2EC5FA4C62413); - LIB_FUNCTION("WpxSyDE4rms", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_5A9C52C83138AE6B); - LIB_FUNCTION("XSIZOjHqEUI", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_5D22193A31EA1142); - LIB_FUNCTION("clo23rtglI0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_725A36DEBB60948D); - LIB_FUNCTION("gCGlAvphubs", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_8021A502FA61B9BB); - LIB_FUNCTION("nQAv4PpA8OY", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_9D002FE0FA40F0E6); - LIB_FUNCTION("nSl-NqcCi3E", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_9D297F36A7028B71); - LIB_FUNCTION("otfsenvPebM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_A2D7EC7A7BCF79B3); - LIB_FUNCTION("qhKjy4mQhUo", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_AA12A3CB8990854A); - LIB_FUNCTION("rcjdwAUCC8Y", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_ADC8DDC005020BC6); - LIB_FUNCTION("sKhoi2ectC0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_B0A8688B679CB42D); - LIB_FUNCTION("tIkCC1FXpf8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_B489020B5157A5FF); - LIB_FUNCTION("ut57TBmRQN0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + LIB_FUNCTION("ut57TBmRQN0", "libSceGnmWaitFreeSubmit", 1, "libSceGnmDriver", Func_BADE7B4C199140DD); - LIB_FUNCTION("0VEbnc-7Pdk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_D1511B9DCFFB3DD9); - LIB_FUNCTION("1TRGZJsC5Y4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_D53446649B02E58E); - LIB_FUNCTION("2Lbo4o4e8KM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_D8B6E8E28E1EF0A3); - LIB_FUNCTION("2T1zOhnddFQ", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_D93D733A19DD7454); - LIB_FUNCTION("3plUQ7wqgxc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_DE995443BC2A8317); - LIB_FUNCTION("326VKBUMI-8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_DF6E9528150C23FF); - LIB_FUNCTION("7LTGukH+M1A", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, - Func_ECB4C6BA41FE3350); - LIB_FUNCTION("RNPAItiMLIg", "libSceGnmDebugReset", 1, "libSceGnmDriver", 1, 1, - sceGnmDebugReset); - LIB_FUNCTION("xMMot887QXE", "libSceGnmDebugReset", 1, "libSceGnmDriver", 1, 1, - Func_C4C328B7CF3B4171); - LIB_FUNCTION("dqPBvjFVpTA", "libSceGnmDebugModuleReset", 1, "libSceGnmDriver", 1, 1, - sceGnmDebugModuleReset); }; } // namespace Libraries::GnmDriver \ No newline at end of file diff --git a/libraries/gnmdriver.h b/libraries/gnmdriver.h index ed16183..58c70d1 100644 --- a/libraries/gnmdriver.h +++ b/libraries/gnmdriver.h @@ -11,19 +11,6 @@ class SymbolsResolver; namespace Libraries::GnmDriver { -s32 PS4_SYSV_ABI Func_4774D83BB4DDBF9A(); -s32 PS4_SYSV_ABI Func_BADE7B4C199140DD(); -s32 PS4_SYSV_ABI sceGnmGetGpuCoreClockFrequency(); -s32 PS4_SYSV_ABI sceGnmFindResources(); -s32 PS4_SYSV_ABI sceGnmGetResourceRegistrationBuffers(); -s32 PS4_SYSV_ABI sceGnmRegisterOwnerForSystem(); -s32 PS4_SYSV_ABI Func_1C43886B16EE5530(); -s32 PS4_SYSV_ABI Func_81037019ECCD0E01(); -s32 PS4_SYSV_ABI Func_BFB41C057478F0BF(); -s32 PS4_SYSV_ABI Func_E51D44DB8151238C(); -s32 PS4_SYSV_ABI Func_F916890425496553(); -s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalCommand(); -s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalSize(); s32 PS4_SYSV_ABI sceGnmAddEqEvent(); s32 PS4_SYSV_ABI sceGnmAreSubmitsAllowed(); s32 PS4_SYSV_ABI sceGnmBeginWorkload(); @@ -88,6 +75,7 @@ s32 PS4_SYSV_ABI sceGnmGetDebugTimestamp(); s32 PS4_SYSV_ABI sceGnmGetEqEventType(); s32 PS4_SYSV_ABI sceGnmGetEqTimeStamp(); s32 PS4_SYSV_ABI sceGnmGetGpuBlockStatus(); +s32 PS4_SYSV_ABI sceGnmGetGpuCoreClockFrequency(); s32 PS4_SYSV_ABI sceGnmGetGpuInfoStatus(); s32 PS4_SYSV_ABI sceGnmGetLastWaitedAddress(); s32 PS4_SYSV_ABI sceGnmGetNumTcaUnits(); @@ -239,6 +227,7 @@ s32 PS4_SYSV_ABI Func_30BAFE172AF17FEF(); s32 PS4_SYSV_ABI Func_3E6A3E8203D95317(); s32 PS4_SYSV_ABI Func_40FEEF0C6534C434(); s32 PS4_SYSV_ABI Func_416B9079DE4CBACE(); +s32 PS4_SYSV_ABI Func_4774D83BB4DDBF9A(); s32 PS4_SYSV_ABI Func_50678F1CCEEB9A00(); s32 PS4_SYSV_ABI Func_54A2EC5FA4C62413(); s32 PS4_SYSV_ABI Func_5A9C52C83138AE6B(); @@ -252,6 +241,7 @@ s32 PS4_SYSV_ABI Func_AA12A3CB8990854A(); s32 PS4_SYSV_ABI Func_ADC8DDC005020BC6(); s32 PS4_SYSV_ABI Func_B0A8688B679CB42D(); s32 PS4_SYSV_ABI Func_B489020B5157A5FF(); +s32 PS4_SYSV_ABI Func_BADE7B4C199140DD(); s32 PS4_SYSV_ABI Func_D1511B9DCFFB3DD9(); s32 PS4_SYSV_ABI Func_D53446649B02E58E(); s32 PS4_SYSV_ABI Func_D8B6E8E28E1EF0A3(); @@ -259,9 +249,19 @@ s32 PS4_SYSV_ABI Func_D93D733A19DD7454(); s32 PS4_SYSV_ABI Func_DE995443BC2A8317(); s32 PS4_SYSV_ABI Func_DF6E9528150C23FF(); s32 PS4_SYSV_ABI Func_ECB4C6BA41FE3350(); +s32 PS4_SYSV_ABI sceGnmDebugModuleReset(); s32 PS4_SYSV_ABI sceGnmDebugReset(); s32 PS4_SYSV_ABI Func_C4C328B7CF3B4171(); -s32 PS4_SYSV_ABI sceGnmDebugModuleReset(); +s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalCommand(); +s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalSize(); +s32 PS4_SYSV_ABI sceGnmFindResources(); +s32 PS4_SYSV_ABI sceGnmGetResourceRegistrationBuffers(); +s32 PS4_SYSV_ABI sceGnmRegisterOwnerForSystem(); +s32 PS4_SYSV_ABI Func_1C43886B16EE5530(); +s32 PS4_SYSV_ABI Func_81037019ECCD0E01(); +s32 PS4_SYSV_ABI Func_BFB41C057478F0BF(); +s32 PS4_SYSV_ABI Func_E51D44DB8151238C(); +s32 PS4_SYSV_ABI Func_F916890425496553(); void RegisterLib(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::GnmDriver \ No newline at end of file diff --git a/libraries/http.cpp b/libraries/http.cpp index e8f11b6..668b456 100644 --- a/libraries/http.cpp +++ b/libraries/http.cpp @@ -584,134 +584,125 @@ s32 PS4_SYSV_ABI sceHttpWaitRequest() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("hvG6GfBMXg8", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpAbortRequest); - LIB_FUNCTION("JKl06ZIAl6A", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpAbortRequestForce); - LIB_FUNCTION("sWQiqKvYTVA", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpAbortWaitRequest); - LIB_FUNCTION("mNan6QSnpeY", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpAddCookie); - LIB_FUNCTION("JM58a21mtrQ", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpAddQuery); - LIB_FUNCTION("EY28T2bkN7k", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpAddRequestHeader); - LIB_FUNCTION("lGAjftanhFs", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpAddRequestHeaderRaw); - LIB_FUNCTION("Y1DCjN-s2BA", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpAuthCacheExport); - LIB_FUNCTION("zzB0StvRab4", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpAuthCacheFlush); - LIB_FUNCTION("wF0KcxK20BE", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpAuthCacheImport); - LIB_FUNCTION("A7n9nNg7NBg", "libSceHttp", 1, "libSceHttp", 1, 1, + LIB_FUNCTION("hvG6GfBMXg8", "libSceHttp", 1, "libSceHttp", sceHttpAbortRequest); + LIB_FUNCTION("JKl06ZIAl6A", "libSceHttp", 1, "libSceHttp", sceHttpAbortRequestForce); + LIB_FUNCTION("sWQiqKvYTVA", "libSceHttp", 1, "libSceHttp", sceHttpAbortWaitRequest); + LIB_FUNCTION("mNan6QSnpeY", "libSceHttp", 1, "libSceHttp", sceHttpAddCookie); + LIB_FUNCTION("JM58a21mtrQ", "libSceHttp", 1, "libSceHttp", sceHttpAddQuery); + LIB_FUNCTION("EY28T2bkN7k", "libSceHttp", 1, "libSceHttp", sceHttpAddRequestHeader); + LIB_FUNCTION("lGAjftanhFs", "libSceHttp", 1, "libSceHttp", sceHttpAddRequestHeaderRaw); + LIB_FUNCTION("Y1DCjN-s2BA", "libSceHttp", 1, "libSceHttp", sceHttpAuthCacheExport); + LIB_FUNCTION("zzB0StvRab4", "libSceHttp", 1, "libSceHttp", sceHttpAuthCacheFlush); + LIB_FUNCTION("wF0KcxK20BE", "libSceHttp", 1, "libSceHttp", sceHttpAuthCacheImport); + LIB_FUNCTION("A7n9nNg7NBg", "libSceHttp", 1, "libSceHttp", sceHttpCacheRedirectedConnectionEnabled); - LIB_FUNCTION("nOkViL17ZOo", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpCookieExport); - LIB_FUNCTION("seCvUt91WHY", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpCookieFlush); - LIB_FUNCTION("pFnXDxo3aog", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpCookieImport); - LIB_FUNCTION("Kiwv9r4IZCc", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpCreateConnection); - LIB_FUNCTION("qgxDBjorUxs", "libSceHttp", 1, "libSceHttp", 1, 1, - sceHttpCreateConnectionWithURL); - LIB_FUNCTION("6381dWF+xsQ", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpCreateEpoll); - LIB_FUNCTION("tsGVru3hCe8", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpCreateRequest); - LIB_FUNCTION("rGNm+FjIXKk", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpCreateRequest2); - LIB_FUNCTION("Aeu5wVKkF9w", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpCreateRequestWithURL); - LIB_FUNCTION("Cnp77podkCU", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpCreateRequestWithURL2); - LIB_FUNCTION("0gYjPTR-6cY", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpCreateTemplate); - LIB_FUNCTION("Lffcxao-QMM", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpDbgEnableProfile); - LIB_FUNCTION("6gyx-I0Oob4", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpDbgGetConnectionStat); - LIB_FUNCTION("fzzBpJjm9Kw", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpDbgGetRequestStat); - LIB_FUNCTION("VmqSnjZ5mE4", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpDbgSetPrintf); - LIB_FUNCTION("KJtUHtp6y0U", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpDbgShowConnectionStat); - LIB_FUNCTION("oEuPssSYskA", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpDbgShowMemoryPoolStat); - LIB_FUNCTION("L2gM3qptqHs", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpDbgShowRequestStat); - LIB_FUNCTION("pxBsD-X9eH0", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpDbgShowStat); - LIB_FUNCTION("P6A3ytpsiYc", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpDeleteConnection); - LIB_FUNCTION("qe7oZ+v4PWA", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpDeleteRequest); - LIB_FUNCTION("4I8vEpuEhZ8", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpDeleteTemplate); - LIB_FUNCTION("wYhXVfS2Et4", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpDestroyEpoll); - LIB_FUNCTION("1rpZqxdMRwQ", "libSceHttp", 1, "libSceHttp", 1, 1, + LIB_FUNCTION("nOkViL17ZOo", "libSceHttp", 1, "libSceHttp", sceHttpCookieExport); + LIB_FUNCTION("seCvUt91WHY", "libSceHttp", 1, "libSceHttp", sceHttpCookieFlush); + LIB_FUNCTION("pFnXDxo3aog", "libSceHttp", 1, "libSceHttp", sceHttpCookieImport); + LIB_FUNCTION("Kiwv9r4IZCc", "libSceHttp", 1, "libSceHttp", sceHttpCreateConnection); + LIB_FUNCTION("qgxDBjorUxs", "libSceHttp", 1, "libSceHttp", sceHttpCreateConnectionWithURL); + LIB_FUNCTION("6381dWF+xsQ", "libSceHttp", 1, "libSceHttp", sceHttpCreateEpoll); + LIB_FUNCTION("tsGVru3hCe8", "libSceHttp", 1, "libSceHttp", sceHttpCreateRequest); + LIB_FUNCTION("rGNm+FjIXKk", "libSceHttp", 1, "libSceHttp", sceHttpCreateRequest2); + LIB_FUNCTION("Aeu5wVKkF9w", "libSceHttp", 1, "libSceHttp", sceHttpCreateRequestWithURL); + LIB_FUNCTION("Cnp77podkCU", "libSceHttp", 1, "libSceHttp", sceHttpCreateRequestWithURL2); + LIB_FUNCTION("0gYjPTR-6cY", "libSceHttp", 1, "libSceHttp", sceHttpCreateTemplate); + LIB_FUNCTION("Lffcxao-QMM", "libSceHttp", 1, "libSceHttp", sceHttpDbgEnableProfile); + LIB_FUNCTION("6gyx-I0Oob4", "libSceHttp", 1, "libSceHttp", sceHttpDbgGetConnectionStat); + LIB_FUNCTION("fzzBpJjm9Kw", "libSceHttp", 1, "libSceHttp", sceHttpDbgGetRequestStat); + LIB_FUNCTION("VmqSnjZ5mE4", "libSceHttp", 1, "libSceHttp", sceHttpDbgSetPrintf); + LIB_FUNCTION("KJtUHtp6y0U", "libSceHttp", 1, "libSceHttp", sceHttpDbgShowConnectionStat); + LIB_FUNCTION("oEuPssSYskA", "libSceHttp", 1, "libSceHttp", sceHttpDbgShowMemoryPoolStat); + LIB_FUNCTION("L2gM3qptqHs", "libSceHttp", 1, "libSceHttp", sceHttpDbgShowRequestStat); + LIB_FUNCTION("pxBsD-X9eH0", "libSceHttp", 1, "libSceHttp", sceHttpDbgShowStat); + LIB_FUNCTION("P6A3ytpsiYc", "libSceHttp", 1, "libSceHttp", sceHttpDeleteConnection); + LIB_FUNCTION("qe7oZ+v4PWA", "libSceHttp", 1, "libSceHttp", sceHttpDeleteRequest); + LIB_FUNCTION("4I8vEpuEhZ8", "libSceHttp", 1, "libSceHttp", sceHttpDeleteTemplate); + LIB_FUNCTION("wYhXVfS2Et4", "libSceHttp", 1, "libSceHttp", sceHttpDestroyEpoll); + LIB_FUNCTION("1rpZqxdMRwQ", "libSceHttp", 1, "libSceHttp", sceHttpGetAcceptEncodingGZIPEnabled); - LIB_FUNCTION("aCYPMSUIaP8", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetAllResponseHeaders); - LIB_FUNCTION("9m8EcOGzcIQ", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetAuthEnabled); - LIB_FUNCTION("mmLexUbtnfY", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetAutoRedirect); - LIB_FUNCTION("L-DwVoHXLtU", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetConnectionStat); - LIB_FUNCTION("+G+UsJpeXPc", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetCookie); - LIB_FUNCTION("iSZjWw1TGiA", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetCookieEnabled); - LIB_FUNCTION("xkymWiGdMiI", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetCookieStats); - LIB_FUNCTION("7j9VcwnrZo4", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetEpoll); - LIB_FUNCTION("IQOP6McWJcY", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetEpollId); - LIB_FUNCTION("0onIrKx9NIE", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetLastErrno); - LIB_FUNCTION("16sMmVuOvgU", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetMemoryPoolStats); - LIB_FUNCTION("Wq4RNB3snSQ", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetNonblock); - LIB_FUNCTION("hkcfqAl+82w", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetRegisteredCtxIds); - LIB_FUNCTION("yuO2H2Uvnos", "libSceHttp", 1, "libSceHttp", 1, 1, - sceHttpGetResponseContentLength); - LIB_FUNCTION("0a2TBNfE3BU", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpGetStatusCode); - LIB_FUNCTION("A9cVMUtEp4Y", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpInit); - LIB_FUNCTION("hPTXo3bICzI", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpParseResponseHeader); - LIB_FUNCTION("Qq8SfuJJJqE", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpParseStatusLine); - LIB_FUNCTION("P5pdoykPYTk", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpReadData); - LIB_FUNCTION("u05NnI+P+KY", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpRedirectCacheFlush); - LIB_FUNCTION("zNGh-zoQTD0", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpRemoveRequestHeader); - LIB_FUNCTION("4fgkfVeVsGU", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpRequestGetAllHeaders); - LIB_FUNCTION("mSQCxzWTwVI", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpsDisableOption); - LIB_FUNCTION("zJYi5br6ZiQ", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpsDisableOptionPrivate); - LIB_FUNCTION("f42K37mm5RM", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpsEnableOption); - LIB_FUNCTION("I4+4hKttt1w", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpsEnableOptionPrivate); - LIB_FUNCTION("1e2BNwI-XzE", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSendRequest); - LIB_FUNCTION("HRX1iyDoKR8", "libSceHttp", 1, "libSceHttp", 1, 1, + LIB_FUNCTION("aCYPMSUIaP8", "libSceHttp", 1, "libSceHttp", sceHttpGetAllResponseHeaders); + LIB_FUNCTION("9m8EcOGzcIQ", "libSceHttp", 1, "libSceHttp", sceHttpGetAuthEnabled); + LIB_FUNCTION("mmLexUbtnfY", "libSceHttp", 1, "libSceHttp", sceHttpGetAutoRedirect); + LIB_FUNCTION("L-DwVoHXLtU", "libSceHttp", 1, "libSceHttp", sceHttpGetConnectionStat); + LIB_FUNCTION("+G+UsJpeXPc", "libSceHttp", 1, "libSceHttp", sceHttpGetCookie); + LIB_FUNCTION("iSZjWw1TGiA", "libSceHttp", 1, "libSceHttp", sceHttpGetCookieEnabled); + LIB_FUNCTION("xkymWiGdMiI", "libSceHttp", 1, "libSceHttp", sceHttpGetCookieStats); + LIB_FUNCTION("7j9VcwnrZo4", "libSceHttp", 1, "libSceHttp", sceHttpGetEpoll); + LIB_FUNCTION("IQOP6McWJcY", "libSceHttp", 1, "libSceHttp", sceHttpGetEpollId); + LIB_FUNCTION("0onIrKx9NIE", "libSceHttp", 1, "libSceHttp", sceHttpGetLastErrno); + LIB_FUNCTION("16sMmVuOvgU", "libSceHttp", 1, "libSceHttp", sceHttpGetMemoryPoolStats); + LIB_FUNCTION("Wq4RNB3snSQ", "libSceHttp", 1, "libSceHttp", sceHttpGetNonblock); + LIB_FUNCTION("hkcfqAl+82w", "libSceHttp", 1, "libSceHttp", sceHttpGetRegisteredCtxIds); + LIB_FUNCTION("yuO2H2Uvnos", "libSceHttp", 1, "libSceHttp", sceHttpGetResponseContentLength); + LIB_FUNCTION("0a2TBNfE3BU", "libSceHttp", 1, "libSceHttp", sceHttpGetStatusCode); + LIB_FUNCTION("A9cVMUtEp4Y", "libSceHttp", 1, "libSceHttp", sceHttpInit); + LIB_FUNCTION("hPTXo3bICzI", "libSceHttp", 1, "libSceHttp", sceHttpParseResponseHeader); + LIB_FUNCTION("Qq8SfuJJJqE", "libSceHttp", 1, "libSceHttp", sceHttpParseStatusLine); + LIB_FUNCTION("P5pdoykPYTk", "libSceHttp", 1, "libSceHttp", sceHttpReadData); + LIB_FUNCTION("u05NnI+P+KY", "libSceHttp", 1, "libSceHttp", sceHttpRedirectCacheFlush); + LIB_FUNCTION("zNGh-zoQTD0", "libSceHttp", 1, "libSceHttp", sceHttpRemoveRequestHeader); + LIB_FUNCTION("4fgkfVeVsGU", "libSceHttp", 1, "libSceHttp", sceHttpRequestGetAllHeaders); + LIB_FUNCTION("mSQCxzWTwVI", "libSceHttp", 1, "libSceHttp", sceHttpsDisableOption); + LIB_FUNCTION("zJYi5br6ZiQ", "libSceHttp", 1, "libSceHttp", sceHttpsDisableOptionPrivate); + LIB_FUNCTION("f42K37mm5RM", "libSceHttp", 1, "libSceHttp", sceHttpsEnableOption); + LIB_FUNCTION("I4+4hKttt1w", "libSceHttp", 1, "libSceHttp", sceHttpsEnableOptionPrivate); + LIB_FUNCTION("1e2BNwI-XzE", "libSceHttp", 1, "libSceHttp", sceHttpSendRequest); + LIB_FUNCTION("HRX1iyDoKR8", "libSceHttp", 1, "libSceHttp", sceHttpSetAcceptEncodingGZIPEnabled); - LIB_FUNCTION("qFg2SuyTJJY", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetAuthEnabled); - LIB_FUNCTION("jf4TB2nUO40", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetAuthInfoCallback); - LIB_FUNCTION("T-mGo9f3Pu4", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetAutoRedirect); - LIB_FUNCTION("PDxS48xGQLs", "libSceHttp", 1, "libSceHttp", 1, 1, - sceHttpSetChunkedTransferEnabled); - LIB_FUNCTION("0S9tTH0uqTU", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetConnectTimeOut); - LIB_FUNCTION("XNUoD2B9a6A", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetCookieEnabled); - LIB_FUNCTION("pM--+kIeW-8", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetCookieMaxNum); - LIB_FUNCTION("Kp6juCJUJGQ", "libSceHttp", 1, "libSceHttp", 1, 1, - sceHttpSetCookieMaxNumPerDomain); - LIB_FUNCTION("7Y4364GBras", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetCookieMaxSize); - LIB_FUNCTION("Kh6bS2HQKbo", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetCookieRecvCallback); - LIB_FUNCTION("GnVDzYfy-KI", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetCookieSendCallback); - LIB_FUNCTION("pHc3bxUzivU", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetCookieTotalMaxSize); - LIB_FUNCTION("8kzIXsRy1bY", "libSceHttp", 1, "libSceHttp", 1, 1, + LIB_FUNCTION("qFg2SuyTJJY", "libSceHttp", 1, "libSceHttp", sceHttpSetAuthEnabled); + LIB_FUNCTION("jf4TB2nUO40", "libSceHttp", 1, "libSceHttp", sceHttpSetAuthInfoCallback); + LIB_FUNCTION("T-mGo9f3Pu4", "libSceHttp", 1, "libSceHttp", sceHttpSetAutoRedirect); + LIB_FUNCTION("PDxS48xGQLs", "libSceHttp", 1, "libSceHttp", sceHttpSetChunkedTransferEnabled); + LIB_FUNCTION("0S9tTH0uqTU", "libSceHttp", 1, "libSceHttp", sceHttpSetConnectTimeOut); + LIB_FUNCTION("XNUoD2B9a6A", "libSceHttp", 1, "libSceHttp", sceHttpSetCookieEnabled); + LIB_FUNCTION("pM--+kIeW-8", "libSceHttp", 1, "libSceHttp", sceHttpSetCookieMaxNum); + LIB_FUNCTION("Kp6juCJUJGQ", "libSceHttp", 1, "libSceHttp", sceHttpSetCookieMaxNumPerDomain); + LIB_FUNCTION("7Y4364GBras", "libSceHttp", 1, "libSceHttp", sceHttpSetCookieMaxSize); + LIB_FUNCTION("Kh6bS2HQKbo", "libSceHttp", 1, "libSceHttp", sceHttpSetCookieRecvCallback); + LIB_FUNCTION("GnVDzYfy-KI", "libSceHttp", 1, "libSceHttp", sceHttpSetCookieSendCallback); + LIB_FUNCTION("pHc3bxUzivU", "libSceHttp", 1, "libSceHttp", sceHttpSetCookieTotalMaxSize); + LIB_FUNCTION("8kzIXsRy1bY", "libSceHttp", 1, "libSceHttp", sceHttpSetDefaultAcceptEncodingGZIPEnabled); - LIB_FUNCTION("22buO-UufJY", "libSceHttp", 1, "libSceHttp", 1, 1, - sceHttpSetDelayBuildRequestEnabled); - LIB_FUNCTION("-xm7kZQNpHI", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetEpoll); - LIB_FUNCTION("LG1YW1Uhkgo", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetEpollId); - LIB_FUNCTION("pk0AuomQM1o", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetHttp09Enabled); - LIB_FUNCTION("i9mhafzkEi8", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetInflateGZIPEnabled); - LIB_FUNCTION("s2-NPIvz+iA", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetNonblock); - LIB_FUNCTION("gZ9TpeFQ7Gk", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetPolicyOption); - LIB_FUNCTION("2NeZnMEP3-0", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetPriorityOption); - LIB_FUNCTION("i+quCZCL+D8", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetProxy); - LIB_FUNCTION("mMcB2XIDoV4", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetRecvBlockSize); - LIB_FUNCTION("yigr4V0-HTM", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetRecvTimeOut); - LIB_FUNCTION("h9wmFZX4i-4", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetRedirectCallback); - LIB_FUNCTION("PTiFIUxCpJc", "libSceHttp", 1, "libSceHttp", 1, 1, - sceHttpSetRequestContentLength); - LIB_FUNCTION("vO4B-42ef-k", "libSceHttp", 1, "libSceHttp", 1, 1, - sceHttpSetRequestStatusCallback); - LIB_FUNCTION("K1d1LqZRQHQ", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetResolveRetry); - LIB_FUNCTION("Tc-hAYDKtQc", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetResolveTimeOut); - LIB_FUNCTION("a4VsZ4oqn68", "libSceHttp", 1, "libSceHttp", 1, 1, - sceHttpSetResponseHeaderMaxSize); - LIB_FUNCTION("xegFfZKBVlw", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpSetSendTimeOut); - LIB_FUNCTION("POJ0azHZX3w", "libSceHttp", 1, "libSceHttp", 1, 1, - sceHttpSetSocketCreationCallback); - LIB_FUNCTION("7WcNoAI9Zcw", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpsFreeCaList); - LIB_FUNCTION("gcUjwU3fa0M", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpsGetCaList); - LIB_FUNCTION("JBN6N-EY+3M", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpsGetSslError); - LIB_FUNCTION("DK+GoXCNT04", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpsLoadCert); - LIB_FUNCTION("jUjp+yqMNdQ", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpsSetMinSslVersion); - LIB_FUNCTION("htyBOoWeS58", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpsSetSslCallback); - LIB_FUNCTION("U5ExQGyyx9s", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpsSetSslVersion); - LIB_FUNCTION("zXqcE0fizz0", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpsUnloadCert); - LIB_FUNCTION("Ik-KpLTlf7Q", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpTerm); - LIB_FUNCTION("V-noPEjSB8c", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpTryGetNonblock); - LIB_FUNCTION("fmOs6MzCRqk", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpTrySetNonblock); - LIB_FUNCTION("59tL1AQBb8U", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpUnsetEpoll); - LIB_FUNCTION("5LZA+KPISVA", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpUriBuild); - LIB_FUNCTION("CR-l-yI-o7o", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpUriCopy); - LIB_FUNCTION("YuOW3dDAKYc", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpUriEscape); - LIB_FUNCTION("3lgQ5Qk42ok", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpUriMerge); - LIB_FUNCTION("IWalAn-guFs", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpUriParse); - LIB_FUNCTION("mUU363n4yc0", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpUriSweepPath); - LIB_FUNCTION("thTS+57zoLM", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpUriUnescape); - LIB_FUNCTION("qISjDHrxONc", "libSceHttp", 1, "libSceHttp", 1, 1, sceHttpWaitRequest); + LIB_FUNCTION("22buO-UufJY", "libSceHttp", 1, "libSceHttp", sceHttpSetDelayBuildRequestEnabled); + LIB_FUNCTION("-xm7kZQNpHI", "libSceHttp", 1, "libSceHttp", sceHttpSetEpoll); + LIB_FUNCTION("LG1YW1Uhkgo", "libSceHttp", 1, "libSceHttp", sceHttpSetEpollId); + LIB_FUNCTION("pk0AuomQM1o", "libSceHttp", 1, "libSceHttp", sceHttpSetHttp09Enabled); + LIB_FUNCTION("i9mhafzkEi8", "libSceHttp", 1, "libSceHttp", sceHttpSetInflateGZIPEnabled); + LIB_FUNCTION("s2-NPIvz+iA", "libSceHttp", 1, "libSceHttp", sceHttpSetNonblock); + LIB_FUNCTION("gZ9TpeFQ7Gk", "libSceHttp", 1, "libSceHttp", sceHttpSetPolicyOption); + LIB_FUNCTION("2NeZnMEP3-0", "libSceHttp", 1, "libSceHttp", sceHttpSetPriorityOption); + LIB_FUNCTION("i+quCZCL+D8", "libSceHttp", 1, "libSceHttp", sceHttpSetProxy); + LIB_FUNCTION("mMcB2XIDoV4", "libSceHttp", 1, "libSceHttp", sceHttpSetRecvBlockSize); + LIB_FUNCTION("yigr4V0-HTM", "libSceHttp", 1, "libSceHttp", sceHttpSetRecvTimeOut); + LIB_FUNCTION("h9wmFZX4i-4", "libSceHttp", 1, "libSceHttp", sceHttpSetRedirectCallback); + LIB_FUNCTION("PTiFIUxCpJc", "libSceHttp", 1, "libSceHttp", sceHttpSetRequestContentLength); + LIB_FUNCTION("vO4B-42ef-k", "libSceHttp", 1, "libSceHttp", sceHttpSetRequestStatusCallback); + LIB_FUNCTION("K1d1LqZRQHQ", "libSceHttp", 1, "libSceHttp", sceHttpSetResolveRetry); + LIB_FUNCTION("Tc-hAYDKtQc", "libSceHttp", 1, "libSceHttp", sceHttpSetResolveTimeOut); + LIB_FUNCTION("a4VsZ4oqn68", "libSceHttp", 1, "libSceHttp", sceHttpSetResponseHeaderMaxSize); + LIB_FUNCTION("xegFfZKBVlw", "libSceHttp", 1, "libSceHttp", sceHttpSetSendTimeOut); + LIB_FUNCTION("POJ0azHZX3w", "libSceHttp", 1, "libSceHttp", sceHttpSetSocketCreationCallback); + LIB_FUNCTION("7WcNoAI9Zcw", "libSceHttp", 1, "libSceHttp", sceHttpsFreeCaList); + LIB_FUNCTION("gcUjwU3fa0M", "libSceHttp", 1, "libSceHttp", sceHttpsGetCaList); + LIB_FUNCTION("JBN6N-EY+3M", "libSceHttp", 1, "libSceHttp", sceHttpsGetSslError); + LIB_FUNCTION("DK+GoXCNT04", "libSceHttp", 1, "libSceHttp", sceHttpsLoadCert); + LIB_FUNCTION("jUjp+yqMNdQ", "libSceHttp", 1, "libSceHttp", sceHttpsSetMinSslVersion); + LIB_FUNCTION("htyBOoWeS58", "libSceHttp", 1, "libSceHttp", sceHttpsSetSslCallback); + LIB_FUNCTION("U5ExQGyyx9s", "libSceHttp", 1, "libSceHttp", sceHttpsSetSslVersion); + LIB_FUNCTION("zXqcE0fizz0", "libSceHttp", 1, "libSceHttp", sceHttpsUnloadCert); + LIB_FUNCTION("Ik-KpLTlf7Q", "libSceHttp", 1, "libSceHttp", sceHttpTerm); + LIB_FUNCTION("V-noPEjSB8c", "libSceHttp", 1, "libSceHttp", sceHttpTryGetNonblock); + LIB_FUNCTION("fmOs6MzCRqk", "libSceHttp", 1, "libSceHttp", sceHttpTrySetNonblock); + LIB_FUNCTION("59tL1AQBb8U", "libSceHttp", 1, "libSceHttp", sceHttpUnsetEpoll); + LIB_FUNCTION("5LZA+KPISVA", "libSceHttp", 1, "libSceHttp", sceHttpUriBuild); + LIB_FUNCTION("CR-l-yI-o7o", "libSceHttp", 1, "libSceHttp", sceHttpUriCopy); + LIB_FUNCTION("YuOW3dDAKYc", "libSceHttp", 1, "libSceHttp", sceHttpUriEscape); + LIB_FUNCTION("3lgQ5Qk42ok", "libSceHttp", 1, "libSceHttp", sceHttpUriMerge); + LIB_FUNCTION("IWalAn-guFs", "libSceHttp", 1, "libSceHttp", sceHttpUriParse); + LIB_FUNCTION("mUU363n4yc0", "libSceHttp", 1, "libSceHttp", sceHttpUriSweepPath); + LIB_FUNCTION("thTS+57zoLM", "libSceHttp", 1, "libSceHttp", sceHttpUriUnescape); + LIB_FUNCTION("qISjDHrxONc", "libSceHttp", 1, "libSceHttp", sceHttpWaitRequest); }; } // namespace Libraries::Http \ No newline at end of file diff --git a/libraries/ime.cpp b/libraries/ime.cpp index bd1977f..c22b5ec 100644 --- a/libraries/ime.cpp +++ b/libraries/ime.cpp @@ -279,62 +279,60 @@ s32 PS4_SYSV_ABI sceImeVshUpdateContext2() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("mN+ZoSN-8hQ", "libSceIme", 1, "libSceIme", 1, 1, FinalizeImeModule); - LIB_FUNCTION("uTW+63goeJs", "libSceIme", 1, "libSceIme", 1, 1, InitializeImeModule); - LIB_FUNCTION("Lf3DeGWC6xg", "libSceIme", 1, "libSceIme", 1, 1, sceImeCheckFilterText); - LIB_FUNCTION("zHuMUGb-AQI", "libSceIme", 1, "libSceIme", 1, 1, sceImeCheckRemoteEventParam); - LIB_FUNCTION("OTb0Mg+1i1k", "libSceIme", 1, "libSceIme", 1, 1, sceImeCheckUpdateTextInfo); - LIB_FUNCTION("TmVP8LzcFcY", "libSceIme", 1, "libSceIme", 1, 1, sceImeClose); - LIB_FUNCTION("Ho5NVQzpKHo", "libSceIme", 1, "libSceIme", 1, 1, sceImeConfigGet); - LIB_FUNCTION("P5dPeiLwm-M", "libSceIme", 1, "libSceIme", 1, 1, sceImeConfigSet); - LIB_FUNCTION("tKLmVIUkpyM", "libSceIme", 1, "libSceIme", 1, 1, sceImeConfirmCandidate); - LIB_FUNCTION("NYDsL9a0oEo", "libSceIme", 1, "libSceIme", 1, 1, sceImeDicAddWord); - LIB_FUNCTION("l01GKoyiQrY", "libSceIme", 1, "libSceIme", 1, 1, sceImeDicDeleteLearnDics); - LIB_FUNCTION("E2OcGgi-FPY", "libSceIme", 1, "libSceIme", 1, 1, sceImeDicDeleteUserDics); - LIB_FUNCTION("JAiMBkOTYKI", "libSceIme", 1, "libSceIme", 1, 1, sceImeDicDeleteWord); - LIB_FUNCTION("JoPdCUXOzMU", "libSceIme", 1, "libSceIme", 1, 1, sceImeDicGetWords); - LIB_FUNCTION("FuEl46uHDyo", "libSceIme", 1, "libSceIme", 1, 1, sceImeDicReplaceWord); - LIB_FUNCTION("E+f1n8e8DAw", "libSceIme", 1, "libSceIme", 1, 1, sceImeDisableController); - LIB_FUNCTION("evjOsE18yuI", "libSceIme", 1, "libSceIme", 1, 1, sceImeFilterText); - LIB_FUNCTION("wVkehxutK-U", "libSceIme", 1, "libSceIme", 1, 1, sceImeForTestFunction); - LIB_FUNCTION("T6FYjZXG93o", "libSceIme", 1, "libSceIme", 1, 1, sceImeGetPanelPositionAndForm); - LIB_FUNCTION("ziPDcIjO0Vk", "libSceIme", 1, "libSceIme", 1, 1, sceImeGetPanelSize); - LIB_FUNCTION("PMVehSlfZ94", "libSceIme", 1, "libSceIme", 1, 1, sceImeKeyboardClose); - LIB_FUNCTION("VkqLPArfFdc", "libSceIme", 1, "libSceIme", 1, 1, sceImeKeyboardGetInfo); - LIB_FUNCTION("dKadqZFgKKQ", "libSceIme", 1, "libSceIme", 1, 1, sceImeKeyboardGetResourceId); - LIB_FUNCTION("eaFXjfJv3xs", "libSceIme", 1, "libSceIme", 1, 1, sceImeKeyboardOpen); - LIB_FUNCTION("oYkJlMK51SA", "libSceIme", 1, "libSceIme", 1, 1, sceImeKeyboardOpenInternal); - LIB_FUNCTION("ua+13Hk9kKs", "libSceIme", 1, "libSceIme", 1, 1, sceImeKeyboardSetMode); - LIB_FUNCTION("3Hx2Uw9xnv8", "libSceIme", 1, "libSceIme", 1, 1, sceImeKeyboardUpdate); - LIB_FUNCTION("RPydv-Jr1bc", "libSceIme", 1, "libSceIme", 1, 1, sceImeOpen); - LIB_FUNCTION("16UI54cWRQk", "libSceIme", 1, "libSceIme", 1, 1, sceImeOpenInternal); - LIB_FUNCTION("WmYDzdC4EHI", "libSceIme", 1, "libSceIme", 1, 1, sceImeParamInit); - LIB_FUNCTION("TQaogSaqkEk", "libSceIme", 1, "libSceIme", 1, 1, sceImeSetCandidateIndex); - LIB_FUNCTION("WLxUN2WMim8", "libSceIme", 1, "libSceIme", 1, 1, sceImeSetCaret); - LIB_FUNCTION("ieCNrVrzKd4", "libSceIme", 1, "libSceIme", 1, 1, sceImeSetText); - LIB_FUNCTION("TXYHFRuL8UY", "libSceIme", 1, "libSceIme", 1, 1, sceImeSetTextGeometry); - LIB_FUNCTION("-4GCfYdNF1s", "libSceIme", 1, "libSceIme", 1, 1, sceImeUpdate); - LIB_FUNCTION("oOwl47ouxoM", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshClearPreedit); - LIB_FUNCTION("gtoTsGM9vEY", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshClose); - LIB_FUNCTION("wTKF4mUlSew", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshConfirmPreedit); - LIB_FUNCTION("rM-1hkuOhh0", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshDisableController); - LIB_FUNCTION("42xMaQ+GLeQ", "libSceIme", 1, "libSceIme", 1, 1, - sceImeVshGetPanelPositionAndForm); - LIB_FUNCTION("ZmmV6iukhyo", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshInformConfirmdString); - LIB_FUNCTION("EQBusz6Uhp8", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshInformConfirmdString2); - LIB_FUNCTION("LBicRa-hj3A", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshOpen); - LIB_FUNCTION("-IAOwd2nO7g", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshSendTextInfo); - LIB_FUNCTION("qDagOjvJdNk", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshSetCaretGeometry); - LIB_FUNCTION("tNOlmxee-Nk", "libSceIme", 1, "libSceIme", 1, 1, - sceImeVshSetCaretIndexInPreedit); - LIB_FUNCTION("rASXozKkQ9g", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshSetPanelPosition); - LIB_FUNCTION("idvMaIu5H+k", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshSetParam); - LIB_FUNCTION("ga5GOgThbjo", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshSetPreeditGeometry); - LIB_FUNCTION("RuSca8rS6yA", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshSetSelectGeometry); - LIB_FUNCTION("J7COZrgSFRA", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshSetSelectionText); - LIB_FUNCTION("WqAayyok5p0", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshUpdate); - LIB_FUNCTION("O7Fdd+Oc-qQ", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshUpdateContext); - LIB_FUNCTION("fwcPR7+7Rks", "libSceIme", 1, "libSceIme", 1, 1, sceImeVshUpdateContext2); + LIB_FUNCTION("mN+ZoSN-8hQ", "libSceIme", 1, "libSceIme", FinalizeImeModule); + LIB_FUNCTION("uTW+63goeJs", "libSceIme", 1, "libSceIme", InitializeImeModule); + LIB_FUNCTION("Lf3DeGWC6xg", "libSceIme", 1, "libSceIme", sceImeCheckFilterText); + LIB_FUNCTION("zHuMUGb-AQI", "libSceIme", 1, "libSceIme", sceImeCheckRemoteEventParam); + LIB_FUNCTION("OTb0Mg+1i1k", "libSceIme", 1, "libSceIme", sceImeCheckUpdateTextInfo); + LIB_FUNCTION("TmVP8LzcFcY", "libSceIme", 1, "libSceIme", sceImeClose); + LIB_FUNCTION("Ho5NVQzpKHo", "libSceIme", 1, "libSceIme", sceImeConfigGet); + LIB_FUNCTION("P5dPeiLwm-M", "libSceIme", 1, "libSceIme", sceImeConfigSet); + LIB_FUNCTION("tKLmVIUkpyM", "libSceIme", 1, "libSceIme", sceImeConfirmCandidate); + LIB_FUNCTION("NYDsL9a0oEo", "libSceIme", 1, "libSceIme", sceImeDicAddWord); + LIB_FUNCTION("l01GKoyiQrY", "libSceIme", 1, "libSceIme", sceImeDicDeleteLearnDics); + LIB_FUNCTION("E2OcGgi-FPY", "libSceIme", 1, "libSceIme", sceImeDicDeleteUserDics); + LIB_FUNCTION("JAiMBkOTYKI", "libSceIme", 1, "libSceIme", sceImeDicDeleteWord); + LIB_FUNCTION("JoPdCUXOzMU", "libSceIme", 1, "libSceIme", sceImeDicGetWords); + LIB_FUNCTION("FuEl46uHDyo", "libSceIme", 1, "libSceIme", sceImeDicReplaceWord); + LIB_FUNCTION("E+f1n8e8DAw", "libSceIme", 1, "libSceIme", sceImeDisableController); + LIB_FUNCTION("evjOsE18yuI", "libSceIme", 1, "libSceIme", sceImeFilterText); + LIB_FUNCTION("wVkehxutK-U", "libSceIme", 1, "libSceIme", sceImeForTestFunction); + LIB_FUNCTION("T6FYjZXG93o", "libSceIme", 1, "libSceIme", sceImeGetPanelPositionAndForm); + LIB_FUNCTION("ziPDcIjO0Vk", "libSceIme", 1, "libSceIme", sceImeGetPanelSize); + LIB_FUNCTION("PMVehSlfZ94", "libSceIme", 1, "libSceIme", sceImeKeyboardClose); + LIB_FUNCTION("VkqLPArfFdc", "libSceIme", 1, "libSceIme", sceImeKeyboardGetInfo); + LIB_FUNCTION("dKadqZFgKKQ", "libSceIme", 1, "libSceIme", sceImeKeyboardGetResourceId); + LIB_FUNCTION("eaFXjfJv3xs", "libSceIme", 1, "libSceIme", sceImeKeyboardOpen); + LIB_FUNCTION("oYkJlMK51SA", "libSceIme", 1, "libSceIme", sceImeKeyboardOpenInternal); + LIB_FUNCTION("ua+13Hk9kKs", "libSceIme", 1, "libSceIme", sceImeKeyboardSetMode); + LIB_FUNCTION("3Hx2Uw9xnv8", "libSceIme", 1, "libSceIme", sceImeKeyboardUpdate); + LIB_FUNCTION("RPydv-Jr1bc", "libSceIme", 1, "libSceIme", sceImeOpen); + LIB_FUNCTION("16UI54cWRQk", "libSceIme", 1, "libSceIme", sceImeOpenInternal); + LIB_FUNCTION("WmYDzdC4EHI", "libSceIme", 1, "libSceIme", sceImeParamInit); + LIB_FUNCTION("TQaogSaqkEk", "libSceIme", 1, "libSceIme", sceImeSetCandidateIndex); + LIB_FUNCTION("WLxUN2WMim8", "libSceIme", 1, "libSceIme", sceImeSetCaret); + LIB_FUNCTION("ieCNrVrzKd4", "libSceIme", 1, "libSceIme", sceImeSetText); + LIB_FUNCTION("TXYHFRuL8UY", "libSceIme", 1, "libSceIme", sceImeSetTextGeometry); + LIB_FUNCTION("-4GCfYdNF1s", "libSceIme", 1, "libSceIme", sceImeUpdate); + LIB_FUNCTION("oOwl47ouxoM", "libSceIme", 1, "libSceIme", sceImeVshClearPreedit); + LIB_FUNCTION("gtoTsGM9vEY", "libSceIme", 1, "libSceIme", sceImeVshClose); + LIB_FUNCTION("wTKF4mUlSew", "libSceIme", 1, "libSceIme", sceImeVshConfirmPreedit); + LIB_FUNCTION("rM-1hkuOhh0", "libSceIme", 1, "libSceIme", sceImeVshDisableController); + LIB_FUNCTION("42xMaQ+GLeQ", "libSceIme", 1, "libSceIme", sceImeVshGetPanelPositionAndForm); + LIB_FUNCTION("ZmmV6iukhyo", "libSceIme", 1, "libSceIme", sceImeVshInformConfirmdString); + LIB_FUNCTION("EQBusz6Uhp8", "libSceIme", 1, "libSceIme", sceImeVshInformConfirmdString2); + LIB_FUNCTION("LBicRa-hj3A", "libSceIme", 1, "libSceIme", sceImeVshOpen); + LIB_FUNCTION("-IAOwd2nO7g", "libSceIme", 1, "libSceIme", sceImeVshSendTextInfo); + LIB_FUNCTION("qDagOjvJdNk", "libSceIme", 1, "libSceIme", sceImeVshSetCaretGeometry); + LIB_FUNCTION("tNOlmxee-Nk", "libSceIme", 1, "libSceIme", sceImeVshSetCaretIndexInPreedit); + LIB_FUNCTION("rASXozKkQ9g", "libSceIme", 1, "libSceIme", sceImeVshSetPanelPosition); + LIB_FUNCTION("idvMaIu5H+k", "libSceIme", 1, "libSceIme", sceImeVshSetParam); + LIB_FUNCTION("ga5GOgThbjo", "libSceIme", 1, "libSceIme", sceImeVshSetPreeditGeometry); + LIB_FUNCTION("RuSca8rS6yA", "libSceIme", 1, "libSceIme", sceImeVshSetSelectGeometry); + LIB_FUNCTION("J7COZrgSFRA", "libSceIme", 1, "libSceIme", sceImeVshSetSelectionText); + LIB_FUNCTION("WqAayyok5p0", "libSceIme", 1, "libSceIme", sceImeVshUpdate); + LIB_FUNCTION("O7Fdd+Oc-qQ", "libSceIme", 1, "libSceIme", sceImeVshUpdateContext); + LIB_FUNCTION("fwcPR7+7Rks", "libSceIme", 1, "libSceIme", sceImeVshUpdateContext2); }; } // namespace Libraries::Ime \ No newline at end of file diff --git a/libraries/kernel.cpp b/libraries/kernel.cpp index ccd3e24..2d4db00 100644 --- a/libraries/kernel.cpp +++ b/libraries/kernel.cpp @@ -8,82 +8,12 @@ namespace Libraries::Kernel { -s32 PS4_SYSV_ABI sceKernelGetOpenPsId() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpAttachMemoryRegion() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpAttachMemoryRegionAsUserFile() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpAttachUserFile() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpAttachUserMemoryFile() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpConfigDumpMode() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpDebugTextOut() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpGetStopInfoCpu() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpGetStopInfoGpu() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpGetThreadContextInfo() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpInternalGetThreadContextInfo() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpRegisterCoredumpHandler() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpSetUserDataType() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpUnregisterCoredumpHandler() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpWriteUserData() { +s32 PS4_SYSV_ABI __elf_phdr_match_addr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_9889095293F9BCAA() { +s32 PS4_SYSV_ABI __error() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } @@ -93,261 +23,6 @@ s32 PS4_SYSV_ABI __freeze() { return ORBIS_OK; } -s32 PS4_SYSV_ABI sysc_e00() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sysc_s00() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI access() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI chdir() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI dup() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI dup2() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI ioctl() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI lstat() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI pipe() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI poll() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI pthread_cond_setname_np() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI pthread_get_user_context_np() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI pthread_kill() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI pthread_mutex_reltimedlock_np() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI pthread_mutex_setname_np() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI pthread_resume_user_context_np() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI pthread_suspend_user_context_np() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelDebugRaiseException() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithContext() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelGetFsSandboxRandomWord() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelGetModuleInfoFromAddr() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelJitCreateAliasOfSharedMemory() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelJitCreateSharedMemory() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelJitMapSharedMemory() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelOpenSema() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelSetProcessProperty() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sem_setname() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sigaction() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sigaddset() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sigaltstack() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sigdelset() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sigemptyset() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sigfillset() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sigismember() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI signal() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sigprocmask() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sigsuspend() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI socketpair() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sysconf() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelJitGetSharedMemoryInfo() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpDebugForceCoredumpOnAppClose() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceCoredumpDebugTriggerCoredump() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelGetSocPowerConsumption() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelIccGetCountTime() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelIccGetErrLog() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelIccGetHwInfo() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceKernelIccGetSysEventLog() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI Func_829822FC6C04D88B() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI Func_B95F988A5707A80B() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI __elf_phdr_match_addr() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI __error() { - LOG_ERROR(Lib_Kernel, "(STUBBED) called"); - return ORBIS_OK; -} - s32 PS4_SYSV_ABI __inet_ntop() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -798,6 +473,11 @@ s32 PS4_SYSV_ABI accept() { return ORBIS_OK; } +s32 PS4_SYSV_ABI access() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI amd64_set_fsbase() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -828,6 +508,11 @@ s32 PS4_SYSV_ABI blockpool_unmap() { return ORBIS_OK; } +s32 PS4_SYSV_ABI chdir() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI chflags() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -903,6 +588,16 @@ s32 PS4_SYSV_ABI dlsym() { return ORBIS_OK; } +s32 PS4_SYSV_ABI dup() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI dup2() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI dynlib_get_obj_member() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -1153,6 +848,11 @@ s32 PS4_SYSV_ABI inet_pton() { return ORBIS_OK; } +s32 PS4_SYSV_ABI ioctl() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI ipmimgr_call() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -1268,6 +968,11 @@ s32 PS4_SYSV_ABI lseek() { return ORBIS_OK; } +s32 PS4_SYSV_ABI lstat() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI madvise() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -1363,6 +1068,16 @@ s32 PS4_SYSV_ABI physhm_unlink() { return ORBIS_OK; } +s32 PS4_SYSV_ABI pipe() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI poll() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI pread() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -1583,6 +1298,11 @@ s32 PS4_SYSV_ABI pthread_cond_reltimedwait_np() { return ORBIS_OK; } +s32 PS4_SYSV_ABI pthread_cond_setname_np() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI pthread_cond_signal() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -1663,6 +1383,11 @@ s32 PS4_SYSV_ABI pthread_get_specificarray_np() { return ORBIS_OK; } +s32 PS4_SYSV_ABI pthread_get_user_context_np() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI pthread_getaffinity_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -1723,6 +1448,11 @@ s32 PS4_SYSV_ABI pthread_key_delete() { return ORBIS_OK; } +s32 PS4_SYSV_ABI pthread_kill() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI pthread_main_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -1773,6 +1503,16 @@ s32 PS4_SYSV_ABI pthread_mutex_lock() { return ORBIS_OK; } +s32 PS4_SYSV_ABI pthread_mutex_reltimedlock_np() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI pthread_mutex_setname_np() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI pthread_mutex_setprioceiling() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -1883,6 +1623,11 @@ s32 PS4_SYSV_ABI pthread_resume_np() { return ORBIS_OK; } +s32 PS4_SYSV_ABI pthread_resume_user_context_np() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI pthread_rwlock_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -2073,6 +1818,11 @@ s32 PS4_SYSV_ABI pthread_suspend_np() { return ORBIS_OK; } +s32 PS4_SYSV_ABI pthread_suspend_user_context_np() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI pthread_switch_add_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -2458,11 +2208,21 @@ s32 PS4_SYSV_ABI sceKernelDebugOutText() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceKernelDebugRaiseException() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionOnReleaseMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } +s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithContext() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -2838,6 +2598,11 @@ s32 PS4_SYSV_ABI sceKernelGetForceUpdateModeForRcmgr() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceKernelGetFsSandboxRandomWord() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceKernelGetGPI() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -2888,6 +2653,11 @@ s32 PS4_SYSV_ABI sceKernelGetModuleInfoForUnwind() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceKernelGetModuleInfoFromAddr() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceKernelGetModuleInfoInternal() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -3043,6 +2813,11 @@ s32 PS4_SYSV_ABI sceKernelGetSanitizerNewReplaceExternal() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceKernelGetSocPowerConsumption() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceKernelGetSocSensorTemperature() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -3193,6 +2968,11 @@ s32 PS4_SYSV_ABI sceKernelIccGetBDPowerState() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceKernelIccGetCountTime() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceKernelIccGetCPMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -3203,6 +2983,16 @@ s32 PS4_SYSV_ABI sceKernelIccGetCpuInfoBit() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceKernelIccGetErrLog() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceKernelIccGetHwInfo() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceKernelIccGetPowerNumberOfBootShutdown() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -3218,6 +3008,11 @@ s32 PS4_SYSV_ABI sceKernelIccGetPowerUpCause() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceKernelIccGetSysEventLog() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceKernelIccGetThermalAlert() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -3408,27 +3203,47 @@ s32 PS4_SYSV_ABI sceKernelIsKratos() { return ORBIS_OK; } -s32 PS4_SYSV_ABI sceKernelIsMainOnStanbyMode() { +s32 PS4_SYSV_ABI sceKernelIsMainOnStanbyMode() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceKernelIsMainOnStandbyMode() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceKernelIsNeoMode() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceKernelIsStack() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceKernelIsTestKit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceKernelIsMainOnStandbyMode() { +s32 PS4_SYSV_ABI sceKernelJitCreateAliasOfSharedMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceKernelIsNeoMode() { +s32 PS4_SYSV_ABI sceKernelJitCreateSharedMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceKernelIsStack() { +s32 PS4_SYSV_ABI sceKernelJitGetSharedMemoryInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceKernelIsTestKit() { +s32 PS4_SYSV_ABI sceKernelJitMapSharedMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } @@ -3643,6 +3458,11 @@ s32 PS4_SYSV_ABI sceKernelOpenEventFlag() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceKernelOpenSema() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceKernelPollEventFlag() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -3898,6 +3718,11 @@ s32 PS4_SYSV_ABI sceKernelSetProcessName() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceKernelSetProcessProperty() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceKernelSetProcessPropertyString() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -4828,6 +4653,11 @@ s32 PS4_SYSV_ABI sem_reltimedwait_np() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sem_setname() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sem_timedwait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -4948,16 +4778,61 @@ s32 PS4_SYSV_ABI shutdown() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sigaction() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sigaddset() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sigaltstack() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sigdelset() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sigemptyset() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sigfillset() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sigismember() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI siglongjmp() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } +s32 PS4_SYSV_ABI signal() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sigpending() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } +s32 PS4_SYSV_ABI sigprocmask() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sigqueue() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -4973,6 +4848,11 @@ s32 PS4_SYSV_ABI sigsetjmp() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sigsuspend() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sigtimedwait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -4998,6 +4878,11 @@ s32 PS4_SYSV_ABI socket() { return ORBIS_OK; } +s32 PS4_SYSV_ABI socketpair() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI stat() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -5018,6 +4903,11 @@ s32 PS4_SYSV_ABI sysarch() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sysconf() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sysctl() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -5173,6 +5063,11 @@ s32 PS4_SYSV_ABI Func_71A7C3C5AEB8B0EE() { return ORBIS_OK; } +s32 PS4_SYSV_ABI Func_829822FC6C04D88B() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI Func_866AB0F0694DFAD2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -5188,6 +5083,11 @@ s32 PS4_SYSV_ABI Func_AAD1CE2ED156ABB6() { return ORBIS_OK; } +s32 PS4_SYSV_ABI Func_B95F988A5707A80B() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI Func_BDF61AC64C672574() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -5228,6 +5128,16 @@ s32 PS4_SYSV_ABI Func_FEE3EAF3655B44C2() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceKernelIsProspero() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceKernelGetOpenPsId() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI Func_0A531D1EEBBE4750() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; @@ -5243,1548 +5153,1517 @@ s32 PS4_SYSV_ABI sceKernelGetModuleList2() { return ORBIS_OK; } -s32 PS4_SYSV_ABI sceKernelIsProspero() { +s32 PS4_SYSV_ABI sceKernelIsModuleLoaded() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceKernelIsModuleLoaded() { +s32 PS4_SYSV_ABI sysc_e00() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sysc_s00() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpAttachMemoryRegion() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpAttachMemoryRegionAsUserFile() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpAttachUserFile() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpAttachUserMemoryFile() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpConfigDumpMode() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpDebugTextOut() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpGetStopInfoCpu() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpGetStopInfoGpu() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpGetThreadContextInfo() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpInternalGetThreadContextInfo() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpRegisterCoredumpHandler() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpSetUserDataType() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpUnregisterCoredumpHandler() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpWriteUserData() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI Func_9889095293F9BCAA() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpDebugForceCoredumpOnAppClose() { + LOG_ERROR(Lib_Kernel, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceCoredumpDebugTriggerCoredump() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("DLORcroUqbc", "libSceOpenPsId", 1, "libkernel", 1, 1, sceKernelGetOpenPsId); - LIB_FUNCTION("+YX0z-GUSNw", "libSceCoredump", 1, "libkernel", 1, 1, - sceCoredumpAttachMemoryRegion); - LIB_FUNCTION("MEJ7tc7ThwM", "libSceCoredump", 1, "libkernel", 1, 1, - sceCoredumpAttachMemoryRegionAsUserFile); - LIB_FUNCTION("5nc2gdLNsok", "libSceCoredump", 1, "libkernel", 1, 1, sceCoredumpAttachUserFile); - LIB_FUNCTION("DoKHmUw1yiQ", "libSceCoredump", 1, "libkernel", 1, 1, - sceCoredumpAttachUserMemoryFile); - LIB_FUNCTION("gzLt9Qrauk0", "libSceCoredump", 1, "libkernel", 1, 1, sceCoredumpConfigDumpMode); - LIB_FUNCTION("dei8oUx6DbU", "libSceCoredump", 1, "libkernel", 1, 1, sceCoredumpDebugTextOut); - LIB_FUNCTION("kK0DUW1Ukgc", "libSceCoredump", 1, "libkernel", 1, 1, sceCoredumpGetStopInfoCpu); - LIB_FUNCTION("nsyWCTsI3MY", "libSceCoredump", 1, "libkernel", 1, 1, sceCoredumpGetStopInfoGpu); - LIB_FUNCTION("ShChva57wIM", "libSceCoredump", 1, "libkernel", 1, 1, - sceCoredumpGetThreadContextInfo); - LIB_FUNCTION("qCDIxJL+IN8", "libSceCoredump", 1, "libkernel", 1, 1, - sceCoredumpInternalGetThreadContextInfo); - LIB_FUNCTION("8zLSfEfW5AU", "libSceCoredump", 1, "libkernel", 1, 1, - sceCoredumpRegisterCoredumpHandler); - LIB_FUNCTION("Uxqkdta7wEg", "libSceCoredump", 1, "libkernel", 1, 1, - sceCoredumpSetUserDataType); - LIB_FUNCTION("fFkhOgztiCA", "libSceCoredump", 1, "libkernel", 1, 1, - sceCoredumpUnregisterCoredumpHandler); - LIB_FUNCTION("Dbbkj6YHWdo", "libSceCoredump", 1, "libkernel", 1, 1, sceCoredumpWriteUserData); - LIB_FUNCTION("mIkJUpP5vKo", "libSceCoredump", 1, "libkernel", 1, 1, Func_9889095293F9BCAA); - LIB_FUNCTION("nSSPVGJLMjE", "libkernel_sysc_se", 1, "libkernel", 1, 1, __freeze); - LIB_FUNCTION("eaiyhIBmf34", "libkernel_sysc_se", 1, "libkernel", 1, 1, sysc_e00); - LIB_FUNCTION("XPlTYt2TOg0", "libkernel_sysc_se", 1, "libkernel", 1, 1, sysc_s00); - LIB_FUNCTION("8vE6Z6VEYyk", "libkernel_psmkit", 1, "libkernel", 1, 1, access); - LIB_FUNCTION("6mMQ1MSPW-Q", "libkernel_psmkit", 1, "libkernel", 1, 1, chdir); - LIB_FUNCTION("iiQjzvfWDq0", "libkernel_psmkit", 1, "libkernel", 1, 1, dup); - LIB_FUNCTION("wdUufa9g-D8", "libkernel_psmkit", 1, "libkernel", 1, 1, dup2); - LIB_FUNCTION("PfccT7qURYE", "libkernel_psmkit", 1, "libkernel", 1, 1, ioctl); - LIB_FUNCTION("DRGXpDDh8Ng", "libkernel_psmkit", 1, "libkernel", 1, 1, lstat); - LIB_FUNCTION("-Jp7F+pXxNg", "libkernel_psmkit", 1, "libkernel", 1, 1, pipe); - LIB_FUNCTION("ku7D4q1Y9PI", "libkernel_psmkit", 1, "libkernel", 1, 1, poll); - LIB_FUNCTION("EZ8h70dtFLg", "libkernel_psmkit", 1, "libkernel", 1, 1, pthread_cond_setname_np); - LIB_FUNCTION("YkGOXpJEtO8", "libkernel_psmkit", 1, "libkernel", 1, 1, - pthread_get_user_context_np); - LIB_FUNCTION("yH-uQW3LbX0", "libkernel_psmkit", 1, "libkernel", 1, 1, pthread_kill); - LIB_FUNCTION("nbQ0bXMRlhk", "libkernel_psmkit", 1, "libkernel", 1, 1, - pthread_mutex_reltimedlock_np); - LIB_FUNCTION("nTxZBp8YNGc", "libkernel_psmkit", 1, "libkernel", 1, 1, - pthread_mutex_setname_np); - LIB_FUNCTION("QRdE7dBfNks", "libkernel_psmkit", 1, "libkernel", 1, 1, - pthread_resume_user_context_np); - LIB_FUNCTION("cfjAjVTFG6A", "libkernel_psmkit", 1, "libkernel", 1, 1, - pthread_suspend_user_context_np); - LIB_FUNCTION("OMDRKKAZ8I4", "libkernel_psmkit", 1, "libkernel", 1, 1, - sceKernelDebugRaiseException); - LIB_FUNCTION("DKWTYfo-jMY", "libkernel_psmkit", 1, "libkernel", 1, 1, - sceKernelDebugRaiseExceptionWithContext); - LIB_FUNCTION("JGfTMBOdUJo", "libkernel_psmkit", 1, "libkernel", 1, 1, - sceKernelGetFsSandboxRandomWord); - LIB_FUNCTION("f7KBOafysXo", "libkernel_psmkit", 1, "libkernel", 1, 1, - sceKernelGetModuleInfoFromAddr); - LIB_FUNCTION("MR221Mwo0Pc", "libkernel_psmkit", 1, "libkernel", 1, 1, - sceKernelJitCreateAliasOfSharedMemory); - LIB_FUNCTION("avvJ3J0H0EY", "libkernel_psmkit", 1, "libkernel", 1, 1, - sceKernelJitCreateSharedMemory); - LIB_FUNCTION("YKT49TOLQWs", "libkernel_psmkit", 1, "libkernel", 1, 1, - sceKernelJitMapSharedMemory); - LIB_FUNCTION("MwhHNKdBXq8", "libkernel_psmkit", 1, "libkernel", 1, 1, sceKernelOpenSema); - LIB_FUNCTION("-W4xI5aVI8w", "libkernel_psmkit", 1, "libkernel", 1, 1, - sceKernelSetProcessProperty); - LIB_FUNCTION("-wUggz2S5yk", "libkernel_psmkit", 1, "libkernel", 1, 1, sem_setname); - LIB_FUNCTION("KiJEPEWRyUY", "libkernel_psmkit", 1, "libkernel", 1, 1, sigaction); - LIB_FUNCTION("JUimFtKe0Kc", "libkernel_psmkit", 1, "libkernel", 1, 1, sigaddset); - LIB_FUNCTION("sHziAegVp74", "libkernel_psmkit", 1, "libkernel", 1, 1, sigaltstack); - LIB_FUNCTION("Nd-u09VFSCA", "libkernel_psmkit", 1, "libkernel", 1, 1, sigdelset); - LIB_FUNCTION("+F7C-hdk7+E", "libkernel_psmkit", 1, "libkernel", 1, 1, sigemptyset); - LIB_FUNCTION("VkTAsrZDcJ0", "libkernel_psmkit", 1, "libkernel", 1, 1, sigfillset); - LIB_FUNCTION("JnNl8Xr-z4Y", "libkernel_psmkit", 1, "libkernel", 1, 1, sigismember); - LIB_FUNCTION("VADc3MNQ3cM", "libkernel_psmkit", 1, "libkernel", 1, 1, signal); - LIB_FUNCTION("aPcyptbOiZs", "libkernel_psmkit", 1, "libkernel", 1, 1, sigprocmask); - LIB_FUNCTION("KZ-4qlqlpmo", "libkernel_psmkit", 1, "libkernel", 1, 1, sigsuspend); - LIB_FUNCTION("MZb0GKT3mo8", "libkernel_psmkit", 1, "libkernel", 1, 1, socketpair); - LIB_FUNCTION("mkawd0NA9ts", "libkernel_psmkit", 1, "libkernel", 1, 1, sysconf); - LIB_FUNCTION("MR221Mwo0Pc", "libkernel_ps2emu", 1, "libkernel", 1, 1, - sceKernelJitCreateAliasOfSharedMemory); - LIB_FUNCTION("avvJ3J0H0EY", "libkernel_ps2emu", 1, "libkernel", 1, 1, - sceKernelJitCreateSharedMemory); - LIB_FUNCTION("9yxlvURJU6U", "libkernel_ps2emu", 1, "libkernel", 1, 1, - sceKernelJitGetSharedMemoryInfo); - LIB_FUNCTION("YKT49TOLQWs", "libkernel_ps2emu", 1, "libkernel", 1, 1, - sceKernelJitMapSharedMemory); - LIB_FUNCTION("MZb0GKT3mo8", "libkernel_ps2emu", 1, "libkernel", 1, 1, socketpair); - LIB_FUNCTION("1Pw5n31Ayxc", "libSceCoredump_debug", 1, "libkernel", 1, 1, - sceCoredumpDebugForceCoredumpOnAppClose); - LIB_FUNCTION("G420P25pN5Y", "libSceCoredump_debug", 1, "libkernel", 1, 1, - sceCoredumpDebugTriggerCoredump); - LIB_FUNCTION("PfccT7qURYE", "libkernel_qadisc", 1, "libkernel", 1, 1, ioctl); - LIB_FUNCTION("CA5jcDb2vYI", "libkernel_qadisc", 1, "libkernel", 1, 1, - sceKernelGetSocPowerConsumption); - LIB_FUNCTION("U0NKl-rjhYA", "libkernel_qadisc", 1, "libkernel", 1, 1, - sceKernelIccGetCountTime); - LIB_FUNCTION("8TqMzIggthc", "libkernel_qadisc", 1, "libkernel", 1, 1, sceKernelIccGetErrLog); - LIB_FUNCTION("C+i9gJY4A1I", "libkernel_qadisc", 1, "libkernel", 1, 1, sceKernelIccGetHwInfo); - LIB_FUNCTION("L21PBFwqIiM", "libkernel_qadisc", 1, "libkernel", 1, 1, - sceKernelIccGetSysEventLog); - LIB_FUNCTION("gpgi-GwE2Is", "libkernel_qadisc", 1, "libkernel", 1, 1, Func_829822FC6C04D88B); - LIB_FUNCTION("uV+YilcHqAs", "libkernel_qadisc", 1, "libkernel", 1, 1, Func_B95F988A5707A80B); - LIB_FUNCTION("Fjc4-n1+y2g", "libkernel", 1, "libkernel", 1, 1, __elf_phdr_match_addr); - LIB_FUNCTION("9BcDykPmo1I", "libkernel", 1, "libkernel", 1, 1, __error); - LIB_FUNCTION("nSSPVGJLMjE", "libkernel", 1, "libkernel", 1, 1, __freeze); - LIB_FUNCTION("4pYihoPggn8", "libkernel", 1, "libkernel", 1, 1, __inet_ntop); - LIB_FUNCTION("fyPeCKJ94Hg", "libkernel", 1, "libkernel", 1, 1, __inet_pton); - LIB_FUNCTION("djxxOmW6-aw", "libkernel", 1, "libkernel", 1, 1, __progname); - LIB_FUNCTION("iWsFlYMf3Kw", "libkernel", 1, "libkernel", 1, 1, __pthread_cleanup_pop_imp); - LIB_FUNCTION("1xvtUVx1-Sg", "libkernel", 1, "libkernel", 1, 1, __pthread_cleanup_push_imp); - LIB_FUNCTION("kbw4UHHSYy0", "libkernel", 1, "libkernel", 1, 1, __pthread_cxa_finalize); - LIB_FUNCTION("3JYhkiIHkJc", "libkernel", 1, "libkernel", 1, 1, __sceKernelGetGPI); - LIB_FUNCTION("Ou3iL1abvng", "libkernel", 1, "libkernel", 1, 1, __stack_chk_fail); - LIB_FUNCTION("f7uOxY9mM1U", "libkernel", 1, "libkernel", 1, 1, __stack_chk_guard); - LIB_FUNCTION("zdaF5N-Xe2M", "libkernel", 1, "libkernel", 1, 1, __sys_debug_init); - LIB_FUNCTION("YbAunrti+54", "libkernel", 1, "libkernel", 1, 1, __sys_dl_get_info); - LIB_FUNCTION("XujojypwYYc", "libkernel", 1, "libkernel", 1, 1, __sys_dl_get_list); - LIB_FUNCTION("7OpNDDNMJyo", "libkernel", 1, "libkernel", 1, 1, __sys_dl_get_metadata); - LIB_FUNCTION("K7xiuldOPKw", "libkernel", 1, "libkernel", 1, 1, - __sys_dynlib_get_info_for_libdbg); - LIB_FUNCTION("nTc+tFajGqQ", "libkernel", 1, "libkernel", 1, 1, __sys_dynlib_get_info2); - LIB_FUNCTION("vpo3SbGFuEk", "libkernel", 1, "libkernel", 1, 1, - __sys_dynlib_get_list_for_libdbg); - LIB_FUNCTION("P0jjY6bxakI", "libkernel", 1, "libkernel", 1, 1, __sys_dynlib_get_list2); - LIB_FUNCTION("nZHk+lpqwVQ", "libkernel", 1, "libkernel", 1, 1, __sys_dynlib_load_prx); - LIB_FUNCTION("nG-FYqFutUo", "libkernel", 1, "libkernel", 1, 1, __sys_get_proc_type_info); - LIB_FUNCTION("O-hEvSnv2o4", "libkernel", 1, "libkernel", 1, 1, __sys_is_development_mode); - LIB_FUNCTION("2M+dFM8Wmq4", "libkernel", 1, "libkernel", 1, 1, __sys_kqueueex); - LIB_FUNCTION("3CNY4Z0Luc8", "libkernel", 1, "libkernel", 1, 1, __sys_namedobj_create); - LIB_FUNCTION("E7CmfLfeSuQ", "libkernel", 1, "libkernel", 1, 1, __sys_namedobj_delete); - LIB_FUNCTION("UTR6wAkajxk", "libkernel", 1, "libkernel", 1, 1, __sys_netabort); - LIB_FUNCTION("zsTvhCDrOjQ", "libkernel", 1, "libkernel", 1, 1, __sys_netcontrol); - LIB_FUNCTION("X86Q0qQJ1m0", "libkernel", 1, "libkernel", 1, 1, __sys_netgetiflist); - LIB_FUNCTION("Wx2+2t1mX1E", "libkernel", 1, "libkernel", 1, 1, __sys_netgetsockinfo); - LIB_FUNCTION("iZFJYJJoZS8", "libkernel", 1, "libkernel", 1, 1, __sys_opmc_disable); - LIB_FUNCTION("MGrj20+EK+U", "libkernel", 1, "libkernel", 1, 1, __sys_opmc_enable); - LIB_FUNCTION("h+4DJpAXs4I", "libkernel", 1, "libkernel", 1, 1, __sys_opmc_get_ctr); - LIB_FUNCTION("IglowNcOePQ", "libkernel", 1, "libkernel", 1, 1, __sys_opmc_get_hw); - LIB_FUNCTION("vS-RnoD1BSY", "libkernel", 1, "libkernel", 1, 1, __sys_opmc_set_ctl); - LIB_FUNCTION("ztNqqNCl1Tw", "libkernel", 1, "libkernel", 1, 1, __sys_opmc_set_ctr); - LIB_FUNCTION("PIt9WYaoBqU", "libkernel", 1, "libkernel", 1, 1, __sys_opmc_set_hw); - LIB_FUNCTION("raO+bB7q2cY", "libkernel", 1, "libkernel", 1, 1, __sys_osem_close); - LIB_FUNCTION("kPGXeSQeoWc", "libkernel", 1, "libkernel", 1, 1, __sys_osem_open); - LIB_FUNCTION("n0ErFZ2hmKs", "libkernel", 1, "libkernel", 1, 1, __sys_randomized_path); - LIB_FUNCTION("9Iem9Wk07xU", "libkernel", 1, "libkernel", 1, 1, __sys_rdup); - LIB_FUNCTION("7NwggrWJ5cA", "libkernel", 1, "libkernel", 1, 1, __sys_regmgr_call); - LIB_FUNCTION("ByogDrS-Xw8", "libkernel", 1, "libkernel", 1, 1, __sys_set_uevt); - LIB_FUNCTION("t+rTx5NW+qU", "libkernel", 1, "libkernel", 1, 1, __sys_socketclose); - LIB_FUNCTION("pG70GT5yRo4", "libkernel", 1, "libkernel", 1, 1, __sys_socketex); - LIB_FUNCTION("EeVthQocE3Y", "libkernel", 1, "libkernel", 1, 1, __sys_test_debug_rwmem); - LIB_FUNCTION("jTPE1AS7uak", "libkernel", 1, "libkernel", 1, 1, __sys_workaround8849); - LIB_FUNCTION("vNe1w4diLCs", "libkernel", 1, "libkernel", 1, 1, __tls_get_addr); - LIB_FUNCTION("OjWstbIRPUo", "libkernel", 1, "libkernel", 1, 1, __Ux86_64_setcontext); - LIB_FUNCTION("B+zfF7bMswI", "libkernel", 1, "libkernel", 1, 1, _accept); - LIB_FUNCTION("4boImm4wxu0", "libkernel", 1, "libkernel", 1, 1, _bind); - LIB_FUNCTION("NNtFaKJbPt0", "libkernel", 1, "libkernel", 1, 1, _close); - LIB_FUNCTION("KFDGyLj80MY", "libkernel", 1, "libkernel", 1, 1, _connect); - LIB_FUNCTION("W8f1adVl+48", "libkernel", 1, "libkernel", 1, 1, _dup2); - LIB_FUNCTION("-3nj+K1elI0", "libkernel", 1, "libkernel", 1, 1, _execve); - LIB_FUNCTION("ScfDTOqLOMw", "libkernel", 1, "libkernel", 1, 1, _execvpe); - LIB_FUNCTION("6Z83sYWFlA8", "libkernel", 1, "libkernel", 1, 1, _exit); - LIB_FUNCTION("t0fXUzq61Z4", "libkernel", 1, "libkernel", 1, 1, _fcntl); - LIB_FUNCTION("cZq1zIzFN7s", "libkernel", 1, "libkernel", 1, 1, _fpathconf); - LIB_FUNCTION("A0O5kF5x4LQ", "libkernel", 1, "libkernel", 1, 1, _fstat); - LIB_FUNCTION("17Mfe1B3X6U", "libkernel", 1, "libkernel", 1, 1, _fstatfs); - LIB_FUNCTION("sfKygSjIbI8", "libkernel", 1, "libkernel", 1, 1, _getdirentries); - LIB_FUNCTION("rTNM7adVYog", "libkernel", 1, "libkernel", 1, 1, _getpeername); - LIB_FUNCTION("6Gwl39KKUEI", "libkernel", 1, "libkernel", 1, 1, _getsockname); - LIB_FUNCTION("cL2QUlo9Vnk", "libkernel", 1, "libkernel", 1, 1, _getsockopt); - LIB_FUNCTION("wW+k21cmbwQ", "libkernel", 1, "libkernel", 1, 1, _ioctl); - LIB_FUNCTION("crb5j7mkk1c", "libkernel", 1, "libkernel", 1, 1, _is_signal_return); - LIB_FUNCTION("6EYF3tXjXbU", "libkernel", 1, "libkernel", 1, 1, _listen); - LIB_FUNCTION("NhpspxdjEKU", "libkernel", 1, "libkernel", 1, 1, _nanosleep); - LIB_FUNCTION("6c3rCVE-fTU", "libkernel", 1, "libkernel", 1, 1, _open); - LIB_FUNCTION("bGVEgWXy6dg", "libkernel", 1, "libkernel", 1, 1, _openat); - LIB_FUNCTION("DRuBt2pvICk", "libkernel", 1, "libkernel", 1, 1, _read); - LIB_FUNCTION("+WRlkKjZvag", "libkernel", 1, "libkernel", 1, 1, _readv); - LIB_FUNCTION("gPcQ3OrFBUA", "libkernel", 1, "libkernel", 1, 1, _recvfrom); - LIB_FUNCTION("PcKApW9kVoQ", "libkernel", 1, "libkernel", 1, 1, _recvmsg); - LIB_FUNCTION("p5EcQeEeJAE", "libkernel", 1, "libkernel", 1, 1, - _sceKernelRtldSetApplicationHeapAPI); - LIB_FUNCTION("8OnWXlgQlvo", "libkernel", 1, "libkernel", 1, 1, - _sceKernelRtldThreadAtexitDecrement); - LIB_FUNCTION("Tz4RNUCBbGI", "libkernel", 1, "libkernel", 1, 1, - _sceKernelRtldThreadAtexitIncrement); - LIB_FUNCTION("pB-yGZ2nQ9o", "libkernel", 1, "libkernel", 1, 1, _sceKernelSetThreadAtexitCount); - LIB_FUNCTION("WhCc1w3EhSI", "libkernel", 1, "libkernel", 1, 1, - _sceKernelSetThreadAtexitReport); - LIB_FUNCTION("rNhWz+lvOMU", "libkernel", 1, "libkernel", 1, 1, _sceKernelSetThreadDtors); - LIB_FUNCTION("+L22kkFiXok", "libkernel", 1, "libkernel", 1, 1, _sendmsg); - LIB_FUNCTION("lvDhwhUC05E", "libkernel", 1, "libkernel", 1, 1, _sendto); - LIB_FUNCTION("a4KKvF-ME4M", "libkernel", 1, "libkernel", 1, 1, _setsockopt); - LIB_FUNCTION("UDCI-WazohQ", "libkernel", 1, "libkernel", 1, 1, _sigaction); - LIB_FUNCTION("nQVWJEGHObc", "libkernel", 1, "libkernel", 1, 1, _sigintr); - LIB_FUNCTION("6xVpy0Fdq+I", "libkernel", 1, "libkernel", 1, 1, _sigprocmask); - LIB_FUNCTION("9zpLsLESzTs", "libkernel", 1, "libkernel", 1, 1, _sigsuspend); - LIB_FUNCTION("04AjkP0jO9U", "libkernel", 1, "libkernel", 1, 1, _umtx_op); - LIB_FUNCTION("RFlsu7nfopM", "libkernel", 1, "libkernel", 1, 1, _wait4); - LIB_FUNCTION("FxVZqBAA7ks", "libkernel", 1, "libkernel", 1, 1, _write); - LIB_FUNCTION("YSHRBRLn2pI", "libkernel", 1, "libkernel", 1, 1, _writev); - LIB_FUNCTION("3e+4Iv7IJ8U", "libkernel", 1, "libkernel", 1, 1, accept); - LIB_FUNCTION("8vE6Z6VEYyk", "libkernel", 1, "libkernel", 1, 1, access); - LIB_FUNCTION("3SVaehJvYFk", "libkernel", 1, "libkernel", 1, 1, amd64_set_fsbase); - LIB_FUNCTION("KuOmgKoqCdY", "libkernel", 1, "libkernel", 1, 1, bind); - LIB_FUNCTION("-pOg5A6Yr6g", "libkernel", 1, "libkernel", 1, 1, blockpool_batch); - LIB_FUNCTION("99XpfyBTg9c", "libkernel", 1, "libkernel", 1, 1, blockpool_map); - LIB_FUNCTION("JVgZfJt3ZqQ", "libkernel", 1, "libkernel", 1, 1, blockpool_open); - LIB_FUNCTION("KZchfealTT4", "libkernel", 1, "libkernel", 1, 1, blockpool_unmap); - LIB_FUNCTION("6mMQ1MSPW-Q", "libkernel", 1, "libkernel", 1, 1, chdir); - LIB_FUNCTION("ixrw0h2tWuI", "libkernel", 1, "libkernel", 1, 1, chflags); - LIB_FUNCTION("z0dtnPxYgtg", "libkernel", 1, "libkernel", 1, 1, chmod); - LIB_FUNCTION("smIj7eqzZE8", "libkernel", 1, "libkernel", 1, 1, clock_getres); - LIB_FUNCTION("lLMT9vJAck0", "libkernel", 1, "libkernel", 1, 1, clock_gettime); - LIB_FUNCTION("d7nUj1LOdDU", "libkernel", 1, "libkernel", 1, 1, clock_settime); - LIB_FUNCTION("bY-PO6JhzhQ", "libkernel", 1, "libkernel", 1, 1, close); - LIB_FUNCTION("XVL8So3QJUk", "libkernel", 1, "libkernel", 1, 1, connect); - LIB_FUNCTION("Pdgml4rbxYk", "libkernel", 1, "libkernel", 1, 1, cpuset_getaffinity); - LIB_FUNCTION("DGY7qWLcHGA", "libkernel", 1, "libkernel", 1, 1, cpuset_getid); - LIB_FUNCTION("0Ma-LQjv6So", "libkernel", 1, "libkernel", 1, 1, cpuset_setaffinity); - LIB_FUNCTION("5AMS0IntU8I", "libkernel", 1, "libkernel", 1, 1, creat); - LIB_FUNCTION("oiT0vgzmW0M", "libkernel", 1, "libkernel", 1, 1, dlclose); - LIB_FUNCTION("ucFJiTO1EUw", "libkernel", 1, "libkernel", 1, 1, dlerror); - LIB_FUNCTION("UteVS6B1ZrU", "libkernel", 1, "libkernel", 1, 1, dlopen); - LIB_FUNCTION("biY+kcVB5D4", "libkernel", 1, "libkernel", 1, 1, dlsym); - LIB_FUNCTION("iiQjzvfWDq0", "libkernel", 1, "libkernel", 1, 1, dup); - LIB_FUNCTION("wdUufa9g-D8", "libkernel", 1, "libkernel", 1, 1, dup2); - LIB_FUNCTION("6eh9QGpaRWw", "libkernel", 1, "libkernel", 1, 1, dynlib_get_obj_member); - LIB_FUNCTION("+2thxYZ4syk", "libkernel", 1, "libkernel", 1, 1, environ); - LIB_FUNCTION("8KHh+VefZDM", "libkernel", 1, "libkernel", 1, 1, errno); - LIB_FUNCTION("KaK52lYTBIs", "libkernel", 1, "libkernel", 1, 1, execv); - LIB_FUNCTION("kdguLiAheLI", "libkernel", 1, "libkernel", 1, 1, execve); - LIB_FUNCTION("0NJDcQ2B8vE", "libkernel", 1, "libkernel", 1, 1, execvp); - LIB_FUNCTION("UJrQCyYpyic", "libkernel", 1, "libkernel", 1, 1, fchflags); - LIB_FUNCTION("n01yNbQO5W4", "libkernel", 1, "libkernel", 1, 1, fchmod); - LIB_FUNCTION("8nY19bKoiZk", "libkernel", 1, "libkernel", 1, 1, fcntl); - LIB_FUNCTION("KIbJFQ0I1Cg", "libkernel", 1, "libkernel", 1, 1, fdatasync); - LIB_FUNCTION("9eMlfusH4sU", "libkernel", 1, "libkernel", 1, 1, flock); - LIB_FUNCTION("mqQMh1zPPT8", "libkernel", 1, "libkernel", 1, 1, fstat); - LIB_FUNCTION("juWbTNM+8hw", "libkernel", 1, "libkernel", 1, 1, fsync); - LIB_FUNCTION("ih4CD9-gghM", "libkernel", 1, "libkernel", 1, 1, ftruncate); - LIB_FUNCTION("+0EDo7YzcoU", "libkernel", 1, "libkernel", 1, 1, futimes); - LIB_FUNCTION("igMefp4SAv0", "libkernel", 1, "libkernel", 1, 1, get_authinfo); - LIB_FUNCTION("wwyXc68wvnA", "libkernel", 1, "libkernel", 1, 1, get_module_info_list); - LIB_FUNCTION("WtR7OVvUgSo", "libkernel", 1, "libkernel", 1, 1, get_page_table_stats); - LIB_FUNCTION("fi+JX2wq2XU", "libkernel", 1, "libkernel", 1, 1, get_sdk_compiled_version); - LIB_FUNCTION("p2xgfB-30g8", "libkernel", 1, "libkernel", 1, 1, get_self_auth_info); - LIB_FUNCTION("Hx-KCms9n4s", "libkernel", 1, "libkernel", 1, 1, get_vm_map_timestamp); - LIB_FUNCTION("iKJMWrAumPE", "libkernel", 1, "libkernel", 1, 1, getargc); - LIB_FUNCTION("FJmglmTMdr4", "libkernel", 1, "libkernel", 1, 1, getargv); - LIB_FUNCTION("dar03AOn+nM", "libkernel", 1, "libkernel", 1, 1, getcontext); - LIB_FUNCTION("2G6i6hMIUUY", "libkernel", 1, "libkernel", 1, 1, getdents); - LIB_FUNCTION("f09KvIPy-QY", "libkernel", 1, "libkernel", 1, 1, getdirentries); - LIB_FUNCTION("sZuwaDPATKs", "libkernel", 1, "libkernel", 1, 1, getdtablesize); - LIB_FUNCTION("72rYuYoDTWk", "libkernel", 1, "libkernel", 1, 1, getegid); - LIB_FUNCTION("tvpHe5kBO4E", "libkernel", 1, "libkernel", 1, 1, geteuid); - LIB_FUNCTION("AfuS23bX6kg", "libkernel", 1, "libkernel", 1, 1, getgid); - LIB_FUNCTION("3yjZbSvan2g", "libkernel", 1, "libkernel", 1, 1, getgroups); - LIB_FUNCTION("J1H1QRCJf2Q", "libkernel", 1, "libkernel", 1, 1, getitimer); - LIB_FUNCTION("AfMxh2e9V3Q", "libkernel", 1, "libkernel", 1, 1, getlogin); - LIB_FUNCTION("78FiHequa9U", "libkernel", 1, "libkernel", 1, 1, getlogin_r); - LIB_FUNCTION("k+AXqu2-eBc", "libkernel", 1, "libkernel", 1, 1, getpagesize); - LIB_FUNCTION("TXFFFiNldU8", "libkernel", 1, "libkernel", 1, 1, getpeername); - LIB_FUNCTION("HoLVWNanBBc", "libkernel", 1, "libkernel", 1, 1, getpid); - LIB_FUNCTION("e6ovBo9ZvJc", "libkernel", 1, "libkernel", 1, 1, getppid); - LIB_FUNCTION("miQ1wVwSexE", "libkernel", 1, "libkernel", 1, 1, getpriority); - LIB_FUNCTION("Wh7HbV7JFqc", "libkernel", 1, "libkernel", 1, 1, getrlimit); - LIB_FUNCTION("hHlZQUnlxSM", "libkernel", 1, "libkernel", 1, 1, getrusage); - LIB_FUNCTION("gokWod7GAH4", "libkernel", 1, "libkernel", 1, 1, getsid); - LIB_FUNCTION("RenI1lL1WFk", "libkernel", 1, "libkernel", 1, 1, getsockname); - LIB_FUNCTION("6O8EwYOgH9Y", "libkernel", 1, "libkernel", 1, 1, getsockopt); - LIB_FUNCTION("n88vx3C5nW8", "libkernel", 1, "libkernel", 1, 1, gettimeofday); - LIB_FUNCTION("kg4x8Prhfxw", "libkernel", 1, "libkernel", 1, 1, getuid); - LIB_FUNCTION("K1S8oc61xiM", "libkernel", 1, "libkernel", 1, 1, htonl); - LIB_FUNCTION("jogUIsOV3-U", "libkernel", 1, "libkernel", 1, 1, htons); - LIB_FUNCTION("5jRCs2axtr4", "libkernel", 1, "libkernel", 1, 1, inet_ntop); - LIB_FUNCTION("4n51s0zEf0c", "libkernel", 1, "libkernel", 1, 1, inet_pton); - LIB_FUNCTION("PfccT7qURYE", "libkernel", 1, "libkernel", 1, 1, ioctl); - LIB_FUNCTION("Hk7iHmGxB18", "libkernel", 1, "libkernel", 1, 1, ipmimgr_call); - LIB_FUNCTION("WaThXSvAQNc", "libkernel", 1, "libkernel", 1, 1, is_in_sandbox); - LIB_FUNCTION("AxUhC3zNrhk", "libkernel", 1, "libkernel", 1, 1, issetugid); - LIB_FUNCTION("RW-GEfpnsqg", "libkernel", 1, "libkernel", 1, 1, kevent); - LIB_FUNCTION("W0xkN0+ZkCE", "libkernel", 1, "libkernel", 1, 1, kill); - LIB_FUNCTION("nh2IFMgKTv8", "libkernel", 1, "libkernel", 1, 1, kqueue); - LIB_FUNCTION("pv9M2jHJ6iw", "libkernel", 1, "libkernel", 1, 1, ksem_close); - LIB_FUNCTION("asSKL30+heA", "libkernel", 1, "libkernel", 1, 1, ksem_destroy); - LIB_FUNCTION("rOT0UMvtCCA", "libkernel", 1, "libkernel", 1, 1, ksem_getvalue); - LIB_FUNCTION("TEwqtzAmezo", "libkernel", 1, "libkernel", 1, 1, ksem_init); - LIB_FUNCTION("k5QQrJEpRYY", "libkernel", 1, "libkernel", 1, 1, ksem_open); - LIB_FUNCTION("s8gWJrY1W-k", "libkernel", 1, "libkernel", 1, 1, ksem_post); - LIB_FUNCTION("vE+WlomLSh4", "libkernel", 1, "libkernel", 1, 1, ksem_timedwait); - LIB_FUNCTION("gVaofuRvLdU", "libkernel", 1, "libkernel", 1, 1, ksem_trywait); - LIB_FUNCTION("tvkQRDe6hNo", "libkernel", 1, "libkernel", 1, 1, ksem_unlink); - LIB_FUNCTION("rQvMIxmFD6A", "libkernel", 1, "libkernel", 1, 1, ksem_wait); - LIB_FUNCTION("SFjw4+HOVOQ", "libkernel", 1, "libkernel", 1, 1, ktimer_create); - LIB_FUNCTION("Uyss1eAFtWo", "libkernel", 1, "libkernel", 1, 1, ktimer_delete); - LIB_FUNCTION("tj-nUlJCp-8", "libkernel", 1, "libkernel", 1, 1, ktimer_getoverrun); - LIB_FUNCTION("mZlElqorITk", "libkernel", 1, "libkernel", 1, 1, ktimer_gettime); - LIB_FUNCTION("ZWNwgNgglzA", "libkernel", 1, "libkernel", 1, 1, ktimer_settime); - LIB_FUNCTION("pxnCmagrtao", "libkernel", 1, "libkernel", 1, 1, listen); - LIB_FUNCTION("Oy6IpwgtYOk", "libkernel", 1, "libkernel", 1, 1, lseek); - LIB_FUNCTION("DRGXpDDh8Ng", "libkernel", 1, "libkernel", 1, 1, lstat); - LIB_FUNCTION("Jahsnh4KKkg", "libkernel", 1, "libkernel", 1, 1, madvise); - LIB_FUNCTION("LYbbZxXNAns", "libkernel", 1, "libkernel", 1, 1, mdbg_service); - LIB_FUNCTION("+hFjyohmOU0", "libkernel", 1, "libkernel", 1, 1, mincore); - LIB_FUNCTION("JGMio+21L4c", "libkernel", 1, "libkernel", 1, 1, mkdir); - LIB_FUNCTION("mTBZfEal2Bw", "libkernel", 1, "libkernel", 1, 1, mlock); - LIB_FUNCTION("x7g7Ebeo8-U", "libkernel", 1, "libkernel", 1, 1, mlockall); - LIB_FUNCTION("BPE9s9vQQXo", "libkernel", 1, "libkernel", 1, 1, mmap); - LIB_FUNCTION("YQOfxL4QfeU", "libkernel", 1, "libkernel", 1, 1, mprotect); - LIB_FUNCTION("tZY4+SZNFhA", "libkernel", 1, "libkernel", 1, 1, msync); - LIB_FUNCTION("OG4RsDwLguo", "libkernel", 1, "libkernel", 1, 1, munlock); - LIB_FUNCTION("NpLBpgVV7PU", "libkernel", 1, "libkernel", 1, 1, munlockall); - LIB_FUNCTION("UqDGjXA5yUM", "libkernel", 1, "libkernel", 1, 1, munmap); - LIB_FUNCTION("yS8U2TGCe1A", "libkernel", 1, "libkernel", 1, 1, nanosleep); - LIB_FUNCTION("jct5WjixLgk", "libkernel", 1, "libkernel", 1, 1, ntohl); - LIB_FUNCTION("oLFi+HuZ7hY", "libkernel", 1, "libkernel", 1, 1, ntohs); - LIB_FUNCTION("wuCroIGjt2g", "libkernel", 1, "libkernel", 1, 1, open); - LIB_FUNCTION("EDyhWelj7UY", "libkernel", 1, "libkernel", 1, 1, pause); - LIB_FUNCTION("n371J5cP+uo", "libkernel", 1, "libkernel", 1, 1, physhm_open); - LIB_FUNCTION("AUqJNkobQ1c", "libkernel", 1, "libkernel", 1, 1, physhm_unlink); - LIB_FUNCTION("-Jp7F+pXxNg", "libkernel", 1, "libkernel", 1, 1, pipe); - LIB_FUNCTION("ku7D4q1Y9PI", "libkernel", 1, "libkernel", 1, 1, poll); - LIB_FUNCTION("ezv-RSBNKqI", "libkernel", 1, "libkernel", 1, 1, pread); - LIB_FUNCTION("ZaRzaapAZwM", "libkernel", 1, "libkernel", 1, 1, preadv); - LIB_FUNCTION("CpF21FIEKVQ", "libkernel", 1, "libkernel", 1, 1, profil); - LIB_FUNCTION("ZO2nWoTAv60", "libkernel", 1, "libkernel", 1, 1, pselect); - LIB_FUNCTION("U9t5kJAWPnA", "libkernel", 1, "libkernel", 1, 1, pthread_atfork); - LIB_FUNCTION("zHchY8ft5pk", "libkernel", 1, "libkernel", 1, 1, pthread_attr_destroy); - LIB_FUNCTION("Ucsu-OK+els", "libkernel", 1, "libkernel", 1, 1, pthread_attr_get_np); - LIB_FUNCTION("-wzZ7dvA7UU", "libkernel", 1, "libkernel", 1, 1, pthread_attr_getaffinity_np); - LIB_FUNCTION("VUT1ZSrHT0I", "libkernel", 1, "libkernel", 1, 1, pthread_attr_getdetachstate); - LIB_FUNCTION("JNkVVsVDmOk", "libkernel", 1, "libkernel", 1, 1, pthread_attr_getguardsize); - LIB_FUNCTION("oLjPqUKhzes", "libkernel", 1, "libkernel", 1, 1, pthread_attr_getinheritsched); - LIB_FUNCTION("qlk9pSLsUmM", "libkernel", 1, "libkernel", 1, 1, pthread_attr_getschedparam); - LIB_FUNCTION("RtLRV-pBTTY", "libkernel", 1, "libkernel", 1, 1, pthread_attr_getschedpolicy); - LIB_FUNCTION("e2G+cdEkOmU", "libkernel", 1, "libkernel", 1, 1, pthread_attr_getscope); - LIB_FUNCTION("vQm4fDEsWi8", "libkernel", 1, "libkernel", 1, 1, pthread_attr_getstack); - LIB_FUNCTION("DxmIMUQ-wXY", "libkernel", 1, "libkernel", 1, 1, pthread_attr_getstackaddr); - LIB_FUNCTION("0qOtCR-ZHck", "libkernel", 1, "libkernel", 1, 1, pthread_attr_getstacksize); - LIB_FUNCTION("wtkt-teR1so", "libkernel", 1, "libkernel", 1, 1, pthread_attr_init); - LIB_FUNCTION("o8pd4juNbgc", "libkernel", 1, "libkernel", 1, 1, pthread_attr_setaffinity_np); - LIB_FUNCTION("Q2y5IqSDZGs", "libkernel", 1, "libkernel", 1, 1, - pthread_attr_setcreatesuspend_np); - LIB_FUNCTION("E+tyo3lp5Lw", "libkernel", 1, "libkernel", 1, 1, pthread_attr_setdetachstate); - LIB_FUNCTION("JKyG3SWyA10", "libkernel", 1, "libkernel", 1, 1, pthread_attr_setguardsize); - LIB_FUNCTION("7ZlAakEf0Qg", "libkernel", 1, "libkernel", 1, 1, pthread_attr_setinheritsched); - LIB_FUNCTION("euKRgm0Vn2M", "libkernel", 1, "libkernel", 1, 1, pthread_attr_setschedparam); - LIB_FUNCTION("JarMIy8kKEY", "libkernel", 1, "libkernel", 1, 1, pthread_attr_setschedpolicy); - LIB_FUNCTION("xesmlSI-KCI", "libkernel", 1, "libkernel", 1, 1, pthread_attr_setscope); - LIB_FUNCTION("-SrbXpGR1f0", "libkernel", 1, "libkernel", 1, 1, pthread_attr_setstack); - LIB_FUNCTION("suCrEbr0xIQ", "libkernel", 1, "libkernel", 1, 1, pthread_attr_setstackaddr); - LIB_FUNCTION("2Q0z6rnBrTE", "libkernel", 1, "libkernel", 1, 1, pthread_attr_setstacksize); - LIB_FUNCTION("+Pqub9HZCPo", "libkernel", 1, "libkernel", 1, 1, pthread_barrier_destroy); - LIB_FUNCTION("ZsXLFtd2jqQ", "libkernel", 1, "libkernel", 1, 1, pthread_barrier_init); - LIB_FUNCTION("WwRRAkhjARM", "libkernel", 1, "libkernel", 1, 1, pthread_barrier_setname_np); - LIB_FUNCTION("CawZgCYqXWk", "libkernel", 1, "libkernel", 1, 1, pthread_barrier_wait); - LIB_FUNCTION("AsCQCYTbe80", "libkernel", 1, "libkernel", 1, 1, pthread_barrierattr_destroy); - LIB_FUNCTION("a5JZMyjFV68", "libkernel", 1, "libkernel", 1, 1, pthread_barrierattr_getpshared); - LIB_FUNCTION("4nqCnLJSvck", "libkernel", 1, "libkernel", 1, 1, pthread_barrierattr_init); - LIB_FUNCTION("jqrGJJxFhmU", "libkernel", 1, "libkernel", 1, 1, pthread_barrierattr_setpshared); - LIB_FUNCTION("0D4-FVvEikw", "libkernel", 1, "libkernel", 1, 1, pthread_cancel); - LIB_FUNCTION("RVxb0Ssa5t0", "libkernel", 1, "libkernel", 1, 1, pthread_cleanup_pop); - LIB_FUNCTION("4ZeZWcMsAV0", "libkernel", 1, "libkernel", 1, 1, pthread_cleanup_push); - LIB_FUNCTION("mkx2fVhNMsg", "libkernel", 1, "libkernel", 1, 1, pthread_cond_broadcast); - LIB_FUNCTION("RXXqi4CtF8w", "libkernel", 1, "libkernel", 1, 1, pthread_cond_destroy); - LIB_FUNCTION("0TyVk4MSLt0", "libkernel", 1, "libkernel", 1, 1, pthread_cond_init); - LIB_FUNCTION("K953PF5u6Pc", "libkernel", 1, "libkernel", 1, 1, pthread_cond_reltimedwait_np); - LIB_FUNCTION("EZ8h70dtFLg", "libkernel", 1, "libkernel", 1, 1, pthread_cond_setname_np); - LIB_FUNCTION("2MOy+rUfuhQ", "libkernel", 1, "libkernel", 1, 1, pthread_cond_signal); - LIB_FUNCTION("CI6Qy73ae10", "libkernel", 1, "libkernel", 1, 1, pthread_cond_signalto_np); - LIB_FUNCTION("27bAgiJmOh0", "libkernel", 1, "libkernel", 1, 1, pthread_cond_timedwait); - LIB_FUNCTION("Op8TBGY5KHg", "libkernel", 1, "libkernel", 1, 1, pthread_cond_wait); - LIB_FUNCTION("dJcuQVn6-Iw", "libkernel", 1, "libkernel", 1, 1, pthread_condattr_destroy); - LIB_FUNCTION("cTDYxTUNPhM", "libkernel", 1, "libkernel", 1, 1, pthread_condattr_getclock); - LIB_FUNCTION("h0qUqSuOmC8", "libkernel", 1, "libkernel", 1, 1, pthread_condattr_getpshared); - LIB_FUNCTION("mKoTx03HRWA", "libkernel", 1, "libkernel", 1, 1, pthread_condattr_init); - LIB_FUNCTION("EjllaAqAPZo", "libkernel", 1, "libkernel", 1, 1, pthread_condattr_setclock); - LIB_FUNCTION("3BpP850hBT4", "libkernel", 1, "libkernel", 1, 1, pthread_condattr_setpshared); - LIB_FUNCTION("OxhIB8LB-PQ", "libkernel", 1, "libkernel", 1, 1, pthread_create); - LIB_FUNCTION("Jmi+9w9u0E4", "libkernel", 1, "libkernel", 1, 1, pthread_create_name_np); - LIB_FUNCTION("+U1R4WtXvoc", "libkernel", 1, "libkernel", 1, 1, pthread_detach); - LIB_FUNCTION("7Xl257M4VNI", "libkernel", 1, "libkernel", 1, 1, pthread_equal); - LIB_FUNCTION("FJrT5LuUBAU", "libkernel", 1, "libkernel", 1, 1, pthread_exit); - LIB_FUNCTION("td+DYvbbDfk", "libkernel", 1, "libkernel", 1, 1, pthread_get_specificarray_np); - LIB_FUNCTION("YkGOXpJEtO8", "libkernel", 1, "libkernel", 1, 1, pthread_get_user_context_np); - LIB_FUNCTION("Jb2uGFMr688", "libkernel", 1, "libkernel", 1, 1, pthread_getaffinity_np); - LIB_FUNCTION("s+QHU9RLHS4", "libkernel", 1, "libkernel", 1, 1, pthread_getconcurrency); - LIB_FUNCTION("nnoxZUHK+SA", "libkernel", 1, "libkernel", 1, 1, pthread_getcpuclockid); - LIB_FUNCTION("9HzfhdtESio", "libkernel", 1, "libkernel", 1, 1, pthread_getname_np); - LIB_FUNCTION("aO+WS2xWuo4", "libkernel", 1, "libkernel", 1, 1, pthread_getprio); - LIB_FUNCTION("FIs3-UQT9sg", "libkernel", 1, "libkernel", 1, 1, pthread_getschedparam); - LIB_FUNCTION("0-KXaS70xy4", "libkernel", 1, "libkernel", 1, 1, pthread_getspecific); - LIB_FUNCTION("ruZ9hhQ8oUk", "libkernel", 1, "libkernel", 1, 1, pthread_getstack_np); - LIB_FUNCTION("3eqs37G74-s", "libkernel", 1, "libkernel", 1, 1, pthread_getthreadid_np); - LIB_FUNCTION("h9CcP3J0oVM", "libkernel", 1, "libkernel", 1, 1, pthread_join); - LIB_FUNCTION("mqULNdimTn0", "libkernel", 1, "libkernel", 1, 1, pthread_key_create); - LIB_FUNCTION("6BpEZuDT7YI", "libkernel", 1, "libkernel", 1, 1, pthread_key_delete); - LIB_FUNCTION("yH-uQW3LbX0", "libkernel", 1, "libkernel", 1, 1, pthread_kill); - LIB_FUNCTION("D1D6GFIYYGs", "libkernel", 1, "libkernel", 1, 1, pthread_main_np); - LIB_FUNCTION("vhcrecqZy-k", "libkernel", 1, "libkernel", 1, 1, pthread_multi_np); - LIB_FUNCTION("ltCfaGr2JGE", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_destroy); - LIB_FUNCTION("itv-U5mFPso", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_getprioceiling); - LIB_FUNCTION("x4vQj3JKKmc", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_getspinloops_np); - LIB_FUNCTION("OxEIUqkByy4", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_getyieldloops_np); - LIB_FUNCTION("ttHNfU+qDBU", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_init); - LIB_FUNCTION("hLoEhSBhi84", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_init_for_mono); - LIB_FUNCTION("gKqzW-zWhvY", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_isowned_np); - LIB_FUNCTION("7H0iTOciTLo", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_lock); - LIB_FUNCTION("nbQ0bXMRlhk", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_reltimedlock_np); - LIB_FUNCTION("nTxZBp8YNGc", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_setname_np); - LIB_FUNCTION("XS3kGVt4q+4", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_setprioceiling); - LIB_FUNCTION("5-ncLMtL5+g", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_setspinloops_np); - LIB_FUNCTION("frFuGprJmPc", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_setyieldloops_np); - LIB_FUNCTION("Io9+nTKXZtA", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_timedlock); - LIB_FUNCTION("K-jXhbt2gn4", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_trylock); - LIB_FUNCTION("2Z+PpY6CaJg", "libkernel", 1, "libkernel", 1, 1, pthread_mutex_unlock); - LIB_FUNCTION("HF7lK46xzjY", "libkernel", 1, "libkernel", 1, 1, pthread_mutexattr_destroy); - LIB_FUNCTION("U6SNV+RnyLQ", "libkernel", 1, "libkernel", 1, 1, pthread_mutexattr_getkind_np); - LIB_FUNCTION("+m8+quqOwhM", "libkernel", 1, "libkernel", 1, 1, - pthread_mutexattr_getprioceiling); - LIB_FUNCTION("yDaWxUE50s0", "libkernel", 1, "libkernel", 1, 1, pthread_mutexattr_getprotocol); - LIB_FUNCTION("PmL-TwKUzXI", "libkernel", 1, "libkernel", 1, 1, pthread_mutexattr_getpshared); - LIB_FUNCTION("GZFlI7RhuQo", "libkernel", 1, "libkernel", 1, 1, pthread_mutexattr_gettype); - LIB_FUNCTION("dQHWEsJtoE4", "libkernel", 1, "libkernel", 1, 1, pthread_mutexattr_init); - LIB_FUNCTION("J9rlRuQ8H5s", "libkernel", 1, "libkernel", 1, 1, pthread_mutexattr_setkind_np); - LIB_FUNCTION("ZLvf6lVAc4M", "libkernel", 1, "libkernel", 1, 1, - pthread_mutexattr_setprioceiling); - LIB_FUNCTION("5txKfcMUAok", "libkernel", 1, "libkernel", 1, 1, pthread_mutexattr_setprotocol); - LIB_FUNCTION("EXv3ztGqtDM", "libkernel", 1, "libkernel", 1, 1, pthread_mutexattr_setpshared); - LIB_FUNCTION("mDmgMOGVUqg", "libkernel", 1, "libkernel", 1, 1, pthread_mutexattr_settype); - LIB_FUNCTION("Z4QosVuAsA0", "libkernel", 1, "libkernel", 1, 1, pthread_once); - LIB_FUNCTION("9vyP6Z7bqzc", "libkernel", 1, "libkernel", 1, 1, pthread_rename_np); - LIB_FUNCTION("3gY5B0FCkNY", "libkernel", 1, "libkernel", 1, 1, pthread_resume_all_np); - LIB_FUNCTION("BYM3L--ojzI", "libkernel", 1, "libkernel", 1, 1, pthread_resume_np); - LIB_FUNCTION("QRdE7dBfNks", "libkernel", 1, "libkernel", 1, 1, pthread_resume_user_context_np); - LIB_FUNCTION("1471ajPzxh0", "libkernel", 1, "libkernel", 1, 1, pthread_rwlock_destroy); - LIB_FUNCTION("ytQULN-nhL4", "libkernel", 1, "libkernel", 1, 1, pthread_rwlock_init); - LIB_FUNCTION("iGjsr1WAtI0", "libkernel", 1, "libkernel", 1, 1, pthread_rwlock_rdlock); - LIB_FUNCTION("dYv-+If2GPk", "libkernel", 1, "libkernel", 1, 1, - pthread_rwlock_reltimedrdlock_np); - LIB_FUNCTION("RRnSj8h8VR4", "libkernel", 1, "libkernel", 1, 1, - pthread_rwlock_reltimedwrlock_np); - LIB_FUNCTION("Uwxgnsi3xeM", "libkernel", 1, "libkernel", 1, 1, pthread_rwlock_setname_np); - LIB_FUNCTION("lb8lnYo-o7k", "libkernel", 1, "libkernel", 1, 1, pthread_rwlock_timedrdlock); - LIB_FUNCTION("9zklzAl9CGM", "libkernel", 1, "libkernel", 1, 1, pthread_rwlock_timedwrlock); - LIB_FUNCTION("SFxTMOfuCkE", "libkernel", 1, "libkernel", 1, 1, pthread_rwlock_tryrdlock); - LIB_FUNCTION("XhWHn6P5R7U", "libkernel", 1, "libkernel", 1, 1, pthread_rwlock_trywrlock); - LIB_FUNCTION("EgmLo6EWgso", "libkernel", 1, "libkernel", 1, 1, pthread_rwlock_unlock); - LIB_FUNCTION("sIlRvQqsN2Y", "libkernel", 1, "libkernel", 1, 1, pthread_rwlock_wrlock); - LIB_FUNCTION("qsdmgXjqSgk", "libkernel", 1, "libkernel", 1, 1, pthread_rwlockattr_destroy); - LIB_FUNCTION("VqEMuCv-qHY", "libkernel", 1, "libkernel", 1, 1, pthread_rwlockattr_getpshared); - LIB_FUNCTION("l+bG5fsYkhg", "libkernel", 1, "libkernel", 1, 1, pthread_rwlockattr_gettype_np); - LIB_FUNCTION("xFebsA4YsFI", "libkernel", 1, "libkernel", 1, 1, pthread_rwlockattr_init); - LIB_FUNCTION("OuKg+kRDD7U", "libkernel", 1, "libkernel", 1, 1, pthread_rwlockattr_setpshared); - LIB_FUNCTION("8NuOHiTr1Vw", "libkernel", 1, "libkernel", 1, 1, pthread_rwlockattr_settype_np); - LIB_FUNCTION("EotR8a3ASf4", "libkernel", 1, "libkernel", 1, 1, pthread_self); - LIB_FUNCTION("tG+805b1Njk", "libkernel", 1, "libkernel", 1, 1, - pthread_set_defaultstacksize_np); - LIB_FUNCTION("oxMp8uPqa+U", "libkernel", 1, "libkernel", 1, 1, pthread_set_name_np); - LIB_FUNCTION("el9stmu6290", "libkernel", 1, "libkernel", 1, 1, pthread_set_user_context_np); - LIB_FUNCTION("5KWrg7-ZqvE", "libkernel", 1, "libkernel", 1, 1, pthread_setaffinity_np); - LIB_FUNCTION("lZzFeSxPl08", "libkernel", 1, "libkernel", 1, 1, pthread_setcancelstate); - LIB_FUNCTION("2dEhvvjlq30", "libkernel", 1, "libkernel", 1, 1, pthread_setcanceltype); - LIB_FUNCTION("fBG1gHx1RlI", "libkernel", 1, "libkernel", 1, 1, pthread_setconcurrency); - LIB_FUNCTION("a2P9wYGeZvc", "libkernel", 1, "libkernel", 1, 1, pthread_setprio); - LIB_FUNCTION("Xs9hdiD7sAA", "libkernel", 1, "libkernel", 1, 1, pthread_setschedparam); - LIB_FUNCTION("WrOLvHU0yQM", "libkernel", 1, "libkernel", 1, 1, pthread_setspecific); - LIB_FUNCTION("JZKw5+Wrnaw", "libkernel", 1, "libkernel", 1, 1, pthread_sigmask); - LIB_FUNCTION("4Q8db4pIRV0", "libkernel", 1, "libkernel", 1, 1, pthread_single_np); - LIB_FUNCTION("IJIggoPZExk", "libkernel", 1, "libkernel", 1, 1, pthread_spin_destroy); - LIB_FUNCTION("ZMn3clnAGBA", "libkernel", 1, "libkernel", 1, 1, pthread_spin_init); - LIB_FUNCTION("pw+70ClLYlY", "libkernel", 1, "libkernel", 1, 1, pthread_spin_lock); - LIB_FUNCTION("rCTGkBIHfPY", "libkernel", 1, "libkernel", 1, 1, pthread_spin_trylock); - LIB_FUNCTION("LEfMMCT+SlM", "libkernel", 1, "libkernel", 1, 1, pthread_spin_unlock); - LIB_FUNCTION("iWAnZ3ger+8", "libkernel", 1, "libkernel", 1, 1, pthread_suspend_all_np); - LIB_FUNCTION("4e9dMKt+UYA", "libkernel", 1, "libkernel", 1, 1, pthread_suspend_np); - LIB_FUNCTION("cfjAjVTFG6A", "libkernel", 1, "libkernel", 1, 1, - pthread_suspend_user_context_np); - LIB_FUNCTION("Q9DhUQxNCwI", "libkernel", 1, "libkernel", 1, 1, pthread_switch_add_np); - LIB_FUNCTION("neZ60m-+Baw", "libkernel", 1, "libkernel", 1, 1, pthread_switch_delete_np); - LIB_FUNCTION("nYBrkGDqxh8", "libkernel", 1, "libkernel", 1, 1, pthread_testcancel); - LIB_FUNCTION("PkS44IGrDkM", "libkernel", 1, "libkernel", 1, 1, pthread_timedjoin_np); - LIB_FUNCTION("B5GmVDKwpn0", "libkernel", 1, "libkernel", 1, 1, pthread_yield); - LIB_FUNCTION("C2kJ-byS5rM", "libkernel", 1, "libkernel", 1, 1, pwrite); - LIB_FUNCTION("FCcmRZhWtOk", "libkernel", 1, "libkernel", 1, 1, pwritev); - LIB_FUNCTION("0t0-MxQNwK4", "libkernel", 1, "libkernel", 1, 1, raise); - LIB_FUNCTION("AqBioC2vF3I", "libkernel", 1, "libkernel", 1, 1, read); - LIB_FUNCTION("I7ImcLds-uU", "libkernel", 1, "libkernel", 1, 1, readv); - LIB_FUNCTION("Ez8xjo9UF4E", "libkernel", 1, "libkernel", 1, 1, recv); - LIB_FUNCTION("lUk6wrGXyMw", "libkernel", 1, "libkernel", 1, 1, recvfrom); - LIB_FUNCTION("hI7oVeOluPM", "libkernel", 1, "libkernel", 1, 1, recvmsg); - LIB_FUNCTION("NN01qLRhiqU", "libkernel", 1, "libkernel", 1, 1, rename); - LIB_FUNCTION("bSDxEpGzmUE", "libkernel", 1, "libkernel", 1, 1, rfork_thread); - LIB_FUNCTION("c7ZnT7V1B98", "libkernel", 1, "libkernel", 1, 1, rmdir); - LIB_FUNCTION("u8M56qpqTtw", "libkernel", 1, "libkernel", 1, 1, rtld_printf); - LIB_FUNCTION("2I2RV6LyNng", "libkernel", 1, "libkernel", 1, 1, rtprio_thread); - LIB_FUNCTION("NhL5qID2iho", "libkernel", 1, "libkernel", 1, 1, sceKernelAddCpumodeEvent); - LIB_FUNCTION("cG3t15OK4Ow", "libkernel", 1, "libkernel", 1, 1, sceKernelAddFileEvent); - LIB_FUNCTION("YJ7JscWubcU", "libkernel", 1, "libkernel", 1, 1, sceKernelAddGpuExceptionEvent); - LIB_FUNCTION("R74tt43xP6k", "libkernel", 1, "libkernel", 1, 1, sceKernelAddHRTimerEvent); - LIB_FUNCTION("VHCS3rCd0PM", "libkernel", 1, "libkernel", 1, 1, sceKernelAddReadEvent); - LIB_FUNCTION("57ZK+ODEXWY", "libkernel", 1, "libkernel", 1, 1, sceKernelAddTimerEvent); - LIB_FUNCTION("4R6-OvI2cEA", "libkernel", 1, "libkernel", 1, 1, sceKernelAddUserEvent); - LIB_FUNCTION("WDszmSbWuDk", "libkernel", 1, "libkernel", 1, 1, sceKernelAddUserEventEdge); - LIB_FUNCTION("R-tyYMpYaxY", "libkernel", 1, "libkernel", 1, 1, sceKernelAddWriteEvent); - LIB_FUNCTION("fR521KIGgb8", "libkernel", 1, "libkernel", 1, 1, sceKernelAioCancelRequest); - LIB_FUNCTION("3Lca1XBrQdY", "libkernel", 1, "libkernel", 1, 1, sceKernelAioCancelRequests); - LIB_FUNCTION("5TgME6AYty4", "libkernel", 1, "libkernel", 1, 1, sceKernelAioDeleteRequest); - LIB_FUNCTION("Ft3EtsZzAoY", "libkernel", 1, "libkernel", 1, 1, sceKernelAioDeleteRequests); - LIB_FUNCTION("vYU8P9Td2Zo", "libkernel", 1, "libkernel", 1, 1, sceKernelAioInitializeImpl); - LIB_FUNCTION("nu4a0-arQis", "libkernel", 1, "libkernel", 1, 1, sceKernelAioInitializeParam); - LIB_FUNCTION("2pOuoWoCxdk", "libkernel", 1, "libkernel", 1, 1, sceKernelAioPollRequest); - LIB_FUNCTION("o7O4z3jwKzo", "libkernel", 1, "libkernel", 1, 1, sceKernelAioPollRequests); - LIB_FUNCTION("9WK-vhNXimw", "libkernel", 1, "libkernel", 1, 1, sceKernelAioSetParam); - LIB_FUNCTION("HgX7+AORI58", "libkernel", 1, "libkernel", 1, 1, sceKernelAioSubmitReadCommands); - LIB_FUNCTION("lXT0m3P-vs4", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("Fjc4-n1+y2g", "libkernel", 1, "libkernel", __elf_phdr_match_addr); + LIB_FUNCTION("9BcDykPmo1I", "libkernel", 1, "libkernel", __error); + LIB_FUNCTION("nSSPVGJLMjE", "libkernel", 1, "libkernel", __freeze); + LIB_FUNCTION("4pYihoPggn8", "libkernel", 1, "libkernel", __inet_ntop); + LIB_FUNCTION("fyPeCKJ94Hg", "libkernel", 1, "libkernel", __inet_pton); + LIB_FUNCTION("djxxOmW6-aw", "libkernel", 1, "libkernel", __progname); + LIB_FUNCTION("iWsFlYMf3Kw", "libkernel", 1, "libkernel", __pthread_cleanup_pop_imp); + LIB_FUNCTION("1xvtUVx1-Sg", "libkernel", 1, "libkernel", __pthread_cleanup_push_imp); + LIB_FUNCTION("kbw4UHHSYy0", "libkernel", 1, "libkernel", __pthread_cxa_finalize); + LIB_FUNCTION("3JYhkiIHkJc", "libkernel", 1, "libkernel", __sceKernelGetGPI); + LIB_FUNCTION("Ou3iL1abvng", "libkernel", 1, "libkernel", __stack_chk_fail); + LIB_FUNCTION("f7uOxY9mM1U", "libkernel", 1, "libkernel", __stack_chk_guard); + LIB_FUNCTION("zdaF5N-Xe2M", "libkernel", 1, "libkernel", __sys_debug_init); + LIB_FUNCTION("YbAunrti+54", "libkernel", 1, "libkernel", __sys_dl_get_info); + LIB_FUNCTION("XujojypwYYc", "libkernel", 1, "libkernel", __sys_dl_get_list); + LIB_FUNCTION("7OpNDDNMJyo", "libkernel", 1, "libkernel", __sys_dl_get_metadata); + LIB_FUNCTION("K7xiuldOPKw", "libkernel", 1, "libkernel", __sys_dynlib_get_info_for_libdbg); + LIB_FUNCTION("nTc+tFajGqQ", "libkernel", 1, "libkernel", __sys_dynlib_get_info2); + LIB_FUNCTION("vpo3SbGFuEk", "libkernel", 1, "libkernel", __sys_dynlib_get_list_for_libdbg); + LIB_FUNCTION("P0jjY6bxakI", "libkernel", 1, "libkernel", __sys_dynlib_get_list2); + LIB_FUNCTION("nZHk+lpqwVQ", "libkernel", 1, "libkernel", __sys_dynlib_load_prx); + LIB_FUNCTION("nG-FYqFutUo", "libkernel", 1, "libkernel", __sys_get_proc_type_info); + LIB_FUNCTION("O-hEvSnv2o4", "libkernel", 1, "libkernel", __sys_is_development_mode); + LIB_FUNCTION("2M+dFM8Wmq4", "libkernel", 1, "libkernel", __sys_kqueueex); + LIB_FUNCTION("3CNY4Z0Luc8", "libkernel", 1, "libkernel", __sys_namedobj_create); + LIB_FUNCTION("E7CmfLfeSuQ", "libkernel", 1, "libkernel", __sys_namedobj_delete); + LIB_FUNCTION("UTR6wAkajxk", "libkernel", 1, "libkernel", __sys_netabort); + LIB_FUNCTION("zsTvhCDrOjQ", "libkernel", 1, "libkernel", __sys_netcontrol); + LIB_FUNCTION("X86Q0qQJ1m0", "libkernel", 1, "libkernel", __sys_netgetiflist); + LIB_FUNCTION("Wx2+2t1mX1E", "libkernel", 1, "libkernel", __sys_netgetsockinfo); + LIB_FUNCTION("iZFJYJJoZS8", "libkernel", 1, "libkernel", __sys_opmc_disable); + LIB_FUNCTION("MGrj20+EK+U", "libkernel", 1, "libkernel", __sys_opmc_enable); + LIB_FUNCTION("h+4DJpAXs4I", "libkernel", 1, "libkernel", __sys_opmc_get_ctr); + LIB_FUNCTION("IglowNcOePQ", "libkernel", 1, "libkernel", __sys_opmc_get_hw); + LIB_FUNCTION("vS-RnoD1BSY", "libkernel", 1, "libkernel", __sys_opmc_set_ctl); + LIB_FUNCTION("ztNqqNCl1Tw", "libkernel", 1, "libkernel", __sys_opmc_set_ctr); + LIB_FUNCTION("PIt9WYaoBqU", "libkernel", 1, "libkernel", __sys_opmc_set_hw); + LIB_FUNCTION("raO+bB7q2cY", "libkernel", 1, "libkernel", __sys_osem_close); + LIB_FUNCTION("kPGXeSQeoWc", "libkernel", 1, "libkernel", __sys_osem_open); + LIB_FUNCTION("n0ErFZ2hmKs", "libkernel", 1, "libkernel", __sys_randomized_path); + LIB_FUNCTION("9Iem9Wk07xU", "libkernel", 1, "libkernel", __sys_rdup); + LIB_FUNCTION("7NwggrWJ5cA", "libkernel", 1, "libkernel", __sys_regmgr_call); + LIB_FUNCTION("ByogDrS-Xw8", "libkernel", 1, "libkernel", __sys_set_uevt); + LIB_FUNCTION("t+rTx5NW+qU", "libkernel", 1, "libkernel", __sys_socketclose); + LIB_FUNCTION("pG70GT5yRo4", "libkernel", 1, "libkernel", __sys_socketex); + LIB_FUNCTION("EeVthQocE3Y", "libkernel", 1, "libkernel", __sys_test_debug_rwmem); + LIB_FUNCTION("jTPE1AS7uak", "libkernel", 1, "libkernel", __sys_workaround8849); + LIB_FUNCTION("vNe1w4diLCs", "libkernel", 1, "libkernel", __tls_get_addr); + LIB_FUNCTION("OjWstbIRPUo", "libkernel", 1, "libkernel", __Ux86_64_setcontext); + LIB_FUNCTION("B+zfF7bMswI", "libkernel", 1, "libkernel", _accept); + LIB_FUNCTION("4boImm4wxu0", "libkernel", 1, "libkernel", _bind); + LIB_FUNCTION("NNtFaKJbPt0", "libkernel", 1, "libkernel", _close); + LIB_FUNCTION("KFDGyLj80MY", "libkernel", 1, "libkernel", _connect); + LIB_FUNCTION("W8f1adVl+48", "libkernel", 1, "libkernel", _dup2); + LIB_FUNCTION("-3nj+K1elI0", "libkernel", 1, "libkernel", _execve); + LIB_FUNCTION("ScfDTOqLOMw", "libkernel", 1, "libkernel", _execvpe); + LIB_FUNCTION("6Z83sYWFlA8", "libkernel", 1, "libkernel", _exit); + LIB_FUNCTION("t0fXUzq61Z4", "libkernel", 1, "libkernel", _fcntl); + LIB_FUNCTION("cZq1zIzFN7s", "libkernel", 1, "libkernel", _fpathconf); + LIB_FUNCTION("A0O5kF5x4LQ", "libkernel", 1, "libkernel", _fstat); + LIB_FUNCTION("17Mfe1B3X6U", "libkernel", 1, "libkernel", _fstatfs); + LIB_FUNCTION("sfKygSjIbI8", "libkernel", 1, "libkernel", _getdirentries); + LIB_FUNCTION("rTNM7adVYog", "libkernel", 1, "libkernel", _getpeername); + LIB_FUNCTION("6Gwl39KKUEI", "libkernel", 1, "libkernel", _getsockname); + LIB_FUNCTION("cL2QUlo9Vnk", "libkernel", 1, "libkernel", _getsockopt); + LIB_FUNCTION("wW+k21cmbwQ", "libkernel", 1, "libkernel", _ioctl); + LIB_FUNCTION("crb5j7mkk1c", "libkernel", 1, "libkernel", _is_signal_return); + LIB_FUNCTION("6EYF3tXjXbU", "libkernel", 1, "libkernel", _listen); + LIB_FUNCTION("NhpspxdjEKU", "libkernel", 1, "libkernel", _nanosleep); + LIB_FUNCTION("6c3rCVE-fTU", "libkernel", 1, "libkernel", _open); + LIB_FUNCTION("bGVEgWXy6dg", "libkernel", 1, "libkernel", _openat); + LIB_FUNCTION("DRuBt2pvICk", "libkernel", 1, "libkernel", _read); + LIB_FUNCTION("+WRlkKjZvag", "libkernel", 1, "libkernel", _readv); + LIB_FUNCTION("gPcQ3OrFBUA", "libkernel", 1, "libkernel", _recvfrom); + LIB_FUNCTION("PcKApW9kVoQ", "libkernel", 1, "libkernel", _recvmsg); + LIB_FUNCTION("p5EcQeEeJAE", "libkernel", 1, "libkernel", _sceKernelRtldSetApplicationHeapAPI); + LIB_FUNCTION("8OnWXlgQlvo", "libkernel", 1, "libkernel", _sceKernelRtldThreadAtexitDecrement); + LIB_FUNCTION("Tz4RNUCBbGI", "libkernel", 1, "libkernel", _sceKernelRtldThreadAtexitIncrement); + LIB_FUNCTION("pB-yGZ2nQ9o", "libkernel", 1, "libkernel", _sceKernelSetThreadAtexitCount); + LIB_FUNCTION("WhCc1w3EhSI", "libkernel", 1, "libkernel", _sceKernelSetThreadAtexitReport); + LIB_FUNCTION("rNhWz+lvOMU", "libkernel", 1, "libkernel", _sceKernelSetThreadDtors); + LIB_FUNCTION("+L22kkFiXok", "libkernel", 1, "libkernel", _sendmsg); + LIB_FUNCTION("lvDhwhUC05E", "libkernel", 1, "libkernel", _sendto); + LIB_FUNCTION("a4KKvF-ME4M", "libkernel", 1, "libkernel", _setsockopt); + LIB_FUNCTION("UDCI-WazohQ", "libkernel", 1, "libkernel", _sigaction); + LIB_FUNCTION("nQVWJEGHObc", "libkernel", 1, "libkernel", _sigintr); + LIB_FUNCTION("6xVpy0Fdq+I", "libkernel", 1, "libkernel", _sigprocmask); + LIB_FUNCTION("9zpLsLESzTs", "libkernel", 1, "libkernel", _sigsuspend); + LIB_FUNCTION("04AjkP0jO9U", "libkernel", 1, "libkernel", _umtx_op); + LIB_FUNCTION("RFlsu7nfopM", "libkernel", 1, "libkernel", _wait4); + LIB_FUNCTION("FxVZqBAA7ks", "libkernel", 1, "libkernel", _write); + LIB_FUNCTION("YSHRBRLn2pI", "libkernel", 1, "libkernel", _writev); + LIB_FUNCTION("3e+4Iv7IJ8U", "libkernel", 1, "libkernel", accept); + LIB_FUNCTION("8vE6Z6VEYyk", "libkernel", 1, "libkernel", access); + LIB_FUNCTION("3SVaehJvYFk", "libkernel", 1, "libkernel", amd64_set_fsbase); + LIB_FUNCTION("KuOmgKoqCdY", "libkernel", 1, "libkernel", bind); + LIB_FUNCTION("-pOg5A6Yr6g", "libkernel", 1, "libkernel", blockpool_batch); + LIB_FUNCTION("99XpfyBTg9c", "libkernel", 1, "libkernel", blockpool_map); + LIB_FUNCTION("JVgZfJt3ZqQ", "libkernel", 1, "libkernel", blockpool_open); + LIB_FUNCTION("KZchfealTT4", "libkernel", 1, "libkernel", blockpool_unmap); + LIB_FUNCTION("6mMQ1MSPW-Q", "libkernel", 1, "libkernel", chdir); + LIB_FUNCTION("ixrw0h2tWuI", "libkernel", 1, "libkernel", chflags); + LIB_FUNCTION("z0dtnPxYgtg", "libkernel", 1, "libkernel", chmod); + LIB_FUNCTION("smIj7eqzZE8", "libkernel", 1, "libkernel", clock_getres); + LIB_FUNCTION("lLMT9vJAck0", "libkernel", 1, "libkernel", clock_gettime); + LIB_FUNCTION("d7nUj1LOdDU", "libkernel", 1, "libkernel", clock_settime); + LIB_FUNCTION("bY-PO6JhzhQ", "libkernel", 1, "libkernel", close); + LIB_FUNCTION("XVL8So3QJUk", "libkernel", 1, "libkernel", connect); + LIB_FUNCTION("Pdgml4rbxYk", "libkernel", 1, "libkernel", cpuset_getaffinity); + LIB_FUNCTION("DGY7qWLcHGA", "libkernel", 1, "libkernel", cpuset_getid); + LIB_FUNCTION("0Ma-LQjv6So", "libkernel", 1, "libkernel", cpuset_setaffinity); + LIB_FUNCTION("5AMS0IntU8I", "libkernel", 1, "libkernel", creat); + LIB_FUNCTION("oiT0vgzmW0M", "libkernel", 1, "libkernel", dlclose); + LIB_FUNCTION("ucFJiTO1EUw", "libkernel", 1, "libkernel", dlerror); + LIB_FUNCTION("UteVS6B1ZrU", "libkernel", 1, "libkernel", dlopen); + LIB_FUNCTION("biY+kcVB5D4", "libkernel", 1, "libkernel", dlsym); + LIB_FUNCTION("iiQjzvfWDq0", "libkernel", 1, "libkernel", dup); + LIB_FUNCTION("wdUufa9g-D8", "libkernel", 1, "libkernel", dup2); + LIB_FUNCTION("6eh9QGpaRWw", "libkernel", 1, "libkernel", dynlib_get_obj_member); + LIB_FUNCTION("+2thxYZ4syk", "libkernel", 1, "libkernel", environ); + LIB_FUNCTION("8KHh+VefZDM", "libkernel", 1, "libkernel", errno); + LIB_FUNCTION("KaK52lYTBIs", "libkernel", 1, "libkernel", execv); + LIB_FUNCTION("kdguLiAheLI", "libkernel", 1, "libkernel", execve); + LIB_FUNCTION("0NJDcQ2B8vE", "libkernel", 1, "libkernel", execvp); + LIB_FUNCTION("UJrQCyYpyic", "libkernel", 1, "libkernel", fchflags); + LIB_FUNCTION("n01yNbQO5W4", "libkernel", 1, "libkernel", fchmod); + LIB_FUNCTION("8nY19bKoiZk", "libkernel", 1, "libkernel", fcntl); + LIB_FUNCTION("KIbJFQ0I1Cg", "libkernel", 1, "libkernel", fdatasync); + LIB_FUNCTION("9eMlfusH4sU", "libkernel", 1, "libkernel", flock); + LIB_FUNCTION("mqQMh1zPPT8", "libkernel", 1, "libkernel", fstat); + LIB_FUNCTION("juWbTNM+8hw", "libkernel", 1, "libkernel", fsync); + LIB_FUNCTION("ih4CD9-gghM", "libkernel", 1, "libkernel", ftruncate); + LIB_FUNCTION("+0EDo7YzcoU", "libkernel", 1, "libkernel", futimes); + LIB_FUNCTION("igMefp4SAv0", "libkernel", 1, "libkernel", get_authinfo); + LIB_FUNCTION("wwyXc68wvnA", "libkernel", 1, "libkernel", get_module_info_list); + LIB_FUNCTION("WtR7OVvUgSo", "libkernel", 1, "libkernel", get_page_table_stats); + LIB_FUNCTION("fi+JX2wq2XU", "libkernel", 1, "libkernel", get_sdk_compiled_version); + LIB_FUNCTION("p2xgfB-30g8", "libkernel", 1, "libkernel", get_self_auth_info); + LIB_FUNCTION("Hx-KCms9n4s", "libkernel", 1, "libkernel", get_vm_map_timestamp); + LIB_FUNCTION("iKJMWrAumPE", "libkernel", 1, "libkernel", getargc); + LIB_FUNCTION("FJmglmTMdr4", "libkernel", 1, "libkernel", getargv); + LIB_FUNCTION("dar03AOn+nM", "libkernel", 1, "libkernel", getcontext); + LIB_FUNCTION("2G6i6hMIUUY", "libkernel", 1, "libkernel", getdents); + LIB_FUNCTION("f09KvIPy-QY", "libkernel", 1, "libkernel", getdirentries); + LIB_FUNCTION("sZuwaDPATKs", "libkernel", 1, "libkernel", getdtablesize); + LIB_FUNCTION("72rYuYoDTWk", "libkernel", 1, "libkernel", getegid); + LIB_FUNCTION("tvpHe5kBO4E", "libkernel", 1, "libkernel", geteuid); + LIB_FUNCTION("AfuS23bX6kg", "libkernel", 1, "libkernel", getgid); + LIB_FUNCTION("3yjZbSvan2g", "libkernel", 1, "libkernel", getgroups); + LIB_FUNCTION("J1H1QRCJf2Q", "libkernel", 1, "libkernel", getitimer); + LIB_FUNCTION("AfMxh2e9V3Q", "libkernel", 1, "libkernel", getlogin); + LIB_FUNCTION("78FiHequa9U", "libkernel", 1, "libkernel", getlogin_r); + LIB_FUNCTION("k+AXqu2-eBc", "libkernel", 1, "libkernel", getpagesize); + LIB_FUNCTION("TXFFFiNldU8", "libkernel", 1, "libkernel", getpeername); + LIB_FUNCTION("HoLVWNanBBc", "libkernel", 1, "libkernel", getpid); + LIB_FUNCTION("e6ovBo9ZvJc", "libkernel", 1, "libkernel", getppid); + LIB_FUNCTION("miQ1wVwSexE", "libkernel", 1, "libkernel", getpriority); + LIB_FUNCTION("Wh7HbV7JFqc", "libkernel", 1, "libkernel", getrlimit); + LIB_FUNCTION("hHlZQUnlxSM", "libkernel", 1, "libkernel", getrusage); + LIB_FUNCTION("gokWod7GAH4", "libkernel", 1, "libkernel", getsid); + LIB_FUNCTION("RenI1lL1WFk", "libkernel", 1, "libkernel", getsockname); + LIB_FUNCTION("6O8EwYOgH9Y", "libkernel", 1, "libkernel", getsockopt); + LIB_FUNCTION("n88vx3C5nW8", "libkernel", 1, "libkernel", gettimeofday); + LIB_FUNCTION("kg4x8Prhfxw", "libkernel", 1, "libkernel", getuid); + LIB_FUNCTION("K1S8oc61xiM", "libkernel", 1, "libkernel", htonl); + LIB_FUNCTION("jogUIsOV3-U", "libkernel", 1, "libkernel", htons); + LIB_FUNCTION("5jRCs2axtr4", "libkernel", 1, "libkernel", inet_ntop); + LIB_FUNCTION("4n51s0zEf0c", "libkernel", 1, "libkernel", inet_pton); + LIB_FUNCTION("PfccT7qURYE", "libkernel", 1, "libkernel", ioctl); + LIB_FUNCTION("Hk7iHmGxB18", "libkernel", 1, "libkernel", ipmimgr_call); + LIB_FUNCTION("WaThXSvAQNc", "libkernel", 1, "libkernel", is_in_sandbox); + LIB_FUNCTION("AxUhC3zNrhk", "libkernel", 1, "libkernel", issetugid); + LIB_FUNCTION("RW-GEfpnsqg", "libkernel", 1, "libkernel", kevent); + LIB_FUNCTION("W0xkN0+ZkCE", "libkernel", 1, "libkernel", kill); + LIB_FUNCTION("nh2IFMgKTv8", "libkernel", 1, "libkernel", kqueue); + LIB_FUNCTION("pv9M2jHJ6iw", "libkernel", 1, "libkernel", ksem_close); + LIB_FUNCTION("asSKL30+heA", "libkernel", 1, "libkernel", ksem_destroy); + LIB_FUNCTION("rOT0UMvtCCA", "libkernel", 1, "libkernel", ksem_getvalue); + LIB_FUNCTION("TEwqtzAmezo", "libkernel", 1, "libkernel", ksem_init); + LIB_FUNCTION("k5QQrJEpRYY", "libkernel", 1, "libkernel", ksem_open); + LIB_FUNCTION("s8gWJrY1W-k", "libkernel", 1, "libkernel", ksem_post); + LIB_FUNCTION("vE+WlomLSh4", "libkernel", 1, "libkernel", ksem_timedwait); + LIB_FUNCTION("gVaofuRvLdU", "libkernel", 1, "libkernel", ksem_trywait); + LIB_FUNCTION("tvkQRDe6hNo", "libkernel", 1, "libkernel", ksem_unlink); + LIB_FUNCTION("rQvMIxmFD6A", "libkernel", 1, "libkernel", ksem_wait); + LIB_FUNCTION("SFjw4+HOVOQ", "libkernel", 1, "libkernel", ktimer_create); + LIB_FUNCTION("Uyss1eAFtWo", "libkernel", 1, "libkernel", ktimer_delete); + LIB_FUNCTION("tj-nUlJCp-8", "libkernel", 1, "libkernel", ktimer_getoverrun); + LIB_FUNCTION("mZlElqorITk", "libkernel", 1, "libkernel", ktimer_gettime); + LIB_FUNCTION("ZWNwgNgglzA", "libkernel", 1, "libkernel", ktimer_settime); + LIB_FUNCTION("pxnCmagrtao", "libkernel", 1, "libkernel", listen); + LIB_FUNCTION("Oy6IpwgtYOk", "libkernel", 1, "libkernel", lseek); + LIB_FUNCTION("DRGXpDDh8Ng", "libkernel", 1, "libkernel", lstat); + LIB_FUNCTION("Jahsnh4KKkg", "libkernel", 1, "libkernel", madvise); + LIB_FUNCTION("LYbbZxXNAns", "libkernel", 1, "libkernel", mdbg_service); + LIB_FUNCTION("+hFjyohmOU0", "libkernel", 1, "libkernel", mincore); + LIB_FUNCTION("JGMio+21L4c", "libkernel", 1, "libkernel", mkdir); + LIB_FUNCTION("mTBZfEal2Bw", "libkernel", 1, "libkernel", mlock); + LIB_FUNCTION("x7g7Ebeo8-U", "libkernel", 1, "libkernel", mlockall); + LIB_FUNCTION("BPE9s9vQQXo", "libkernel", 1, "libkernel", mmap); + LIB_FUNCTION("YQOfxL4QfeU", "libkernel", 1, "libkernel", mprotect); + LIB_FUNCTION("tZY4+SZNFhA", "libkernel", 1, "libkernel", msync); + LIB_FUNCTION("OG4RsDwLguo", "libkernel", 1, "libkernel", munlock); + LIB_FUNCTION("NpLBpgVV7PU", "libkernel", 1, "libkernel", munlockall); + LIB_FUNCTION("UqDGjXA5yUM", "libkernel", 1, "libkernel", munmap); + LIB_FUNCTION("yS8U2TGCe1A", "libkernel", 1, "libkernel", nanosleep); + LIB_FUNCTION("jct5WjixLgk", "libkernel", 1, "libkernel", ntohl); + LIB_FUNCTION("oLFi+HuZ7hY", "libkernel", 1, "libkernel", ntohs); + LIB_FUNCTION("wuCroIGjt2g", "libkernel", 1, "libkernel", open); + LIB_FUNCTION("EDyhWelj7UY", "libkernel", 1, "libkernel", pause); + LIB_FUNCTION("n371J5cP+uo", "libkernel", 1, "libkernel", physhm_open); + LIB_FUNCTION("AUqJNkobQ1c", "libkernel", 1, "libkernel", physhm_unlink); + LIB_FUNCTION("-Jp7F+pXxNg", "libkernel", 1, "libkernel", pipe); + LIB_FUNCTION("ku7D4q1Y9PI", "libkernel", 1, "libkernel", poll); + LIB_FUNCTION("ezv-RSBNKqI", "libkernel", 1, "libkernel", pread); + LIB_FUNCTION("ZaRzaapAZwM", "libkernel", 1, "libkernel", preadv); + LIB_FUNCTION("CpF21FIEKVQ", "libkernel", 1, "libkernel", profil); + LIB_FUNCTION("ZO2nWoTAv60", "libkernel", 1, "libkernel", pselect); + LIB_FUNCTION("U9t5kJAWPnA", "libkernel", 1, "libkernel", pthread_atfork); + LIB_FUNCTION("zHchY8ft5pk", "libkernel", 1, "libkernel", pthread_attr_destroy); + LIB_FUNCTION("Ucsu-OK+els", "libkernel", 1, "libkernel", pthread_attr_get_np); + LIB_FUNCTION("-wzZ7dvA7UU", "libkernel", 1, "libkernel", pthread_attr_getaffinity_np); + LIB_FUNCTION("VUT1ZSrHT0I", "libkernel", 1, "libkernel", pthread_attr_getdetachstate); + LIB_FUNCTION("JNkVVsVDmOk", "libkernel", 1, "libkernel", pthread_attr_getguardsize); + LIB_FUNCTION("oLjPqUKhzes", "libkernel", 1, "libkernel", pthread_attr_getinheritsched); + LIB_FUNCTION("qlk9pSLsUmM", "libkernel", 1, "libkernel", pthread_attr_getschedparam); + LIB_FUNCTION("RtLRV-pBTTY", "libkernel", 1, "libkernel", pthread_attr_getschedpolicy); + LIB_FUNCTION("e2G+cdEkOmU", "libkernel", 1, "libkernel", pthread_attr_getscope); + LIB_FUNCTION("vQm4fDEsWi8", "libkernel", 1, "libkernel", pthread_attr_getstack); + LIB_FUNCTION("DxmIMUQ-wXY", "libkernel", 1, "libkernel", pthread_attr_getstackaddr); + LIB_FUNCTION("0qOtCR-ZHck", "libkernel", 1, "libkernel", pthread_attr_getstacksize); + LIB_FUNCTION("wtkt-teR1so", "libkernel", 1, "libkernel", pthread_attr_init); + LIB_FUNCTION("o8pd4juNbgc", "libkernel", 1, "libkernel", pthread_attr_setaffinity_np); + LIB_FUNCTION("Q2y5IqSDZGs", "libkernel", 1, "libkernel", pthread_attr_setcreatesuspend_np); + LIB_FUNCTION("E+tyo3lp5Lw", "libkernel", 1, "libkernel", pthread_attr_setdetachstate); + LIB_FUNCTION("JKyG3SWyA10", "libkernel", 1, "libkernel", pthread_attr_setguardsize); + LIB_FUNCTION("7ZlAakEf0Qg", "libkernel", 1, "libkernel", pthread_attr_setinheritsched); + LIB_FUNCTION("euKRgm0Vn2M", "libkernel", 1, "libkernel", pthread_attr_setschedparam); + LIB_FUNCTION("JarMIy8kKEY", "libkernel", 1, "libkernel", pthread_attr_setschedpolicy); + LIB_FUNCTION("xesmlSI-KCI", "libkernel", 1, "libkernel", pthread_attr_setscope); + LIB_FUNCTION("-SrbXpGR1f0", "libkernel", 1, "libkernel", pthread_attr_setstack); + LIB_FUNCTION("suCrEbr0xIQ", "libkernel", 1, "libkernel", pthread_attr_setstackaddr); + LIB_FUNCTION("2Q0z6rnBrTE", "libkernel", 1, "libkernel", pthread_attr_setstacksize); + LIB_FUNCTION("+Pqub9HZCPo", "libkernel", 1, "libkernel", pthread_barrier_destroy); + LIB_FUNCTION("ZsXLFtd2jqQ", "libkernel", 1, "libkernel", pthread_barrier_init); + LIB_FUNCTION("WwRRAkhjARM", "libkernel", 1, "libkernel", pthread_barrier_setname_np); + LIB_FUNCTION("CawZgCYqXWk", "libkernel", 1, "libkernel", pthread_barrier_wait); + LIB_FUNCTION("AsCQCYTbe80", "libkernel", 1, "libkernel", pthread_barrierattr_destroy); + LIB_FUNCTION("a5JZMyjFV68", "libkernel", 1, "libkernel", pthread_barrierattr_getpshared); + LIB_FUNCTION("4nqCnLJSvck", "libkernel", 1, "libkernel", pthread_barrierattr_init); + LIB_FUNCTION("jqrGJJxFhmU", "libkernel", 1, "libkernel", pthread_barrierattr_setpshared); + LIB_FUNCTION("0D4-FVvEikw", "libkernel", 1, "libkernel", pthread_cancel); + LIB_FUNCTION("RVxb0Ssa5t0", "libkernel", 1, "libkernel", pthread_cleanup_pop); + LIB_FUNCTION("4ZeZWcMsAV0", "libkernel", 1, "libkernel", pthread_cleanup_push); + LIB_FUNCTION("mkx2fVhNMsg", "libkernel", 1, "libkernel", pthread_cond_broadcast); + LIB_FUNCTION("RXXqi4CtF8w", "libkernel", 1, "libkernel", pthread_cond_destroy); + LIB_FUNCTION("0TyVk4MSLt0", "libkernel", 1, "libkernel", pthread_cond_init); + LIB_FUNCTION("K953PF5u6Pc", "libkernel", 1, "libkernel", pthread_cond_reltimedwait_np); + LIB_FUNCTION("EZ8h70dtFLg", "libkernel", 1, "libkernel", pthread_cond_setname_np); + LIB_FUNCTION("2MOy+rUfuhQ", "libkernel", 1, "libkernel", pthread_cond_signal); + LIB_FUNCTION("CI6Qy73ae10", "libkernel", 1, "libkernel", pthread_cond_signalto_np); + LIB_FUNCTION("27bAgiJmOh0", "libkernel", 1, "libkernel", pthread_cond_timedwait); + LIB_FUNCTION("Op8TBGY5KHg", "libkernel", 1, "libkernel", pthread_cond_wait); + LIB_FUNCTION("dJcuQVn6-Iw", "libkernel", 1, "libkernel", pthread_condattr_destroy); + LIB_FUNCTION("cTDYxTUNPhM", "libkernel", 1, "libkernel", pthread_condattr_getclock); + LIB_FUNCTION("h0qUqSuOmC8", "libkernel", 1, "libkernel", pthread_condattr_getpshared); + LIB_FUNCTION("mKoTx03HRWA", "libkernel", 1, "libkernel", pthread_condattr_init); + LIB_FUNCTION("EjllaAqAPZo", "libkernel", 1, "libkernel", pthread_condattr_setclock); + LIB_FUNCTION("3BpP850hBT4", "libkernel", 1, "libkernel", pthread_condattr_setpshared); + LIB_FUNCTION("OxhIB8LB-PQ", "libkernel", 1, "libkernel", pthread_create); + LIB_FUNCTION("Jmi+9w9u0E4", "libkernel", 1, "libkernel", pthread_create_name_np); + LIB_FUNCTION("+U1R4WtXvoc", "libkernel", 1, "libkernel", pthread_detach); + LIB_FUNCTION("7Xl257M4VNI", "libkernel", 1, "libkernel", pthread_equal); + LIB_FUNCTION("FJrT5LuUBAU", "libkernel", 1, "libkernel", pthread_exit); + LIB_FUNCTION("td+DYvbbDfk", "libkernel", 1, "libkernel", pthread_get_specificarray_np); + LIB_FUNCTION("YkGOXpJEtO8", "libkernel", 1, "libkernel", pthread_get_user_context_np); + LIB_FUNCTION("Jb2uGFMr688", "libkernel", 1, "libkernel", pthread_getaffinity_np); + LIB_FUNCTION("s+QHU9RLHS4", "libkernel", 1, "libkernel", pthread_getconcurrency); + LIB_FUNCTION("nnoxZUHK+SA", "libkernel", 1, "libkernel", pthread_getcpuclockid); + LIB_FUNCTION("9HzfhdtESio", "libkernel", 1, "libkernel", pthread_getname_np); + LIB_FUNCTION("aO+WS2xWuo4", "libkernel", 1, "libkernel", pthread_getprio); + LIB_FUNCTION("FIs3-UQT9sg", "libkernel", 1, "libkernel", pthread_getschedparam); + LIB_FUNCTION("0-KXaS70xy4", "libkernel", 1, "libkernel", pthread_getspecific); + LIB_FUNCTION("ruZ9hhQ8oUk", "libkernel", 1, "libkernel", pthread_getstack_np); + LIB_FUNCTION("3eqs37G74-s", "libkernel", 1, "libkernel", pthread_getthreadid_np); + LIB_FUNCTION("h9CcP3J0oVM", "libkernel", 1, "libkernel", pthread_join); + LIB_FUNCTION("mqULNdimTn0", "libkernel", 1, "libkernel", pthread_key_create); + LIB_FUNCTION("6BpEZuDT7YI", "libkernel", 1, "libkernel", pthread_key_delete); + LIB_FUNCTION("yH-uQW3LbX0", "libkernel", 1, "libkernel", pthread_kill); + LIB_FUNCTION("D1D6GFIYYGs", "libkernel", 1, "libkernel", pthread_main_np); + LIB_FUNCTION("vhcrecqZy-k", "libkernel", 1, "libkernel", pthread_multi_np); + LIB_FUNCTION("ltCfaGr2JGE", "libkernel", 1, "libkernel", pthread_mutex_destroy); + LIB_FUNCTION("itv-U5mFPso", "libkernel", 1, "libkernel", pthread_mutex_getprioceiling); + LIB_FUNCTION("x4vQj3JKKmc", "libkernel", 1, "libkernel", pthread_mutex_getspinloops_np); + LIB_FUNCTION("OxEIUqkByy4", "libkernel", 1, "libkernel", pthread_mutex_getyieldloops_np); + LIB_FUNCTION("ttHNfU+qDBU", "libkernel", 1, "libkernel", pthread_mutex_init); + LIB_FUNCTION("hLoEhSBhi84", "libkernel", 1, "libkernel", pthread_mutex_init_for_mono); + LIB_FUNCTION("gKqzW-zWhvY", "libkernel", 1, "libkernel", pthread_mutex_isowned_np); + LIB_FUNCTION("7H0iTOciTLo", "libkernel", 1, "libkernel", pthread_mutex_lock); + LIB_FUNCTION("nbQ0bXMRlhk", "libkernel", 1, "libkernel", pthread_mutex_reltimedlock_np); + LIB_FUNCTION("nTxZBp8YNGc", "libkernel", 1, "libkernel", pthread_mutex_setname_np); + LIB_FUNCTION("XS3kGVt4q+4", "libkernel", 1, "libkernel", pthread_mutex_setprioceiling); + LIB_FUNCTION("5-ncLMtL5+g", "libkernel", 1, "libkernel", pthread_mutex_setspinloops_np); + LIB_FUNCTION("frFuGprJmPc", "libkernel", 1, "libkernel", pthread_mutex_setyieldloops_np); + LIB_FUNCTION("Io9+nTKXZtA", "libkernel", 1, "libkernel", pthread_mutex_timedlock); + LIB_FUNCTION("K-jXhbt2gn4", "libkernel", 1, "libkernel", pthread_mutex_trylock); + LIB_FUNCTION("2Z+PpY6CaJg", "libkernel", 1, "libkernel", pthread_mutex_unlock); + LIB_FUNCTION("HF7lK46xzjY", "libkernel", 1, "libkernel", pthread_mutexattr_destroy); + LIB_FUNCTION("U6SNV+RnyLQ", "libkernel", 1, "libkernel", pthread_mutexattr_getkind_np); + LIB_FUNCTION("+m8+quqOwhM", "libkernel", 1, "libkernel", pthread_mutexattr_getprioceiling); + LIB_FUNCTION("yDaWxUE50s0", "libkernel", 1, "libkernel", pthread_mutexattr_getprotocol); + LIB_FUNCTION("PmL-TwKUzXI", "libkernel", 1, "libkernel", pthread_mutexattr_getpshared); + LIB_FUNCTION("GZFlI7RhuQo", "libkernel", 1, "libkernel", pthread_mutexattr_gettype); + LIB_FUNCTION("dQHWEsJtoE4", "libkernel", 1, "libkernel", pthread_mutexattr_init); + LIB_FUNCTION("J9rlRuQ8H5s", "libkernel", 1, "libkernel", pthread_mutexattr_setkind_np); + LIB_FUNCTION("ZLvf6lVAc4M", "libkernel", 1, "libkernel", pthread_mutexattr_setprioceiling); + LIB_FUNCTION("5txKfcMUAok", "libkernel", 1, "libkernel", pthread_mutexattr_setprotocol); + LIB_FUNCTION("EXv3ztGqtDM", "libkernel", 1, "libkernel", pthread_mutexattr_setpshared); + LIB_FUNCTION("mDmgMOGVUqg", "libkernel", 1, "libkernel", pthread_mutexattr_settype); + LIB_FUNCTION("Z4QosVuAsA0", "libkernel", 1, "libkernel", pthread_once); + LIB_FUNCTION("9vyP6Z7bqzc", "libkernel", 1, "libkernel", pthread_rename_np); + LIB_FUNCTION("3gY5B0FCkNY", "libkernel", 1, "libkernel", pthread_resume_all_np); + LIB_FUNCTION("BYM3L--ojzI", "libkernel", 1, "libkernel", pthread_resume_np); + LIB_FUNCTION("QRdE7dBfNks", "libkernel", 1, "libkernel", pthread_resume_user_context_np); + LIB_FUNCTION("1471ajPzxh0", "libkernel", 1, "libkernel", pthread_rwlock_destroy); + LIB_FUNCTION("ytQULN-nhL4", "libkernel", 1, "libkernel", pthread_rwlock_init); + LIB_FUNCTION("iGjsr1WAtI0", "libkernel", 1, "libkernel", pthread_rwlock_rdlock); + LIB_FUNCTION("dYv-+If2GPk", "libkernel", 1, "libkernel", pthread_rwlock_reltimedrdlock_np); + LIB_FUNCTION("RRnSj8h8VR4", "libkernel", 1, "libkernel", pthread_rwlock_reltimedwrlock_np); + LIB_FUNCTION("Uwxgnsi3xeM", "libkernel", 1, "libkernel", pthread_rwlock_setname_np); + LIB_FUNCTION("lb8lnYo-o7k", "libkernel", 1, "libkernel", pthread_rwlock_timedrdlock); + LIB_FUNCTION("9zklzAl9CGM", "libkernel", 1, "libkernel", pthread_rwlock_timedwrlock); + LIB_FUNCTION("SFxTMOfuCkE", "libkernel", 1, "libkernel", pthread_rwlock_tryrdlock); + LIB_FUNCTION("XhWHn6P5R7U", "libkernel", 1, "libkernel", pthread_rwlock_trywrlock); + LIB_FUNCTION("EgmLo6EWgso", "libkernel", 1, "libkernel", pthread_rwlock_unlock); + LIB_FUNCTION("sIlRvQqsN2Y", "libkernel", 1, "libkernel", pthread_rwlock_wrlock); + LIB_FUNCTION("qsdmgXjqSgk", "libkernel", 1, "libkernel", pthread_rwlockattr_destroy); + LIB_FUNCTION("VqEMuCv-qHY", "libkernel", 1, "libkernel", pthread_rwlockattr_getpshared); + LIB_FUNCTION("l+bG5fsYkhg", "libkernel", 1, "libkernel", pthread_rwlockattr_gettype_np); + LIB_FUNCTION("xFebsA4YsFI", "libkernel", 1, "libkernel", pthread_rwlockattr_init); + LIB_FUNCTION("OuKg+kRDD7U", "libkernel", 1, "libkernel", pthread_rwlockattr_setpshared); + LIB_FUNCTION("8NuOHiTr1Vw", "libkernel", 1, "libkernel", pthread_rwlockattr_settype_np); + LIB_FUNCTION("EotR8a3ASf4", "libkernel", 1, "libkernel", pthread_self); + LIB_FUNCTION("tG+805b1Njk", "libkernel", 1, "libkernel", pthread_set_defaultstacksize_np); + LIB_FUNCTION("oxMp8uPqa+U", "libkernel", 1, "libkernel", pthread_set_name_np); + LIB_FUNCTION("el9stmu6290", "libkernel", 1, "libkernel", pthread_set_user_context_np); + LIB_FUNCTION("5KWrg7-ZqvE", "libkernel", 1, "libkernel", pthread_setaffinity_np); + LIB_FUNCTION("lZzFeSxPl08", "libkernel", 1, "libkernel", pthread_setcancelstate); + LIB_FUNCTION("2dEhvvjlq30", "libkernel", 1, "libkernel", pthread_setcanceltype); + LIB_FUNCTION("fBG1gHx1RlI", "libkernel", 1, "libkernel", pthread_setconcurrency); + LIB_FUNCTION("a2P9wYGeZvc", "libkernel", 1, "libkernel", pthread_setprio); + LIB_FUNCTION("Xs9hdiD7sAA", "libkernel", 1, "libkernel", pthread_setschedparam); + LIB_FUNCTION("WrOLvHU0yQM", "libkernel", 1, "libkernel", pthread_setspecific); + LIB_FUNCTION("JZKw5+Wrnaw", "libkernel", 1, "libkernel", pthread_sigmask); + LIB_FUNCTION("4Q8db4pIRV0", "libkernel", 1, "libkernel", pthread_single_np); + LIB_FUNCTION("IJIggoPZExk", "libkernel", 1, "libkernel", pthread_spin_destroy); + LIB_FUNCTION("ZMn3clnAGBA", "libkernel", 1, "libkernel", pthread_spin_init); + LIB_FUNCTION("pw+70ClLYlY", "libkernel", 1, "libkernel", pthread_spin_lock); + LIB_FUNCTION("rCTGkBIHfPY", "libkernel", 1, "libkernel", pthread_spin_trylock); + LIB_FUNCTION("LEfMMCT+SlM", "libkernel", 1, "libkernel", pthread_spin_unlock); + LIB_FUNCTION("iWAnZ3ger+8", "libkernel", 1, "libkernel", pthread_suspend_all_np); + LIB_FUNCTION("4e9dMKt+UYA", "libkernel", 1, "libkernel", pthread_suspend_np); + LIB_FUNCTION("cfjAjVTFG6A", "libkernel", 1, "libkernel", pthread_suspend_user_context_np); + LIB_FUNCTION("Q9DhUQxNCwI", "libkernel", 1, "libkernel", pthread_switch_add_np); + LIB_FUNCTION("neZ60m-+Baw", "libkernel", 1, "libkernel", pthread_switch_delete_np); + LIB_FUNCTION("nYBrkGDqxh8", "libkernel", 1, "libkernel", pthread_testcancel); + LIB_FUNCTION("PkS44IGrDkM", "libkernel", 1, "libkernel", pthread_timedjoin_np); + LIB_FUNCTION("B5GmVDKwpn0", "libkernel", 1, "libkernel", pthread_yield); + LIB_FUNCTION("C2kJ-byS5rM", "libkernel", 1, "libkernel", pwrite); + LIB_FUNCTION("FCcmRZhWtOk", "libkernel", 1, "libkernel", pwritev); + LIB_FUNCTION("0t0-MxQNwK4", "libkernel", 1, "libkernel", raise); + LIB_FUNCTION("AqBioC2vF3I", "libkernel", 1, "libkernel", read); + LIB_FUNCTION("I7ImcLds-uU", "libkernel", 1, "libkernel", readv); + LIB_FUNCTION("Ez8xjo9UF4E", "libkernel", 1, "libkernel", recv); + LIB_FUNCTION("lUk6wrGXyMw", "libkernel", 1, "libkernel", recvfrom); + LIB_FUNCTION("hI7oVeOluPM", "libkernel", 1, "libkernel", recvmsg); + LIB_FUNCTION("NN01qLRhiqU", "libkernel", 1, "libkernel", rename); + LIB_FUNCTION("bSDxEpGzmUE", "libkernel", 1, "libkernel", rfork_thread); + LIB_FUNCTION("c7ZnT7V1B98", "libkernel", 1, "libkernel", rmdir); + LIB_FUNCTION("u8M56qpqTtw", "libkernel", 1, "libkernel", rtld_printf); + LIB_FUNCTION("2I2RV6LyNng", "libkernel", 1, "libkernel", rtprio_thread); + LIB_FUNCTION("NhL5qID2iho", "libkernel", 1, "libkernel", sceKernelAddCpumodeEvent); + LIB_FUNCTION("cG3t15OK4Ow", "libkernel", 1, "libkernel", sceKernelAddFileEvent); + LIB_FUNCTION("YJ7JscWubcU", "libkernel", 1, "libkernel", sceKernelAddGpuExceptionEvent); + LIB_FUNCTION("R74tt43xP6k", "libkernel", 1, "libkernel", sceKernelAddHRTimerEvent); + LIB_FUNCTION("VHCS3rCd0PM", "libkernel", 1, "libkernel", sceKernelAddReadEvent); + LIB_FUNCTION("57ZK+ODEXWY", "libkernel", 1, "libkernel", sceKernelAddTimerEvent); + LIB_FUNCTION("4R6-OvI2cEA", "libkernel", 1, "libkernel", sceKernelAddUserEvent); + LIB_FUNCTION("WDszmSbWuDk", "libkernel", 1, "libkernel", sceKernelAddUserEventEdge); + LIB_FUNCTION("R-tyYMpYaxY", "libkernel", 1, "libkernel", sceKernelAddWriteEvent); + LIB_FUNCTION("fR521KIGgb8", "libkernel", 1, "libkernel", sceKernelAioCancelRequest); + LIB_FUNCTION("3Lca1XBrQdY", "libkernel", 1, "libkernel", sceKernelAioCancelRequests); + LIB_FUNCTION("5TgME6AYty4", "libkernel", 1, "libkernel", sceKernelAioDeleteRequest); + LIB_FUNCTION("Ft3EtsZzAoY", "libkernel", 1, "libkernel", sceKernelAioDeleteRequests); + LIB_FUNCTION("vYU8P9Td2Zo", "libkernel", 1, "libkernel", sceKernelAioInitializeImpl); + LIB_FUNCTION("nu4a0-arQis", "libkernel", 1, "libkernel", sceKernelAioInitializeParam); + LIB_FUNCTION("2pOuoWoCxdk", "libkernel", 1, "libkernel", sceKernelAioPollRequest); + LIB_FUNCTION("o7O4z3jwKzo", "libkernel", 1, "libkernel", sceKernelAioPollRequests); + LIB_FUNCTION("9WK-vhNXimw", "libkernel", 1, "libkernel", sceKernelAioSetParam); + LIB_FUNCTION("HgX7+AORI58", "libkernel", 1, "libkernel", sceKernelAioSubmitReadCommands); + LIB_FUNCTION("lXT0m3P-vs4", "libkernel", 1, "libkernel", sceKernelAioSubmitReadCommandsMultiple); - LIB_FUNCTION("XQ8C8y+de+E", "libkernel", 1, "libkernel", 1, 1, - sceKernelAioSubmitWriteCommands); - LIB_FUNCTION("xT3Cpz0yh6Y", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("XQ8C8y+de+E", "libkernel", 1, "libkernel", sceKernelAioSubmitWriteCommands); + LIB_FUNCTION("xT3Cpz0yh6Y", "libkernel", 1, "libkernel", sceKernelAioSubmitWriteCommandsMultiple); - LIB_FUNCTION("KOF-oJbQVvc", "libkernel", 1, "libkernel", 1, 1, sceKernelAioWaitRequest); - LIB_FUNCTION("lgK+oIWkJyA", "libkernel", 1, "libkernel", 1, 1, sceKernelAioWaitRequests); - LIB_FUNCTION("rTXw65xmLIA", "libkernel", 1, "libkernel", 1, 1, sceKernelAllocateDirectMemory); - LIB_FUNCTION("ll8I9K4RtUM", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("KOF-oJbQVvc", "libkernel", 1, "libkernel", sceKernelAioWaitRequest); + LIB_FUNCTION("lgK+oIWkJyA", "libkernel", 1, "libkernel", sceKernelAioWaitRequests); + LIB_FUNCTION("rTXw65xmLIA", "libkernel", 1, "libkernel", sceKernelAllocateDirectMemory); + LIB_FUNCTION("ll8I9K4RtUM", "libkernel", 1, "libkernel", sceKernelAllocateDirectMemoryForMiniApp); - LIB_FUNCTION("B+vc2AO2Zrc", "libkernel", 1, "libkernel", 1, 1, - sceKernelAllocateMainDirectMemory); - LIB_FUNCTION("g6fhW-+NuuU", "libkernel", 1, "libkernel", 1, 1, - sceKernelAllocateTraceDirectMemory); - LIB_FUNCTION("C0f7TJcbfac", "libkernel", 1, "libkernel", 1, 1, - sceKernelAvailableDirectMemorySize); - LIB_FUNCTION("aNz11fnnzi4", "libkernel", 1, "libkernel", 1, 1, - sceKernelAvailableFlexibleMemorySize); - LIB_FUNCTION("xRwvvcfZfHM", "libkernel", 1, "libkernel", 1, 1, sceKernelBacktraceSelf); - LIB_FUNCTION("2SKEx6bSq-4", "libkernel", 1, "libkernel", 1, 1, sceKernelBatchMap); - LIB_FUNCTION("kBJzF8x4SyE", "libkernel", 1, "libkernel", 1, 1, sceKernelBatchMap2); - LIB_FUNCTION("PZku4ZrXJqg", "libkernel", 1, "libkernel", 1, 1, sceKernelCancelEventFlag); - LIB_FUNCTION("4DM06U2BNEY", "libkernel", 1, "libkernel", 1, 1, sceKernelCancelSema); - LIB_FUNCTION("hwVSPCmp5tM", "libkernel", 1, "libkernel", 1, 1, - sceKernelCheckedReleaseDirectMemory); - LIB_FUNCTION("uWyW3v98sU4", "libkernel", 1, "libkernel", 1, 1, sceKernelCheckReachability); - LIB_FUNCTION("fgIsQ10xYVA", "libkernel", 1, "libkernel", 1, 1, sceKernelChmod); - LIB_FUNCTION("N9SrpMINuLw", "libkernel", 1, "libkernel", 1, 1, - sceKernelClearBootReqNotifyCount); - LIB_FUNCTION("7uhBFWRAS60", "libkernel", 1, "libkernel", 1, 1, sceKernelClearEventFlag); - LIB_FUNCTION("EgJqC+9VmvM", "libkernel", 1, "libkernel", 1, 1, sceKernelClearGameDirectMemory); - LIB_FUNCTION("wRYVA5Zolso", "libkernel", 1, "libkernel", 1, 1, sceKernelClockGetres); - LIB_FUNCTION("QBi7HCK03hw", "libkernel", 1, "libkernel", 1, 1, sceKernelClockGettime); - LIB_FUNCTION("UK2Tl2DWUns", "libkernel", 1, "libkernel", 1, 1, sceKernelClose); - LIB_FUNCTION("J5RqzZ7nMVc", "libkernel", 1, "libkernel", 1, 1, sceKernelCloseEport); - LIB_FUNCTION("s9-RaxukuzQ", "libkernel", 1, "libkernel", 1, 1, sceKernelCloseEventFlag); - LIB_FUNCTION("HBkUky2PZPA", "libkernel", 1, "libkernel", 1, 1, sceKernelCloseSema); - LIB_FUNCTION("n1-v6FgU7MQ", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("B+vc2AO2Zrc", "libkernel", 1, "libkernel", sceKernelAllocateMainDirectMemory); + LIB_FUNCTION("g6fhW-+NuuU", "libkernel", 1, "libkernel", sceKernelAllocateTraceDirectMemory); + LIB_FUNCTION("C0f7TJcbfac", "libkernel", 1, "libkernel", sceKernelAvailableDirectMemorySize); + LIB_FUNCTION("aNz11fnnzi4", "libkernel", 1, "libkernel", sceKernelAvailableFlexibleMemorySize); + LIB_FUNCTION("xRwvvcfZfHM", "libkernel", 1, "libkernel", sceKernelBacktraceSelf); + LIB_FUNCTION("2SKEx6bSq-4", "libkernel", 1, "libkernel", sceKernelBatchMap); + LIB_FUNCTION("kBJzF8x4SyE", "libkernel", 1, "libkernel", sceKernelBatchMap2); + LIB_FUNCTION("PZku4ZrXJqg", "libkernel", 1, "libkernel", sceKernelCancelEventFlag); + LIB_FUNCTION("4DM06U2BNEY", "libkernel", 1, "libkernel", sceKernelCancelSema); + LIB_FUNCTION("hwVSPCmp5tM", "libkernel", 1, "libkernel", sceKernelCheckedReleaseDirectMemory); + LIB_FUNCTION("uWyW3v98sU4", "libkernel", 1, "libkernel", sceKernelCheckReachability); + LIB_FUNCTION("fgIsQ10xYVA", "libkernel", 1, "libkernel", sceKernelChmod); + LIB_FUNCTION("N9SrpMINuLw", "libkernel", 1, "libkernel", sceKernelClearBootReqNotifyCount); + LIB_FUNCTION("7uhBFWRAS60", "libkernel", 1, "libkernel", sceKernelClearEventFlag); + LIB_FUNCTION("EgJqC+9VmvM", "libkernel", 1, "libkernel", sceKernelClearGameDirectMemory); + LIB_FUNCTION("wRYVA5Zolso", "libkernel", 1, "libkernel", sceKernelClockGetres); + LIB_FUNCTION("QBi7HCK03hw", "libkernel", 1, "libkernel", sceKernelClockGettime); + LIB_FUNCTION("UK2Tl2DWUns", "libkernel", 1, "libkernel", sceKernelClose); + LIB_FUNCTION("J5RqzZ7nMVc", "libkernel", 1, "libkernel", sceKernelCloseEport); + LIB_FUNCTION("s9-RaxukuzQ", "libkernel", 1, "libkernel", sceKernelCloseEventFlag); + LIB_FUNCTION("HBkUky2PZPA", "libkernel", 1, "libkernel", sceKernelCloseSema); + LIB_FUNCTION("n1-v6FgU7MQ", "libkernel", 1, "libkernel", sceKernelConfiguredFlexibleMemorySize); - LIB_FUNCTION("0NTHN1NKONI", "libkernel", 1, "libkernel", 1, 1, sceKernelConvertLocaltimeToUtc); - LIB_FUNCTION("-o5uEDpN+oY", "libkernel", 1, "libkernel", 1, 1, sceKernelConvertUtcToLocaltime); - LIB_FUNCTION("KF25CDxFn48", "libkernel", 1, "libkernel", 1, 1, sceKernelCreateEport); - LIB_FUNCTION("D0OdFMjp46I", "libkernel", 1, "libkernel", 1, 1, sceKernelCreateEqueue); - LIB_FUNCTION("BpFoboUJoZU", "libkernel", 1, "libkernel", 1, 1, sceKernelCreateEventFlag); - LIB_FUNCTION("188x57JYp0g", "libkernel", 1, "libkernel", 1, 1, sceKernelCreateSema); - LIB_FUNCTION("FMvo0UFMf-o", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("0NTHN1NKONI", "libkernel", 1, "libkernel", sceKernelConvertLocaltimeToUtc); + LIB_FUNCTION("-o5uEDpN+oY", "libkernel", 1, "libkernel", sceKernelConvertUtcToLocaltime); + LIB_FUNCTION("KF25CDxFn48", "libkernel", 1, "libkernel", sceKernelCreateEport); + LIB_FUNCTION("D0OdFMjp46I", "libkernel", 1, "libkernel", sceKernelCreateEqueue); + LIB_FUNCTION("BpFoboUJoZU", "libkernel", 1, "libkernel", sceKernelCreateEventFlag); + LIB_FUNCTION("188x57JYp0g", "libkernel", 1, "libkernel", sceKernelCreateSema); + LIB_FUNCTION("FMvo0UFMf-o", "libkernel", 1, "libkernel", sceKernelDebugAcquireAndUpdateDebugRegister); - LIB_FUNCTION("XECwgo2nbek", "libkernel", 1, "libkernel", 1, 1, sceKernelDebugGetAppStatus); - LIB_FUNCTION("CgfvQDFAtYU", "libkernel", 1, "libkernel", 1, 1, sceKernelDebugGetPauseCount); - LIB_FUNCTION("+iVwFsjXaFQ", "libkernel", 1, "libkernel", 1, 1, - sceKernelDebugGpuPaDebugIsInProgress); - LIB_FUNCTION("9JYNqN6jAKI", "libkernel", 1, "libkernel", 1, 1, sceKernelDebugOutText); - LIB_FUNCTION("OMDRKKAZ8I4", "libkernel", 1, "libkernel", 1, 1, sceKernelDebugRaiseException); - LIB_FUNCTION("zE-wXIZjLoM", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("XECwgo2nbek", "libkernel", 1, "libkernel", sceKernelDebugGetAppStatus); + LIB_FUNCTION("CgfvQDFAtYU", "libkernel", 1, "libkernel", sceKernelDebugGetPauseCount); + LIB_FUNCTION("+iVwFsjXaFQ", "libkernel", 1, "libkernel", sceKernelDebugGpuPaDebugIsInProgress); + LIB_FUNCTION("9JYNqN6jAKI", "libkernel", 1, "libkernel", sceKernelDebugOutText); + LIB_FUNCTION("OMDRKKAZ8I4", "libkernel", 1, "libkernel", sceKernelDebugRaiseException); + LIB_FUNCTION("zE-wXIZjLoM", "libkernel", 1, "libkernel", sceKernelDebugRaiseExceptionOnReleaseMode); - LIB_FUNCTION("DKWTYfo-jMY", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("DKWTYfo-jMY", "libkernel", 1, "libkernel", sceKernelDebugRaiseExceptionWithContext); - LIB_FUNCTION("HbRSpVkdVF0", "libkernel", 1, "libkernel", 1, 1, - sceKernelDebugRaiseExceptionWithInfo); - LIB_FUNCTION("8rHK-6bbvqM", "libkernel", 1, "libkernel", 1, 1, - sceKernelDebugReleaseDebugContext); - LIB_FUNCTION("OwjivtyfODU", "libkernel", 1, "libkernel", 1, 1, sceKernelDeleteCpumodeEvent); - LIB_FUNCTION("HhGAQ+ffliw", "libkernel", 1, "libkernel", 1, 1, sceKernelDeleteEport); - LIB_FUNCTION("jpFjmgAC5AE", "libkernel", 1, "libkernel", 1, 1, sceKernelDeleteEqueue); - LIB_FUNCTION("8mql9OcQnd4", "libkernel", 1, "libkernel", 1, 1, sceKernelDeleteEventFlag); - LIB_FUNCTION("UmXngHKB6is", "libkernel", 1, "libkernel", 1, 1, sceKernelDeleteFileEvent); - LIB_FUNCTION("8skggWXlSqM", "libkernel", 1, "libkernel", 1, 1, - sceKernelDeleteGpuExceptionEvent); - LIB_FUNCTION("J+LF6LwObXU", "libkernel", 1, "libkernel", 1, 1, sceKernelDeleteHRTimerEvent); - LIB_FUNCTION("JxJ4tfgKlXA", "libkernel", 1, "libkernel", 1, 1, sceKernelDeleteReadEvent); - LIB_FUNCTION("R1Jvn8bSCW8", "libkernel", 1, "libkernel", 1, 1, sceKernelDeleteSema); - LIB_FUNCTION("YWQFUyXIVdU", "libkernel", 1, "libkernel", 1, 1, sceKernelDeleteTimerEvent); - LIB_FUNCTION("LJDwdSNTnDg", "libkernel", 1, "libkernel", 1, 1, sceKernelDeleteUserEvent); - LIB_FUNCTION("cBGTk8S92XM", "libkernel", 1, "libkernel", 1, 1, sceKernelDeleteWriteEvent); - LIB_FUNCTION("BHouLQzh0X0", "libkernel", 1, "libkernel", 1, 1, sceKernelDirectMemoryQuery); - LIB_FUNCTION("ZB9HZnouJrc", "libkernel", 1, "libkernel", 1, 1, - sceKernelDirectMemoryQueryForId); - LIB_FUNCTION("LwG8g3niqwA", "libkernel", 1, "libkernel", 1, 1, sceKernelDlsym); - LIB_FUNCTION("usHTMoFoBTM", "libkernel", 1, "libkernel", 1, 1, sceKernelEnableDmemAliasing); - LIB_FUNCTION("v4V7yvdU9zo", "libkernel", 1, "libkernel", 1, 1, sceKernelEnableDmemAliasing2); - LIB_FUNCTION("vhlQXKkQFe0", "libkernel", 1, "libkernel", 1, 1, - sceKernelEnablePthreadObjectCheck); - LIB_FUNCTION("D4yla3vx4tY", "libkernel", 1, "libkernel", 1, 1, sceKernelError); - LIB_FUNCTION("c7noapHDHWU", "libkernel", 1, "libkernel", 1, 1, sceKernelEventLogInit); - LIB_FUNCTION("H6bIN2qvlxY", "libkernel", 1, "libkernel", 1, 1, sceKernelEventLogPread); - LIB_FUNCTION("L6WLBSYfL6k", "libkernel", 1, "libkernel", 1, 1, sceKernelEventLogRead); - LIB_FUNCTION("TmkVz5YgHg8", "libkernel", 1, "libkernel", 1, 1, sceKernelEventLogWrite); - LIB_FUNCTION("UtszJWHrDcA", "libkernel", 1, "libkernel", 1, 1, sceKernelFchmod); - LIB_FUNCTION("SoZkxZkCHaw", "libkernel", 1, "libkernel", 1, 1, sceKernelFcntl); - LIB_FUNCTION("30Rh4ixbKy4", "libkernel", 1, "libkernel", 1, 1, sceKernelFdatasync); - LIB_FUNCTION("YDg-SQj66AQ", "libkernel", 1, "libkernel", 1, 1, sceKernelFlock); - LIB_FUNCTION("kBwCPsYX-m4", "libkernel", 1, "libkernel", 1, 1, sceKernelFstat); - LIB_FUNCTION("fTx66l5iWIA", "libkernel", 1, "libkernel", 1, 1, sceKernelFsync); - LIB_FUNCTION("VW3TVZiM4-E", "libkernel", 1, "libkernel", 1, 1, sceKernelFtruncate); - LIB_FUNCTION("NLq2b1jOaN0", "libkernel", 1, "libkernel", 1, 1, sceKernelFutimes); - LIB_FUNCTION("YeU23Szo3BM", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("HbRSpVkdVF0", "libkernel", 1, "libkernel", sceKernelDebugRaiseExceptionWithInfo); + LIB_FUNCTION("8rHK-6bbvqM", "libkernel", 1, "libkernel", sceKernelDebugReleaseDebugContext); + LIB_FUNCTION("OwjivtyfODU", "libkernel", 1, "libkernel", sceKernelDeleteCpumodeEvent); + LIB_FUNCTION("HhGAQ+ffliw", "libkernel", 1, "libkernel", sceKernelDeleteEport); + LIB_FUNCTION("jpFjmgAC5AE", "libkernel", 1, "libkernel", sceKernelDeleteEqueue); + LIB_FUNCTION("8mql9OcQnd4", "libkernel", 1, "libkernel", sceKernelDeleteEventFlag); + LIB_FUNCTION("UmXngHKB6is", "libkernel", 1, "libkernel", sceKernelDeleteFileEvent); + LIB_FUNCTION("8skggWXlSqM", "libkernel", 1, "libkernel", sceKernelDeleteGpuExceptionEvent); + LIB_FUNCTION("J+LF6LwObXU", "libkernel", 1, "libkernel", sceKernelDeleteHRTimerEvent); + LIB_FUNCTION("JxJ4tfgKlXA", "libkernel", 1, "libkernel", sceKernelDeleteReadEvent); + LIB_FUNCTION("R1Jvn8bSCW8", "libkernel", 1, "libkernel", sceKernelDeleteSema); + LIB_FUNCTION("YWQFUyXIVdU", "libkernel", 1, "libkernel", sceKernelDeleteTimerEvent); + LIB_FUNCTION("LJDwdSNTnDg", "libkernel", 1, "libkernel", sceKernelDeleteUserEvent); + LIB_FUNCTION("cBGTk8S92XM", "libkernel", 1, "libkernel", sceKernelDeleteWriteEvent); + LIB_FUNCTION("BHouLQzh0X0", "libkernel", 1, "libkernel", sceKernelDirectMemoryQuery); + LIB_FUNCTION("ZB9HZnouJrc", "libkernel", 1, "libkernel", sceKernelDirectMemoryQueryForId); + LIB_FUNCTION("LwG8g3niqwA", "libkernel", 1, "libkernel", sceKernelDlsym); + LIB_FUNCTION("usHTMoFoBTM", "libkernel", 1, "libkernel", sceKernelEnableDmemAliasing); + LIB_FUNCTION("v4V7yvdU9zo", "libkernel", 1, "libkernel", sceKernelEnableDmemAliasing2); + LIB_FUNCTION("vhlQXKkQFe0", "libkernel", 1, "libkernel", sceKernelEnablePthreadObjectCheck); + LIB_FUNCTION("D4yla3vx4tY", "libkernel", 1, "libkernel", sceKernelError); + LIB_FUNCTION("c7noapHDHWU", "libkernel", 1, "libkernel", sceKernelEventLogInit); + LIB_FUNCTION("H6bIN2qvlxY", "libkernel", 1, "libkernel", sceKernelEventLogPread); + LIB_FUNCTION("L6WLBSYfL6k", "libkernel", 1, "libkernel", sceKernelEventLogRead); + LIB_FUNCTION("TmkVz5YgHg8", "libkernel", 1, "libkernel", sceKernelEventLogWrite); + LIB_FUNCTION("UtszJWHrDcA", "libkernel", 1, "libkernel", sceKernelFchmod); + LIB_FUNCTION("SoZkxZkCHaw", "libkernel", 1, "libkernel", sceKernelFcntl); + LIB_FUNCTION("30Rh4ixbKy4", "libkernel", 1, "libkernel", sceKernelFdatasync); + LIB_FUNCTION("YDg-SQj66AQ", "libkernel", 1, "libkernel", sceKernelFlock); + LIB_FUNCTION("kBwCPsYX-m4", "libkernel", 1, "libkernel", sceKernelFstat); + LIB_FUNCTION("fTx66l5iWIA", "libkernel", 1, "libkernel", sceKernelFsync); + LIB_FUNCTION("VW3TVZiM4-E", "libkernel", 1, "libkernel", sceKernelFtruncate); + LIB_FUNCTION("NLq2b1jOaN0", "libkernel", 1, "libkernel", sceKernelFutimes); + LIB_FUNCTION("YeU23Szo3BM", "libkernel", 1, "libkernel", sceKernelGetAllowedSdkVersionOnSystem); - LIB_FUNCTION("G-MYv5erXaU", "libkernel", 1, "libkernel", 1, 1, sceKernelGetAppInfo); - LIB_FUNCTION("1UOnecNlNW0", "libkernel", 1, "libkernel", 1, 1, sceKernelGetAslrStatus); - LIB_FUNCTION("QtLhuYZf9jg", "libkernel", 1, "libkernel", 1, 1, sceKernelGetBackupRestoreMode); - LIB_FUNCTION("CQ1bzp1ba0k", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("G-MYv5erXaU", "libkernel", 1, "libkernel", sceKernelGetAppInfo); + LIB_FUNCTION("1UOnecNlNW0", "libkernel", 1, "libkernel", sceKernelGetAslrStatus); + LIB_FUNCTION("QtLhuYZf9jg", "libkernel", 1, "libkernel", sceKernelGetBackupRestoreMode); + LIB_FUNCTION("CQ1bzp1ba0k", "libkernel", 1, "libkernel", sceKernelGetBackupRestoreModeOfNextBoot); - LIB_FUNCTION("wSxRrFKzKXk", "libkernel", 1, "libkernel", 1, 1, sceKernelGetBasicProductShape); - LIB_FUNCTION("tFD04DtJY+g", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetBetaUpdateTestForRcmgr); - LIB_FUNCTION("n0FvTzIPodM", "libkernel", 1, "libkernel", 1, 1, sceKernelGetBioUsageAll); - LIB_FUNCTION("oYr9L7WSCww", "libkernel", 1, "libkernel", 1, 1, sceKernelGetBootReqNotifyCount); - LIB_FUNCTION("ikkTGg4Cshw", "libkernel", 1, "libkernel", 1, 1, sceKernelGetCallRecord); - LIB_FUNCTION("WB66evu8bsU", "libkernel", 1, "libkernel", 1, 1, sceKernelGetCompiledSdkVersion); - LIB_FUNCTION("jgYD8N1DILg", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetCompiledSdkVersionByPath); - LIB_FUNCTION("8BrtU9maWG4", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetCompiledSdkVersionByPid); - LIB_FUNCTION("iUohlUDiGac", "libkernel", 1, "libkernel", 1, 1, sceKernelGetCpuFrequency); - LIB_FUNCTION("VOx8NGmHXTs", "libkernel", 1, "libkernel", 1, 1, sceKernelGetCpumode); - LIB_FUNCTION("F9LZ1EbJnfo", "libkernel", 1, "libkernel", 1, 1, sceKernelGetCpumodeGame); - LIB_FUNCTION("qiL4fFObAxM", "libkernel", 1, "libkernel", 1, 1, sceKernelGetCpuTemperature); - LIB_FUNCTION("ssmH9nMYO4o", "libkernel", 1, "libkernel", 1, 1, sceKernelGetCpuUsage); - LIB_FUNCTION("ToISj0q68Qg", "libkernel", 1, "libkernel", 1, 1, sceKernelGetCpuUsageAll); - LIB_FUNCTION("VS45LnNqyCo", "libkernel", 1, "libkernel", 1, 1, sceKernelGetCpuUsageProc); - LIB_FUNCTION("QbdkmhQQfIM", "libkernel", 1, "libkernel", 1, 1, sceKernelGetCpuUsageProc2); - LIB_FUNCTION("XkEs5rH1bSk", "libkernel", 1, "libkernel", 1, 1, sceKernelGetCpuUsageThread); - LIB_FUNCTION("g0VTBxfJyu0", "libkernel", 1, "libkernel", 1, 1, sceKernelGetCurrentCpu); - LIB_FUNCTION("i-H8tE6wTqI", "libkernel", 1, "libkernel", 1, 1, sceKernelGetDataTransferMode); - LIB_FUNCTION("JVYt1hlHSvo", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("wSxRrFKzKXk", "libkernel", 1, "libkernel", sceKernelGetBasicProductShape); + LIB_FUNCTION("tFD04DtJY+g", "libkernel", 1, "libkernel", sceKernelGetBetaUpdateTestForRcmgr); + LIB_FUNCTION("n0FvTzIPodM", "libkernel", 1, "libkernel", sceKernelGetBioUsageAll); + LIB_FUNCTION("oYr9L7WSCww", "libkernel", 1, "libkernel", sceKernelGetBootReqNotifyCount); + LIB_FUNCTION("ikkTGg4Cshw", "libkernel", 1, "libkernel", sceKernelGetCallRecord); + LIB_FUNCTION("WB66evu8bsU", "libkernel", 1, "libkernel", sceKernelGetCompiledSdkVersion); + LIB_FUNCTION("jgYD8N1DILg", "libkernel", 1, "libkernel", sceKernelGetCompiledSdkVersionByPath); + LIB_FUNCTION("8BrtU9maWG4", "libkernel", 1, "libkernel", sceKernelGetCompiledSdkVersionByPid); + LIB_FUNCTION("iUohlUDiGac", "libkernel", 1, "libkernel", sceKernelGetCpuFrequency); + LIB_FUNCTION("VOx8NGmHXTs", "libkernel", 1, "libkernel", sceKernelGetCpumode); + LIB_FUNCTION("F9LZ1EbJnfo", "libkernel", 1, "libkernel", sceKernelGetCpumodeGame); + LIB_FUNCTION("qiL4fFObAxM", "libkernel", 1, "libkernel", sceKernelGetCpuTemperature); + LIB_FUNCTION("ssmH9nMYO4o", "libkernel", 1, "libkernel", sceKernelGetCpuUsage); + LIB_FUNCTION("ToISj0q68Qg", "libkernel", 1, "libkernel", sceKernelGetCpuUsageAll); + LIB_FUNCTION("VS45LnNqyCo", "libkernel", 1, "libkernel", sceKernelGetCpuUsageProc); + LIB_FUNCTION("QbdkmhQQfIM", "libkernel", 1, "libkernel", sceKernelGetCpuUsageProc2); + LIB_FUNCTION("XkEs5rH1bSk", "libkernel", 1, "libkernel", sceKernelGetCpuUsageThread); + LIB_FUNCTION("g0VTBxfJyu0", "libkernel", 1, "libkernel", sceKernelGetCurrentCpu); + LIB_FUNCTION("i-H8tE6wTqI", "libkernel", 1, "libkernel", sceKernelGetDataTransferMode); + LIB_FUNCTION("JVYt1hlHSvo", "libkernel", 1, "libkernel", sceKernelGetDebugMenuMiniModeForRcmgr); - LIB_FUNCTION("qYwuXe0hTHs", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("qYwuXe0hTHs", "libkernel", 1, "libkernel", sceKernelGetDebugMenuModeForPsmForRcmgr); - LIB_FUNCTION("opMiSfTJyJo", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetDebugMenuModeForRcmgr); - LIB_FUNCTION("j2AIqSqJP0w", "libkernel", 1, "libkernel", 1, 1, sceKernelGetdents); - LIB_FUNCTION("pO96TwzOm5E", "libkernel", 1, "libkernel", 1, 1, sceKernelGetDirectMemorySize); - LIB_FUNCTION("BC+OG5m9+bw", "libkernel", 1, "libkernel", 1, 1, sceKernelGetDirectMemoryType); - LIB_FUNCTION("taRWhTJFTgE", "libkernel", 1, "libkernel", 1, 1, sceKernelGetdirentries); - LIB_FUNCTION("kwGyyjohI50", "libkernel", 1, "libkernel", 1, 1, sceKernelGetEventData); - LIB_FUNCTION("Uu-iDFC9aUc", "libkernel", 1, "libkernel", 1, 1, sceKernelGetEventError); - LIB_FUNCTION("Q0qr9AyqJSk", "libkernel", 1, "libkernel", 1, 1, sceKernelGetEventFflags); - LIB_FUNCTION("23CPPI1tyBY", "libkernel", 1, "libkernel", 1, 1, sceKernelGetEventFilter); - LIB_FUNCTION("mJ7aghmgvfc", "libkernel", 1, "libkernel", 1, 1, sceKernelGetEventId); - LIB_FUNCTION("vz+pg2zdopI", "libkernel", 1, "libkernel", 1, 1, sceKernelGetEventUserData); - LIB_FUNCTION("wJABa1X4+ec", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetExecutableModuleHandle); - LIB_FUNCTION("OA7xpGDL8sY", "libkernel", 1, "libkernel", 1, 1, sceKernelGetExtLibcHandle); - LIB_FUNCTION("cVC4JXxpb-s", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetFakeFinalizeMenuForRcmgr); - LIB_FUNCTION("LJVcP+0wRIk", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetFlagedUpdaterForRcmgr); - LIB_FUNCTION("we5t5V4Fc70", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetForceUpdateModeForRcmgr); - LIB_FUNCTION("JGfTMBOdUJo", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetFsSandboxRandomWord); - LIB_FUNCTION("4oXYe9Xmk0Q", "libkernel", 1, "libkernel", 1, 1, sceKernelGetGPI); - LIB_FUNCTION("6sy3Y9QjOJw", "libkernel", 1, "libkernel", 1, 1, sceKernelGetGPO); - LIB_FUNCTION("ZTJiZPZvNk4", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetHwFeatureInfoForDecid); - LIB_FUNCTION("lZG-WlKxRqQ", "libkernel", 1, "libkernel", 1, 1, sceKernelGetIdPs); - LIB_FUNCTION("2YsHtbvCrgs", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetIdTableCurrentCount); - LIB_FUNCTION("ePRSOZsroIQ", "libkernel", 1, "libkernel", 1, 1, sceKernelGetIpcPath); - LIB_FUNCTION("AmJ0mn2l4lM", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetLibkernelTextLocation); - LIB_FUNCTION("0vTn5IDMU9A", "libkernel", 1, "libkernel", 1, 1, sceKernelGetMainSocId); - LIB_FUNCTION("kUpgrXIrz7Q", "libkernel", 1, "libkernel", 1, 1, sceKernelGetModuleInfo); - LIB_FUNCTION("RpQJJVKTiFM", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetModuleInfoForUnwind); - LIB_FUNCTION("f7KBOafysXo", "libkernel", 1, "libkernel", 1, 1, sceKernelGetModuleInfoFromAddr); - LIB_FUNCTION("HZO7xOos4xc", "libkernel", 1, "libkernel", 1, 1, sceKernelGetModuleInfoInternal); - LIB_FUNCTION("IuxnUuXk6Bg", "libkernel", 1, "libkernel", 1, 1, sceKernelGetModuleList); - LIB_FUNCTION("u+mlUkWpU3Y", "libkernel", 1, "libkernel", 1, 1, sceKernelGetModuleListInternal); - LIB_FUNCTION("ul57hvm6mBc", "libkernel", 1, "libkernel", 1, 1, sceKernelGetOpenPsIdForSystem); - LIB_FUNCTION("tZ2yplY8MBY", "libkernel", 1, "libkernel", 1, 1, sceKernelGetPageTableStats); - LIB_FUNCTION("NSw6bEcrtWo", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetPagingStatsOfAllObjects); - LIB_FUNCTION("7hsMq4oz0Sc", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetPagingStatsOfAllThreads); - LIB_FUNCTION("Zzxstsom9-w", "libkernel", 1, "libkernel", 1, 1, sceKernelGetPhysPageSize); - LIB_FUNCTION("fUJRLEbJOuQ", "libkernel", 1, "libkernel", 1, 1, sceKernelGetProcessName); - LIB_FUNCTION("4J2sUJmuHZQ", "libkernel", 1, "libkernel", 1, 1, sceKernelGetProcessTime); - LIB_FUNCTION("fgxnMeTNUtY", "libkernel", 1, "libkernel", 1, 1, sceKernelGetProcessTimeCounter); - LIB_FUNCTION("BNowx2l588E", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("opMiSfTJyJo", "libkernel", 1, "libkernel", sceKernelGetDebugMenuModeForRcmgr); + LIB_FUNCTION("j2AIqSqJP0w", "libkernel", 1, "libkernel", sceKernelGetdents); + LIB_FUNCTION("pO96TwzOm5E", "libkernel", 1, "libkernel", sceKernelGetDirectMemorySize); + LIB_FUNCTION("BC+OG5m9+bw", "libkernel", 1, "libkernel", sceKernelGetDirectMemoryType); + LIB_FUNCTION("taRWhTJFTgE", "libkernel", 1, "libkernel", sceKernelGetdirentries); + LIB_FUNCTION("kwGyyjohI50", "libkernel", 1, "libkernel", sceKernelGetEventData); + LIB_FUNCTION("Uu-iDFC9aUc", "libkernel", 1, "libkernel", sceKernelGetEventError); + LIB_FUNCTION("Q0qr9AyqJSk", "libkernel", 1, "libkernel", sceKernelGetEventFflags); + LIB_FUNCTION("23CPPI1tyBY", "libkernel", 1, "libkernel", sceKernelGetEventFilter); + LIB_FUNCTION("mJ7aghmgvfc", "libkernel", 1, "libkernel", sceKernelGetEventId); + LIB_FUNCTION("vz+pg2zdopI", "libkernel", 1, "libkernel", sceKernelGetEventUserData); + LIB_FUNCTION("wJABa1X4+ec", "libkernel", 1, "libkernel", sceKernelGetExecutableModuleHandle); + LIB_FUNCTION("OA7xpGDL8sY", "libkernel", 1, "libkernel", sceKernelGetExtLibcHandle); + LIB_FUNCTION("cVC4JXxpb-s", "libkernel", 1, "libkernel", sceKernelGetFakeFinalizeMenuForRcmgr); + LIB_FUNCTION("LJVcP+0wRIk", "libkernel", 1, "libkernel", sceKernelGetFlagedUpdaterForRcmgr); + LIB_FUNCTION("we5t5V4Fc70", "libkernel", 1, "libkernel", sceKernelGetForceUpdateModeForRcmgr); + LIB_FUNCTION("JGfTMBOdUJo", "libkernel", 1, "libkernel", sceKernelGetFsSandboxRandomWord); + LIB_FUNCTION("4oXYe9Xmk0Q", "libkernel", 1, "libkernel", sceKernelGetGPI); + LIB_FUNCTION("6sy3Y9QjOJw", "libkernel", 1, "libkernel", sceKernelGetGPO); + LIB_FUNCTION("ZTJiZPZvNk4", "libkernel", 1, "libkernel", sceKernelGetHwFeatureInfoForDecid); + LIB_FUNCTION("lZG-WlKxRqQ", "libkernel", 1, "libkernel", sceKernelGetIdPs); + LIB_FUNCTION("2YsHtbvCrgs", "libkernel", 1, "libkernel", sceKernelGetIdTableCurrentCount); + LIB_FUNCTION("ePRSOZsroIQ", "libkernel", 1, "libkernel", sceKernelGetIpcPath); + LIB_FUNCTION("AmJ0mn2l4lM", "libkernel", 1, "libkernel", sceKernelGetLibkernelTextLocation); + LIB_FUNCTION("0vTn5IDMU9A", "libkernel", 1, "libkernel", sceKernelGetMainSocId); + LIB_FUNCTION("kUpgrXIrz7Q", "libkernel", 1, "libkernel", sceKernelGetModuleInfo); + LIB_FUNCTION("RpQJJVKTiFM", "libkernel", 1, "libkernel", sceKernelGetModuleInfoForUnwind); + LIB_FUNCTION("f7KBOafysXo", "libkernel", 1, "libkernel", sceKernelGetModuleInfoFromAddr); + LIB_FUNCTION("HZO7xOos4xc", "libkernel", 1, "libkernel", sceKernelGetModuleInfoInternal); + LIB_FUNCTION("IuxnUuXk6Bg", "libkernel", 1, "libkernel", sceKernelGetModuleList); + LIB_FUNCTION("u+mlUkWpU3Y", "libkernel", 1, "libkernel", sceKernelGetModuleListInternal); + LIB_FUNCTION("ul57hvm6mBc", "libkernel", 1, "libkernel", sceKernelGetOpenPsIdForSystem); + LIB_FUNCTION("tZ2yplY8MBY", "libkernel", 1, "libkernel", sceKernelGetPageTableStats); + LIB_FUNCTION("NSw6bEcrtWo", "libkernel", 1, "libkernel", sceKernelGetPagingStatsOfAllObjects); + LIB_FUNCTION("7hsMq4oz0Sc", "libkernel", 1, "libkernel", sceKernelGetPagingStatsOfAllThreads); + LIB_FUNCTION("Zzxstsom9-w", "libkernel", 1, "libkernel", sceKernelGetPhysPageSize); + LIB_FUNCTION("fUJRLEbJOuQ", "libkernel", 1, "libkernel", sceKernelGetProcessName); + LIB_FUNCTION("4J2sUJmuHZQ", "libkernel", 1, "libkernel", sceKernelGetProcessTime); + LIB_FUNCTION("fgxnMeTNUtY", "libkernel", 1, "libkernel", sceKernelGetProcessTimeCounter); + LIB_FUNCTION("BNowx2l588E", "libkernel", 1, "libkernel", sceKernelGetProcessTimeCounterFrequency); - LIB_FUNCTION("+g+UP8Pyfmo", "libkernel", 1, "libkernel", 1, 1, sceKernelGetProcessType); - LIB_FUNCTION("959qrazPIrg", "libkernel", 1, "libkernel", 1, 1, sceKernelGetProcParam); - LIB_FUNCTION("pyAyDVpDOhw", "libkernel", 1, "libkernel", 1, 1, sceKernelGetProductCode); - LIB_FUNCTION("tlLu+KqzgDY", "libkernel", 1, "libkernel", 1, 1, sceKernelGetProductStr); - LIB_FUNCTION("L0v2Go5jOuM", "libkernel", 1, "libkernel", 1, 1, sceKernelGetPrtAperture); - LIB_FUNCTION("C2ltEJILIGE", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetPsmIntdevModeForRcmgr); - LIB_FUNCTION("ZotSeVujZaU", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("+g+UP8Pyfmo", "libkernel", 1, "libkernel", sceKernelGetProcessType); + LIB_FUNCTION("959qrazPIrg", "libkernel", 1, "libkernel", sceKernelGetProcParam); + LIB_FUNCTION("pyAyDVpDOhw", "libkernel", 1, "libkernel", sceKernelGetProductCode); + LIB_FUNCTION("tlLu+KqzgDY", "libkernel", 1, "libkernel", sceKernelGetProductStr); + LIB_FUNCTION("L0v2Go5jOuM", "libkernel", 1, "libkernel", sceKernelGetPrtAperture); + LIB_FUNCTION("C2ltEJILIGE", "libkernel", 1, "libkernel", sceKernelGetPsmIntdevModeForRcmgr); + LIB_FUNCTION("ZotSeVujZaU", "libkernel", 1, "libkernel", sceKernelGetPsnAccessTraceLogForRcmgr); - LIB_FUNCTION("58GfHBfwpOY", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("58GfHBfwpOY", "libkernel", 1, "libkernel", sceKernelGetQafExpirationTimeNotafterForRcmgr); - LIB_FUNCTION("QZ3WWIhtNbE", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("QZ3WWIhtNbE", "libkernel", 1, "libkernel", sceKernelGetQafExpirationTimeNotbeforeForRcmgr); - LIB_FUNCTION("H0hj8V6fJwk", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetQafGenerationForRcmgr); - LIB_FUNCTION("qJnZcaDrZvI", "libkernel", 1, "libkernel", 1, 1, sceKernelGetQafNameForRcmgr); - LIB_FUNCTION("9thKyBzyAR4", "libkernel", 1, "libkernel", 1, 1, sceKernelGetRenderingMode); - LIB_FUNCTION("Q30w46WtYQw", "libkernel", 1, "libkernel", 1, 1, sceKernelGetResidentCount); - LIB_FUNCTION("a7DM+5cDkAg", "libkernel", 1, "libkernel", 1, 1, sceKernelGetResidentFmemCount); - LIB_FUNCTION("bmQaivctXo4", "libkernel", 1, "libkernel", 1, 1, sceKernelGetSafemode); - LIB_FUNCTION("bt0POEUZddE", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetSanitizerMallocReplace); - LIB_FUNCTION("py6L8jiVAN8", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("H0hj8V6fJwk", "libkernel", 1, "libkernel", sceKernelGetQafGenerationForRcmgr); + LIB_FUNCTION("qJnZcaDrZvI", "libkernel", 1, "libkernel", sceKernelGetQafNameForRcmgr); + LIB_FUNCTION("9thKyBzyAR4", "libkernel", 1, "libkernel", sceKernelGetRenderingMode); + LIB_FUNCTION("Q30w46WtYQw", "libkernel", 1, "libkernel", sceKernelGetResidentCount); + LIB_FUNCTION("a7DM+5cDkAg", "libkernel", 1, "libkernel", sceKernelGetResidentFmemCount); + LIB_FUNCTION("bmQaivctXo4", "libkernel", 1, "libkernel", sceKernelGetSafemode); + LIB_FUNCTION("bt0POEUZddE", "libkernel", 1, "libkernel", sceKernelGetSanitizerMallocReplace); + LIB_FUNCTION("py6L8jiVAN8", "libkernel", 1, "libkernel", sceKernelGetSanitizerMallocReplaceExternal); - LIB_FUNCTION("F4Kib3Mb0wI", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetSanitizerNewReplace); - LIB_FUNCTION("bnZxYgAFeA0", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("F4Kib3Mb0wI", "libkernel", 1, "libkernel", sceKernelGetSanitizerNewReplace); + LIB_FUNCTION("bnZxYgAFeA0", "libkernel", 1, "libkernel", sceKernelGetSanitizerNewReplaceExternal); - LIB_FUNCTION("CA5jcDb2vYI", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetSocPowerConsumption); - LIB_FUNCTION("zzKyvoELf4I", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetSocSensorTemperature); - LIB_FUNCTION("3KIbxxVQv84", "libkernel", 1, "libkernel", 1, 1, sceKernelGetSpecialIForRcmgr); - LIB_FUNCTION("ou2GyAJwJ+Q", "libkernel", 1, "libkernel", 1, 1, sceKernelGetSubsysId); - LIB_FUNCTION("mpbGISNJ6go", "libkernel", 1, "libkernel", 1, 1, sceKernelGetSystemExVersion); - LIB_FUNCTION("fFMg-cBHBBY", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("CA5jcDb2vYI", "libkernel", 1, "libkernel", sceKernelGetSocPowerConsumption); + LIB_FUNCTION("zzKyvoELf4I", "libkernel", 1, "libkernel", sceKernelGetSocSensorTemperature); + LIB_FUNCTION("3KIbxxVQv84", "libkernel", 1, "libkernel", sceKernelGetSpecialIForRcmgr); + LIB_FUNCTION("ou2GyAJwJ+Q", "libkernel", 1, "libkernel", sceKernelGetSubsysId); + LIB_FUNCTION("mpbGISNJ6go", "libkernel", 1, "libkernel", sceKernelGetSystemExVersion); + LIB_FUNCTION("fFMg-cBHBBY", "libkernel", 1, "libkernel", sceKernelGetSystemLevelDebuggerModeForRcmgr); - LIB_FUNCTION("3EDFoWECKOg", "libkernel", 1, "libkernel", 1, 1, sceKernelGetSystemSwBeta); - LIB_FUNCTION("Mv1zUObHvXI", "libkernel", 1, "libkernel", 1, 1, sceKernelGetSystemSwVersion); - LIB_FUNCTION("4vkZwDJbMx0", "libkernel", 1, "libkernel", 1, 1, sceKernelGetThreadName); - LIB_FUNCTION("ejekcaNQNq0", "libkernel", 1, "libkernel", 1, 1, sceKernelGettimeofday); - LIB_FUNCTION("kOcnerypnQA", "libkernel", 1, "libkernel", 1, 1, sceKernelGettimezone); - LIB_FUNCTION("Od0uMJZoVWg", "libkernel", 1, "libkernel", 1, 1, sceKernelGetTraceMemoryStats); - LIB_FUNCTION("1j3S3n-tTW4", "libkernel", 1, "libkernel", 1, 1, sceKernelGetTscFrequency); - LIB_FUNCTION("ToKKfC8tKIk", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("3EDFoWECKOg", "libkernel", 1, "libkernel", sceKernelGetSystemSwBeta); + LIB_FUNCTION("Mv1zUObHvXI", "libkernel", 1, "libkernel", sceKernelGetSystemSwVersion); + LIB_FUNCTION("4vkZwDJbMx0", "libkernel", 1, "libkernel", sceKernelGetThreadName); + LIB_FUNCTION("ejekcaNQNq0", "libkernel", 1, "libkernel", sceKernelGettimeofday); + LIB_FUNCTION("kOcnerypnQA", "libkernel", 1, "libkernel", sceKernelGettimezone); + LIB_FUNCTION("Od0uMJZoVWg", "libkernel", 1, "libkernel", sceKernelGetTraceMemoryStats); + LIB_FUNCTION("1j3S3n-tTW4", "libkernel", 1, "libkernel", sceKernelGetTscFrequency); + LIB_FUNCTION("ToKKfC8tKIk", "libkernel", 1, "libkernel", sceKernelGetUtokenDataExecutionForRcmgr); - LIB_FUNCTION("8PGQdZFioFQ", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("8PGQdZFioFQ", "libkernel", 1, "libkernel", sceKernelGetUtokenExpirationTimeNotafterForRcmgr); - LIB_FUNCTION("Htwoe5tvNYg", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("Htwoe5tvNYg", "libkernel", 1, "libkernel", sceKernelGetUtokenExpirationTimeNotbeforeForRcmgr); - LIB_FUNCTION("MaCKSOQDtyU", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("MaCKSOQDtyU", "libkernel", 1, "libkernel", sceKernelGetUtokenFakeSharefactoryForRcmgr); - LIB_FUNCTION("0yVJNcMqyXk", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("0yVJNcMqyXk", "libkernel", 1, "libkernel", sceKernelGetUtokenFlagedUpdaterForRcmgr); - LIB_FUNCTION("+XuZD9HV0p4", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("+XuZD9HV0p4", "libkernel", 1, "libkernel", sceKernelGetUtokenNpEnvSwitchingForRcmgr); - LIB_FUNCTION("VbrTamW6dJs", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("VbrTamW6dJs", "libkernel", 1, "libkernel", sceKernelGetUtokenSaveDataRepairForRcmgr); - LIB_FUNCTION("0NyJTCJWuuk", "libkernel", 1, "libkernel", 1, 1, - sceKernelGetUtokenStoreModeForRcmgr); - LIB_FUNCTION("b0cryxaTM4k", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("0NyJTCJWuuk", "libkernel", 1, "libkernel", sceKernelGetUtokenStoreModeForRcmgr); + LIB_FUNCTION("b0cryxaTM4k", "libkernel", 1, "libkernel", sceKernelGetUtokenUseSoftwagnerForAcmgr); - LIB_FUNCTION("Vo1qeT4JY6I", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("Vo1qeT4JY6I", "libkernel", 1, "libkernel", sceKernelGetUtokenUseSoftwagnerForRcmgr); - LIB_FUNCTION("T1t68JwPqME", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("T1t68JwPqME", "libkernel", 1, "libkernel", sceKernelGetUtokenWeakenedPortRestrictionForRcmgr); - LIB_FUNCTION("heiOpxS1Zio", "libkernel", 1, "libkernel", 1, 1, sceKernelGetVrCaptureSize); - LIB_FUNCTION("rNRtm1uioyY", "libkernel", 1, "libkernel", 1, 1, sceKernelHasNeoMode); - LIB_FUNCTION("l-zbaxNzruE", "libkernel", 1, "libkernel", 1, 1, sceKernelHwHasOpticalOut); - LIB_FUNCTION("+ofrEv1aAU0", "libkernel", 1, "libkernel", 1, 1, sceKernelHwHasWlanBt); - LIB_FUNCTION("1wxFFk3xIhA", "libkernel", 1, "libkernel", 1, 1, - sceKernelIccControlBDPowerState); - LIB_FUNCTION("ZqxPUMisNkY", "libkernel", 1, "libkernel", 1, 1, - sceKernelIccControlUSBPowerState); - LIB_FUNCTION("zLEuSU+hl-w", "libkernel", 1, "libkernel", 1, 1, sceKernelIccGetBDPowerState); - LIB_FUNCTION("U0NKl-rjhYA", "libkernel", 1, "libkernel", 1, 1, sceKernelIccGetCountTime); - LIB_FUNCTION("1NlbNxWzn7U", "libkernel", 1, "libkernel", 1, 1, sceKernelIccGetCPMode); - LIB_FUNCTION("Z7NoR9m5SVo", "libkernel", 1, "libkernel", 1, 1, sceKernelIccGetCpuInfoBit); - LIB_FUNCTION("8TqMzIggthc", "libkernel", 1, "libkernel", 1, 1, sceKernelIccGetErrLog); - LIB_FUNCTION("C+i9gJY4A1I", "libkernel", 1, "libkernel", 1, 1, sceKernelIccGetHwInfo); - LIB_FUNCTION("tCQzG0iC8zw", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("heiOpxS1Zio", "libkernel", 1, "libkernel", sceKernelGetVrCaptureSize); + LIB_FUNCTION("rNRtm1uioyY", "libkernel", 1, "libkernel", sceKernelHasNeoMode); + LIB_FUNCTION("l-zbaxNzruE", "libkernel", 1, "libkernel", sceKernelHwHasOpticalOut); + LIB_FUNCTION("+ofrEv1aAU0", "libkernel", 1, "libkernel", sceKernelHwHasWlanBt); + LIB_FUNCTION("1wxFFk3xIhA", "libkernel", 1, "libkernel", sceKernelIccControlBDPowerState); + LIB_FUNCTION("ZqxPUMisNkY", "libkernel", 1, "libkernel", sceKernelIccControlUSBPowerState); + LIB_FUNCTION("zLEuSU+hl-w", "libkernel", 1, "libkernel", sceKernelIccGetBDPowerState); + LIB_FUNCTION("U0NKl-rjhYA", "libkernel", 1, "libkernel", sceKernelIccGetCountTime); + LIB_FUNCTION("1NlbNxWzn7U", "libkernel", 1, "libkernel", sceKernelIccGetCPMode); + LIB_FUNCTION("Z7NoR9m5SVo", "libkernel", 1, "libkernel", sceKernelIccGetCpuInfoBit); + LIB_FUNCTION("8TqMzIggthc", "libkernel", 1, "libkernel", sceKernelIccGetErrLog); + LIB_FUNCTION("C+i9gJY4A1I", "libkernel", 1, "libkernel", sceKernelIccGetHwInfo); + LIB_FUNCTION("tCQzG0iC8zw", "libkernel", 1, "libkernel", sceKernelIccGetPowerNumberOfBootShutdown); - LIB_FUNCTION("PA6ZwQM5tNQ", "libkernel", 1, "libkernel", 1, 1, - sceKernelIccGetPowerOperatingTime); - LIB_FUNCTION("wXmx+vN8puE", "libkernel", 1, "libkernel", 1, 1, sceKernelIccGetPowerUpCause); - LIB_FUNCTION("L21PBFwqIiM", "libkernel", 1, "libkernel", 1, 1, sceKernelIccGetSysEventLog); - LIB_FUNCTION("zEmi6zvei2k", "libkernel", 1, "libkernel", 1, 1, sceKernelIccGetThermalAlert); - LIB_FUNCTION("NtOA+0RApBg", "libkernel", 1, "libkernel", 1, 1, sceKernelIccGetUSBPowerState); - LIB_FUNCTION("qWoGe2XqwVw", "libkernel", 1, "libkernel", 1, 1, sceKernelIccIndicatorBootDone); - LIB_FUNCTION("gQXxz1IoL5U", "libkernel", 1, "libkernel", 1, 1, sceKernelIccIndicatorShutdown); - LIB_FUNCTION("98LV9dS2Fvw", "libkernel", 1, "libkernel", 1, 1, sceKernelIccIndicatorStandby); - LIB_FUNCTION("7Q-U-8yN1Hk", "libkernel", 1, "libkernel", 1, 1, - sceKernelIccIndicatorStandbyBoot); - LIB_FUNCTION("Eye1lgCj9yo", "libkernel", 1, "libkernel", 1, 1, - sceKernelIccIndicatorStandbyShutdown); - LIB_FUNCTION("wNeGsNes5ck", "libkernel", 1, "libkernel", 1, 1, sceKernelIccNotifyBootStatus); - LIB_FUNCTION("xXj0rnNUYIk", "libkernel", 1, "libkernel", 1, 1, sceKernelIccNvsFlush); - LIB_FUNCTION("0gkGdPk8dXw", "libkernel", 1, "libkernel", 1, 1, - sceKernelIccReadPowerBootMessage); - LIB_FUNCTION("iBQ2omlTuls", "libkernel", 1, "libkernel", 1, 1, sceKernelIccSetBuzzer); - LIB_FUNCTION("hc0GFWwSrR4", "libkernel", 1, "libkernel", 1, 1, sceKernelIccSetCPMode); - LIB_FUNCTION("RP9ImTNDfP8", "libkernel", 1, "libkernel", 1, 1, sceKernelIccSetCpuInfoBit); - LIB_FUNCTION("o4NI2wpFhbI", "libkernel", 1, "libkernel", 1, 1, sceKernelIccSetDownloadMode); - LIB_FUNCTION("WkwEd3N7w0Y", "libkernel", 1, "libkernel", 1, 1, - sceKernelInstallExceptionHandler); - LIB_FUNCTION("L7aj7caj8+s", "libkernel", 1, "libkernel", 1, 1, - sceKernelInternalGetKmemStatistics); - LIB_FUNCTION("n2nyhRL5uUg", "libkernel", 1, "libkernel", 1, 1, - sceKernelInternalGetMapStatistics); - LIB_FUNCTION("rb8JKArrzc0", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("PA6ZwQM5tNQ", "libkernel", 1, "libkernel", sceKernelIccGetPowerOperatingTime); + LIB_FUNCTION("wXmx+vN8puE", "libkernel", 1, "libkernel", sceKernelIccGetPowerUpCause); + LIB_FUNCTION("L21PBFwqIiM", "libkernel", 1, "libkernel", sceKernelIccGetSysEventLog); + LIB_FUNCTION("zEmi6zvei2k", "libkernel", 1, "libkernel", sceKernelIccGetThermalAlert); + LIB_FUNCTION("NtOA+0RApBg", "libkernel", 1, "libkernel", sceKernelIccGetUSBPowerState); + LIB_FUNCTION("qWoGe2XqwVw", "libkernel", 1, "libkernel", sceKernelIccIndicatorBootDone); + LIB_FUNCTION("gQXxz1IoL5U", "libkernel", 1, "libkernel", sceKernelIccIndicatorShutdown); + LIB_FUNCTION("98LV9dS2Fvw", "libkernel", 1, "libkernel", sceKernelIccIndicatorStandby); + LIB_FUNCTION("7Q-U-8yN1Hk", "libkernel", 1, "libkernel", sceKernelIccIndicatorStandbyBoot); + LIB_FUNCTION("Eye1lgCj9yo", "libkernel", 1, "libkernel", sceKernelIccIndicatorStandbyShutdown); + LIB_FUNCTION("wNeGsNes5ck", "libkernel", 1, "libkernel", sceKernelIccNotifyBootStatus); + LIB_FUNCTION("xXj0rnNUYIk", "libkernel", 1, "libkernel", sceKernelIccNvsFlush); + LIB_FUNCTION("0gkGdPk8dXw", "libkernel", 1, "libkernel", sceKernelIccReadPowerBootMessage); + LIB_FUNCTION("iBQ2omlTuls", "libkernel", 1, "libkernel", sceKernelIccSetBuzzer); + LIB_FUNCTION("hc0GFWwSrR4", "libkernel", 1, "libkernel", sceKernelIccSetCPMode); + LIB_FUNCTION("RP9ImTNDfP8", "libkernel", 1, "libkernel", sceKernelIccSetCpuInfoBit); + LIB_FUNCTION("o4NI2wpFhbI", "libkernel", 1, "libkernel", sceKernelIccSetDownloadMode); + LIB_FUNCTION("WkwEd3N7w0Y", "libkernel", 1, "libkernel", sceKernelInstallExceptionHandler); + LIB_FUNCTION("L7aj7caj8+s", "libkernel", 1, "libkernel", sceKernelInternalGetKmemStatistics); + LIB_FUNCTION("n2nyhRL5uUg", "libkernel", 1, "libkernel", sceKernelInternalGetMapStatistics); + LIB_FUNCTION("rb8JKArrzc0", "libkernel", 1, "libkernel", sceKernelInternalHeapPrintBacktraceWithModuleInfo); - LIB_FUNCTION("xAKAe6kFk90", "libkernel", 1, "libkernel", 1, 1, - sceKernelInternalMapDirectMemory); - LIB_FUNCTION("0ttVHjPWLsE", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("xAKAe6kFk90", "libkernel", 1, "libkernel", sceKernelInternalMapDirectMemory); + LIB_FUNCTION("0ttVHjPWLsE", "libkernel", 1, "libkernel", sceKernelInternalMapNamedDirectMemory); - LIB_FUNCTION("rjEuM0nb8xg", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("rjEuM0nb8xg", "libkernel", 1, "libkernel", sceKernelInternalMemoryGetAvailableSize); - LIB_FUNCTION("-YTW+qXc3CQ", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("-YTW+qXc3CQ", "libkernel", 1, "libkernel", sceKernelInternalMemoryGetModuleSegmentInfo); - LIB_FUNCTION("1vCEy8EP+gc", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("1vCEy8EP+gc", "libkernel", 1, "libkernel", sceKernelInternalResumeDirectMemoryRelease); - LIB_FUNCTION("3+E-5EFZxDo", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("3+E-5EFZxDo", "libkernel", 1, "libkernel", sceKernelInternalSuspendDirectMemoryRelease); - LIB_FUNCTION("jh+8XiK4LeE", "libkernel", 1, "libkernel", 1, 1, - sceKernelIsAddressSanitizerEnabled); - LIB_FUNCTION("oU4h4oBe2l0", "libkernel", 1, "libkernel", 1, 1, - sceKernelIsAllowedToSelectDvdRegion); - LIB_FUNCTION("cbn9Di01j0k", "libkernel", 1, "libkernel", 1, 1, sceKernelIsAuthenticNeo); - LIB_FUNCTION("8aCOCGoRkUI", "libkernel", 1, "libkernel", 1, 1, sceKernelIsCEX); - LIB_FUNCTION("K0ZTCJ-wFrM", "libkernel", 1, "libkernel", 1, 1, sceKernelIsDebuggerAttached); - LIB_FUNCTION("QNjGUdj1HPM", "libkernel", 1, "libkernel", 1, 1, sceKernelIsDevKit); - LIB_FUNCTION("B1K98ubk6V8", "libkernel", 1, "libkernel", 1, 1, sceKernelIsExperimentalBeta); - LIB_FUNCTION("ts25M0mp2uY", "libkernel", 1, "libkernel", 1, 1, sceKernelIsGenuineCEX); - LIB_FUNCTION("lFf3UU811v4", "libkernel", 1, "libkernel", 1, 1, sceKernelIsGenuineDevKit); - LIB_FUNCTION("H54cSDvjryI", "libkernel", 1, "libkernel", 1, 1, sceKernelIsGenuineKratosCex); - LIB_FUNCTION("u3h77G+tFVc", "libkernel", 1, "libkernel", 1, 1, sceKernelIsGenuineN); - LIB_FUNCTION("S4XWKGFp+bc", "libkernel", 1, "libkernel", 1, 1, sceKernelIsGenuineTestKit); - LIB_FUNCTION("xeu-pV8wkKs", "libkernel", 1, "libkernel", 1, 1, sceKernelIsInSandbox); - LIB_FUNCTION("miPa6vSAqos", "libkernel", 1, "libkernel", 1, 1, sceKernelIsKratos); - LIB_FUNCTION("Jp76d0USJeM", "libkernel", 1, "libkernel", 1, 1, sceKernelIsMainOnStanbyMode); - LIB_FUNCTION("vZser6ysSbM", "libkernel", 1, "libkernel", 1, 1, sceKernelIsMainOnStandbyMode); - LIB_FUNCTION("WslcK1FQcGI", "libkernel", 1, "libkernel", 1, 1, sceKernelIsNeoMode); - LIB_FUNCTION("yDBwVAolDgg", "libkernel", 1, "libkernel", 1, 1, sceKernelIsStack); - LIB_FUNCTION("1CVP7E-WFKk", "libkernel", 1, "libkernel", 1, 1, sceKernelIsTestKit); - LIB_FUNCTION("MR221Mwo0Pc", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("jh+8XiK4LeE", "libkernel", 1, "libkernel", sceKernelIsAddressSanitizerEnabled); + LIB_FUNCTION("oU4h4oBe2l0", "libkernel", 1, "libkernel", sceKernelIsAllowedToSelectDvdRegion); + LIB_FUNCTION("cbn9Di01j0k", "libkernel", 1, "libkernel", sceKernelIsAuthenticNeo); + LIB_FUNCTION("8aCOCGoRkUI", "libkernel", 1, "libkernel", sceKernelIsCEX); + LIB_FUNCTION("K0ZTCJ-wFrM", "libkernel", 1, "libkernel", sceKernelIsDebuggerAttached); + LIB_FUNCTION("QNjGUdj1HPM", "libkernel", 1, "libkernel", sceKernelIsDevKit); + LIB_FUNCTION("B1K98ubk6V8", "libkernel", 1, "libkernel", sceKernelIsExperimentalBeta); + LIB_FUNCTION("ts25M0mp2uY", "libkernel", 1, "libkernel", sceKernelIsGenuineCEX); + LIB_FUNCTION("lFf3UU811v4", "libkernel", 1, "libkernel", sceKernelIsGenuineDevKit); + LIB_FUNCTION("H54cSDvjryI", "libkernel", 1, "libkernel", sceKernelIsGenuineKratosCex); + LIB_FUNCTION("u3h77G+tFVc", "libkernel", 1, "libkernel", sceKernelIsGenuineN); + LIB_FUNCTION("S4XWKGFp+bc", "libkernel", 1, "libkernel", sceKernelIsGenuineTestKit); + LIB_FUNCTION("xeu-pV8wkKs", "libkernel", 1, "libkernel", sceKernelIsInSandbox); + LIB_FUNCTION("miPa6vSAqos", "libkernel", 1, "libkernel", sceKernelIsKratos); + LIB_FUNCTION("Jp76d0USJeM", "libkernel", 1, "libkernel", sceKernelIsMainOnStanbyMode); + LIB_FUNCTION("vZser6ysSbM", "libkernel", 1, "libkernel", sceKernelIsMainOnStandbyMode); + LIB_FUNCTION("WslcK1FQcGI", "libkernel", 1, "libkernel", sceKernelIsNeoMode); + LIB_FUNCTION("yDBwVAolDgg", "libkernel", 1, "libkernel", sceKernelIsStack); + LIB_FUNCTION("1CVP7E-WFKk", "libkernel", 1, "libkernel", sceKernelIsTestKit); + LIB_FUNCTION("MR221Mwo0Pc", "libkernel", 1, "libkernel", sceKernelJitCreateAliasOfSharedMemory); - LIB_FUNCTION("avvJ3J0H0EY", "libkernel", 1, "libkernel", 1, 1, sceKernelJitCreateSharedMemory); - LIB_FUNCTION("9yxlvURJU6U", "libkernel", 1, "libkernel", 1, 1, - sceKernelJitGetSharedMemoryInfo); - LIB_FUNCTION("YKT49TOLQWs", "libkernel", 1, "libkernel", 1, 1, sceKernelJitMapSharedMemory); - LIB_FUNCTION("m5zDvD-LLjo", "libkernel", 1, "libkernel", 1, 1, sceKernelKernelHeapUsage); - LIB_FUNCTION("wzvqT4UqKX8", "libkernel", 1, "libkernel", 1, 1, sceKernelLoadStartModule); - LIB_FUNCTION("Gg3+yWL6DWU", "libkernel", 1, "libkernel", 1, 1, - sceKernelLoadStartModuleForSysmodule); - LIB_FUNCTION("oib76F-12fk", "libkernel", 1, "libkernel", 1, 1, sceKernelLseek); - LIB_FUNCTION("LFbwY8r50o8", "libkernel", 1, "libkernel", 1, 1, sceKernelLwfsAllocateBlock); - LIB_FUNCTION("s2PjRq4By9U", "libkernel", 1, "libkernel", 1, 1, sceKernelLwfsLseek); - LIB_FUNCTION("T4osaR3EDkI", "libkernel", 1, "libkernel", 1, 1, sceKernelLwfsSetAttribute); - LIB_FUNCTION("kHOS+St2y7M", "libkernel", 1, "libkernel", 1, 1, sceKernelLwfsTrimBlock); - LIB_FUNCTION("FNigDX9ue0g", "libkernel", 1, "libkernel", 1, 1, sceKernelLwfsWrite); - LIB_FUNCTION("L-Q3LEjIbgA", "libkernel", 1, "libkernel", 1, 1, sceKernelMapDirectMemory); - LIB_FUNCTION("BQQniolj9tQ", "libkernel", 1, "libkernel", 1, 1, sceKernelMapDirectMemory2); - LIB_FUNCTION("IWIBBdTHit4", "libkernel", 1, "libkernel", 1, 1, sceKernelMapFlexibleMemory); - LIB_FUNCTION("NcaWUxfMNIQ", "libkernel", 1, "libkernel", 1, 1, sceKernelMapNamedDirectMemory); - LIB_FUNCTION("mL8NDH86iQI", "libkernel", 1, "libkernel", 1, 1, - sceKernelMapNamedFlexibleMemory); - LIB_FUNCTION("kc+LEEIYakc", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("avvJ3J0H0EY", "libkernel", 1, "libkernel", sceKernelJitCreateSharedMemory); + LIB_FUNCTION("9yxlvURJU6U", "libkernel", 1, "libkernel", sceKernelJitGetSharedMemoryInfo); + LIB_FUNCTION("YKT49TOLQWs", "libkernel", 1, "libkernel", sceKernelJitMapSharedMemory); + LIB_FUNCTION("m5zDvD-LLjo", "libkernel", 1, "libkernel", sceKernelKernelHeapUsage); + LIB_FUNCTION("wzvqT4UqKX8", "libkernel", 1, "libkernel", sceKernelLoadStartModule); + LIB_FUNCTION("Gg3+yWL6DWU", "libkernel", 1, "libkernel", sceKernelLoadStartModuleForSysmodule); + LIB_FUNCTION("oib76F-12fk", "libkernel", 1, "libkernel", sceKernelLseek); + LIB_FUNCTION("LFbwY8r50o8", "libkernel", 1, "libkernel", sceKernelLwfsAllocateBlock); + LIB_FUNCTION("s2PjRq4By9U", "libkernel", 1, "libkernel", sceKernelLwfsLseek); + LIB_FUNCTION("T4osaR3EDkI", "libkernel", 1, "libkernel", sceKernelLwfsSetAttribute); + LIB_FUNCTION("kHOS+St2y7M", "libkernel", 1, "libkernel", sceKernelLwfsTrimBlock); + LIB_FUNCTION("FNigDX9ue0g", "libkernel", 1, "libkernel", sceKernelLwfsWrite); + LIB_FUNCTION("L-Q3LEjIbgA", "libkernel", 1, "libkernel", sceKernelMapDirectMemory); + LIB_FUNCTION("BQQniolj9tQ", "libkernel", 1, "libkernel", sceKernelMapDirectMemory2); + LIB_FUNCTION("IWIBBdTHit4", "libkernel", 1, "libkernel", sceKernelMapFlexibleMemory); + LIB_FUNCTION("NcaWUxfMNIQ", "libkernel", 1, "libkernel", sceKernelMapNamedDirectMemory); + LIB_FUNCTION("mL8NDH86iQI", "libkernel", 1, "libkernel", sceKernelMapNamedFlexibleMemory); + LIB_FUNCTION("kc+LEEIYakc", "libkernel", 1, "libkernel", sceKernelMapNamedSystemFlexibleMemory); - LIB_FUNCTION("8cAlCzoOiic", "libkernel", 1, "libkernel", 1, 1, - sceKernelMapSanitizerShadowMemory); - LIB_FUNCTION("DpDnfM6StzA", "libkernel", 1, "libkernel", 1, 1, sceKernelMapTraceMemory); - LIB_FUNCTION("YN878uKRBbE", "libkernel", 1, "libkernel", 1, 1, sceKernelMemoryPoolBatch); - LIB_FUNCTION("Vzl66WmfLvk", "libkernel", 1, "libkernel", 1, 1, sceKernelMemoryPoolCommit); - LIB_FUNCTION("LXo1tpFqJGs", "libkernel", 1, "libkernel", 1, 1, sceKernelMemoryPoolDecommit); - LIB_FUNCTION("qCSfqDILlns", "libkernel", 1, "libkernel", 1, 1, sceKernelMemoryPoolExpand); - LIB_FUNCTION("bvD+95Q6asU", "libkernel", 1, "libkernel", 1, 1, - sceKernelMemoryPoolGetBlockStats); - LIB_FUNCTION("e1GIcX4AlY4", "libkernel", 1, "libkernel", 1, 1, sceKernelMemoryPoolMove); - LIB_FUNCTION("pU-QydtGcGY", "libkernel", 1, "libkernel", 1, 1, sceKernelMemoryPoolReserve); - LIB_FUNCTION("1-LFLmRFxxM", "libkernel", 1, "libkernel", 1, 1, sceKernelMkdir); - LIB_FUNCTION("3k6kx-zOOSQ", "libkernel", 1, "libkernel", 1, 1, sceKernelMlock); - LIB_FUNCTION("EfqmKkirJF0", "libkernel", 1, "libkernel", 1, 1, sceKernelMlockall); - LIB_FUNCTION("PGhQHd-dzv8", "libkernel", 1, "libkernel", 1, 1, sceKernelMmap); - LIB_FUNCTION("vSMAm3cxYTY", "libkernel", 1, "libkernel", 1, 1, sceKernelMprotect); - LIB_FUNCTION("DkNebxmJyVI", "libkernel", 1, "libkernel", 1, 1, sceKernelMsync); - LIB_FUNCTION("9bfdLIyuwCY", "libkernel", 1, "libkernel", 1, 1, sceKernelMtypeprotect); - LIB_FUNCTION("xQIIfJ860sk", "libkernel", 1, "libkernel", 1, 1, sceKernelMunlock); - LIB_FUNCTION("lvD71jP2Mnk", "libkernel", 1, "libkernel", 1, 1, sceKernelMunlockall); - LIB_FUNCTION("cQke9UuBQOk", "libkernel", 1, "libkernel", 1, 1, sceKernelMunmap); - LIB_FUNCTION("QvsZxomvUHs", "libkernel", 1, "libkernel", 1, 1, sceKernelNanosleep); - LIB_FUNCTION("KB7Vc2+5S54", "libkernel", 1, "libkernel", 1, 1, sceKernelNormalizePath); - LIB_FUNCTION("2z1Tkrqh8jE", "libkernel", 1, "libkernel", 1, 1, sceKernelNotifyAppStateChanged); - LIB_FUNCTION("hjErHT1CwJM", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("8cAlCzoOiic", "libkernel", 1, "libkernel", sceKernelMapSanitizerShadowMemory); + LIB_FUNCTION("DpDnfM6StzA", "libkernel", 1, "libkernel", sceKernelMapTraceMemory); + LIB_FUNCTION("YN878uKRBbE", "libkernel", 1, "libkernel", sceKernelMemoryPoolBatch); + LIB_FUNCTION("Vzl66WmfLvk", "libkernel", 1, "libkernel", sceKernelMemoryPoolCommit); + LIB_FUNCTION("LXo1tpFqJGs", "libkernel", 1, "libkernel", sceKernelMemoryPoolDecommit); + LIB_FUNCTION("qCSfqDILlns", "libkernel", 1, "libkernel", sceKernelMemoryPoolExpand); + LIB_FUNCTION("bvD+95Q6asU", "libkernel", 1, "libkernel", sceKernelMemoryPoolGetBlockStats); + LIB_FUNCTION("e1GIcX4AlY4", "libkernel", 1, "libkernel", sceKernelMemoryPoolMove); + LIB_FUNCTION("pU-QydtGcGY", "libkernel", 1, "libkernel", sceKernelMemoryPoolReserve); + LIB_FUNCTION("1-LFLmRFxxM", "libkernel", 1, "libkernel", sceKernelMkdir); + LIB_FUNCTION("3k6kx-zOOSQ", "libkernel", 1, "libkernel", sceKernelMlock); + LIB_FUNCTION("EfqmKkirJF0", "libkernel", 1, "libkernel", sceKernelMlockall); + LIB_FUNCTION("PGhQHd-dzv8", "libkernel", 1, "libkernel", sceKernelMmap); + LIB_FUNCTION("vSMAm3cxYTY", "libkernel", 1, "libkernel", sceKernelMprotect); + LIB_FUNCTION("DkNebxmJyVI", "libkernel", 1, "libkernel", sceKernelMsync); + LIB_FUNCTION("9bfdLIyuwCY", "libkernel", 1, "libkernel", sceKernelMtypeprotect); + LIB_FUNCTION("xQIIfJ860sk", "libkernel", 1, "libkernel", sceKernelMunlock); + LIB_FUNCTION("lvD71jP2Mnk", "libkernel", 1, "libkernel", sceKernelMunlockall); + LIB_FUNCTION("cQke9UuBQOk", "libkernel", 1, "libkernel", sceKernelMunmap); + LIB_FUNCTION("QvsZxomvUHs", "libkernel", 1, "libkernel", sceKernelNanosleep); + LIB_FUNCTION("KB7Vc2+5S54", "libkernel", 1, "libkernel", sceKernelNormalizePath); + LIB_FUNCTION("2z1Tkrqh8jE", "libkernel", 1, "libkernel", sceKernelNotifyAppStateChanged); + LIB_FUNCTION("hjErHT1CwJM", "libkernel", 1, "libkernel", sceKernelNotifySystemSuspendResumeProgress); - LIB_FUNCTION("da6-yq0GbLg", "libkernel", 1, "libkernel", 1, 1, - sceKernelNotifySystemSuspendStart); - LIB_FUNCTION("1G3lF1Gg1k8", "libkernel", 1, "libkernel", 1, 1, sceKernelOpen); - LIB_FUNCTION("wibWed78GyY", "libkernel", 1, "libkernel", 1, 1, sceKernelOpenEport); - LIB_FUNCTION("1vDaenmJtyA", "libkernel", 1, "libkernel", 1, 1, sceKernelOpenEventFlag); - LIB_FUNCTION("MwhHNKdBXq8", "libkernel", 1, "libkernel", 1, 1, sceKernelOpenSema); - LIB_FUNCTION("9lvj5DjHZiA", "libkernel", 1, "libkernel", 1, 1, sceKernelPollEventFlag); - LIB_FUNCTION("12wOHk8ywb0", "libkernel", 1, "libkernel", 1, 1, sceKernelPollSema); - LIB_FUNCTION("+r3rMFwItV4", "libkernel", 1, "libkernel", 1, 1, sceKernelPread); - LIB_FUNCTION("yTj62I7kw4s", "libkernel", 1, "libkernel", 1, 1, sceKernelPreadv); - LIB_FUNCTION("Wl2o5hOVZdw", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("da6-yq0GbLg", "libkernel", 1, "libkernel", sceKernelNotifySystemSuspendStart); + LIB_FUNCTION("1G3lF1Gg1k8", "libkernel", 1, "libkernel", sceKernelOpen); + LIB_FUNCTION("wibWed78GyY", "libkernel", 1, "libkernel", sceKernelOpenEport); + LIB_FUNCTION("1vDaenmJtyA", "libkernel", 1, "libkernel", sceKernelOpenEventFlag); + LIB_FUNCTION("MwhHNKdBXq8", "libkernel", 1, "libkernel", sceKernelOpenSema); + LIB_FUNCTION("9lvj5DjHZiA", "libkernel", 1, "libkernel", sceKernelPollEventFlag); + LIB_FUNCTION("12wOHk8ywb0", "libkernel", 1, "libkernel", sceKernelPollSema); + LIB_FUNCTION("+r3rMFwItV4", "libkernel", 1, "libkernel", sceKernelPread); + LIB_FUNCTION("yTj62I7kw4s", "libkernel", 1, "libkernel", sceKernelPreadv); + LIB_FUNCTION("Wl2o5hOVZdw", "libkernel", 1, "libkernel", sceKernelPrintBacktraceWithModuleInfo); - LIB_FUNCTION("k1jIkFHa9OU", "libkernel", 1, "libkernel", 1, 1, sceKernelProtectDirectMemory); - LIB_FUNCTION("cBp0Ad-24LA", "libkernel", 1, "libkernel", 1, 1, - sceKernelProtectDirectMemoryForPID); - LIB_FUNCTION("nKWi-N2HBV4", "libkernel", 1, "libkernel", 1, 1, sceKernelPwrite); - LIB_FUNCTION("mBd4AfLP+u8", "libkernel", 1, "libkernel", 1, 1, sceKernelPwritev); - LIB_FUNCTION("WFcfL2lzido", "libkernel", 1, "libkernel", 1, 1, sceKernelQueryMemoryProtection); - LIB_FUNCTION("+8GCeq43o7c", "libkernel", 1, "libkernel", 1, 1, sceKernelQueryTraceMemory); - LIB_FUNCTION("il03nluKfMk", "libkernel", 1, "libkernel", 1, 1, sceKernelRaiseException); - LIB_FUNCTION("p2suRCR4KqE", "libkernel", 1, "libkernel", 1, 1, sceKernelRandomizedPath); - LIB_FUNCTION("LxIacrWiJ3w", "libkernel", 1, "libkernel", 1, 1, sceKernelRdup); - LIB_FUNCTION("Cg4srZ6TKbU", "libkernel", 1, "libkernel", 1, 1, sceKernelRead); - LIB_FUNCTION("-2IRUCO--PM", "libkernel", 1, "libkernel", 1, 1, sceKernelReadTsc); - LIB_FUNCTION("QqxBetgJH+g", "libkernel", 1, "libkernel", 1, 1, sceKernelReadv); - LIB_FUNCTION("bXxVDD3VuWc", "libkernel", 1, "libkernel", 1, 1, sceKernelReboot); - LIB_FUNCTION("MBuItvba6z8", "libkernel", 1, "libkernel", 1, 1, sceKernelReleaseDirectMemory); - LIB_FUNCTION("teiItL2boFw", "libkernel", 1, "libkernel", 1, 1, sceKernelReleaseFlexibleMemory); - LIB_FUNCTION("Alqa9RE0Y5k", "libkernel", 1, "libkernel", 1, 1, - sceKernelReleaseTraceDirectMemory); - LIB_FUNCTION("Qhv5ARAoOEc", "libkernel", 1, "libkernel", 1, 1, - sceKernelRemoveExceptionHandler); - LIB_FUNCTION("52NcYU9+lEo", "libkernel", 1, "libkernel", 1, 1, sceKernelRename); - LIB_FUNCTION("M0z6Dr6TNnM", "libkernel", 1, "libkernel", 1, 1, - sceKernelReportUnpatchedFunctionCall); - LIB_FUNCTION("VjWR6g9qL2k", "libkernel", 1, "libkernel", 1, 1, sceKernelReserve2mbPage); - LIB_FUNCTION("4zUh1kGuaiw", "libkernel", 1, "libkernel", 1, 1, - sceKernelReserveSystemDirectMemory); - LIB_FUNCTION("7oxv3PPCumo", "libkernel", 1, "libkernel", 1, 1, sceKernelReserveVirtualRange); - LIB_FUNCTION("PS5hxxGEVB8", "libkernel", 1, "libkernel", 1, 1, - sceKernelResumeDirectMemoryRelease); - LIB_FUNCTION("naInUjYt3so", "libkernel", 1, "libkernel", 1, 1, sceKernelRmdir); - LIB_FUNCTION("Kf10sqhOoRY", "libkernel", 1, "libkernel", 1, 1, sceKernelRtldControl); - LIB_FUNCTION("ASVb7Y-pR4Y", "libkernel", 1, "libkernel", 1, 1, sceKernelSandboxPath); - LIB_FUNCTION("zl7hupSO0C0", "libkernel", 1, "libkernel", 1, 1, - sceKernelSendNotificationRequest); - LIB_FUNCTION("CkomU+GYCQ8", "libkernel", 1, "libkernel", 1, 1, sceKernelSetAppInfo); - LIB_FUNCTION("9xRIkqnNibE", "libkernel", 1, "libkernel", 1, 1, sceKernelSetBackupRestoreMode); - LIB_FUNCTION("V0ey5Vz5F7k", "libkernel", 1, "libkernel", 1, 1, sceKernelSetBaseModeClock); - LIB_FUNCTION("WS7uPTZ0WCs", "libkernel", 1, "libkernel", 1, 1, sceKernelSetBesteffort); - LIB_FUNCTION("c8J3uxxQTl4", "libkernel", 1, "libkernel", 1, 1, sceKernelSetBootReqNotify); - LIB_FUNCTION("P6dUEXUHXjo", "libkernel", 1, "libkernel", 1, 1, sceKernelSetCallRecord); - LIB_FUNCTION("FeBOnMEm0SY", "libkernel", 1, "libkernel", 1, 1, - sceKernelSetCompressionAttribute); - LIB_FUNCTION("KCwXUKT269I", "libkernel", 1, "libkernel", 1, 1, sceKernelSetCpumodeGame); - LIB_FUNCTION("+rSNKzU+aNQ", "libkernel", 1, "libkernel", 1, 1, sceKernelSetDataTransferMode); - LIB_FUNCTION("IOnSvHzqu6A", "libkernel", 1, "libkernel", 1, 1, sceKernelSetEventFlag); - LIB_FUNCTION("VjBtg5Btl94", "libkernel", 1, "libkernel", 1, 1, sceKernelSetFsstParam); - LIB_FUNCTION("ej7DGZDhuAk", "libkernel", 1, "libkernel", 1, 1, - sceKernelSetGameDirectMemoryLimit); - LIB_FUNCTION("rzEsC81gurc", "libkernel", 1, "libkernel", 1, 1, sceKernelSetGPI); - LIB_FUNCTION("ca7v6Cxulzs", "libkernel", 1, "libkernel", 1, 1, sceKernelSetGPO); - LIB_FUNCTION("4nAp4pZgV1A", "libkernel", 1, "libkernel", 1, 1, sceKernelSetGpuCu); - LIB_FUNCTION("A1zOC17L80g", "libkernel", 1, "libkernel", 1, 1, sceKernelSetMemoryPstate); - LIB_FUNCTION("EA4bmgm02o8", "libkernel", 1, "libkernel", 1, 1, sceKernelSetNeoModeClock); - LIB_FUNCTION("BDLSyH7y6Mo", "libkernel", 1, "libkernel", 1, 1, sceKernelSetPhysFmemLimit); - LIB_FUNCTION("8UVYwy0F2Hk", "libkernel", 1, "libkernel", 1, 1, sceKernelSetProcessName); - LIB_FUNCTION("-W4xI5aVI8w", "libkernel", 1, "libkernel", 1, 1, sceKernelSetProcessProperty); - LIB_FUNCTION("U5HG6wD4smU", "libkernel", 1, "libkernel", 1, 1, - sceKernelSetProcessPropertyString); - LIB_FUNCTION("BohYr-F7-is", "libkernel", 1, "libkernel", 1, 1, sceKernelSetPrtAperture); - LIB_FUNCTION("As-JdqyUuMs", "libkernel", 1, "libkernel", 1, 1, sceKernelSetSafemode); - LIB_FUNCTION("ChCOChPU-YM", "libkernel", 1, "libkernel", 1, 1, sceKernelSettimeofday); - LIB_FUNCTION("cxdklXtQcqA", "libkernel", 1, "libkernel", 1, 1, sceKernelSetTimezoneInfo); - LIB_FUNCTION("DGMG3JshrZU", "libkernel", 1, "libkernel", 1, 1, sceKernelSetVirtualRangeName); - LIB_FUNCTION("R7Xj-th93gs", "libkernel", 1, "libkernel", 1, 1, sceKernelSetVmContainer); - LIB_FUNCTION("4czppHBiriw", "libkernel", 1, "libkernel", 1, 1, sceKernelSignalSema); - LIB_FUNCTION("-ZR+hG7aDHw", "libkernel", 1, "libkernel", 1, 1, sceKernelSleep); - LIB_FUNCTION("8KDMful7g1Y", "libkernel", 1, "libkernel", 1, 1, sceKernelSlvNotifyError); - LIB_FUNCTION("eV9wAD2riIA", "libkernel", 1, "libkernel", 1, 1, sceKernelStat); - LIB_FUNCTION("QKd0qM58Qes", "libkernel", 1, "libkernel", 1, 1, sceKernelStopUnloadModule); - LIB_FUNCTION("C8wi8QOUQQk", "libkernel", 1, "libkernel", 1, 1, - sceKernelSuspendDirectMemoryRelease); - LIB_FUNCTION("KK6B72YC-js", "libkernel", 1, "libkernel", 1, 1, sceKernelSwitchToBaseMode); - LIB_FUNCTION("+DVcq4YF6Xg", "libkernel", 1, "libkernel", 1, 1, sceKernelSwitchToNeoMode); - LIB_FUNCTION("uvT2iYBBnkY", "libkernel", 1, "libkernel", 1, 1, sceKernelSync); - LIB_FUNCTION("hUN72ocX6gM", "libkernel", 1, "libkernel", 1, 1, sceKernelTerminateSysCore); - LIB_FUNCTION("1yca4VvfcNA", "libkernel", 1, "libkernel", 1, 1, - sceKernelTitleWorkaroundIsEnabled); - LIB_FUNCTION("GST42pfUfMc", "libkernel", 1, "libkernel", 1, 1, - sceKernelTitleWorkdaroundIsEnabled); - LIB_FUNCTION("eESTogkCMPE", "libkernel", 1, "libkernel", 1, 1, - sceKernelTraceMemoryTypeProtect); - LIB_FUNCTION("is-XQhYPRaQ", "libkernel", 1, "libkernel", 1, 1, sceKernelTriggerEport); - LIB_FUNCTION("F6e0kwo4cnk", "libkernel", 1, "libkernel", 1, 1, sceKernelTriggerUserEvent); - LIB_FUNCTION("WlyEA-sLDf0", "libkernel", 1, "libkernel", 1, 1, sceKernelTruncate); - LIB_FUNCTION("AUXVxWeJU-A", "libkernel", 1, "libkernel", 1, 1, sceKernelUnlink); - LIB_FUNCTION("1jfXLRVzisc", "libkernel", 1, "libkernel", 1, 1, sceKernelUsleep); - LIB_FUNCTION("0Cq8ipKr9n0", "libkernel", 1, "libkernel", 1, 1, sceKernelUtimes); - LIB_FUNCTION("Xjoosiw+XPI", "libkernel", 1, "libkernel", 1, 1, sceKernelUuidCreate); - LIB_FUNCTION("rVjRvHJ0X6c", "libkernel", 1, "libkernel", 1, 1, sceKernelVirtualQuery); - LIB_FUNCTION("f77qlxIbqu0", "libkernel", 1, "libkernel", 1, 1, sceKernelVirtualQueryAll); - LIB_FUNCTION("fzyMKs9kim0", "libkernel", 1, "libkernel", 1, 1, sceKernelWaitEqueue); - LIB_FUNCTION("JTvBflhYazQ", "libkernel", 1, "libkernel", 1, 1, sceKernelWaitEventFlag); - LIB_FUNCTION("Zxa0VhQVTsk", "libkernel", 1, "libkernel", 1, 1, sceKernelWaitSema); - LIB_FUNCTION("4wSze92BhLI", "libkernel", 1, "libkernel", 1, 1, sceKernelWrite); - LIB_FUNCTION("I111PPn2g18", "libkernel", 1, "libkernel", 1, 1, sceKernelWriteSdkEventLog); - LIB_FUNCTION("kAt6VDbHmro", "libkernel", 1, "libkernel", 1, 1, sceKernelWritev); - LIB_FUNCTION("BtJ3gH33xss", "libkernel", 1, "libkernel", 1, 1, sceKernelYieldCpumode); - LIB_FUNCTION("pi90NsG3zPA", "libkernel", 1, "libkernel", 1, 1, - sceLibcMspaceCreateForMonoMutex); - LIB_FUNCTION("i1kREW2pchs", "libkernel", 1, "libkernel", 1, 1, scePthreadAtfork); - LIB_FUNCTION("62KCwEMmzcM", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrDestroy); - LIB_FUNCTION("x1X76arYMxU", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrGet); - LIB_FUNCTION("8+s5BzZjxSg", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrGetaffinity); - LIB_FUNCTION("JaRMy+QcpeU", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrGetdetachstate); - LIB_FUNCTION("txHtngJ+eyc", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrGetguardsize); - LIB_FUNCTION("lpMP8HhkBbg", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrGetinheritsched); - LIB_FUNCTION("FXPWHNk8Of0", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrGetschedparam); - LIB_FUNCTION("NMyIQ9WgWbU", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrGetschedpolicy); - LIB_FUNCTION("+7B2AEKKns8", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrGetscope); - LIB_FUNCTION("-quPa4SEJUw", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrGetstack); - LIB_FUNCTION("Ru36fiTtJzA", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrGetstackaddr); - LIB_FUNCTION("-fA+7ZlGDQs", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrGetstacksize); - LIB_FUNCTION("nsYoNRywwNg", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrInit); - LIB_FUNCTION("3qxgM4ezETA", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrSetaffinity); - LIB_FUNCTION("GZSR0Ooae9Q", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrSetcreatesuspend); - LIB_FUNCTION("-Wreprtu0Qs", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrSetdetachstate); - LIB_FUNCTION("El+cQ20DynU", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrSetguardsize); - LIB_FUNCTION("eXbUSpEaTsA", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrSetinheritsched); - LIB_FUNCTION("DzES9hQF4f4", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrSetschedparam); - LIB_FUNCTION("4+h9EzwKF4I", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrSetschedpolicy); - LIB_FUNCTION("YdZfEZfRnPk", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrSetscope); - LIB_FUNCTION("Bvn74vj6oLo", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrSetstack); - LIB_FUNCTION("F+yfmduIBB8", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrSetstackaddr); - LIB_FUNCTION("UTXzJbWhhTE", "libkernel", 1, "libkernel", 1, 1, scePthreadAttrSetstacksize); - LIB_FUNCTION("oT-j4DqJHY8", "libkernel", 1, "libkernel", 1, 1, scePthreadBarrierattrDestroy); - LIB_FUNCTION("SkutDtgqJ9g", "libkernel", 1, "libkernel", 1, 1, - scePthreadBarrierattrGetpshared); - LIB_FUNCTION("SDkV9xhINKI", "libkernel", 1, "libkernel", 1, 1, scePthreadBarrierattrInit); - LIB_FUNCTION("NpfpcLf5PYM", "libkernel", 1, "libkernel", 1, 1, - scePthreadBarrierattrSetpshared); - LIB_FUNCTION("HudB2Jv2MPY", "libkernel", 1, "libkernel", 1, 1, scePthreadBarrierDestroy); - LIB_FUNCTION("5dgOEPsEGqw", "libkernel", 1, "libkernel", 1, 1, scePthreadBarrierInit); - LIB_FUNCTION("t9vVyTglqHQ", "libkernel", 1, "libkernel", 1, 1, scePthreadBarrierWait); - LIB_FUNCTION("qBDmpCyGssE", "libkernel", 1, "libkernel", 1, 1, scePthreadCancel); - LIB_FUNCTION("waPcxYiR3WA", "libkernel", 1, "libkernel", 1, 1, scePthreadCondattrDestroy); - LIB_FUNCTION("6qM3kO5S3Oo", "libkernel", 1, "libkernel", 1, 1, scePthreadCondattrGetclock); - LIB_FUNCTION("Dn-DRWi9t54", "libkernel", 1, "libkernel", 1, 1, scePthreadCondattrGetpshared); - LIB_FUNCTION("m5-2bsNfv7s", "libkernel", 1, "libkernel", 1, 1, scePthreadCondattrInit); - LIB_FUNCTION("c-bxj027czs", "libkernel", 1, "libkernel", 1, 1, scePthreadCondattrSetclock); - LIB_FUNCTION("6xMew9+rZwI", "libkernel", 1, "libkernel", 1, 1, scePthreadCondattrSetpshared); - LIB_FUNCTION("JGgj7Uvrl+A", "libkernel", 1, "libkernel", 1, 1, scePthreadCondBroadcast); - LIB_FUNCTION("g+PZd2hiacg", "libkernel", 1, "libkernel", 1, 1, scePthreadCondDestroy); - LIB_FUNCTION("2Tb92quprl0", "libkernel", 1, "libkernel", 1, 1, scePthreadCondInit); - LIB_FUNCTION("kDh-NfxgMtE", "libkernel", 1, "libkernel", 1, 1, scePthreadCondSignal); - LIB_FUNCTION("o69RpYO-Mu0", "libkernel", 1, "libkernel", 1, 1, scePthreadCondSignalto); - LIB_FUNCTION("BmMjYxmew1w", "libkernel", 1, "libkernel", 1, 1, scePthreadCondTimedwait); - LIB_FUNCTION("WKAXJ4XBPQ4", "libkernel", 1, "libkernel", 1, 1, scePthreadCondWait); - LIB_FUNCTION("6UgtwV+0zb4", "libkernel", 1, "libkernel", 1, 1, scePthreadCreate); - LIB_FUNCTION("4qGrR6eoP9Y", "libkernel", 1, "libkernel", 1, 1, scePthreadDetach); - LIB_FUNCTION("3PtV6p3QNX4", "libkernel", 1, "libkernel", 1, 1, scePthreadEqual); - LIB_FUNCTION("3kg7rT0NQIs", "libkernel", 1, "libkernel", 1, 1, scePthreadExit); - LIB_FUNCTION("rcrVFJsQWRY", "libkernel", 1, "libkernel", 1, 1, scePthreadGetaffinity); - LIB_FUNCTION("zLlLc3h2Prk", "libkernel", 1, "libkernel", 1, 1, scePthreadGetconcurrency); - LIB_FUNCTION("tWFPPuAJxks", "libkernel", 1, "libkernel", 1, 1, scePthreadGetcpuclockid); - LIB_FUNCTION("How7B8Oet6k", "libkernel", 1, "libkernel", 1, 1, scePthreadGetname); - LIB_FUNCTION("1tKyG7RlMJo", "libkernel", 1, "libkernel", 1, 1, scePthreadGetprio); - LIB_FUNCTION("P41kTWUS3EI", "libkernel", 1, "libkernel", 1, 1, scePthreadGetschedparam); - LIB_FUNCTION("eoht7mQOCmo", "libkernel", 1, "libkernel", 1, 1, scePthreadGetspecific); - LIB_FUNCTION("EI-5-jlq2dE", "libkernel", 1, "libkernel", 1, 1, scePthreadGetthreadid); - LIB_FUNCTION("onNY9Byn-W8", "libkernel", 1, "libkernel", 1, 1, scePthreadJoin); - LIB_FUNCTION("geDaqgH9lTg", "libkernel", 1, "libkernel", 1, 1, scePthreadKeyCreate); - LIB_FUNCTION("PrdHuuDekhY", "libkernel", 1, "libkernel", 1, 1, scePthreadKeyDelete); - LIB_FUNCTION("55aShElDfY4", "libkernel", 1, "libkernel", 1, 1, scePthreadMain); - LIB_FUNCTION("JVc71p0lpFs", "libkernel", 1, "libkernel", 1, 1, scePthreadMulti); - LIB_FUNCTION("smWEktiyyG0", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexattrDestroy); - LIB_FUNCTION("rH2mWEndluc", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexattrGetkind); - LIB_FUNCTION("SgjMpyH9Z9I", "libkernel", 1, "libkernel", 1, 1, - scePthreadMutexattrGetprioceiling); - LIB_FUNCTION("GoTmFeui+hQ", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexattrGetprotocol); - LIB_FUNCTION("losEubHc64c", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexattrGetpshared); - LIB_FUNCTION("gquEhBrS2iw", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexattrGettype); - LIB_FUNCTION("F8bUHwAG284", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexattrInit); - LIB_FUNCTION("n2MMpvU8igI", "libkernel", 1, "libkernel", 1, 1, + LIB_FUNCTION("k1jIkFHa9OU", "libkernel", 1, "libkernel", sceKernelProtectDirectMemory); + LIB_FUNCTION("cBp0Ad-24LA", "libkernel", 1, "libkernel", sceKernelProtectDirectMemoryForPID); + LIB_FUNCTION("nKWi-N2HBV4", "libkernel", 1, "libkernel", sceKernelPwrite); + LIB_FUNCTION("mBd4AfLP+u8", "libkernel", 1, "libkernel", sceKernelPwritev); + LIB_FUNCTION("WFcfL2lzido", "libkernel", 1, "libkernel", sceKernelQueryMemoryProtection); + LIB_FUNCTION("+8GCeq43o7c", "libkernel", 1, "libkernel", sceKernelQueryTraceMemory); + LIB_FUNCTION("il03nluKfMk", "libkernel", 1, "libkernel", sceKernelRaiseException); + LIB_FUNCTION("p2suRCR4KqE", "libkernel", 1, "libkernel", sceKernelRandomizedPath); + LIB_FUNCTION("LxIacrWiJ3w", "libkernel", 1, "libkernel", sceKernelRdup); + LIB_FUNCTION("Cg4srZ6TKbU", "libkernel", 1, "libkernel", sceKernelRead); + LIB_FUNCTION("-2IRUCO--PM", "libkernel", 1, "libkernel", sceKernelReadTsc); + LIB_FUNCTION("QqxBetgJH+g", "libkernel", 1, "libkernel", sceKernelReadv); + LIB_FUNCTION("bXxVDD3VuWc", "libkernel", 1, "libkernel", sceKernelReboot); + LIB_FUNCTION("MBuItvba6z8", "libkernel", 1, "libkernel", sceKernelReleaseDirectMemory); + LIB_FUNCTION("teiItL2boFw", "libkernel", 1, "libkernel", sceKernelReleaseFlexibleMemory); + LIB_FUNCTION("Alqa9RE0Y5k", "libkernel", 1, "libkernel", sceKernelReleaseTraceDirectMemory); + LIB_FUNCTION("Qhv5ARAoOEc", "libkernel", 1, "libkernel", sceKernelRemoveExceptionHandler); + LIB_FUNCTION("52NcYU9+lEo", "libkernel", 1, "libkernel", sceKernelRename); + LIB_FUNCTION("M0z6Dr6TNnM", "libkernel", 1, "libkernel", sceKernelReportUnpatchedFunctionCall); + LIB_FUNCTION("VjWR6g9qL2k", "libkernel", 1, "libkernel", sceKernelReserve2mbPage); + LIB_FUNCTION("4zUh1kGuaiw", "libkernel", 1, "libkernel", sceKernelReserveSystemDirectMemory); + LIB_FUNCTION("7oxv3PPCumo", "libkernel", 1, "libkernel", sceKernelReserveVirtualRange); + LIB_FUNCTION("PS5hxxGEVB8", "libkernel", 1, "libkernel", sceKernelResumeDirectMemoryRelease); + LIB_FUNCTION("naInUjYt3so", "libkernel", 1, "libkernel", sceKernelRmdir); + LIB_FUNCTION("Kf10sqhOoRY", "libkernel", 1, "libkernel", sceKernelRtldControl); + LIB_FUNCTION("ASVb7Y-pR4Y", "libkernel", 1, "libkernel", sceKernelSandboxPath); + LIB_FUNCTION("zl7hupSO0C0", "libkernel", 1, "libkernel", sceKernelSendNotificationRequest); + LIB_FUNCTION("CkomU+GYCQ8", "libkernel", 1, "libkernel", sceKernelSetAppInfo); + LIB_FUNCTION("9xRIkqnNibE", "libkernel", 1, "libkernel", sceKernelSetBackupRestoreMode); + LIB_FUNCTION("V0ey5Vz5F7k", "libkernel", 1, "libkernel", sceKernelSetBaseModeClock); + LIB_FUNCTION("WS7uPTZ0WCs", "libkernel", 1, "libkernel", sceKernelSetBesteffort); + LIB_FUNCTION("c8J3uxxQTl4", "libkernel", 1, "libkernel", sceKernelSetBootReqNotify); + LIB_FUNCTION("P6dUEXUHXjo", "libkernel", 1, "libkernel", sceKernelSetCallRecord); + LIB_FUNCTION("FeBOnMEm0SY", "libkernel", 1, "libkernel", sceKernelSetCompressionAttribute); + LIB_FUNCTION("KCwXUKT269I", "libkernel", 1, "libkernel", sceKernelSetCpumodeGame); + LIB_FUNCTION("+rSNKzU+aNQ", "libkernel", 1, "libkernel", sceKernelSetDataTransferMode); + LIB_FUNCTION("IOnSvHzqu6A", "libkernel", 1, "libkernel", sceKernelSetEventFlag); + LIB_FUNCTION("VjBtg5Btl94", "libkernel", 1, "libkernel", sceKernelSetFsstParam); + LIB_FUNCTION("ej7DGZDhuAk", "libkernel", 1, "libkernel", sceKernelSetGameDirectMemoryLimit); + LIB_FUNCTION("rzEsC81gurc", "libkernel", 1, "libkernel", sceKernelSetGPI); + LIB_FUNCTION("ca7v6Cxulzs", "libkernel", 1, "libkernel", sceKernelSetGPO); + LIB_FUNCTION("4nAp4pZgV1A", "libkernel", 1, "libkernel", sceKernelSetGpuCu); + LIB_FUNCTION("A1zOC17L80g", "libkernel", 1, "libkernel", sceKernelSetMemoryPstate); + LIB_FUNCTION("EA4bmgm02o8", "libkernel", 1, "libkernel", sceKernelSetNeoModeClock); + LIB_FUNCTION("BDLSyH7y6Mo", "libkernel", 1, "libkernel", sceKernelSetPhysFmemLimit); + LIB_FUNCTION("8UVYwy0F2Hk", "libkernel", 1, "libkernel", sceKernelSetProcessName); + LIB_FUNCTION("-W4xI5aVI8w", "libkernel", 1, "libkernel", sceKernelSetProcessProperty); + LIB_FUNCTION("U5HG6wD4smU", "libkernel", 1, "libkernel", sceKernelSetProcessPropertyString); + LIB_FUNCTION("BohYr-F7-is", "libkernel", 1, "libkernel", sceKernelSetPrtAperture); + LIB_FUNCTION("As-JdqyUuMs", "libkernel", 1, "libkernel", sceKernelSetSafemode); + LIB_FUNCTION("ChCOChPU-YM", "libkernel", 1, "libkernel", sceKernelSettimeofday); + LIB_FUNCTION("cxdklXtQcqA", "libkernel", 1, "libkernel", sceKernelSetTimezoneInfo); + LIB_FUNCTION("DGMG3JshrZU", "libkernel", 1, "libkernel", sceKernelSetVirtualRangeName); + LIB_FUNCTION("R7Xj-th93gs", "libkernel", 1, "libkernel", sceKernelSetVmContainer); + LIB_FUNCTION("4czppHBiriw", "libkernel", 1, "libkernel", sceKernelSignalSema); + LIB_FUNCTION("-ZR+hG7aDHw", "libkernel", 1, "libkernel", sceKernelSleep); + LIB_FUNCTION("8KDMful7g1Y", "libkernel", 1, "libkernel", sceKernelSlvNotifyError); + LIB_FUNCTION("eV9wAD2riIA", "libkernel", 1, "libkernel", sceKernelStat); + LIB_FUNCTION("QKd0qM58Qes", "libkernel", 1, "libkernel", sceKernelStopUnloadModule); + LIB_FUNCTION("C8wi8QOUQQk", "libkernel", 1, "libkernel", sceKernelSuspendDirectMemoryRelease); + LIB_FUNCTION("KK6B72YC-js", "libkernel", 1, "libkernel", sceKernelSwitchToBaseMode); + LIB_FUNCTION("+DVcq4YF6Xg", "libkernel", 1, "libkernel", sceKernelSwitchToNeoMode); + LIB_FUNCTION("uvT2iYBBnkY", "libkernel", 1, "libkernel", sceKernelSync); + LIB_FUNCTION("hUN72ocX6gM", "libkernel", 1, "libkernel", sceKernelTerminateSysCore); + LIB_FUNCTION("1yca4VvfcNA", "libkernel", 1, "libkernel", sceKernelTitleWorkaroundIsEnabled); + LIB_FUNCTION("GST42pfUfMc", "libkernel", 1, "libkernel", sceKernelTitleWorkdaroundIsEnabled); + LIB_FUNCTION("eESTogkCMPE", "libkernel", 1, "libkernel", sceKernelTraceMemoryTypeProtect); + LIB_FUNCTION("is-XQhYPRaQ", "libkernel", 1, "libkernel", sceKernelTriggerEport); + LIB_FUNCTION("F6e0kwo4cnk", "libkernel", 1, "libkernel", sceKernelTriggerUserEvent); + LIB_FUNCTION("WlyEA-sLDf0", "libkernel", 1, "libkernel", sceKernelTruncate); + LIB_FUNCTION("AUXVxWeJU-A", "libkernel", 1, "libkernel", sceKernelUnlink); + LIB_FUNCTION("1jfXLRVzisc", "libkernel", 1, "libkernel", sceKernelUsleep); + LIB_FUNCTION("0Cq8ipKr9n0", "libkernel", 1, "libkernel", sceKernelUtimes); + LIB_FUNCTION("Xjoosiw+XPI", "libkernel", 1, "libkernel", sceKernelUuidCreate); + LIB_FUNCTION("rVjRvHJ0X6c", "libkernel", 1, "libkernel", sceKernelVirtualQuery); + LIB_FUNCTION("f77qlxIbqu0", "libkernel", 1, "libkernel", sceKernelVirtualQueryAll); + LIB_FUNCTION("fzyMKs9kim0", "libkernel", 1, "libkernel", sceKernelWaitEqueue); + LIB_FUNCTION("JTvBflhYazQ", "libkernel", 1, "libkernel", sceKernelWaitEventFlag); + LIB_FUNCTION("Zxa0VhQVTsk", "libkernel", 1, "libkernel", sceKernelWaitSema); + LIB_FUNCTION("4wSze92BhLI", "libkernel", 1, "libkernel", sceKernelWrite); + LIB_FUNCTION("I111PPn2g18", "libkernel", 1, "libkernel", sceKernelWriteSdkEventLog); + LIB_FUNCTION("kAt6VDbHmro", "libkernel", 1, "libkernel", sceKernelWritev); + LIB_FUNCTION("BtJ3gH33xss", "libkernel", 1, "libkernel", sceKernelYieldCpumode); + LIB_FUNCTION("pi90NsG3zPA", "libkernel", 1, "libkernel", sceLibcMspaceCreateForMonoMutex); + LIB_FUNCTION("i1kREW2pchs", "libkernel", 1, "libkernel", scePthreadAtfork); + LIB_FUNCTION("62KCwEMmzcM", "libkernel", 1, "libkernel", scePthreadAttrDestroy); + LIB_FUNCTION("x1X76arYMxU", "libkernel", 1, "libkernel", scePthreadAttrGet); + LIB_FUNCTION("8+s5BzZjxSg", "libkernel", 1, "libkernel", scePthreadAttrGetaffinity); + LIB_FUNCTION("JaRMy+QcpeU", "libkernel", 1, "libkernel", scePthreadAttrGetdetachstate); + LIB_FUNCTION("txHtngJ+eyc", "libkernel", 1, "libkernel", scePthreadAttrGetguardsize); + LIB_FUNCTION("lpMP8HhkBbg", "libkernel", 1, "libkernel", scePthreadAttrGetinheritsched); + LIB_FUNCTION("FXPWHNk8Of0", "libkernel", 1, "libkernel", scePthreadAttrGetschedparam); + LIB_FUNCTION("NMyIQ9WgWbU", "libkernel", 1, "libkernel", scePthreadAttrGetschedpolicy); + LIB_FUNCTION("+7B2AEKKns8", "libkernel", 1, "libkernel", scePthreadAttrGetscope); + LIB_FUNCTION("-quPa4SEJUw", "libkernel", 1, "libkernel", scePthreadAttrGetstack); + LIB_FUNCTION("Ru36fiTtJzA", "libkernel", 1, "libkernel", scePthreadAttrGetstackaddr); + LIB_FUNCTION("-fA+7ZlGDQs", "libkernel", 1, "libkernel", scePthreadAttrGetstacksize); + LIB_FUNCTION("nsYoNRywwNg", "libkernel", 1, "libkernel", scePthreadAttrInit); + LIB_FUNCTION("3qxgM4ezETA", "libkernel", 1, "libkernel", scePthreadAttrSetaffinity); + LIB_FUNCTION("GZSR0Ooae9Q", "libkernel", 1, "libkernel", scePthreadAttrSetcreatesuspend); + LIB_FUNCTION("-Wreprtu0Qs", "libkernel", 1, "libkernel", scePthreadAttrSetdetachstate); + LIB_FUNCTION("El+cQ20DynU", "libkernel", 1, "libkernel", scePthreadAttrSetguardsize); + LIB_FUNCTION("eXbUSpEaTsA", "libkernel", 1, "libkernel", scePthreadAttrSetinheritsched); + LIB_FUNCTION("DzES9hQF4f4", "libkernel", 1, "libkernel", scePthreadAttrSetschedparam); + LIB_FUNCTION("4+h9EzwKF4I", "libkernel", 1, "libkernel", scePthreadAttrSetschedpolicy); + LIB_FUNCTION("YdZfEZfRnPk", "libkernel", 1, "libkernel", scePthreadAttrSetscope); + LIB_FUNCTION("Bvn74vj6oLo", "libkernel", 1, "libkernel", scePthreadAttrSetstack); + LIB_FUNCTION("F+yfmduIBB8", "libkernel", 1, "libkernel", scePthreadAttrSetstackaddr); + LIB_FUNCTION("UTXzJbWhhTE", "libkernel", 1, "libkernel", scePthreadAttrSetstacksize); + LIB_FUNCTION("oT-j4DqJHY8", "libkernel", 1, "libkernel", scePthreadBarrierattrDestroy); + LIB_FUNCTION("SkutDtgqJ9g", "libkernel", 1, "libkernel", scePthreadBarrierattrGetpshared); + LIB_FUNCTION("SDkV9xhINKI", "libkernel", 1, "libkernel", scePthreadBarrierattrInit); + LIB_FUNCTION("NpfpcLf5PYM", "libkernel", 1, "libkernel", scePthreadBarrierattrSetpshared); + LIB_FUNCTION("HudB2Jv2MPY", "libkernel", 1, "libkernel", scePthreadBarrierDestroy); + LIB_FUNCTION("5dgOEPsEGqw", "libkernel", 1, "libkernel", scePthreadBarrierInit); + LIB_FUNCTION("t9vVyTglqHQ", "libkernel", 1, "libkernel", scePthreadBarrierWait); + LIB_FUNCTION("qBDmpCyGssE", "libkernel", 1, "libkernel", scePthreadCancel); + LIB_FUNCTION("waPcxYiR3WA", "libkernel", 1, "libkernel", scePthreadCondattrDestroy); + LIB_FUNCTION("6qM3kO5S3Oo", "libkernel", 1, "libkernel", scePthreadCondattrGetclock); + LIB_FUNCTION("Dn-DRWi9t54", "libkernel", 1, "libkernel", scePthreadCondattrGetpshared); + LIB_FUNCTION("m5-2bsNfv7s", "libkernel", 1, "libkernel", scePthreadCondattrInit); + LIB_FUNCTION("c-bxj027czs", "libkernel", 1, "libkernel", scePthreadCondattrSetclock); + LIB_FUNCTION("6xMew9+rZwI", "libkernel", 1, "libkernel", scePthreadCondattrSetpshared); + LIB_FUNCTION("JGgj7Uvrl+A", "libkernel", 1, "libkernel", scePthreadCondBroadcast); + LIB_FUNCTION("g+PZd2hiacg", "libkernel", 1, "libkernel", scePthreadCondDestroy); + LIB_FUNCTION("2Tb92quprl0", "libkernel", 1, "libkernel", scePthreadCondInit); + LIB_FUNCTION("kDh-NfxgMtE", "libkernel", 1, "libkernel", scePthreadCondSignal); + LIB_FUNCTION("o69RpYO-Mu0", "libkernel", 1, "libkernel", scePthreadCondSignalto); + LIB_FUNCTION("BmMjYxmew1w", "libkernel", 1, "libkernel", scePthreadCondTimedwait); + LIB_FUNCTION("WKAXJ4XBPQ4", "libkernel", 1, "libkernel", scePthreadCondWait); + LIB_FUNCTION("6UgtwV+0zb4", "libkernel", 1, "libkernel", scePthreadCreate); + LIB_FUNCTION("4qGrR6eoP9Y", "libkernel", 1, "libkernel", scePthreadDetach); + LIB_FUNCTION("3PtV6p3QNX4", "libkernel", 1, "libkernel", scePthreadEqual); + LIB_FUNCTION("3kg7rT0NQIs", "libkernel", 1, "libkernel", scePthreadExit); + LIB_FUNCTION("rcrVFJsQWRY", "libkernel", 1, "libkernel", scePthreadGetaffinity); + LIB_FUNCTION("zLlLc3h2Prk", "libkernel", 1, "libkernel", scePthreadGetconcurrency); + LIB_FUNCTION("tWFPPuAJxks", "libkernel", 1, "libkernel", scePthreadGetcpuclockid); + LIB_FUNCTION("How7B8Oet6k", "libkernel", 1, "libkernel", scePthreadGetname); + LIB_FUNCTION("1tKyG7RlMJo", "libkernel", 1, "libkernel", scePthreadGetprio); + LIB_FUNCTION("P41kTWUS3EI", "libkernel", 1, "libkernel", scePthreadGetschedparam); + LIB_FUNCTION("eoht7mQOCmo", "libkernel", 1, "libkernel", scePthreadGetspecific); + LIB_FUNCTION("EI-5-jlq2dE", "libkernel", 1, "libkernel", scePthreadGetthreadid); + LIB_FUNCTION("onNY9Byn-W8", "libkernel", 1, "libkernel", scePthreadJoin); + LIB_FUNCTION("geDaqgH9lTg", "libkernel", 1, "libkernel", scePthreadKeyCreate); + LIB_FUNCTION("PrdHuuDekhY", "libkernel", 1, "libkernel", scePthreadKeyDelete); + LIB_FUNCTION("55aShElDfY4", "libkernel", 1, "libkernel", scePthreadMain); + LIB_FUNCTION("JVc71p0lpFs", "libkernel", 1, "libkernel", scePthreadMulti); + LIB_FUNCTION("smWEktiyyG0", "libkernel", 1, "libkernel", scePthreadMutexattrDestroy); + LIB_FUNCTION("rH2mWEndluc", "libkernel", 1, "libkernel", scePthreadMutexattrGetkind); + LIB_FUNCTION("SgjMpyH9Z9I", "libkernel", 1, "libkernel", scePthreadMutexattrGetprioceiling); + LIB_FUNCTION("GoTmFeui+hQ", "libkernel", 1, "libkernel", scePthreadMutexattrGetprotocol); + LIB_FUNCTION("losEubHc64c", "libkernel", 1, "libkernel", scePthreadMutexattrGetpshared); + LIB_FUNCTION("gquEhBrS2iw", "libkernel", 1, "libkernel", scePthreadMutexattrGettype); + LIB_FUNCTION("F8bUHwAG284", "libkernel", 1, "libkernel", scePthreadMutexattrInit); + LIB_FUNCTION("n2MMpvU8igI", "libkernel", 1, "libkernel", scePthreadMutexattrInitForInternalLibc); - LIB_FUNCTION("UWZbVSFze24", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexattrSetkind); - LIB_FUNCTION("532IaQguwMg", "libkernel", 1, "libkernel", 1, 1, - scePthreadMutexattrSetprioceiling); - LIB_FUNCTION("1FGvU0i9saQ", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexattrSetprotocol); - LIB_FUNCTION("mxKx9bxXF2I", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexattrSetpshared); - LIB_FUNCTION("iMp8QpE+XO4", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexattrSettype); - LIB_FUNCTION("2Of0f+3mhhE", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexDestroy); - LIB_FUNCTION("5mO+cXIAaRI", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexGetprioceiling); - LIB_FUNCTION("pOmNmyRKlIE", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexGetspinloops); - LIB_FUNCTION("AWS3NyViL9o", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexGetyieldloops); - LIB_FUNCTION("cmo1RIYva9o", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexInit); - LIB_FUNCTION("qH1gXoq71RY", "libkernel", 1, "libkernel", 1, 1, - scePthreadMutexInitForInternalLibc); - LIB_FUNCTION("W6OrTBO95UY", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexIsowned); - LIB_FUNCTION("9UK1vLZQft4", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexLock); - LIB_FUNCTION("XAzZo12sbN8", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexSetprioceiling); - LIB_FUNCTION("42YkUouoMI0", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexSetspinloops); - LIB_FUNCTION("bP+cqFmBW+A", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexSetyieldloops); - LIB_FUNCTION("IafI2PxcPnQ", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexTimedlock); - LIB_FUNCTION("upoVrzMHFeE", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexTrylock); - LIB_FUNCTION("tn3VlD0hG60", "libkernel", 1, "libkernel", 1, 1, scePthreadMutexUnlock); - LIB_FUNCTION("14bOACANTBo", "libkernel", 1, "libkernel", 1, 1, scePthreadOnce); - LIB_FUNCTION("GBUY7ywdULE", "libkernel", 1, "libkernel", 1, 1, scePthreadRename); - LIB_FUNCTION("DB7Mkm+Pqzw", "libkernel", 1, "libkernel", 1, 1, scePthreadResume); - LIB_FUNCTION("te+MBYMzDhY", "libkernel", 1, "libkernel", 1, 1, scePthreadResumeAll); - LIB_FUNCTION("i2ifZ3fS2fo", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockattrDestroy); - LIB_FUNCTION("LcOZBHGqbFk", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockattrGetpshared); - LIB_FUNCTION("Kyls1ChFyrc", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockattrGettype); - LIB_FUNCTION("yOfGg-I1ZII", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockattrInit); - LIB_FUNCTION("-ZvQH18j10c", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockattrSetpshared); - LIB_FUNCTION("h-OifiouBd8", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockattrSettype); - LIB_FUNCTION("BB+kb08Tl9A", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockDestroy); - LIB_FUNCTION("6ULAa0fq4jA", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockInit); - LIB_FUNCTION("Ox9i0c7L5w0", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockRdlock); - LIB_FUNCTION("iPtZRWICjrM", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockTimedrdlock); - LIB_FUNCTION("adh--6nIqTk", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockTimedwrlock); - LIB_FUNCTION("XD3mDeybCnk", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockTryrdlock); - LIB_FUNCTION("bIHoZCTomsI", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockTrywrlock); - LIB_FUNCTION("+L98PIbGttk", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockUnlock); - LIB_FUNCTION("mqdNorrB+gI", "libkernel", 1, "libkernel", 1, 1, scePthreadRwlockWrlock); - LIB_FUNCTION("aI+OeCz8xrQ", "libkernel", 1, "libkernel", 1, 1, scePthreadSelf); - LIB_FUNCTION("Vwc+L05e6oE", "libkernel", 1, "libkernel", 1, 1, scePthreadSemDestroy); - LIB_FUNCTION("DjpBvGlaWbQ", "libkernel", 1, "libkernel", 1, 1, scePthreadSemGetvalue); - LIB_FUNCTION("GEnUkDZoUwY", "libkernel", 1, "libkernel", 1, 1, scePthreadSemInit); - LIB_FUNCTION("aishVAiFaYM", "libkernel", 1, "libkernel", 1, 1, scePthreadSemPost); - LIB_FUNCTION("fjN6NQHhK8k", "libkernel", 1, "libkernel", 1, 1, scePthreadSemTimedwait); - LIB_FUNCTION("H2a+IN9TP0E", "libkernel", 1, "libkernel", 1, 1, scePthreadSemTrywait); - LIB_FUNCTION("C36iRE0F5sE", "libkernel", 1, "libkernel", 1, 1, scePthreadSemWait); - LIB_FUNCTION("bt3CTBKmGyI", "libkernel", 1, "libkernel", 1, 1, scePthreadSetaffinity); - LIB_FUNCTION("i3tB6CuvHb4", "libkernel", 1, "libkernel", 1, 1, scePthreadSetBesteffort); - LIB_FUNCTION("OAmWq+OHSjw", "libkernel", 1, "libkernel", 1, 1, scePthreadSetcancelstate); - LIB_FUNCTION("sCJd99Phct0", "libkernel", 1, "libkernel", 1, 1, scePthreadSetcanceltype); - LIB_FUNCTION("gdnv6wF6hwI", "libkernel", 1, "libkernel", 1, 1, scePthreadSetconcurrency); - LIB_FUNCTION("oVZ+-KgZJGo", "libkernel", 1, "libkernel", 1, 1, scePthreadSetDefaultstacksize); - LIB_FUNCTION("XeTqw+0Zl10", "libkernel", 1, "libkernel", 1, 1, scePthreadSetName); - LIB_FUNCTION("W0Hpm2X0uPE", "libkernel", 1, "libkernel", 1, 1, scePthreadSetprio); - LIB_FUNCTION("oIRFTjoILbg", "libkernel", 1, "libkernel", 1, 1, scePthreadSetschedparam); - LIB_FUNCTION("+BzXYkqYeLE", "libkernel", 1, "libkernel", 1, 1, scePthreadSetspecific); - LIB_FUNCTION("OTb0kHrf1pE", "libkernel", 1, "libkernel", 1, 1, scePthreadSingle); - LIB_FUNCTION("ywmONkF81ok", "libkernel", 1, "libkernel", 1, 1, scePthreadSuspend); - LIB_FUNCTION("HlzHlgqiBo8", "libkernel", 1, "libkernel", 1, 1, scePthreadSuspendAll); - LIB_FUNCTION("LapIb799SSE", "libkernel", 1, "libkernel", 1, 1, scePthreadTestcancel); - LIB_FUNCTION("HLUSF4Oi7Pc", "libkernel", 1, "libkernel", 1, 1, scePthreadTimedjoin); - LIB_FUNCTION("T72hz6ffq08", "libkernel", 1, "libkernel", 1, 1, scePthreadYield); - LIB_FUNCTION("CBNtXOoef-E", "libkernel", 1, "libkernel", 1, 1, sched_get_priority_max); - LIB_FUNCTION("m0iS6jNsXds", "libkernel", 1, "libkernel", 1, 1, sched_get_priority_min); - LIB_FUNCTION("O6gKl8uvGyE", "libkernel", 1, "libkernel", 1, 1, sched_getparam); - LIB_FUNCTION("SD7oNCIQWvE", "libkernel", 1, "libkernel", 1, 1, sched_getscheduler); - LIB_FUNCTION("PrsRaaSO-X0", "libkernel", 1, "libkernel", 1, 1, sched_rr_get_interval); - LIB_FUNCTION("yawdym+zDvw", "libkernel", 1, "libkernel", 1, 1, sched_setparam); - LIB_FUNCTION("puT82CSQzDE", "libkernel", 1, "libkernel", 1, 1, sched_setscheduler); - LIB_FUNCTION("6XG4B33N09g", "libkernel", 1, "libkernel", 1, 1, sched_yield); - LIB_FUNCTION("T8fER+tIGgk", "libkernel", 1, "libkernel", 1, 1, select); - LIB_FUNCTION("5gXnxR+pdUo", "libkernel", 1, "libkernel", 1, 1, sem_close); - LIB_FUNCTION("cDW233RAwWo", "libkernel", 1, "libkernel", 1, 1, sem_destroy); - LIB_FUNCTION("Bq+LRV-N6Hk", "libkernel", 1, "libkernel", 1, 1, sem_getvalue); - LIB_FUNCTION("pDuPEf3m4fI", "libkernel", 1, "libkernel", 1, 1, sem_init); - LIB_FUNCTION("+P6FRnQJc1E", "libkernel", 1, "libkernel", 1, 1, sem_open); - LIB_FUNCTION("IKP8typ0QUk", "libkernel", 1, "libkernel", 1, 1, sem_post); - LIB_FUNCTION("4SbrhCozqQU", "libkernel", 1, "libkernel", 1, 1, sem_reltimedwait_np); - LIB_FUNCTION("-wUggz2S5yk", "libkernel", 1, "libkernel", 1, 1, sem_setname); - LIB_FUNCTION("w5IHyvahg-o", "libkernel", 1, "libkernel", 1, 1, sem_timedwait); - LIB_FUNCTION("WBWzsRifCEA", "libkernel", 1, "libkernel", 1, 1, sem_trywait); - LIB_FUNCTION("OiunYlyJUvc", "libkernel", 1, "libkernel", 1, 1, sem_unlink); - LIB_FUNCTION("YCV5dGGBcCo", "libkernel", 1, "libkernel", 1, 1, sem_wait); - LIB_FUNCTION("fZOeZIOEmLw", "libkernel", 1, "libkernel", 1, 1, send); - LIB_FUNCTION("YA0r4LCkfeY", "libkernel", 1, "libkernel", 1, 1, sendfile); - LIB_FUNCTION("aNeavPDNKzA", "libkernel", 1, "libkernel", 1, 1, sendmsg); - LIB_FUNCTION("oBr313PppNE", "libkernel", 1, "libkernel", 1, 1, sendto); - LIB_FUNCTION("mm0znr-xjqI", "libkernel", 1, "libkernel", 1, 1, set_phys_fmem_limit); - LIB_FUNCTION("2VRU7xiqLO8", "libkernel", 1, "libkernel", 1, 1, setcontext); - LIB_FUNCTION("4oKwKmeOKjM", "libkernel", 1, "libkernel", 1, 1, setegid); - LIB_FUNCTION("HTxb6gmexa0", "libkernel", 1, "libkernel", 1, 1, seteuid); - LIB_FUNCTION("M8VZ3iIlmyg", "libkernel", 1, "libkernel", 1, 1, setgroups); - LIB_FUNCTION("hPWDGx8ioXQ", "libkernel", 1, "libkernel", 1, 1, setitimer); - LIB_FUNCTION("TUC9xC1YQjs", "libkernel", 1, "libkernel", 1, 1, setpriority); - LIB_FUNCTION("ROILLZdYZPc", "libkernel", 1, "libkernel", 1, 1, setregid); - LIB_FUNCTION("6w8tPp+Yk6E", "libkernel", 1, "libkernel", 1, 1, setreuid); - LIB_FUNCTION("4X0QwvuCfjc", "libkernel", 1, "libkernel", 1, 1, setrlimit); - LIB_FUNCTION("fFxGkxF2bVo", "libkernel", 1, "libkernel", 1, 1, setsockopt); - LIB_FUNCTION("VdXIDAbJ3tQ", "libkernel", 1, "libkernel", 1, 1, settimeofday); - LIB_FUNCTION("JVmUZwK-HJU", "libkernel", 1, "libkernel", 1, 1, setuid); - LIB_FUNCTION("QuJYZ2KVGGQ", "libkernel", 1, "libkernel", 1, 1, shm_open); - LIB_FUNCTION("tPWsbOUGO8k", "libkernel", 1, "libkernel", 1, 1, shm_unlink); - LIB_FUNCTION("TUuiYS2kE8s", "libkernel", 1, "libkernel", 1, 1, shutdown); - LIB_FUNCTION("KiJEPEWRyUY", "libkernel", 1, "libkernel", 1, 1, sigaction); - LIB_FUNCTION("JUimFtKe0Kc", "libkernel", 1, "libkernel", 1, 1, sigaddset); - LIB_FUNCTION("sHziAegVp74", "libkernel", 1, "libkernel", 1, 1, sigaltstack); - LIB_FUNCTION("Nd-u09VFSCA", "libkernel", 1, "libkernel", 1, 1, sigdelset); - LIB_FUNCTION("+F7C-hdk7+E", "libkernel", 1, "libkernel", 1, 1, sigemptyset); - LIB_FUNCTION("VkTAsrZDcJ0", "libkernel", 1, "libkernel", 1, 1, sigfillset); - LIB_FUNCTION("JnNl8Xr-z4Y", "libkernel", 1, "libkernel", 1, 1, sigismember); - LIB_FUNCTION("pebqbE5ws8s", "libkernel", 1, "libkernel", 1, 1, siglongjmp); - LIB_FUNCTION("VADc3MNQ3cM", "libkernel", 1, "libkernel", 1, 1, signal); - LIB_FUNCTION("hpoDTzy9Yy0", "libkernel", 1, "libkernel", 1, 1, sigpending); - LIB_FUNCTION("aPcyptbOiZs", "libkernel", 1, "libkernel", 1, 1, sigprocmask); - LIB_FUNCTION("TJG6tf+yJlY", "libkernel", 1, "libkernel", 1, 1, sigqueue); - LIB_FUNCTION("mo0bFmWppIw", "libkernel", 1, "libkernel", 1, 1, sigreturn); - LIB_FUNCTION("aRo9AhFUXcM", "libkernel", 1, "libkernel", 1, 1, sigsetjmp); - LIB_FUNCTION("KZ-4qlqlpmo", "libkernel", 1, "libkernel", 1, 1, sigsuspend); - LIB_FUNCTION("D2-dIoJ0ZtE", "libkernel", 1, "libkernel", 1, 1, sigtimedwait); - LIB_FUNCTION("mrbHXqK8wkg", "libkernel", 1, "libkernel", 1, 1, sigwait); - LIB_FUNCTION("Uq5BGthgbl4", "libkernel", 1, "libkernel", 1, 1, sigwaitinfo); - LIB_FUNCTION("0wu33hunNdE", "libkernel", 1, "libkernel", 1, 1, sleep); - LIB_FUNCTION("TU-d9PfIHPM", "libkernel", 1, "libkernel", 1, 1, socket); - LIB_FUNCTION("MZb0GKT3mo8", "libkernel", 1, "libkernel", 1, 1, socketpair); - LIB_FUNCTION("E6ao34wPw+U", "libkernel", 1, "libkernel", 1, 1, stat); - LIB_FUNCTION("EXH1U-UBywI", "libkernel", 1, "libkernel", 1, 1, swapcontext); - LIB_FUNCTION("Y2OqwJQ3lr8", "libkernel", 1, "libkernel", 1, 1, sync); - LIB_FUNCTION("b7uXQmnfB2s", "libkernel", 1, "libkernel", 1, 1, sysarch); - LIB_FUNCTION("mkawd0NA9ts", "libkernel", 1, "libkernel", 1, 1, sysconf); - LIB_FUNCTION("DFmMT80xcNI", "libkernel", 1, "libkernel", 1, 1, sysctl); - LIB_FUNCTION("MhC53TKmjVA", "libkernel", 1, "libkernel", 1, 1, sysctlbyname); - LIB_FUNCTION("UkEV4hvMo1E", "libkernel", 1, "libkernel", 1, 1, sysctlnametomib); - LIB_FUNCTION("EIZbVQs381s", "libkernel", 1, "libkernel", 1, 1, sysKernelGetIntdevModeForRcmgr); - LIB_FUNCTION("7dulKcLcwHI", "libkernel", 1, "libkernel", 1, 1, - sysKernelGetLowerLimitSysexVersion); - LIB_FUNCTION("MMSo+k+Wp0Y", "libkernel", 1, "libkernel", 1, 1, - sysKernelGetLowerLimitUpdVersion); - LIB_FUNCTION("6jj29MbyzuI", "libkernel", 1, "libkernel", 1, 1, sysKernelGetManufacturingMode); - LIB_FUNCTION("1U-s6o8XOcE", "libkernel", 1, "libkernel", 1, 1, sysKernelGetUpdVersion); - LIB_FUNCTION("Jc6E7N+dHz0", "libkernel", 1, "libkernel", 1, 1, system); - LIB_FUNCTION("brGGJWsZauw", "libkernel", 1, "libkernel", 1, 1, tcdrain); - LIB_FUNCTION("OG8xRaGIpqk", "libkernel", 1, "libkernel", 1, 1, tcflow); - LIB_FUNCTION("FxHW5NuEXsY", "libkernel", 1, "libkernel", 1, 1, tcflush); - LIB_FUNCTION("5kBfZ40bAuk", "libkernel", 1, "libkernel", 1, 1, tcgetattr); - LIB_FUNCTION("5OEl1mRhUm0", "libkernel", 1, "libkernel", 1, 1, tcgetpgrp); - LIB_FUNCTION("7ga3x+36xrU", "libkernel", 1, "libkernel", 1, 1, tcgetsid); - LIB_FUNCTION("vXE-dIUIZlE", "libkernel", 1, "libkernel", 1, 1, tcsendbreak); - LIB_FUNCTION("La7xW-jcZwQ", "libkernel", 1, "libkernel", 1, 1, tcsetattr); - LIB_FUNCTION("YMuesZTyTl4", "libkernel", 1, "libkernel", 1, 1, tcsetpgrp); - LIB_FUNCTION("S76vfDNu6eI", "libkernel", 1, "libkernel", 1, 1, tcsetsid); - LIB_FUNCTION("ayrtszI7GBg", "libkernel", 1, "libkernel", 1, 1, truncate); - LIB_FUNCTION("VAzswvTOCzI", "libkernel", 1, "libkernel", 1, 1, unlink); - LIB_FUNCTION("QcteRwbsnV0", "libkernel", 1, "libkernel", 1, 1, usleep); - LIB_FUNCTION("GDuV00CHrUg", "libkernel", 1, "libkernel", 1, 1, utimes); - LIB_FUNCTION("PlmVIwQdarI", "libkernel", 1, "libkernel", 1, 1, uuidgen); - LIB_FUNCTION("ldVb3lc75PE", "libkernel", 1, "libkernel", 1, 1, wait); - LIB_FUNCTION("NKF4F8SQyx4", "libkernel", 1, "libkernel", 1, 1, wait3); - LIB_FUNCTION("dTnYqqLIQ6c", "libkernel", 1, "libkernel", 1, 1, waitpid); - LIB_FUNCTION("FN4gaPmuFV8", "libkernel", 1, "libkernel", 1, 1, write); - LIB_FUNCTION("Z2aKdxzS4KE", "libkernel", 1, "libkernel", 1, 1, writev); - LIB_FUNCTION("N94a0T4F4+U", "libkernel", 1, "libkernel", 1, 1, Func_37DE1AD13E05E3E5); - LIB_FUNCTION("cafDxa64sO4", "libkernel", 1, "libkernel", 1, 1, Func_71A7C3C5AEB8B0EE); - LIB_FUNCTION("gpgi-GwE2Is", "libkernel", 1, "libkernel", 1, 1, Func_829822FC6C04D88B); - LIB_FUNCTION("hmqw8GlN+tI", "libkernel", 1, "libkernel", 1, 1, Func_866AB0F0694DFAD2); - LIB_FUNCTION("jMuNoBRCPUg", "libkernel", 1, "libkernel", 1, 1, Func_8CCB8DA014423D48); - LIB_FUNCTION("qtHOLtFWq7Y", "libkernel", 1, "libkernel", 1, 1, Func_AAD1CE2ED156ABB6); - LIB_FUNCTION("uV+YilcHqAs", "libkernel", 1, "libkernel", 1, 1, Func_B95F988A5707A80B); - LIB_FUNCTION("vfYaxkxnJXQ", "libkernel", 1, "libkernel", 1, 1, Func_BDF61AC64C672574); - LIB_FUNCTION("v+qTlNjF6kE", "libkernel", 1, "libkernel", 1, 1, Func_BFEA9394D8C5EA41); - LIB_FUNCTION("x0DQK0TXDk0", "libkernel", 1, "libkernel", 1, 1, Func_C740D02B44D70E4D); - LIB_FUNCTION("1v23w7Rnkic", "libkernel", 1, "libkernel", 1, 1, Func_D6FDB7C3B4679227); - LIB_FUNCTION("2wKjID0iGVM", "libkernel", 1, "libkernel", 1, 1, Func_DB02A3203D221953); - LIB_FUNCTION("2xg4JXvaJ6k", "libkernel", 1, "libkernel", 1, 1, Func_DB1838257BDA27A9); - LIB_FUNCTION("-PNB3tfnD8c", "libkernel", 1, "libkernel", 1, 1, Func_FCF341DED7E70FC7); - LIB_FUNCTION("-uPq82VbRMI", "libkernel", 1, "libkernel", 1, 1, Func_FEE3EAF3655B44C2); - LIB_FUNCTION("aNz11fnnzi4", "libkernel_avlfmem", 1, "libkernel", 1, 1, + LIB_FUNCTION("UWZbVSFze24", "libkernel", 1, "libkernel", scePthreadMutexattrSetkind); + LIB_FUNCTION("532IaQguwMg", "libkernel", 1, "libkernel", scePthreadMutexattrSetprioceiling); + LIB_FUNCTION("1FGvU0i9saQ", "libkernel", 1, "libkernel", scePthreadMutexattrSetprotocol); + LIB_FUNCTION("mxKx9bxXF2I", "libkernel", 1, "libkernel", scePthreadMutexattrSetpshared); + LIB_FUNCTION("iMp8QpE+XO4", "libkernel", 1, "libkernel", scePthreadMutexattrSettype); + LIB_FUNCTION("2Of0f+3mhhE", "libkernel", 1, "libkernel", scePthreadMutexDestroy); + LIB_FUNCTION("5mO+cXIAaRI", "libkernel", 1, "libkernel", scePthreadMutexGetprioceiling); + LIB_FUNCTION("pOmNmyRKlIE", "libkernel", 1, "libkernel", scePthreadMutexGetspinloops); + LIB_FUNCTION("AWS3NyViL9o", "libkernel", 1, "libkernel", scePthreadMutexGetyieldloops); + LIB_FUNCTION("cmo1RIYva9o", "libkernel", 1, "libkernel", scePthreadMutexInit); + LIB_FUNCTION("qH1gXoq71RY", "libkernel", 1, "libkernel", scePthreadMutexInitForInternalLibc); + LIB_FUNCTION("W6OrTBO95UY", "libkernel", 1, "libkernel", scePthreadMutexIsowned); + LIB_FUNCTION("9UK1vLZQft4", "libkernel", 1, "libkernel", scePthreadMutexLock); + LIB_FUNCTION("XAzZo12sbN8", "libkernel", 1, "libkernel", scePthreadMutexSetprioceiling); + LIB_FUNCTION("42YkUouoMI0", "libkernel", 1, "libkernel", scePthreadMutexSetspinloops); + LIB_FUNCTION("bP+cqFmBW+A", "libkernel", 1, "libkernel", scePthreadMutexSetyieldloops); + LIB_FUNCTION("IafI2PxcPnQ", "libkernel", 1, "libkernel", scePthreadMutexTimedlock); + LIB_FUNCTION("upoVrzMHFeE", "libkernel", 1, "libkernel", scePthreadMutexTrylock); + LIB_FUNCTION("tn3VlD0hG60", "libkernel", 1, "libkernel", scePthreadMutexUnlock); + LIB_FUNCTION("14bOACANTBo", "libkernel", 1, "libkernel", scePthreadOnce); + LIB_FUNCTION("GBUY7ywdULE", "libkernel", 1, "libkernel", scePthreadRename); + LIB_FUNCTION("DB7Mkm+Pqzw", "libkernel", 1, "libkernel", scePthreadResume); + LIB_FUNCTION("te+MBYMzDhY", "libkernel", 1, "libkernel", scePthreadResumeAll); + LIB_FUNCTION("i2ifZ3fS2fo", "libkernel", 1, "libkernel", scePthreadRwlockattrDestroy); + LIB_FUNCTION("LcOZBHGqbFk", "libkernel", 1, "libkernel", scePthreadRwlockattrGetpshared); + LIB_FUNCTION("Kyls1ChFyrc", "libkernel", 1, "libkernel", scePthreadRwlockattrGettype); + LIB_FUNCTION("yOfGg-I1ZII", "libkernel", 1, "libkernel", scePthreadRwlockattrInit); + LIB_FUNCTION("-ZvQH18j10c", "libkernel", 1, "libkernel", scePthreadRwlockattrSetpshared); + LIB_FUNCTION("h-OifiouBd8", "libkernel", 1, "libkernel", scePthreadRwlockattrSettype); + LIB_FUNCTION("BB+kb08Tl9A", "libkernel", 1, "libkernel", scePthreadRwlockDestroy); + LIB_FUNCTION("6ULAa0fq4jA", "libkernel", 1, "libkernel", scePthreadRwlockInit); + LIB_FUNCTION("Ox9i0c7L5w0", "libkernel", 1, "libkernel", scePthreadRwlockRdlock); + LIB_FUNCTION("iPtZRWICjrM", "libkernel", 1, "libkernel", scePthreadRwlockTimedrdlock); + LIB_FUNCTION("adh--6nIqTk", "libkernel", 1, "libkernel", scePthreadRwlockTimedwrlock); + LIB_FUNCTION("XD3mDeybCnk", "libkernel", 1, "libkernel", scePthreadRwlockTryrdlock); + LIB_FUNCTION("bIHoZCTomsI", "libkernel", 1, "libkernel", scePthreadRwlockTrywrlock); + LIB_FUNCTION("+L98PIbGttk", "libkernel", 1, "libkernel", scePthreadRwlockUnlock); + LIB_FUNCTION("mqdNorrB+gI", "libkernel", 1, "libkernel", scePthreadRwlockWrlock); + LIB_FUNCTION("aI+OeCz8xrQ", "libkernel", 1, "libkernel", scePthreadSelf); + LIB_FUNCTION("Vwc+L05e6oE", "libkernel", 1, "libkernel", scePthreadSemDestroy); + LIB_FUNCTION("DjpBvGlaWbQ", "libkernel", 1, "libkernel", scePthreadSemGetvalue); + LIB_FUNCTION("GEnUkDZoUwY", "libkernel", 1, "libkernel", scePthreadSemInit); + LIB_FUNCTION("aishVAiFaYM", "libkernel", 1, "libkernel", scePthreadSemPost); + LIB_FUNCTION("fjN6NQHhK8k", "libkernel", 1, "libkernel", scePthreadSemTimedwait); + LIB_FUNCTION("H2a+IN9TP0E", "libkernel", 1, "libkernel", scePthreadSemTrywait); + LIB_FUNCTION("C36iRE0F5sE", "libkernel", 1, "libkernel", scePthreadSemWait); + LIB_FUNCTION("bt3CTBKmGyI", "libkernel", 1, "libkernel", scePthreadSetaffinity); + LIB_FUNCTION("i3tB6CuvHb4", "libkernel", 1, "libkernel", scePthreadSetBesteffort); + LIB_FUNCTION("OAmWq+OHSjw", "libkernel", 1, "libkernel", scePthreadSetcancelstate); + LIB_FUNCTION("sCJd99Phct0", "libkernel", 1, "libkernel", scePthreadSetcanceltype); + LIB_FUNCTION("gdnv6wF6hwI", "libkernel", 1, "libkernel", scePthreadSetconcurrency); + LIB_FUNCTION("oVZ+-KgZJGo", "libkernel", 1, "libkernel", scePthreadSetDefaultstacksize); + LIB_FUNCTION("XeTqw+0Zl10", "libkernel", 1, "libkernel", scePthreadSetName); + LIB_FUNCTION("W0Hpm2X0uPE", "libkernel", 1, "libkernel", scePthreadSetprio); + LIB_FUNCTION("oIRFTjoILbg", "libkernel", 1, "libkernel", scePthreadSetschedparam); + LIB_FUNCTION("+BzXYkqYeLE", "libkernel", 1, "libkernel", scePthreadSetspecific); + LIB_FUNCTION("OTb0kHrf1pE", "libkernel", 1, "libkernel", scePthreadSingle); + LIB_FUNCTION("ywmONkF81ok", "libkernel", 1, "libkernel", scePthreadSuspend); + LIB_FUNCTION("HlzHlgqiBo8", "libkernel", 1, "libkernel", scePthreadSuspendAll); + LIB_FUNCTION("LapIb799SSE", "libkernel", 1, "libkernel", scePthreadTestcancel); + LIB_FUNCTION("HLUSF4Oi7Pc", "libkernel", 1, "libkernel", scePthreadTimedjoin); + LIB_FUNCTION("T72hz6ffq08", "libkernel", 1, "libkernel", scePthreadYield); + LIB_FUNCTION("CBNtXOoef-E", "libkernel", 1, "libkernel", sched_get_priority_max); + LIB_FUNCTION("m0iS6jNsXds", "libkernel", 1, "libkernel", sched_get_priority_min); + LIB_FUNCTION("O6gKl8uvGyE", "libkernel", 1, "libkernel", sched_getparam); + LIB_FUNCTION("SD7oNCIQWvE", "libkernel", 1, "libkernel", sched_getscheduler); + LIB_FUNCTION("PrsRaaSO-X0", "libkernel", 1, "libkernel", sched_rr_get_interval); + LIB_FUNCTION("yawdym+zDvw", "libkernel", 1, "libkernel", sched_setparam); + LIB_FUNCTION("puT82CSQzDE", "libkernel", 1, "libkernel", sched_setscheduler); + LIB_FUNCTION("6XG4B33N09g", "libkernel", 1, "libkernel", sched_yield); + LIB_FUNCTION("T8fER+tIGgk", "libkernel", 1, "libkernel", select); + LIB_FUNCTION("5gXnxR+pdUo", "libkernel", 1, "libkernel", sem_close); + LIB_FUNCTION("cDW233RAwWo", "libkernel", 1, "libkernel", sem_destroy); + LIB_FUNCTION("Bq+LRV-N6Hk", "libkernel", 1, "libkernel", sem_getvalue); + LIB_FUNCTION("pDuPEf3m4fI", "libkernel", 1, "libkernel", sem_init); + LIB_FUNCTION("+P6FRnQJc1E", "libkernel", 1, "libkernel", sem_open); + LIB_FUNCTION("IKP8typ0QUk", "libkernel", 1, "libkernel", sem_post); + LIB_FUNCTION("4SbrhCozqQU", "libkernel", 1, "libkernel", sem_reltimedwait_np); + LIB_FUNCTION("-wUggz2S5yk", "libkernel", 1, "libkernel", sem_setname); + LIB_FUNCTION("w5IHyvahg-o", "libkernel", 1, "libkernel", sem_timedwait); + LIB_FUNCTION("WBWzsRifCEA", "libkernel", 1, "libkernel", sem_trywait); + LIB_FUNCTION("OiunYlyJUvc", "libkernel", 1, "libkernel", sem_unlink); + LIB_FUNCTION("YCV5dGGBcCo", "libkernel", 1, "libkernel", sem_wait); + LIB_FUNCTION("fZOeZIOEmLw", "libkernel", 1, "libkernel", send); + LIB_FUNCTION("YA0r4LCkfeY", "libkernel", 1, "libkernel", sendfile); + LIB_FUNCTION("aNeavPDNKzA", "libkernel", 1, "libkernel", sendmsg); + LIB_FUNCTION("oBr313PppNE", "libkernel", 1, "libkernel", sendto); + LIB_FUNCTION("mm0znr-xjqI", "libkernel", 1, "libkernel", set_phys_fmem_limit); + LIB_FUNCTION("2VRU7xiqLO8", "libkernel", 1, "libkernel", setcontext); + LIB_FUNCTION("4oKwKmeOKjM", "libkernel", 1, "libkernel", setegid); + LIB_FUNCTION("HTxb6gmexa0", "libkernel", 1, "libkernel", seteuid); + LIB_FUNCTION("M8VZ3iIlmyg", "libkernel", 1, "libkernel", setgroups); + LIB_FUNCTION("hPWDGx8ioXQ", "libkernel", 1, "libkernel", setitimer); + LIB_FUNCTION("TUC9xC1YQjs", "libkernel", 1, "libkernel", setpriority); + LIB_FUNCTION("ROILLZdYZPc", "libkernel", 1, "libkernel", setregid); + LIB_FUNCTION("6w8tPp+Yk6E", "libkernel", 1, "libkernel", setreuid); + LIB_FUNCTION("4X0QwvuCfjc", "libkernel", 1, "libkernel", setrlimit); + LIB_FUNCTION("fFxGkxF2bVo", "libkernel", 1, "libkernel", setsockopt); + LIB_FUNCTION("VdXIDAbJ3tQ", "libkernel", 1, "libkernel", settimeofday); + LIB_FUNCTION("JVmUZwK-HJU", "libkernel", 1, "libkernel", setuid); + LIB_FUNCTION("QuJYZ2KVGGQ", "libkernel", 1, "libkernel", shm_open); + LIB_FUNCTION("tPWsbOUGO8k", "libkernel", 1, "libkernel", shm_unlink); + LIB_FUNCTION("TUuiYS2kE8s", "libkernel", 1, "libkernel", shutdown); + LIB_FUNCTION("KiJEPEWRyUY", "libkernel", 1, "libkernel", sigaction); + LIB_FUNCTION("JUimFtKe0Kc", "libkernel", 1, "libkernel", sigaddset); + LIB_FUNCTION("sHziAegVp74", "libkernel", 1, "libkernel", sigaltstack); + LIB_FUNCTION("Nd-u09VFSCA", "libkernel", 1, "libkernel", sigdelset); + LIB_FUNCTION("+F7C-hdk7+E", "libkernel", 1, "libkernel", sigemptyset); + LIB_FUNCTION("VkTAsrZDcJ0", "libkernel", 1, "libkernel", sigfillset); + LIB_FUNCTION("JnNl8Xr-z4Y", "libkernel", 1, "libkernel", sigismember); + LIB_FUNCTION("pebqbE5ws8s", "libkernel", 1, "libkernel", siglongjmp); + LIB_FUNCTION("VADc3MNQ3cM", "libkernel", 1, "libkernel", signal); + LIB_FUNCTION("hpoDTzy9Yy0", "libkernel", 1, "libkernel", sigpending); + LIB_FUNCTION("aPcyptbOiZs", "libkernel", 1, "libkernel", sigprocmask); + LIB_FUNCTION("TJG6tf+yJlY", "libkernel", 1, "libkernel", sigqueue); + LIB_FUNCTION("mo0bFmWppIw", "libkernel", 1, "libkernel", sigreturn); + LIB_FUNCTION("aRo9AhFUXcM", "libkernel", 1, "libkernel", sigsetjmp); + LIB_FUNCTION("KZ-4qlqlpmo", "libkernel", 1, "libkernel", sigsuspend); + LIB_FUNCTION("D2-dIoJ0ZtE", "libkernel", 1, "libkernel", sigtimedwait); + LIB_FUNCTION("mrbHXqK8wkg", "libkernel", 1, "libkernel", sigwait); + LIB_FUNCTION("Uq5BGthgbl4", "libkernel", 1, "libkernel", sigwaitinfo); + LIB_FUNCTION("0wu33hunNdE", "libkernel", 1, "libkernel", sleep); + LIB_FUNCTION("TU-d9PfIHPM", "libkernel", 1, "libkernel", socket); + LIB_FUNCTION("MZb0GKT3mo8", "libkernel", 1, "libkernel", socketpair); + LIB_FUNCTION("E6ao34wPw+U", "libkernel", 1, "libkernel", stat); + LIB_FUNCTION("EXH1U-UBywI", "libkernel", 1, "libkernel", swapcontext); + LIB_FUNCTION("Y2OqwJQ3lr8", "libkernel", 1, "libkernel", sync); + LIB_FUNCTION("b7uXQmnfB2s", "libkernel", 1, "libkernel", sysarch); + LIB_FUNCTION("mkawd0NA9ts", "libkernel", 1, "libkernel", sysconf); + LIB_FUNCTION("DFmMT80xcNI", "libkernel", 1, "libkernel", sysctl); + LIB_FUNCTION("MhC53TKmjVA", "libkernel", 1, "libkernel", sysctlbyname); + LIB_FUNCTION("UkEV4hvMo1E", "libkernel", 1, "libkernel", sysctlnametomib); + LIB_FUNCTION("EIZbVQs381s", "libkernel", 1, "libkernel", sysKernelGetIntdevModeForRcmgr); + LIB_FUNCTION("7dulKcLcwHI", "libkernel", 1, "libkernel", sysKernelGetLowerLimitSysexVersion); + LIB_FUNCTION("MMSo+k+Wp0Y", "libkernel", 1, "libkernel", sysKernelGetLowerLimitUpdVersion); + LIB_FUNCTION("6jj29MbyzuI", "libkernel", 1, "libkernel", sysKernelGetManufacturingMode); + LIB_FUNCTION("1U-s6o8XOcE", "libkernel", 1, "libkernel", sysKernelGetUpdVersion); + LIB_FUNCTION("Jc6E7N+dHz0", "libkernel", 1, "libkernel", system); + LIB_FUNCTION("brGGJWsZauw", "libkernel", 1, "libkernel", tcdrain); + LIB_FUNCTION("OG8xRaGIpqk", "libkernel", 1, "libkernel", tcflow); + LIB_FUNCTION("FxHW5NuEXsY", "libkernel", 1, "libkernel", tcflush); + LIB_FUNCTION("5kBfZ40bAuk", "libkernel", 1, "libkernel", tcgetattr); + LIB_FUNCTION("5OEl1mRhUm0", "libkernel", 1, "libkernel", tcgetpgrp); + LIB_FUNCTION("7ga3x+36xrU", "libkernel", 1, "libkernel", tcgetsid); + LIB_FUNCTION("vXE-dIUIZlE", "libkernel", 1, "libkernel", tcsendbreak); + LIB_FUNCTION("La7xW-jcZwQ", "libkernel", 1, "libkernel", tcsetattr); + LIB_FUNCTION("YMuesZTyTl4", "libkernel", 1, "libkernel", tcsetpgrp); + LIB_FUNCTION("S76vfDNu6eI", "libkernel", 1, "libkernel", tcsetsid); + LIB_FUNCTION("ayrtszI7GBg", "libkernel", 1, "libkernel", truncate); + LIB_FUNCTION("VAzswvTOCzI", "libkernel", 1, "libkernel", unlink); + LIB_FUNCTION("QcteRwbsnV0", "libkernel", 1, "libkernel", usleep); + LIB_FUNCTION("GDuV00CHrUg", "libkernel", 1, "libkernel", utimes); + LIB_FUNCTION("PlmVIwQdarI", "libkernel", 1, "libkernel", uuidgen); + LIB_FUNCTION("ldVb3lc75PE", "libkernel", 1, "libkernel", wait); + LIB_FUNCTION("NKF4F8SQyx4", "libkernel", 1, "libkernel", wait3); + LIB_FUNCTION("dTnYqqLIQ6c", "libkernel", 1, "libkernel", waitpid); + LIB_FUNCTION("FN4gaPmuFV8", "libkernel", 1, "libkernel", write); + LIB_FUNCTION("Z2aKdxzS4KE", "libkernel", 1, "libkernel", writev); + LIB_FUNCTION("N94a0T4F4+U", "libkernel", 1, "libkernel", Func_37DE1AD13E05E3E5); + LIB_FUNCTION("cafDxa64sO4", "libkernel", 1, "libkernel", Func_71A7C3C5AEB8B0EE); + LIB_FUNCTION("gpgi-GwE2Is", "libkernel", 1, "libkernel", Func_829822FC6C04D88B); + LIB_FUNCTION("hmqw8GlN+tI", "libkernel", 1, "libkernel", Func_866AB0F0694DFAD2); + LIB_FUNCTION("jMuNoBRCPUg", "libkernel", 1, "libkernel", Func_8CCB8DA014423D48); + LIB_FUNCTION("qtHOLtFWq7Y", "libkernel", 1, "libkernel", Func_AAD1CE2ED156ABB6); + LIB_FUNCTION("uV+YilcHqAs", "libkernel", 1, "libkernel", Func_B95F988A5707A80B); + LIB_FUNCTION("vfYaxkxnJXQ", "libkernel", 1, "libkernel", Func_BDF61AC64C672574); + LIB_FUNCTION("v+qTlNjF6kE", "libkernel", 1, "libkernel", Func_BFEA9394D8C5EA41); + LIB_FUNCTION("x0DQK0TXDk0", "libkernel", 1, "libkernel", Func_C740D02B44D70E4D); + LIB_FUNCTION("1v23w7Rnkic", "libkernel", 1, "libkernel", Func_D6FDB7C3B4679227); + LIB_FUNCTION("2wKjID0iGVM", "libkernel", 1, "libkernel", Func_DB02A3203D221953); + LIB_FUNCTION("2xg4JXvaJ6k", "libkernel", 1, "libkernel", Func_DB1838257BDA27A9); + LIB_FUNCTION("-PNB3tfnD8c", "libkernel", 1, "libkernel", Func_FCF341DED7E70FC7); + LIB_FUNCTION("-uPq82VbRMI", "libkernel", 1, "libkernel", Func_FEE3EAF3655B44C2); + LIB_FUNCTION("usHTMoFoBTM", "libkernel_dmem_aliasing", 1, "libkernel", + sceKernelEnableDmemAliasing); + LIB_FUNCTION("MR221Mwo0Pc", "libkernel_ps2emu", 1, "libkernel", + sceKernelJitCreateAliasOfSharedMemory); + LIB_FUNCTION("avvJ3J0H0EY", "libkernel_ps2emu", 1, "libkernel", + sceKernelJitCreateSharedMemory); + LIB_FUNCTION("9yxlvURJU6U", "libkernel_ps2emu", 1, "libkernel", + sceKernelJitGetSharedMemoryInfo); + LIB_FUNCTION("YKT49TOLQWs", "libkernel_ps2emu", 1, "libkernel", sceKernelJitMapSharedMemory); + LIB_FUNCTION("MZb0GKT3mo8", "libkernel_ps2emu", 1, "libkernel", socketpair); + LIB_FUNCTION("aNz11fnnzi4", "libkernel_avlfmem", 1, "libkernel", sceKernelAvailableFlexibleMemorySize); - LIB_FUNCTION("NhL5qID2iho", "libkernel_cpumode", 1, "libkernel", 1, 1, - sceKernelAddCpumodeEvent); - LIB_FUNCTION("OwjivtyfODU", "libkernel_cpumode", 1, "libkernel", 1, 1, - sceKernelDeleteCpumodeEvent); - LIB_FUNCTION("VOx8NGmHXTs", "libkernel_cpumode", 1, "libkernel", 1, 1, sceKernelGetCpumode); - LIB_FUNCTION("VjBtg5Btl94", "libkernel_cpumode", 1, "libkernel", 1, 1, sceKernelSetFsstParam); - LIB_FUNCTION("BtJ3gH33xss", "libkernel_cpumode", 1, "libkernel", 1, 1, sceKernelYieldCpumode); - LIB_FUNCTION("ClMdHuu+R1A", "libkernel_module_extension", 1, "libkernel", 1, 1, - Func_0A531D1EEBBE4750); - LIB_FUNCTION("QgsKEUfkqMA", "libkernel_module_info", 1, "libkernel", 1, 1, - sceKernelGetModuleInfo2); - LIB_FUNCTION("ZzzC3ZGVAkc", "libkernel_module_info", 1, "libkernel", 1, 1, - sceKernelGetModuleList2); - LIB_FUNCTION("3e+4Iv7IJ8U", "libScePosix", 1, "libkernel", 1, 1, accept); - LIB_FUNCTION("KuOmgKoqCdY", "libScePosix", 1, "libkernel", 1, 1, bind); - LIB_FUNCTION("ixrw0h2tWuI", "libScePosix", 1, "libkernel", 1, 1, chflags); - LIB_FUNCTION("z0dtnPxYgtg", "libScePosix", 1, "libkernel", 1, 1, chmod); - LIB_FUNCTION("smIj7eqzZE8", "libScePosix", 1, "libkernel", 1, 1, clock_getres); - LIB_FUNCTION("lLMT9vJAck0", "libScePosix", 1, "libkernel", 1, 1, clock_gettime); - LIB_FUNCTION("bY-PO6JhzhQ", "libScePosix", 1, "libkernel", 1, 1, close); - LIB_FUNCTION("XVL8So3QJUk", "libScePosix", 1, "libkernel", 1, 1, connect); - LIB_FUNCTION("5AMS0IntU8I", "libScePosix", 1, "libkernel", 1, 1, creat); - LIB_FUNCTION("UJrQCyYpyic", "libScePosix", 1, "libkernel", 1, 1, fchflags); - LIB_FUNCTION("n01yNbQO5W4", "libScePosix", 1, "libkernel", 1, 1, fchmod); - LIB_FUNCTION("8nY19bKoiZk", "libScePosix", 1, "libkernel", 1, 1, fcntl); - LIB_FUNCTION("9eMlfusH4sU", "libScePosix", 1, "libkernel", 1, 1, flock); - LIB_FUNCTION("mqQMh1zPPT8", "libScePosix", 1, "libkernel", 1, 1, fstat); - LIB_FUNCTION("juWbTNM+8hw", "libScePosix", 1, "libkernel", 1, 1, fsync); - LIB_FUNCTION("ih4CD9-gghM", "libScePosix", 1, "libkernel", 1, 1, ftruncate); - LIB_FUNCTION("+0EDo7YzcoU", "libScePosix", 1, "libkernel", 1, 1, futimes); - LIB_FUNCTION("dar03AOn+nM", "libScePosix", 1, "libkernel", 1, 1, getcontext); - LIB_FUNCTION("2G6i6hMIUUY", "libScePosix", 1, "libkernel", 1, 1, getdents); - LIB_FUNCTION("f09KvIPy-QY", "libScePosix", 1, "libkernel", 1, 1, getdirentries); - LIB_FUNCTION("sZuwaDPATKs", "libScePosix", 1, "libkernel", 1, 1, getdtablesize); - LIB_FUNCTION("k+AXqu2-eBc", "libScePosix", 1, "libkernel", 1, 1, getpagesize); - LIB_FUNCTION("TXFFFiNldU8", "libScePosix", 1, "libkernel", 1, 1, getpeername); - LIB_FUNCTION("HoLVWNanBBc", "libScePosix", 1, "libkernel", 1, 1, getpid); - LIB_FUNCTION("RenI1lL1WFk", "libScePosix", 1, "libkernel", 1, 1, getsockname); - LIB_FUNCTION("6O8EwYOgH9Y", "libScePosix", 1, "libkernel", 1, 1, getsockopt); - LIB_FUNCTION("n88vx3C5nW8", "libScePosix", 1, "libkernel", 1, 1, gettimeofday); - LIB_FUNCTION("K1S8oc61xiM", "libScePosix", 1, "libkernel", 1, 1, htonl); - LIB_FUNCTION("jogUIsOV3-U", "libScePosix", 1, "libkernel", 1, 1, htons); - LIB_FUNCTION("5jRCs2axtr4", "libScePosix", 1, "libkernel", 1, 1, inet_ntop); - LIB_FUNCTION("4n51s0zEf0c", "libScePosix", 1, "libkernel", 1, 1, inet_pton); - LIB_FUNCTION("RW-GEfpnsqg", "libScePosix", 1, "libkernel", 1, 1, kevent); - LIB_FUNCTION("nh2IFMgKTv8", "libScePosix", 1, "libkernel", 1, 1, kqueue); - LIB_FUNCTION("pxnCmagrtao", "libScePosix", 1, "libkernel", 1, 1, listen); - LIB_FUNCTION("Oy6IpwgtYOk", "libScePosix", 1, "libkernel", 1, 1, lseek); - LIB_FUNCTION("Jahsnh4KKkg", "libScePosix", 1, "libkernel", 1, 1, madvise); - LIB_FUNCTION("JGMio+21L4c", "libScePosix", 1, "libkernel", 1, 1, mkdir); - LIB_FUNCTION("mTBZfEal2Bw", "libScePosix", 1, "libkernel", 1, 1, mlock); - LIB_FUNCTION("x7g7Ebeo8-U", "libScePosix", 1, "libkernel", 1, 1, mlockall); - LIB_FUNCTION("BPE9s9vQQXo", "libScePosix", 1, "libkernel", 1, 1, mmap); - LIB_FUNCTION("YQOfxL4QfeU", "libScePosix", 1, "libkernel", 1, 1, mprotect); - LIB_FUNCTION("tZY4+SZNFhA", "libScePosix", 1, "libkernel", 1, 1, msync); - LIB_FUNCTION("OG4RsDwLguo", "libScePosix", 1, "libkernel", 1, 1, munlock); - LIB_FUNCTION("NpLBpgVV7PU", "libScePosix", 1, "libkernel", 1, 1, munlockall); - LIB_FUNCTION("UqDGjXA5yUM", "libScePosix", 1, "libkernel", 1, 1, munmap); - LIB_FUNCTION("yS8U2TGCe1A", "libScePosix", 1, "libkernel", 1, 1, nanosleep); - LIB_FUNCTION("jct5WjixLgk", "libScePosix", 1, "libkernel", 1, 1, ntohl); - LIB_FUNCTION("oLFi+HuZ7hY", "libScePosix", 1, "libkernel", 1, 1, ntohs); - LIB_FUNCTION("wuCroIGjt2g", "libScePosix", 1, "libkernel", 1, 1, open); - LIB_FUNCTION("ezv-RSBNKqI", "libScePosix", 1, "libkernel", 1, 1, pread); - LIB_FUNCTION("ZaRzaapAZwM", "libScePosix", 1, "libkernel", 1, 1, preadv); - LIB_FUNCTION("zHchY8ft5pk", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_destroy); - LIB_FUNCTION("Ucsu-OK+els", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_get_np); - LIB_FUNCTION("VUT1ZSrHT0I", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_getdetachstate); - LIB_FUNCTION("JNkVVsVDmOk", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_getguardsize); - LIB_FUNCTION("oLjPqUKhzes", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_getinheritsched); - LIB_FUNCTION("qlk9pSLsUmM", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_getschedparam); - LIB_FUNCTION("RtLRV-pBTTY", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_getschedpolicy); - LIB_FUNCTION("e2G+cdEkOmU", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_getscope); - LIB_FUNCTION("vQm4fDEsWi8", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_getstack); - LIB_FUNCTION("DxmIMUQ-wXY", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_getstackaddr); - LIB_FUNCTION("0qOtCR-ZHck", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_getstacksize); - LIB_FUNCTION("wtkt-teR1so", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_init); - LIB_FUNCTION("E+tyo3lp5Lw", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_setdetachstate); - LIB_FUNCTION("JKyG3SWyA10", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_setguardsize); - LIB_FUNCTION("7ZlAakEf0Qg", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_setinheritsched); - LIB_FUNCTION("euKRgm0Vn2M", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_setschedparam); - LIB_FUNCTION("JarMIy8kKEY", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_setschedpolicy); - LIB_FUNCTION("xesmlSI-KCI", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_setscope); - LIB_FUNCTION("-SrbXpGR1f0", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_setstack); - LIB_FUNCTION("suCrEbr0xIQ", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_setstackaddr); - LIB_FUNCTION("2Q0z6rnBrTE", "libScePosix", 1, "libkernel", 1, 1, pthread_attr_setstacksize); - LIB_FUNCTION("+Pqub9HZCPo", "libScePosix", 1, "libkernel", 1, 1, pthread_barrier_destroy); - LIB_FUNCTION("ZsXLFtd2jqQ", "libScePosix", 1, "libkernel", 1, 1, pthread_barrier_init); - LIB_FUNCTION("CawZgCYqXWk", "libScePosix", 1, "libkernel", 1, 1, pthread_barrier_wait); - LIB_FUNCTION("AsCQCYTbe80", "libScePosix", 1, "libkernel", 1, 1, pthread_barrierattr_destroy); - LIB_FUNCTION("a5JZMyjFV68", "libScePosix", 1, "libkernel", 1, 1, - pthread_barrierattr_getpshared); - LIB_FUNCTION("4nqCnLJSvck", "libScePosix", 1, "libkernel", 1, 1, pthread_barrierattr_init); - LIB_FUNCTION("jqrGJJxFhmU", "libScePosix", 1, "libkernel", 1, 1, - pthread_barrierattr_setpshared); - LIB_FUNCTION("0D4-FVvEikw", "libScePosix", 1, "libkernel", 1, 1, pthread_cancel); - LIB_FUNCTION("RVxb0Ssa5t0", "libScePosix", 1, "libkernel", 1, 1, pthread_cleanup_pop); - LIB_FUNCTION("4ZeZWcMsAV0", "libScePosix", 1, "libkernel", 1, 1, pthread_cleanup_push); - LIB_FUNCTION("mkx2fVhNMsg", "libScePosix", 1, "libkernel", 1, 1, pthread_cond_broadcast); - LIB_FUNCTION("RXXqi4CtF8w", "libScePosix", 1, "libkernel", 1, 1, pthread_cond_destroy); - LIB_FUNCTION("0TyVk4MSLt0", "libScePosix", 1, "libkernel", 1, 1, pthread_cond_init); - LIB_FUNCTION("2MOy+rUfuhQ", "libScePosix", 1, "libkernel", 1, 1, pthread_cond_signal); - LIB_FUNCTION("CI6Qy73ae10", "libScePosix", 1, "libkernel", 1, 1, pthread_cond_signalto_np); - LIB_FUNCTION("27bAgiJmOh0", "libScePosix", 1, "libkernel", 1, 1, pthread_cond_timedwait); - LIB_FUNCTION("Op8TBGY5KHg", "libScePosix", 1, "libkernel", 1, 1, pthread_cond_wait); - LIB_FUNCTION("dJcuQVn6-Iw", "libScePosix", 1, "libkernel", 1, 1, pthread_condattr_destroy); - LIB_FUNCTION("cTDYxTUNPhM", "libScePosix", 1, "libkernel", 1, 1, pthread_condattr_getclock); - LIB_FUNCTION("h0qUqSuOmC8", "libScePosix", 1, "libkernel", 1, 1, pthread_condattr_getpshared); - LIB_FUNCTION("mKoTx03HRWA", "libScePosix", 1, "libkernel", 1, 1, pthread_condattr_init); - LIB_FUNCTION("EjllaAqAPZo", "libScePosix", 1, "libkernel", 1, 1, pthread_condattr_setclock); - LIB_FUNCTION("3BpP850hBT4", "libScePosix", 1, "libkernel", 1, 1, pthread_condattr_setpshared); - LIB_FUNCTION("OxhIB8LB-PQ", "libScePosix", 1, "libkernel", 1, 1, pthread_create); - LIB_FUNCTION("Jmi+9w9u0E4", "libScePosix", 1, "libkernel", 1, 1, pthread_create_name_np); - LIB_FUNCTION("+U1R4WtXvoc", "libScePosix", 1, "libkernel", 1, 1, pthread_detach); - LIB_FUNCTION("7Xl257M4VNI", "libScePosix", 1, "libkernel", 1, 1, pthread_equal); - LIB_FUNCTION("FJrT5LuUBAU", "libScePosix", 1, "libkernel", 1, 1, pthread_exit); - LIB_FUNCTION("s+QHU9RLHS4", "libScePosix", 1, "libkernel", 1, 1, pthread_getconcurrency); - LIB_FUNCTION("nnoxZUHK+SA", "libScePosix", 1, "libkernel", 1, 1, pthread_getcpuclockid); - LIB_FUNCTION("9HzfhdtESio", "libScePosix", 1, "libkernel", 1, 1, pthread_getname_np); - LIB_FUNCTION("aO+WS2xWuo4", "libScePosix", 1, "libkernel", 1, 1, pthread_getprio); - LIB_FUNCTION("FIs3-UQT9sg", "libScePosix", 1, "libkernel", 1, 1, pthread_getschedparam); - LIB_FUNCTION("0-KXaS70xy4", "libScePosix", 1, "libkernel", 1, 1, pthread_getspecific); - LIB_FUNCTION("h9CcP3J0oVM", "libScePosix", 1, "libkernel", 1, 1, pthread_join); - LIB_FUNCTION("mqULNdimTn0", "libScePosix", 1, "libkernel", 1, 1, pthread_key_create); - LIB_FUNCTION("6BpEZuDT7YI", "libScePosix", 1, "libkernel", 1, 1, pthread_key_delete); - LIB_FUNCTION("ltCfaGr2JGE", "libScePosix", 1, "libkernel", 1, 1, pthread_mutex_destroy); - LIB_FUNCTION("itv-U5mFPso", "libScePosix", 1, "libkernel", 1, 1, pthread_mutex_getprioceiling); - LIB_FUNCTION("ttHNfU+qDBU", "libScePosix", 1, "libkernel", 1, 1, pthread_mutex_init); - LIB_FUNCTION("7H0iTOciTLo", "libScePosix", 1, "libkernel", 1, 1, pthread_mutex_lock); - LIB_FUNCTION("XS3kGVt4q+4", "libScePosix", 1, "libkernel", 1, 1, pthread_mutex_setprioceiling); - LIB_FUNCTION("Io9+nTKXZtA", "libScePosix", 1, "libkernel", 1, 1, pthread_mutex_timedlock); - LIB_FUNCTION("K-jXhbt2gn4", "libScePosix", 1, "libkernel", 1, 1, pthread_mutex_trylock); - LIB_FUNCTION("2Z+PpY6CaJg", "libScePosix", 1, "libkernel", 1, 1, pthread_mutex_unlock); - LIB_FUNCTION("HF7lK46xzjY", "libScePosix", 1, "libkernel", 1, 1, pthread_mutexattr_destroy); - LIB_FUNCTION("+m8+quqOwhM", "libScePosix", 1, "libkernel", 1, 1, - pthread_mutexattr_getprioceiling); - LIB_FUNCTION("yDaWxUE50s0", "libScePosix", 1, "libkernel", 1, 1, - pthread_mutexattr_getprotocol); - LIB_FUNCTION("PmL-TwKUzXI", "libScePosix", 1, "libkernel", 1, 1, pthread_mutexattr_getpshared); - LIB_FUNCTION("GZFlI7RhuQo", "libScePosix", 1, "libkernel", 1, 1, pthread_mutexattr_gettype); - LIB_FUNCTION("dQHWEsJtoE4", "libScePosix", 1, "libkernel", 1, 1, pthread_mutexattr_init); - LIB_FUNCTION("ZLvf6lVAc4M", "libScePosix", 1, "libkernel", 1, 1, - pthread_mutexattr_setprioceiling); - LIB_FUNCTION("5txKfcMUAok", "libScePosix", 1, "libkernel", 1, 1, - pthread_mutexattr_setprotocol); - LIB_FUNCTION("EXv3ztGqtDM", "libScePosix", 1, "libkernel", 1, 1, pthread_mutexattr_setpshared); - LIB_FUNCTION("mDmgMOGVUqg", "libScePosix", 1, "libkernel", 1, 1, pthread_mutexattr_settype); - LIB_FUNCTION("Z4QosVuAsA0", "libScePosix", 1, "libkernel", 1, 1, pthread_once); - LIB_FUNCTION("9vyP6Z7bqzc", "libScePosix", 1, "libkernel", 1, 1, pthread_rename_np); - LIB_FUNCTION("1471ajPzxh0", "libScePosix", 1, "libkernel", 1, 1, pthread_rwlock_destroy); - LIB_FUNCTION("ytQULN-nhL4", "libScePosix", 1, "libkernel", 1, 1, pthread_rwlock_init); - LIB_FUNCTION("iGjsr1WAtI0", "libScePosix", 1, "libkernel", 1, 1, pthread_rwlock_rdlock); - LIB_FUNCTION("lb8lnYo-o7k", "libScePosix", 1, "libkernel", 1, 1, pthread_rwlock_timedrdlock); - LIB_FUNCTION("9zklzAl9CGM", "libScePosix", 1, "libkernel", 1, 1, pthread_rwlock_timedwrlock); - LIB_FUNCTION("SFxTMOfuCkE", "libScePosix", 1, "libkernel", 1, 1, pthread_rwlock_tryrdlock); - LIB_FUNCTION("XhWHn6P5R7U", "libScePosix", 1, "libkernel", 1, 1, pthread_rwlock_trywrlock); - LIB_FUNCTION("EgmLo6EWgso", "libScePosix", 1, "libkernel", 1, 1, pthread_rwlock_unlock); - LIB_FUNCTION("sIlRvQqsN2Y", "libScePosix", 1, "libkernel", 1, 1, pthread_rwlock_wrlock); - LIB_FUNCTION("qsdmgXjqSgk", "libScePosix", 1, "libkernel", 1, 1, pthread_rwlockattr_destroy); - LIB_FUNCTION("VqEMuCv-qHY", "libScePosix", 1, "libkernel", 1, 1, - pthread_rwlockattr_getpshared); - LIB_FUNCTION("l+bG5fsYkhg", "libScePosix", 1, "libkernel", 1, 1, - pthread_rwlockattr_gettype_np); - LIB_FUNCTION("xFebsA4YsFI", "libScePosix", 1, "libkernel", 1, 1, pthread_rwlockattr_init); - LIB_FUNCTION("OuKg+kRDD7U", "libScePosix", 1, "libkernel", 1, 1, - pthread_rwlockattr_setpshared); - LIB_FUNCTION("8NuOHiTr1Vw", "libScePosix", 1, "libkernel", 1, 1, - pthread_rwlockattr_settype_np); - LIB_FUNCTION("EotR8a3ASf4", "libScePosix", 1, "libkernel", 1, 1, pthread_self); - LIB_FUNCTION("lZzFeSxPl08", "libScePosix", 1, "libkernel", 1, 1, pthread_setcancelstate); - LIB_FUNCTION("2dEhvvjlq30", "libScePosix", 1, "libkernel", 1, 1, pthread_setcanceltype); - LIB_FUNCTION("fBG1gHx1RlI", "libScePosix", 1, "libkernel", 1, 1, pthread_setconcurrency); - LIB_FUNCTION("a2P9wYGeZvc", "libScePosix", 1, "libkernel", 1, 1, pthread_setprio); - LIB_FUNCTION("Xs9hdiD7sAA", "libScePosix", 1, "libkernel", 1, 1, pthread_setschedparam); - LIB_FUNCTION("WrOLvHU0yQM", "libScePosix", 1, "libkernel", 1, 1, pthread_setspecific); - LIB_FUNCTION("JZKw5+Wrnaw", "libScePosix", 1, "libkernel", 1, 1, pthread_sigmask); - LIB_FUNCTION("nYBrkGDqxh8", "libScePosix", 1, "libkernel", 1, 1, pthread_testcancel); - LIB_FUNCTION("B5GmVDKwpn0", "libScePosix", 1, "libkernel", 1, 1, pthread_yield); - LIB_FUNCTION("C2kJ-byS5rM", "libScePosix", 1, "libkernel", 1, 1, pwrite); - LIB_FUNCTION("FCcmRZhWtOk", "libScePosix", 1, "libkernel", 1, 1, pwritev); - LIB_FUNCTION("AqBioC2vF3I", "libScePosix", 1, "libkernel", 1, 1, read); - LIB_FUNCTION("I7ImcLds-uU", "libScePosix", 1, "libkernel", 1, 1, readv); - LIB_FUNCTION("Ez8xjo9UF4E", "libScePosix", 1, "libkernel", 1, 1, recv); - LIB_FUNCTION("lUk6wrGXyMw", "libScePosix", 1, "libkernel", 1, 1, recvfrom); - LIB_FUNCTION("hI7oVeOluPM", "libScePosix", 1, "libkernel", 1, 1, recvmsg); - LIB_FUNCTION("NN01qLRhiqU", "libScePosix", 1, "libkernel", 1, 1, rename); - LIB_FUNCTION("c7ZnT7V1B98", "libScePosix", 1, "libkernel", 1, 1, rmdir); - LIB_FUNCTION("CBNtXOoef-E", "libScePosix", 1, "libkernel", 1, 1, sched_get_priority_max); - LIB_FUNCTION("m0iS6jNsXds", "libScePosix", 1, "libkernel", 1, 1, sched_get_priority_min); - LIB_FUNCTION("O6gKl8uvGyE", "libScePosix", 1, "libkernel", 1, 1, sched_getparam); - LIB_FUNCTION("yawdym+zDvw", "libScePosix", 1, "libkernel", 1, 1, sched_setparam); - LIB_FUNCTION("6XG4B33N09g", "libScePosix", 1, "libkernel", 1, 1, sched_yield); - LIB_FUNCTION("T8fER+tIGgk", "libScePosix", 1, "libkernel", 1, 1, select); - LIB_FUNCTION("cDW233RAwWo", "libScePosix", 1, "libkernel", 1, 1, sem_destroy); - LIB_FUNCTION("Bq+LRV-N6Hk", "libScePosix", 1, "libkernel", 1, 1, sem_getvalue); - LIB_FUNCTION("pDuPEf3m4fI", "libScePosix", 1, "libkernel", 1, 1, sem_init); - LIB_FUNCTION("IKP8typ0QUk", "libScePosix", 1, "libkernel", 1, 1, sem_post); - LIB_FUNCTION("4SbrhCozqQU", "libScePosix", 1, "libkernel", 1, 1, sem_reltimedwait_np); - LIB_FUNCTION("w5IHyvahg-o", "libScePosix", 1, "libkernel", 1, 1, sem_timedwait); - LIB_FUNCTION("WBWzsRifCEA", "libScePosix", 1, "libkernel", 1, 1, sem_trywait); - LIB_FUNCTION("OiunYlyJUvc", "libScePosix", 1, "libkernel", 1, 1, sem_unlink); - LIB_FUNCTION("YCV5dGGBcCo", "libScePosix", 1, "libkernel", 1, 1, sem_wait); - LIB_FUNCTION("fZOeZIOEmLw", "libScePosix", 1, "libkernel", 1, 1, send); - LIB_FUNCTION("aNeavPDNKzA", "libScePosix", 1, "libkernel", 1, 1, sendmsg); - LIB_FUNCTION("oBr313PppNE", "libScePosix", 1, "libkernel", 1, 1, sendto); - LIB_FUNCTION("2VRU7xiqLO8", "libScePosix", 1, "libkernel", 1, 1, setcontext); - LIB_FUNCTION("fFxGkxF2bVo", "libScePosix", 1, "libkernel", 1, 1, setsockopt); - LIB_FUNCTION("TUuiYS2kE8s", "libScePosix", 1, "libkernel", 1, 1, shutdown); - LIB_FUNCTION("0wu33hunNdE", "libScePosix", 1, "libkernel", 1, 1, sleep); - LIB_FUNCTION("TU-d9PfIHPM", "libScePosix", 1, "libkernel", 1, 1, socket); - LIB_FUNCTION("E6ao34wPw+U", "libScePosix", 1, "libkernel", 1, 1, stat); - LIB_FUNCTION("EXH1U-UBywI", "libScePosix", 1, "libkernel", 1, 1, swapcontext); - LIB_FUNCTION("Y2OqwJQ3lr8", "libScePosix", 1, "libkernel", 1, 1, sync); - LIB_FUNCTION("ayrtszI7GBg", "libScePosix", 1, "libkernel", 1, 1, truncate); - LIB_FUNCTION("VAzswvTOCzI", "libScePosix", 1, "libkernel", 1, 1, unlink); - LIB_FUNCTION("QcteRwbsnV0", "libScePosix", 1, "libkernel", 1, 1, usleep); - LIB_FUNCTION("GDuV00CHrUg", "libScePosix", 1, "libkernel", 1, 1, utimes); - LIB_FUNCTION("FN4gaPmuFV8", "libScePosix", 1, "libkernel", 1, 1, write); - LIB_FUNCTION("Z2aKdxzS4KE", "libScePosix", 1, "libkernel", 1, 1, writev); - LIB_FUNCTION("mpxAdqW7dKY", "libkernel_cpumode_platform", 1, "libkernel", 1, 1, - sceKernelIsProspero); - LIB_FUNCTION("WkwEd3N7w0Y", "libkernel_unity", 1, "libkernel", 1, 1, + LIB_FUNCTION("NhL5qID2iho", "libkernel_cpumode", 1, "libkernel", sceKernelAddCpumodeEvent); + LIB_FUNCTION("OwjivtyfODU", "libkernel_cpumode", 1, "libkernel", sceKernelDeleteCpumodeEvent); + LIB_FUNCTION("VOx8NGmHXTs", "libkernel_cpumode", 1, "libkernel", sceKernelGetCpumode); + LIB_FUNCTION("VjBtg5Btl94", "libkernel_cpumode", 1, "libkernel", sceKernelSetFsstParam); + LIB_FUNCTION("BtJ3gH33xss", "libkernel_cpumode", 1, "libkernel", sceKernelYieldCpumode); + LIB_FUNCTION("YJ7JscWubcU", "libkernel_exception", 1, "libkernel", + sceKernelAddGpuExceptionEvent); + LIB_FUNCTION("xRwvvcfZfHM", "libkernel_exception", 1, "libkernel", sceKernelBacktraceSelf); + LIB_FUNCTION("8skggWXlSqM", "libkernel_exception", 1, "libkernel", + sceKernelDeleteGpuExceptionEvent); + LIB_FUNCTION("WkwEd3N7w0Y", "libkernel_exception", 1, "libkernel", sceKernelInstallExceptionHandler); - LIB_FUNCTION("il03nluKfMk", "libkernel_unity", 1, "libkernel", 1, 1, sceKernelRaiseException); - LIB_FUNCTION("Qhv5ARAoOEc", "libkernel_unity", 1, "libkernel", 1, 1, + LIB_FUNCTION("Qhv5ARAoOEc", "libkernel_exception", 1, "libkernel", sceKernelRemoveExceptionHandler); - LIB_FUNCTION("usHTMoFoBTM", "libkernel_dmem_aliasing", 1, "libkernel", 1, 1, + LIB_FUNCTION("mpxAdqW7dKY", "libkernel_cpumode_platform", 1, "libkernel", sceKernelIsProspero); + LIB_FUNCTION("usHTMoFoBTM", "libkernel_dmem_aliasing2", 1, "libkernel", sceKernelEnableDmemAliasing); - LIB_FUNCTION("2SKEx6bSq-4", "libkernel_pre250mmap", 1, "libkernel", 1, 1, sceKernelBatchMap); - LIB_FUNCTION("L-Q3LEjIbgA", "libkernel_pre250mmap", 1, "libkernel", 1, 1, - sceKernelMapDirectMemory); - LIB_FUNCTION("NcaWUxfMNIQ", "libkernel_pre250mmap", 1, "libkernel", 1, 1, - sceKernelMapNamedDirectMemory); - LIB_FUNCTION("usHTMoFoBTM", "libkernel_dmem_aliasing2", 1, "libkernel", 1, 1, - sceKernelEnableDmemAliasing); - LIB_FUNCTION("usHTMoFoBTM", "libkernel_dmem_aliasing2_for_dev", 1, "libkernel", 1, 1, + LIB_FUNCTION("usHTMoFoBTM", "libkernel_dmem_aliasing2_for_dev", 1, "libkernel", sceKernelEnableDmemAliasing); - LIB_FUNCTION("YJ7JscWubcU", "libkernel_exception", 1, "libkernel", 1, 1, - sceKernelAddGpuExceptionEvent); - LIB_FUNCTION("xRwvvcfZfHM", "libkernel_exception", 1, "libkernel", 1, 1, - sceKernelBacktraceSelf); - LIB_FUNCTION("8skggWXlSqM", "libkernel_exception", 1, "libkernel", 1, 1, - sceKernelDeleteGpuExceptionEvent); - LIB_FUNCTION("WkwEd3N7w0Y", "libkernel_exception", 1, "libkernel", 1, 1, + LIB_FUNCTION("DLORcroUqbc", "libSceOpenPsId", 1, "libkernel", sceKernelGetOpenPsId); + LIB_FUNCTION("wdUufa9g-D8", "libkernel_jvm", 1, "libkernel", dup2); + LIB_FUNCTION("Wh7HbV7JFqc", "libkernel_jvm", 1, "libkernel", getrlimit); + LIB_FUNCTION("PfccT7qURYE", "libkernel_jvm", 1, "libkernel", ioctl); + LIB_FUNCTION("W0xkN0+ZkCE", "libkernel_jvm", 1, "libkernel", kill); + LIB_FUNCTION("ku7D4q1Y9PI", "libkernel_jvm", 1, "libkernel", poll); + LIB_FUNCTION("yH-uQW3LbX0", "libkernel_jvm", 1, "libkernel", pthread_kill); + LIB_FUNCTION("wJABa1X4+ec", "libkernel_jvm", 1, "libkernel", + sceKernelGetExecutableModuleHandle); + LIB_FUNCTION("MR221Mwo0Pc", "libkernel_jvm", 1, "libkernel", + sceKernelJitCreateAliasOfSharedMemory); + LIB_FUNCTION("avvJ3J0H0EY", "libkernel_jvm", 1, "libkernel", sceKernelJitCreateSharedMemory); + LIB_FUNCTION("9yxlvURJU6U", "libkernel_jvm", 1, "libkernel", sceKernelJitGetSharedMemoryInfo); + LIB_FUNCTION("YKT49TOLQWs", "libkernel_jvm", 1, "libkernel", sceKernelJitMapSharedMemory); + LIB_FUNCTION("4X0QwvuCfjc", "libkernel_jvm", 1, "libkernel", setrlimit); + LIB_FUNCTION("KiJEPEWRyUY", "libkernel_jvm", 1, "libkernel", sigaction); + LIB_FUNCTION("JUimFtKe0Kc", "libkernel_jvm", 1, "libkernel", sigaddset); + LIB_FUNCTION("Nd-u09VFSCA", "libkernel_jvm", 1, "libkernel", sigdelset); + LIB_FUNCTION("+F7C-hdk7+E", "libkernel_jvm", 1, "libkernel", sigemptyset); + LIB_FUNCTION("VkTAsrZDcJ0", "libkernel_jvm", 1, "libkernel", sigfillset); + LIB_FUNCTION("JnNl8Xr-z4Y", "libkernel_jvm", 1, "libkernel", sigismember); + LIB_FUNCTION("aPcyptbOiZs", "libkernel_jvm", 1, "libkernel", sigprocmask); + LIB_FUNCTION("KZ-4qlqlpmo", "libkernel_jvm", 1, "libkernel", sigsuspend); + LIB_FUNCTION("MZb0GKT3mo8", "libkernel_jvm", 1, "libkernel", socketpair); + LIB_FUNCTION("mkawd0NA9ts", "libkernel_jvm", 1, "libkernel", sysconf); + LIB_FUNCTION("DFmMT80xcNI", "libkernel_jvm", 1, "libkernel", sysctl); + LIB_FUNCTION("ClMdHuu+R1A", "libkernel_module_extension", 1, "libkernel", + Func_0A531D1EEBBE4750); + LIB_FUNCTION("WkwEd3N7w0Y", "libkernel_unity", 1, "libkernel", sceKernelInstallExceptionHandler); - LIB_FUNCTION("Qhv5ARAoOEc", "libkernel_exception", 1, "libkernel", 1, 1, + LIB_FUNCTION("il03nluKfMk", "libkernel_unity", 1, "libkernel", sceKernelRaiseException); + LIB_FUNCTION("Qhv5ARAoOEc", "libkernel_unity", 1, "libkernel", sceKernelRemoveExceptionHandler); - LIB_FUNCTION("wdUufa9g-D8", "libkernel_jvm", 1, "libkernel", 1, 1, dup2); - LIB_FUNCTION("Wh7HbV7JFqc", "libkernel_jvm", 1, "libkernel", 1, 1, getrlimit); - LIB_FUNCTION("PfccT7qURYE", "libkernel_jvm", 1, "libkernel", 1, 1, ioctl); - LIB_FUNCTION("W0xkN0+ZkCE", "libkernel_jvm", 1, "libkernel", 1, 1, kill); - LIB_FUNCTION("ku7D4q1Y9PI", "libkernel_jvm", 1, "libkernel", 1, 1, poll); - LIB_FUNCTION("yH-uQW3LbX0", "libkernel_jvm", 1, "libkernel", 1, 1, pthread_kill); - LIB_FUNCTION("wJABa1X4+ec", "libkernel_jvm", 1, "libkernel", 1, 1, - sceKernelGetExecutableModuleHandle); - LIB_FUNCTION("MR221Mwo0Pc", "libkernel_jvm", 1, "libkernel", 1, 1, + LIB_FUNCTION("QgsKEUfkqMA", "libkernel_module_info", 1, "libkernel", sceKernelGetModuleInfo2); + LIB_FUNCTION("ZzzC3ZGVAkc", "libkernel_module_info", 1, "libkernel", sceKernelGetModuleList2); + LIB_FUNCTION("21+rb7xOlJk", "libkernel_module_load_check", 1, "libkernel", + sceKernelIsModuleLoaded); + LIB_FUNCTION("2SKEx6bSq-4", "libkernel_pre250mmap", 1, "libkernel", sceKernelBatchMap); + LIB_FUNCTION("L-Q3LEjIbgA", "libkernel_pre250mmap", 1, "libkernel", sceKernelMapDirectMemory); + LIB_FUNCTION("NcaWUxfMNIQ", "libkernel_pre250mmap", 1, "libkernel", + sceKernelMapNamedDirectMemory); + LIB_FUNCTION("8vE6Z6VEYyk", "libkernel_psmkit", 1, "libkernel", access); + LIB_FUNCTION("6mMQ1MSPW-Q", "libkernel_psmkit", 1, "libkernel", chdir); + LIB_FUNCTION("iiQjzvfWDq0", "libkernel_psmkit", 1, "libkernel", dup); + LIB_FUNCTION("wdUufa9g-D8", "libkernel_psmkit", 1, "libkernel", dup2); + LIB_FUNCTION("PfccT7qURYE", "libkernel_psmkit", 1, "libkernel", ioctl); + LIB_FUNCTION("DRGXpDDh8Ng", "libkernel_psmkit", 1, "libkernel", lstat); + LIB_FUNCTION("-Jp7F+pXxNg", "libkernel_psmkit", 1, "libkernel", pipe); + LIB_FUNCTION("ku7D4q1Y9PI", "libkernel_psmkit", 1, "libkernel", poll); + LIB_FUNCTION("EZ8h70dtFLg", "libkernel_psmkit", 1, "libkernel", pthread_cond_setname_np); + LIB_FUNCTION("YkGOXpJEtO8", "libkernel_psmkit", 1, "libkernel", pthread_get_user_context_np); + LIB_FUNCTION("yH-uQW3LbX0", "libkernel_psmkit", 1, "libkernel", pthread_kill); + LIB_FUNCTION("nbQ0bXMRlhk", "libkernel_psmkit", 1, "libkernel", pthread_mutex_reltimedlock_np); + LIB_FUNCTION("nTxZBp8YNGc", "libkernel_psmkit", 1, "libkernel", pthread_mutex_setname_np); + LIB_FUNCTION("QRdE7dBfNks", "libkernel_psmkit", 1, "libkernel", + pthread_resume_user_context_np); + LIB_FUNCTION("cfjAjVTFG6A", "libkernel_psmkit", 1, "libkernel", + pthread_suspend_user_context_np); + LIB_FUNCTION("OMDRKKAZ8I4", "libkernel_psmkit", 1, "libkernel", sceKernelDebugRaiseException); + LIB_FUNCTION("DKWTYfo-jMY", "libkernel_psmkit", 1, "libkernel", + sceKernelDebugRaiseExceptionWithContext); + LIB_FUNCTION("JGfTMBOdUJo", "libkernel_psmkit", 1, "libkernel", + sceKernelGetFsSandboxRandomWord); + LIB_FUNCTION("f7KBOafysXo", "libkernel_psmkit", 1, "libkernel", + sceKernelGetModuleInfoFromAddr); + LIB_FUNCTION("MR221Mwo0Pc", "libkernel_psmkit", 1, "libkernel", sceKernelJitCreateAliasOfSharedMemory); - LIB_FUNCTION("avvJ3J0H0EY", "libkernel_jvm", 1, "libkernel", 1, 1, + LIB_FUNCTION("avvJ3J0H0EY", "libkernel_psmkit", 1, "libkernel", sceKernelJitCreateSharedMemory); - LIB_FUNCTION("9yxlvURJU6U", "libkernel_jvm", 1, "libkernel", 1, 1, - sceKernelJitGetSharedMemoryInfo); - LIB_FUNCTION("YKT49TOLQWs", "libkernel_jvm", 1, "libkernel", 1, 1, - sceKernelJitMapSharedMemory); - LIB_FUNCTION("4X0QwvuCfjc", "libkernel_jvm", 1, "libkernel", 1, 1, setrlimit); - LIB_FUNCTION("KiJEPEWRyUY", "libkernel_jvm", 1, "libkernel", 1, 1, sigaction); - LIB_FUNCTION("JUimFtKe0Kc", "libkernel_jvm", 1, "libkernel", 1, 1, sigaddset); - LIB_FUNCTION("Nd-u09VFSCA", "libkernel_jvm", 1, "libkernel", 1, 1, sigdelset); - LIB_FUNCTION("+F7C-hdk7+E", "libkernel_jvm", 1, "libkernel", 1, 1, sigemptyset); - LIB_FUNCTION("VkTAsrZDcJ0", "libkernel_jvm", 1, "libkernel", 1, 1, sigfillset); - LIB_FUNCTION("JnNl8Xr-z4Y", "libkernel_jvm", 1, "libkernel", 1, 1, sigismember); - LIB_FUNCTION("aPcyptbOiZs", "libkernel_jvm", 1, "libkernel", 1, 1, sigprocmask); - LIB_FUNCTION("KZ-4qlqlpmo", "libkernel_jvm", 1, "libkernel", 1, 1, sigsuspend); - LIB_FUNCTION("MZb0GKT3mo8", "libkernel_jvm", 1, "libkernel", 1, 1, socketpair); - LIB_FUNCTION("mkawd0NA9ts", "libkernel_jvm", 1, "libkernel", 1, 1, sysconf); - LIB_FUNCTION("DFmMT80xcNI", "libkernel_jvm", 1, "libkernel", 1, 1, sysctl); - LIB_FUNCTION("21+rb7xOlJk", "libkernel_module_load_check", 1, "libkernel", 1, 1, - sceKernelIsModuleLoaded); + LIB_FUNCTION("YKT49TOLQWs", "libkernel_psmkit", 1, "libkernel", sceKernelJitMapSharedMemory); + LIB_FUNCTION("MwhHNKdBXq8", "libkernel_psmkit", 1, "libkernel", sceKernelOpenSema); + LIB_FUNCTION("-W4xI5aVI8w", "libkernel_psmkit", 1, "libkernel", sceKernelSetProcessProperty); + LIB_FUNCTION("-wUggz2S5yk", "libkernel_psmkit", 1, "libkernel", sem_setname); + LIB_FUNCTION("KiJEPEWRyUY", "libkernel_psmkit", 1, "libkernel", sigaction); + LIB_FUNCTION("JUimFtKe0Kc", "libkernel_psmkit", 1, "libkernel", sigaddset); + LIB_FUNCTION("sHziAegVp74", "libkernel_psmkit", 1, "libkernel", sigaltstack); + LIB_FUNCTION("Nd-u09VFSCA", "libkernel_psmkit", 1, "libkernel", sigdelset); + LIB_FUNCTION("+F7C-hdk7+E", "libkernel_psmkit", 1, "libkernel", sigemptyset); + LIB_FUNCTION("VkTAsrZDcJ0", "libkernel_psmkit", 1, "libkernel", sigfillset); + LIB_FUNCTION("JnNl8Xr-z4Y", "libkernel_psmkit", 1, "libkernel", sigismember); + LIB_FUNCTION("VADc3MNQ3cM", "libkernel_psmkit", 1, "libkernel", signal); + LIB_FUNCTION("aPcyptbOiZs", "libkernel_psmkit", 1, "libkernel", sigprocmask); + LIB_FUNCTION("KZ-4qlqlpmo", "libkernel_psmkit", 1, "libkernel", sigsuspend); + LIB_FUNCTION("MZb0GKT3mo8", "libkernel_psmkit", 1, "libkernel", socketpair); + LIB_FUNCTION("mkawd0NA9ts", "libkernel_psmkit", 1, "libkernel", sysconf); + LIB_FUNCTION("PfccT7qURYE", "libkernel_qadisc", 1, "libkernel", ioctl); + LIB_FUNCTION("CA5jcDb2vYI", "libkernel_qadisc", 1, "libkernel", + sceKernelGetSocPowerConsumption); + LIB_FUNCTION("U0NKl-rjhYA", "libkernel_qadisc", 1, "libkernel", sceKernelIccGetCountTime); + LIB_FUNCTION("8TqMzIggthc", "libkernel_qadisc", 1, "libkernel", sceKernelIccGetErrLog); + LIB_FUNCTION("C+i9gJY4A1I", "libkernel_qadisc", 1, "libkernel", sceKernelIccGetHwInfo); + LIB_FUNCTION("L21PBFwqIiM", "libkernel_qadisc", 1, "libkernel", sceKernelIccGetSysEventLog); + LIB_FUNCTION("gpgi-GwE2Is", "libkernel_qadisc", 1, "libkernel", Func_829822FC6C04D88B); + LIB_FUNCTION("uV+YilcHqAs", "libkernel_qadisc", 1, "libkernel", Func_B95F988A5707A80B); + LIB_FUNCTION("nSSPVGJLMjE", "libkernel_sysc_se", 1, "libkernel", __freeze); + LIB_FUNCTION("eaiyhIBmf34", "libkernel_sysc_se", 1, "libkernel", sysc_e00); + LIB_FUNCTION("XPlTYt2TOg0", "libkernel_sysc_se", 1, "libkernel", sysc_s00); + LIB_FUNCTION("+YX0z-GUSNw", "libSceCoredump", 1, "libkernel", sceCoredumpAttachMemoryRegion); + LIB_FUNCTION("MEJ7tc7ThwM", "libSceCoredump", 1, "libkernel", + sceCoredumpAttachMemoryRegionAsUserFile); + LIB_FUNCTION("5nc2gdLNsok", "libSceCoredump", 1, "libkernel", sceCoredumpAttachUserFile); + LIB_FUNCTION("DoKHmUw1yiQ", "libSceCoredump", 1, "libkernel", sceCoredumpAttachUserMemoryFile); + LIB_FUNCTION("gzLt9Qrauk0", "libSceCoredump", 1, "libkernel", sceCoredumpConfigDumpMode); + LIB_FUNCTION("dei8oUx6DbU", "libSceCoredump", 1, "libkernel", sceCoredumpDebugTextOut); + LIB_FUNCTION("kK0DUW1Ukgc", "libSceCoredump", 1, "libkernel", sceCoredumpGetStopInfoCpu); + LIB_FUNCTION("nsyWCTsI3MY", "libSceCoredump", 1, "libkernel", sceCoredumpGetStopInfoGpu); + LIB_FUNCTION("ShChva57wIM", "libSceCoredump", 1, "libkernel", sceCoredumpGetThreadContextInfo); + LIB_FUNCTION("qCDIxJL+IN8", "libSceCoredump", 1, "libkernel", + sceCoredumpInternalGetThreadContextInfo); + LIB_FUNCTION("8zLSfEfW5AU", "libSceCoredump", 1, "libkernel", + sceCoredumpRegisterCoredumpHandler); + LIB_FUNCTION("Uxqkdta7wEg", "libSceCoredump", 1, "libkernel", sceCoredumpSetUserDataType); + LIB_FUNCTION("fFkhOgztiCA", "libSceCoredump", 1, "libkernel", + sceCoredumpUnregisterCoredumpHandler); + LIB_FUNCTION("Dbbkj6YHWdo", "libSceCoredump", 1, "libkernel", sceCoredumpWriteUserData); + LIB_FUNCTION("mIkJUpP5vKo", "libSceCoredump", 1, "libkernel", Func_9889095293F9BCAA); + LIB_FUNCTION("1Pw5n31Ayxc", "libSceCoredump_debug", 1, "libkernel", + sceCoredumpDebugForceCoredumpOnAppClose); + LIB_FUNCTION("G420P25pN5Y", "libSceCoredump_debug", 1, "libkernel", + sceCoredumpDebugTriggerCoredump); + LIB_FUNCTION("3e+4Iv7IJ8U", "libScePosix", 1, "libkernel", accept); + LIB_FUNCTION("KuOmgKoqCdY", "libScePosix", 1, "libkernel", bind); + LIB_FUNCTION("ixrw0h2tWuI", "libScePosix", 1, "libkernel", chflags); + LIB_FUNCTION("z0dtnPxYgtg", "libScePosix", 1, "libkernel", chmod); + LIB_FUNCTION("smIj7eqzZE8", "libScePosix", 1, "libkernel", clock_getres); + LIB_FUNCTION("lLMT9vJAck0", "libScePosix", 1, "libkernel", clock_gettime); + LIB_FUNCTION("bY-PO6JhzhQ", "libScePosix", 1, "libkernel", close); + LIB_FUNCTION("XVL8So3QJUk", "libScePosix", 1, "libkernel", connect); + LIB_FUNCTION("5AMS0IntU8I", "libScePosix", 1, "libkernel", creat); + LIB_FUNCTION("UJrQCyYpyic", "libScePosix", 1, "libkernel", fchflags); + LIB_FUNCTION("n01yNbQO5W4", "libScePosix", 1, "libkernel", fchmod); + LIB_FUNCTION("8nY19bKoiZk", "libScePosix", 1, "libkernel", fcntl); + LIB_FUNCTION("9eMlfusH4sU", "libScePosix", 1, "libkernel", flock); + LIB_FUNCTION("mqQMh1zPPT8", "libScePosix", 1, "libkernel", fstat); + LIB_FUNCTION("juWbTNM+8hw", "libScePosix", 1, "libkernel", fsync); + LIB_FUNCTION("ih4CD9-gghM", "libScePosix", 1, "libkernel", ftruncate); + LIB_FUNCTION("+0EDo7YzcoU", "libScePosix", 1, "libkernel", futimes); + LIB_FUNCTION("dar03AOn+nM", "libScePosix", 1, "libkernel", getcontext); + LIB_FUNCTION("2G6i6hMIUUY", "libScePosix", 1, "libkernel", getdents); + LIB_FUNCTION("f09KvIPy-QY", "libScePosix", 1, "libkernel", getdirentries); + LIB_FUNCTION("sZuwaDPATKs", "libScePosix", 1, "libkernel", getdtablesize); + LIB_FUNCTION("k+AXqu2-eBc", "libScePosix", 1, "libkernel", getpagesize); + LIB_FUNCTION("TXFFFiNldU8", "libScePosix", 1, "libkernel", getpeername); + LIB_FUNCTION("HoLVWNanBBc", "libScePosix", 1, "libkernel", getpid); + LIB_FUNCTION("RenI1lL1WFk", "libScePosix", 1, "libkernel", getsockname); + LIB_FUNCTION("6O8EwYOgH9Y", "libScePosix", 1, "libkernel", getsockopt); + LIB_FUNCTION("n88vx3C5nW8", "libScePosix", 1, "libkernel", gettimeofday); + LIB_FUNCTION("K1S8oc61xiM", "libScePosix", 1, "libkernel", htonl); + LIB_FUNCTION("jogUIsOV3-U", "libScePosix", 1, "libkernel", htons); + LIB_FUNCTION("5jRCs2axtr4", "libScePosix", 1, "libkernel", inet_ntop); + LIB_FUNCTION("4n51s0zEf0c", "libScePosix", 1, "libkernel", inet_pton); + LIB_FUNCTION("RW-GEfpnsqg", "libScePosix", 1, "libkernel", kevent); + LIB_FUNCTION("nh2IFMgKTv8", "libScePosix", 1, "libkernel", kqueue); + LIB_FUNCTION("pxnCmagrtao", "libScePosix", 1, "libkernel", listen); + LIB_FUNCTION("Oy6IpwgtYOk", "libScePosix", 1, "libkernel", lseek); + LIB_FUNCTION("Jahsnh4KKkg", "libScePosix", 1, "libkernel", madvise); + LIB_FUNCTION("JGMio+21L4c", "libScePosix", 1, "libkernel", mkdir); + LIB_FUNCTION("mTBZfEal2Bw", "libScePosix", 1, "libkernel", mlock); + LIB_FUNCTION("x7g7Ebeo8-U", "libScePosix", 1, "libkernel", mlockall); + LIB_FUNCTION("BPE9s9vQQXo", "libScePosix", 1, "libkernel", mmap); + LIB_FUNCTION("YQOfxL4QfeU", "libScePosix", 1, "libkernel", mprotect); + LIB_FUNCTION("tZY4+SZNFhA", "libScePosix", 1, "libkernel", msync); + LIB_FUNCTION("OG4RsDwLguo", "libScePosix", 1, "libkernel", munlock); + LIB_FUNCTION("NpLBpgVV7PU", "libScePosix", 1, "libkernel", munlockall); + LIB_FUNCTION("UqDGjXA5yUM", "libScePosix", 1, "libkernel", munmap); + LIB_FUNCTION("yS8U2TGCe1A", "libScePosix", 1, "libkernel", nanosleep); + LIB_FUNCTION("jct5WjixLgk", "libScePosix", 1, "libkernel", ntohl); + LIB_FUNCTION("oLFi+HuZ7hY", "libScePosix", 1, "libkernel", ntohs); + LIB_FUNCTION("wuCroIGjt2g", "libScePosix", 1, "libkernel", open); + LIB_FUNCTION("ezv-RSBNKqI", "libScePosix", 1, "libkernel", pread); + LIB_FUNCTION("ZaRzaapAZwM", "libScePosix", 1, "libkernel", preadv); + LIB_FUNCTION("zHchY8ft5pk", "libScePosix", 1, "libkernel", pthread_attr_destroy); + LIB_FUNCTION("Ucsu-OK+els", "libScePosix", 1, "libkernel", pthread_attr_get_np); + LIB_FUNCTION("VUT1ZSrHT0I", "libScePosix", 1, "libkernel", pthread_attr_getdetachstate); + LIB_FUNCTION("JNkVVsVDmOk", "libScePosix", 1, "libkernel", pthread_attr_getguardsize); + LIB_FUNCTION("oLjPqUKhzes", "libScePosix", 1, "libkernel", pthread_attr_getinheritsched); + LIB_FUNCTION("qlk9pSLsUmM", "libScePosix", 1, "libkernel", pthread_attr_getschedparam); + LIB_FUNCTION("RtLRV-pBTTY", "libScePosix", 1, "libkernel", pthread_attr_getschedpolicy); + LIB_FUNCTION("e2G+cdEkOmU", "libScePosix", 1, "libkernel", pthread_attr_getscope); + LIB_FUNCTION("vQm4fDEsWi8", "libScePosix", 1, "libkernel", pthread_attr_getstack); + LIB_FUNCTION("DxmIMUQ-wXY", "libScePosix", 1, "libkernel", pthread_attr_getstackaddr); + LIB_FUNCTION("0qOtCR-ZHck", "libScePosix", 1, "libkernel", pthread_attr_getstacksize); + LIB_FUNCTION("wtkt-teR1so", "libScePosix", 1, "libkernel", pthread_attr_init); + LIB_FUNCTION("E+tyo3lp5Lw", "libScePosix", 1, "libkernel", pthread_attr_setdetachstate); + LIB_FUNCTION("JKyG3SWyA10", "libScePosix", 1, "libkernel", pthread_attr_setguardsize); + LIB_FUNCTION("7ZlAakEf0Qg", "libScePosix", 1, "libkernel", pthread_attr_setinheritsched); + LIB_FUNCTION("euKRgm0Vn2M", "libScePosix", 1, "libkernel", pthread_attr_setschedparam); + LIB_FUNCTION("JarMIy8kKEY", "libScePosix", 1, "libkernel", pthread_attr_setschedpolicy); + LIB_FUNCTION("xesmlSI-KCI", "libScePosix", 1, "libkernel", pthread_attr_setscope); + LIB_FUNCTION("-SrbXpGR1f0", "libScePosix", 1, "libkernel", pthread_attr_setstack); + LIB_FUNCTION("suCrEbr0xIQ", "libScePosix", 1, "libkernel", pthread_attr_setstackaddr); + LIB_FUNCTION("2Q0z6rnBrTE", "libScePosix", 1, "libkernel", pthread_attr_setstacksize); + LIB_FUNCTION("+Pqub9HZCPo", "libScePosix", 1, "libkernel", pthread_barrier_destroy); + LIB_FUNCTION("ZsXLFtd2jqQ", "libScePosix", 1, "libkernel", pthread_barrier_init); + LIB_FUNCTION("CawZgCYqXWk", "libScePosix", 1, "libkernel", pthread_barrier_wait); + LIB_FUNCTION("AsCQCYTbe80", "libScePosix", 1, "libkernel", pthread_barrierattr_destroy); + LIB_FUNCTION("a5JZMyjFV68", "libScePosix", 1, "libkernel", pthread_barrierattr_getpshared); + LIB_FUNCTION("4nqCnLJSvck", "libScePosix", 1, "libkernel", pthread_barrierattr_init); + LIB_FUNCTION("jqrGJJxFhmU", "libScePosix", 1, "libkernel", pthread_barrierattr_setpshared); + LIB_FUNCTION("0D4-FVvEikw", "libScePosix", 1, "libkernel", pthread_cancel); + LIB_FUNCTION("RVxb0Ssa5t0", "libScePosix", 1, "libkernel", pthread_cleanup_pop); + LIB_FUNCTION("4ZeZWcMsAV0", "libScePosix", 1, "libkernel", pthread_cleanup_push); + LIB_FUNCTION("mkx2fVhNMsg", "libScePosix", 1, "libkernel", pthread_cond_broadcast); + LIB_FUNCTION("RXXqi4CtF8w", "libScePosix", 1, "libkernel", pthread_cond_destroy); + LIB_FUNCTION("0TyVk4MSLt0", "libScePosix", 1, "libkernel", pthread_cond_init); + LIB_FUNCTION("2MOy+rUfuhQ", "libScePosix", 1, "libkernel", pthread_cond_signal); + LIB_FUNCTION("CI6Qy73ae10", "libScePosix", 1, "libkernel", pthread_cond_signalto_np); + LIB_FUNCTION("27bAgiJmOh0", "libScePosix", 1, "libkernel", pthread_cond_timedwait); + LIB_FUNCTION("Op8TBGY5KHg", "libScePosix", 1, "libkernel", pthread_cond_wait); + LIB_FUNCTION("dJcuQVn6-Iw", "libScePosix", 1, "libkernel", pthread_condattr_destroy); + LIB_FUNCTION("cTDYxTUNPhM", "libScePosix", 1, "libkernel", pthread_condattr_getclock); + LIB_FUNCTION("h0qUqSuOmC8", "libScePosix", 1, "libkernel", pthread_condattr_getpshared); + LIB_FUNCTION("mKoTx03HRWA", "libScePosix", 1, "libkernel", pthread_condattr_init); + LIB_FUNCTION("EjllaAqAPZo", "libScePosix", 1, "libkernel", pthread_condattr_setclock); + LIB_FUNCTION("3BpP850hBT4", "libScePosix", 1, "libkernel", pthread_condattr_setpshared); + LIB_FUNCTION("OxhIB8LB-PQ", "libScePosix", 1, "libkernel", pthread_create); + LIB_FUNCTION("Jmi+9w9u0E4", "libScePosix", 1, "libkernel", pthread_create_name_np); + LIB_FUNCTION("+U1R4WtXvoc", "libScePosix", 1, "libkernel", pthread_detach); + LIB_FUNCTION("7Xl257M4VNI", "libScePosix", 1, "libkernel", pthread_equal); + LIB_FUNCTION("FJrT5LuUBAU", "libScePosix", 1, "libkernel", pthread_exit); + LIB_FUNCTION("s+QHU9RLHS4", "libScePosix", 1, "libkernel", pthread_getconcurrency); + LIB_FUNCTION("nnoxZUHK+SA", "libScePosix", 1, "libkernel", pthread_getcpuclockid); + LIB_FUNCTION("9HzfhdtESio", "libScePosix", 1, "libkernel", pthread_getname_np); + LIB_FUNCTION("aO+WS2xWuo4", "libScePosix", 1, "libkernel", pthread_getprio); + LIB_FUNCTION("FIs3-UQT9sg", "libScePosix", 1, "libkernel", pthread_getschedparam); + LIB_FUNCTION("0-KXaS70xy4", "libScePosix", 1, "libkernel", pthread_getspecific); + LIB_FUNCTION("h9CcP3J0oVM", "libScePosix", 1, "libkernel", pthread_join); + LIB_FUNCTION("mqULNdimTn0", "libScePosix", 1, "libkernel", pthread_key_create); + LIB_FUNCTION("6BpEZuDT7YI", "libScePosix", 1, "libkernel", pthread_key_delete); + LIB_FUNCTION("ltCfaGr2JGE", "libScePosix", 1, "libkernel", pthread_mutex_destroy); + LIB_FUNCTION("itv-U5mFPso", "libScePosix", 1, "libkernel", pthread_mutex_getprioceiling); + LIB_FUNCTION("ttHNfU+qDBU", "libScePosix", 1, "libkernel", pthread_mutex_init); + LIB_FUNCTION("7H0iTOciTLo", "libScePosix", 1, "libkernel", pthread_mutex_lock); + LIB_FUNCTION("XS3kGVt4q+4", "libScePosix", 1, "libkernel", pthread_mutex_setprioceiling); + LIB_FUNCTION("Io9+nTKXZtA", "libScePosix", 1, "libkernel", pthread_mutex_timedlock); + LIB_FUNCTION("K-jXhbt2gn4", "libScePosix", 1, "libkernel", pthread_mutex_trylock); + LIB_FUNCTION("2Z+PpY6CaJg", "libScePosix", 1, "libkernel", pthread_mutex_unlock); + LIB_FUNCTION("HF7lK46xzjY", "libScePosix", 1, "libkernel", pthread_mutexattr_destroy); + LIB_FUNCTION("+m8+quqOwhM", "libScePosix", 1, "libkernel", pthread_mutexattr_getprioceiling); + LIB_FUNCTION("yDaWxUE50s0", "libScePosix", 1, "libkernel", pthread_mutexattr_getprotocol); + LIB_FUNCTION("PmL-TwKUzXI", "libScePosix", 1, "libkernel", pthread_mutexattr_getpshared); + LIB_FUNCTION("GZFlI7RhuQo", "libScePosix", 1, "libkernel", pthread_mutexattr_gettype); + LIB_FUNCTION("dQHWEsJtoE4", "libScePosix", 1, "libkernel", pthread_mutexattr_init); + LIB_FUNCTION("ZLvf6lVAc4M", "libScePosix", 1, "libkernel", pthread_mutexattr_setprioceiling); + LIB_FUNCTION("5txKfcMUAok", "libScePosix", 1, "libkernel", pthread_mutexattr_setprotocol); + LIB_FUNCTION("EXv3ztGqtDM", "libScePosix", 1, "libkernel", pthread_mutexattr_setpshared); + LIB_FUNCTION("mDmgMOGVUqg", "libScePosix", 1, "libkernel", pthread_mutexattr_settype); + LIB_FUNCTION("Z4QosVuAsA0", "libScePosix", 1, "libkernel", pthread_once); + LIB_FUNCTION("9vyP6Z7bqzc", "libScePosix", 1, "libkernel", pthread_rename_np); + LIB_FUNCTION("1471ajPzxh0", "libScePosix", 1, "libkernel", pthread_rwlock_destroy); + LIB_FUNCTION("ytQULN-nhL4", "libScePosix", 1, "libkernel", pthread_rwlock_init); + LIB_FUNCTION("iGjsr1WAtI0", "libScePosix", 1, "libkernel", pthread_rwlock_rdlock); + LIB_FUNCTION("lb8lnYo-o7k", "libScePosix", 1, "libkernel", pthread_rwlock_timedrdlock); + LIB_FUNCTION("9zklzAl9CGM", "libScePosix", 1, "libkernel", pthread_rwlock_timedwrlock); + LIB_FUNCTION("SFxTMOfuCkE", "libScePosix", 1, "libkernel", pthread_rwlock_tryrdlock); + LIB_FUNCTION("XhWHn6P5R7U", "libScePosix", 1, "libkernel", pthread_rwlock_trywrlock); + LIB_FUNCTION("EgmLo6EWgso", "libScePosix", 1, "libkernel", pthread_rwlock_unlock); + LIB_FUNCTION("sIlRvQqsN2Y", "libScePosix", 1, "libkernel", pthread_rwlock_wrlock); + LIB_FUNCTION("qsdmgXjqSgk", "libScePosix", 1, "libkernel", pthread_rwlockattr_destroy); + LIB_FUNCTION("VqEMuCv-qHY", "libScePosix", 1, "libkernel", pthread_rwlockattr_getpshared); + LIB_FUNCTION("l+bG5fsYkhg", "libScePosix", 1, "libkernel", pthread_rwlockattr_gettype_np); + LIB_FUNCTION("xFebsA4YsFI", "libScePosix", 1, "libkernel", pthread_rwlockattr_init); + LIB_FUNCTION("OuKg+kRDD7U", "libScePosix", 1, "libkernel", pthread_rwlockattr_setpshared); + LIB_FUNCTION("8NuOHiTr1Vw", "libScePosix", 1, "libkernel", pthread_rwlockattr_settype_np); + LIB_FUNCTION("EotR8a3ASf4", "libScePosix", 1, "libkernel", pthread_self); + LIB_FUNCTION("lZzFeSxPl08", "libScePosix", 1, "libkernel", pthread_setcancelstate); + LIB_FUNCTION("2dEhvvjlq30", "libScePosix", 1, "libkernel", pthread_setcanceltype); + LIB_FUNCTION("fBG1gHx1RlI", "libScePosix", 1, "libkernel", pthread_setconcurrency); + LIB_FUNCTION("a2P9wYGeZvc", "libScePosix", 1, "libkernel", pthread_setprio); + LIB_FUNCTION("Xs9hdiD7sAA", "libScePosix", 1, "libkernel", pthread_setschedparam); + LIB_FUNCTION("WrOLvHU0yQM", "libScePosix", 1, "libkernel", pthread_setspecific); + LIB_FUNCTION("JZKw5+Wrnaw", "libScePosix", 1, "libkernel", pthread_sigmask); + LIB_FUNCTION("nYBrkGDqxh8", "libScePosix", 1, "libkernel", pthread_testcancel); + LIB_FUNCTION("B5GmVDKwpn0", "libScePosix", 1, "libkernel", pthread_yield); + LIB_FUNCTION("C2kJ-byS5rM", "libScePosix", 1, "libkernel", pwrite); + LIB_FUNCTION("FCcmRZhWtOk", "libScePosix", 1, "libkernel", pwritev); + LIB_FUNCTION("AqBioC2vF3I", "libScePosix", 1, "libkernel", read); + LIB_FUNCTION("I7ImcLds-uU", "libScePosix", 1, "libkernel", readv); + LIB_FUNCTION("Ez8xjo9UF4E", "libScePosix", 1, "libkernel", recv); + LIB_FUNCTION("lUk6wrGXyMw", "libScePosix", 1, "libkernel", recvfrom); + LIB_FUNCTION("hI7oVeOluPM", "libScePosix", 1, "libkernel", recvmsg); + LIB_FUNCTION("NN01qLRhiqU", "libScePosix", 1, "libkernel", rename); + LIB_FUNCTION("c7ZnT7V1B98", "libScePosix", 1, "libkernel", rmdir); + LIB_FUNCTION("CBNtXOoef-E", "libScePosix", 1, "libkernel", sched_get_priority_max); + LIB_FUNCTION("m0iS6jNsXds", "libScePosix", 1, "libkernel", sched_get_priority_min); + LIB_FUNCTION("O6gKl8uvGyE", "libScePosix", 1, "libkernel", sched_getparam); + LIB_FUNCTION("yawdym+zDvw", "libScePosix", 1, "libkernel", sched_setparam); + LIB_FUNCTION("6XG4B33N09g", "libScePosix", 1, "libkernel", sched_yield); + LIB_FUNCTION("T8fER+tIGgk", "libScePosix", 1, "libkernel", select); + LIB_FUNCTION("cDW233RAwWo", "libScePosix", 1, "libkernel", sem_destroy); + LIB_FUNCTION("Bq+LRV-N6Hk", "libScePosix", 1, "libkernel", sem_getvalue); + LIB_FUNCTION("pDuPEf3m4fI", "libScePosix", 1, "libkernel", sem_init); + LIB_FUNCTION("IKP8typ0QUk", "libScePosix", 1, "libkernel", sem_post); + LIB_FUNCTION("4SbrhCozqQU", "libScePosix", 1, "libkernel", sem_reltimedwait_np); + LIB_FUNCTION("w5IHyvahg-o", "libScePosix", 1, "libkernel", sem_timedwait); + LIB_FUNCTION("WBWzsRifCEA", "libScePosix", 1, "libkernel", sem_trywait); + LIB_FUNCTION("OiunYlyJUvc", "libScePosix", 1, "libkernel", sem_unlink); + LIB_FUNCTION("YCV5dGGBcCo", "libScePosix", 1, "libkernel", sem_wait); + LIB_FUNCTION("fZOeZIOEmLw", "libScePosix", 1, "libkernel", send); + LIB_FUNCTION("aNeavPDNKzA", "libScePosix", 1, "libkernel", sendmsg); + LIB_FUNCTION("oBr313PppNE", "libScePosix", 1, "libkernel", sendto); + LIB_FUNCTION("2VRU7xiqLO8", "libScePosix", 1, "libkernel", setcontext); + LIB_FUNCTION("fFxGkxF2bVo", "libScePosix", 1, "libkernel", setsockopt); + LIB_FUNCTION("TUuiYS2kE8s", "libScePosix", 1, "libkernel", shutdown); + LIB_FUNCTION("0wu33hunNdE", "libScePosix", 1, "libkernel", sleep); + LIB_FUNCTION("TU-d9PfIHPM", "libScePosix", 1, "libkernel", socket); + LIB_FUNCTION("E6ao34wPw+U", "libScePosix", 1, "libkernel", stat); + LIB_FUNCTION("EXH1U-UBywI", "libScePosix", 1, "libkernel", swapcontext); + LIB_FUNCTION("Y2OqwJQ3lr8", "libScePosix", 1, "libkernel", sync); + LIB_FUNCTION("ayrtszI7GBg", "libScePosix", 1, "libkernel", truncate); + LIB_FUNCTION("VAzswvTOCzI", "libScePosix", 1, "libkernel", unlink); + LIB_FUNCTION("QcteRwbsnV0", "libScePosix", 1, "libkernel", usleep); + LIB_FUNCTION("GDuV00CHrUg", "libScePosix", 1, "libkernel", utimes); + LIB_FUNCTION("FN4gaPmuFV8", "libScePosix", 1, "libkernel", write); + LIB_FUNCTION("Z2aKdxzS4KE", "libScePosix", 1, "libkernel", writev); }; } // namespace Libraries::Kernel \ No newline at end of file diff --git a/libraries/kernel.h b/libraries/kernel.h index a79f77e..296ba5b 100644 --- a/libraries/kernel.h +++ b/libraries/kernel.h @@ -11,74 +11,9 @@ class SymbolsResolver; namespace Libraries::Kernel { -s32 PS4_SYSV_ABI sceKernelGetOpenPsId(); -s32 PS4_SYSV_ABI sceCoredumpAttachMemoryRegion(); -s32 PS4_SYSV_ABI sceCoredumpAttachMemoryRegionAsUserFile(); -s32 PS4_SYSV_ABI sceCoredumpAttachUserFile(); -s32 PS4_SYSV_ABI sceCoredumpAttachUserMemoryFile(); -s32 PS4_SYSV_ABI sceCoredumpConfigDumpMode(); -s32 PS4_SYSV_ABI sceCoredumpDebugTextOut(); -s32 PS4_SYSV_ABI sceCoredumpGetStopInfoCpu(); -s32 PS4_SYSV_ABI sceCoredumpGetStopInfoGpu(); -s32 PS4_SYSV_ABI sceCoredumpGetThreadContextInfo(); -s32 PS4_SYSV_ABI sceCoredumpInternalGetThreadContextInfo(); -s32 PS4_SYSV_ABI sceCoredumpRegisterCoredumpHandler(); -s32 PS4_SYSV_ABI sceCoredumpSetUserDataType(); -s32 PS4_SYSV_ABI sceCoredumpUnregisterCoredumpHandler(); -s32 PS4_SYSV_ABI sceCoredumpWriteUserData(); -s32 PS4_SYSV_ABI Func_9889095293F9BCAA(); -s32 PS4_SYSV_ABI __freeze(); -s32 PS4_SYSV_ABI sysc_e00(); -s32 PS4_SYSV_ABI sysc_s00(); -s32 PS4_SYSV_ABI access(); -s32 PS4_SYSV_ABI chdir(); -s32 PS4_SYSV_ABI dup(); -s32 PS4_SYSV_ABI dup2(); -s32 PS4_SYSV_ABI ioctl(); -s32 PS4_SYSV_ABI lstat(); -s32 PS4_SYSV_ABI pipe(); -s32 PS4_SYSV_ABI poll(); -s32 PS4_SYSV_ABI pthread_cond_setname_np(); -s32 PS4_SYSV_ABI pthread_get_user_context_np(); -s32 PS4_SYSV_ABI pthread_kill(); -s32 PS4_SYSV_ABI pthread_mutex_reltimedlock_np(); -s32 PS4_SYSV_ABI pthread_mutex_setname_np(); -s32 PS4_SYSV_ABI pthread_resume_user_context_np(); -s32 PS4_SYSV_ABI pthread_suspend_user_context_np(); -s32 PS4_SYSV_ABI sceKernelDebugRaiseException(); -s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithContext(); -s32 PS4_SYSV_ABI sceKernelGetFsSandboxRandomWord(); -s32 PS4_SYSV_ABI sceKernelGetModuleInfoFromAddr(); -s32 PS4_SYSV_ABI sceKernelJitCreateAliasOfSharedMemory(); -s32 PS4_SYSV_ABI sceKernelJitCreateSharedMemory(); -s32 PS4_SYSV_ABI sceKernelJitMapSharedMemory(); -s32 PS4_SYSV_ABI sceKernelOpenSema(); -s32 PS4_SYSV_ABI sceKernelSetProcessProperty(); -s32 PS4_SYSV_ABI sem_setname(); -s32 PS4_SYSV_ABI sigaction(); -s32 PS4_SYSV_ABI sigaddset(); -s32 PS4_SYSV_ABI sigaltstack(); -s32 PS4_SYSV_ABI sigdelset(); -s32 PS4_SYSV_ABI sigemptyset(); -s32 PS4_SYSV_ABI sigfillset(); -s32 PS4_SYSV_ABI sigismember(); -s32 PS4_SYSV_ABI signal(); -s32 PS4_SYSV_ABI sigprocmask(); -s32 PS4_SYSV_ABI sigsuspend(); -s32 PS4_SYSV_ABI socketpair(); -s32 PS4_SYSV_ABI sysconf(); -s32 PS4_SYSV_ABI sceKernelJitGetSharedMemoryInfo(); -s32 PS4_SYSV_ABI sceCoredumpDebugForceCoredumpOnAppClose(); -s32 PS4_SYSV_ABI sceCoredumpDebugTriggerCoredump(); -s32 PS4_SYSV_ABI sceKernelGetSocPowerConsumption(); -s32 PS4_SYSV_ABI sceKernelIccGetCountTime(); -s32 PS4_SYSV_ABI sceKernelIccGetErrLog(); -s32 PS4_SYSV_ABI sceKernelIccGetHwInfo(); -s32 PS4_SYSV_ABI sceKernelIccGetSysEventLog(); -s32 PS4_SYSV_ABI Func_829822FC6C04D88B(); -s32 PS4_SYSV_ABI Func_B95F988A5707A80B(); s32 PS4_SYSV_ABI __elf_phdr_match_addr(); s32 PS4_SYSV_ABI __error(); +s32 PS4_SYSV_ABI __freeze(); s32 PS4_SYSV_ABI __inet_ntop(); s32 PS4_SYSV_ABI __inet_pton(); s32 PS4_SYSV_ABI __progname(); @@ -169,12 +104,14 @@ s32 PS4_SYSV_ABI _wait4(); s32 PS4_SYSV_ABI _write(); s32 PS4_SYSV_ABI _writev(); s32 PS4_SYSV_ABI accept(); +s32 PS4_SYSV_ABI access(); s32 PS4_SYSV_ABI amd64_set_fsbase(); s32 PS4_SYSV_ABI bind(); s32 PS4_SYSV_ABI blockpool_batch(); s32 PS4_SYSV_ABI blockpool_map(); s32 PS4_SYSV_ABI blockpool_open(); s32 PS4_SYSV_ABI blockpool_unmap(); +s32 PS4_SYSV_ABI chdir(); s32 PS4_SYSV_ABI chflags(); s32 PS4_SYSV_ABI chmod(); s32 PS4_SYSV_ABI clock_getres(); @@ -190,6 +127,8 @@ s32 PS4_SYSV_ABI dlclose(); s32 PS4_SYSV_ABI dlerror(); s32 PS4_SYSV_ABI dlopen(); s32 PS4_SYSV_ABI dlsym(); +s32 PS4_SYSV_ABI dup(); +s32 PS4_SYSV_ABI dup2(); s32 PS4_SYSV_ABI dynlib_get_obj_member(); s32 PS4_SYSV_ABI environ(); s32 PS4_SYSV_ABI errno(); @@ -240,6 +179,7 @@ s32 PS4_SYSV_ABI htonl(); s32 PS4_SYSV_ABI htons(); s32 PS4_SYSV_ABI inet_ntop(); s32 PS4_SYSV_ABI inet_pton(); +s32 PS4_SYSV_ABI ioctl(); s32 PS4_SYSV_ABI ipmimgr_call(); s32 PS4_SYSV_ABI is_in_sandbox(); s32 PS4_SYSV_ABI issetugid(); @@ -263,6 +203,7 @@ s32 PS4_SYSV_ABI ktimer_gettime(); s32 PS4_SYSV_ABI ktimer_settime(); s32 PS4_SYSV_ABI listen(); s32 PS4_SYSV_ABI lseek(); +s32 PS4_SYSV_ABI lstat(); s32 PS4_SYSV_ABI madvise(); s32 PS4_SYSV_ABI mdbg_service(); s32 PS4_SYSV_ABI mincore(); @@ -282,6 +223,8 @@ s32 PS4_SYSV_ABI open(); s32 PS4_SYSV_ABI pause(); s32 PS4_SYSV_ABI physhm_open(); s32 PS4_SYSV_ABI physhm_unlink(); +s32 PS4_SYSV_ABI pipe(); +s32 PS4_SYSV_ABI poll(); s32 PS4_SYSV_ABI pread(); s32 PS4_SYSV_ABI preadv(); s32 PS4_SYSV_ABI profil(); @@ -326,6 +269,7 @@ s32 PS4_SYSV_ABI pthread_cond_broadcast(); s32 PS4_SYSV_ABI pthread_cond_destroy(); s32 PS4_SYSV_ABI pthread_cond_init(); s32 PS4_SYSV_ABI pthread_cond_reltimedwait_np(); +s32 PS4_SYSV_ABI pthread_cond_setname_np(); s32 PS4_SYSV_ABI pthread_cond_signal(); s32 PS4_SYSV_ABI pthread_cond_signalto_np(); s32 PS4_SYSV_ABI pthread_cond_timedwait(); @@ -342,6 +286,7 @@ s32 PS4_SYSV_ABI pthread_detach(); s32 PS4_SYSV_ABI pthread_equal(); s32 PS4_SYSV_ABI pthread_exit(); s32 PS4_SYSV_ABI pthread_get_specificarray_np(); +s32 PS4_SYSV_ABI pthread_get_user_context_np(); s32 PS4_SYSV_ABI pthread_getaffinity_np(); s32 PS4_SYSV_ABI pthread_getconcurrency(); s32 PS4_SYSV_ABI pthread_getcpuclockid(); @@ -354,6 +299,7 @@ s32 PS4_SYSV_ABI pthread_getthreadid_np(); s32 PS4_SYSV_ABI pthread_join(); s32 PS4_SYSV_ABI pthread_key_create(); s32 PS4_SYSV_ABI pthread_key_delete(); +s32 PS4_SYSV_ABI pthread_kill(); s32 PS4_SYSV_ABI pthread_main_np(); s32 PS4_SYSV_ABI pthread_multi_np(); s32 PS4_SYSV_ABI pthread_mutex_destroy(); @@ -364,6 +310,8 @@ s32 PS4_SYSV_ABI pthread_mutex_init(); s32 PS4_SYSV_ABI pthread_mutex_init_for_mono(); s32 PS4_SYSV_ABI pthread_mutex_isowned_np(); s32 PS4_SYSV_ABI pthread_mutex_lock(); +s32 PS4_SYSV_ABI pthread_mutex_reltimedlock_np(); +s32 PS4_SYSV_ABI pthread_mutex_setname_np(); s32 PS4_SYSV_ABI pthread_mutex_setprioceiling(); s32 PS4_SYSV_ABI pthread_mutex_setspinloops_np(); s32 PS4_SYSV_ABI pthread_mutex_setyieldloops_np(); @@ -386,6 +334,7 @@ s32 PS4_SYSV_ABI pthread_once(); s32 PS4_SYSV_ABI pthread_rename_np(); s32 PS4_SYSV_ABI pthread_resume_all_np(); s32 PS4_SYSV_ABI pthread_resume_np(); +s32 PS4_SYSV_ABI pthread_resume_user_context_np(); s32 PS4_SYSV_ABI pthread_rwlock_destroy(); s32 PS4_SYSV_ABI pthread_rwlock_init(); s32 PS4_SYSV_ABI pthread_rwlock_rdlock(); @@ -424,6 +373,7 @@ s32 PS4_SYSV_ABI pthread_spin_trylock(); s32 PS4_SYSV_ABI pthread_spin_unlock(); s32 PS4_SYSV_ABI pthread_suspend_all_np(); s32 PS4_SYSV_ABI pthread_suspend_np(); +s32 PS4_SYSV_ABI pthread_suspend_user_context_np(); s32 PS4_SYSV_ABI pthread_switch_add_np(); s32 PS4_SYSV_ABI pthread_switch_delete_np(); s32 PS4_SYSV_ABI pthread_testcancel(); @@ -501,7 +451,9 @@ s32 PS4_SYSV_ABI sceKernelDebugGetAppStatus(); s32 PS4_SYSV_ABI sceKernelDebugGetPauseCount(); s32 PS4_SYSV_ABI sceKernelDebugGpuPaDebugIsInProgress(); s32 PS4_SYSV_ABI sceKernelDebugOutText(); +s32 PS4_SYSV_ABI sceKernelDebugRaiseException(); s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionOnReleaseMode(); +s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithContext(); s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithInfo(); s32 PS4_SYSV_ABI sceKernelDebugReleaseDebugContext(); s32 PS4_SYSV_ABI sceKernelDeleteCpumodeEvent(); @@ -577,6 +529,7 @@ s32 PS4_SYSV_ABI sceKernelGetExtLibcHandle(); s32 PS4_SYSV_ABI sceKernelGetFakeFinalizeMenuForRcmgr(); s32 PS4_SYSV_ABI sceKernelGetFlagedUpdaterForRcmgr(); s32 PS4_SYSV_ABI sceKernelGetForceUpdateModeForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetFsSandboxRandomWord(); s32 PS4_SYSV_ABI sceKernelGetGPI(); s32 PS4_SYSV_ABI sceKernelGetGPO(); s32 PS4_SYSV_ABI sceKernelGetHwFeatureInfoForDecid(); @@ -587,6 +540,7 @@ s32 PS4_SYSV_ABI sceKernelGetLibkernelTextLocation(); s32 PS4_SYSV_ABI sceKernelGetMainSocId(); s32 PS4_SYSV_ABI sceKernelGetModuleInfo(); s32 PS4_SYSV_ABI sceKernelGetModuleInfoForUnwind(); +s32 PS4_SYSV_ABI sceKernelGetModuleInfoFromAddr(); s32 PS4_SYSV_ABI sceKernelGetModuleInfoInternal(); s32 PS4_SYSV_ABI sceKernelGetModuleList(); s32 PS4_SYSV_ABI sceKernelGetModuleListInternal(); @@ -618,6 +572,7 @@ s32 PS4_SYSV_ABI sceKernelGetSanitizerMallocReplace(); s32 PS4_SYSV_ABI sceKernelGetSanitizerMallocReplaceExternal(); s32 PS4_SYSV_ABI sceKernelGetSanitizerNewReplace(); s32 PS4_SYSV_ABI sceKernelGetSanitizerNewReplaceExternal(); +s32 PS4_SYSV_ABI sceKernelGetSocPowerConsumption(); s32 PS4_SYSV_ABI sceKernelGetSocSensorTemperature(); s32 PS4_SYSV_ABI sceKernelGetSpecialIForRcmgr(); s32 PS4_SYSV_ABI sceKernelGetSubsysId(); @@ -648,11 +603,15 @@ s32 PS4_SYSV_ABI sceKernelHwHasWlanBt(); s32 PS4_SYSV_ABI sceKernelIccControlBDPowerState(); s32 PS4_SYSV_ABI sceKernelIccControlUSBPowerState(); s32 PS4_SYSV_ABI sceKernelIccGetBDPowerState(); +s32 PS4_SYSV_ABI sceKernelIccGetCountTime(); s32 PS4_SYSV_ABI sceKernelIccGetCPMode(); s32 PS4_SYSV_ABI sceKernelIccGetCpuInfoBit(); +s32 PS4_SYSV_ABI sceKernelIccGetErrLog(); +s32 PS4_SYSV_ABI sceKernelIccGetHwInfo(); s32 PS4_SYSV_ABI sceKernelIccGetPowerNumberOfBootShutdown(); s32 PS4_SYSV_ABI sceKernelIccGetPowerOperatingTime(); s32 PS4_SYSV_ABI sceKernelIccGetPowerUpCause(); +s32 PS4_SYSV_ABI sceKernelIccGetSysEventLog(); s32 PS4_SYSV_ABI sceKernelIccGetThermalAlert(); s32 PS4_SYSV_ABI sceKernelIccGetUSBPowerState(); s32 PS4_SYSV_ABI sceKernelIccIndicatorBootDone(); @@ -696,6 +655,10 @@ s32 PS4_SYSV_ABI sceKernelIsMainOnStandbyMode(); s32 PS4_SYSV_ABI sceKernelIsNeoMode(); s32 PS4_SYSV_ABI sceKernelIsStack(); s32 PS4_SYSV_ABI sceKernelIsTestKit(); +s32 PS4_SYSV_ABI sceKernelJitCreateAliasOfSharedMemory(); +s32 PS4_SYSV_ABI sceKernelJitCreateSharedMemory(); +s32 PS4_SYSV_ABI sceKernelJitGetSharedMemoryInfo(); +s32 PS4_SYSV_ABI sceKernelJitMapSharedMemory(); s32 PS4_SYSV_ABI sceKernelKernelHeapUsage(); s32 PS4_SYSV_ABI sceKernelLoadStartModule(); s32 PS4_SYSV_ABI sceKernelLoadStartModuleForSysmodule(); @@ -738,6 +701,7 @@ s32 PS4_SYSV_ABI sceKernelNotifySystemSuspendStart(); s32 PS4_SYSV_ABI sceKernelOpen(); s32 PS4_SYSV_ABI sceKernelOpenEport(); s32 PS4_SYSV_ABI sceKernelOpenEventFlag(); +s32 PS4_SYSV_ABI sceKernelOpenSema(); s32 PS4_SYSV_ABI sceKernelPollEventFlag(); s32 PS4_SYSV_ABI sceKernelPollSema(); s32 PS4_SYSV_ABI sceKernelPread(); @@ -789,6 +753,7 @@ s32 PS4_SYSV_ABI sceKernelSetMemoryPstate(); s32 PS4_SYSV_ABI sceKernelSetNeoModeClock(); s32 PS4_SYSV_ABI sceKernelSetPhysFmemLimit(); s32 PS4_SYSV_ABI sceKernelSetProcessName(); +s32 PS4_SYSV_ABI sceKernelSetProcessProperty(); s32 PS4_SYSV_ABI sceKernelSetProcessPropertyString(); s32 PS4_SYSV_ABI sceKernelSetPrtAperture(); s32 PS4_SYSV_ABI sceKernelSetSafemode(); @@ -975,6 +940,7 @@ s32 PS4_SYSV_ABI sem_init(); s32 PS4_SYSV_ABI sem_open(); s32 PS4_SYSV_ABI sem_post(); s32 PS4_SYSV_ABI sem_reltimedwait_np(); +s32 PS4_SYSV_ABI sem_setname(); s32 PS4_SYSV_ABI sem_timedwait(); s32 PS4_SYSV_ABI sem_trywait(); s32 PS4_SYSV_ABI sem_unlink(); @@ -999,20 +965,32 @@ s32 PS4_SYSV_ABI setuid(); s32 PS4_SYSV_ABI shm_open(); s32 PS4_SYSV_ABI shm_unlink(); s32 PS4_SYSV_ABI shutdown(); +s32 PS4_SYSV_ABI sigaction(); +s32 PS4_SYSV_ABI sigaddset(); +s32 PS4_SYSV_ABI sigaltstack(); +s32 PS4_SYSV_ABI sigdelset(); +s32 PS4_SYSV_ABI sigemptyset(); +s32 PS4_SYSV_ABI sigfillset(); +s32 PS4_SYSV_ABI sigismember(); s32 PS4_SYSV_ABI siglongjmp(); +s32 PS4_SYSV_ABI signal(); s32 PS4_SYSV_ABI sigpending(); +s32 PS4_SYSV_ABI sigprocmask(); s32 PS4_SYSV_ABI sigqueue(); s32 PS4_SYSV_ABI sigreturn(); s32 PS4_SYSV_ABI sigsetjmp(); +s32 PS4_SYSV_ABI sigsuspend(); s32 PS4_SYSV_ABI sigtimedwait(); s32 PS4_SYSV_ABI sigwait(); s32 PS4_SYSV_ABI sigwaitinfo(); s32 PS4_SYSV_ABI sleep(); s32 PS4_SYSV_ABI socket(); +s32 PS4_SYSV_ABI socketpair(); s32 PS4_SYSV_ABI stat(); s32 PS4_SYSV_ABI swapcontext(); s32 PS4_SYSV_ABI sync(); s32 PS4_SYSV_ABI sysarch(); +s32 PS4_SYSV_ABI sysconf(); s32 PS4_SYSV_ABI sysctl(); s32 PS4_SYSV_ABI sysctlbyname(); s32 PS4_SYSV_ABI sysctlnametomib(); @@ -1044,9 +1022,11 @@ s32 PS4_SYSV_ABI write(); s32 PS4_SYSV_ABI writev(); s32 PS4_SYSV_ABI Func_37DE1AD13E05E3E5(); s32 PS4_SYSV_ABI Func_71A7C3C5AEB8B0EE(); +s32 PS4_SYSV_ABI Func_829822FC6C04D88B(); s32 PS4_SYSV_ABI Func_866AB0F0694DFAD2(); s32 PS4_SYSV_ABI Func_8CCB8DA014423D48(); s32 PS4_SYSV_ABI Func_AAD1CE2ED156ABB6(); +s32 PS4_SYSV_ABI Func_B95F988A5707A80B(); s32 PS4_SYSV_ABI Func_BDF61AC64C672574(); s32 PS4_SYSV_ABI Func_BFEA9394D8C5EA41(); s32 PS4_SYSV_ABI Func_C740D02B44D70E4D(); @@ -1055,11 +1035,31 @@ s32 PS4_SYSV_ABI Func_DB02A3203D221953(); s32 PS4_SYSV_ABI Func_DB1838257BDA27A9(); s32 PS4_SYSV_ABI Func_FCF341DED7E70FC7(); s32 PS4_SYSV_ABI Func_FEE3EAF3655B44C2(); +s32 PS4_SYSV_ABI sceKernelIsProspero(); +s32 PS4_SYSV_ABI sceKernelGetOpenPsId(); s32 PS4_SYSV_ABI Func_0A531D1EEBBE4750(); s32 PS4_SYSV_ABI sceKernelGetModuleInfo2(); s32 PS4_SYSV_ABI sceKernelGetModuleList2(); -s32 PS4_SYSV_ABI sceKernelIsProspero(); s32 PS4_SYSV_ABI sceKernelIsModuleLoaded(); +s32 PS4_SYSV_ABI sysc_e00(); +s32 PS4_SYSV_ABI sysc_s00(); +s32 PS4_SYSV_ABI sceCoredumpAttachMemoryRegion(); +s32 PS4_SYSV_ABI sceCoredumpAttachMemoryRegionAsUserFile(); +s32 PS4_SYSV_ABI sceCoredumpAttachUserFile(); +s32 PS4_SYSV_ABI sceCoredumpAttachUserMemoryFile(); +s32 PS4_SYSV_ABI sceCoredumpConfigDumpMode(); +s32 PS4_SYSV_ABI sceCoredumpDebugTextOut(); +s32 PS4_SYSV_ABI sceCoredumpGetStopInfoCpu(); +s32 PS4_SYSV_ABI sceCoredumpGetStopInfoGpu(); +s32 PS4_SYSV_ABI sceCoredumpGetThreadContextInfo(); +s32 PS4_SYSV_ABI sceCoredumpInternalGetThreadContextInfo(); +s32 PS4_SYSV_ABI sceCoredumpRegisterCoredumpHandler(); +s32 PS4_SYSV_ABI sceCoredumpSetUserDataType(); +s32 PS4_SYSV_ABI sceCoredumpUnregisterCoredumpHandler(); +s32 PS4_SYSV_ABI sceCoredumpWriteUserData(); +s32 PS4_SYSV_ABI Func_9889095293F9BCAA(); +s32 PS4_SYSV_ABI sceCoredumpDebugForceCoredumpOnAppClose(); +s32 PS4_SYSV_ABI sceCoredumpDebugTriggerCoredump(); void RegisterLib(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::Kernel \ No newline at end of file diff --git a/libraries/libcinternal.cpp b/libraries/libcinternal.cpp index 94994d4..81b7dc9 100644 --- a/libraries/libcinternal.cpp +++ b/libraries/libcinternal.cpp @@ -8,11 +8,6 @@ namespace Libraries::LibcInternal { -s32 PS4_SYSV_ABI sceLibcHeapGetTraceInfo() { - LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); - return ORBIS_OK; -} - s32 PS4_SYSV_ABI __absvdi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; @@ -15323,4768 +15318,4527 @@ s32 PS4_SYSV_ABI Func_C14A89D29B148C3A() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceLibcHeapGetTraceInfo() { + LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); + return ORBIS_OK; +} + void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("NWtTN10cJzE", "libSceLibcInternalExt", 1, "libSceLibcInternal", 1, 1, - sceLibcHeapGetTraceInfo); - LIB_FUNCTION("ys1W6EwuVw4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __absvdi2); - LIB_FUNCTION("2HED9ow7Zjc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __absvsi2); - LIB_FUNCTION("v9XNTmsmz+M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __absvti2); - LIB_FUNCTION("3CAYAjL-BLs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __adddf3); - LIB_FUNCTION("mhIInD5nz8I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __addsf3); - LIB_FUNCTION("8gG-+co6LfM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __addvdi3); - LIB_FUNCTION("gsnW-FWQqZo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __addvsi3); - LIB_FUNCTION("IjlonFkCFDs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __addvti3); - LIB_FUNCTION("CS91br93fag", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ashldi3); - LIB_FUNCTION("ECUHmdEfhic", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ashlti3); - LIB_FUNCTION("fSZ+gbf8Ekc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ashrdi3); - LIB_FUNCTION("7+0ouwmGDww", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ashrti3); - LIB_FUNCTION("ClfCoK1Zeb4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ys1W6EwuVw4", "libSceLibcInternal", 1, "libSceLibcInternal", __absvdi2); + LIB_FUNCTION("2HED9ow7Zjc", "libSceLibcInternal", 1, "libSceLibcInternal", __absvsi2); + LIB_FUNCTION("v9XNTmsmz+M", "libSceLibcInternal", 1, "libSceLibcInternal", __absvti2); + LIB_FUNCTION("3CAYAjL-BLs", "libSceLibcInternal", 1, "libSceLibcInternal", __adddf3); + LIB_FUNCTION("mhIInD5nz8I", "libSceLibcInternal", 1, "libSceLibcInternal", __addsf3); + LIB_FUNCTION("8gG-+co6LfM", "libSceLibcInternal", 1, "libSceLibcInternal", __addvdi3); + LIB_FUNCTION("gsnW-FWQqZo", "libSceLibcInternal", 1, "libSceLibcInternal", __addvsi3); + LIB_FUNCTION("IjlonFkCFDs", "libSceLibcInternal", 1, "libSceLibcInternal", __addvti3); + LIB_FUNCTION("CS91br93fag", "libSceLibcInternal", 1, "libSceLibcInternal", __ashldi3); + LIB_FUNCTION("ECUHmdEfhic", "libSceLibcInternal", 1, "libSceLibcInternal", __ashlti3); + LIB_FUNCTION("fSZ+gbf8Ekc", "libSceLibcInternal", 1, "libSceLibcInternal", __ashrdi3); + LIB_FUNCTION("7+0ouwmGDww", "libSceLibcInternal", 1, "libSceLibcInternal", __ashrti3); + LIB_FUNCTION("ClfCoK1Zeb4", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_compare_exchange); - LIB_FUNCTION("ZwapHUAcijE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ZwapHUAcijE", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_compare_exchange_1); - LIB_FUNCTION("MwiKdf6QFvI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MwiKdf6QFvI", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_compare_exchange_2); - LIB_FUNCTION("lku-VgKK0RE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lku-VgKK0RE", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_compare_exchange_4); - LIB_FUNCTION("tnlAgPCKyTk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tnlAgPCKyTk", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_compare_exchange_8); - LIB_FUNCTION("hsn2TaF3poY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hsn2TaF3poY", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_compare_exchange_n); - LIB_FUNCTION("5i8mTQeo9hs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_exchange); - LIB_FUNCTION("z8lecpCHpqU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5i8mTQeo9hs", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_exchange); + LIB_FUNCTION("z8lecpCHpqU", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_exchange_1); - LIB_FUNCTION("HDvFM0iZYXo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HDvFM0iZYXo", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_exchange_2); - LIB_FUNCTION("yit-Idli5gU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("yit-Idli5gU", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_exchange_4); - LIB_FUNCTION("UOz27kgch8k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("UOz27kgch8k", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_exchange_8); - LIB_FUNCTION("oCH4efUlxZ0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("oCH4efUlxZ0", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_exchange_n); - LIB_FUNCTION("Qb86Y5QldaE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Qb86Y5QldaE", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_add_1); - LIB_FUNCTION("wEImmi0YYQM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wEImmi0YYQM", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_add_2); - LIB_FUNCTION("U8pDVMfBDUY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("U8pDVMfBDUY", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_add_4); - LIB_FUNCTION("SqcnaljoFBw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SqcnaljoFBw", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_add_8); - LIB_FUNCTION("Q3-0HGD3Y48", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Q3-0HGD3Y48", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_and_1); - LIB_FUNCTION("A71XWS1kKqA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("A71XWS1kKqA", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_and_2); - LIB_FUNCTION("E-XEmpL9i1A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("E-XEmpL9i1A", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_and_4); - LIB_FUNCTION("xMksIr3nXug", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xMksIr3nXug", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_and_8); - LIB_FUNCTION("LvLuiirFk8U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("LvLuiirFk8U", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_or_1); - LIB_FUNCTION("aSNAf0kxC+Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aSNAf0kxC+Y", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_or_2); - LIB_FUNCTION("AFRS4-8aOSo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("AFRS4-8aOSo", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_or_4); - LIB_FUNCTION("5ZKavcBG7eM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5ZKavcBG7eM", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_or_8); - LIB_FUNCTION("HWBJOsgJBT8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HWBJOsgJBT8", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_sub_1); - LIB_FUNCTION("yvhjR7PTRgc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("yvhjR7PTRgc", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_sub_2); - LIB_FUNCTION("-mUC21i8WBQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-mUC21i8WBQ", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_sub_4); - LIB_FUNCTION("K+k1HlhjyuA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("K+k1HlhjyuA", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_sub_8); - LIB_FUNCTION("aWc+LyHD1vk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aWc+LyHD1vk", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_xor_1); - LIB_FUNCTION("PZoM-Yn6g2Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PZoM-Yn6g2Q", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_xor_2); - LIB_FUNCTION("pPdYDr1KDsI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("pPdYDr1KDsI", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_xor_4); - LIB_FUNCTION("Dw3ieb2rMmU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Dw3ieb2rMmU", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_fetch_xor_8); - LIB_FUNCTION("JZWEhLSIMoQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JZWEhLSIMoQ", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_is_lock_free); - LIB_FUNCTION("+iy+BecyFVw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_load); - LIB_FUNCTION("cWgvLiSJSOQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_load_1); - LIB_FUNCTION("ufqiLmjiBeM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_load_2); - LIB_FUNCTION("F+m2tOMgeTo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_load_4); - LIB_FUNCTION("8KwflkOtvZ8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_load_8); - LIB_FUNCTION("Q6oqEnefZQ8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_load_n); - LIB_FUNCTION("sV6ry-Fd-TM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_store); - LIB_FUNCTION("ZF6hpsTZ2m8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_store_1); - LIB_FUNCTION("-JjkEief9No", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_store_2); - LIB_FUNCTION("4tDF0D+qdWk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_store_4); - LIB_FUNCTION("DEQmHCl-EGU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_store_8); - LIB_FUNCTION("GdwuPYbVpP4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __atomic_store_n); - LIB_FUNCTION("XGNIEdRyYPo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __cleanup); - LIB_FUNCTION("gCf7+aGEhnU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __clzdi2); - LIB_FUNCTION("ptL8XWgpGS4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __clzsi2); - LIB_FUNCTION("jPywoVsPVR8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __clzti2); - LIB_FUNCTION("OvbYtSGnzFk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __cmpdi2); - LIB_FUNCTION("u2kPEkUHfsg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __cmpti2); - LIB_FUNCTION("yDPuV0SXp7g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ctzdi2); - LIB_FUNCTION("2NvhgiBTcVE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ctzsi2); - LIB_FUNCTION("olBDzD1rX2Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ctzti2); - LIB_FUNCTION("IJKVjsmxxWI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+iy+BecyFVw", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_load); + LIB_FUNCTION("cWgvLiSJSOQ", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_load_1); + LIB_FUNCTION("ufqiLmjiBeM", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_load_2); + LIB_FUNCTION("F+m2tOMgeTo", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_load_4); + LIB_FUNCTION("8KwflkOtvZ8", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_load_8); + LIB_FUNCTION("Q6oqEnefZQ8", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_load_n); + LIB_FUNCTION("sV6ry-Fd-TM", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_store); + LIB_FUNCTION("ZF6hpsTZ2m8", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_store_1); + LIB_FUNCTION("-JjkEief9No", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_store_2); + LIB_FUNCTION("4tDF0D+qdWk", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_store_4); + LIB_FUNCTION("DEQmHCl-EGU", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_store_8); + LIB_FUNCTION("GdwuPYbVpP4", "libSceLibcInternal", 1, "libSceLibcInternal", __atomic_store_n); + LIB_FUNCTION("XGNIEdRyYPo", "libSceLibcInternal", 1, "libSceLibcInternal", __cleanup); + LIB_FUNCTION("gCf7+aGEhnU", "libSceLibcInternal", 1, "libSceLibcInternal", __clzdi2); + LIB_FUNCTION("ptL8XWgpGS4", "libSceLibcInternal", 1, "libSceLibcInternal", __clzsi2); + LIB_FUNCTION("jPywoVsPVR8", "libSceLibcInternal", 1, "libSceLibcInternal", __clzti2); + LIB_FUNCTION("OvbYtSGnzFk", "libSceLibcInternal", 1, "libSceLibcInternal", __cmpdi2); + LIB_FUNCTION("u2kPEkUHfsg", "libSceLibcInternal", 1, "libSceLibcInternal", __cmpti2); + LIB_FUNCTION("yDPuV0SXp7g", "libSceLibcInternal", 1, "libSceLibcInternal", __ctzdi2); + LIB_FUNCTION("2NvhgiBTcVE", "libSceLibcInternal", 1, "libSceLibcInternal", __ctzsi2); + LIB_FUNCTION("olBDzD1rX2Y", "libSceLibcInternal", 1, "libSceLibcInternal", __ctzti2); + LIB_FUNCTION("IJKVjsmxxWI", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_allocate_dependent_exception); - LIB_FUNCTION("cfAXurvfl5o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cfAXurvfl5o", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_allocate_exception); - LIB_FUNCTION("tsvEmnenz48", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __cxa_atexit); - LIB_FUNCTION("pBxafllkvt0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __cxa_bad_cast); - LIB_FUNCTION("xcc6DTcL8QA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __cxa_bad_typeid); - LIB_FUNCTION("3cUUypQzMiI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __cxa_begin_catch); - LIB_FUNCTION("usKbuvy2hQg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tsvEmnenz48", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_atexit); + LIB_FUNCTION("pBxafllkvt0", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_bad_cast); + LIB_FUNCTION("xcc6DTcL8QA", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_bad_typeid); + LIB_FUNCTION("3cUUypQzMiI", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_begin_catch); + LIB_FUNCTION("usKbuvy2hQg", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_call_unexpected); - LIB_FUNCTION("BxPeH9TTcs4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BxPeH9TTcs4", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_current_exception_type); - LIB_FUNCTION("RY8mQlhg7mI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RY8mQlhg7mI", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_current_primary_exception); - LIB_FUNCTION("MQFPAqQPt1s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MQFPAqQPt1s", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_decrement_exception_refcount); - LIB_FUNCTION("zMCYAqNRllc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __cxa_demangle); - LIB_FUNCTION("lX+4FNUklF0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __cxa_end_catch); - LIB_FUNCTION("H2e8t5ScQGc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __cxa_finalize); - LIB_FUNCTION("kBxt5LwtLA4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zMCYAqNRllc", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_demangle); + LIB_FUNCTION("lX+4FNUklF0", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_end_catch); + LIB_FUNCTION("H2e8t5ScQGc", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_finalize); + LIB_FUNCTION("kBxt5LwtLA4", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_free_dependent_exception); - LIB_FUNCTION("nOIEswYD4Ig", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("nOIEswYD4Ig", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_free_exception); - LIB_FUNCTION("Y6Sl4Xw7gfA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Y6Sl4Xw7gfA", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_get_exception_ptr); - LIB_FUNCTION("3rJJb81CDM4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __cxa_get_globals); - LIB_FUNCTION("uCRed7SvX5E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("3rJJb81CDM4", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_get_globals); + LIB_FUNCTION("uCRed7SvX5E", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_get_globals_fast); - LIB_FUNCTION("2emaaluWzUw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __cxa_guard_abort); - LIB_FUNCTION("3GPpjQdAMTw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2emaaluWzUw", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_guard_abort); + LIB_FUNCTION("3GPpjQdAMTw", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_guard_acquire); - LIB_FUNCTION("9rAeANT2tyE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9rAeANT2tyE", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_guard_release); - LIB_FUNCTION("PsrRUg671K0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PsrRUg671K0", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_increment_exception_refcount); - LIB_FUNCTION("zr094EQ39Ww", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __cxa_pure_virtual); - LIB_FUNCTION("ZL9FV4mJXxo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __cxa_rethrow); - LIB_FUNCTION("qKQiNX91IGo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zr094EQ39Ww", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_pure_virtual); + LIB_FUNCTION("ZL9FV4mJXxo", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_rethrow); + LIB_FUNCTION("qKQiNX91IGo", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_rethrow_primary_exception); - LIB_FUNCTION("vkuuLfhnSZI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __cxa_throw); - LIB_FUNCTION("eTP9Mz4KkY4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __divdc3); - LIB_FUNCTION("mdGgLADsq8A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __divdf3); - LIB_FUNCTION("9daYeu+0Y-A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __divdi3); - LIB_FUNCTION("1rs4-h7Fq9U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __divmoddi4); - LIB_FUNCTION("rtBENmz8Iwc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __divmodsi4); - LIB_FUNCTION("dcaiFCKtoDg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __divsc3); - LIB_FUNCTION("nufufTB4jcI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __divsf3); - LIB_FUNCTION("zdJ3GXAcI9M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __divsi3); - LIB_FUNCTION("XU4yLKvcDh0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __divti3); - LIB_FUNCTION("SNdBm+sNfM4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __divxc3); - LIB_FUNCTION("hMAe+TWS9mQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __dynamic_cast); - LIB_FUNCTION("8F52nf7VDS8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __eqdf2); - LIB_FUNCTION("LmXIpdHppBM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __eqsf2); - LIB_FUNCTION("6zU++1tayjA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __extendsfdf2); - LIB_FUNCTION("CVoT4wFYleE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fe_dfl_env); - LIB_FUNCTION("1IB0U3rUtBw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __fedisableexcept); - LIB_FUNCTION("NDOLSTFT1ns", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __feenableexcept); - LIB_FUNCTION("E1iwBYkG3CM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fflush); - LIB_FUNCTION("r3tNGoVJ2YA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ffsdi2); - LIB_FUNCTION("b54DvYZEHj4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ffsti2); - LIB_FUNCTION("q9SHp+5SOOQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixdfdi); - LIB_FUNCTION("saNCRNfjeeg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixdfsi); - LIB_FUNCTION("cY4yCWdcTXE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixdfti); - LIB_FUNCTION("0eoyU-FoNyk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixsfdi); - LIB_FUNCTION("3qQmz11yFaA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixsfsi); - LIB_FUNCTION("IHq2IaY4UGg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixsfti); - LIB_FUNCTION("h8nbSvw0s+M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixunsdfdi); - LIB_FUNCTION("6WwFtNvnDag", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixunsdfsi); - LIB_FUNCTION("rLuypv9iADw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixunsdfti); - LIB_FUNCTION("Qa6HUR3h1k4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixunssfdi); - LIB_FUNCTION("NcZqFTG-RBs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixunssfsi); - LIB_FUNCTION("mCESRUqZ+mw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixunssfti); - LIB_FUNCTION("DG8dDx9ZV70", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixunsxfdi); - LIB_FUNCTION("dtMu9zCDn3s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixunsxfsi); - LIB_FUNCTION("l0qC0BR1F44", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixunsxfti); - LIB_FUNCTION("31g+YJf1fHk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixxfdi); - LIB_FUNCTION("usQDRS-1HZ8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __fixxfti); - LIB_FUNCTION("BMVIEbwpP+8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __floatdidf); - LIB_FUNCTION("2SSK3UFPqgQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __floatdisf); - LIB_FUNCTION("MVPtIf3MtL8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __floatdixf); - LIB_FUNCTION("X7A21ChFXPQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __floatsidf); - LIB_FUNCTION("rdht7pwpNfM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __floatsisf); - LIB_FUNCTION("EtpM9Qdy8D4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __floattidf); - LIB_FUNCTION("VlDpPYOXL58", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __floattisf); - LIB_FUNCTION("dJvVWc2jOP4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __floattixf); - LIB_FUNCTION("1RNxpXpVWs4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __floatundidf); - LIB_FUNCTION("9tnIVFbvOrw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __floatundisf); - LIB_FUNCTION("3A9RVSwG8B0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __floatundixf); - LIB_FUNCTION("OdvMJCV7Oxo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __floatunsidf); - LIB_FUNCTION("RC3VBr2l94o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __floatunsisf); - LIB_FUNCTION("ibs6jIR0Bw0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __floatuntidf); - LIB_FUNCTION("KLfd8g4xp+c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __floatuntisf); - LIB_FUNCTION("OdzLUcBLhb4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __floatuntixf); - LIB_FUNCTION("qlWiRfOJx1A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __fpclassifyd); - LIB_FUNCTION("z7aCCd9hMsI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __fpclassifyf); - LIB_FUNCTION("zwV79ZJ9qAU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __fpclassifyl); - LIB_FUNCTION("hXA24GbAPBk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __gedf2); - LIB_FUNCTION("mdLGxBXl6nk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __gesf2); - LIB_FUNCTION("1PvImz6yb4M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __gtdf2); - LIB_FUNCTION("ICY0Px6zjjo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __gtsf2); - LIB_FUNCTION("XwLA5cTHjt4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vkuuLfhnSZI", "libSceLibcInternal", 1, "libSceLibcInternal", __cxa_throw); + LIB_FUNCTION("eTP9Mz4KkY4", "libSceLibcInternal", 1, "libSceLibcInternal", __divdc3); + LIB_FUNCTION("mdGgLADsq8A", "libSceLibcInternal", 1, "libSceLibcInternal", __divdf3); + LIB_FUNCTION("9daYeu+0Y-A", "libSceLibcInternal", 1, "libSceLibcInternal", __divdi3); + LIB_FUNCTION("1rs4-h7Fq9U", "libSceLibcInternal", 1, "libSceLibcInternal", __divmoddi4); + LIB_FUNCTION("rtBENmz8Iwc", "libSceLibcInternal", 1, "libSceLibcInternal", __divmodsi4); + LIB_FUNCTION("dcaiFCKtoDg", "libSceLibcInternal", 1, "libSceLibcInternal", __divsc3); + LIB_FUNCTION("nufufTB4jcI", "libSceLibcInternal", 1, "libSceLibcInternal", __divsf3); + LIB_FUNCTION("zdJ3GXAcI9M", "libSceLibcInternal", 1, "libSceLibcInternal", __divsi3); + LIB_FUNCTION("XU4yLKvcDh0", "libSceLibcInternal", 1, "libSceLibcInternal", __divti3); + LIB_FUNCTION("SNdBm+sNfM4", "libSceLibcInternal", 1, "libSceLibcInternal", __divxc3); + LIB_FUNCTION("hMAe+TWS9mQ", "libSceLibcInternal", 1, "libSceLibcInternal", __dynamic_cast); + LIB_FUNCTION("8F52nf7VDS8", "libSceLibcInternal", 1, "libSceLibcInternal", __eqdf2); + LIB_FUNCTION("LmXIpdHppBM", "libSceLibcInternal", 1, "libSceLibcInternal", __eqsf2); + LIB_FUNCTION("6zU++1tayjA", "libSceLibcInternal", 1, "libSceLibcInternal", __extendsfdf2); + LIB_FUNCTION("CVoT4wFYleE", "libSceLibcInternal", 1, "libSceLibcInternal", __fe_dfl_env); + LIB_FUNCTION("1IB0U3rUtBw", "libSceLibcInternal", 1, "libSceLibcInternal", __fedisableexcept); + LIB_FUNCTION("NDOLSTFT1ns", "libSceLibcInternal", 1, "libSceLibcInternal", __feenableexcept); + LIB_FUNCTION("E1iwBYkG3CM", "libSceLibcInternal", 1, "libSceLibcInternal", __fflush); + LIB_FUNCTION("r3tNGoVJ2YA", "libSceLibcInternal", 1, "libSceLibcInternal", __ffsdi2); + LIB_FUNCTION("b54DvYZEHj4", "libSceLibcInternal", 1, "libSceLibcInternal", __ffsti2); + LIB_FUNCTION("q9SHp+5SOOQ", "libSceLibcInternal", 1, "libSceLibcInternal", __fixdfdi); + LIB_FUNCTION("saNCRNfjeeg", "libSceLibcInternal", 1, "libSceLibcInternal", __fixdfsi); + LIB_FUNCTION("cY4yCWdcTXE", "libSceLibcInternal", 1, "libSceLibcInternal", __fixdfti); + LIB_FUNCTION("0eoyU-FoNyk", "libSceLibcInternal", 1, "libSceLibcInternal", __fixsfdi); + LIB_FUNCTION("3qQmz11yFaA", "libSceLibcInternal", 1, "libSceLibcInternal", __fixsfsi); + LIB_FUNCTION("IHq2IaY4UGg", "libSceLibcInternal", 1, "libSceLibcInternal", __fixsfti); + LIB_FUNCTION("h8nbSvw0s+M", "libSceLibcInternal", 1, "libSceLibcInternal", __fixunsdfdi); + LIB_FUNCTION("6WwFtNvnDag", "libSceLibcInternal", 1, "libSceLibcInternal", __fixunsdfsi); + LIB_FUNCTION("rLuypv9iADw", "libSceLibcInternal", 1, "libSceLibcInternal", __fixunsdfti); + LIB_FUNCTION("Qa6HUR3h1k4", "libSceLibcInternal", 1, "libSceLibcInternal", __fixunssfdi); + LIB_FUNCTION("NcZqFTG-RBs", "libSceLibcInternal", 1, "libSceLibcInternal", __fixunssfsi); + LIB_FUNCTION("mCESRUqZ+mw", "libSceLibcInternal", 1, "libSceLibcInternal", __fixunssfti); + LIB_FUNCTION("DG8dDx9ZV70", "libSceLibcInternal", 1, "libSceLibcInternal", __fixunsxfdi); + LIB_FUNCTION("dtMu9zCDn3s", "libSceLibcInternal", 1, "libSceLibcInternal", __fixunsxfsi); + LIB_FUNCTION("l0qC0BR1F44", "libSceLibcInternal", 1, "libSceLibcInternal", __fixunsxfti); + LIB_FUNCTION("31g+YJf1fHk", "libSceLibcInternal", 1, "libSceLibcInternal", __fixxfdi); + LIB_FUNCTION("usQDRS-1HZ8", "libSceLibcInternal", 1, "libSceLibcInternal", __fixxfti); + LIB_FUNCTION("BMVIEbwpP+8", "libSceLibcInternal", 1, "libSceLibcInternal", __floatdidf); + LIB_FUNCTION("2SSK3UFPqgQ", "libSceLibcInternal", 1, "libSceLibcInternal", __floatdisf); + LIB_FUNCTION("MVPtIf3MtL8", "libSceLibcInternal", 1, "libSceLibcInternal", __floatdixf); + LIB_FUNCTION("X7A21ChFXPQ", "libSceLibcInternal", 1, "libSceLibcInternal", __floatsidf); + LIB_FUNCTION("rdht7pwpNfM", "libSceLibcInternal", 1, "libSceLibcInternal", __floatsisf); + LIB_FUNCTION("EtpM9Qdy8D4", "libSceLibcInternal", 1, "libSceLibcInternal", __floattidf); + LIB_FUNCTION("VlDpPYOXL58", "libSceLibcInternal", 1, "libSceLibcInternal", __floattisf); + LIB_FUNCTION("dJvVWc2jOP4", "libSceLibcInternal", 1, "libSceLibcInternal", __floattixf); + LIB_FUNCTION("1RNxpXpVWs4", "libSceLibcInternal", 1, "libSceLibcInternal", __floatundidf); + LIB_FUNCTION("9tnIVFbvOrw", "libSceLibcInternal", 1, "libSceLibcInternal", __floatundisf); + LIB_FUNCTION("3A9RVSwG8B0", "libSceLibcInternal", 1, "libSceLibcInternal", __floatundixf); + LIB_FUNCTION("OdvMJCV7Oxo", "libSceLibcInternal", 1, "libSceLibcInternal", __floatunsidf); + LIB_FUNCTION("RC3VBr2l94o", "libSceLibcInternal", 1, "libSceLibcInternal", __floatunsisf); + LIB_FUNCTION("ibs6jIR0Bw0", "libSceLibcInternal", 1, "libSceLibcInternal", __floatuntidf); + LIB_FUNCTION("KLfd8g4xp+c", "libSceLibcInternal", 1, "libSceLibcInternal", __floatuntisf); + LIB_FUNCTION("OdzLUcBLhb4", "libSceLibcInternal", 1, "libSceLibcInternal", __floatuntixf); + LIB_FUNCTION("qlWiRfOJx1A", "libSceLibcInternal", 1, "libSceLibcInternal", __fpclassifyd); + LIB_FUNCTION("z7aCCd9hMsI", "libSceLibcInternal", 1, "libSceLibcInternal", __fpclassifyf); + LIB_FUNCTION("zwV79ZJ9qAU", "libSceLibcInternal", 1, "libSceLibcInternal", __fpclassifyl); + LIB_FUNCTION("hXA24GbAPBk", "libSceLibcInternal", 1, "libSceLibcInternal", __gedf2); + LIB_FUNCTION("mdLGxBXl6nk", "libSceLibcInternal", 1, "libSceLibcInternal", __gesf2); + LIB_FUNCTION("1PvImz6yb4M", "libSceLibcInternal", 1, "libSceLibcInternal", __gtdf2); + LIB_FUNCTION("ICY0Px6zjjo", "libSceLibcInternal", 1, "libSceLibcInternal", __gtsf2); + LIB_FUNCTION("XwLA5cTHjt4", "libSceLibcInternal", 1, "libSceLibcInternal", __gxx_personality_v0); - LIB_FUNCTION("7p7kTAJcuGg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __inet_addr); - LIB_FUNCTION("a7ToDPsIQrc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __inet_aton); - LIB_FUNCTION("6i5aLrxRhG0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __inet_ntoa); - LIB_FUNCTION("H2QD+kNpa+U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __inet_ntoa_r); - LIB_FUNCTION("dhK16CKwhQg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isfinite); - LIB_FUNCTION("Q8pvJimUWis", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isfinitef); - LIB_FUNCTION("3-zCDXatSU4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isfinitel); - LIB_FUNCTION("V02oFv+-JzA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isinf); - LIB_FUNCTION("rDMyAf1Jhug", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isinff); - LIB_FUNCTION("gLGmR9aan4c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isinfl); - LIB_FUNCTION("GfxAp9Xyiqs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isnan); - LIB_FUNCTION("lA94ZgT+vMM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isnanf); - LIB_FUNCTION("YBRHNH4+dDo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isnanl); - LIB_FUNCTION("fGPRa6T+Cu8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isnormal); - LIB_FUNCTION("WkYnBHFsmW4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isnormalf); - LIB_FUNCTION("S3nFV6TR1Dw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isnormall); - LIB_FUNCTION("q1OvUam0BJU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __isthreaded); - LIB_FUNCTION("-m7FIvSBbMM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __kernel_cos); - LIB_FUNCTION("7ruwcMCJVGI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __kernel_cosdf); - LIB_FUNCTION("GLNDoAYNlLQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __kernel_rem_pio2); - LIB_FUNCTION("zpy7LnTL5p0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __kernel_sin); - LIB_FUNCTION("2Lvc7KWtErs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __kernel_sindf); - LIB_FUNCTION("F78ECICRxho", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ledf2); - LIB_FUNCTION("hbiV9vHqTgo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __lesf2); - LIB_FUNCTION("9mKjVppFsL0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __longjmp); - LIB_FUNCTION("18E1gOH7cmk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __lshrdi3); - LIB_FUNCTION("1iRAqEqEL0Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __lshrti3); - LIB_FUNCTION("tcBJa2sYx0w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ltdf2); - LIB_FUNCTION("259y57ZdZ3I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ltsf2); - LIB_FUNCTION("77pL1FoD4I4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __mb_cur_max); - LIB_FUNCTION("fGYLBr2COwA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __mb_sb_limit); - LIB_FUNCTION("gQFVRFgFi48", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __moddi3); - LIB_FUNCTION("k0vARyJi9oU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __modsi3); - LIB_FUNCTION("J8JRHcUKWP4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __modti3); - LIB_FUNCTION("D4Hf-0ik5xU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __muldc3); - LIB_FUNCTION("O+Bv-zodKLw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __muldf3); - LIB_FUNCTION("Hf8hPlDoVsw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __muldi3); - LIB_FUNCTION("wVbBBrqhwdw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __mulodi4); - LIB_FUNCTION("DDxNvs1a9jM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __mulosi4); - LIB_FUNCTION("+X-5yNFPbDw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __muloti4); - LIB_FUNCTION("y+E+IUZYVmU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __mulsc3); - LIB_FUNCTION("BXmn6hA5o0M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __mulsf3); - LIB_FUNCTION("zhAIFVIN1Ds", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __multi3); - LIB_FUNCTION("Uyfpss5cZDE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __mulvdi3); - LIB_FUNCTION("tFgzEdfmEjI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __mulvsi3); - LIB_FUNCTION("6gc1Q7uu244", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __mulvti3); - LIB_FUNCTION("gZWsDrmeBsg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __mulxc3); - LIB_FUNCTION("ocyIiJnJW24", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __nedf2); - LIB_FUNCTION("tWI4Ej9k9BY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __negdf2); - LIB_FUNCTION("Rj4qy44yYUw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __negdi2); - LIB_FUNCTION("4f+Q5Ka3Ex0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __negsf2); - LIB_FUNCTION("Zofiv1PMmR4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __negti2); - LIB_FUNCTION("fh54IRxGBUQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __negvdi2); - LIB_FUNCTION("7xnsvjuqtZQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __negvsi2); - LIB_FUNCTION("QW-f9vYgI7g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __negvti2); - LIB_FUNCTION("OWZ3ZLkgye8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __nesf2); - LIB_FUNCTION("KOy7MeQ7OAU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __opendir2); - LIB_FUNCTION("RDeUB6JGi1U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __paritydi2); - LIB_FUNCTION("9xUnIQ53Ao4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __paritysi2); - LIB_FUNCTION("vBP4ytNRXm0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __parityti2); - LIB_FUNCTION("m4S+lkRvTVY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __popcountdi2); - LIB_FUNCTION("IBn9qjWnXIw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __popcountsi2); - LIB_FUNCTION("l1wz5R6cIxE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - __popcountti2); - LIB_FUNCTION("H+8UBOwfScI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __powidf2); - LIB_FUNCTION("EiMkgQsOfU0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __powisf2); - LIB_FUNCTION("DSI7bz2Jt-I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __powixf2); - LIB_FUNCTION("Rw4J-22tu1U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __signbit); - LIB_FUNCTION("CjQROLB88a4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __signbitf); - LIB_FUNCTION("Cj81LPErPCc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __signbitl); - LIB_FUNCTION("fIskTFX9p68", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __srefill); - LIB_FUNCTION("yDnwZsMnX0Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __srget); - LIB_FUNCTION("as8Od-tH1BI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __stderrp); - LIB_FUNCTION("bgAcsbcEznc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __stdinp); - LIB_FUNCTION("zqJhBxAKfsc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __stdoutp); - LIB_FUNCTION("HLDcfGUMNWY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __subdf3); - LIB_FUNCTION("FeyelHfQPzo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __subsf3); - LIB_FUNCTION("+kvyBGa+5VI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __subvdi3); - LIB_FUNCTION("y8j-jP6bHW4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __subvsi3); - LIB_FUNCTION("cbyLM5qrvHs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __subvti3); - LIB_FUNCTION("TP6INgQ6N4o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __swbuf); - LIB_FUNCTION("+WLgzxv5xYA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7p7kTAJcuGg", "libSceLibcInternal", 1, "libSceLibcInternal", __inet_addr); + LIB_FUNCTION("a7ToDPsIQrc", "libSceLibcInternal", 1, "libSceLibcInternal", __inet_aton); + LIB_FUNCTION("6i5aLrxRhG0", "libSceLibcInternal", 1, "libSceLibcInternal", __inet_ntoa); + LIB_FUNCTION("H2QD+kNpa+U", "libSceLibcInternal", 1, "libSceLibcInternal", __inet_ntoa_r); + LIB_FUNCTION("dhK16CKwhQg", "libSceLibcInternal", 1, "libSceLibcInternal", __isfinite); + LIB_FUNCTION("Q8pvJimUWis", "libSceLibcInternal", 1, "libSceLibcInternal", __isfinitef); + LIB_FUNCTION("3-zCDXatSU4", "libSceLibcInternal", 1, "libSceLibcInternal", __isfinitel); + LIB_FUNCTION("V02oFv+-JzA", "libSceLibcInternal", 1, "libSceLibcInternal", __isinf); + LIB_FUNCTION("rDMyAf1Jhug", "libSceLibcInternal", 1, "libSceLibcInternal", __isinff); + LIB_FUNCTION("gLGmR9aan4c", "libSceLibcInternal", 1, "libSceLibcInternal", __isinfl); + LIB_FUNCTION("GfxAp9Xyiqs", "libSceLibcInternal", 1, "libSceLibcInternal", __isnan); + LIB_FUNCTION("lA94ZgT+vMM", "libSceLibcInternal", 1, "libSceLibcInternal", __isnanf); + LIB_FUNCTION("YBRHNH4+dDo", "libSceLibcInternal", 1, "libSceLibcInternal", __isnanl); + LIB_FUNCTION("fGPRa6T+Cu8", "libSceLibcInternal", 1, "libSceLibcInternal", __isnormal); + LIB_FUNCTION("WkYnBHFsmW4", "libSceLibcInternal", 1, "libSceLibcInternal", __isnormalf); + LIB_FUNCTION("S3nFV6TR1Dw", "libSceLibcInternal", 1, "libSceLibcInternal", __isnormall); + LIB_FUNCTION("q1OvUam0BJU", "libSceLibcInternal", 1, "libSceLibcInternal", __isthreaded); + LIB_FUNCTION("-m7FIvSBbMM", "libSceLibcInternal", 1, "libSceLibcInternal", __kernel_cos); + LIB_FUNCTION("7ruwcMCJVGI", "libSceLibcInternal", 1, "libSceLibcInternal", __kernel_cosdf); + LIB_FUNCTION("GLNDoAYNlLQ", "libSceLibcInternal", 1, "libSceLibcInternal", __kernel_rem_pio2); + LIB_FUNCTION("zpy7LnTL5p0", "libSceLibcInternal", 1, "libSceLibcInternal", __kernel_sin); + LIB_FUNCTION("2Lvc7KWtErs", "libSceLibcInternal", 1, "libSceLibcInternal", __kernel_sindf); + LIB_FUNCTION("F78ECICRxho", "libSceLibcInternal", 1, "libSceLibcInternal", __ledf2); + LIB_FUNCTION("hbiV9vHqTgo", "libSceLibcInternal", 1, "libSceLibcInternal", __lesf2); + LIB_FUNCTION("9mKjVppFsL0", "libSceLibcInternal", 1, "libSceLibcInternal", __longjmp); + LIB_FUNCTION("18E1gOH7cmk", "libSceLibcInternal", 1, "libSceLibcInternal", __lshrdi3); + LIB_FUNCTION("1iRAqEqEL0Y", "libSceLibcInternal", 1, "libSceLibcInternal", __lshrti3); + LIB_FUNCTION("tcBJa2sYx0w", "libSceLibcInternal", 1, "libSceLibcInternal", __ltdf2); + LIB_FUNCTION("259y57ZdZ3I", "libSceLibcInternal", 1, "libSceLibcInternal", __ltsf2); + LIB_FUNCTION("77pL1FoD4I4", "libSceLibcInternal", 1, "libSceLibcInternal", __mb_cur_max); + LIB_FUNCTION("fGYLBr2COwA", "libSceLibcInternal", 1, "libSceLibcInternal", __mb_sb_limit); + LIB_FUNCTION("gQFVRFgFi48", "libSceLibcInternal", 1, "libSceLibcInternal", __moddi3); + LIB_FUNCTION("k0vARyJi9oU", "libSceLibcInternal", 1, "libSceLibcInternal", __modsi3); + LIB_FUNCTION("J8JRHcUKWP4", "libSceLibcInternal", 1, "libSceLibcInternal", __modti3); + LIB_FUNCTION("D4Hf-0ik5xU", "libSceLibcInternal", 1, "libSceLibcInternal", __muldc3); + LIB_FUNCTION("O+Bv-zodKLw", "libSceLibcInternal", 1, "libSceLibcInternal", __muldf3); + LIB_FUNCTION("Hf8hPlDoVsw", "libSceLibcInternal", 1, "libSceLibcInternal", __muldi3); + LIB_FUNCTION("wVbBBrqhwdw", "libSceLibcInternal", 1, "libSceLibcInternal", __mulodi4); + LIB_FUNCTION("DDxNvs1a9jM", "libSceLibcInternal", 1, "libSceLibcInternal", __mulosi4); + LIB_FUNCTION("+X-5yNFPbDw", "libSceLibcInternal", 1, "libSceLibcInternal", __muloti4); + LIB_FUNCTION("y+E+IUZYVmU", "libSceLibcInternal", 1, "libSceLibcInternal", __mulsc3); + LIB_FUNCTION("BXmn6hA5o0M", "libSceLibcInternal", 1, "libSceLibcInternal", __mulsf3); + LIB_FUNCTION("zhAIFVIN1Ds", "libSceLibcInternal", 1, "libSceLibcInternal", __multi3); + LIB_FUNCTION("Uyfpss5cZDE", "libSceLibcInternal", 1, "libSceLibcInternal", __mulvdi3); + LIB_FUNCTION("tFgzEdfmEjI", "libSceLibcInternal", 1, "libSceLibcInternal", __mulvsi3); + LIB_FUNCTION("6gc1Q7uu244", "libSceLibcInternal", 1, "libSceLibcInternal", __mulvti3); + LIB_FUNCTION("gZWsDrmeBsg", "libSceLibcInternal", 1, "libSceLibcInternal", __mulxc3); + LIB_FUNCTION("ocyIiJnJW24", "libSceLibcInternal", 1, "libSceLibcInternal", __nedf2); + LIB_FUNCTION("tWI4Ej9k9BY", "libSceLibcInternal", 1, "libSceLibcInternal", __negdf2); + LIB_FUNCTION("Rj4qy44yYUw", "libSceLibcInternal", 1, "libSceLibcInternal", __negdi2); + LIB_FUNCTION("4f+Q5Ka3Ex0", "libSceLibcInternal", 1, "libSceLibcInternal", __negsf2); + LIB_FUNCTION("Zofiv1PMmR4", "libSceLibcInternal", 1, "libSceLibcInternal", __negti2); + LIB_FUNCTION("fh54IRxGBUQ", "libSceLibcInternal", 1, "libSceLibcInternal", __negvdi2); + LIB_FUNCTION("7xnsvjuqtZQ", "libSceLibcInternal", 1, "libSceLibcInternal", __negvsi2); + LIB_FUNCTION("QW-f9vYgI7g", "libSceLibcInternal", 1, "libSceLibcInternal", __negvti2); + LIB_FUNCTION("OWZ3ZLkgye8", "libSceLibcInternal", 1, "libSceLibcInternal", __nesf2); + LIB_FUNCTION("KOy7MeQ7OAU", "libSceLibcInternal", 1, "libSceLibcInternal", __opendir2); + LIB_FUNCTION("RDeUB6JGi1U", "libSceLibcInternal", 1, "libSceLibcInternal", __paritydi2); + LIB_FUNCTION("9xUnIQ53Ao4", "libSceLibcInternal", 1, "libSceLibcInternal", __paritysi2); + LIB_FUNCTION("vBP4ytNRXm0", "libSceLibcInternal", 1, "libSceLibcInternal", __parityti2); + LIB_FUNCTION("m4S+lkRvTVY", "libSceLibcInternal", 1, "libSceLibcInternal", __popcountdi2); + LIB_FUNCTION("IBn9qjWnXIw", "libSceLibcInternal", 1, "libSceLibcInternal", __popcountsi2); + LIB_FUNCTION("l1wz5R6cIxE", "libSceLibcInternal", 1, "libSceLibcInternal", __popcountti2); + LIB_FUNCTION("H+8UBOwfScI", "libSceLibcInternal", 1, "libSceLibcInternal", __powidf2); + LIB_FUNCTION("EiMkgQsOfU0", "libSceLibcInternal", 1, "libSceLibcInternal", __powisf2); + LIB_FUNCTION("DSI7bz2Jt-I", "libSceLibcInternal", 1, "libSceLibcInternal", __powixf2); + LIB_FUNCTION("Rw4J-22tu1U", "libSceLibcInternal", 1, "libSceLibcInternal", __signbit); + LIB_FUNCTION("CjQROLB88a4", "libSceLibcInternal", 1, "libSceLibcInternal", __signbitf); + LIB_FUNCTION("Cj81LPErPCc", "libSceLibcInternal", 1, "libSceLibcInternal", __signbitl); + LIB_FUNCTION("fIskTFX9p68", "libSceLibcInternal", 1, "libSceLibcInternal", __srefill); + LIB_FUNCTION("yDnwZsMnX0Q", "libSceLibcInternal", 1, "libSceLibcInternal", __srget); + LIB_FUNCTION("as8Od-tH1BI", "libSceLibcInternal", 1, "libSceLibcInternal", __stderrp); + LIB_FUNCTION("bgAcsbcEznc", "libSceLibcInternal", 1, "libSceLibcInternal", __stdinp); + LIB_FUNCTION("zqJhBxAKfsc", "libSceLibcInternal", 1, "libSceLibcInternal", __stdoutp); + LIB_FUNCTION("HLDcfGUMNWY", "libSceLibcInternal", 1, "libSceLibcInternal", __subdf3); + LIB_FUNCTION("FeyelHfQPzo", "libSceLibcInternal", 1, "libSceLibcInternal", __subsf3); + LIB_FUNCTION("+kvyBGa+5VI", "libSceLibcInternal", 1, "libSceLibcInternal", __subvdi3); + LIB_FUNCTION("y8j-jP6bHW4", "libSceLibcInternal", 1, "libSceLibcInternal", __subvsi3); + LIB_FUNCTION("cbyLM5qrvHs", "libSceLibcInternal", 1, "libSceLibcInternal", __subvti3); + LIB_FUNCTION("TP6INgQ6N4o", "libSceLibcInternal", 1, "libSceLibcInternal", __swbuf); + LIB_FUNCTION("+WLgzxv5xYA", "libSceLibcInternal", 1, "libSceLibcInternal", __sync_fetch_and_add_16); - LIB_FUNCTION("XmAquprnaGM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XmAquprnaGM", "libSceLibcInternal", 1, "libSceLibcInternal", __sync_fetch_and_and_16); - LIB_FUNCTION("GE4I2XAd4G4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("GE4I2XAd4G4", "libSceLibcInternal", 1, "libSceLibcInternal", __sync_fetch_and_or_16); - LIB_FUNCTION("Z2I0BWPANGY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Z2I0BWPANGY", "libSceLibcInternal", 1, "libSceLibcInternal", __sync_fetch_and_sub_16); - LIB_FUNCTION("d5Q-h2wF+-E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("d5Q-h2wF+-E", "libSceLibcInternal", 1, "libSceLibcInternal", __sync_fetch_and_xor_16); - LIB_FUNCTION("ufZdCzu8nME", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ufZdCzu8nME", "libSceLibcInternal", 1, "libSceLibcInternal", __sync_lock_test_and_set_16); - LIB_FUNCTION("2M9VZGYPHLI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __truncdfsf2); - LIB_FUNCTION("SZk+FxWXdAs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ucmpdi2); - LIB_FUNCTION("dLmvQfG8am4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __ucmpti2); - LIB_FUNCTION("tX8ED4uIAsQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __udivdi3); - LIB_FUNCTION("EWWEBA+Ldw8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __udivmoddi4); - LIB_FUNCTION("PPdIvXwUQwA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __udivmodsi4); - LIB_FUNCTION("lcNk3Ar5rUQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __udivmodti4); - LIB_FUNCTION("PxP1PFdu9OQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __udivsi3); - LIB_FUNCTION("802pFCwC9w0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __udivti3); - LIB_FUNCTION("+wj27DzRPpo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __umoddi3); - LIB_FUNCTION("p4vYrlsVpDE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __umodsi3); - LIB_FUNCTION("ELSr5qm4K1M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __umodti3); - LIB_FUNCTION("EDvkw0WaiOw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __unorddf2); - LIB_FUNCTION("z0OhwgG3Bik", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __unordsf2); - LIB_FUNCTION("yAZ5vOpmBus", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __vfprintf); - LIB_FUNCTION("-QgqOT5u2Vk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Assert); - LIB_FUNCTION("FHErahnajkw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Atan); - LIB_FUNCTION("kBpWlgVZLm4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2M9VZGYPHLI", "libSceLibcInternal", 1, "libSceLibcInternal", __truncdfsf2); + LIB_FUNCTION("SZk+FxWXdAs", "libSceLibcInternal", 1, "libSceLibcInternal", __ucmpdi2); + LIB_FUNCTION("dLmvQfG8am4", "libSceLibcInternal", 1, "libSceLibcInternal", __ucmpti2); + LIB_FUNCTION("tX8ED4uIAsQ", "libSceLibcInternal", 1, "libSceLibcInternal", __udivdi3); + LIB_FUNCTION("EWWEBA+Ldw8", "libSceLibcInternal", 1, "libSceLibcInternal", __udivmoddi4); + LIB_FUNCTION("PPdIvXwUQwA", "libSceLibcInternal", 1, "libSceLibcInternal", __udivmodsi4); + LIB_FUNCTION("lcNk3Ar5rUQ", "libSceLibcInternal", 1, "libSceLibcInternal", __udivmodti4); + LIB_FUNCTION("PxP1PFdu9OQ", "libSceLibcInternal", 1, "libSceLibcInternal", __udivsi3); + LIB_FUNCTION("802pFCwC9w0", "libSceLibcInternal", 1, "libSceLibcInternal", __udivti3); + LIB_FUNCTION("+wj27DzRPpo", "libSceLibcInternal", 1, "libSceLibcInternal", __umoddi3); + LIB_FUNCTION("p4vYrlsVpDE", "libSceLibcInternal", 1, "libSceLibcInternal", __umodsi3); + LIB_FUNCTION("ELSr5qm4K1M", "libSceLibcInternal", 1, "libSceLibcInternal", __umodti3); + LIB_FUNCTION("EDvkw0WaiOw", "libSceLibcInternal", 1, "libSceLibcInternal", __unorddf2); + LIB_FUNCTION("z0OhwgG3Bik", "libSceLibcInternal", 1, "libSceLibcInternal", __unordsf2); + LIB_FUNCTION("yAZ5vOpmBus", "libSceLibcInternal", 1, "libSceLibcInternal", __vfprintf); + LIB_FUNCTION("-QgqOT5u2Vk", "libSceLibcInternal", 1, "libSceLibcInternal", _Assert); + LIB_FUNCTION("FHErahnajkw", "libSceLibcInternal", 1, "libSceLibcInternal", _Atan); + LIB_FUNCTION("kBpWlgVZLm4", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_compare_exchange_strong); - LIB_FUNCTION("SwJ-E2FImAo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SwJ-E2FImAo", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_compare_exchange_strong_1); - LIB_FUNCTION("qXkZo1LGnfk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qXkZo1LGnfk", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_compare_exchange_strong_2); - LIB_FUNCTION("s+LfDF7LKxM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("s+LfDF7LKxM", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_compare_exchange_strong_4); - LIB_FUNCTION("SZrEVfvcHuA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SZrEVfvcHuA", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_compare_exchange_strong_8); - LIB_FUNCTION("FOe7cAuBjh8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("FOe7cAuBjh8", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_compare_exchange_weak); - LIB_FUNCTION("rBbtKToRRq4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rBbtKToRRq4", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_compare_exchange_weak_1); - LIB_FUNCTION("sDOFamOKWBI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("sDOFamOKWBI", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_compare_exchange_weak_2); - LIB_FUNCTION("0AgCOypbQ90", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0AgCOypbQ90", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_compare_exchange_weak_4); - LIB_FUNCTION("bNFLV9DJxdc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bNFLV9DJxdc", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_compare_exchange_weak_8); - LIB_FUNCTION("frx6Ge5+Uco", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Atomic_copy); - LIB_FUNCTION("qvTpLUKwq7Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_exchange); - LIB_FUNCTION("KHJflcH9s84", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_exchange_1); - LIB_FUNCTION("TbuLWpWuJmc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_exchange_2); - LIB_FUNCTION("-EgDt569OVo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_exchange_4); - LIB_FUNCTION("+xoGf-x7nJA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_exchange_8); - LIB_FUNCTION("cO0ldEk3Uko", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("frx6Ge5+Uco", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_copy); + LIB_FUNCTION("qvTpLUKwq7Q", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_exchange); + LIB_FUNCTION("KHJflcH9s84", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_exchange_1); + LIB_FUNCTION("TbuLWpWuJmc", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_exchange_2); + LIB_FUNCTION("-EgDt569OVo", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_exchange_4); + LIB_FUNCTION("+xoGf-x7nJA", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_exchange_8); + LIB_FUNCTION("cO0ldEk3Uko", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_add_1); - LIB_FUNCTION("9kSWQ8RGtVw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9kSWQ8RGtVw", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_add_2); - LIB_FUNCTION("iPBqs+YUUFw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iPBqs+YUUFw", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_add_4); - LIB_FUNCTION("QVsk3fWNbp0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QVsk3fWNbp0", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_add_8); - LIB_FUNCTION("UVDWssRNEPM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("UVDWssRNEPM", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_and_1); - LIB_FUNCTION("PnfhEsZ-5uk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PnfhEsZ-5uk", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_and_2); - LIB_FUNCTION("Pn2dnvUmbRA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Pn2dnvUmbRA", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_and_4); - LIB_FUNCTION("O6LEoHo2qSQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("O6LEoHo2qSQ", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_and_8); - LIB_FUNCTION("K49mqeyzLSk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_fetch_or_1); - LIB_FUNCTION("SVIiJg5eppY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_fetch_or_2); - LIB_FUNCTION("R5X1i1zcapI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_fetch_or_4); - LIB_FUNCTION("++In3PHBZfw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_fetch_or_8); - LIB_FUNCTION("-Zfr0ZQheg4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("K49mqeyzLSk", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_or_1); + LIB_FUNCTION("SVIiJg5eppY", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_or_2); + LIB_FUNCTION("R5X1i1zcapI", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_or_4); + LIB_FUNCTION("++In3PHBZfw", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_or_8); + LIB_FUNCTION("-Zfr0ZQheg4", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_sub_1); - LIB_FUNCTION("ovtwh8IO3HE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ovtwh8IO3HE", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_sub_2); - LIB_FUNCTION("2HnmKiLmV6s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2HnmKiLmV6s", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_sub_4); - LIB_FUNCTION("T8lH8xXEwIw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("T8lH8xXEwIw", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_sub_8); - LIB_FUNCTION("Z9gbzf7fkMU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Z9gbzf7fkMU", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_xor_1); - LIB_FUNCTION("rpl4rhpUhfg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rpl4rhpUhfg", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_xor_2); - LIB_FUNCTION("-GVEj2QODEI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-GVEj2QODEI", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_xor_4); - LIB_FUNCTION("XKenFBsoh1c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XKenFBsoh1c", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_fetch_xor_8); - LIB_FUNCTION("4CVc6G8JrvQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_flag_clear); - LIB_FUNCTION("Ou6QdDy1f7g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4CVc6G8JrvQ", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_flag_clear); + LIB_FUNCTION("Ou6QdDy1f7g", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_flag_test_and_set); - LIB_FUNCTION("RBPhCcRhyGI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RBPhCcRhyGI", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_is_lock_free_1); - LIB_FUNCTION("QhORYaNkS+U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QhORYaNkS+U", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_is_lock_free_2); - LIB_FUNCTION("cRYyxdZo1YQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cRYyxdZo1YQ", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_is_lock_free_4); - LIB_FUNCTION("-3ZujD7JX9c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-3ZujD7JX9c", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_is_lock_free_8); - LIB_FUNCTION("XAqAE803zMg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_load_1); - LIB_FUNCTION("aYVETR3B8wk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_load_2); - LIB_FUNCTION("cjZEuzHkgng", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_load_4); - LIB_FUNCTION("ea-rVHyM3es", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_load_8); - LIB_FUNCTION("HfKQ6ZD53sM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XAqAE803zMg", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_load_1); + LIB_FUNCTION("aYVETR3B8wk", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_load_2); + LIB_FUNCTION("cjZEuzHkgng", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_load_4); + LIB_FUNCTION("ea-rVHyM3es", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_load_8); + LIB_FUNCTION("HfKQ6ZD53sM", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_signal_fence); - LIB_FUNCTION("VRX+Ul1oSgE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_store_1); - LIB_FUNCTION("6WR6sFxcd40", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_store_2); - LIB_FUNCTION("HMRMLOwOFIQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_store_4); - LIB_FUNCTION("2uKxXHAKynI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atomic_store_8); - LIB_FUNCTION("-7vr7t-uto8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VRX+Ul1oSgE", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_store_1); + LIB_FUNCTION("6WR6sFxcd40", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_store_2); + LIB_FUNCTION("HMRMLOwOFIQ", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_store_4); + LIB_FUNCTION("2uKxXHAKynI", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_store_8); + LIB_FUNCTION("-7vr7t-uto8", "libSceLibcInternal", 1, "libSceLibcInternal", _Atomic_thread_fence); - LIB_FUNCTION("M6nCy6H8Hs4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Atqexit); - LIB_FUNCTION("IHiK3lL7CvI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Atthreadexit); - LIB_FUNCTION("aMucxariNg8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Btowc); - LIB_FUNCTION("fttiF7rDdak", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Call_once); - LIB_FUNCTION("G1kDk+5L6dU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Call_onceEx); - LIB_FUNCTION("myTyhGbuDBw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Clocale); - LIB_FUNCTION("mgNGxmJltOY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Closreg); - LIB_FUNCTION("VsP3daJgmVA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Cnd_broadcast); - LIB_FUNCTION("7yMFgcS8EPA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Cnd_destroy); - LIB_FUNCTION("vyLotuB6AS4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("M6nCy6H8Hs4", "libSceLibcInternal", 1, "libSceLibcInternal", _Atqexit); + LIB_FUNCTION("IHiK3lL7CvI", "libSceLibcInternal", 1, "libSceLibcInternal", _Atthreadexit); + LIB_FUNCTION("aMucxariNg8", "libSceLibcInternal", 1, "libSceLibcInternal", _Btowc); + LIB_FUNCTION("fttiF7rDdak", "libSceLibcInternal", 1, "libSceLibcInternal", _Call_once); + LIB_FUNCTION("G1kDk+5L6dU", "libSceLibcInternal", 1, "libSceLibcInternal", _Call_onceEx); + LIB_FUNCTION("myTyhGbuDBw", "libSceLibcInternal", 1, "libSceLibcInternal", _Clocale); + LIB_FUNCTION("mgNGxmJltOY", "libSceLibcInternal", 1, "libSceLibcInternal", _Closreg); + LIB_FUNCTION("VsP3daJgmVA", "libSceLibcInternal", 1, "libSceLibcInternal", _Cnd_broadcast); + LIB_FUNCTION("7yMFgcS8EPA", "libSceLibcInternal", 1, "libSceLibcInternal", _Cnd_destroy); + LIB_FUNCTION("vyLotuB6AS4", "libSceLibcInternal", 1, "libSceLibcInternal", _Cnd_do_broadcast_at_thread_exit); - LIB_FUNCTION("SreZybSRWpU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Cnd_init); - LIB_FUNCTION("2B+V3qCqz4s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SreZybSRWpU", "libSceLibcInternal", 1, "libSceLibcInternal", _Cnd_init); + LIB_FUNCTION("2B+V3qCqz4s", "libSceLibcInternal", 1, "libSceLibcInternal", _Cnd_init_with_name); - LIB_FUNCTION("DV2AdZFFEh8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DV2AdZFFEh8", "libSceLibcInternal", 1, "libSceLibcInternal", _Cnd_register_at_thread_exit); - LIB_FUNCTION("0uuqgRz9qfo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Cnd_signal); - LIB_FUNCTION("McaImWKXong", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Cnd_timedwait); - LIB_FUNCTION("wpuIiVoCWcM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0uuqgRz9qfo", "libSceLibcInternal", 1, "libSceLibcInternal", _Cnd_signal); + LIB_FUNCTION("McaImWKXong", "libSceLibcInternal", 1, "libSceLibcInternal", _Cnd_timedwait); + LIB_FUNCTION("wpuIiVoCWcM", "libSceLibcInternal", 1, "libSceLibcInternal", _Cnd_unregister_at_thread_exit); - LIB_FUNCTION("vEaqE-7IZYc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Cnd_wait); - LIB_FUNCTION("KeOZ19X8-Ug", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Cosh); - LIB_FUNCTION("gguxDbgbG74", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Costate); - LIB_FUNCTION("ykNF6P3ZsdA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _CStrftime); - LIB_FUNCTION("we-vQBAugV8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _CStrxfrm); - LIB_FUNCTION("YUKO57czb+0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _CTinfo); - LIB_FUNCTION("eul2MC3gaYs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Ctype); - LIB_FUNCTION("chlN6g6UbGo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _CurrentRuneLocale); - LIB_FUNCTION("6aEXAPYpaEA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _CWcsxfrm); - LIB_FUNCTION("ZlsoRa7pcuI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Daysto); - LIB_FUNCTION("e+hi-tOrDZU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Dbl); - LIB_FUNCTION("+5OuLYpRB28", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Dclass); - LIB_FUNCTION("lWGF8NHv880", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _DefaultRuneLocale); - LIB_FUNCTION("H0FQnSWp1es", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vEaqE-7IZYc", "libSceLibcInternal", 1, "libSceLibcInternal", _Cnd_wait); + LIB_FUNCTION("KeOZ19X8-Ug", "libSceLibcInternal", 1, "libSceLibcInternal", _Cosh); + LIB_FUNCTION("gguxDbgbG74", "libSceLibcInternal", 1, "libSceLibcInternal", _Costate); + LIB_FUNCTION("ykNF6P3ZsdA", "libSceLibcInternal", 1, "libSceLibcInternal", _CStrftime); + LIB_FUNCTION("we-vQBAugV8", "libSceLibcInternal", 1, "libSceLibcInternal", _CStrxfrm); + LIB_FUNCTION("YUKO57czb+0", "libSceLibcInternal", 1, "libSceLibcInternal", _CTinfo); + LIB_FUNCTION("eul2MC3gaYs", "libSceLibcInternal", 1, "libSceLibcInternal", _Ctype); + LIB_FUNCTION("chlN6g6UbGo", "libSceLibcInternal", 1, "libSceLibcInternal", _CurrentRuneLocale); + LIB_FUNCTION("6aEXAPYpaEA", "libSceLibcInternal", 1, "libSceLibcInternal", _CWcsxfrm); + LIB_FUNCTION("ZlsoRa7pcuI", "libSceLibcInternal", 1, "libSceLibcInternal", _Daysto); + LIB_FUNCTION("e+hi-tOrDZU", "libSceLibcInternal", 1, "libSceLibcInternal", _Dbl); + LIB_FUNCTION("+5OuLYpRB28", "libSceLibcInternal", 1, "libSceLibcInternal", _Dclass); + LIB_FUNCTION("lWGF8NHv880", "libSceLibcInternal", 1, "libSceLibcInternal", _DefaultRuneLocale); + LIB_FUNCTION("H0FQnSWp1es", "libSceLibcInternal", 1, "libSceLibcInternal", _Deletegloballocale); - LIB_FUNCTION("COSADmn1ROg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Denorm); - LIB_FUNCTION("-vyIrREaQ0g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Dint); - LIB_FUNCTION("VGhcd0QwhhY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Divide); - LIB_FUNCTION("NApYynEzlco", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Dnorm); - LIB_FUNCTION("4QwxZ3U0OK0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Do_call); - LIB_FUNCTION("FMU7jRhYCRU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Dscale); - LIB_FUNCTION("zvl6nrvd0sE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Dsign); - LIB_FUNCTION("vCQLavj-3CM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Dtento); - LIB_FUNCTION("b-xTWRgI1qw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Dtest); - LIB_FUNCTION("4Wt5uzHO98o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Dunscale); - LIB_FUNCTION("E4SYYdwWV28", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Eps); - LIB_FUNCTION("HmdaOhdCr88", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Erf_one); - LIB_FUNCTION("DJXyKhVrAD8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Erf_small); - LIB_FUNCTION("aQURHgjHo-w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Erfc); - LIB_FUNCTION("UhKI6z9WWuo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _err); - LIB_FUNCTION("u4FNPlIIAtw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Errno); - LIB_FUNCTION("wZi5ly2guNw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Exit); - LIB_FUNCTION("yL91YD-WTBc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Exp); - LIB_FUNCTION("chzmnjxxVtk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fac_tidy); - LIB_FUNCTION("D+fkILS7EK0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fail_s); - LIB_FUNCTION("us3bDnDzd70", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FAtan); - LIB_FUNCTION("PdnFCFqKGqA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FCosh); - LIB_FUNCTION("LSp+r7-JWwc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FDclass); - LIB_FUNCTION("JG1MkIFKnT8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FDenorm); - LIB_FUNCTION("HcpmBnY1RGE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FDint); - LIB_FUNCTION("fuzzBVdpRG0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FDivide); - LIB_FUNCTION("0NwCmZv7XcU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FDnorm); - LIB_FUNCTION("SSvY6pTRAgk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FDscale); - LIB_FUNCTION("6ei1eQn2WIc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FDsign); - LIB_FUNCTION("SoNnx4Ejxw8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FDtento); - LIB_FUNCTION("mnufPlYbnN0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FDtest); - LIB_FUNCTION("41SqJvOe8lA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FDunscale); - LIB_FUNCTION("OviE3yVSuTU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FEps); - LIB_FUNCTION("z1EfxK6E0ts", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Feraise); - LIB_FUNCTION("dST+OsSWbno", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FErf_one); - LIB_FUNCTION("qEvDssa4tOE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FErf_small); - LIB_FUNCTION("qwR1gtp-WS0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FErfc); - LIB_FUNCTION("JbQw6W62UwI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_add_8); - LIB_FUNCTION("pxFnS1okTFE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_and_8); - LIB_FUNCTION("zQQIrnpCoFA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("COSADmn1ROg", "libSceLibcInternal", 1, "libSceLibcInternal", _Denorm); + LIB_FUNCTION("-vyIrREaQ0g", "libSceLibcInternal", 1, "libSceLibcInternal", _Dint); + LIB_FUNCTION("VGhcd0QwhhY", "libSceLibcInternal", 1, "libSceLibcInternal", _Divide); + LIB_FUNCTION("NApYynEzlco", "libSceLibcInternal", 1, "libSceLibcInternal", _Dnorm); + LIB_FUNCTION("4QwxZ3U0OK0", "libSceLibcInternal", 1, "libSceLibcInternal", _Do_call); + LIB_FUNCTION("FMU7jRhYCRU", "libSceLibcInternal", 1, "libSceLibcInternal", _Dscale); + LIB_FUNCTION("zvl6nrvd0sE", "libSceLibcInternal", 1, "libSceLibcInternal", _Dsign); + LIB_FUNCTION("vCQLavj-3CM", "libSceLibcInternal", 1, "libSceLibcInternal", _Dtento); + LIB_FUNCTION("b-xTWRgI1qw", "libSceLibcInternal", 1, "libSceLibcInternal", _Dtest); + LIB_FUNCTION("4Wt5uzHO98o", "libSceLibcInternal", 1, "libSceLibcInternal", _Dunscale); + LIB_FUNCTION("E4SYYdwWV28", "libSceLibcInternal", 1, "libSceLibcInternal", _Eps); + LIB_FUNCTION("HmdaOhdCr88", "libSceLibcInternal", 1, "libSceLibcInternal", _Erf_one); + LIB_FUNCTION("DJXyKhVrAD8", "libSceLibcInternal", 1, "libSceLibcInternal", _Erf_small); + LIB_FUNCTION("aQURHgjHo-w", "libSceLibcInternal", 1, "libSceLibcInternal", _Erfc); + LIB_FUNCTION("UhKI6z9WWuo", "libSceLibcInternal", 1, "libSceLibcInternal", _err); + LIB_FUNCTION("u4FNPlIIAtw", "libSceLibcInternal", 1, "libSceLibcInternal", _Errno); + LIB_FUNCTION("wZi5ly2guNw", "libSceLibcInternal", 1, "libSceLibcInternal", _Exit); + LIB_FUNCTION("yL91YD-WTBc", "libSceLibcInternal", 1, "libSceLibcInternal", _Exp); + LIB_FUNCTION("chzmnjxxVtk", "libSceLibcInternal", 1, "libSceLibcInternal", _Fac_tidy); + LIB_FUNCTION("D+fkILS7EK0", "libSceLibcInternal", 1, "libSceLibcInternal", _Fail_s); + LIB_FUNCTION("us3bDnDzd70", "libSceLibcInternal", 1, "libSceLibcInternal", _FAtan); + LIB_FUNCTION("PdnFCFqKGqA", "libSceLibcInternal", 1, "libSceLibcInternal", _FCosh); + LIB_FUNCTION("LSp+r7-JWwc", "libSceLibcInternal", 1, "libSceLibcInternal", _FDclass); + LIB_FUNCTION("JG1MkIFKnT8", "libSceLibcInternal", 1, "libSceLibcInternal", _FDenorm); + LIB_FUNCTION("HcpmBnY1RGE", "libSceLibcInternal", 1, "libSceLibcInternal", _FDint); + LIB_FUNCTION("fuzzBVdpRG0", "libSceLibcInternal", 1, "libSceLibcInternal", _FDivide); + LIB_FUNCTION("0NwCmZv7XcU", "libSceLibcInternal", 1, "libSceLibcInternal", _FDnorm); + LIB_FUNCTION("SSvY6pTRAgk", "libSceLibcInternal", 1, "libSceLibcInternal", _FDscale); + LIB_FUNCTION("6ei1eQn2WIc", "libSceLibcInternal", 1, "libSceLibcInternal", _FDsign); + LIB_FUNCTION("SoNnx4Ejxw8", "libSceLibcInternal", 1, "libSceLibcInternal", _FDtento); + LIB_FUNCTION("mnufPlYbnN0", "libSceLibcInternal", 1, "libSceLibcInternal", _FDtest); + LIB_FUNCTION("41SqJvOe8lA", "libSceLibcInternal", 1, "libSceLibcInternal", _FDunscale); + LIB_FUNCTION("OviE3yVSuTU", "libSceLibcInternal", 1, "libSceLibcInternal", _FEps); + LIB_FUNCTION("z1EfxK6E0ts", "libSceLibcInternal", 1, "libSceLibcInternal", _Feraise); + LIB_FUNCTION("dST+OsSWbno", "libSceLibcInternal", 1, "libSceLibcInternal", _FErf_one); + LIB_FUNCTION("qEvDssa4tOE", "libSceLibcInternal", 1, "libSceLibcInternal", _FErf_small); + LIB_FUNCTION("qwR1gtp-WS0", "libSceLibcInternal", 1, "libSceLibcInternal", _FErfc); + LIB_FUNCTION("JbQw6W62UwI", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_add_8); + LIB_FUNCTION("pxFnS1okTFE", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_and_8); + LIB_FUNCTION("zQQIrnpCoFA", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_and_seq_cst_1); - LIB_FUNCTION("xROUuk7ItMM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xROUuk7ItMM", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_and_seq_cst_2); - LIB_FUNCTION("jQuruQuMlyo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jQuruQuMlyo", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_and_seq_cst_4); - LIB_FUNCTION("ixWEOmOBavk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_or_8); - LIB_FUNCTION("2+6K-2tWaok", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ixWEOmOBavk", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_or_8); + LIB_FUNCTION("2+6K-2tWaok", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_or_seq_cst_1); - LIB_FUNCTION("-egu08GJ0lw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-egu08GJ0lw", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_or_seq_cst_2); - LIB_FUNCTION("gI9un1H-fZk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gI9un1H-fZk", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_or_seq_cst_4); - LIB_FUNCTION("YhaOeniKcoA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_xor_8); - LIB_FUNCTION("E2YhT7m79kM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YhaOeniKcoA", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_xor_8); + LIB_FUNCTION("E2YhT7m79kM", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_xor_seq_cst_1); - LIB_FUNCTION("fgXJvOSrqfg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fgXJvOSrqfg", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_xor_seq_cst_2); - LIB_FUNCTION("cqcY17uV3dI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cqcY17uV3dI", "libSceLibcInternal", 1, "libSceLibcInternal", _Fetch_xor_seq_cst_4); - LIB_FUNCTION("-3pU5y1utmI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FExp); - LIB_FUNCTION("EBkab3s8Jto", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FFpcomp); - LIB_FUNCTION("cNGg-Y7JQQw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FGamma_big); - LIB_FUNCTION("dYJJbxnyb74", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fgpos); - LIB_FUNCTION("DS03EjPDtFo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FHypot); - LIB_FUNCTION("qG50MWOiS-Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Files); - LIB_FUNCTION("QWCTbYI14dA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FInf); - LIB_FUNCTION("jjjRS7l1MPM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FLog); - LIB_FUNCTION("OAE3YU396YQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FLogpoly); - LIB_FUNCTION("+SeQg8c1WC0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Flt); - LIB_FUNCTION("Jo9ON-AX9eU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fltrounds); - LIB_FUNCTION("VVgqI3B2bfk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FNan); - LIB_FUNCTION("xGT4Mc55ViQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fofind); - LIB_FUNCTION("jVDuvE3s5Bs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fofree); - LIB_FUNCTION("sQL8D-jio7U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fopen); - LIB_FUNCTION("dREVnZkAKRE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Foprep); - LIB_FUNCTION("vhPKxN6zs+A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fpcomp); - LIB_FUNCTION("cfpRP3h9F6o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FPlsw); - LIB_FUNCTION("IdWhZ0SM7JA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FPmsw); - LIB_FUNCTION("5AN3vhTZ7f8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FPoly); - LIB_FUNCTION("A98W3Iad6xE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FPow); - LIB_FUNCTION("y9Ur6T0A0p8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FQuad); - LIB_FUNCTION("PDQbEFcV4h0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FQuadph); - LIB_FUNCTION("lP9zfrhtpBc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FRecip); - LIB_FUNCTION("TLvAYmLtdVw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FRint); - LIB_FUNCTION("9s3P+LCvWP8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Frprep); - LIB_FUNCTION("XwRd4IpNEss", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FRteps); - LIB_FUNCTION("ZtjspkJQ+vw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FSin); - LIB_FUNCTION("fQ+SWrQUQBg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FSincos); - LIB_FUNCTION("O4L+0oCN9zA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FSinh); - LIB_FUNCTION("UCjpTas5O3E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FSnan); - LIB_FUNCTION("A+Y3xfrWLLo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fspos); - LIB_FUNCTION("iBrTJkDlQv8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FTan); - LIB_FUNCTION("odPHnVL-rFg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FTgamma); - LIB_FUNCTION("4F9pQjbh8R8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fwprep); - LIB_FUNCTION("3uW2ESAzsKo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXbig); - LIB_FUNCTION("1EyHxzcz6AM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXp_addh); - LIB_FUNCTION("1b+IhPTX0nk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXp_addx); - LIB_FUNCTION("e1y7KVAySrY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXp_getw); - LIB_FUNCTION("OVqW4uElSrc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXp_invx); - LIB_FUNCTION("7GgGIxmwA6I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXp_ldexpx); - LIB_FUNCTION("DVZmEd0ipSg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXp_movx); - LIB_FUNCTION("W+lrIwAQVUk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXp_mulh); - LIB_FUNCTION("o1B4dkvesMc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXp_mulx); - LIB_FUNCTION("ikHTMeh60B0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXp_setn); - LIB_FUNCTION("5zWUVRtR8xg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXp_setw); - LIB_FUNCTION("pNWIpeE5Wv4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXp_sqrtx); - LIB_FUNCTION("HD9vSXqj6zI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FXp_subx); - LIB_FUNCTION("LrXu7E+GLDY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _FZero); - LIB_FUNCTION("7FjitE7KKm4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Gamma_big); - LIB_FUNCTION("vakoyx9nkqo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Genld); - LIB_FUNCTION("bRN9BzEkm4o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Gentime); - LIB_FUNCTION("2MfMa3456FI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getcloc); - LIB_FUNCTION("i1N28hWcD-4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getctyptab); - LIB_FUNCTION("Jcu0Wl1-XbE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getdst); - LIB_FUNCTION("M1xC101lsIU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Geterrno); - LIB_FUNCTION("bItEABINEm0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getfld); - LIB_FUNCTION("7iFNNuNyXxw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getfloat); - LIB_FUNCTION("8Jr4cvRM6EM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Getgloballocale); - LIB_FUNCTION("PWmDp8ZTS9k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getint); - LIB_FUNCTION("U52BlHBvYvE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getmbcurmax); - LIB_FUNCTION("bF4eWOM5ouo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getpcostate); - LIB_FUNCTION("sUP1hBaouOw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getpctype); - LIB_FUNCTION("QxqK-IdpumU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getpmbstate); - LIB_FUNCTION("iI6kGxgXzcU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _getprogname); - LIB_FUNCTION("8xXiEPby8h8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getptimes); - LIB_FUNCTION("1uJgoVq3bQU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getptolower); - LIB_FUNCTION("rcQCUr0EaRU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getptoupper); - LIB_FUNCTION("hzsdjKbFD7g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Getpwcostate); - LIB_FUNCTION("zS94yyJRSUs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getpwcstate); - LIB_FUNCTION("RLdcWoBjmT4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getpwctrtab); - LIB_FUNCTION("uF8hDs1CqWI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getpwctytab); - LIB_FUNCTION("i2yN6xBwooo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getstr); - LIB_FUNCTION("g8ozp2Zrsj8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Gettime); - LIB_FUNCTION("Wz9CvcF5jn4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Getzone); - LIB_FUNCTION("ac102y6Rjjc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Hugeval); - LIB_FUNCTION("wUa+oPQvFZ0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Hypot); - LIB_FUNCTION("HIhqigNaOns", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Inf); - LIB_FUNCTION("bzQExy189ZI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _init_env); - LIB_FUNCTION("6NCOqr3cD74", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _init_tls); - LIB_FUNCTION("Sb26PiOiFtE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Isdst); - LIB_FUNCTION("CyXs2l-1kNA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Iswctype); - LIB_FUNCTION("2Aw366Jn07s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LAtan); - LIB_FUNCTION("moDSeLQGJFQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LCosh); - LIB_FUNCTION("43u-nm1hQc8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Ldbl); - LIB_FUNCTION("hdcGjNpcr4w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LDclass); - LIB_FUNCTION("O7zxyNnSDDA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LDenorm); - LIB_FUNCTION("alNWe8glQH4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LDint); - LIB_FUNCTION("HPGLb8Qo6as", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LDivide); - LIB_FUNCTION("ldbrWsQk+2A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LDnorm); - LIB_FUNCTION("s-Ml8NxBKf4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LDscale); - LIB_FUNCTION("islhay8zGWo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LDsign); - LIB_FUNCTION("PEU-SAfo5+0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LDtento); - LIB_FUNCTION("A+1YXWOGpuo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LDtest); - LIB_FUNCTION("3BbBNPjfkYI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Ldtob); - LIB_FUNCTION("ArZF2KISb5k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LDunscale); - LIB_FUNCTION("DzkYNChIvmw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LEps); - LIB_FUNCTION("urrv9v-Ge6g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LErf_one); - LIB_FUNCTION("MHyK+d+72V0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LErf_small); - LIB_FUNCTION("PG4HVe4X+Oc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LErfc); - LIB_FUNCTION("se3uU7lRMHY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LExp); - LIB_FUNCTION("-BwLPxElT7U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LFpcomp); - LIB_FUNCTION("-svZFUiG3T4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LGamma_big); - LIB_FUNCTION("IRUFZywbTT0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LHypot); - LIB_FUNCTION("2h3jY75zMkI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LInf); - LIB_FUNCTION("+GxvfSLhoAo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Litob); - LIB_FUNCTION("4iFgTDd9NFs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LLog); - LIB_FUNCTION("niPixjs0l2w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LLogpoly); - LIB_FUNCTION("zqASRvZg6d0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LNan); - LIB_FUNCTION("JHvEnCQLPQI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Locale); - LIB_FUNCTION("fRWufXAccuI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-3pU5y1utmI", "libSceLibcInternal", 1, "libSceLibcInternal", _FExp); + LIB_FUNCTION("EBkab3s8Jto", "libSceLibcInternal", 1, "libSceLibcInternal", _FFpcomp); + LIB_FUNCTION("cNGg-Y7JQQw", "libSceLibcInternal", 1, "libSceLibcInternal", _FGamma_big); + LIB_FUNCTION("dYJJbxnyb74", "libSceLibcInternal", 1, "libSceLibcInternal", _Fgpos); + LIB_FUNCTION("DS03EjPDtFo", "libSceLibcInternal", 1, "libSceLibcInternal", _FHypot); + LIB_FUNCTION("qG50MWOiS-Q", "libSceLibcInternal", 1, "libSceLibcInternal", _Files); + LIB_FUNCTION("QWCTbYI14dA", "libSceLibcInternal", 1, "libSceLibcInternal", _FInf); + LIB_FUNCTION("jjjRS7l1MPM", "libSceLibcInternal", 1, "libSceLibcInternal", _FLog); + LIB_FUNCTION("OAE3YU396YQ", "libSceLibcInternal", 1, "libSceLibcInternal", _FLogpoly); + LIB_FUNCTION("+SeQg8c1WC0", "libSceLibcInternal", 1, "libSceLibcInternal", _Flt); + LIB_FUNCTION("Jo9ON-AX9eU", "libSceLibcInternal", 1, "libSceLibcInternal", _Fltrounds); + LIB_FUNCTION("VVgqI3B2bfk", "libSceLibcInternal", 1, "libSceLibcInternal", _FNan); + LIB_FUNCTION("xGT4Mc55ViQ", "libSceLibcInternal", 1, "libSceLibcInternal", _Fofind); + LIB_FUNCTION("jVDuvE3s5Bs", "libSceLibcInternal", 1, "libSceLibcInternal", _Fofree); + LIB_FUNCTION("sQL8D-jio7U", "libSceLibcInternal", 1, "libSceLibcInternal", _Fopen); + LIB_FUNCTION("dREVnZkAKRE", "libSceLibcInternal", 1, "libSceLibcInternal", _Foprep); + LIB_FUNCTION("vhPKxN6zs+A", "libSceLibcInternal", 1, "libSceLibcInternal", _Fpcomp); + LIB_FUNCTION("cfpRP3h9F6o", "libSceLibcInternal", 1, "libSceLibcInternal", _FPlsw); + LIB_FUNCTION("IdWhZ0SM7JA", "libSceLibcInternal", 1, "libSceLibcInternal", _FPmsw); + LIB_FUNCTION("5AN3vhTZ7f8", "libSceLibcInternal", 1, "libSceLibcInternal", _FPoly); + LIB_FUNCTION("A98W3Iad6xE", "libSceLibcInternal", 1, "libSceLibcInternal", _FPow); + LIB_FUNCTION("y9Ur6T0A0p8", "libSceLibcInternal", 1, "libSceLibcInternal", _FQuad); + LIB_FUNCTION("PDQbEFcV4h0", "libSceLibcInternal", 1, "libSceLibcInternal", _FQuadph); + LIB_FUNCTION("lP9zfrhtpBc", "libSceLibcInternal", 1, "libSceLibcInternal", _FRecip); + LIB_FUNCTION("TLvAYmLtdVw", "libSceLibcInternal", 1, "libSceLibcInternal", _FRint); + LIB_FUNCTION("9s3P+LCvWP8", "libSceLibcInternal", 1, "libSceLibcInternal", _Frprep); + LIB_FUNCTION("XwRd4IpNEss", "libSceLibcInternal", 1, "libSceLibcInternal", _FRteps); + LIB_FUNCTION("ZtjspkJQ+vw", "libSceLibcInternal", 1, "libSceLibcInternal", _FSin); + LIB_FUNCTION("fQ+SWrQUQBg", "libSceLibcInternal", 1, "libSceLibcInternal", _FSincos); + LIB_FUNCTION("O4L+0oCN9zA", "libSceLibcInternal", 1, "libSceLibcInternal", _FSinh); + LIB_FUNCTION("UCjpTas5O3E", "libSceLibcInternal", 1, "libSceLibcInternal", _FSnan); + LIB_FUNCTION("A+Y3xfrWLLo", "libSceLibcInternal", 1, "libSceLibcInternal", _Fspos); + LIB_FUNCTION("iBrTJkDlQv8", "libSceLibcInternal", 1, "libSceLibcInternal", _FTan); + LIB_FUNCTION("odPHnVL-rFg", "libSceLibcInternal", 1, "libSceLibcInternal", _FTgamma); + LIB_FUNCTION("4F9pQjbh8R8", "libSceLibcInternal", 1, "libSceLibcInternal", _Fwprep); + LIB_FUNCTION("3uW2ESAzsKo", "libSceLibcInternal", 1, "libSceLibcInternal", _FXbig); + LIB_FUNCTION("1EyHxzcz6AM", "libSceLibcInternal", 1, "libSceLibcInternal", _FXp_addh); + LIB_FUNCTION("1b+IhPTX0nk", "libSceLibcInternal", 1, "libSceLibcInternal", _FXp_addx); + LIB_FUNCTION("e1y7KVAySrY", "libSceLibcInternal", 1, "libSceLibcInternal", _FXp_getw); + LIB_FUNCTION("OVqW4uElSrc", "libSceLibcInternal", 1, "libSceLibcInternal", _FXp_invx); + LIB_FUNCTION("7GgGIxmwA6I", "libSceLibcInternal", 1, "libSceLibcInternal", _FXp_ldexpx); + LIB_FUNCTION("DVZmEd0ipSg", "libSceLibcInternal", 1, "libSceLibcInternal", _FXp_movx); + LIB_FUNCTION("W+lrIwAQVUk", "libSceLibcInternal", 1, "libSceLibcInternal", _FXp_mulh); + LIB_FUNCTION("o1B4dkvesMc", "libSceLibcInternal", 1, "libSceLibcInternal", _FXp_mulx); + LIB_FUNCTION("ikHTMeh60B0", "libSceLibcInternal", 1, "libSceLibcInternal", _FXp_setn); + LIB_FUNCTION("5zWUVRtR8xg", "libSceLibcInternal", 1, "libSceLibcInternal", _FXp_setw); + LIB_FUNCTION("pNWIpeE5Wv4", "libSceLibcInternal", 1, "libSceLibcInternal", _FXp_sqrtx); + LIB_FUNCTION("HD9vSXqj6zI", "libSceLibcInternal", 1, "libSceLibcInternal", _FXp_subx); + LIB_FUNCTION("LrXu7E+GLDY", "libSceLibcInternal", 1, "libSceLibcInternal", _FZero); + LIB_FUNCTION("7FjitE7KKm4", "libSceLibcInternal", 1, "libSceLibcInternal", _Gamma_big); + LIB_FUNCTION("vakoyx9nkqo", "libSceLibcInternal", 1, "libSceLibcInternal", _Genld); + LIB_FUNCTION("bRN9BzEkm4o", "libSceLibcInternal", 1, "libSceLibcInternal", _Gentime); + LIB_FUNCTION("2MfMa3456FI", "libSceLibcInternal", 1, "libSceLibcInternal", _Getcloc); + LIB_FUNCTION("i1N28hWcD-4", "libSceLibcInternal", 1, "libSceLibcInternal", _Getctyptab); + LIB_FUNCTION("Jcu0Wl1-XbE", "libSceLibcInternal", 1, "libSceLibcInternal", _Getdst); + LIB_FUNCTION("M1xC101lsIU", "libSceLibcInternal", 1, "libSceLibcInternal", _Geterrno); + LIB_FUNCTION("bItEABINEm0", "libSceLibcInternal", 1, "libSceLibcInternal", _Getfld); + LIB_FUNCTION("7iFNNuNyXxw", "libSceLibcInternal", 1, "libSceLibcInternal", _Getfloat); + LIB_FUNCTION("8Jr4cvRM6EM", "libSceLibcInternal", 1, "libSceLibcInternal", _Getgloballocale); + LIB_FUNCTION("PWmDp8ZTS9k", "libSceLibcInternal", 1, "libSceLibcInternal", _Getint); + LIB_FUNCTION("U52BlHBvYvE", "libSceLibcInternal", 1, "libSceLibcInternal", _Getmbcurmax); + LIB_FUNCTION("bF4eWOM5ouo", "libSceLibcInternal", 1, "libSceLibcInternal", _Getpcostate); + LIB_FUNCTION("sUP1hBaouOw", "libSceLibcInternal", 1, "libSceLibcInternal", _Getpctype); + LIB_FUNCTION("QxqK-IdpumU", "libSceLibcInternal", 1, "libSceLibcInternal", _Getpmbstate); + LIB_FUNCTION("iI6kGxgXzcU", "libSceLibcInternal", 1, "libSceLibcInternal", _getprogname); + LIB_FUNCTION("8xXiEPby8h8", "libSceLibcInternal", 1, "libSceLibcInternal", _Getptimes); + LIB_FUNCTION("1uJgoVq3bQU", "libSceLibcInternal", 1, "libSceLibcInternal", _Getptolower); + LIB_FUNCTION("rcQCUr0EaRU", "libSceLibcInternal", 1, "libSceLibcInternal", _Getptoupper); + LIB_FUNCTION("hzsdjKbFD7g", "libSceLibcInternal", 1, "libSceLibcInternal", _Getpwcostate); + LIB_FUNCTION("zS94yyJRSUs", "libSceLibcInternal", 1, "libSceLibcInternal", _Getpwcstate); + LIB_FUNCTION("RLdcWoBjmT4", "libSceLibcInternal", 1, "libSceLibcInternal", _Getpwctrtab); + LIB_FUNCTION("uF8hDs1CqWI", "libSceLibcInternal", 1, "libSceLibcInternal", _Getpwctytab); + LIB_FUNCTION("i2yN6xBwooo", "libSceLibcInternal", 1, "libSceLibcInternal", _Getstr); + LIB_FUNCTION("g8ozp2Zrsj8", "libSceLibcInternal", 1, "libSceLibcInternal", _Gettime); + LIB_FUNCTION("Wz9CvcF5jn4", "libSceLibcInternal", 1, "libSceLibcInternal", _Getzone); + LIB_FUNCTION("ac102y6Rjjc", "libSceLibcInternal", 1, "libSceLibcInternal", _Hugeval); + LIB_FUNCTION("wUa+oPQvFZ0", "libSceLibcInternal", 1, "libSceLibcInternal", _Hypot); + LIB_FUNCTION("HIhqigNaOns", "libSceLibcInternal", 1, "libSceLibcInternal", _Inf); + LIB_FUNCTION("bzQExy189ZI", "libSceLibcInternal", 1, "libSceLibcInternal", _init_env); + LIB_FUNCTION("6NCOqr3cD74", "libSceLibcInternal", 1, "libSceLibcInternal", _init_tls); + LIB_FUNCTION("Sb26PiOiFtE", "libSceLibcInternal", 1, "libSceLibcInternal", _Isdst); + LIB_FUNCTION("CyXs2l-1kNA", "libSceLibcInternal", 1, "libSceLibcInternal", _Iswctype); + LIB_FUNCTION("2Aw366Jn07s", "libSceLibcInternal", 1, "libSceLibcInternal", _LAtan); + LIB_FUNCTION("moDSeLQGJFQ", "libSceLibcInternal", 1, "libSceLibcInternal", _LCosh); + LIB_FUNCTION("43u-nm1hQc8", "libSceLibcInternal", 1, "libSceLibcInternal", _Ldbl); + LIB_FUNCTION("hdcGjNpcr4w", "libSceLibcInternal", 1, "libSceLibcInternal", _LDclass); + LIB_FUNCTION("O7zxyNnSDDA", "libSceLibcInternal", 1, "libSceLibcInternal", _LDenorm); + LIB_FUNCTION("alNWe8glQH4", "libSceLibcInternal", 1, "libSceLibcInternal", _LDint); + LIB_FUNCTION("HPGLb8Qo6as", "libSceLibcInternal", 1, "libSceLibcInternal", _LDivide); + LIB_FUNCTION("ldbrWsQk+2A", "libSceLibcInternal", 1, "libSceLibcInternal", _LDnorm); + LIB_FUNCTION("s-Ml8NxBKf4", "libSceLibcInternal", 1, "libSceLibcInternal", _LDscale); + LIB_FUNCTION("islhay8zGWo", "libSceLibcInternal", 1, "libSceLibcInternal", _LDsign); + LIB_FUNCTION("PEU-SAfo5+0", "libSceLibcInternal", 1, "libSceLibcInternal", _LDtento); + LIB_FUNCTION("A+1YXWOGpuo", "libSceLibcInternal", 1, "libSceLibcInternal", _LDtest); + LIB_FUNCTION("3BbBNPjfkYI", "libSceLibcInternal", 1, "libSceLibcInternal", _Ldtob); + LIB_FUNCTION("ArZF2KISb5k", "libSceLibcInternal", 1, "libSceLibcInternal", _LDunscale); + LIB_FUNCTION("DzkYNChIvmw", "libSceLibcInternal", 1, "libSceLibcInternal", _LEps); + LIB_FUNCTION("urrv9v-Ge6g", "libSceLibcInternal", 1, "libSceLibcInternal", _LErf_one); + LIB_FUNCTION("MHyK+d+72V0", "libSceLibcInternal", 1, "libSceLibcInternal", _LErf_small); + LIB_FUNCTION("PG4HVe4X+Oc", "libSceLibcInternal", 1, "libSceLibcInternal", _LErfc); + LIB_FUNCTION("se3uU7lRMHY", "libSceLibcInternal", 1, "libSceLibcInternal", _LExp); + LIB_FUNCTION("-BwLPxElT7U", "libSceLibcInternal", 1, "libSceLibcInternal", _LFpcomp); + LIB_FUNCTION("-svZFUiG3T4", "libSceLibcInternal", 1, "libSceLibcInternal", _LGamma_big); + LIB_FUNCTION("IRUFZywbTT0", "libSceLibcInternal", 1, "libSceLibcInternal", _LHypot); + LIB_FUNCTION("2h3jY75zMkI", "libSceLibcInternal", 1, "libSceLibcInternal", _LInf); + LIB_FUNCTION("+GxvfSLhoAo", "libSceLibcInternal", 1, "libSceLibcInternal", _Litob); + LIB_FUNCTION("4iFgTDd9NFs", "libSceLibcInternal", 1, "libSceLibcInternal", _LLog); + LIB_FUNCTION("niPixjs0l2w", "libSceLibcInternal", 1, "libSceLibcInternal", _LLogpoly); + LIB_FUNCTION("zqASRvZg6d0", "libSceLibcInternal", 1, "libSceLibcInternal", _LNan); + LIB_FUNCTION("JHvEnCQLPQI", "libSceLibcInternal", 1, "libSceLibcInternal", _Locale); + LIB_FUNCTION("fRWufXAccuI", "libSceLibcInternal", 1, "libSceLibcInternal", _Lock_shared_ptr_spin_lock); - LIB_FUNCTION("Cv-8x++GS9A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Lock_spin_lock); - LIB_FUNCTION("vZkmJmvqueY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Lockfilelock); - LIB_FUNCTION("kALvdgEv5ME", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Locksyslock); - LIB_FUNCTION("sYz-SxY8H6M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Locsum); - LIB_FUNCTION("rvNWRuHY6AQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Loctab); - LIB_FUNCTION("4ifo9QGrO5w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Locterm); - LIB_FUNCTION("ElU3kEY8q+I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Locvar); - LIB_FUNCTION("zXCi78bYrEI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Log); - LIB_FUNCTION("bqcStLRGIXw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Logpoly); - LIB_FUNCTION("W-T-amhWrkA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LPlsw); - LIB_FUNCTION("gso5X06CFkI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LPmsw); - LIB_FUNCTION("c6Qa0P3XKYQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LPoly); - LIB_FUNCTION("3Z8jD-HTKr8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LPow); - LIB_FUNCTION("fXCPTDS0tD0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LQuad); - LIB_FUNCTION("CbRhl+RoYEM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LQuadph); - LIB_FUNCTION("XrXTtRA7U08", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LRecip); - LIB_FUNCTION("fJmOr59K8QY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LRint); - LIB_FUNCTION("gobJundphD0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LRteps); - LIB_FUNCTION("m-Bu5Tzr82A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LSin); - LIB_FUNCTION("g3dK2qlzwnM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LSincos); - LIB_FUNCTION("ZWy6IcBqs1c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LSinh); - LIB_FUNCTION("rQ-70s51wrc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LSnan); - LIB_FUNCTION("mM4OblD9xWM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LTan); - LIB_FUNCTION("jq4Srfnz9K8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LTgamma); - LIB_FUNCTION("WSaroeRDE5Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXbig); - LIB_FUNCTION("QEr-PxGUoic", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXp_addh); - LIB_FUNCTION("BuP7bDPGEcQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXp_addx); - LIB_FUNCTION("TnublTBYXTI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXp_getw); - LIB_FUNCTION("FAreWopdBvE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXp_invx); - LIB_FUNCTION("7O-vjsHecbY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXp_ldexpx); - LIB_FUNCTION("wlEdSSqaz+E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXp_movx); - LIB_FUNCTION("riets0BFHMY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXp_mulh); - LIB_FUNCTION("LbLiLA2biaI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXp_mulx); - LIB_FUNCTION("hjDoZ6qbkmQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXp_setn); - LIB_FUNCTION("kHVXc-AWbMU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXp_setw); - LIB_FUNCTION("IPjwywTNR8w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXp_sqrtx); - LIB_FUNCTION("YCVxOE0lHOI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LXp_subx); - LIB_FUNCTION("A-cEjaZBDwA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _LZero); - LIB_FUNCTION("tTDqwhYbUUo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Makeloc); - LIB_FUNCTION("AnTtuRUE1cE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Makestab); - LIB_FUNCTION("QalEczzSNqc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Makewct); - LIB_FUNCTION("RnqlvEmvkdw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Cv-8x++GS9A", "libSceLibcInternal", 1, "libSceLibcInternal", _Lock_spin_lock); + LIB_FUNCTION("vZkmJmvqueY", "libSceLibcInternal", 1, "libSceLibcInternal", _Lockfilelock); + LIB_FUNCTION("kALvdgEv5ME", "libSceLibcInternal", 1, "libSceLibcInternal", _Locksyslock); + LIB_FUNCTION("sYz-SxY8H6M", "libSceLibcInternal", 1, "libSceLibcInternal", _Locsum); + LIB_FUNCTION("rvNWRuHY6AQ", "libSceLibcInternal", 1, "libSceLibcInternal", _Loctab); + LIB_FUNCTION("4ifo9QGrO5w", "libSceLibcInternal", 1, "libSceLibcInternal", _Locterm); + LIB_FUNCTION("ElU3kEY8q+I", "libSceLibcInternal", 1, "libSceLibcInternal", _Locvar); + LIB_FUNCTION("zXCi78bYrEI", "libSceLibcInternal", 1, "libSceLibcInternal", _Log); + LIB_FUNCTION("bqcStLRGIXw", "libSceLibcInternal", 1, "libSceLibcInternal", _Logpoly); + LIB_FUNCTION("W-T-amhWrkA", "libSceLibcInternal", 1, "libSceLibcInternal", _LPlsw); + LIB_FUNCTION("gso5X06CFkI", "libSceLibcInternal", 1, "libSceLibcInternal", _LPmsw); + LIB_FUNCTION("c6Qa0P3XKYQ", "libSceLibcInternal", 1, "libSceLibcInternal", _LPoly); + LIB_FUNCTION("3Z8jD-HTKr8", "libSceLibcInternal", 1, "libSceLibcInternal", _LPow); + LIB_FUNCTION("fXCPTDS0tD0", "libSceLibcInternal", 1, "libSceLibcInternal", _LQuad); + LIB_FUNCTION("CbRhl+RoYEM", "libSceLibcInternal", 1, "libSceLibcInternal", _LQuadph); + LIB_FUNCTION("XrXTtRA7U08", "libSceLibcInternal", 1, "libSceLibcInternal", _LRecip); + LIB_FUNCTION("fJmOr59K8QY", "libSceLibcInternal", 1, "libSceLibcInternal", _LRint); + LIB_FUNCTION("gobJundphD0", "libSceLibcInternal", 1, "libSceLibcInternal", _LRteps); + LIB_FUNCTION("m-Bu5Tzr82A", "libSceLibcInternal", 1, "libSceLibcInternal", _LSin); + LIB_FUNCTION("g3dK2qlzwnM", "libSceLibcInternal", 1, "libSceLibcInternal", _LSincos); + LIB_FUNCTION("ZWy6IcBqs1c", "libSceLibcInternal", 1, "libSceLibcInternal", _LSinh); + LIB_FUNCTION("rQ-70s51wrc", "libSceLibcInternal", 1, "libSceLibcInternal", _LSnan); + LIB_FUNCTION("mM4OblD9xWM", "libSceLibcInternal", 1, "libSceLibcInternal", _LTan); + LIB_FUNCTION("jq4Srfnz9K8", "libSceLibcInternal", 1, "libSceLibcInternal", _LTgamma); + LIB_FUNCTION("WSaroeRDE5Q", "libSceLibcInternal", 1, "libSceLibcInternal", _LXbig); + LIB_FUNCTION("QEr-PxGUoic", "libSceLibcInternal", 1, "libSceLibcInternal", _LXp_addh); + LIB_FUNCTION("BuP7bDPGEcQ", "libSceLibcInternal", 1, "libSceLibcInternal", _LXp_addx); + LIB_FUNCTION("TnublTBYXTI", "libSceLibcInternal", 1, "libSceLibcInternal", _LXp_getw); + LIB_FUNCTION("FAreWopdBvE", "libSceLibcInternal", 1, "libSceLibcInternal", _LXp_invx); + LIB_FUNCTION("7O-vjsHecbY", "libSceLibcInternal", 1, "libSceLibcInternal", _LXp_ldexpx); + LIB_FUNCTION("wlEdSSqaz+E", "libSceLibcInternal", 1, "libSceLibcInternal", _LXp_movx); + LIB_FUNCTION("riets0BFHMY", "libSceLibcInternal", 1, "libSceLibcInternal", _LXp_mulh); + LIB_FUNCTION("LbLiLA2biaI", "libSceLibcInternal", 1, "libSceLibcInternal", _LXp_mulx); + LIB_FUNCTION("hjDoZ6qbkmQ", "libSceLibcInternal", 1, "libSceLibcInternal", _LXp_setn); + LIB_FUNCTION("kHVXc-AWbMU", "libSceLibcInternal", 1, "libSceLibcInternal", _LXp_setw); + LIB_FUNCTION("IPjwywTNR8w", "libSceLibcInternal", 1, "libSceLibcInternal", _LXp_sqrtx); + LIB_FUNCTION("YCVxOE0lHOI", "libSceLibcInternal", 1, "libSceLibcInternal", _LXp_subx); + LIB_FUNCTION("A-cEjaZBDwA", "libSceLibcInternal", 1, "libSceLibcInternal", _LZero); + LIB_FUNCTION("tTDqwhYbUUo", "libSceLibcInternal", 1, "libSceLibcInternal", _Makeloc); + LIB_FUNCTION("AnTtuRUE1cE", "libSceLibcInternal", 1, "libSceLibcInternal", _Makestab); + LIB_FUNCTION("QalEczzSNqc", "libSceLibcInternal", 1, "libSceLibcInternal", _Makewct); + LIB_FUNCTION("RnqlvEmvkdw", "libSceLibcInternal", 1, "libSceLibcInternal", _malloc_finalize_lv2); - LIB_FUNCTION("21KFhEQDJ3s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _malloc_fini); - LIB_FUNCTION("z8GPiQwaAEY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _malloc_init); - LIB_FUNCTION("20cUk0qX9zo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _malloc_init_lv2); - LIB_FUNCTION("V94pLruduLg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _malloc_postfork); - LIB_FUNCTION("aLYyS4Kx6rQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _malloc_prefork); - LIB_FUNCTION("Sopthb9ztZI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("21KFhEQDJ3s", "libSceLibcInternal", 1, "libSceLibcInternal", _malloc_fini); + LIB_FUNCTION("z8GPiQwaAEY", "libSceLibcInternal", 1, "libSceLibcInternal", _malloc_init); + LIB_FUNCTION("20cUk0qX9zo", "libSceLibcInternal", 1, "libSceLibcInternal", _malloc_init_lv2); + LIB_FUNCTION("V94pLruduLg", "libSceLibcInternal", 1, "libSceLibcInternal", _malloc_postfork); + LIB_FUNCTION("aLYyS4Kx6rQ", "libSceLibcInternal", 1, "libSceLibcInternal", _malloc_prefork); + LIB_FUNCTION("Sopthb9ztZI", "libSceLibcInternal", 1, "libSceLibcInternal", _malloc_thread_cleanup); - LIB_FUNCTION("pCWh67X1PHU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mbcurmax); - LIB_FUNCTION("wKsLxRq5+fg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mbstate); - LIB_FUNCTION("sij3OtJpHFc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mbtowc); - LIB_FUNCTION("-9SIhUr4Iuo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mbtowcx); - LIB_FUNCTION("VYQwFs4CC4Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Mtx_current_owns); - LIB_FUNCTION("5Lf51jvohTQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mtx_destroy); - LIB_FUNCTION("YaHc3GS7y7g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mtx_init); - LIB_FUNCTION("tgioGpKtmbE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("pCWh67X1PHU", "libSceLibcInternal", 1, "libSceLibcInternal", _Mbcurmax); + LIB_FUNCTION("wKsLxRq5+fg", "libSceLibcInternal", 1, "libSceLibcInternal", _Mbstate); + LIB_FUNCTION("sij3OtJpHFc", "libSceLibcInternal", 1, "libSceLibcInternal", _Mbtowc); + LIB_FUNCTION("-9SIhUr4Iuo", "libSceLibcInternal", 1, "libSceLibcInternal", _Mbtowcx); + LIB_FUNCTION("VYQwFs4CC4Y", "libSceLibcInternal", 1, "libSceLibcInternal", _Mtx_current_owns); + LIB_FUNCTION("5Lf51jvohTQ", "libSceLibcInternal", 1, "libSceLibcInternal", _Mtx_destroy); + LIB_FUNCTION("YaHc3GS7y7g", "libSceLibcInternal", 1, "libSceLibcInternal", _Mtx_init); + LIB_FUNCTION("tgioGpKtmbE", "libSceLibcInternal", 1, "libSceLibcInternal", _Mtx_init_with_name); - LIB_FUNCTION("iS4aWbUonl0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mtx_lock); - LIB_FUNCTION("hPzYSd5Nasc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Mtx_timedlock); - LIB_FUNCTION("k6pGNMwJB08", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mtx_trylock); - LIB_FUNCTION("gTuXQwP9rrs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mtx_unlock); - LIB_FUNCTION("LaPaA6mYA38", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mtxdst); - LIB_FUNCTION("z7STeF6abuU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mtxinit); - LIB_FUNCTION("pE4Ot3CffW0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mtxlock); - LIB_FUNCTION("cMwgSSmpE5o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Mtxunlock); - LIB_FUNCTION("8e2KBTO08Po", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Nan); - LIB_FUNCTION("KNNNbyRieqQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _new_setup); - LIB_FUNCTION("Ss3108pBuZY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Nnl); - LIB_FUNCTION("TMhLRjcQMw8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _PathLocale); - LIB_FUNCTION("OnHQSrOHTks", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _PJP_C_Copyright); - LIB_FUNCTION("Cqpti4y-D3E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _PJP_CPP_Copyright); - LIB_FUNCTION("1hGmBh83dL8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Plsw); - LIB_FUNCTION("hrv1BgM68kU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Pmsw); - LIB_FUNCTION("aINUE2xbhZ4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Poly); - LIB_FUNCTION("ECh+p-LRG6Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Pow); - LIB_FUNCTION("FModQzwn1-4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Printf); - LIB_FUNCTION("rnxaQ+2hSMI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Putfld); - LIB_FUNCTION("Fot-m6M2oKE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Putstr); - LIB_FUNCTION("ijAqq39g4dI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Puttxt); - LIB_FUNCTION("TQPr-IeNIS0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Quad); - LIB_FUNCTION("VecRKuKdXdo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Quadph); - LIB_FUNCTION("5qtcuXWt5Xc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Randseed); - LIB_FUNCTION("-u3XfqNumMU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _readdir_unlocked); - LIB_FUNCTION("MxZ4Lc35Rig", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Readloc); - LIB_FUNCTION("YLEc5sPn1Rg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Recip); - LIB_FUNCTION("7ZFy2m9rc5A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _reclaim_telldir); - LIB_FUNCTION("77uWF3Z2q90", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Restore_state); - LIB_FUNCTION("TzxDRcns9e4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Rint); - LIB_FUNCTION("W8tdMlttt3o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Rteps); - LIB_FUNCTION("5FoE+V3Aj0c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _rtld_addr_phdr); - LIB_FUNCTION("R2QKo3hBLkw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _rtld_atfork_post); - LIB_FUNCTION("i-7v8+UGglc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _rtld_atfork_pre); - LIB_FUNCTION("dmHEVUqDYGw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _rtld_error); - LIB_FUNCTION("AdYYKgtPlqg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iS4aWbUonl0", "libSceLibcInternal", 1, "libSceLibcInternal", _Mtx_lock); + LIB_FUNCTION("hPzYSd5Nasc", "libSceLibcInternal", 1, "libSceLibcInternal", _Mtx_timedlock); + LIB_FUNCTION("k6pGNMwJB08", "libSceLibcInternal", 1, "libSceLibcInternal", _Mtx_trylock); + LIB_FUNCTION("gTuXQwP9rrs", "libSceLibcInternal", 1, "libSceLibcInternal", _Mtx_unlock); + LIB_FUNCTION("LaPaA6mYA38", "libSceLibcInternal", 1, "libSceLibcInternal", _Mtxdst); + LIB_FUNCTION("z7STeF6abuU", "libSceLibcInternal", 1, "libSceLibcInternal", _Mtxinit); + LIB_FUNCTION("pE4Ot3CffW0", "libSceLibcInternal", 1, "libSceLibcInternal", _Mtxlock); + LIB_FUNCTION("cMwgSSmpE5o", "libSceLibcInternal", 1, "libSceLibcInternal", _Mtxunlock); + LIB_FUNCTION("8e2KBTO08Po", "libSceLibcInternal", 1, "libSceLibcInternal", _Nan); + LIB_FUNCTION("KNNNbyRieqQ", "libSceLibcInternal", 1, "libSceLibcInternal", _new_setup); + LIB_FUNCTION("Ss3108pBuZY", "libSceLibcInternal", 1, "libSceLibcInternal", _Nnl); + LIB_FUNCTION("TMhLRjcQMw8", "libSceLibcInternal", 1, "libSceLibcInternal", _PathLocale); + LIB_FUNCTION("OnHQSrOHTks", "libSceLibcInternal", 1, "libSceLibcInternal", _PJP_C_Copyright); + LIB_FUNCTION("Cqpti4y-D3E", "libSceLibcInternal", 1, "libSceLibcInternal", _PJP_CPP_Copyright); + LIB_FUNCTION("1hGmBh83dL8", "libSceLibcInternal", 1, "libSceLibcInternal", _Plsw); + LIB_FUNCTION("hrv1BgM68kU", "libSceLibcInternal", 1, "libSceLibcInternal", _Pmsw); + LIB_FUNCTION("aINUE2xbhZ4", "libSceLibcInternal", 1, "libSceLibcInternal", _Poly); + LIB_FUNCTION("ECh+p-LRG6Y", "libSceLibcInternal", 1, "libSceLibcInternal", _Pow); + LIB_FUNCTION("FModQzwn1-4", "libSceLibcInternal", 1, "libSceLibcInternal", _Printf); + LIB_FUNCTION("rnxaQ+2hSMI", "libSceLibcInternal", 1, "libSceLibcInternal", _Putfld); + LIB_FUNCTION("Fot-m6M2oKE", "libSceLibcInternal", 1, "libSceLibcInternal", _Putstr); + LIB_FUNCTION("ijAqq39g4dI", "libSceLibcInternal", 1, "libSceLibcInternal", _Puttxt); + LIB_FUNCTION("TQPr-IeNIS0", "libSceLibcInternal", 1, "libSceLibcInternal", _Quad); + LIB_FUNCTION("VecRKuKdXdo", "libSceLibcInternal", 1, "libSceLibcInternal", _Quadph); + LIB_FUNCTION("5qtcuXWt5Xc", "libSceLibcInternal", 1, "libSceLibcInternal", _Randseed); + LIB_FUNCTION("-u3XfqNumMU", "libSceLibcInternal", 1, "libSceLibcInternal", _readdir_unlocked); + LIB_FUNCTION("MxZ4Lc35Rig", "libSceLibcInternal", 1, "libSceLibcInternal", _Readloc); + LIB_FUNCTION("YLEc5sPn1Rg", "libSceLibcInternal", 1, "libSceLibcInternal", _Recip); + LIB_FUNCTION("7ZFy2m9rc5A", "libSceLibcInternal", 1, "libSceLibcInternal", _reclaim_telldir); + LIB_FUNCTION("77uWF3Z2q90", "libSceLibcInternal", 1, "libSceLibcInternal", _Restore_state); + LIB_FUNCTION("TzxDRcns9e4", "libSceLibcInternal", 1, "libSceLibcInternal", _Rint); + LIB_FUNCTION("W8tdMlttt3o", "libSceLibcInternal", 1, "libSceLibcInternal", _Rteps); + LIB_FUNCTION("5FoE+V3Aj0c", "libSceLibcInternal", 1, "libSceLibcInternal", _rtld_addr_phdr); + LIB_FUNCTION("R2QKo3hBLkw", "libSceLibcInternal", 1, "libSceLibcInternal", _rtld_atfork_post); + LIB_FUNCTION("i-7v8+UGglc", "libSceLibcInternal", 1, "libSceLibcInternal", _rtld_atfork_pre); + LIB_FUNCTION("dmHEVUqDYGw", "libSceLibcInternal", 1, "libSceLibcInternal", _rtld_error); + LIB_FUNCTION("AdYYKgtPlqg", "libSceLibcInternal", 1, "libSceLibcInternal", _rtld_get_stack_prot); - LIB_FUNCTION("gRw4XrztJ4Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _rtld_thread_init); - LIB_FUNCTION("0ITXuJOqrSk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Save_state); - LIB_FUNCTION("s+MeMHbB1Ro", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Scanf); - LIB_FUNCTION("vhETq-NiqJA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _SceLibcDebugOut); - LIB_FUNCTION("1nZ4Xfnyp38", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gRw4XrztJ4Q", "libSceLibcInternal", 1, "libSceLibcInternal", _rtld_thread_init); + LIB_FUNCTION("0ITXuJOqrSk", "libSceLibcInternal", 1, "libSceLibcInternal", _Save_state); + LIB_FUNCTION("s+MeMHbB1Ro", "libSceLibcInternal", 1, "libSceLibcInternal", _Scanf); + LIB_FUNCTION("vhETq-NiqJA", "libSceLibcInternal", 1, "libSceLibcInternal", _SceLibcDebugOut); + LIB_FUNCTION("1nZ4Xfnyp38", "libSceLibcInternal", 1, "libSceLibcInternal", _sceLibcGetMallocParam); - LIB_FUNCTION("-hOAbTf3Cqc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-hOAbTf3Cqc", "libSceLibcInternal", 1, "libSceLibcInternal", _SceLibcTelemetoryOut); - LIB_FUNCTION("Do3zPpsXj1o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _seekdir); - LIB_FUNCTION("bEk+WGOU90I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Setgloballocale); - LIB_FUNCTION("KDFy-aPxHVE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Shared_ptr_flag); - LIB_FUNCTION("cCXjU72Z0Ow", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Sin); - LIB_FUNCTION("j9SGTLclro8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Sincos); - LIB_FUNCTION("MU25eqxSDTw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Sinh); - LIB_FUNCTION("Jp6dZm7545A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Skip); - LIB_FUNCTION("fmHLr9P3dOk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Snan); - LIB_FUNCTION("H8AprKeZtNg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stderr); - LIB_FUNCTION("1TDo-ImqkJc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stdin); - LIB_FUNCTION("2sWzhYqFH4E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stdout); - LIB_FUNCTION("c41UEHVtiEA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stod); - LIB_FUNCTION("QlcJbyd6jxM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stodx); - LIB_FUNCTION("CpWcnrEZbLA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stof); - LIB_FUNCTION("wO1-omboFjo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stoflt); - LIB_FUNCTION("7dlAxeH-htg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stofx); - LIB_FUNCTION("iNbtyJKM0iQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stold); - LIB_FUNCTION("BKidCxmLC5w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stoldx); - LIB_FUNCTION("7pNKcscKrf8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stoll); - LIB_FUNCTION("mOnfZ5aNDQE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stollx); - LIB_FUNCTION("Ecwid6wJMhY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stolx); - LIB_FUNCTION("yhbF6MbVuYc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stopfx); - LIB_FUNCTION("zlfEH8FmyUA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stoul); - LIB_FUNCTION("q+9E0X3aWpU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stoull); - LIB_FUNCTION("pSpDCDyxkaY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stoullx); - LIB_FUNCTION("YDnLaav6W6Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stoulx); - LIB_FUNCTION("Ouz5Q8+SUq4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Stoxflt); - LIB_FUNCTION("v6rXYSx-WGA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Strcollx); - LIB_FUNCTION("4F11tHMpJa0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Strerror); - LIB_FUNCTION("CpiD2ZXrhNo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Strxfrmx); - LIB_FUNCTION("szUft0jERdo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Tan); - LIB_FUNCTION("z-OrNOmb6kk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Tgamma); - LIB_FUNCTION("JOV1XY47eQA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_abort); - LIB_FUNCTION("SkRR6WxCTcE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_create); - LIB_FUNCTION("n2-b3O8qvqk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Thrd_current); - LIB_FUNCTION("L7f7zYwBvZA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_detach); - LIB_FUNCTION("BnV7WrHdPLU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_equal); - LIB_FUNCTION("cFsD9R4iY50", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_exit); - LIB_FUNCTION("np6xXcXEnXE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_id); - LIB_FUNCTION("YvmY5Jf0VYU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_join); - LIB_FUNCTION("OCbJ96N1utA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_lt); - LIB_FUNCTION("jfRI3snge3o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_sleep); - LIB_FUNCTION("0JidN6q9yGo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_start); - LIB_FUNCTION("gsqXCd6skKs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Do3zPpsXj1o", "libSceLibcInternal", 1, "libSceLibcInternal", _seekdir); + LIB_FUNCTION("bEk+WGOU90I", "libSceLibcInternal", 1, "libSceLibcInternal", _Setgloballocale); + LIB_FUNCTION("KDFy-aPxHVE", "libSceLibcInternal", 1, "libSceLibcInternal", _Shared_ptr_flag); + LIB_FUNCTION("cCXjU72Z0Ow", "libSceLibcInternal", 1, "libSceLibcInternal", _Sin); + LIB_FUNCTION("j9SGTLclro8", "libSceLibcInternal", 1, "libSceLibcInternal", _Sincos); + LIB_FUNCTION("MU25eqxSDTw", "libSceLibcInternal", 1, "libSceLibcInternal", _Sinh); + LIB_FUNCTION("Jp6dZm7545A", "libSceLibcInternal", 1, "libSceLibcInternal", _Skip); + LIB_FUNCTION("fmHLr9P3dOk", "libSceLibcInternal", 1, "libSceLibcInternal", _Snan); + LIB_FUNCTION("H8AprKeZtNg", "libSceLibcInternal", 1, "libSceLibcInternal", _Stderr); + LIB_FUNCTION("1TDo-ImqkJc", "libSceLibcInternal", 1, "libSceLibcInternal", _Stdin); + LIB_FUNCTION("2sWzhYqFH4E", "libSceLibcInternal", 1, "libSceLibcInternal", _Stdout); + LIB_FUNCTION("c41UEHVtiEA", "libSceLibcInternal", 1, "libSceLibcInternal", _Stod); + LIB_FUNCTION("QlcJbyd6jxM", "libSceLibcInternal", 1, "libSceLibcInternal", _Stodx); + LIB_FUNCTION("CpWcnrEZbLA", "libSceLibcInternal", 1, "libSceLibcInternal", _Stof); + LIB_FUNCTION("wO1-omboFjo", "libSceLibcInternal", 1, "libSceLibcInternal", _Stoflt); + LIB_FUNCTION("7dlAxeH-htg", "libSceLibcInternal", 1, "libSceLibcInternal", _Stofx); + LIB_FUNCTION("iNbtyJKM0iQ", "libSceLibcInternal", 1, "libSceLibcInternal", _Stold); + LIB_FUNCTION("BKidCxmLC5w", "libSceLibcInternal", 1, "libSceLibcInternal", _Stoldx); + LIB_FUNCTION("7pNKcscKrf8", "libSceLibcInternal", 1, "libSceLibcInternal", _Stoll); + LIB_FUNCTION("mOnfZ5aNDQE", "libSceLibcInternal", 1, "libSceLibcInternal", _Stollx); + LIB_FUNCTION("Ecwid6wJMhY", "libSceLibcInternal", 1, "libSceLibcInternal", _Stolx); + LIB_FUNCTION("yhbF6MbVuYc", "libSceLibcInternal", 1, "libSceLibcInternal", _Stopfx); + LIB_FUNCTION("zlfEH8FmyUA", "libSceLibcInternal", 1, "libSceLibcInternal", _Stoul); + LIB_FUNCTION("q+9E0X3aWpU", "libSceLibcInternal", 1, "libSceLibcInternal", _Stoull); + LIB_FUNCTION("pSpDCDyxkaY", "libSceLibcInternal", 1, "libSceLibcInternal", _Stoullx); + LIB_FUNCTION("YDnLaav6W6Q", "libSceLibcInternal", 1, "libSceLibcInternal", _Stoulx); + LIB_FUNCTION("Ouz5Q8+SUq4", "libSceLibcInternal", 1, "libSceLibcInternal", _Stoxflt); + LIB_FUNCTION("v6rXYSx-WGA", "libSceLibcInternal", 1, "libSceLibcInternal", _Strcollx); + LIB_FUNCTION("4F11tHMpJa0", "libSceLibcInternal", 1, "libSceLibcInternal", _Strerror); + LIB_FUNCTION("CpiD2ZXrhNo", "libSceLibcInternal", 1, "libSceLibcInternal", _Strxfrmx); + LIB_FUNCTION("szUft0jERdo", "libSceLibcInternal", 1, "libSceLibcInternal", _Tan); + LIB_FUNCTION("z-OrNOmb6kk", "libSceLibcInternal", 1, "libSceLibcInternal", _Tgamma); + LIB_FUNCTION("JOV1XY47eQA", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_abort); + LIB_FUNCTION("SkRR6WxCTcE", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_create); + LIB_FUNCTION("n2-b3O8qvqk", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_current); + LIB_FUNCTION("L7f7zYwBvZA", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_detach); + LIB_FUNCTION("BnV7WrHdPLU", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_equal); + LIB_FUNCTION("cFsD9R4iY50", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_exit); + LIB_FUNCTION("np6xXcXEnXE", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_id); + LIB_FUNCTION("YvmY5Jf0VYU", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_join); + LIB_FUNCTION("OCbJ96N1utA", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_lt); + LIB_FUNCTION("jfRI3snge3o", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_sleep); + LIB_FUNCTION("0JidN6q9yGo", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_start); + LIB_FUNCTION("gsqXCd6skKs", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_start_with_attr); - LIB_FUNCTION("ihfGsjLjmOM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ihfGsjLjmOM", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_start_with_name); - LIB_FUNCTION("ShanbBWU3AA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ShanbBWU3AA", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_start_with_name_attr); - LIB_FUNCTION("exNzzCAQuWM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_yield); - LIB_FUNCTION("kQelMBYgkK0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("exNzzCAQuWM", "libSceLibcInternal", 1, "libSceLibcInternal", _Thrd_yield); + LIB_FUNCTION("kQelMBYgkK0", "libSceLibcInternal", 1, "libSceLibcInternal", _thread_autoinit_dummy_decl); - LIB_FUNCTION("dmUgzUX3nXU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dmUgzUX3nXU", "libSceLibcInternal", 1, "libSceLibcInternal", _thread_autoinit_dummy_decl_stub); - LIB_FUNCTION("PJW+-O4pj6I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _thread_init); - LIB_FUNCTION("1kIpmZX1jw8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _thread_init_stub); - LIB_FUNCTION("+9ypoH8eJko", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Times); - LIB_FUNCTION("hbY3mFi8XY0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PJW+-O4pj6I", "libSceLibcInternal", 1, "libSceLibcInternal", _thread_init); + LIB_FUNCTION("1kIpmZX1jw8", "libSceLibcInternal", 1, "libSceLibcInternal", _thread_init_stub); + LIB_FUNCTION("+9ypoH8eJko", "libSceLibcInternal", 1, "libSceLibcInternal", _Times); + LIB_FUNCTION("hbY3mFi8XY0", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__Costate); - LIB_FUNCTION("JoeZJ15k5vU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Tls_setup__Ctype); - LIB_FUNCTION("uhYTnarXhZM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Tls_setup__Errno); - LIB_FUNCTION("jr5yQE9WYdk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Tls_setup__Locale); - LIB_FUNCTION("7TIcrP513IM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JoeZJ15k5vU", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__Ctype); + LIB_FUNCTION("uhYTnarXhZM", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__Errno); + LIB_FUNCTION("jr5yQE9WYdk", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__Locale); + LIB_FUNCTION("7TIcrP513IM", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__Mbcurmax); - LIB_FUNCTION("YYG-8VURgXA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YYG-8VURgXA", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__Mbstate); - LIB_FUNCTION("0Hu7rUmhqJM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Tls_setup__Times); - LIB_FUNCTION("hM7qvmxBTx8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0Hu7rUmhqJM", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__Times); + LIB_FUNCTION("hM7qvmxBTx8", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__Tolotab); - LIB_FUNCTION("UlJSnyS473g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("UlJSnyS473g", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__Touptab); - LIB_FUNCTION("YUdPel2w8as", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YUdPel2w8as", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__WCostate); - LIB_FUNCTION("2d5UH9BnfVY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2d5UH9BnfVY", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__Wcstate); - LIB_FUNCTION("RYwqCx0hU5c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RYwqCx0hU5c", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__Wctrans); - LIB_FUNCTION("KdAc8glk2+8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Tls_setup__Wctype); - LIB_FUNCTION("J-oDqE1N8R4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Tolotab); - LIB_FUNCTION("KmfpnwO2lkA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Touptab); - LIB_FUNCTION("DbEnA+MnVIw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Towctrans); - LIB_FUNCTION("amHyU7v8f-A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Tss_create); - LIB_FUNCTION("g5cG7QtKLTA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Tss_delete); - LIB_FUNCTION("lOVQnEJEzvY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Tss_get); - LIB_FUNCTION("ibyFt0bPyTk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Tss_set); - LIB_FUNCTION("4TTbo2SxxvA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Ttotm); - LIB_FUNCTION("Csx50UU9b18", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Tzoff); - LIB_FUNCTION("1HYEoANqZ1w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("KdAc8glk2+8", "libSceLibcInternal", 1, "libSceLibcInternal", _Tls_setup__Wctype); + LIB_FUNCTION("J-oDqE1N8R4", "libSceLibcInternal", 1, "libSceLibcInternal", _Tolotab); + LIB_FUNCTION("KmfpnwO2lkA", "libSceLibcInternal", 1, "libSceLibcInternal", _Touptab); + LIB_FUNCTION("DbEnA+MnVIw", "libSceLibcInternal", 1, "libSceLibcInternal", _Towctrans); + LIB_FUNCTION("amHyU7v8f-A", "libSceLibcInternal", 1, "libSceLibcInternal", _Tss_create); + LIB_FUNCTION("g5cG7QtKLTA", "libSceLibcInternal", 1, "libSceLibcInternal", _Tss_delete); + LIB_FUNCTION("lOVQnEJEzvY", "libSceLibcInternal", 1, "libSceLibcInternal", _Tss_get); + LIB_FUNCTION("ibyFt0bPyTk", "libSceLibcInternal", 1, "libSceLibcInternal", _Tss_set); + LIB_FUNCTION("4TTbo2SxxvA", "libSceLibcInternal", 1, "libSceLibcInternal", _Ttotm); + LIB_FUNCTION("Csx50UU9b18", "libSceLibcInternal", 1, "libSceLibcInternal", _Tzoff); + LIB_FUNCTION("1HYEoANqZ1w", "libSceLibcInternal", 1, "libSceLibcInternal", _Unlock_shared_ptr_spin_lock); - LIB_FUNCTION("aHUFijEWlxQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Unlock_spin_lock); - LIB_FUNCTION("0x7rx8TKy2Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Unlockfilelock); - LIB_FUNCTION("9nf8joUTSaQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Unlocksyslock); - LIB_FUNCTION("s62MgBhosjU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Unwind_Backtrace); - LIB_FUNCTION("sETNbyWsEHs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Unwind_GetIP); - LIB_FUNCTION("f1zwJ3jAI2k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Unwind_Resume); - LIB_FUNCTION("xUsJSLsdv9I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aHUFijEWlxQ", "libSceLibcInternal", 1, "libSceLibcInternal", _Unlock_spin_lock); + LIB_FUNCTION("0x7rx8TKy2Y", "libSceLibcInternal", 1, "libSceLibcInternal", _Unlockfilelock); + LIB_FUNCTION("9nf8joUTSaQ", "libSceLibcInternal", 1, "libSceLibcInternal", _Unlocksyslock); + LIB_FUNCTION("s62MgBhosjU", "libSceLibcInternal", 1, "libSceLibcInternal", _Unwind_Backtrace); + LIB_FUNCTION("sETNbyWsEHs", "libSceLibcInternal", 1, "libSceLibcInternal", _Unwind_GetIP); + LIB_FUNCTION("f1zwJ3jAI2k", "libSceLibcInternal", 1, "libSceLibcInternal", _Unwind_Resume); + LIB_FUNCTION("xUsJSLsdv9I", "libSceLibcInternal", 1, "libSceLibcInternal", _Unwind_Resume_or_Rethrow); - LIB_FUNCTION("xRycekLYXdc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Vacopy); - LIB_FUNCTION("XQFE8Y58WZM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _warn); - LIB_FUNCTION("Nd2Y2X6oR18", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WCostate); - LIB_FUNCTION("wmkXFgerLnM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Wcscollx); - LIB_FUNCTION("RGc3P3UScjY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Wcsftime); - LIB_FUNCTION("IvP-B8lC89k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Wcstate); - LIB_FUNCTION("cmIyU0BNYeo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Wcsxfrmx); - LIB_FUNCTION("oK6C1fys3dU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Wctob); - LIB_FUNCTION("bSgY14j4Ov4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Wctomb); - LIB_FUNCTION("stv1S3BKfgw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Wctombx); - LIB_FUNCTION("DYamMikEv2M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Wctrans); - LIB_FUNCTION("PlDgAP2AS7M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Wctype); - LIB_FUNCTION("VbczgfwgScA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WFrprep); - LIB_FUNCTION("hDuyUWUBrDU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WFwprep); - LIB_FUNCTION("BYcXjG3Lw-o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WGenld); - LIB_FUNCTION("Z6CCOW8TZVo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WGetfld); - LIB_FUNCTION("LcHsLn97kcE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WGetfloat); - LIB_FUNCTION("dWz3HtMMpPg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WGetint); - LIB_FUNCTION("nVS8UHz1bx0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WGetstr); - LIB_FUNCTION("kUcinoWwBr8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WLdtob); - LIB_FUNCTION("XkT6YSShQcE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WLitob); - LIB_FUNCTION("kvEP5-KOG1U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WPrintf); - LIB_FUNCTION("0ISumvb2U5o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WPutfld); - LIB_FUNCTION("Fh1GjwqvCpE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WPutstr); - LIB_FUNCTION("Kkgg8mWU2WE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WPuttxt); - LIB_FUNCTION("fzgkSILqRHE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WScanf); - LIB_FUNCTION("4nRn+exUJAM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WStod); - LIB_FUNCTION("RlewTNtWEcg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WStodx); - LIB_FUNCTION("GUuiOcxL-r0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WStof); - LIB_FUNCTION("FHJlhz0wVts", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WStoflt); - LIB_FUNCTION("JZ9gGlJ22hg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WStofx); - LIB_FUNCTION("w3gRFGRjpZ4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WStold); - LIB_FUNCTION("waexoHL0Bf4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WStoldx); - LIB_FUNCTION("OmDPJeJXkBM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WStoll); - LIB_FUNCTION("43PYQ2fMT8k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WStopfx); - LIB_FUNCTION("JhVR7D4Ax6Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WStoul); - LIB_FUNCTION("9iCP-hTL5z8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WStoull); - LIB_FUNCTION("DmUIy7m0cyE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _WStoxflt); - LIB_FUNCTION("QSfaClY45dM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xbig); - LIB_FUNCTION("ijc7yCXzXsc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xp_addh); - LIB_FUNCTION("ycMCyFmWJnU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xp_addx); - LIB_FUNCTION("Zb70g9IUs98", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xp_getw); - LIB_FUNCTION("f41T4clGlzY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xp_invx); - LIB_FUNCTION("c9S0tXDhMBQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xp_ldexpx); - LIB_FUNCTION("Zm2LLWgxWu8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xp_movx); - LIB_FUNCTION("aOtpC3onyJo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xp_mulh); - LIB_FUNCTION("jatbHyxH3ek", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xp_mulx); - LIB_FUNCTION("lahbB4B2ugY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xp_setn); - LIB_FUNCTION("bIfFaqUwy3I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xp_setw); - LIB_FUNCTION("m0uSPrCsVdk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xp_sqrtx); - LIB_FUNCTION("w178uGYbIJs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xp_subx); - LIB_FUNCTION("Df1BO64nU-k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Xtime_diff_to_ts); - LIB_FUNCTION("Cj+Fw5q1tUo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _Xtime_get_ticks); - LIB_FUNCTION("Zs8Xq-ce3rY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Xtime_to_ts); - LIB_FUNCTION("MLWl90SFWNE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdaPv); - LIB_FUNCTION("FOt55ZNaVJk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdaPvm); - LIB_FUNCTION("7lCihI18N9I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xRycekLYXdc", "libSceLibcInternal", 1, "libSceLibcInternal", _Vacopy); + LIB_FUNCTION("XQFE8Y58WZM", "libSceLibcInternal", 1, "libSceLibcInternal", _warn); + LIB_FUNCTION("Nd2Y2X6oR18", "libSceLibcInternal", 1, "libSceLibcInternal", _WCostate); + LIB_FUNCTION("wmkXFgerLnM", "libSceLibcInternal", 1, "libSceLibcInternal", _Wcscollx); + LIB_FUNCTION("RGc3P3UScjY", "libSceLibcInternal", 1, "libSceLibcInternal", _Wcsftime); + LIB_FUNCTION("IvP-B8lC89k", "libSceLibcInternal", 1, "libSceLibcInternal", _Wcstate); + LIB_FUNCTION("cmIyU0BNYeo", "libSceLibcInternal", 1, "libSceLibcInternal", _Wcsxfrmx); + LIB_FUNCTION("oK6C1fys3dU", "libSceLibcInternal", 1, "libSceLibcInternal", _Wctob); + LIB_FUNCTION("bSgY14j4Ov4", "libSceLibcInternal", 1, "libSceLibcInternal", _Wctomb); + LIB_FUNCTION("stv1S3BKfgw", "libSceLibcInternal", 1, "libSceLibcInternal", _Wctombx); + LIB_FUNCTION("DYamMikEv2M", "libSceLibcInternal", 1, "libSceLibcInternal", _Wctrans); + LIB_FUNCTION("PlDgAP2AS7M", "libSceLibcInternal", 1, "libSceLibcInternal", _Wctype); + LIB_FUNCTION("VbczgfwgScA", "libSceLibcInternal", 1, "libSceLibcInternal", _WFrprep); + LIB_FUNCTION("hDuyUWUBrDU", "libSceLibcInternal", 1, "libSceLibcInternal", _WFwprep); + LIB_FUNCTION("BYcXjG3Lw-o", "libSceLibcInternal", 1, "libSceLibcInternal", _WGenld); + LIB_FUNCTION("Z6CCOW8TZVo", "libSceLibcInternal", 1, "libSceLibcInternal", _WGetfld); + LIB_FUNCTION("LcHsLn97kcE", "libSceLibcInternal", 1, "libSceLibcInternal", _WGetfloat); + LIB_FUNCTION("dWz3HtMMpPg", "libSceLibcInternal", 1, "libSceLibcInternal", _WGetint); + LIB_FUNCTION("nVS8UHz1bx0", "libSceLibcInternal", 1, "libSceLibcInternal", _WGetstr); + LIB_FUNCTION("kUcinoWwBr8", "libSceLibcInternal", 1, "libSceLibcInternal", _WLdtob); + LIB_FUNCTION("XkT6YSShQcE", "libSceLibcInternal", 1, "libSceLibcInternal", _WLitob); + LIB_FUNCTION("kvEP5-KOG1U", "libSceLibcInternal", 1, "libSceLibcInternal", _WPrintf); + LIB_FUNCTION("0ISumvb2U5o", "libSceLibcInternal", 1, "libSceLibcInternal", _WPutfld); + LIB_FUNCTION("Fh1GjwqvCpE", "libSceLibcInternal", 1, "libSceLibcInternal", _WPutstr); + LIB_FUNCTION("Kkgg8mWU2WE", "libSceLibcInternal", 1, "libSceLibcInternal", _WPuttxt); + LIB_FUNCTION("fzgkSILqRHE", "libSceLibcInternal", 1, "libSceLibcInternal", _WScanf); + LIB_FUNCTION("4nRn+exUJAM", "libSceLibcInternal", 1, "libSceLibcInternal", _WStod); + LIB_FUNCTION("RlewTNtWEcg", "libSceLibcInternal", 1, "libSceLibcInternal", _WStodx); + LIB_FUNCTION("GUuiOcxL-r0", "libSceLibcInternal", 1, "libSceLibcInternal", _WStof); + LIB_FUNCTION("FHJlhz0wVts", "libSceLibcInternal", 1, "libSceLibcInternal", _WStoflt); + LIB_FUNCTION("JZ9gGlJ22hg", "libSceLibcInternal", 1, "libSceLibcInternal", _WStofx); + LIB_FUNCTION("w3gRFGRjpZ4", "libSceLibcInternal", 1, "libSceLibcInternal", _WStold); + LIB_FUNCTION("waexoHL0Bf4", "libSceLibcInternal", 1, "libSceLibcInternal", _WStoldx); + LIB_FUNCTION("OmDPJeJXkBM", "libSceLibcInternal", 1, "libSceLibcInternal", _WStoll); + LIB_FUNCTION("43PYQ2fMT8k", "libSceLibcInternal", 1, "libSceLibcInternal", _WStopfx); + LIB_FUNCTION("JhVR7D4Ax6Y", "libSceLibcInternal", 1, "libSceLibcInternal", _WStoul); + LIB_FUNCTION("9iCP-hTL5z8", "libSceLibcInternal", 1, "libSceLibcInternal", _WStoull); + LIB_FUNCTION("DmUIy7m0cyE", "libSceLibcInternal", 1, "libSceLibcInternal", _WStoxflt); + LIB_FUNCTION("QSfaClY45dM", "libSceLibcInternal", 1, "libSceLibcInternal", _Xbig); + LIB_FUNCTION("ijc7yCXzXsc", "libSceLibcInternal", 1, "libSceLibcInternal", _Xp_addh); + LIB_FUNCTION("ycMCyFmWJnU", "libSceLibcInternal", 1, "libSceLibcInternal", _Xp_addx); + LIB_FUNCTION("Zb70g9IUs98", "libSceLibcInternal", 1, "libSceLibcInternal", _Xp_getw); + LIB_FUNCTION("f41T4clGlzY", "libSceLibcInternal", 1, "libSceLibcInternal", _Xp_invx); + LIB_FUNCTION("c9S0tXDhMBQ", "libSceLibcInternal", 1, "libSceLibcInternal", _Xp_ldexpx); + LIB_FUNCTION("Zm2LLWgxWu8", "libSceLibcInternal", 1, "libSceLibcInternal", _Xp_movx); + LIB_FUNCTION("aOtpC3onyJo", "libSceLibcInternal", 1, "libSceLibcInternal", _Xp_mulh); + LIB_FUNCTION("jatbHyxH3ek", "libSceLibcInternal", 1, "libSceLibcInternal", _Xp_mulx); + LIB_FUNCTION("lahbB4B2ugY", "libSceLibcInternal", 1, "libSceLibcInternal", _Xp_setn); + LIB_FUNCTION("bIfFaqUwy3I", "libSceLibcInternal", 1, "libSceLibcInternal", _Xp_setw); + LIB_FUNCTION("m0uSPrCsVdk", "libSceLibcInternal", 1, "libSceLibcInternal", _Xp_sqrtx); + LIB_FUNCTION("w178uGYbIJs", "libSceLibcInternal", 1, "libSceLibcInternal", _Xp_subx); + LIB_FUNCTION("Df1BO64nU-k", "libSceLibcInternal", 1, "libSceLibcInternal", _Xtime_diff_to_ts); + LIB_FUNCTION("Cj+Fw5q1tUo", "libSceLibcInternal", 1, "libSceLibcInternal", _Xtime_get_ticks); + LIB_FUNCTION("Zs8Xq-ce3rY", "libSceLibcInternal", 1, "libSceLibcInternal", _Xtime_to_ts); + LIB_FUNCTION("MLWl90SFWNE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdaPv); + LIB_FUNCTION("FOt55ZNaVJk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdaPvm); + LIB_FUNCTION("7lCihI18N9I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdaPvmRKSt9nothrow_t); - LIB_FUNCTION("Y1RR+IQy6Pg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Y1RR+IQy6Pg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdaPvmSt11align_val_t); - LIB_FUNCTION("m-fSo3EbxNA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("m-fSo3EbxNA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdaPvRKSt9nothrow_t); - LIB_FUNCTION("Suc8W0QPxjw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdaPvS_); - LIB_FUNCTION("v09ZcAhZzSc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Suc8W0QPxjw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdaPvS_); + LIB_FUNCTION("v09ZcAhZzSc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdaPvSt11align_val_t); - LIB_FUNCTION("dH3ucvQhfSY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dH3ucvQhfSY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdaPvSt11align_val_tRKSt9nothrow_t); - LIB_FUNCTION("z+P+xCnWLBk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdlPv); - LIB_FUNCTION("lYDzBVE5mZs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdlPvm); - LIB_FUNCTION("7VPIYFpwU2A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("z+P+xCnWLBk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdlPv); + LIB_FUNCTION("lYDzBVE5mZs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdlPvm); + LIB_FUNCTION("7VPIYFpwU2A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdlPvmRKSt9nothrow_t); - LIB_FUNCTION("nwujzxOPXzQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("nwujzxOPXzQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdlPvmSt11align_val_t); - LIB_FUNCTION("McsGnqV6yRE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("McsGnqV6yRE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdlPvRKSt9nothrow_t); - LIB_FUNCTION("1vo6qqqa9F4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdlPvS_); - LIB_FUNCTION("bZx+FFSlkUM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1vo6qqqa9F4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdlPvS_); + LIB_FUNCTION("bZx+FFSlkUM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdlPvSt11align_val_t); - LIB_FUNCTION("Dt9kllUFXS0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Dt9kllUFXS0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZdlPvSt11align_val_tRKSt9nothrow_t); - LIB_FUNCTION("bPtdppw1+7I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Zero); - LIB_FUNCTION("Bc4ozvHb4Kg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bPtdppw1+7I", "libSceLibcInternal", 1, "libSceLibcInternal", _Zero); + LIB_FUNCTION("Bc4ozvHb4Kg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt10moneypunctIcLb0EE2idE); - LIB_FUNCTION("yzcKSTTCz1M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("yzcKSTTCz1M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt10moneypunctIcLb1EE2idE); - LIB_FUNCTION("tfmEv+TVGFU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tfmEv+TVGFU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt10moneypunctIwLb0EE2idE); - LIB_FUNCTION("ksNM8H72JHg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ksNM8H72JHg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt10moneypunctIwLb1EE2idE); - LIB_FUNCTION("2G1UznxkcgU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2G1UznxkcgU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt14_Error_objectsIiE14_System_objectE); - LIB_FUNCTION("DjLpZIMEkks", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DjLpZIMEkks", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt14_Error_objectsIiE15_Generic_objectE); - LIB_FUNCTION("ieNeByYxFgA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ieNeByYxFgA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt14_Error_objectsIiE16_Iostream_objectE); - LIB_FUNCTION("DSnq6xesUo8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DSnq6xesUo8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt20_Future_error_objectIiE14_Future_objectE); - LIB_FUNCTION("agAYSUes238", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("agAYSUes238", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt7codecvtIcc9_MbstatetE2idE); - LIB_FUNCTION("gC0DGo+7PVc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gC0DGo+7PVc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt7collateIcE2idE); - LIB_FUNCTION("jaLGUrwYX84", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jaLGUrwYX84", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt7collateIwE2idE); - LIB_FUNCTION("8o+oBXdeQPk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8o+oBXdeQPk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE); - LIB_FUNCTION("5FD0gWEuuTs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5FD0gWEuuTs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE); - LIB_FUNCTION("ZkP0sDpHLLg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ZkP0sDpHLLg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE); - LIB_FUNCTION("wozVkExRax4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wozVkExRax4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE); - LIB_FUNCTION("4ZnE1sEyX3g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4ZnE1sEyX3g", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt8messagesIcE2idE); - LIB_FUNCTION("oqYAk3zpC64", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("oqYAk3zpC64", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt8messagesIwE2idE); - LIB_FUNCTION("iHZb2839dBc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iHZb2839dBc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt8numpunctIcE2idE); - LIB_FUNCTION("8ArIPXBlkgM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8ArIPXBlkgM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt8numpunctIwE2idE); - LIB_FUNCTION("z-L6coXk6yo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("z-L6coXk6yo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE); - LIB_FUNCTION("TuIEPzIwWcI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TuIEPzIwWcI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE); - LIB_FUNCTION("Awj5m1LfcXQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Awj5m1LfcXQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE); - LIB_FUNCTION("K+-VjJdCYVc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("K+-VjJdCYVc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE); - LIB_FUNCTION("HQAa3rCj8ho", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HQAa3rCj8ho", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE); - LIB_FUNCTION("koazg-62JMk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("koazg-62JMk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE); - LIB_FUNCTION("HDnBZ+mkyjg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HDnBZ+mkyjg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE); - LIB_FUNCTION("0ND8MZiuTR8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0ND8MZiuTR8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVZNSt13basic_filebufIcSt11char_traitsIcEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit); - LIB_FUNCTION("O2wxIdbMcMQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("O2wxIdbMcMQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZGVZNSt13basic_filebufIwSt11char_traitsIwEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit); - LIB_FUNCTION("CjzjU2nFUWw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CjzjU2nFUWw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv116__enum_type_infoD0Ev); - LIB_FUNCTION("upwSZWmYwqE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("upwSZWmYwqE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv116__enum_type_infoD1Ev); - LIB_FUNCTION("iQiT26+ZGnA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iQiT26+ZGnA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv116__enum_type_infoD2Ev); - LIB_FUNCTION("R5nRbLQT3oI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("R5nRbLQT3oI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv117__array_type_infoD0Ev); - LIB_FUNCTION("1ZMchlkvNNQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1ZMchlkvNNQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv117__array_type_infoD1Ev); - LIB_FUNCTION("ckFrsyD2830", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ckFrsyD2830", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv117__array_type_infoD2Ev); - LIB_FUNCTION("XAk7W3NcpTY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XAk7W3NcpTY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv117__class_type_infoD0Ev); - LIB_FUNCTION("goLVqD-eiIY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("goLVqD-eiIY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv117__class_type_infoD1Ev); - LIB_FUNCTION("xXM1q-ayw2Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xXM1q-ayw2Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv117__class_type_infoD2Ev); - LIB_FUNCTION("GLxD5v2uMHw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("GLxD5v2uMHw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv117__pbase_type_infoD0Ev); - LIB_FUNCTION("vIJPARS8imE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vIJPARS8imE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv117__pbase_type_infoD1Ev); - LIB_FUNCTION("krshE4JAE6M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("krshE4JAE6M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv117__pbase_type_infoD2Ev); - LIB_FUNCTION("64180GwMVro", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("64180GwMVro", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv119__pointer_type_infoD0Ev); - LIB_FUNCTION("bhfgrK+MZdk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bhfgrK+MZdk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv119__pointer_type_infoD1Ev); - LIB_FUNCTION("vCLVhOcdQMY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vCLVhOcdQMY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv119__pointer_type_infoD2Ev); - LIB_FUNCTION("kVvGL9aF5gg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kVvGL9aF5gg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv120__function_type_infoD0Ev); - LIB_FUNCTION("dsQ5Xwhl9no", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dsQ5Xwhl9no", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv120__function_type_infoD1Ev); - LIB_FUNCTION("NtqD4Q0vUUI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NtqD4Q0vUUI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv120__function_type_infoD2Ev); - LIB_FUNCTION("Fg4w+h9wAMA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Fg4w+h9wAMA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv120__si_class_type_infoD0Ev); - LIB_FUNCTION("6aEkwkEOGRg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6aEkwkEOGRg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv120__si_class_type_infoD1Ev); - LIB_FUNCTION("bWHwovVFfqc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bWHwovVFfqc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv120__si_class_type_infoD2Ev); - LIB_FUNCTION("W5k0jlyBpgM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("W5k0jlyBpgM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv121__vmi_class_type_infoD0Ev); - LIB_FUNCTION("h-a7+0UuK7Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("h-a7+0UuK7Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv121__vmi_class_type_infoD1Ev); - LIB_FUNCTION("yYIymfQGl2E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("yYIymfQGl2E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv121__vmi_class_type_infoD2Ev); - LIB_FUNCTION("YsZuwZrJZlU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YsZuwZrJZlU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv123__fundamental_type_infoD0Ev); - LIB_FUNCTION("kzWL2iOsv0E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kzWL2iOsv0E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv123__fundamental_type_infoD1Ev); - LIB_FUNCTION("0jk9oqKd2Gw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0jk9oqKd2Gw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv123__fundamental_type_infoD2Ev); - LIB_FUNCTION("NdeDffcZ-30", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NdeDffcZ-30", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv129__pointer_to_member_type_infoD0Ev); - LIB_FUNCTION("KaZ3xf5c9Vc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("KaZ3xf5c9Vc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv129__pointer_to_member_type_infoD1Ev); - LIB_FUNCTION("Re3Lpk8mwEo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Re3Lpk8mwEo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN10__cxxabiv129__pointer_to_member_type_infoD2Ev); - LIB_FUNCTION("yc-vi84-2aE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("yc-vi84-2aE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN6Dinkum7codecvt10_Cvt_checkEmm); - LIB_FUNCTION("PG-2ZeVVWZE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PG-2ZeVVWZE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN6Dinkum7threads10lock_errorD0Ev); - LIB_FUNCTION("vX+NfOHOI5w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vX+NfOHOI5w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN6Dinkum7threads10lock_errorD1Ev); - LIB_FUNCTION("o27+xO5NBZ8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("o27+xO5NBZ8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN6Dinkum7threads17_Throw_lock_errorEv); - LIB_FUNCTION("cjmJLdYnT5A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cjmJLdYnT5A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN6Dinkum7threads21_Throw_resource_errorEv); - LIB_FUNCTION("Q+ZnPMGI4M0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Q+ZnPMGI4M0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN6Dinkum7threads21thread_resource_errorD0Ev); - LIB_FUNCTION("NOaB7a1PZl8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NOaB7a1PZl8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZN6Dinkum7threads21thread_resource_errorD1Ev); - LIB_FUNCTION("hdm0YfMa7TQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Znam); - LIB_FUNCTION("Jh5qUcwiSEk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hdm0YfMa7TQ", "libSceLibcInternal", 1, "libSceLibcInternal", _Znam); + LIB_FUNCTION("Jh5qUcwiSEk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZnamRKSt9nothrow_t); - LIB_FUNCTION("kn-rKRB0pfY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kn-rKRB0pfY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZnamSt11align_val_t); - LIB_FUNCTION("s2eGsgUF9vk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("s2eGsgUF9vk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZnamSt11align_val_tRKSt9nothrow_t); - LIB_FUNCTION("ZRRBeuLmHjc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ZRRBeuLmHjc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSbIwSt11char_traitsIwESaIwEE5_XlenEv); - LIB_FUNCTION("GvYZax3i-Qk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("GvYZax3i-Qk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSbIwSt11char_traitsIwESaIwEE5_XranEv); - LIB_FUNCTION("pDtTdJ2sIz0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNKSs5_XlenEv); - LIB_FUNCTION("AzBnOt1DouU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNKSs5_XranEv); - LIB_FUNCTION("BbXxNgTW1x4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("pDtTdJ2sIz0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSs5_XlenEv); + LIB_FUNCTION("AzBnOt1DouU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSs5_XranEv); + LIB_FUNCTION("BbXxNgTW1x4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt10bad_typeid4whatEv); - LIB_FUNCTION("WMw8eIs0kjM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WMw8eIs0kjM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt10bad_typeid8_DoraiseEv); - LIB_FUNCTION("++ge3jYlHW8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("++ge3jYlHW8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt11logic_error4whatEv); - LIB_FUNCTION("YTM5eyFGh2c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YTM5eyFGh2c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt11logic_error8_DoraiseEv); - LIB_FUNCTION("OzMS0BqVUGQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("OzMS0BqVUGQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt12bad_weak_ptr4whatEv); - LIB_FUNCTION("MwAySqTo+-M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MwAySqTo+-M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt12codecvt_base11do_encodingEv); - LIB_FUNCTION("FOsY+JAyXow", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("FOsY+JAyXow", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt12codecvt_base13do_max_lengthEv); - LIB_FUNCTION("5sfbtNAdt-M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5sfbtNAdt-M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt12future_error4whatEv); - LIB_FUNCTION("-syPONaWjqw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-syPONaWjqw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt12future_error8_DoraiseEv); - LIB_FUNCTION("uWZBRxLAvEg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uWZBRxLAvEg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt12system_error8_DoraiseEv); - LIB_FUNCTION("kTlQY47fo88", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kTlQY47fo88", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt13bad_exception8_DoraiseEv); - LIB_FUNCTION("2iW5Fv+kFxs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2iW5Fv+kFxs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt13runtime_error4whatEv); - LIB_FUNCTION("GthClwqQAZs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("GthClwqQAZs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt14error_category10equivalentEiRKSt15error_condition); - LIB_FUNCTION("9hB8AwIqQfs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9hB8AwIqQfs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt14error_category10equivalentERKSt10error_codei); - LIB_FUNCTION("8SDojuZyQaY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8SDojuZyQaY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt14error_category23default_error_conditionEi); - LIB_FUNCTION("XVu4--EWzcM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XVu4--EWzcM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt17bad_function_call4whatEv); - LIB_FUNCTION("+5IOQncui3c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+5IOQncui3c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt18bad_variant_access4whatEv); - LIB_FUNCTION("u6UfGT9+HEA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("u6UfGT9+HEA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt19istreambuf_iteratorIcSt11char_traitsIcEE5equalERKS2_); - LIB_FUNCTION("jZmLD-ASDto", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jZmLD-ASDto", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt19istreambuf_iteratorIwSt11char_traitsIwEE5equalERKS2_); - LIB_FUNCTION("Q0VsWTapQ4M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Q0VsWTapQ4M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt22_Future_error_category4nameEv); - LIB_FUNCTION("nWfZplDjbxQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("nWfZplDjbxQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt22_Future_error_category7messageEi); - LIB_FUNCTION("ww3UUl317Ng", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ww3UUl317Ng", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt22_System_error_category23default_error_conditionEi); - LIB_FUNCTION("dXy+lFOiaQA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dXy+lFOiaQA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt22_System_error_category4nameEv); - LIB_FUNCTION("HpAlvhNKb2Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HpAlvhNKb2Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt22_System_error_category7messageEi); - LIB_FUNCTION("xvVR0CBPFAM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xvVR0CBPFAM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt23_Generic_error_category4nameEv); - LIB_FUNCTION("KZ++filsCL4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("KZ++filsCL4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt23_Generic_error_category7messageEi); - LIB_FUNCTION("sb2vivqtLS0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("sb2vivqtLS0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt24_Iostream_error_category4nameEv); - LIB_FUNCTION("n9-NJEULZ-0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("n9-NJEULZ-0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt24_Iostream_error_category7messageEi); - LIB_FUNCTION("WXOoCK+kqwY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WXOoCK+kqwY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIcE10do_tolowerEc); - LIB_FUNCTION("2w+4Mo2DPro", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2w+4Mo2DPro", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIcE10do_tolowerEPcPKc); - LIB_FUNCTION("mnq3tbhCs34", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mnq3tbhCs34", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIcE10do_toupperEc); - LIB_FUNCTION("7glioH0t9HM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7glioH0t9HM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIcE10do_toupperEPcPKc); - LIB_FUNCTION("zwcNQT0Avck", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zwcNQT0Avck", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIcE8do_widenEc); - LIB_FUNCTION("W5OtP+WC800", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("W5OtP+WC800", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIcE8do_widenEPKcS2_Pc); - LIB_FUNCTION("4SnCJmLL27U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4SnCJmLL27U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIcE9do_narrowEcc); - LIB_FUNCTION("-nCVE3kBjjA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-nCVE3kBjjA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIcE9do_narrowEPKcS2_cPc); - LIB_FUNCTION("pSQz254t3ug", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("pSQz254t3ug", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIwE10do_scan_isEsPKwS2_); - LIB_FUNCTION("Ej0X1EwApwM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Ej0X1EwApwM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIwE10do_tolowerEPwPKw); - LIB_FUNCTION("ATYj6zra5W0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ATYj6zra5W0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIwE10do_tolowerEw); - LIB_FUNCTION("r1W-NtOi6E8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("r1W-NtOi6E8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIwE10do_toupperEPwPKw); - LIB_FUNCTION("JsZjB3TnZ8A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JsZjB3TnZ8A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIwE10do_toupperEw); - LIB_FUNCTION("Kbe+LHOer9o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Kbe+LHOer9o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIwE11do_scan_notEsPKwS2_); - LIB_FUNCTION("D0lUMKU+ELI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("D0lUMKU+ELI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIwE5do_isEPKwS2_Ps); - LIB_FUNCTION("rh7L-TliPoc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rh7L-TliPoc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIwE5do_isEsw); - LIB_FUNCTION("h3PbnNnZ-gI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("h3PbnNnZ-gI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIwE8do_widenEc); - LIB_FUNCTION("KM0b6O8show", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("KM0b6O8show", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIwE8do_widenEPKcS2_Pw); - LIB_FUNCTION("Vf68JAD5rbM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Vf68JAD5rbM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIwE9do_narrowEPKwS2_cPc); - LIB_FUNCTION("V+c0E+Uqcww", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("V+c0E+Uqcww", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt5ctypeIwE9do_narrowEwc); - LIB_FUNCTION("aUNISsPboqE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aUNISsPboqE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIcE11do_groupingEv); - LIB_FUNCTION("uUDq10y4Raw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uUDq10y4Raw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIcE13do_neg_formatEv); - LIB_FUNCTION("E64hr8yXoXw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("E64hr8yXoXw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIcE13do_pos_formatEv); - LIB_FUNCTION("VhyjwJugIe8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VhyjwJugIe8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIcE14do_curr_symbolEv); - LIB_FUNCTION("C3LC9A6SrVE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("C3LC9A6SrVE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIcE14do_frac_digitsEv); - LIB_FUNCTION("tZj4yquwuhI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tZj4yquwuhI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIcE16do_decimal_pointEv); - LIB_FUNCTION("Rqu9OmkKY+M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Rqu9OmkKY+M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIcE16do_negative_signEv); - LIB_FUNCTION("ARZszYKvDWg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ARZszYKvDWg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIcE16do_positive_signEv); - LIB_FUNCTION("6aFwTNpqTP8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6aFwTNpqTP8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIcE16do_thousands_sepEv); - LIB_FUNCTION("ckD5sIxo+Co", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ckD5sIxo+Co", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIwE11do_groupingEv); - LIB_FUNCTION("UzmR8lOfyqU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("UzmR8lOfyqU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIwE13do_neg_formatEv); - LIB_FUNCTION("zF2GfKzBgqU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zF2GfKzBgqU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIwE13do_pos_formatEv); - LIB_FUNCTION("ypq5jFNRIJA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ypq5jFNRIJA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIwE14do_curr_symbolEv); - LIB_FUNCTION("ij-yZhH9YjY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ij-yZhH9YjY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIwE14do_frac_digitsEv); - LIB_FUNCTION("v8P1X84ytFY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("v8P1X84ytFY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIwE16do_decimal_pointEv); - LIB_FUNCTION("zkUC74aJxpE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zkUC74aJxpE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIwE16do_negative_signEv); - LIB_FUNCTION("PWFePkVdv9w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PWFePkVdv9w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIwE16do_positive_signEv); - LIB_FUNCTION("XX+xiPXAN8I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XX+xiPXAN8I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7_MpunctIwE16do_thousands_sepEv); - LIB_FUNCTION("iCWgjeqMHvg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iCWgjeqMHvg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIcc9_MbstatetE10do_unshiftERS0_PcS3_RS3_); - LIB_FUNCTION("7tIwDZyyKHo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7tIwDZyyKHo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIcc9_MbstatetE16do_always_noconvEv); - LIB_FUNCTION("TNexGlwiVEQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TNexGlwiVEQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIcc9_MbstatetE2inERS0_PKcS4_RS4_PcS6_RS6_); - LIB_FUNCTION("14xKj+SV72o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("14xKj+SV72o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIcc9_MbstatetE3outERS0_PKcS4_RS4_PcS6_RS6_); - LIB_FUNCTION("P+q1OLiErP0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("P+q1OLiErP0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIcc9_MbstatetE5do_inERS0_PKcS4_RS4_PcS6_RS6_); - LIB_FUNCTION("Uc+-Sx0UZ3U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Uc+-Sx0UZ3U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIcc9_MbstatetE6do_outERS0_PKcS4_RS4_PcS6_RS6_); - LIB_FUNCTION("ikBt0lqkxPc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ikBt0lqkxPc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIcc9_MbstatetE6lengthERS0_PKcS4_m); - LIB_FUNCTION("N7z+Dnk1cS0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("N7z+Dnk1cS0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIcc9_MbstatetE7unshiftERS0_PcS3_RS3_); - LIB_FUNCTION("Xk7IZcfHDD8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Xk7IZcfHDD8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIcc9_MbstatetE9do_lengthERS0_PKcS4_m); - LIB_FUNCTION("c6Lyc6xOp4o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("c6Lyc6xOp4o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDic9_MbstatetE10do_unshiftERS0_PcS3_RS3_); - LIB_FUNCTION("DDnr3lDwW8I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DDnr3lDwW8I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDic9_MbstatetE11do_encodingEv); - LIB_FUNCTION("E5NdzqEmWuY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("E5NdzqEmWuY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDic9_MbstatetE13do_max_lengthEv); - LIB_FUNCTION("NQ81EZ7CL6w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NQ81EZ7CL6w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDic9_MbstatetE16do_always_noconvEv); - LIB_FUNCTION("PJ2UDX9Tvwg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PJ2UDX9Tvwg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDic9_MbstatetE5do_inERS0_PKcS4_RS4_PDiS6_RS6_); - LIB_FUNCTION("eoW60zcLT8Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("eoW60zcLT8Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDic9_MbstatetE6do_outERS0_PKDiS4_RS4_PcS6_RS6_); - LIB_FUNCTION("m6rjfL4aMcA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("m6rjfL4aMcA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDic9_MbstatetE9do_lengthERS0_PKcS4_m); - LIB_FUNCTION("RYTHR81Y-Mc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RYTHR81Y-Mc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDsc9_MbstatetE10do_unshiftERS0_PcS3_RS3_); - LIB_FUNCTION("Mo6K-pUyNhI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Mo6K-pUyNhI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDsc9_MbstatetE11do_encodingEv); - LIB_FUNCTION("BvRS0cGTd6I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BvRS0cGTd6I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDsc9_MbstatetE13do_max_lengthEv); - LIB_FUNCTION("9Vyfb-I-9xw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9Vyfb-I-9xw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDsc9_MbstatetE16do_always_noconvEv); - LIB_FUNCTION("+uPwCGfmJHs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+uPwCGfmJHs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDsc9_MbstatetE5do_inERS0_PKcS4_RS4_PDsS6_RS6_); - LIB_FUNCTION("0FKwlv9iH1c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0FKwlv9iH1c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDsc9_MbstatetE6do_outERS0_PKDsS4_RS4_PcS6_RS6_); - LIB_FUNCTION("lynApfiP6Lw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lynApfiP6Lw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIDsc9_MbstatetE9do_lengthERS0_PKcS4_m); - LIB_FUNCTION("oDtGxrzLXMU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("oDtGxrzLXMU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIwc9_MbstatetE10do_unshiftERS0_PcS3_RS3_); - LIB_FUNCTION("4fPIrH+z+E4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4fPIrH+z+E4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIwc9_MbstatetE11do_encodingEv); - LIB_FUNCTION("5BQIjX7Y5YU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5BQIjX7Y5YU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIwc9_MbstatetE13do_max_lengthEv); - LIB_FUNCTION("KheIhkaSrlA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("KheIhkaSrlA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIwc9_MbstatetE16do_always_noconvEv); - LIB_FUNCTION("WAPkmrXx2o8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WAPkmrXx2o8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIwc9_MbstatetE5do_inERS0_PKcS4_RS4_PwS6_RS6_); - LIB_FUNCTION("ABFE75lbcDc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ABFE75lbcDc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIwc9_MbstatetE6do_outERS0_PKwS4_RS4_PcS6_RS6_); - LIB_FUNCTION("G1zcPUEvY7U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("G1zcPUEvY7U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7codecvtIwc9_MbstatetE9do_lengthERS0_PKcS4_m); - LIB_FUNCTION("1eEXfeW6wrI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1eEXfeW6wrI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7collateIcE10do_compareEPKcS2_S2_S2_); - LIB_FUNCTION("gYlF567r3-A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gYlF567r3-A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7collateIcE12do_transformEPKcS2_); - LIB_FUNCTION("6vYXzFD-mrk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6vYXzFD-mrk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7collateIcE4hashEPKcS2_); - LIB_FUNCTION("Q-8lQCGMj4g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Q-8lQCGMj4g", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7collateIcE7compareEPKcS2_S2_S2_); - LIB_FUNCTION("GSAXi4F1SlM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("GSAXi4F1SlM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7collateIcE7do_hashEPKcS2_); - LIB_FUNCTION("XaSxLBnqcWE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XaSxLBnqcWE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7collateIcE9transformEPKcS2_); - LIB_FUNCTION("roztnFEs5Es", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("roztnFEs5Es", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7collateIwE10do_compareEPKwS2_S2_S2_); - LIB_FUNCTION("Zxe-nQMgxHM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Zxe-nQMgxHM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7collateIwE12do_transformEPKwS2_); - LIB_FUNCTION("entYnoIu+fc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("entYnoIu+fc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7collateIwE4hashEPKwS2_); - LIB_FUNCTION("n-3HFZvDwBw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("n-3HFZvDwBw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7collateIwE7compareEPKwS2_S2_S2_); - LIB_FUNCTION("cWaCDW+Dc9U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cWaCDW+Dc9U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7collateIwE7do_hashEPKwS2_); - LIB_FUNCTION("81uX7PzrtG8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("81uX7PzrtG8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7collateIwE9transformEPKwS2_); - LIB_FUNCTION("OWO5cpNw3NA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("OWO5cpNw3NA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERb); - LIB_FUNCTION("mAwXCpkWaYc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mAwXCpkWaYc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERd); - LIB_FUNCTION("wUCRGap1j0U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wUCRGap1j0U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERe); - LIB_FUNCTION("6RGkooTERsE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6RGkooTERsE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERf); - LIB_FUNCTION("N1VqUWz2OEI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("N1VqUWz2OEI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERj); - LIB_FUNCTION("I2UzwkwwEPs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("I2UzwkwwEPs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERl); - LIB_FUNCTION("2bfL3yIBi5k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2bfL3yIBi5k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERm); - LIB_FUNCTION("my9ujasm6-0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("my9ujasm6-0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERPv); - LIB_FUNCTION("gozsp4urvq8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gozsp4urvq8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERt); - LIB_FUNCTION("4hiQK82QuLc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4hiQK82QuLc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERx); - LIB_FUNCTION("eZfFLyWCkvg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("eZfFLyWCkvg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERy); - LIB_FUNCTION("SmtBNDda5qU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SmtBNDda5qU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERb); - LIB_FUNCTION("bNQpG-eKogg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bNQpG-eKogg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERd); - LIB_FUNCTION("uukWbYS6Bn4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uukWbYS6Bn4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERe); - LIB_FUNCTION("IntAnFb+tw0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("IntAnFb+tw0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERf); - LIB_FUNCTION("ywJpNe675zo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ywJpNe675zo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERj); - LIB_FUNCTION("ALEXgLx9fqU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ALEXgLx9fqU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERl); - LIB_FUNCTION("Pq4PkG0x1fk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Pq4PkG0x1fk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERm); - LIB_FUNCTION("VKdXFE7ualw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VKdXFE7ualw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERPv); - LIB_FUNCTION("dRu2RLn4SKM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dRu2RLn4SKM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERt); - LIB_FUNCTION("F+AmVDFUyqM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("F+AmVDFUyqM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERx); - LIB_FUNCTION("TtYifKtVkYA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TtYifKtVkYA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERy); - LIB_FUNCTION("4+y8-2NsDw0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4+y8-2NsDw0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetffldEPcRS3_S6_RSt8ios_basePi); - LIB_FUNCTION("G9LB1YD5-xc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("G9LB1YD5-xc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetifldEPcRS3_S6_NSt5_IosbIiE9_FmtflagsERKSt6locale); - LIB_FUNCTION("J-0I2PtiZc4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("J-0I2PtiZc4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE9_GetffldxEPcRS3_S6_RSt8ios_basePi); - LIB_FUNCTION("vW-nnV62ea4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vW-nnV62ea4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERb); - LIB_FUNCTION("+hjXHfvy1Mg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+hjXHfvy1Mg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERd); - LIB_FUNCTION("xLZr4GJRMLo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xLZr4GJRMLo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERe); - LIB_FUNCTION("2mb8FYgER+E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2mb8FYgER+E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERf); - LIB_FUNCTION("Y3hBU5FYmhM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Y3hBU5FYmhM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERj); - LIB_FUNCTION("-m2YPwVCwJQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-m2YPwVCwJQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERl); - LIB_FUNCTION("94ZLp2+AOq0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("94ZLp2+AOq0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERm); - LIB_FUNCTION("zomvAQ5RFdA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zomvAQ5RFdA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERPv); - LIB_FUNCTION("bZ+lKHGvOr8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bZ+lKHGvOr8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERt); - LIB_FUNCTION("cG5hQhjFGog", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cG5hQhjFGog", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERx); - LIB_FUNCTION("banNSumaAZ0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("banNSumaAZ0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERy); - LIB_FUNCTION("wEU8oFtBXT8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wEU8oFtBXT8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERb); - LIB_FUNCTION("t39dKpPEuVA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("t39dKpPEuVA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERd); - LIB_FUNCTION("MCtJ9D7B5Cs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MCtJ9D7B5Cs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERe); - LIB_FUNCTION("Gy2iRxp3LGk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Gy2iRxp3LGk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERf); - LIB_FUNCTION("2bUUbbcqHUo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2bUUbbcqHUo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERj); - LIB_FUNCTION("QossXdwWltI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QossXdwWltI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERl); - LIB_FUNCTION("ig6SRr1GCU4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ig6SRr1GCU4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERm); - LIB_FUNCTION("BNZq-mRvDS8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BNZq-mRvDS8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERPv); - LIB_FUNCTION("kU7PvJJKUng", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kU7PvJJKUng", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERt); - LIB_FUNCTION("Ou7GV51-ng4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Ou7GV51-ng4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERx); - LIB_FUNCTION("rYLrGFoqfi4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rYLrGFoqfi4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERy); - LIB_FUNCTION("W5VYncHdreo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("W5VYncHdreo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetffldEPcRS3_S6_RSt8ios_basePi); - LIB_FUNCTION("GGqIV4cjzzI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("GGqIV4cjzzI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetifldEPcRS3_S6_NSt5_IosbIiE9_FmtflagsERKSt6locale); - LIB_FUNCTION("bZ0oEGQUKO8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bZ0oEGQUKO8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE9_GetffldxEPcRS3_S6_RSt8ios_basePi); - LIB_FUNCTION("nftirmo6hBg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("nftirmo6hBg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecb); - LIB_FUNCTION("w9NzCYAjEpQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("w9NzCYAjEpQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecd); - LIB_FUNCTION("VPcTGA-LwSo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VPcTGA-LwSo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basece); - LIB_FUNCTION("ffnhh0HcxJ4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ffnhh0HcxJ4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecl); - LIB_FUNCTION("uODuM76vS4U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uODuM76vS4U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecm); - LIB_FUNCTION("8NVUcufbklM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8NVUcufbklM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPKv); - LIB_FUNCTION("NJtKruu9qOs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NJtKruu9qOs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecx); - LIB_FUNCTION("dep6W2Ix35s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dep6W2Ix35s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecy); - LIB_FUNCTION("k8zgjeBmpVY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("k8zgjeBmpVY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_PutES3_PKcm); - LIB_FUNCTION("tCihLs4UJxQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tCihLs4UJxQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_RepES3_cm); - LIB_FUNCTION("w11G58-u4p8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("w11G58-u4p8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_FfmtEPccNSt5_IosbIiE9_FmtflagsE); - LIB_FUNCTION("ll99KkqO6ig", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ll99KkqO6ig", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_FputES3_RSt8ios_basecPKcm); - LIB_FUNCTION("mNk6FfI8T7I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mNk6FfI8T7I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_FputES3_RSt8ios_basecPKcmmmm); - LIB_FUNCTION("xlgA01CQtBo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xlgA01CQtBo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_IfmtEPcPKcNSt5_IosbIiE9_FmtflagsE); - LIB_FUNCTION("jykT-VWQVBY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jykT-VWQVBY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_IputES3_RSt8ios_basecPcm); - LIB_FUNCTION("ke36E2bqNmI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ke36E2bqNmI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecb); - LIB_FUNCTION("F+cp2B3cWNU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("F+cp2B3cWNU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecd); - LIB_FUNCTION("rLiFc4+HyHw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rLiFc4+HyHw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basece); - LIB_FUNCTION("I3+xmBWGPGo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("I3+xmBWGPGo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecl); - LIB_FUNCTION("nlAk46weq1w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("nlAk46weq1w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecm); - LIB_FUNCTION("0xgFRKf0Lc4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0xgFRKf0Lc4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecPKv); - LIB_FUNCTION("H2KGT3vA7yQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("H2KGT3vA7yQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecx); - LIB_FUNCTION("Vbeoft607aI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Vbeoft607aI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecy); - LIB_FUNCTION("mY9FWooxqJY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mY9FWooxqJY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewb); - LIB_FUNCTION("V7aIsVIsIIA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("V7aIsVIsIIA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewd); - LIB_FUNCTION("vCIFGeI6adI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vCIFGeI6adI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewe); - LIB_FUNCTION("USLhWp7sZoU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("USLhWp7sZoU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewl); - LIB_FUNCTION("qtpzdwMMCPc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qtpzdwMMCPc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewm); - LIB_FUNCTION("xfOSCbCiY44", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xfOSCbCiY44", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPKv); - LIB_FUNCTION("ryykbHJ04Cw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ryykbHJ04Cw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewx); - LIB_FUNCTION("lmb3oBpMNPU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lmb3oBpMNPU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewy); - LIB_FUNCTION("kRGVhisjgMg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kRGVhisjgMg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_PutES3_PKwm); - LIB_FUNCTION("-b+Avqa2v9k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-b+Avqa2v9k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_RepES3_wm); - LIB_FUNCTION("T07KcAOlIeU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("T07KcAOlIeU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_FfmtEPccNSt5_IosbIiE9_FmtflagsE); - LIB_FUNCTION("IdV-tXejEGQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("IdV-tXejEGQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_FputES3_RSt8ios_basewPKcm); - LIB_FUNCTION("B6JXVOMDdlw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("B6JXVOMDdlw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_FputES3_RSt8ios_basewPKcmmmm); - LIB_FUNCTION("WheFSRlZ9JA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WheFSRlZ9JA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_IfmtEPcPKcNSt5_IosbIiE9_FmtflagsE); - LIB_FUNCTION("4pQ3B1BTMgo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4pQ3B1BTMgo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_IputES3_RSt8ios_basewPcm); - LIB_FUNCTION("1C2-2WB9NN4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1C2-2WB9NN4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewb); - LIB_FUNCTION("sX3o6Zmihw0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("sX3o6Zmihw0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewd); - LIB_FUNCTION("6OYWLisfrB8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6OYWLisfrB8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewe); - LIB_FUNCTION("VpwhOe58wsM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VpwhOe58wsM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewl); - LIB_FUNCTION("jHo78LGEtmU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jHo78LGEtmU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewm); - LIB_FUNCTION("BDteGj1gqBY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BDteGj1gqBY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewPKv); - LIB_FUNCTION("9SSHrlIamto", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9SSHrlIamto", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewx); - LIB_FUNCTION("uX0nKsUo8gc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uX0nKsUo8gc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewy); - LIB_FUNCTION("6CPwoi-cFZM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6CPwoi-cFZM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8bad_cast4whatEv); - LIB_FUNCTION("NEemVJeMwd0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NEemVJeMwd0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8bad_cast8_DoraiseEv); - LIB_FUNCTION("F27xQUBtNdU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("F27xQUBtNdU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8ios_base7failure8_DoraiseEv); - LIB_FUNCTION("XxsPrrWJ52I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XxsPrrWJ52I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8messagesIcE3getEiiiRKSs); - LIB_FUNCTION("U2t+WvMQj8A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("U2t+WvMQj8A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8messagesIcE4openERKSsRKSt6locale); - LIB_FUNCTION("EeBQ7253LkE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("EeBQ7253LkE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8messagesIcE5closeEi); - LIB_FUNCTION("vbgCuYKySLI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vbgCuYKySLI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8messagesIcE6do_getEiiiRKSs); - LIB_FUNCTION("HeBwePMtuFs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HeBwePMtuFs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8messagesIcE7do_openERKSsRKSt6locale); - LIB_FUNCTION("rRmMX83UL1E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rRmMX83UL1E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8messagesIcE8do_closeEi); - LIB_FUNCTION("Ea+awuQ5Bm8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Ea+awuQ5Bm8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8messagesIwE3getEiiiRKSbIwSt11char_traitsIwESaIwEE); - LIB_FUNCTION("TPq0HfoACeI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TPq0HfoACeI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8messagesIwE4openERKSsRKSt6locale); - LIB_FUNCTION("GGoH7e6SZSY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("GGoH7e6SZSY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8messagesIwE5closeEi); - LIB_FUNCTION("UM6rGQxnEMg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("UM6rGQxnEMg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8messagesIwE6do_getEiiiRKSbIwSt11char_traitsIwESaIwEE); - LIB_FUNCTION("zSehLdHI0FA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zSehLdHI0FA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8messagesIwE7do_openERKSsRKSt6locale); - LIB_FUNCTION("AjkxQBlsOOY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("AjkxQBlsOOY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8messagesIwE8do_closeEi); - LIB_FUNCTION("cnNz2ftNwEU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cnNz2ftNwEU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIcE11do_groupingEv); - LIB_FUNCTION("nRf0VQ++OEw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("nRf0VQ++OEw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIcE11do_truenameEv); - LIB_FUNCTION("ozLi0i4r6ds", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ozLi0i4r6ds", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIcE12do_falsenameEv); - LIB_FUNCTION("klWxQ2nKAHY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("klWxQ2nKAHY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIcE13decimal_pointEv); - LIB_FUNCTION("QGSIlqfIU2c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QGSIlqfIU2c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIcE13thousands_sepEv); - LIB_FUNCTION("JXzQGOtumdM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JXzQGOtumdM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIcE16do_decimal_pointEv); - LIB_FUNCTION("zv1EMhI7R1c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zv1EMhI7R1c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIcE16do_thousands_sepEv); - LIB_FUNCTION("JWplGh2O0Rs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JWplGh2O0Rs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIcE8groupingEv); - LIB_FUNCTION("fXUuZEw7C24", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fXUuZEw7C24", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIcE8truenameEv); - LIB_FUNCTION("3+VwUA8-QPI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("3+VwUA8-QPI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIcE9falsenameEv); - LIB_FUNCTION("2BmJdX269kI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2BmJdX269kI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIwE11do_groupingEv); - LIB_FUNCTION("nvSsAW7tcX8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("nvSsAW7tcX8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIwE11do_truenameEv); - LIB_FUNCTION("-amctzWbEtw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-amctzWbEtw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIwE12do_falsenameEv); - LIB_FUNCTION("leSFwTZZuE4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("leSFwTZZuE4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIwE13decimal_pointEv); - LIB_FUNCTION("2Olt9gqOauQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2Olt9gqOauQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIwE13thousands_sepEv); - LIB_FUNCTION("mzRlAVX65hQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mzRlAVX65hQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIwE16do_decimal_pointEv); - LIB_FUNCTION("Utj8Sh5L0jE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Utj8Sh5L0jE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIwE16do_thousands_sepEv); - LIB_FUNCTION("VsJCpXqMPJU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VsJCpXqMPJU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIwE8groupingEv); - LIB_FUNCTION("3M20pLo9Gdk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("3M20pLo9Gdk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIwE8truenameEv); - LIB_FUNCTION("LDbKkgI-TZg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("LDbKkgI-TZg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8numpunctIwE9falsenameEv); - LIB_FUNCTION("ShlQcYrzRF8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ShlQcYrzRF8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10date_orderEv); - LIB_FUNCTION("T85u2sPrKOo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("T85u2sPrKOo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_dateES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("73GV+sRHbeY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("73GV+sRHbeY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_timeES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("dSfKN47p6ac", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dSfKN47p6ac", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_yearES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("KwJ5V3D0v3A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("KwJ5V3D0v3A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11get_weekdayES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("8PIh8BFpNYQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8PIh8BFpNYQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE13do_date_orderEv); - LIB_FUNCTION("vvA7HtdtWnY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vvA7HtdtWnY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE13get_monthnameES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("xzYpD5d24aA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xzYpD5d24aA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14do_get_weekdayES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("ZuCHPDq-dPw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ZuCHPDq-dPw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE16do_get_monthnameES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("+RuThw5axA4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+RuThw5axA4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmcc); - LIB_FUNCTION("S5WbPO54nD0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("S5WbPO54nD0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmPKcSE_); - LIB_FUNCTION("Vw03kdKZUN0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Vw03kdKZUN0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmcc); - LIB_FUNCTION("E7UermPZVcw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("E7UermPZVcw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetfmtES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmPKc); - LIB_FUNCTION("8raXTYQ11cg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8raXTYQ11cg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetintERS3_S5_iiRiRKSt5ctypeIcE); - LIB_FUNCTION("OY5mqEBxP+8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("OY5mqEBxP+8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_dateES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("rrqNi95bhMs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rrqNi95bhMs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_timeES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("5L5Aft+9nZU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5L5Aft+9nZU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_yearES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("nc6OsiDx630", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("nc6OsiDx630", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE10date_orderEv); - LIB_FUNCTION("SYCwZXKZQ08", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SYCwZXKZQ08", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_dateES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("2pJJ0dl-aPQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2pJJ0dl-aPQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_timeES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("cRSJysDpVl4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cRSJysDpVl4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_yearES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("A0PftWMfrhk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("A0PftWMfrhk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11get_weekdayES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("dP14OHWe4nI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dP14OHWe4nI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE13do_date_orderEv); - LIB_FUNCTION("xy0MR+OOZI8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xy0MR+OOZI8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE13get_monthnameES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("hGlkh5YpcKw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hGlkh5YpcKw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14do_get_weekdayES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("R1ITHuTUMEI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("R1ITHuTUMEI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE16do_get_monthnameES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("64pqofAwJEg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("64pqofAwJEg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmcc); - LIB_FUNCTION("B8c4P1vCixQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("B8c4P1vCixQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmPKwSE_); - LIB_FUNCTION("0MzJAexrlr4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0MzJAexrlr4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmcc); - LIB_FUNCTION("r8003V6UwZg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("r8003V6UwZg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetfmtES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmPKc); - LIB_FUNCTION("lhJWkEh-HXM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lhJWkEh-HXM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetintERS3_S5_iiRiRKSt5ctypeIwE); - LIB_FUNCTION("kwp-0uidHpw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kwp-0uidHpw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_dateES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("9TfGnN6xq-U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9TfGnN6xq-U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_timeES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("Krt-A7EnHHs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Krt-A7EnHHs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_yearES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm); - LIB_FUNCTION("qkuA-unH7PU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qkuA-unH7PU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPK2tmcc); - LIB_FUNCTION("j9LU8GsuEGw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("j9LU8GsuEGw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPK2tmPKcSB_); - LIB_FUNCTION("+i81FtUCarA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+i81FtUCarA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecPK2tmcc); - LIB_FUNCTION("Nt6eyVKm+Z4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Nt6eyVKm+Z4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPK2tmcc); - LIB_FUNCTION("Sc0lXhQG5Ko", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Sc0lXhQG5Ko", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPK2tmPKwSB_); - LIB_FUNCTION("Fr7j8dMsy4s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Fr7j8dMsy4s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewPK2tmcc); - LIB_FUNCTION("xvRvFtnUk3E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xvRvFtnUk3E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9bad_alloc4whatEv); - LIB_FUNCTION("pS-t9AJblSM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("pS-t9AJblSM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9bad_alloc8_DoraiseEv); - LIB_FUNCTION("apPZ6HKZWaQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("apPZ6HKZWaQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9exception4whatEv); - LIB_FUNCTION("DuW5ZqZv-70", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DuW5ZqZv-70", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9exception6_RaiseEv); - LIB_FUNCTION("tyHd3P7oDrU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tyHd3P7oDrU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9exception8_DoraiseEv); - LIB_FUNCTION("G84okRnyJJg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("G84okRnyJJg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERe); - LIB_FUNCTION("2fxdcyt5tGs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2fxdcyt5tGs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERSs); - LIB_FUNCTION("IRVqdGwSNXE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("IRVqdGwSNXE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERe); - LIB_FUNCTION("D2njLPpEt1E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("D2njLPpEt1E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERSs); - LIB_FUNCTION("CLT04GjI7UE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CLT04GjI7UE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetmfldERS3_S5_bRSt8ios_basePc); - LIB_FUNCTION("cx-1THpef1A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cx-1THpef1A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERe); - LIB_FUNCTION("wWIsjOqfcSc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wWIsjOqfcSc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERSbIwS2_SaIwEE); - LIB_FUNCTION("zzubCm+nDzc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zzubCm+nDzc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERe); - LIB_FUNCTION("DhXTD5eM7LQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DhXTD5eM7LQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERSbIwS2_SaIwEE); - LIB_FUNCTION("RalOJcOXJJo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RalOJcOXJJo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetmfldERS3_S5_bRSt8ios_basePw); - LIB_FUNCTION("65cvm2NDLmU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("65cvm2NDLmU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_bRSt8ios_basece); - LIB_FUNCTION("DR029KeWsHw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DR029KeWsHw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_bRSt8ios_basecRKSs); - LIB_FUNCTION("iXVrhA51z0M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iXVrhA51z0M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basece); - LIB_FUNCTION("OR-4zyIi2aE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("OR-4zyIi2aE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basecRKSs); - LIB_FUNCTION("d57FDzON1h0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("d57FDzON1h0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE8_PutmfldES3_bRSt8ios_basecbSsc); - LIB_FUNCTION("fsF-tGtGsD4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fsF-tGtGsD4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_bRSt8ios_basewe); - LIB_FUNCTION("JruBeQgsAaU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JruBeQgsAaU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_bRSt8ios_basewRKSbIwS2_SaIwEE); - LIB_FUNCTION("wVY5DpvU6PU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wVY5DpvU6PU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewe); - LIB_FUNCTION("GDiCYtaiUyM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("GDiCYtaiUyM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewRKSbIwS2_SaIwEE); - LIB_FUNCTION("r-JSsJQFUsY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("r-JSsJQFUsY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE8_PutmfldES3_bRSt8ios_basewbSbIwS2_SaIwEEw); - LIB_FUNCTION("Ti86LmOKvr0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Ti86LmOKvr0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSbIwSt11char_traitsIwESaIwEE5_CopyEmm); - LIB_FUNCTION("TgEb5a+nOnk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TgEb5a+nOnk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSbIwSt11char_traitsIwESaIwEE5eraseEmm); - LIB_FUNCTION("nF8-CM+tro4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("nF8-CM+tro4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSbIwSt11char_traitsIwESaIwEE6appendEmw); - LIB_FUNCTION("hSUcSStZEHM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hSUcSStZEHM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSbIwSt11char_traitsIwESaIwEE6appendERKS2_mm); - LIB_FUNCTION("8oO55jndPRg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8oO55jndPRg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSbIwSt11char_traitsIwESaIwEE6assignEmw); - LIB_FUNCTION("IJmeA5ayVJA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("IJmeA5ayVJA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSbIwSt11char_traitsIwESaIwEE6assignEPKwm); - LIB_FUNCTION("piJabTDQRVs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("piJabTDQRVs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSbIwSt11char_traitsIwESaIwEE6assignERKS2_mm); - LIB_FUNCTION("w2GyuoXCnkw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("w2GyuoXCnkw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSbIwSt11char_traitsIwESaIwEE6insertEmmw); - LIB_FUNCTION("6ZDv6ZusiFg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZNSiD0Ev); - LIB_FUNCTION("tJU-ttrsXsk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZNSiD1Ev); - LIB_FUNCTION("gVTWlvyBSIc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSo6sentryC2ERSo); - LIB_FUNCTION("nk+0yTWvoRE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSo6sentryD2Ev); - LIB_FUNCTION("lTTrDj5OIwQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZNSoD0Ev); - LIB_FUNCTION("HpCeP12cuNY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZNSoD1Ev); - LIB_FUNCTION("9HILqEoh24E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSs5_CopyEmm); - LIB_FUNCTION("0Ir3jiT4V6Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSs5eraseEmm); - LIB_FUNCTION("QqBWUNEfIAo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSs6appendEmc); - LIB_FUNCTION("qiR-4jx1abE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6ZDv6ZusiFg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSiD0Ev); + LIB_FUNCTION("tJU-ttrsXsk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSiD1Ev); + LIB_FUNCTION("gVTWlvyBSIc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSo6sentryC2ERSo); + LIB_FUNCTION("nk+0yTWvoRE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSo6sentryD2Ev); + LIB_FUNCTION("lTTrDj5OIwQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSoD0Ev); + LIB_FUNCTION("HpCeP12cuNY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSoD1Ev); + LIB_FUNCTION("9HILqEoh24E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSs5_CopyEmm); + LIB_FUNCTION("0Ir3jiT4V6Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSs5eraseEmm); + LIB_FUNCTION("QqBWUNEfIAo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSs6appendEmc); + LIB_FUNCTION("qiR-4jx1abE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSs6appendERKSsmm); - LIB_FUNCTION("ikjnoeemspQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSs6assignEmc); - LIB_FUNCTION("xSxPHmpcNzY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSs6assignEPKcm); - LIB_FUNCTION("pGxNI4JKfmY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ikjnoeemspQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSs6assignEmc); + LIB_FUNCTION("xSxPHmpcNzY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSs6assignEPKcm); + LIB_FUNCTION("pGxNI4JKfmY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSs6assignERKSsmm); - LIB_FUNCTION("KDgQWX1eDeo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSs6insertEmmc); - LIB_FUNCTION("MHA0XR2YHoQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("KDgQWX1eDeo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSs6insertEmmc); + LIB_FUNCTION("MHA0XR2YHoQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10bad_typeidD0Ev); - LIB_FUNCTION("vzh0qoLIEuo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vzh0qoLIEuo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10bad_typeidD1Ev); - LIB_FUNCTION("tkZ7jVV6wJ8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tkZ7jVV6wJ8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10bad_typeidD2Ev); - LIB_FUNCTION("xGbaQPsHCFI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xGbaQPsHCFI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem10_Close_dirEPv); - LIB_FUNCTION("PbCV7juCZVo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PbCV7juCZVo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem10_Copy_fileEPKcS1_); - LIB_FUNCTION("SQ02ZA5E-UE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SQ02ZA5E-UE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem10_File_sizeEPKc); - LIB_FUNCTION("XD9FmX1mavU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XD9FmX1mavU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem11_EquivalentEPKcS1_); - LIB_FUNCTION("YDQxE4cIwa4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YDQxE4cIwa4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem11_Remove_dirEPKc); - LIB_FUNCTION("8VKAqiw7lC0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8VKAqiw7lC0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem12_Current_getERA260_c); - LIB_FUNCTION("Yl10kSufa5k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Yl10kSufa5k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem12_Current_setEPKc); - LIB_FUNCTION("HCB1auZdcmo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HCB1auZdcmo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem16_Last_write_timeEPKc); - LIB_FUNCTION("Wut42WAe7Rw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Wut42WAe7Rw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem18_Xfilesystem_errorEPKcRKNS_4pathES4_St10error_code); - LIB_FUNCTION("C6-7Mo5WbwU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("C6-7Mo5WbwU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem18_Xfilesystem_errorEPKcRKNS_4pathESt10error_code); - LIB_FUNCTION("B0CeIhQty7Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("B0CeIhQty7Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem18_Xfilesystem_errorEPKcSt10error_code); - LIB_FUNCTION("VSk+sij2mwg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VSk+sij2mwg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem20_Set_last_write_timeEPKcl); - LIB_FUNCTION("EBwahsMLokw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("EBwahsMLokw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem5_StatEPKcPNS_5permsE); - LIB_FUNCTION("XyKw6Hs1P9Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XyKw6Hs1P9Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem6_ChmodEPKcNS_5permsE); - LIB_FUNCTION("o1qlZJqrvmI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("o1qlZJqrvmI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem6_LstatEPKcPNS_5permsE); - LIB_FUNCTION("srwl1hhFoUI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("srwl1hhFoUI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem7_RenameEPKcS1_); - LIB_FUNCTION("O4mPool-pow", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("O4mPool-pow", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem7_ResizeEPKcm); - LIB_FUNCTION("Iok1WdvAROg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Iok1WdvAROg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem7_UnlinkEPKc); - LIB_FUNCTION("SdKk439pgjg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SdKk439pgjg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem8_StatvfsEPKcRNS_10space_infoE); - LIB_FUNCTION("x7pQExTeqBY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("x7pQExTeqBY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem9_Make_dirEPKcS1_); - LIB_FUNCTION("8iuHpl+kg8A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8iuHpl+kg8A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem9_Open_dirERA260_cPKcRiRNS_9file_typeE); - LIB_FUNCTION("w5CGykBBU5M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("w5CGykBBU5M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10filesystem9_Read_dirERA260_cPvRNS_9file_typeE); - LIB_FUNCTION("eF26YAKQWKA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("eF26YAKQWKA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb0EE2idE); - LIB_FUNCTION("UbuTnKIXyCk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("UbuTnKIXyCk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb0EE4intlE); - LIB_FUNCTION("mU88GYCirhI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mU88GYCirhI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb0EE7_GetcatEPPKNSt6locale5facetEPKS1_); - LIB_FUNCTION("tYBLm0BoQdQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tYBLm0BoQdQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb0EEC1Em); - LIB_FUNCTION("5afBJmEfUQI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5afBJmEfUQI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb0EEC1EPKcm); - LIB_FUNCTION("wrR3T5i7gpY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wrR3T5i7gpY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb0EEC1ERKSt8_Locinfomb); - LIB_FUNCTION("5DFeXjP+Plg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5DFeXjP+Plg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb0EEC2Em); - LIB_FUNCTION("aNfpdhcsMWI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aNfpdhcsMWI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb0EEC2EPKcm); - LIB_FUNCTION("uQFv8aNF8Jc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uQFv8aNF8Jc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb0EEC2ERKSt8_Locinfomb); - LIB_FUNCTION("sS5fF+fht2c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("sS5fF+fht2c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb0EED0Ev); - LIB_FUNCTION("3cW6MrkCKt0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("3cW6MrkCKt0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb0EED1Ev); - LIB_FUNCTION("mbGmSOLXgN0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mbGmSOLXgN0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb0EED2Ev); - LIB_FUNCTION("PgiTG7nVxXE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PgiTG7nVxXE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb1EE2idE); - LIB_FUNCTION("XhdnPX5bosc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XhdnPX5bosc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb1EE4intlE); - LIB_FUNCTION("BuxsERsopss", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BuxsERsopss", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb1EE7_GetcatEPPKNSt6locale5facetEPKS1_); - LIB_FUNCTION("nbTAoMwiO38", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("nbTAoMwiO38", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb1EEC1Em); - LIB_FUNCTION("9S960jA8tB0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9S960jA8tB0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb1EEC1EPKcm); - LIB_FUNCTION("TRn3cMU4mjY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TRn3cMU4mjY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb1EEC1ERKSt8_Locinfomb); - LIB_FUNCTION("kPELiw9L-gw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kPELiw9L-gw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb1EEC2Em); - LIB_FUNCTION("RxJnJ-HoySc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RxJnJ-HoySc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb1EEC2EPKcm); - LIB_FUNCTION("7e3DrnZea-Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7e3DrnZea-Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb1EEC2ERKSt8_Locinfomb); - LIB_FUNCTION("tcdvTUlPnL0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tcdvTUlPnL0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb1EED0Ev); - LIB_FUNCTION("wT+HL7oqjYc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wT+HL7oqjYc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb1EED1Ev); - LIB_FUNCTION("F7CUCpiasec", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("F7CUCpiasec", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIcLb1EED2Ev); - LIB_FUNCTION("mhoxSElvH0E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mhoxSElvH0E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb0EE2idE); - LIB_FUNCTION("D0gqPsqeZac", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("D0gqPsqeZac", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb0EE4intlE); - LIB_FUNCTION("0OjBJZd9VeM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0OjBJZd9VeM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb0EE7_GetcatEPPKNSt6locale5facetEPKS1_); - LIB_FUNCTION("McUBYCqjLMg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("McUBYCqjLMg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb0EEC1Em); - LIB_FUNCTION("jna5sqISK4s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jna5sqISK4s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb0EEC1EPKcm); - LIB_FUNCTION("dHs7ndrQBiI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dHs7ndrQBiI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb0EEC1ERKSt8_Locinfomb); - LIB_FUNCTION("bBGvmspg3Xs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bBGvmspg3Xs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb0EEC2Em); - LIB_FUNCTION("5bQqdR3hTZw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5bQqdR3hTZw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb0EEC2EPKcm); - LIB_FUNCTION("1kvQkOSaaVo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1kvQkOSaaVo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb0EEC2ERKSt8_Locinfomb); - LIB_FUNCTION("95MaQlRbfC8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("95MaQlRbfC8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb0EED0Ev); - LIB_FUNCTION("ki5SQPsB4m4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ki5SQPsB4m4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb0EED1Ev); - LIB_FUNCTION("6F1JfiING18", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6F1JfiING18", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb0EED2Ev); - LIB_FUNCTION("XUs40umcJLQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XUs40umcJLQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb1EE2idE); - LIB_FUNCTION("8vEBRx0O1fc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8vEBRx0O1fc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb1EE4intlE); - LIB_FUNCTION("HmcMLz3cPkM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HmcMLz3cPkM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb1EE7_GetcatEPPKNSt6locale5facetEPKS1_); - LIB_FUNCTION("X69UlAXF-Oc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("X69UlAXF-Oc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb1EEC1Em); - LIB_FUNCTION("pyBabUesXN4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("pyBabUesXN4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb1EEC1EPKcm); - LIB_FUNCTION("uROsAczW6OU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uROsAczW6OU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb1EEC1ERKSt8_Locinfomb); - LIB_FUNCTION("sTaUDDnGOpE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("sTaUDDnGOpE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb1EEC2Em); - LIB_FUNCTION("GS1AvxBwVgY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("GS1AvxBwVgY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb1EEC2EPKcm); - LIB_FUNCTION("H0a2QXvgHOk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("H0a2QXvgHOk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb1EEC2ERKSt8_Locinfomb); - LIB_FUNCTION("fWuQSVGOivA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fWuQSVGOivA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb1EED0Ev); - LIB_FUNCTION("OM0FnA7Tldk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("OM0FnA7Tldk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb1EED1Ev); - LIB_FUNCTION("uVOxy7dQTFc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uVOxy7dQTFc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt10moneypunctIwLb1EED2Ev); - LIB_FUNCTION("fn1i72X18Gs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fn1i72X18Gs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt11logic_errorD0Ev); - LIB_FUNCTION("i726T0BHbOU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("i726T0BHbOU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt11logic_errorD1Ev); - LIB_FUNCTION("wgDImKoGKCM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wgDImKoGKCM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt11logic_errorD2Ev); - LIB_FUNCTION("efXnxYFN5oE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("efXnxYFN5oE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt11range_errorD0Ev); - LIB_FUNCTION("NnNaWa16OvE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NnNaWa16OvE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt11range_errorD1Ev); - LIB_FUNCTION("XgmUR6WSeXg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XgmUR6WSeXg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt11range_errorD2Ev); - LIB_FUNCTION("ASUJmlcHSLo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ASUJmlcHSLo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt11regex_errorD0Ev); - LIB_FUNCTION("gDsvnPIkLIE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gDsvnPIkLIE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt11regex_errorD1Ev); - LIB_FUNCTION("X2wfcFYusTk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("X2wfcFYusTk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt11regex_errorD2Ev); - LIB_FUNCTION("JyAoulEqA1c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JyAoulEqA1c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12bad_weak_ptrD0Ev); - LIB_FUNCTION("jAO1IJKMhE4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jAO1IJKMhE4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12bad_weak_ptrD1Ev); - LIB_FUNCTION("2R2j1QezUGM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2R2j1QezUGM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12bad_weak_ptrD2Ev); - LIB_FUNCTION("q89N9L8q8FU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("q89N9L8q8FU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12domain_errorD0Ev); - LIB_FUNCTION("7P1Wm-5KgAY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7P1Wm-5KgAY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12domain_errorD1Ev); - LIB_FUNCTION("AsShnG3DulM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("AsShnG3DulM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12domain_errorD2Ev); - LIB_FUNCTION("rNYLEsL7M0k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rNYLEsL7M0k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12future_errorD0Ev); - LIB_FUNCTION("fuyXHeERajE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fuyXHeERajE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12future_errorD1Ev); - LIB_FUNCTION("XFh0C66aEms", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XFh0C66aEms", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12future_errorD2Ev); - LIB_FUNCTION("QS7CASjt4FU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QS7CASjt4FU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12length_errorD0Ev); - LIB_FUNCTION("n3y8Rn9hXJo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("n3y8Rn9hXJo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12length_errorD1Ev); - LIB_FUNCTION("NjJfVHJL2Gg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NjJfVHJL2Gg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12length_errorD2Ev); - LIB_FUNCTION("TqvziWHetnw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TqvziWHetnw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12out_of_rangeD0Ev); - LIB_FUNCTION("Kcb+MNSzZcc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Kcb+MNSzZcc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12out_of_rangeD1Ev); - LIB_FUNCTION("cCXMypoz4Vs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cCXMypoz4Vs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12out_of_rangeD2Ev); - LIB_FUNCTION("+CnX+ZDO8qg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+CnX+ZDO8qg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders2_1E); - LIB_FUNCTION("GHsPYRKjheE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("GHsPYRKjheE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders2_2E); - LIB_FUNCTION("X1C-YhubpGY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("X1C-YhubpGY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders2_3E); - LIB_FUNCTION("fjnxuk9ucsE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fjnxuk9ucsE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders2_4E); - LIB_FUNCTION("jxlpClEsfJQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jxlpClEsfJQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders2_5E); - LIB_FUNCTION("-cgB1bQG6jo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-cgB1bQG6jo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders2_6E); - LIB_FUNCTION("Vj+KUu5khTE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Vj+KUu5khTE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders2_7E); - LIB_FUNCTION("9f-LMAJYGCY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9f-LMAJYGCY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders2_8E); - LIB_FUNCTION("RlB3+37KJaE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RlB3+37KJaE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders2_9E); - LIB_FUNCTION("b8ySy0pHgSQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("b8ySy0pHgSQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders3_10E); - LIB_FUNCTION("or0CNRlAEeE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("or0CNRlAEeE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders3_11E); - LIB_FUNCTION("BO1r8DPhmyg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BO1r8DPhmyg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders3_12E); - LIB_FUNCTION("eeeT3NKKQZ0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("eeeT3NKKQZ0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders3_13E); - LIB_FUNCTION("s0V1HJcZWEs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("s0V1HJcZWEs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders3_14E); - LIB_FUNCTION("94OiPulKcao", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("94OiPulKcao", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders3_15E); - LIB_FUNCTION("XOEdRCackI4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XOEdRCackI4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders3_16E); - LIB_FUNCTION("pP76ElRLm78", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("pP76ElRLm78", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders3_17E); - LIB_FUNCTION("WVB9rXLAUFs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WVB9rXLAUFs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders3_18E); - LIB_FUNCTION("BE7U+QsixQA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BE7U+QsixQA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders3_19E); - LIB_FUNCTION("dFhgrqyzqhI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dFhgrqyzqhI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12placeholders3_20E); - LIB_FUNCTION("oly3wSwEJ2A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("oly3wSwEJ2A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12system_errorC2ESt10error_codePKc); - LIB_FUNCTION("cyy-9ntjWT8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cyy-9ntjWT8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12system_errorD0Ev); - LIB_FUNCTION("3qWXO9GTUYU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("3qWXO9GTUYU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12system_errorD1Ev); - LIB_FUNCTION("it6DDrqKGvo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("it6DDrqKGvo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt12system_errorD2Ev); - LIB_FUNCTION("Ntg7gSs99PY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Ntg7gSs99PY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13_Num_int_base10is_boundedE); - LIB_FUNCTION("90T0XESrYzU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("90T0XESrYzU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13_Num_int_base10is_integerE); - LIB_FUNCTION("WFTOZxDfpbQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WFTOZxDfpbQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13_Num_int_base14is_specializedE); - LIB_FUNCTION("ongs2C6YZgA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ongs2C6YZgA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13_Num_int_base5radixE); - LIB_FUNCTION("VET8UnnaQKo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VET8UnnaQKo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13_Num_int_base8is_exactE); - LIB_FUNCTION("rZ5sEWyLqa4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rZ5sEWyLqa4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13_Num_int_base9is_moduloE); - LIB_FUNCTION("diSRws0Ppxg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("diSRws0Ppxg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13_Regex_traitsIcE6_NamesE); - LIB_FUNCTION("xsRN6gUx-DE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xsRN6gUx-DE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13_Regex_traitsIwE6_NamesE); - LIB_FUNCTION("lX9M5u0e48k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lX9M5u0e48k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13bad_exceptionD0Ev); - LIB_FUNCTION("t6egllDqQ2M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("t6egllDqQ2M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13bad_exceptionD1Ev); - LIB_FUNCTION("iWNC2tkDgxw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iWNC2tkDgxw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13bad_exceptionD2Ev); - LIB_FUNCTION("VNaqectsZNs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VNaqectsZNs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEE4syncEv); - LIB_FUNCTION("9biiDDejX3Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9biiDDejX3Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEE5_LockEv); - LIB_FUNCTION("qM0gUepGWT0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qM0gUepGWT0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEE5imbueERKSt6locale); - LIB_FUNCTION("jfr41GGp2jA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jfr41GGp2jA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEE5uflowEv); - LIB_FUNCTION("SYFNsz9K2rs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SYFNsz9K2rs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEE6setbufEPci); - LIB_FUNCTION("yofHspnD9us", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("yofHspnD9us", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEE7_UnlockEv); - LIB_FUNCTION("7oio2Gs1GNk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7oio2Gs1GNk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEE7seekoffElNSt5_IosbIiE8_SeekdirENS4_9_OpenmodeE); - LIB_FUNCTION("rsS5cBMihAM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rsS5cBMihAM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEE7seekposESt4fposI9_MbstatetENSt5_IosbIiE9_OpenmodeE); - LIB_FUNCTION("oYMRgkQHoJM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("oYMRgkQHoJM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEE8overflowEi); - LIB_FUNCTION("JTwt9OTgk1k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JTwt9OTgk1k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEE9_EndwriteEv); - LIB_FUNCTION("jerxcj2Xnbg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jerxcj2Xnbg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEE9pbackfailEi); - LIB_FUNCTION("Nl6si1CfINw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Nl6si1CfINw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEE9underflowEv); - LIB_FUNCTION("MYCRRmc7cDA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MYCRRmc7cDA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEED0Ev); - LIB_FUNCTION("Yc2gZRtDeNQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Yc2gZRtDeNQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEED1Ev); - LIB_FUNCTION("gOxGOQmSVU0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gOxGOQmSVU0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIcSt11char_traitsIcEED2Ev); - LIB_FUNCTION("+WvmZi3216M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+WvmZi3216M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEE4syncEv); - LIB_FUNCTION("GYTma8zq0NU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("GYTma8zq0NU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEE5_LockEv); - LIB_FUNCTION("kmzNbhlkddA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kmzNbhlkddA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEE5imbueERKSt6locale); - LIB_FUNCTION("VrXGNMTgNdE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VrXGNMTgNdE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEE5uflowEv); - LIB_FUNCTION("wAcnCK2HCeI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wAcnCK2HCeI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEE6setbufEPwi); - LIB_FUNCTION("ryl2DYMxlZ0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ryl2DYMxlZ0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEE7_UnlockEv); - LIB_FUNCTION("g7gjCDEedJA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("g7gjCDEedJA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEE7seekoffElNSt5_IosbIiE8_SeekdirENS4_9_OpenmodeE); - LIB_FUNCTION("10VcrHqHAlw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("10VcrHqHAlw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEE7seekposESt4fposI9_MbstatetENSt5_IosbIiE9_OpenmodeE); - LIB_FUNCTION("PjH5dZGfQHQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PjH5dZGfQHQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEE8overflowEi); - LIB_FUNCTION("cV6KpJiF0Ck", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cV6KpJiF0Ck", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEE9_EndwriteEv); - LIB_FUNCTION("NeiFvKblpZM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NeiFvKblpZM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEE9pbackfailEi); - LIB_FUNCTION("hXsvfky362s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hXsvfky362s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEE9underflowEv); - LIB_FUNCTION("JJ-mkOhdook", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JJ-mkOhdook", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEED0Ev); - LIB_FUNCTION("XcuCO1YXaRs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XcuCO1YXaRs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEED1Ev); - LIB_FUNCTION("aC9OWBGjvxA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aC9OWBGjvxA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_filebufIwSt11char_traitsIwEED2Ev); - LIB_FUNCTION("StJaKYTRdUE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("StJaKYTRdUE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_istreamIwSt11char_traitsIwEED0Ev); - LIB_FUNCTION("RP7ijkGGx50", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RP7ijkGGx50", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_istreamIwSt11char_traitsIwEED1Ev); - LIB_FUNCTION("4GbIwW5u5us", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4GbIwW5u5us", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryC2ERS2_); - LIB_FUNCTION("MB1VCygerRU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MB1VCygerRU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryD2Ev); - LIB_FUNCTION("7VRfkz22vPk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7VRfkz22vPk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_ostreamIwSt11char_traitsIwEED0Ev); - LIB_FUNCTION("EYZJsnX58DE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("EYZJsnX58DE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13basic_ostreamIwSt11char_traitsIwEED1Ev); - LIB_FUNCTION("94dk1V7XfYw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("94dk1V7XfYw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13runtime_errorD0Ev); - LIB_FUNCTION("uBlwRfRb-CM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uBlwRfRb-CM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13runtime_errorD1Ev); - LIB_FUNCTION("oe9tS0VztYk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("oe9tS0VztYk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt13runtime_errorD2Ev); - LIB_FUNCTION("3CtP20nk8fs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("3CtP20nk8fs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Error_objectsIiE14_System_objectE); - LIB_FUNCTION("fMfCVl0JvfE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fMfCVl0JvfE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Error_objectsIiE15_Generic_objectE); - LIB_FUNCTION("D5m73fSIxAU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("D5m73fSIxAU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Error_objectsIiE16_Iostream_objectE); - LIB_FUNCTION("y8PXwxTZ9Hc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("y8PXwxTZ9Hc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base10has_denormE); - LIB_FUNCTION("G4Pw4hv6NKc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("G4Pw4hv6NKc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base10is_boundedE); - LIB_FUNCTION("Zwn1Rlbirio", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Zwn1Rlbirio", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base10is_integerE); - LIB_FUNCTION("M+F+0jd4+Y0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("M+F+0jd4+Y0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base11round_styleE); - LIB_FUNCTION("f06wGEmo5Pk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("f06wGEmo5Pk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base12has_infinityE); - LIB_FUNCTION("xd7O9oMO+nI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xd7O9oMO+nI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base13has_quiet_NaNE); - LIB_FUNCTION("8hyOiMUD36c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8hyOiMUD36c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base14is_specializedE); - LIB_FUNCTION("F+ehGYUe36Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("F+ehGYUe36Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base15has_denorm_lossE); - LIB_FUNCTION("0JlZYApT0UM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0JlZYApT0UM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base15tinyness_beforeE); - LIB_FUNCTION("ec8jeC2LMOc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ec8jeC2LMOc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base17has_signaling_NaNE); - LIB_FUNCTION("7tACjdACOBM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7tACjdACOBM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base5radixE); - LIB_FUNCTION("7gc-QliZnMc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7gc-QliZnMc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base5trapsE); - LIB_FUNCTION("4PL4SkJXTos", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4PL4SkJXTos", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base8is_exactE); - LIB_FUNCTION("tsiBm2NZQfo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tsiBm2NZQfo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base9is_iec559E); - LIB_FUNCTION("c27lOSHxPA4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("c27lOSHxPA4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base9is_moduloE); - LIB_FUNCTION("LV2FB+f1MJE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("LV2FB+f1MJE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14_Num_ldbl_base9is_signedE); - LIB_FUNCTION("g8Jw7V6mn8k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("g8Jw7V6mn8k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14error_categoryD2Ev); - LIB_FUNCTION("KQTHP-ij0yo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("KQTHP-ij0yo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIaE6digitsE); - LIB_FUNCTION("btueF8F0fQE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("btueF8F0fQE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIaE8digits10E); - LIB_FUNCTION("iBrS+wbpuT0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iBrS+wbpuT0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIaE9is_signedE); - LIB_FUNCTION("x1vTXM-GLCE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("x1vTXM-GLCE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIbE6digitsE); - LIB_FUNCTION("lnOqjnXNTwQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lnOqjnXNTwQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIbE8digits10E); - LIB_FUNCTION("qOkciFIHghY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qOkciFIHghY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIbE9is_moduloE); - LIB_FUNCTION("0mi6NtGz04Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0mi6NtGz04Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIbE9is_signedE); - LIB_FUNCTION("nlxVZWbqzsU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("nlxVZWbqzsU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIcE6digitsE); - LIB_FUNCTION("VVK0w0uxDLE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VVK0w0uxDLE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIcE8digits10E); - LIB_FUNCTION("M+AMxjxwWlA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("M+AMxjxwWlA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIcE9is_signedE); - LIB_FUNCTION("hqVKCQr0vU8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hqVKCQr0vU8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIdE12max_digits10E); - LIB_FUNCTION("fjI2ddUGZZs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fjI2ddUGZZs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIdE12max_exponentE); - LIB_FUNCTION("AwdlDnuQ6c0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("AwdlDnuQ6c0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIdE12min_exponentE); - LIB_FUNCTION("VmOyIzWFNKs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VmOyIzWFNKs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIdE14max_exponent10E); - LIB_FUNCTION("odyn6PGg5LY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("odyn6PGg5LY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIdE14min_exponent10E); - LIB_FUNCTION("xQtNieUQLVg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xQtNieUQLVg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIdE6digitsE); - LIB_FUNCTION("EXW20cJ3oNA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("EXW20cJ3oNA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIdE8digits10E); - LIB_FUNCTION("Zhtj6WalERg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Zhtj6WalERg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIDiE6digitsE); - LIB_FUNCTION("r1k-y+1yDcQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("r1k-y+1yDcQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIDiE8digits10E); - LIB_FUNCTION("TEMThaOLu+c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TEMThaOLu+c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIDiE9is_signedE); - LIB_FUNCTION("EL+4ceAj+UU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("EL+4ceAj+UU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIDsE6digitsE); - LIB_FUNCTION("vEdl5Er9THU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vEdl5Er9THU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIDsE8digits10E); - LIB_FUNCTION("ZaOkYNQyQ6g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ZaOkYNQyQ6g", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIDsE9is_signedE); - LIB_FUNCTION("u16WKNmQUNg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("u16WKNmQUNg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIeE12max_digits10E); - LIB_FUNCTION("bzmM0dI80jM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bzmM0dI80jM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIeE12max_exponentE); - LIB_FUNCTION("ERYMucecNws", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ERYMucecNws", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIeE12min_exponentE); - LIB_FUNCTION("tUo2aRfWs5I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tUo2aRfWs5I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIeE14max_exponent10E); - LIB_FUNCTION("3+5qZWL6APo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("3+5qZWL6APo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIeE14min_exponent10E); - LIB_FUNCTION("NLHWcHpvMss", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NLHWcHpvMss", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIeE6digitsE); - LIB_FUNCTION("JYZigPvvB6c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JYZigPvvB6c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIeE8digits10E); - LIB_FUNCTION("MFqdrWyu9Ls", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MFqdrWyu9Ls", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIfE12max_digits10E); - LIB_FUNCTION("L29QQz-6+X8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("L29QQz-6+X8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIfE12max_exponentE); - LIB_FUNCTION("SPlcBQ4pIZ0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SPlcBQ4pIZ0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIfE12min_exponentE); - LIB_FUNCTION("R8xUpEJwAA8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("R8xUpEJwAA8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIfE14max_exponent10E); - LIB_FUNCTION("n+NFkoa0VD0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("n+NFkoa0VD0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIfE14min_exponent10E); - LIB_FUNCTION("W6qgdoww-3k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("W6qgdoww-3k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIfE6digitsE); - LIB_FUNCTION("J7d2Fq6Mb0k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("J7d2Fq6Mb0k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIfE8digits10E); - LIB_FUNCTION("T1YYqsPgrn0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("T1YYqsPgrn0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIhE6digitsE); - LIB_FUNCTION("uTiJLq4hayE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uTiJLq4hayE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIhE8digits10E); - LIB_FUNCTION("o0WexTj82pU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("o0WexTj82pU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIhE9is_signedE); - LIB_FUNCTION("ZvahxWPLKm0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ZvahxWPLKm0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIiE6digitsE); - LIB_FUNCTION("aQjlTguvFMw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aQjlTguvFMw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIiE8digits10E); - LIB_FUNCTION("GST3YemNZD8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("GST3YemNZD8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIiE9is_signedE); - LIB_FUNCTION("-jpk31lZR6E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-jpk31lZR6E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIjE6digitsE); - LIB_FUNCTION("csNIBfF6cyI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("csNIBfF6cyI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIjE8digits10E); - LIB_FUNCTION("P9XP5U7AfXs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("P9XP5U7AfXs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIjE9is_signedE); - LIB_FUNCTION("31lJOpD3GGk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("31lJOpD3GGk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIlE6digitsE); - LIB_FUNCTION("4MdGVqrsl7s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4MdGVqrsl7s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIlE8digits10E); - LIB_FUNCTION("4llda2Y+Q+4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4llda2Y+Q+4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIlE9is_signedE); - LIB_FUNCTION("7AaHj1O8-gI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7AaHj1O8-gI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsImE6digitsE); - LIB_FUNCTION("h9RyP3R30HI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("h9RyP3R30HI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsImE8digits10E); - LIB_FUNCTION("FXrK1DiAosQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("FXrK1DiAosQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsImE9is_signedE); - LIB_FUNCTION("QO6Q+6WPgy0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QO6Q+6WPgy0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIsE6digitsE); - LIB_FUNCTION("kW5K7R4rXy8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kW5K7R4rXy8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIsE8digits10E); - LIB_FUNCTION("L0nMzhz-axs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("L0nMzhz-axs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIsE9is_signedE); - LIB_FUNCTION("4r9P8foa6QQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4r9P8foa6QQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsItE6digitsE); - LIB_FUNCTION("OQorbmM+NbA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("OQorbmM+NbA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsItE8digits10E); - LIB_FUNCTION("vyqQpWI+O48", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vyqQpWI+O48", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsItE9is_signedE); - LIB_FUNCTION("Tlfgn9TIWkA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Tlfgn9TIWkA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIwE6digitsE); - LIB_FUNCTION("mdcx6KcRIkE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mdcx6KcRIkE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIwE8digits10E); - LIB_FUNCTION("YVacrIa4L0c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YVacrIa4L0c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIwE9is_signedE); - LIB_FUNCTION("LN2bC6QtGQE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("LN2bC6QtGQE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIxE6digitsE); - LIB_FUNCTION("OwcpepSk5lg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("OwcpepSk5lg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIxE8digits10E); - LIB_FUNCTION("mmrSzkWDrgA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mmrSzkWDrgA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIxE9is_signedE); - LIB_FUNCTION("v7XHt2HwUVI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("v7XHt2HwUVI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIyE6digitsE); - LIB_FUNCTION("Eubj+4g8dWA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Eubj+4g8dWA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIyE8digits10E); - LIB_FUNCTION("F2uQDOc7fMo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("F2uQDOc7fMo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14numeric_limitsIyE9is_signedE); - LIB_FUNCTION("y1dYQsc67ys", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("y1dYQsc67ys", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14overflow_errorD0Ev); - LIB_FUNCTION("XilOsTdCZuM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XilOsTdCZuM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14overflow_errorD1Ev); - LIB_FUNCTION("OypvNf3Uq3c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("OypvNf3Uq3c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt14overflow_errorD2Ev); - LIB_FUNCTION("q-WOrJNOlhI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("q-WOrJNOlhI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base10has_denormE); - LIB_FUNCTION("XbD-A2MEsS4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XbD-A2MEsS4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base10is_boundedE); - LIB_FUNCTION("mxv24Oqmp0E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mxv24Oqmp0E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base10is_integerE); - LIB_FUNCTION("9AcX4Qk47+o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9AcX4Qk47+o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base11round_styleE); - LIB_FUNCTION("MIKN--3fORE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MIKN--3fORE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base12has_infinityE); - LIB_FUNCTION("nxdioQgDF2E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("nxdioQgDF2E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base13has_quiet_NaNE); - LIB_FUNCTION("N03wZLr2RrE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("N03wZLr2RrE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base14is_specializedE); - LIB_FUNCTION("rhJg5tjs83Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rhJg5tjs83Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base15has_denorm_lossE); - LIB_FUNCTION("EzuahjKzeGQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("EzuahjKzeGQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base15tinyness_beforeE); - LIB_FUNCTION("uMMG8cuJNr8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uMMG8cuJNr8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base17has_signaling_NaNE); - LIB_FUNCTION("1KngsM7trps", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1KngsM7trps", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base5radixE); - LIB_FUNCTION("mMPu4-jx9oI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mMPu4-jx9oI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base5trapsE); - LIB_FUNCTION("J5QA0ZeLmhs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("J5QA0ZeLmhs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base8is_exactE); - LIB_FUNCTION("JwPU+6+T20M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JwPU+6+T20M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base9is_iec559E); - LIB_FUNCTION("HU3yzCPz3GQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HU3yzCPz3GQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base9is_moduloE); - LIB_FUNCTION("S7kkgAPGxLQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("S7kkgAPGxLQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15_Num_float_base9is_signedE); - LIB_FUNCTION("VpwymQiS4ck", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VpwymQiS4ck", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15basic_streambufIcSt11char_traitsIcEE6xsgetnEPci); - LIB_FUNCTION("sXaxl1QGorg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("sXaxl1QGorg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15basic_streambufIcSt11char_traitsIcEE6xsputnEPKci); - LIB_FUNCTION("IAEl1Ta7yVU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("IAEl1Ta7yVU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15basic_streambufIcSt11char_traitsIcEE9showmanycEv); - LIB_FUNCTION("lZVehk7yFok", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lZVehk7yFok", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15basic_streambufIwSt11char_traitsIwEE6xsgetnEPwi); - LIB_FUNCTION("041c37QfoUc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("041c37QfoUc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15basic_streambufIwSt11char_traitsIwEE6xsputnEPKwi); - LIB_FUNCTION("olsoiZsezkk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("olsoiZsezkk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15basic_streambufIwSt11char_traitsIwEE9showmanycEv); - LIB_FUNCTION("iHILAmwYRGY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iHILAmwYRGY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15underflow_errorD0Ev); - LIB_FUNCTION("ywv2X-q-9is", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ywv2X-q-9is", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15underflow_errorD1Ev); - LIB_FUNCTION("xiqd+QkuYXc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xiqd+QkuYXc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt15underflow_errorD2Ev); - LIB_FUNCTION("1GhiIeIpkms", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1GhiIeIpkms", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt16invalid_argumentD0Ev); - LIB_FUNCTION("oQDS9nX05Qg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("oQDS9nX05Qg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt16invalid_argumentD1Ev); - LIB_FUNCTION("ddr7Ie4u5Nw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ddr7Ie4u5Nw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt16invalid_argumentD2Ev); - LIB_FUNCTION("za50kXyi3SA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("za50kXyi3SA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt16nested_exceptionD0Ev); - LIB_FUNCTION("+qKS53qzWdA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+qKS53qzWdA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt16nested_exceptionD1Ev); - LIB_FUNCTION("8R00hgzXQDY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8R00hgzXQDY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt16nested_exceptionD2Ev); - LIB_FUNCTION("q9rMtHuXvZ8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("q9rMtHuXvZ8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt17bad_function_callD0Ev); - LIB_FUNCTION("YEDrb1pSx2Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YEDrb1pSx2Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt17bad_function_callD1Ev); - LIB_FUNCTION("NqMgmxSA1rc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NqMgmxSA1rc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt17bad_function_callD2Ev); - LIB_FUNCTION("8DNJW5tX-A8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8DNJW5tX-A8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt18bad_variant_accessD0Ev); - LIB_FUNCTION("U3b5A2LEiTc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("U3b5A2LEiTc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt18bad_variant_accessD1Ev); - LIB_FUNCTION("QUeUgxy7PTA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QUeUgxy7PTA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt20_Future_error_objectIiE14_Future_objectE); - LIB_FUNCTION("-UKRka-33sM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-UKRka-33sM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt20bad_array_new_lengthD0Ev); - LIB_FUNCTION("XO3N4SBvCy0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XO3N4SBvCy0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt20bad_array_new_lengthD1Ev); - LIB_FUNCTION("15lB7flw-9w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("15lB7flw-9w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt20bad_array_new_lengthD2Ev); - LIB_FUNCTION("WDKzMM-uuLE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WDKzMM-uuLE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt22_Future_error_categoryD0Ev); - LIB_FUNCTION("xsXQD5ybREw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xsXQD5ybREw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt22_Future_error_categoryD1Ev); - LIB_FUNCTION("Dc4ZMWmPMl8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Dc4ZMWmPMl8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt22_System_error_categoryD0Ev); - LIB_FUNCTION("hVQgfGhJz3U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hVQgfGhJz3U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt22_System_error_categoryD1Ev); - LIB_FUNCTION("YBrp9BlADaA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YBrp9BlADaA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt23_Generic_error_categoryD0Ev); - LIB_FUNCTION("MAalgQhejPc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MAalgQhejPc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt23_Generic_error_categoryD1Ev); - LIB_FUNCTION("jVwxMhFRw8Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jVwxMhFRw8Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt24_Iostream_error_categoryD0Ev); - LIB_FUNCTION("27Z-Cx1jbkU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("27Z-Cx1jbkU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt24_Iostream_error_categoryD1Ev); - LIB_FUNCTION("9G32u5RRYxE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9G32u5RRYxE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt3pmr19new_delete_resourceEv); - LIB_FUNCTION("d2u38zs4Pe8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("d2u38zs4Pe8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt3pmr20get_default_resourceEv); - LIB_FUNCTION("eWMGI7B7Lyc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("eWMGI7B7Lyc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt3pmr20null_memory_resourceEv); - LIB_FUNCTION("TKYsv0jdvRw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TKYsv0jdvRw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt3pmr20set_default_resourceEPNS_15memory_resourceE); - LIB_FUNCTION("H7-7Z3ixv-w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("H7-7Z3ixv-w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt4_Pad7_LaunchEPKcPP12pthread_attrPP7pthread); - LIB_FUNCTION("PBbZjsL6nfc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PBbZjsL6nfc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt4_Pad7_LaunchEPKcPP7pthread); - LIB_FUNCTION("fLBZMOQh-3Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fLBZMOQh-3Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt4_Pad7_LaunchEPP12pthread_attrPP7pthread); - LIB_FUNCTION("xZqiZvmcp9k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xZqiZvmcp9k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt4_Pad7_LaunchEPP7pthread); - LIB_FUNCTION("a-z7wxuYO2E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("a-z7wxuYO2E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt4_Pad8_ReleaseEv); - LIB_FUNCTION("uhnb6dnXOnc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt4_PadC2EPKc); - LIB_FUNCTION("dGYo9mE8K2A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt4_PadC2Ev); - LIB_FUNCTION("XyJPhPqpzMw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt4_PadD1Ev); - LIB_FUNCTION("gjLRZgfb3i0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt4_PadD2Ev); - LIB_FUNCTION("rX58aCQCMS4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uhnb6dnXOnc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt4_PadC2EPKc); + LIB_FUNCTION("dGYo9mE8K2A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt4_PadC2Ev); + LIB_FUNCTION("XyJPhPqpzMw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt4_PadD1Ev); + LIB_FUNCTION("gjLRZgfb3i0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt4_PadD2Ev); + LIB_FUNCTION("rX58aCQCMS4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt5ctypeIcE10table_sizeE); - LIB_FUNCTION("Cv+zC4EjGMA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt5ctypeIcE2idE); - LIB_FUNCTION("p8-44cVeO84", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt5ctypeIcED0Ev); - LIB_FUNCTION("tPsGA6EzNKA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt5ctypeIcED1Ev); - LIB_FUNCTION("VmqsS6auJzo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt5ctypeIwE2idE); - LIB_FUNCTION("zOPA5qnbW2U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt5ctypeIwED0Ev); - LIB_FUNCTION("P0383AW3Y9A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt5ctypeIwED1Ev); - LIB_FUNCTION("U54NBtdj6UY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Cv+zC4EjGMA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt5ctypeIcE2idE); + LIB_FUNCTION("p8-44cVeO84", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt5ctypeIcED0Ev); + LIB_FUNCTION("tPsGA6EzNKA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt5ctypeIcED1Ev); + LIB_FUNCTION("VmqsS6auJzo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt5ctypeIwE2idE); + LIB_FUNCTION("zOPA5qnbW2U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt5ctypeIwED0Ev); + LIB_FUNCTION("P0383AW3Y9A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt5ctypeIwED1Ev); + LIB_FUNCTION("U54NBtdj6UY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6_Mutex5_LockEv); - LIB_FUNCTION("7OCTkL2oWyg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7OCTkL2oWyg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6_Mutex7_UnlockEv); - LIB_FUNCTION("2KNnG2Z9zJA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt6_MutexC1Ev); - LIB_FUNCTION("log6zy2C9iQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt6_MutexC2Ev); - LIB_FUNCTION("djHbPE+TFIo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt6_MutexD1Ev); - LIB_FUNCTION("j7e7EQBD6ZA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt6_MutexD2Ev); - LIB_FUNCTION("0WY1SH7eoIs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2KNnG2Z9zJA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6_MutexC1Ev); + LIB_FUNCTION("log6zy2C9iQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6_MutexC2Ev); + LIB_FUNCTION("djHbPE+TFIo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6_MutexD1Ev); + LIB_FUNCTION("j7e7EQBD6ZA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6_MutexD2Ev); + LIB_FUNCTION("0WY1SH7eoIs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6_Winit9_Init_cntE); - LIB_FUNCTION("-Bl9-SZ2noc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt6_WinitC1Ev); - LIB_FUNCTION("57mMrw0l-40", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt6_WinitC2Ev); - LIB_FUNCTION("Uw3OTZFPNt4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt6_WinitD1Ev); - LIB_FUNCTION("2yOarodWACE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt6_WinitD2Ev); - LIB_FUNCTION("z83caOn94fM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-Bl9-SZ2noc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6_WinitC1Ev); + LIB_FUNCTION("57mMrw0l-40", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6_WinitC2Ev); + LIB_FUNCTION("Uw3OTZFPNt4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6_WinitD1Ev); + LIB_FUNCTION("2yOarodWACE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6_WinitD2Ev); + LIB_FUNCTION("z83caOn94fM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6chrono12steady_clock12is_monotonicE); - LIB_FUNCTION("vHy+a4gLBfs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vHy+a4gLBfs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6chrono12steady_clock9is_steadyE); - LIB_FUNCTION("jCX3CPIVB8I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jCX3CPIVB8I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6chrono12system_clock12is_monotonicE); - LIB_FUNCTION("88EyUEoBX-E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("88EyUEoBX-E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6chrono12system_clock9is_steadyE); - LIB_FUNCTION("hEQ2Yi4PJXA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hEQ2Yi4PJXA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale16_GetgloballocaleEv); - LIB_FUNCTION("1TaQLyPDJEY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1TaQLyPDJEY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale16_SetgloballocaleEPv); - LIB_FUNCTION("H4fcpQOpc08", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("H4fcpQOpc08", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale2id7_Id_cntE); - LIB_FUNCTION("9rMML086SEE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9rMML086SEE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale5_InitEv); - LIB_FUNCTION("K-5mtupQZ4g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("K-5mtupQZ4g", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale5emptyEv); - LIB_FUNCTION("AgxEl+HeWRQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("AgxEl+HeWRQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale5facet7_DecrefEv); - LIB_FUNCTION("-EgSegeAKl4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-EgSegeAKl4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale5facet7_IncrefEv); - LIB_FUNCTION("QW2jL1J5rwY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QW2jL1J5rwY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale5facet9_RegisterEv); - LIB_FUNCTION("ptwhA0BQVeE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ptwhA0BQVeE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale6globalERKS_); - LIB_FUNCTION("uuga3RipCKQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uuga3RipCKQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7_Locimp7_AddfacEPNS_5facetEm); - LIB_FUNCTION("9FF+T5Xks9E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9FF+T5Xks9E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7_Locimp8_ClocptrE); - LIB_FUNCTION("5r801ZWiJJI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5r801ZWiJJI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7_Locimp8_MakelocERKSt8_LocinfoiPS0_PKS_); - LIB_FUNCTION("BcbHFSrcg3Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BcbHFSrcg3Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7_Locimp9_MakewlocERKSt8_LocinfoiPS0_PKS_); - LIB_FUNCTION("fkFGlPdquqI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fkFGlPdquqI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7_Locimp9_MakexlocERKSt8_LocinfoiPS0_PKS_); - LIB_FUNCTION("6b3KIjPD33k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6b3KIjPD33k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7_LocimpC1Eb); - LIB_FUNCTION("WViwxtEKxHk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WViwxtEKxHk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7_LocimpC1ERKS0_); - LIB_FUNCTION("zrmR88ClfOs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zrmR88ClfOs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7_LocimpC2Eb); - LIB_FUNCTION("dsJKehuajH4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dsJKehuajH4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7_LocimpC2ERKS0_); - LIB_FUNCTION("bleKr8lOLr8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bleKr8lOLr8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7_LocimpD0Ev); - LIB_FUNCTION("aD-iqbVlHmQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aD-iqbVlHmQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7_LocimpD1Ev); - LIB_FUNCTION("So6gSmJMYDs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("So6gSmJMYDs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7_LocimpD2Ev); - LIB_FUNCTION("Uq5K8tl8I9U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Uq5K8tl8I9U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6locale7classicEv); - LIB_FUNCTION("pMWnITHysPc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt6localeD1Ev); - LIB_FUNCTION("CHrhwd8QSBs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("pMWnITHysPc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6localeD1Ev); + LIB_FUNCTION("CHrhwd8QSBs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt6thread20hardware_concurrencyEv); - LIB_FUNCTION("m7qAgircaZY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("m7qAgircaZY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7_MpunctIcE5_InitERKSt8_Locinfob); - LIB_FUNCTION("zWSNYg14Uag", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zWSNYg14Uag", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7_MpunctIcEC2Emb); - LIB_FUNCTION("0il9qdo6fhs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0il9qdo6fhs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7_MpunctIcEC2EPKcmbb); - LIB_FUNCTION("Lzj4ws7DlhQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Lzj4ws7DlhQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7_MpunctIcED0Ev); - LIB_FUNCTION("0AeC+qCELEA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0AeC+qCELEA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7_MpunctIcED1Ev); - LIB_FUNCTION("iCoD0EOIbTM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iCoD0EOIbTM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7_MpunctIwE5_InitERKSt8_Locinfob); - LIB_FUNCTION("Pr1yLzUe230", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Pr1yLzUe230", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7_MpunctIwEC2Emb); - LIB_FUNCTION("TDhjx3nyaoU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TDhjx3nyaoU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7_MpunctIwEC2EPKcmbb); - LIB_FUNCTION("8UeuxGKjQr8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8UeuxGKjQr8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7_MpunctIwED0Ev); - LIB_FUNCTION("0TADyPWrobI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0TADyPWrobI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7_MpunctIwED1Ev); - LIB_FUNCTION("eVFYZnYNDo0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("eVFYZnYNDo0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIcc9_MbstatetE2idE); - LIB_FUNCTION("iZCHNahj++4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iZCHNahj++4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIcc9_MbstatetE5_InitERKSt8_Locinfo); - LIB_FUNCTION("zyhiiLKndO8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zyhiiLKndO8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIcc9_MbstatetE7_GetcatEPPKNSt6locale5facetEPKS2_); - LIB_FUNCTION("XhwSbwsBdx0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XhwSbwsBdx0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIcc9_MbstatetEC1Em); - LIB_FUNCTION("3YCLxZqgIdo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("3YCLxZqgIdo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIcc9_MbstatetEC1ERKSt8_Locinfom); - LIB_FUNCTION("e5Hwcntvd8c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("e5Hwcntvd8c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIcc9_MbstatetEC2Em); - LIB_FUNCTION("4qHwSTPt-t8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4qHwSTPt-t8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIcc9_MbstatetEC2ERKSt8_Locinfom); - LIB_FUNCTION("2TYdayAO39E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2TYdayAO39E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIcc9_MbstatetED0Ev); - LIB_FUNCTION("djNkrJKTb6Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("djNkrJKTb6Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIcc9_MbstatetED1Ev); - LIB_FUNCTION("to7GggwECZU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("to7GggwECZU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIcc9_MbstatetED2Ev); - LIB_FUNCTION("u2MAta5SS84", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("u2MAta5SS84", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIDic9_MbstatetE2idE); - LIB_FUNCTION("vwMx2NhWdLw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vwMx2NhWdLw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIDic9_MbstatetED0Ev); - LIB_FUNCTION("TuhGCIxgLvA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TuhGCIxgLvA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIDic9_MbstatetED1Ev); - LIB_FUNCTION("xM5re58mxj8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xM5re58mxj8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIDsc9_MbstatetE2idE); - LIB_FUNCTION("zYHryd8vd0w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zYHryd8vd0w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIDsc9_MbstatetED0Ev); - LIB_FUNCTION("Oeo9tUbzW7s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Oeo9tUbzW7s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIDsc9_MbstatetED1Ev); - LIB_FUNCTION("FjZCPmK0SbA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("FjZCPmK0SbA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIwc9_MbstatetE2idE); - LIB_FUNCTION("9BI3oYkCTCU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9BI3oYkCTCU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIwc9_MbstatetED0Ev); - LIB_FUNCTION("0fkFA3za2N8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0fkFA3za2N8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7codecvtIwc9_MbstatetED1Ev); - LIB_FUNCTION("7brRfHVVAlI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7brRfHVVAlI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIcE2idE); - LIB_FUNCTION("CKlZ-H-D1CE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CKlZ-H-D1CE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIcE5_InitERKSt8_Locinfo); - LIB_FUNCTION("BSVJqITGCyI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BSVJqITGCyI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIcE7_GetcatEPPKNSt6locale5facetEPKS1_); - LIB_FUNCTION("Oo1r8jKGZQ4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Oo1r8jKGZQ4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIcEC1Em); - LIB_FUNCTION("splBMMcF3yk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("splBMMcF3yk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIcEC1EPKcm); - LIB_FUNCTION("raLgIUi3xmk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("raLgIUi3xmk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIcEC1ERKSt8_Locinfom); - LIB_FUNCTION("tkqNipin1EI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tkqNipin1EI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIcEC2Em); - LIB_FUNCTION("VClCrMDyydE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VClCrMDyydE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIcEC2EPKcm); - LIB_FUNCTION("L71JAnoQees", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("L71JAnoQees", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIcEC2ERKSt8_Locinfom); - LIB_FUNCTION("Lt4407UMs2o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Lt4407UMs2o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIcED0Ev); - LIB_FUNCTION("8pXCeme0FC4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8pXCeme0FC4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIcED1Ev); - LIB_FUNCTION("dP5zwQ2Yc8g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dP5zwQ2Yc8g", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIcED2Ev); - LIB_FUNCTION("irGo1yaJ-vM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("irGo1yaJ-vM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIwE2idE); - LIB_FUNCTION("LxKs-IGDsFU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("LxKs-IGDsFU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIwE5_InitERKSt8_Locinfo); - LIB_FUNCTION("2wz4rthdiy8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2wz4rthdiy8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIwE7_GetcatEPPKNSt6locale5facetEPKS1_); - LIB_FUNCTION("d-MOtyu8GAk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("d-MOtyu8GAk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIwEC1Em); - LIB_FUNCTION("fjHAU8OSaW8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fjHAU8OSaW8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIwEC1EPKcm); - LIB_FUNCTION("wggIIjWSt-E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wggIIjWSt-E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIwEC1ERKSt8_Locinfom); - LIB_FUNCTION("HQbgeUdQyyw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HQbgeUdQyyw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIwEC2Em); - LIB_FUNCTION("PSAw7g1DD24", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PSAw7g1DD24", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIwEC2EPKcm); - LIB_FUNCTION("2PoQu-K2qXk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2PoQu-K2qXk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIwEC2ERKSt8_Locinfom); - LIB_FUNCTION("ig4VDIRc21Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ig4VDIRc21Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIwED0Ev); - LIB_FUNCTION("ZO3a6HfALTQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ZO3a6HfALTQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIwED1Ev); - LIB_FUNCTION("84wIPnwBGiU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("84wIPnwBGiU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7collateIwED2Ev); - LIB_FUNCTION("-mLzBSk-VGs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-mLzBSk-VGs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE); - LIB_FUNCTION("cXL+LN0lSwc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cXL+LN0lSwc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo); - LIB_FUNCTION("p1WMhxL4Wds", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("p1WMhxL4Wds", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_); - LIB_FUNCTION("uXj-oWD2334", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uXj-oWD2334", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em); - LIB_FUNCTION("iTODM3uXS2s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iTODM3uXS2s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom); - LIB_FUNCTION("RNmYVYlZvv8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RNmYVYlZvv8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em); - LIB_FUNCTION("yAobGI2Whrg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("yAobGI2Whrg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom); - LIB_FUNCTION("-1G1iE3KyGI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-1G1iE3KyGI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev); - LIB_FUNCTION("kAay0hfgDJs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kAay0hfgDJs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev); - LIB_FUNCTION("6S8jzWWGcWo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6S8jzWWGcWo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev); - LIB_FUNCTION("NFAhHKyMnCg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NFAhHKyMnCg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE); - LIB_FUNCTION("4MHgRGOKOXY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4MHgRGOKOXY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo); - LIB_FUNCTION("zTX7LL+w12Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zTX7LL+w12Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_); - LIB_FUNCTION("18rLbEV-NQs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("18rLbEV-NQs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em); - LIB_FUNCTION("0UPU3kvxWb0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0UPU3kvxWb0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom); - LIB_FUNCTION("-+RKa3As0gE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-+RKa3As0gE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em); - LIB_FUNCTION("e3shgCIZxRc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("e3shgCIZxRc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom); - LIB_FUNCTION("aHDdLa7jA1U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aHDdLa7jA1U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev); - LIB_FUNCTION("Zbaaq-d70ms", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Zbaaq-d70ms", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev); - LIB_FUNCTION("bwVJf3kat9c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bwVJf3kat9c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev); - LIB_FUNCTION("E14mW8pVpoE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("E14mW8pVpoE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE); - LIB_FUNCTION("BbJ4naWZeRw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BbJ4naWZeRw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo); - LIB_FUNCTION("hNAh1l09UpA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hNAh1l09UpA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_); - LIB_FUNCTION("LAEVU8cBSh4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("LAEVU8cBSh4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em); - LIB_FUNCTION("Hg1im-rUeHc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Hg1im-rUeHc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom); - LIB_FUNCTION("1gYJIrfHxkQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1gYJIrfHxkQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em); - LIB_FUNCTION("Mniutm2JL2M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Mniutm2JL2M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom); - LIB_FUNCTION("aOK5ucXO-5g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aOK5ucXO-5g", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev); - LIB_FUNCTION("WoCt9o2SYHw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WoCt9o2SYHw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev); - LIB_FUNCTION("U4JP-R+-70c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("U4JP-R+-70c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev); - LIB_FUNCTION("kImHEIWZ58Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kImHEIWZ58Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE); - LIB_FUNCTION("V2FICbvPa+s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("V2FICbvPa+s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo); - LIB_FUNCTION("6iDi6e2e4x8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6iDi6e2e4x8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_); - LIB_FUNCTION("xdHqQoggdfo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xdHqQoggdfo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em); - LIB_FUNCTION("Ky+C-qbKcX0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Ky+C-qbKcX0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom); - LIB_FUNCTION("f1ZGLUnQGgo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("f1ZGLUnQGgo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em); - LIB_FUNCTION("0Pd-K5jGcgM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0Pd-K5jGcgM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom); - LIB_FUNCTION("jyXTVnmlJD4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jyXTVnmlJD4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev); - LIB_FUNCTION("WiUy3dEtCOQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WiUy3dEtCOQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev); - LIB_FUNCTION("6hV3y21d59k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6hV3y21d59k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev); - LIB_FUNCTION("WkAsdy5CUAo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WkAsdy5CUAo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8_Locinfo8_AddcatsEiPKc); - LIB_FUNCTION("L1Ze94yof2I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("L1Ze94yof2I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8_LocinfoC1EiPKc); - LIB_FUNCTION("hqi8yMOCmG0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hqi8yMOCmG0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8_LocinfoC1EPKc); - LIB_FUNCTION("2aSk2ruCP0E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2aSk2ruCP0E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8_LocinfoC1ERKSs); - LIB_FUNCTION("i180MNC9p4c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("i180MNC9p4c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8_LocinfoC2EiPKc); - LIB_FUNCTION("pN02FS5SPgg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("pN02FS5SPgg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8_LocinfoC2EPKc); - LIB_FUNCTION("ReK9U6EUWuU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ReK9U6EUWuU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8_LocinfoC2ERKSs); - LIB_FUNCTION("p6LrHjIQMdk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt8_LocinfoD1Ev); - LIB_FUNCTION("YXVCU6PdgZk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt8_LocinfoD2Ev); - LIB_FUNCTION("2MK5Lr9pgQc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt8bad_castD0Ev); - LIB_FUNCTION("47RvLSo2HN8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt8bad_castD1Ev); - LIB_FUNCTION("rF07weLXJu8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt8bad_castD2Ev); - LIB_FUNCTION("QZb07KKwTU0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("p6LrHjIQMdk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8_LocinfoD1Ev); + LIB_FUNCTION("YXVCU6PdgZk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8_LocinfoD2Ev); + LIB_FUNCTION("2MK5Lr9pgQc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8bad_castD0Ev); + LIB_FUNCTION("47RvLSo2HN8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8bad_castD1Ev); + LIB_FUNCTION("rF07weLXJu8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8bad_castD2Ev); + LIB_FUNCTION("QZb07KKwTU0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_base4Init9_Init_cntE); - LIB_FUNCTION("sqWytnhYdEg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("sqWytnhYdEg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_base4InitC1Ev); - LIB_FUNCTION("bTQcNwRc8hE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bTQcNwRc8hE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_base4InitC2Ev); - LIB_FUNCTION("kxXCvcat1cM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kxXCvcat1cM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_base4InitD1Ev); - LIB_FUNCTION("bxLH5WHgMBY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bxLH5WHgMBY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_base4InitD2Ev); - LIB_FUNCTION("8tL6yJaX1Ro", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8tL6yJaX1Ro", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_base5_SyncE); - LIB_FUNCTION("QXJCcrXoqpU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QXJCcrXoqpU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_base5clearENSt5_IosbIiE8_IostateEb); - LIB_FUNCTION("4EkPKYzOjPc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4EkPKYzOjPc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_base6_IndexE); - LIB_FUNCTION("LTov9gMEqCU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("LTov9gMEqCU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_base7_AddstdEPS_); - LIB_FUNCTION("x7vtyar1sEY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("x7vtyar1sEY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_base7failureD0Ev); - LIB_FUNCTION("N2f485TmJms", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("N2f485TmJms", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_base7failureD1Ev); - LIB_FUNCTION("fjG5plxblj8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fjG5plxblj8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_base7failureD2Ev); - LIB_FUNCTION("I5jcbATyIWo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt8ios_baseD0Ev); - LIB_FUNCTION("X9D8WWSG3As", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt8ios_baseD1Ev); - LIB_FUNCTION("P8F2oavZXtY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZNSt8ios_baseD2Ev); - LIB_FUNCTION("lA+PfiZ-S5A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("I5jcbATyIWo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_baseD0Ev); + LIB_FUNCTION("X9D8WWSG3As", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_baseD1Ev); + LIB_FUNCTION("P8F2oavZXtY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8ios_baseD2Ev); + LIB_FUNCTION("lA+PfiZ-S5A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIcE2idE); - LIB_FUNCTION("eLB2+1+mVvg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("eLB2+1+mVvg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIcE5_InitERKSt8_Locinfo); - LIB_FUNCTION("96Ev+CE1luE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("96Ev+CE1luE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIcE7_GetcatEPPKNSt6locale5facetEPKS1_); - LIB_FUNCTION("6gCBQs1mIi4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6gCBQs1mIi4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIcEC1Em); - LIB_FUNCTION("W0w8TGzAu0Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("W0w8TGzAu0Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIcEC1EPKcm); - LIB_FUNCTION("SD403oMc1pQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SD403oMc1pQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIcEC1ERKSt8_Locinfom); - LIB_FUNCTION("6DBUo0dty1k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6DBUo0dty1k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIcEC2Em); - LIB_FUNCTION("qF3mHeMAHVk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qF3mHeMAHVk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIcEC2EPKcm); - LIB_FUNCTION("969Euioo12Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("969Euioo12Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIcEC2ERKSt8_Locinfom); - LIB_FUNCTION("jy9urODH0Wo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jy9urODH0Wo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIcED0Ev); - LIB_FUNCTION("34mi8lteNTs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("34mi8lteNTs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIcED1Ev); - LIB_FUNCTION("yDdbQr1oLOc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("yDdbQr1oLOc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIcED2Ev); - LIB_FUNCTION("n1Y6pGR-8AU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("n1Y6pGR-8AU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIwE2idE); - LIB_FUNCTION("Zz-RfDtowlo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Zz-RfDtowlo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIwE5_InitERKSt8_Locinfo); - LIB_FUNCTION("XghI4vmw8mU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XghI4vmw8mU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIwE7_GetcatEPPKNSt6locale5facetEPKS1_); - LIB_FUNCTION("n4+3hznhkU4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("n4+3hznhkU4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIwEC1Em); - LIB_FUNCTION("4Srtnk+NpC4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4Srtnk+NpC4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIwEC1EPKcm); - LIB_FUNCTION("RrTMGyPhYU4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RrTMGyPhYU4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIwEC1ERKSt8_Locinfom); - LIB_FUNCTION("x8PFBjJhH7E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("x8PFBjJhH7E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIwEC2Em); - LIB_FUNCTION("DlDsyX+XsoA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DlDsyX+XsoA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIwEC2EPKcm); - LIB_FUNCTION("DDQjbwNC31E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DDQjbwNC31E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIwEC2ERKSt8_Locinfom); - LIB_FUNCTION("gMwkpZNI9Us", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gMwkpZNI9Us", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIwED0Ev); - LIB_FUNCTION("6sAaleB7Zgk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6sAaleB7Zgk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIwED1Ev); - LIB_FUNCTION("I-e7Dxo087A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("I-e7Dxo087A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8messagesIwED2Ev); - LIB_FUNCTION("9iXtwvGVFRI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9iXtwvGVFRI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcE2idE); - LIB_FUNCTION("1LvbNeZZJ-o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1LvbNeZZJ-o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcE5_InitERKSt8_Locinfob); - LIB_FUNCTION("fFnht9SPed8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fFnht9SPed8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcE5_TidyEv); - LIB_FUNCTION("zCB24JBovnQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zCB24JBovnQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcE7_GetcatEPPKNSt6locale5facetEPKS1_); - LIB_FUNCTION("TEtyeXjcZ0w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TEtyeXjcZ0w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcEC1Em); - LIB_FUNCTION("WK24j1F3rCU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WK24j1F3rCU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcEC1EPKcmb); - LIB_FUNCTION("CDm+TUClE7E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CDm+TUClE7E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcEC1ERKSt8_Locinfomb); - LIB_FUNCTION("1eVdDzPtzD4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1eVdDzPtzD4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcEC2Em); - LIB_FUNCTION("yIn4l8OO1zA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("yIn4l8OO1zA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcEC2EPKcmb); - LIB_FUNCTION("Cb1hI+w9nyU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Cb1hI+w9nyU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcEC2ERKSt8_Locinfomb); - LIB_FUNCTION("Lf6h5krl2fA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Lf6h5krl2fA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcED0Ev); - LIB_FUNCTION("qEob3o53s2M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qEob3o53s2M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcED1Ev); - LIB_FUNCTION("xFva4yxsVW8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("xFva4yxsVW8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIcED2Ev); - LIB_FUNCTION("XZNi3XtbWQ4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XZNi3XtbWQ4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwE2idE); - LIB_FUNCTION("uiRALKOdAZk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uiRALKOdAZk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwE5_InitERKSt8_Locinfob); - LIB_FUNCTION("2YCDWkuFEy8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2YCDWkuFEy8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwE5_TidyEv); - LIB_FUNCTION("SdXFaufpLIs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SdXFaufpLIs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwE7_GetcatEPPKNSt6locale5facetEPKS1_); - LIB_FUNCTION("XOgjMgZ3fjo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XOgjMgZ3fjo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwEC1Em); - LIB_FUNCTION("H+T2VJ91dds", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("H+T2VJ91dds", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwEC1EPKcmb); - LIB_FUNCTION("s1EM2NdPf0Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("s1EM2NdPf0Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwEC1ERKSt8_Locinfomb); - LIB_FUNCTION("ElKI+ReiehU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ElKI+ReiehU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwEC2Em); - LIB_FUNCTION("m4kEqv7eGVY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("m4kEqv7eGVY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwEC2EPKcmb); - LIB_FUNCTION("MQJQCxbLfM0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MQJQCxbLfM0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwEC2ERKSt8_Locinfomb); - LIB_FUNCTION("VHBnRBxBg5E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VHBnRBxBg5E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwED0Ev); - LIB_FUNCTION("lzK3uL1rWJY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lzK3uL1rWJY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwED1Ev); - LIB_FUNCTION("XDm4jTtoEbo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XDm4jTtoEbo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8numpunctIwED2Ev); - LIB_FUNCTION("a54t8+k7KpY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("a54t8+k7KpY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE); - LIB_FUNCTION("+yrOX7MgVlk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+yrOX7MgVlk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE5_TidyEv); - LIB_FUNCTION("eMnBe5mZFLw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("eMnBe5mZFLw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_); - LIB_FUNCTION("13xzrgS8N4o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("13xzrgS8N4o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em); - LIB_FUNCTION("9pPbNXw5N9E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9pPbNXw5N9E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1EPKcm); - LIB_FUNCTION("iO5AOflrTaA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iO5AOflrTaA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom); - LIB_FUNCTION("dU8Q2yzFNQg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dU8Q2yzFNQg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em); - LIB_FUNCTION("M0n7l76UVyE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("M0n7l76UVyE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2EPKcm); - LIB_FUNCTION("l7OtvplI42U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("l7OtvplI42U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom); - LIB_FUNCTION("mmq9OwwYx74", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mmq9OwwYx74", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev); - LIB_FUNCTION("Cp9ksNOeun8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Cp9ksNOeun8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev); - LIB_FUNCTION("dOKh96qQFd0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dOKh96qQFd0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev); - LIB_FUNCTION("Q17eavfOw2Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Q17eavfOw2Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE); - LIB_FUNCTION("ImblNB7fVVU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ImblNB7fVVU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE5_TidyEv); - LIB_FUNCTION("e5jQyuEE+9U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("e5jQyuEE+9U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_); - LIB_FUNCTION("J2xO4cttypo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("J2xO4cttypo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em); - LIB_FUNCTION("gOzIhGUAkME", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gOzIhGUAkME", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1EPKcm); - LIB_FUNCTION("y0hzUSFrkng", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("y0hzUSFrkng", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom); - LIB_FUNCTION("p-SW25yE-Q8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("p-SW25yE-Q8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em); - LIB_FUNCTION("XBmd6G-HoYI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XBmd6G-HoYI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2EPKcm); - LIB_FUNCTION("bU3S1OS1sc0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bU3S1OS1sc0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom); - LIB_FUNCTION("8H3yBUytv-0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8H3yBUytv-0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev); - LIB_FUNCTION("QTgRx1NTp6o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QTgRx1NTp6o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev); - LIB_FUNCTION("Zqc++JB04Qs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Zqc++JB04Qs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev); - LIB_FUNCTION("BamOsNbUcn4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BamOsNbUcn4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE); - LIB_FUNCTION("QdPT7uDTlo0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QdPT7uDTlo0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo); - LIB_FUNCTION("ec0YLGHS8cw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ec0YLGHS8cw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_); - LIB_FUNCTION("6htjEH2Gi-w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6htjEH2Gi-w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em); - LIB_FUNCTION("u5yK3bGG1+w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("u5yK3bGG1+w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom); - LIB_FUNCTION("6NH0xVj6p7M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6NH0xVj6p7M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em); - LIB_FUNCTION("IuFImJ5+kTk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("IuFImJ5+kTk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom); - LIB_FUNCTION("WQQlL0n2SpU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WQQlL0n2SpU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev); - LIB_FUNCTION("h+c9OSfCAEg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("h+c9OSfCAEg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev); - LIB_FUNCTION("vu0B+BGlol4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vu0B+BGlol4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev); - LIB_FUNCTION("JFiji2DpvXQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JFiji2DpvXQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE); - LIB_FUNCTION("ZolDcuDSD0Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ZolDcuDSD0Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo); - LIB_FUNCTION("bF2uVCqVhBY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bF2uVCqVhBY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_); - LIB_FUNCTION("X3DrtC2AZCI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("X3DrtC2AZCI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em); - LIB_FUNCTION("oi3kpQPqpMY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("oi3kpQPqpMY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom); - LIB_FUNCTION("lOF5jrFNZUA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lOF5jrFNZUA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em); - LIB_FUNCTION("b1LciG4lUUk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("b1LciG4lUUk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom); - LIB_FUNCTION("6yplvTHbxpE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6yplvTHbxpE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev); - LIB_FUNCTION("CiD6-BPDZrA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CiD6-BPDZrA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev); - LIB_FUNCTION("8PJ9qmklj2c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8PJ9qmklj2c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev); - LIB_FUNCTION("cDHRgSXYdqA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cDHRgSXYdqA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base10has_denormE); - LIB_FUNCTION("v9HHsaa42qE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("v9HHsaa42qE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base10is_boundedE); - LIB_FUNCTION("EgSIYe3IYso", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("EgSIYe3IYso", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base10is_integerE); - LIB_FUNCTION("XXiGcYa5wtg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XXiGcYa5wtg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base11round_styleE); - LIB_FUNCTION("98w+P+GuFMU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("98w+P+GuFMU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base12has_infinityE); - LIB_FUNCTION("qeA5qUg9xBk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qeA5qUg9xBk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base12max_digits10E); - LIB_FUNCTION("E4gWXl6V2J0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("E4gWXl6V2J0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base12max_exponentE); - LIB_FUNCTION("KqdclsYd24w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("KqdclsYd24w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base12min_exponentE); - LIB_FUNCTION("gF5aGNmzWSg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gF5aGNmzWSg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base13has_quiet_NaNE); - LIB_FUNCTION("RCWKbkEaDAU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RCWKbkEaDAU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base14is_specializedE); - LIB_FUNCTION("Dl4hxL59YF4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Dl4hxL59YF4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base14max_exponent10E); - LIB_FUNCTION("zBHGQsN5Yfw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zBHGQsN5Yfw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base14min_exponent10E); - LIB_FUNCTION("96Bg8h09w+o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("96Bg8h09w+o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base15has_denorm_lossE); - LIB_FUNCTION("U0FdtOUjUPg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("U0FdtOUjUPg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base15tinyness_beforeE); - LIB_FUNCTION("fSdpGoYfYs8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fSdpGoYfYs8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base17has_signaling_NaNE); - LIB_FUNCTION("Xb9FhMysEHo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Xb9FhMysEHo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base5radixE); - LIB_FUNCTION("suaBxzlL0p0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("suaBxzlL0p0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base5trapsE); - LIB_FUNCTION("ejBz8a8TCWU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ejBz8a8TCWU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base6digitsE); - LIB_FUNCTION("M-KRaPj9tQQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("M-KRaPj9tQQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base8digits10E); - LIB_FUNCTION("bUQLE6uEu10", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bUQLE6uEu10", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base8is_exactE); - LIB_FUNCTION("0ZdjsAWtbG8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0ZdjsAWtbG8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base9is_iec559E); - LIB_FUNCTION("qO4MLGs1o58", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qO4MLGs1o58", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base9is_moduloE); - LIB_FUNCTION("5DzttCF356U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5DzttCF356U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9_Num_base9is_signedE); - LIB_FUNCTION("qb6A7pSgAeY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qb6A7pSgAeY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9bad_allocD0Ev); - LIB_FUNCTION("khbdMADH4cQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("khbdMADH4cQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9bad_allocD1Ev); - LIB_FUNCTION("WiH8rbVv5s4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WiH8rbVv5s4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9bad_allocD2Ev); - LIB_FUNCTION("UQPicLg8Sx8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("UQPicLg8Sx8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_Eb); - LIB_FUNCTION("uqLGWOX7-YE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("uqLGWOX7-YE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9basic_iosIwSt11char_traitsIwEE4initEPSt15basic_streambufIwS1_Eb); - LIB_FUNCTION("Bin7e2UR+a0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Bin7e2UR+a0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9exception18_Set_raise_handlerEPFvRKS_E); - LIB_FUNCTION("+Nc8JGdVLQs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+Nc8JGdVLQs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9exceptionD0Ev); - LIB_FUNCTION("BgZcGDh7o9g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BgZcGDh7o9g", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9exceptionD1Ev); - LIB_FUNCTION("MOBxtefPZUg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MOBxtefPZUg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9exceptionD2Ev); - LIB_FUNCTION("TsGewdW9Rto", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("TsGewdW9Rto", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE); - LIB_FUNCTION("6zg3ziZ4Qis", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6zg3ziZ4Qis", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo); - LIB_FUNCTION("MSSvHmcbs3g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MSSvHmcbs3g", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_); - LIB_FUNCTION("YGPopdkhujM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YGPopdkhujM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em); - LIB_FUNCTION("7NQGsY7VY3c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7NQGsY7VY3c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom); - LIB_FUNCTION("f+1EaDVL5C4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("f+1EaDVL5C4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em); - LIB_FUNCTION("iWtXRduTjHA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iWtXRduTjHA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom); - LIB_FUNCTION("b9QSruV4nnc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("b9QSruV4nnc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev); - LIB_FUNCTION("zkCx9c2QKBc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zkCx9c2QKBc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev); - LIB_FUNCTION("CClObiVHzDY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CClObiVHzDY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev); - LIB_FUNCTION("dplyQ6+xatg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dplyQ6+xatg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE); - LIB_FUNCTION("JOj6qfc4VLs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JOj6qfc4VLs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo); - LIB_FUNCTION("DTH1zTBrOO8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DTH1zTBrOO8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_); - LIB_FUNCTION("bY9Y0J3GGbA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bY9Y0J3GGbA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em); - LIB_FUNCTION("ej+44l1PjjY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ej+44l1PjjY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom); - LIB_FUNCTION("x5yAFCJRz8I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("x5yAFCJRz8I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em); - LIB_FUNCTION("m2lChTx-9tM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("m2lChTx-9tM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom); - LIB_FUNCTION("RB3ratfpZDc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RB3ratfpZDc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev); - LIB_FUNCTION("a6yvHMSqsV0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("a6yvHMSqsV0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev); - LIB_FUNCTION("7ZmeGHyM6ew", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7ZmeGHyM6ew", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev); - LIB_FUNCTION("hf2Ljaf19Fs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hf2Ljaf19Fs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE); - LIB_FUNCTION("66AuqgLnsQE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("66AuqgLnsQE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_PutES3_St22_String_const_iteratorISt11_String_valISt13_Simple_typesIcEEEm); - LIB_FUNCTION("1dY2KJfkgMM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1dY2KJfkgMM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_RepES3_cm); - LIB_FUNCTION("riBxNiKLvI0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("riBxNiKLvI0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo); - LIB_FUNCTION("w9fCz0pbHdw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("w9fCz0pbHdw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_); - LIB_FUNCTION("Qi5fpNt5+T0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Qi5fpNt5+T0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em); - LIB_FUNCTION("mdYczJb+bb0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mdYczJb+bb0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom); - LIB_FUNCTION("XqbpfYmAZB4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XqbpfYmAZB4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em); - LIB_FUNCTION("b2na0Dzd5j8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("b2na0Dzd5j8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom); - LIB_FUNCTION("s2zG12AYKTg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("s2zG12AYKTg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev); - LIB_FUNCTION("AnE9WWbyWkM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("AnE9WWbyWkM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev); - LIB_FUNCTION("MuACiCSA8-s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MuACiCSA8-s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev); - LIB_FUNCTION("pzfFqaTMsFc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("pzfFqaTMsFc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE); - LIB_FUNCTION("-hrHhi-UFxs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-hrHhi-UFxs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_PutES3_St22_String_const_iteratorISt11_String_valISt13_Simple_typesIwEEEm); - LIB_FUNCTION("6QU40olMkOM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6QU40olMkOM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_RepES3_wm); - LIB_FUNCTION("kJmdxo4uM+8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kJmdxo4uM+8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo); - LIB_FUNCTION("0sHarDG9BY4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0sHarDG9BY4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_); - LIB_FUNCTION("rme+Po9yI5M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rme+Po9yI5M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em); - LIB_FUNCTION("RV6sGVpYa-o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RV6sGVpYa-o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom); - LIB_FUNCTION("jIvWFH24Bjw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jIvWFH24Bjw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em); - LIB_FUNCTION("aTjYlKCxPGo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aTjYlKCxPGo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom); - LIB_FUNCTION("qkl3Siab04M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qkl3Siab04M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev); - LIB_FUNCTION("hnGhTkIDFHg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hnGhTkIDFHg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev); - LIB_FUNCTION("4+oswXtp7PQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4+oswXtp7PQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev); - LIB_FUNCTION("N5nZ3wQw+Vc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("N5nZ3wQw+Vc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9type_infoD0Ev); - LIB_FUNCTION("LLssoYjMOow", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("LLssoYjMOow", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9type_infoD1Ev); - LIB_FUNCTION("zb3436295XU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zb3436295XU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZNSt9type_infoD2Ev); - LIB_FUNCTION("fJnpuVVBbKk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Znwm); - LIB_FUNCTION("ryUxD-60bKM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fJnpuVVBbKk", "libSceLibcInternal", 1, "libSceLibcInternal", _Znwm); + LIB_FUNCTION("ryUxD-60bKM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZnwmRKSt9nothrow_t); - LIB_FUNCTION("3yxLpdKD0RA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("3yxLpdKD0RA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZnwmSt11align_val_t); - LIB_FUNCTION("iQXBbJbfT5k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iQXBbJbfT5k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZnwmSt11align_val_tRKSt9nothrow_t); - LIB_FUNCTION("bsohl1ZrRXE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bsohl1ZrRXE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt10_GetloctxtIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEiRT0_S5_mPKT_); - LIB_FUNCTION("FX+eS2YsEtY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("FX+eS2YsEtY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt10_GetloctxtIcSt19istreambuf_iteratorIwSt11char_traitsIwEEEiRT0_S5_mPKT_); - LIB_FUNCTION("i4J5FvRPG-w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("i4J5FvRPG-w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt10_GetloctxtIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEiRT0_S5_mPKT_); - LIB_FUNCTION("VrWUXy1gqn8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VrWUXy1gqn8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt10_Rng_abortPKc); - LIB_FUNCTION("Zmeuhg40yNI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt10adopt_lock); - LIB_FUNCTION("mhR3IufA7fE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt10defer_lock); - LIB_FUNCTION("lKfKm6INOpQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt10unexpectedv); - LIB_FUNCTION("eT2UsmTewbU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt11_Xbad_allocv); - LIB_FUNCTION("L7Vnk06zC2c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Zmeuhg40yNI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt10adopt_lock); + LIB_FUNCTION("mhR3IufA7fE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt10defer_lock); + LIB_FUNCTION("lKfKm6INOpQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt10unexpectedv); + LIB_FUNCTION("eT2UsmTewbU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt11_Xbad_allocv); + LIB_FUNCTION("L7Vnk06zC2c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt11setiosflagsNSt5_IosbIiE9_FmtflagsE); - LIB_FUNCTION("kFYQ4d6jVls", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt11try_to_lock); - LIB_FUNCTION("1h8hFQghR7w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kFYQ4d6jVls", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt11try_to_lock); + LIB_FUNCTION("1h8hFQghR7w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt12setprecisioni); - LIB_FUNCTION("ybn35k-I+B0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ybn35k-I+B0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt13_Cl_charnames); - LIB_FUNCTION("DiGVep5yB5w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DiGVep5yB5w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt13_Execute_onceRSt9once_flagPFiPvS1_PS1_ES1_); - LIB_FUNCTION("PDX01ziUz+4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PDX01ziUz+4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt13_Syserror_mapi); - LIB_FUNCTION("UWyL6KoR96U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("UWyL6KoR96U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt13_Xregex_errorNSt15regex_constants10error_typeE); - LIB_FUNCTION("Zb+hMspRR-o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Zb+hMspRR-o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt13get_terminatev); - LIB_FUNCTION("qMXslRdZVj4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qMXslRdZVj4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt13resetiosflagsNSt5_IosbIiE9_FmtflagsE); - LIB_FUNCTION("NG1phipELJE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NG1phipELJE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt13set_terminatePFvvE); - LIB_FUNCTION("u2tMGOLaqnE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("u2tMGOLaqnE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt14_Atomic_assertPKcS0_); - LIB_FUNCTION("T+zVxpVaaTo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("T+zVxpVaaTo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt14_Cl_wcharnames); - LIB_FUNCTION("Zn44KZgJtWY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Zn44KZgJtWY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt14_Debug_messagePKcS0_j); - LIB_FUNCTION("u0yN6tzBors", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("u0yN6tzBors", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt14_Raise_handler); - LIB_FUNCTION("Nmtr628eA3A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Nmtr628eA3A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt14_Random_devicev); - LIB_FUNCTION("bRujIheWlB0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bRujIheWlB0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt14_Throw_C_errori); - LIB_FUNCTION("tQIo+GIPklo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tQIo+GIPklo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt14_Xlength_errorPKc); - LIB_FUNCTION("ozMAr28BwSY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ozMAr28BwSY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt14_Xout_of_rangePKc); - LIB_FUNCTION("zPWCqkg7V+o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zPWCqkg7V+o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt14get_unexpectedv); - LIB_FUNCTION("Eva2i4D5J6I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Eva2i4D5J6I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt14set_unexpectedPFvvE); - LIB_FUNCTION("zugltxeIXM0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zugltxeIXM0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt15_sceLibcLocinfoPKc); - LIB_FUNCTION("y7aMFEkj4PE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("y7aMFEkj4PE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt15_Xruntime_errorPKc); - LIB_FUNCTION("vI85k3GQcz8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vI85k3GQcz8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt15future_categoryv); - LIB_FUNCTION("CkY0AVa-frg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CkY0AVa-frg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt15get_new_handlerv); - LIB_FUNCTION("RqeErO3cFHU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RqeErO3cFHU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt15set_new_handlerPFvvE); - LIB_FUNCTION("aotaAaQK6yc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aotaAaQK6yc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt15system_categoryv); - LIB_FUNCTION("W0j6vCxh9Pc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("W0j6vCxh9Pc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt16_Throw_Cpp_errori); - LIB_FUNCTION("saSUnPWLq9E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("saSUnPWLq9E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt16_Xoverflow_errorPKc); - LIB_FUNCTION("YxwfcCH5Q0I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YxwfcCH5Q0I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt16generic_categoryv); - LIB_FUNCTION("0r8rbw2SFqk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0r8rbw2SFqk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt17_Future_error_mapi); - LIB_FUNCTION("V23qt24VPVs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("V23qt24VPVs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt17iostream_categoryv); - LIB_FUNCTION("VoUwme28y4w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VoUwme28y4w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt18_String_cpp_unused); - LIB_FUNCTION("NU-T4QowTNA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NU-T4QowTNA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt18_Xinvalid_argumentPKc); - LIB_FUNCTION("Q1BL70XVV0o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Q1BL70XVV0o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt18uncaught_exceptionv); - LIB_FUNCTION("PjwbqtUehPU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PjwbqtUehPU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt19_Throw_future_errorRKSt10error_code); - LIB_FUNCTION("MELi-cKqWq0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MELi-cKqWq0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt19_Xbad_function_callv); - LIB_FUNCTION("Qoo175Ig+-k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Qoo175Ig+-k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt21_sceLibcClassicLocale); - LIB_FUNCTION("cPNeOAYgB0A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cPNeOAYgB0A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt22_Get_future_error_whati); - LIB_FUNCTION("mDIHE-aaRaI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mDIHE-aaRaI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt22_Random_device_entropyv); - LIB_FUNCTION("DNbsDRZ-ntI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DNbsDRZ-ntI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt25_Rethrow_future_exceptionSt13exception_ptr); - LIB_FUNCTION("2WVBaSdGIds", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt3cin); - LIB_FUNCTION("wiR+rIcbnlc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt4_Fpz); - LIB_FUNCTION("TVfbf1sXt0A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt4cerr); - LIB_FUNCTION("jSquWN7i7lc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt4clog); - LIB_FUNCTION("5PfqUBaQf4g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt4cout); - LIB_FUNCTION("vU9svJtEnWc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt4setwi); - LIB_FUNCTION("2bASh0rEeXI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt4wcin); - LIB_FUNCTION("CvJ3HUPlMIY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt5wcerr); - LIB_FUNCTION("awr1A2VAVZQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt5wclog); - LIB_FUNCTION("d-YRIvO0jXI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt5wcout); - LIB_FUNCTION("pDFe-IgbTPg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2WVBaSdGIds", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt3cin); + LIB_FUNCTION("wiR+rIcbnlc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt4_Fpz); + LIB_FUNCTION("TVfbf1sXt0A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt4cerr); + LIB_FUNCTION("jSquWN7i7lc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt4clog); + LIB_FUNCTION("5PfqUBaQf4g", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt4cout); + LIB_FUNCTION("vU9svJtEnWc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt4setwi); + LIB_FUNCTION("2bASh0rEeXI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt4wcin); + LIB_FUNCTION("CvJ3HUPlMIY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt5wcerr); + LIB_FUNCTION("awr1A2VAVZQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt5wclog); + LIB_FUNCTION("d-YRIvO0jXI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt5wcout); + LIB_FUNCTION("pDFe-IgbTPg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt6_ThrowRKSt9exception); - LIB_FUNCTION("kr5ph+wVAtU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt6ignore); - LIB_FUNCTION("FQ9NFbBHb5Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt7_BADOFF); - LIB_FUNCTION("vYWK2Pz8vGE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kr5ph+wVAtU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt6ignore); + LIB_FUNCTION("FQ9NFbBHb5Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt7_BADOFF); + LIB_FUNCTION("vYWK2Pz8vGE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt7_FiopenPKcNSt5_IosbIiE9_OpenmodeEi); - LIB_FUNCTION("aqyjhIx7jaY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aqyjhIx7jaY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt7_FiopenPKwNSt5_IosbIiE9_OpenmodeEi); - LIB_FUNCTION("QfPuSqhub7o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt7_MP_AddPyy); - LIB_FUNCTION("lrQSsTRMMr4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt7_MP_GetPy); - LIB_FUNCTION("Gav1Xt1Ce+c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt7_MP_MulPyyy); - LIB_FUNCTION("Ozk+Z6QnlTY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt7_MP_RemPyy); - LIB_FUNCTION("NLwJ3q+64bY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZSt7nothrow); - LIB_FUNCTION("4rrOHCHAV1w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt7setbasei); - LIB_FUNCTION("yYk819F9TyU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt8_XLgammad); - LIB_FUNCTION("bl0DPP6kFBk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt8_XLgammae); - LIB_FUNCTION("DWMcG8yogkY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt8_XLgammaf); - LIB_FUNCTION("X1DNtCe22Ks", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QfPuSqhub7o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt7_MP_AddPyy); + LIB_FUNCTION("lrQSsTRMMr4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt7_MP_GetPy); + LIB_FUNCTION("Gav1Xt1Ce+c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt7_MP_MulPyyy); + LIB_FUNCTION("Ozk+Z6QnlTY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt7_MP_RemPyy); + LIB_FUNCTION("NLwJ3q+64bY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt7nothrow); + LIB_FUNCTION("4rrOHCHAV1w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt7setbasei); + LIB_FUNCTION("yYk819F9TyU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt8_XLgammad); + LIB_FUNCTION("bl0DPP6kFBk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt8_XLgammae); + LIB_FUNCTION("DWMcG8yogkY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt8_XLgammaf); + LIB_FUNCTION("X1DNtCe22Ks", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt9_LStrcollIcEiPKT_S2_S2_S2_PKSt8_Collvec); - LIB_FUNCTION("m6uU37-b27s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("m6uU37-b27s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt9_LStrcollIwEiPKT_S2_S2_S2_PKSt8_Collvec); - LIB_FUNCTION("V62E2Q8bJVY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("V62E2Q8bJVY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt9_LStrxfrmIcEmPT_S1_PKS0_S3_PKSt8_Collvec); - LIB_FUNCTION("BloPUt1HCH0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BloPUt1HCH0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt9_LStrxfrmIwEmPT_S1_PKS0_S3_PKSt8_Collvec); - LIB_FUNCTION("qYhnoevd9bI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZSt9terminatev); - LIB_FUNCTION("XO9ihAZCBcY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIa); - LIB_FUNCTION("nEuTkSQAQFw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIb); - LIB_FUNCTION("smeljzleGRQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIc); - LIB_FUNCTION("iZrCfFRsE3Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTId); - LIB_FUNCTION("ltRLAWAeSaM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIDh); - LIB_FUNCTION("7TW4UgJjwJ8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIDi); - LIB_FUNCTION("SK0Syya+scs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIDn); - LIB_FUNCTION("rkWOabkkpVo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIDs); - LIB_FUNCTION("NlgA2fMtxl4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIe); - LIB_FUNCTION("c5-Jw-LTekM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIf); - LIB_FUNCTION("g-fUPD4HznU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIh); - LIB_FUNCTION("St4apgcBNfo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIi); - LIB_FUNCTION("MpiTv3MErEQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIj); - LIB_FUNCTION("b5JSEuAHuDo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIl); - LIB_FUNCTION("DoGS21ugIfI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIm); - LIB_FUNCTION("2EEDQ6uHY2c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIn); - LIB_FUNCTION("h1Eewgzowes", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qYhnoevd9bI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZSt9terminatev); + LIB_FUNCTION("XO9ihAZCBcY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIa); + LIB_FUNCTION("nEuTkSQAQFw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIb); + LIB_FUNCTION("smeljzleGRQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIc); + LIB_FUNCTION("iZrCfFRsE3Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTId); + LIB_FUNCTION("ltRLAWAeSaM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIDh); + LIB_FUNCTION("7TW4UgJjwJ8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIDi); + LIB_FUNCTION("SK0Syya+scs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIDn); + LIB_FUNCTION("rkWOabkkpVo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIDs); + LIB_FUNCTION("NlgA2fMtxl4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIe); + LIB_FUNCTION("c5-Jw-LTekM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIf); + LIB_FUNCTION("g-fUPD4HznU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIh); + LIB_FUNCTION("St4apgcBNfo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIi); + LIB_FUNCTION("MpiTv3MErEQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIj); + LIB_FUNCTION("b5JSEuAHuDo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIl); + LIB_FUNCTION("DoGS21ugIfI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIm); + LIB_FUNCTION("2EEDQ6uHY2c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIn); + LIB_FUNCTION("h1Eewgzowes", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIN10__cxxabiv116__enum_type_infoE); - LIB_FUNCTION("eD+mC6biMFI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("eD+mC6biMFI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIN10__cxxabiv117__array_type_infoE); - LIB_FUNCTION("EeOtHxoUkvM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("EeOtHxoUkvM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIN10__cxxabiv117__class_type_infoE); - LIB_FUNCTION("dSBshTZ8JcA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dSBshTZ8JcA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIN10__cxxabiv117__pbase_type_infoE); - LIB_FUNCTION("YglrcQaNfds", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YglrcQaNfds", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIN10__cxxabiv119__pointer_type_infoE); - LIB_FUNCTION("DZhZwYkJDCE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DZhZwYkJDCE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIN10__cxxabiv120__function_type_infoE); - LIB_FUNCTION("N2VV+vnEYlw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("N2VV+vnEYlw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIN10__cxxabiv120__si_class_type_infoE); - LIB_FUNCTION("gjLRFhKCMNE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gjLRFhKCMNE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIN10__cxxabiv121__vmi_class_type_infoE); - LIB_FUNCTION("dHw0YAjyIV4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dHw0YAjyIV4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIN10__cxxabiv123__fundamental_type_infoE); - LIB_FUNCTION("7tTpzMt-PzY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7tTpzMt-PzY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIN10__cxxabiv129__pointer_to_member_type_infoE); - LIB_FUNCTION("yZmHOKICuxg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("yZmHOKICuxg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIN6Dinkum7threads10lock_errorE); - LIB_FUNCTION("qcaIknDQLwE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qcaIknDQLwE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIN6Dinkum7threads21thread_resource_errorE); - LIB_FUNCTION("sJUU2ZW-yxU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("sJUU2ZW-yxU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTINSt6locale5facetE); - LIB_FUNCTION("8Wc+t3BCF-k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8Wc+t3BCF-k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTINSt6locale7_LocimpE); - LIB_FUNCTION("sBCTjFk7Gi4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("sBCTjFk7Gi4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTINSt8ios_base7failureE); - LIB_FUNCTION("Sn3TCBWJ5wo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIo); - LIB_FUNCTION("Jk+LgZzCsi8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPa); - LIB_FUNCTION("+qso2nVwQzg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPb); - LIB_FUNCTION("M1jmeNsWVK8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPc); - LIB_FUNCTION("3o0PDVnn1qA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPd); - LIB_FUNCTION("7OO0uCJWILQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPDh); - LIB_FUNCTION("DOBCPW6DL3w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPDi); - LIB_FUNCTION("QvWOlLyuQ2o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPDn); - LIB_FUNCTION("OkYxbdkrv64", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPDs); - LIB_FUNCTION("96xdSFbiR7Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPe); - LIB_FUNCTION("01FSgNK1wwA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPf); - LIB_FUNCTION("ota-3+co4Jk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPh); - LIB_FUNCTION("YstfcFbhwvQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPi); - LIB_FUNCTION("DQ9mChn0nnE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPj); - LIB_FUNCTION("Ml1z3dYEVPM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKa); - LIB_FUNCTION("WV94zKqwgxY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKb); - LIB_FUNCTION("I4y33AOamns", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKc); - LIB_FUNCTION("0G36SAiYUhQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKd); - LIB_FUNCTION("NVCBWomXpcw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKDh); - LIB_FUNCTION("50aDlGVFt5I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKDi); - LIB_FUNCTION("liR+QkhejDk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKDn); - LIB_FUNCTION("kzfj-YSkW7w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKDs); - LIB_FUNCTION("7uX6IsXWwak", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKe); - LIB_FUNCTION("2PXZUKjolAA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKf); - LIB_FUNCTION("RKvygdQzGaY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKh); - LIB_FUNCTION("sVUkO0TTpM8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKi); - LIB_FUNCTION("4zhc1xNSIno", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKj); - LIB_FUNCTION("Gr+ih5ipgNk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKl); - LIB_FUNCTION("0cLFYdr1AGc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKm); - LIB_FUNCTION("0Xxtiar8Ceg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKn); - LIB_FUNCTION("hsttk-IbL1o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKo); - LIB_FUNCTION("zqOGToT2dH8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKs); - LIB_FUNCTION("WY7615THqKM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKt); - LIB_FUNCTION("0g+zCGZ7dgQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKv); - LIB_FUNCTION("jfqTdKTGbBI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKw); - LIB_FUNCTION("sOz2j1Lxl48", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKx); - LIB_FUNCTION("qTgw+f54K34", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPKy); - LIB_FUNCTION("1+5ojo5J2xU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPl); - LIB_FUNCTION("SPiW3NTO8I0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPm); - LIB_FUNCTION("zUwmtNuJABI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPn); - LIB_FUNCTION("A9PfIjQCOUw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPo); - LIB_FUNCTION("nqpARwWZmjI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPs); - LIB_FUNCTION("KUW22XiVxvQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPt); - LIB_FUNCTION("OJPn-YR1bow", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPv); - LIB_FUNCTION("7gj0BXUP3dc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPw); - LIB_FUNCTION("9opd1ucwDqI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPx); - LIB_FUNCTION("a9KMkfXXUsE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIPy); - LIB_FUNCTION("j97CjKJNtQI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIs); - LIB_FUNCTION("U1CBVMD42HA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTISi); - LIB_FUNCTION("iLSavTYoxx0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTISo); - LIB_FUNCTION("H0aqk25W6BI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt10bad_typeid); - LIB_FUNCTION("2GWRrgT8o20", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt10ctype_base); - LIB_FUNCTION("IBtzswgYU3A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt10money_base); - LIB_FUNCTION("2e96MkSXo3U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Sn3TCBWJ5wo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIo); + LIB_FUNCTION("Jk+LgZzCsi8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPa); + LIB_FUNCTION("+qso2nVwQzg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPb); + LIB_FUNCTION("M1jmeNsWVK8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPc); + LIB_FUNCTION("3o0PDVnn1qA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPd); + LIB_FUNCTION("7OO0uCJWILQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPDh); + LIB_FUNCTION("DOBCPW6DL3w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPDi); + LIB_FUNCTION("QvWOlLyuQ2o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPDn); + LIB_FUNCTION("OkYxbdkrv64", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPDs); + LIB_FUNCTION("96xdSFbiR7Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPe); + LIB_FUNCTION("01FSgNK1wwA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPf); + LIB_FUNCTION("ota-3+co4Jk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPh); + LIB_FUNCTION("YstfcFbhwvQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPi); + LIB_FUNCTION("DQ9mChn0nnE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPj); + LIB_FUNCTION("Ml1z3dYEVPM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKa); + LIB_FUNCTION("WV94zKqwgxY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKb); + LIB_FUNCTION("I4y33AOamns", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKc); + LIB_FUNCTION("0G36SAiYUhQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKd); + LIB_FUNCTION("NVCBWomXpcw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKDh); + LIB_FUNCTION("50aDlGVFt5I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKDi); + LIB_FUNCTION("liR+QkhejDk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKDn); + LIB_FUNCTION("kzfj-YSkW7w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKDs); + LIB_FUNCTION("7uX6IsXWwak", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKe); + LIB_FUNCTION("2PXZUKjolAA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKf); + LIB_FUNCTION("RKvygdQzGaY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKh); + LIB_FUNCTION("sVUkO0TTpM8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKi); + LIB_FUNCTION("4zhc1xNSIno", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKj); + LIB_FUNCTION("Gr+ih5ipgNk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKl); + LIB_FUNCTION("0cLFYdr1AGc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKm); + LIB_FUNCTION("0Xxtiar8Ceg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKn); + LIB_FUNCTION("hsttk-IbL1o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKo); + LIB_FUNCTION("zqOGToT2dH8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKs); + LIB_FUNCTION("WY7615THqKM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKt); + LIB_FUNCTION("0g+zCGZ7dgQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKv); + LIB_FUNCTION("jfqTdKTGbBI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKw); + LIB_FUNCTION("sOz2j1Lxl48", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKx); + LIB_FUNCTION("qTgw+f54K34", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPKy); + LIB_FUNCTION("1+5ojo5J2xU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPl); + LIB_FUNCTION("SPiW3NTO8I0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPm); + LIB_FUNCTION("zUwmtNuJABI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPn); + LIB_FUNCTION("A9PfIjQCOUw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPo); + LIB_FUNCTION("nqpARwWZmjI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPs); + LIB_FUNCTION("KUW22XiVxvQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPt); + LIB_FUNCTION("OJPn-YR1bow", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPv); + LIB_FUNCTION("7gj0BXUP3dc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPw); + LIB_FUNCTION("9opd1ucwDqI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPx); + LIB_FUNCTION("a9KMkfXXUsE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIPy); + LIB_FUNCTION("j97CjKJNtQI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIs); + LIB_FUNCTION("U1CBVMD42HA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISi); + LIB_FUNCTION("iLSavTYoxx0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISo); + LIB_FUNCTION("H0aqk25W6BI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt10bad_typeid); + LIB_FUNCTION("2GWRrgT8o20", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt10ctype_base); + LIB_FUNCTION("IBtzswgYU3A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt10money_base); + LIB_FUNCTION("2e96MkSXo3U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt10moneypunctIcLb0EE); - LIB_FUNCTION("Ks2FIQJ2eDc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Ks2FIQJ2eDc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt10moneypunctIcLb1EE); - LIB_FUNCTION("EnMjfRlO5f0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("EnMjfRlO5f0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt10moneypunctIwLb0EE); - LIB_FUNCTION("gBZnTFMk6N0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gBZnTFMk6N0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt10moneypunctIwLb1EE); - LIB_FUNCTION("n7iD5r9+4Eo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("n7iD5r9+4Eo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt11_Facet_base); - LIB_FUNCTION("x8LHSvl5N6I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("x8LHSvl5N6I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt11logic_error); - LIB_FUNCTION("C0IYaaVSC1w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("C0IYaaVSC1w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt11range_error); - LIB_FUNCTION("9-TRy4p-YTM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9-TRy4p-YTM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt11regex_error); - LIB_FUNCTION("XtP9KKwyK9Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XtP9KKwyK9Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt12bad_weak_ptr); - LIB_FUNCTION("dDIjj8NBxNA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dDIjj8NBxNA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt12codecvt_base); - LIB_FUNCTION("5BIbzIuDxTQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5BIbzIuDxTQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt12domain_error); - LIB_FUNCTION("DCY9coLQcVI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DCY9coLQcVI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt12future_error); - LIB_FUNCTION("cxqzgvGm1GI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cxqzgvGm1GI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt12length_error); - LIB_FUNCTION("dKjhNUf9FBc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dKjhNUf9FBc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt12out_of_range); - LIB_FUNCTION("eDciML+moZs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("eDciML+moZs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt12system_error); - LIB_FUNCTION("Z7NWh8jD+Nw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Z7NWh8jD+Nw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt13bad_exception); - LIB_FUNCTION("STNAj1oxtpk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("STNAj1oxtpk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt13basic_filebufIcSt11char_traitsIcEE); - LIB_FUNCTION("37CMzzbbHn8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("37CMzzbbHn8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt13basic_filebufIwSt11char_traitsIwEE); - LIB_FUNCTION("iXChH4Elf7M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iXChH4Elf7M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt13basic_istreamIwSt11char_traitsIwEE); - LIB_FUNCTION("Lc-l1GQi7tg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Lc-l1GQi7tg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt13basic_ostreamIwSt11char_traitsIwEE); - LIB_FUNCTION("WbBz4Oam3wM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WbBz4Oam3wM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt13messages_base); - LIB_FUNCTION("bLPn1gfqSW8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bLPn1gfqSW8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt13runtime_error); - LIB_FUNCTION("cbvW20xPgyc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cbvW20xPgyc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt14error_category); - LIB_FUNCTION("lt0mLhNwjs0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lt0mLhNwjs0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt14overflow_error); - LIB_FUNCTION("ymXfiwv59Z0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ymXfiwv59Z0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt15basic_streambufIcSt11char_traitsIcEE); - LIB_FUNCTION("muIOyDB+DP8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("muIOyDB+DP8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt15basic_streambufIwSt11char_traitsIwEE); - LIB_FUNCTION("oNRAB0Zs2+0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("oNRAB0Zs2+0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt15underflow_error); - LIB_FUNCTION("XZzWt0ygWdw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XZzWt0ygWdw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt16invalid_argument); - LIB_FUNCTION("FtPFMdiURuM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("FtPFMdiURuM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt16nested_exception); - LIB_FUNCTION("c33GAGjd7Is", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("c33GAGjd7Is", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt17bad_function_call); - LIB_FUNCTION("8rd5FvOFk+w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8rd5FvOFk+w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt18bad_variant_access); - LIB_FUNCTION("lbLEAN+Y9iI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lbLEAN+Y9iI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt20bad_array_new_length); - LIB_FUNCTION("3aZN32UTqqk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("3aZN32UTqqk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt22_Future_error_category); - LIB_FUNCTION("QLqM1r9nPow", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QLqM1r9nPow", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt22_System_error_category); - LIB_FUNCTION("+Le0VsFb9mE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+Le0VsFb9mE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt23_Generic_error_category); - LIB_FUNCTION("FCuvlxsgg0w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("FCuvlxsgg0w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt24_Iostream_error_category); - LIB_FUNCTION("QQsnQ2bWkdM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTISt4_Pad); - LIB_FUNCTION("sIvK5xl5pzw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt5_IosbIiE); - LIB_FUNCTION("gZvNGjQsmf8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt5ctypeIcE); - LIB_FUNCTION("Fj7VTFzlI3k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt5ctypeIwE); - LIB_FUNCTION("weALTw0uesc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt7_MpunctIcE); - LIB_FUNCTION("DaYYQBc+SY8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt7_MpunctIwE); - LIB_FUNCTION("Cs3DBACRSY8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QQsnQ2bWkdM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt4_Pad); + LIB_FUNCTION("sIvK5xl5pzw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt5_IosbIiE); + LIB_FUNCTION("gZvNGjQsmf8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt5ctypeIcE); + LIB_FUNCTION("Fj7VTFzlI3k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt5ctypeIwE); + LIB_FUNCTION("weALTw0uesc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt7_MpunctIcE); + LIB_FUNCTION("DaYYQBc+SY8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt7_MpunctIwE); + LIB_FUNCTION("Cs3DBACRSY8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt7codecvtIcc9_MbstatetE); - LIB_FUNCTION("+TtUFzALoDc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+TtUFzALoDc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt7codecvtIDic9_MbstatetE); - LIB_FUNCTION("v1WebHtIa24", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("v1WebHtIa24", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt7codecvtIDsc9_MbstatetE); - LIB_FUNCTION("hbU5HOTy1HM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hbU5HOTy1HM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt7codecvtIwc9_MbstatetE); - LIB_FUNCTION("fvgYbBEhXnc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt7collateIcE); - LIB_FUNCTION("pphEhnnuXKA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt7collateIwE); - LIB_FUNCTION("6ddOFPDvuCo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fvgYbBEhXnc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt7collateIcE); + LIB_FUNCTION("pphEhnnuXKA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt7collateIwE); + LIB_FUNCTION("6ddOFPDvuCo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("dO7-MxIPfsw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("dO7-MxIPfsw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("RYlvfQvnOzo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RYlvfQvnOzo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("C3sAx2aJy3E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("C3sAx2aJy3E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("qOD-ksTkE08", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt8bad_cast); - LIB_FUNCTION("BJCgW9-OxLA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt8ios_base); - LIB_FUNCTION("UFsKD1fd1-w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt8messagesIcE); - LIB_FUNCTION("007PjrBCaUM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt8messagesIwE); - LIB_FUNCTION("ddLNBT9ks2I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt8numpunctIcE); - LIB_FUNCTION("A2TTRMAe6Sw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt8numpunctIwE); - LIB_FUNCTION("C4j57iQD4I8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qOD-ksTkE08", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt8bad_cast); + LIB_FUNCTION("BJCgW9-OxLA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt8ios_base); + LIB_FUNCTION("UFsKD1fd1-w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt8messagesIcE); + LIB_FUNCTION("007PjrBCaUM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt8messagesIwE); + LIB_FUNCTION("ddLNBT9ks2I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt8numpunctIcE); + LIB_FUNCTION("A2TTRMAe6Sw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt8numpunctIwE); + LIB_FUNCTION("C4j57iQD4I8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("oYliMCqNYQg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("oYliMCqNYQg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("33t+tvosxCI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("33t+tvosxCI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("h9C+J68WriE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("h9C+J68WriE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("DwH3gdbYfZo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt9bad_alloc); - LIB_FUNCTION("7f4Nl2VS0gw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DwH3gdbYfZo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt9bad_alloc); + LIB_FUNCTION("7f4Nl2VS0gw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt9basic_iosIcSt11char_traitsIcEE); - LIB_FUNCTION("RjWhdj0ztTs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RjWhdj0ztTs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt9basic_iosIwSt11char_traitsIwEE); - LIB_FUNCTION("n2kx+OmFUis", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt9exception); - LIB_FUNCTION("oNAnn5cOxfs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("n2kx+OmFUis", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt9exception); + LIB_FUNCTION("oNAnn5cOxfs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("QNAIWEkBocY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QNAIWEkBocY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("hBeW7FhedsY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hBeW7FhedsY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("7DzM2fl46gU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7DzM2fl46gU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("CVcmmf8VL40", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt9time_base); - LIB_FUNCTION("xX6s+z0q6oo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTISt9type_info); - LIB_FUNCTION("Qd6zUdRhrhs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIt); - LIB_FUNCTION("JrUnjJ-PCTg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIv); - LIB_FUNCTION("qUxH+Damft4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIw); - LIB_FUNCTION("8Ijx3Srynh0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIx); - LIB_FUNCTION("KBBVmt8Td7c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTIy); - LIB_FUNCTION("iOLTktXe6a0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSa); - LIB_FUNCTION("M86y4bmx+WA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSb); - LIB_FUNCTION("zGpCWBtVC0A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSc); - LIB_FUNCTION("pMQUQSfX6ZE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSd); - LIB_FUNCTION("DghzFjzLqaE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSDi); - LIB_FUNCTION("FUvnVyCDhjg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSDn); - LIB_FUNCTION("Z7+siBC690w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSDs); - LIB_FUNCTION("KNgcEteI72I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSe); - LIB_FUNCTION("aFMVMBzO5jk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSf); - LIB_FUNCTION("BNC7IeJelZ0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSh); - LIB_FUNCTION("papHVcWkO5A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSi); - LIB_FUNCTION("1nylaCTiH08", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSj); - LIB_FUNCTION("k9kErpz2Sv8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSl); - LIB_FUNCTION("OzMC6yz6Row", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSm); - LIB_FUNCTION("au+YxKwehQM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CVcmmf8VL40", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt9time_base); + LIB_FUNCTION("xX6s+z0q6oo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTISt9type_info); + LIB_FUNCTION("Qd6zUdRhrhs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIt); + LIB_FUNCTION("JrUnjJ-PCTg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIv); + LIB_FUNCTION("qUxH+Damft4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIw); + LIB_FUNCTION("8Ijx3Srynh0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIx); + LIB_FUNCTION("KBBVmt8Td7c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTIy); + LIB_FUNCTION("iOLTktXe6a0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSa); + LIB_FUNCTION("M86y4bmx+WA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSb); + LIB_FUNCTION("zGpCWBtVC0A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSc); + LIB_FUNCTION("pMQUQSfX6ZE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSd); + LIB_FUNCTION("DghzFjzLqaE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSDi); + LIB_FUNCTION("FUvnVyCDhjg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSDn); + LIB_FUNCTION("Z7+siBC690w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSDs); + LIB_FUNCTION("KNgcEteI72I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSe); + LIB_FUNCTION("aFMVMBzO5jk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSf); + LIB_FUNCTION("BNC7IeJelZ0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSh); + LIB_FUNCTION("papHVcWkO5A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSi); + LIB_FUNCTION("1nylaCTiH08", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSj); + LIB_FUNCTION("k9kErpz2Sv8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSl); + LIB_FUNCTION("OzMC6yz6Row", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSm); + LIB_FUNCTION("au+YxKwehQM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSN10__cxxabiv116__enum_type_infoE); - LIB_FUNCTION("6BYT26CFh58", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6BYT26CFh58", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSN10__cxxabiv117__array_type_infoE); - LIB_FUNCTION("8Vs1AjNm2mE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("8Vs1AjNm2mE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSN10__cxxabiv117__class_type_infoE); - LIB_FUNCTION("bPUMNZBqRqQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bPUMNZBqRqQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSN10__cxxabiv117__pbase_type_infoE); - LIB_FUNCTION("UVft3+rc06o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("UVft3+rc06o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSN10__cxxabiv119__pointer_type_infoE); - LIB_FUNCTION("4ZXlZy7iRWI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4ZXlZy7iRWI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSN10__cxxabiv120__function_type_infoE); - LIB_FUNCTION("AQlqO860Ztc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("AQlqO860Ztc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSN10__cxxabiv120__si_class_type_infoE); - LIB_FUNCTION("I1Ru2fZJDoE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("I1Ru2fZJDoE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSN10__cxxabiv121__vmi_class_type_infoE); - LIB_FUNCTION("6WYrZgAyjuE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6WYrZgAyjuE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSN10__cxxabiv123__fundamental_type_infoE); - LIB_FUNCTION("K+w0ofCSsAY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("K+w0ofCSsAY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSN10__cxxabiv129__pointer_to_member_type_infoE); - LIB_FUNCTION("y-bbIiLALd4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("y-bbIiLALd4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSN6Dinkum7threads10lock_errorE); - LIB_FUNCTION("hmHH6DsLWgA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hmHH6DsLWgA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSN6Dinkum7threads21thread_resource_errorE); - LIB_FUNCTION("RVDooP5gZ4s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RVDooP5gZ4s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSNSt6locale5facetE); - LIB_FUNCTION("JjTc4SCuILE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("JjTc4SCuILE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSNSt6locale7_LocimpE); - LIB_FUNCTION("C-3N+mEQli4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("C-3N+mEQli4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSNSt8ios_base7failureE); - LIB_FUNCTION("p07Yvdjjoo4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPa); - LIB_FUNCTION("ickyvjtMLm0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPb); - LIB_FUNCTION("jJtoPFrxG-I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPc); - LIB_FUNCTION("dIxG0L1esAI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPd); - LIB_FUNCTION("TSMc8vgtvHI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPDi); - LIB_FUNCTION("cj+ge8YLU7s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPDn); - LIB_FUNCTION("mQCm5NmJORg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPDs); - LIB_FUNCTION("N84qS6rJuGI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPe); - LIB_FUNCTION("DN0xDLRXD2Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPf); - LIB_FUNCTION("HHVZLHmCfI4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPh); - LIB_FUNCTION("g8phA3duRm8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPi); - LIB_FUNCTION("bEbjy6yceWo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPj); - LIB_FUNCTION("dSifrMdPVQ4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKa); - LIB_FUNCTION("qSiIrmgy1D8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKb); - LIB_FUNCTION("wm9QKozFM+s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKc); - LIB_FUNCTION("-7c7thUsi1c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKd); - LIB_FUNCTION("lFKA8eMU5PA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKDi); - LIB_FUNCTION("2veyNsXFZuw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKDn); - LIB_FUNCTION("qQ4c52GZlYw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKDs); - LIB_FUNCTION("8Ce6O0B-KpA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKe); - LIB_FUNCTION("emnRy3TNxFk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKf); - LIB_FUNCTION("thDTXTikSmc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKh); - LIB_FUNCTION("3Fd+8Pk6fgE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKi); - LIB_FUNCTION("6azovDgjxt0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKj); - LIB_FUNCTION("QdPk9cbJrOY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKl); - LIB_FUNCTION("ER8-AFoFDfM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKm); - LIB_FUNCTION("5rD2lCo4688", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKs); - LIB_FUNCTION("iWMhoHS8gqk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKt); - LIB_FUNCTION("3op2--wf660", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKv); - LIB_FUNCTION("h64u7Gu3-TM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKw); - LIB_FUNCTION("3THnS7v0D+M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKx); - LIB_FUNCTION("h+xQETZ+6Yo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPKy); - LIB_FUNCTION("6cfcRTPD2zU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPl); - LIB_FUNCTION("OXkzGA9WqVw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPm); - LIB_FUNCTION("6XcQYYO2YMY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPs); - LIB_FUNCTION("8OSy0MMQ7eI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPt); - LIB_FUNCTION("s1b2SRBzSAY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPv); - LIB_FUNCTION("4r--aFJyPpI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPw); - LIB_FUNCTION("pc4-Lqosxgk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPx); - LIB_FUNCTION("VJL9W+nOv1U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSPy); - LIB_FUNCTION("VenLJSDuDXY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSs); - LIB_FUNCTION("46haDPRVtPo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSSi); - LIB_FUNCTION("RgJjmluR+QA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSSo); - LIB_FUNCTION("ALcclvT4W3Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt10bad_typeid); - LIB_FUNCTION("idsapmYZ49w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt10ctype_base); - LIB_FUNCTION("VxObo0uiafo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt10money_base); - LIB_FUNCTION("h+iBEkE50Zs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("p07Yvdjjoo4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPa); + LIB_FUNCTION("ickyvjtMLm0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPb); + LIB_FUNCTION("jJtoPFrxG-I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPc); + LIB_FUNCTION("dIxG0L1esAI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPd); + LIB_FUNCTION("TSMc8vgtvHI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPDi); + LIB_FUNCTION("cj+ge8YLU7s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPDn); + LIB_FUNCTION("mQCm5NmJORg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPDs); + LIB_FUNCTION("N84qS6rJuGI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPe); + LIB_FUNCTION("DN0xDLRXD2Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPf); + LIB_FUNCTION("HHVZLHmCfI4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPh); + LIB_FUNCTION("g8phA3duRm8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPi); + LIB_FUNCTION("bEbjy6yceWo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPj); + LIB_FUNCTION("dSifrMdPVQ4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKa); + LIB_FUNCTION("qSiIrmgy1D8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKb); + LIB_FUNCTION("wm9QKozFM+s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKc); + LIB_FUNCTION("-7c7thUsi1c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKd); + LIB_FUNCTION("lFKA8eMU5PA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKDi); + LIB_FUNCTION("2veyNsXFZuw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKDn); + LIB_FUNCTION("qQ4c52GZlYw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKDs); + LIB_FUNCTION("8Ce6O0B-KpA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKe); + LIB_FUNCTION("emnRy3TNxFk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKf); + LIB_FUNCTION("thDTXTikSmc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKh); + LIB_FUNCTION("3Fd+8Pk6fgE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKi); + LIB_FUNCTION("6azovDgjxt0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKj); + LIB_FUNCTION("QdPk9cbJrOY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKl); + LIB_FUNCTION("ER8-AFoFDfM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKm); + LIB_FUNCTION("5rD2lCo4688", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKs); + LIB_FUNCTION("iWMhoHS8gqk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKt); + LIB_FUNCTION("3op2--wf660", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKv); + LIB_FUNCTION("h64u7Gu3-TM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKw); + LIB_FUNCTION("3THnS7v0D+M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKx); + LIB_FUNCTION("h+xQETZ+6Yo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPKy); + LIB_FUNCTION("6cfcRTPD2zU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPl); + LIB_FUNCTION("OXkzGA9WqVw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPm); + LIB_FUNCTION("6XcQYYO2YMY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPs); + LIB_FUNCTION("8OSy0MMQ7eI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPt); + LIB_FUNCTION("s1b2SRBzSAY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPv); + LIB_FUNCTION("4r--aFJyPpI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPw); + LIB_FUNCTION("pc4-Lqosxgk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPx); + LIB_FUNCTION("VJL9W+nOv1U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSPy); + LIB_FUNCTION("VenLJSDuDXY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSs); + LIB_FUNCTION("46haDPRVtPo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSi); + LIB_FUNCTION("RgJjmluR+QA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSo); + LIB_FUNCTION("ALcclvT4W3Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt10bad_typeid); + LIB_FUNCTION("idsapmYZ49w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt10ctype_base); + LIB_FUNCTION("VxObo0uiafo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt10money_base); + LIB_FUNCTION("h+iBEkE50Zs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt10moneypunctIcLb0EE); - LIB_FUNCTION("o4DiZqXId90", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("o4DiZqXId90", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt10moneypunctIcLb1EE); - LIB_FUNCTION("MxGclWMtl4g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MxGclWMtl4g", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt10moneypunctIwLb0EE); - LIB_FUNCTION("J+hjiBreZr4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("J+hjiBreZr4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt10moneypunctIwLb1EE); - LIB_FUNCTION("FAah-AY8+vY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("FAah-AY8+vY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt11_Facet_base); - LIB_FUNCTION("VNHXByo1yuY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("VNHXByo1yuY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt11logic_error); - LIB_FUNCTION("msxwgUAPy-Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("msxwgUAPy-Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt11range_error); - LIB_FUNCTION("UG6HJeH5GNI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("UG6HJeH5GNI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt11regex_error); - LIB_FUNCTION("P7l9+yBL5VU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("P7l9+yBL5VU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt12bad_weak_ptr); - LIB_FUNCTION("NXKsxT-x76M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NXKsxT-x76M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt12codecvt_base); - LIB_FUNCTION("2ud1bFeR0h8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2ud1bFeR0h8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt12domain_error); - LIB_FUNCTION("YeBP0Rja7vc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YeBP0Rja7vc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt12future_error); - LIB_FUNCTION("zEhcQGEiPik", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zEhcQGEiPik", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt12length_error); - LIB_FUNCTION("eNW5jsFxS6k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("eNW5jsFxS6k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt12out_of_range); - LIB_FUNCTION("XRxuwvN++2w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XRxuwvN++2w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt12system_error); - LIB_FUNCTION("G8z7rz17xYM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("G8z7rz17xYM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt13bad_exception); - LIB_FUNCTION("WYWf+rJuDVU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WYWf+rJuDVU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt13basic_filebufIcSt11char_traitsIcEE); - LIB_FUNCTION("coVkgLzNtaw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("coVkgLzNtaw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt13basic_filebufIwSt11char_traitsIwEE); - LIB_FUNCTION("0Ys3rv0tw7Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0Ys3rv0tw7Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt13basic_istreamIwSt11char_traitsIwEE); - LIB_FUNCTION("R72NCZqMX58", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("R72NCZqMX58", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt13basic_ostreamIwSt11char_traitsIwEE); - LIB_FUNCTION("N0EHkukBz6Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("N0EHkukBz6Q", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt13messages_base); - LIB_FUNCTION("CX3WC8qekJE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CX3WC8qekJE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt13runtime_error); - LIB_FUNCTION("u5zp3yXW5wA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("u5zp3yXW5wA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt14error_category); - LIB_FUNCTION("iy1lPjADRUs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iy1lPjADRUs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt14overflow_error); - LIB_FUNCTION("IfWUkB7Snkc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("IfWUkB7Snkc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt15basic_streambufIcSt11char_traitsIcEE); - LIB_FUNCTION("qiloU7D8MBM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qiloU7D8MBM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt15basic_streambufIwSt11char_traitsIwEE); - LIB_FUNCTION("Uea1kfRJ7Oc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Uea1kfRJ7Oc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt15underflow_error); - LIB_FUNCTION("KJutwrVUFUo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("KJutwrVUFUo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt16invalid_argument); - LIB_FUNCTION("S8kp05fMCqU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("S8kp05fMCqU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt16nested_exception); - LIB_FUNCTION("ql6hz7ZOZTs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ql6hz7ZOZTs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt17bad_function_call); - LIB_FUNCTION("ObdBkrZylOg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ObdBkrZylOg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt18bad_variant_access); - LIB_FUNCTION("hBvqSQD5yNk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("hBvqSQD5yNk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt20bad_array_new_length); - LIB_FUNCTION("ouo2obDE6yU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ouo2obDE6yU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt22_Future_error_category); - LIB_FUNCTION("iwIUndpU5ZI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iwIUndpU5ZI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt22_System_error_category); - LIB_FUNCTION("88Fre+wfuT0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("88Fre+wfuT0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt23_Generic_error_category); - LIB_FUNCTION("ItmiNlkXVkQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ItmiNlkXVkQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt24_Iostream_error_category); - LIB_FUNCTION("qR6GVq1IplU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSSt4_Pad); - LIB_FUNCTION("uO6YxonQkJI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt5_IosbIiE); - LIB_FUNCTION("jUQ+FlOMEHk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt5ctypeIcE); - LIB_FUNCTION("1jUJO+TZm5k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt5ctypeIwE); - LIB_FUNCTION("LfMY9H6d5mI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt7_MpunctIcE); - LIB_FUNCTION("mh9Jro0tcjg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt7_MpunctIwE); - LIB_FUNCTION("rf0BfDQG1KU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qR6GVq1IplU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt4_Pad); + LIB_FUNCTION("uO6YxonQkJI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt5_IosbIiE); + LIB_FUNCTION("jUQ+FlOMEHk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt5ctypeIcE); + LIB_FUNCTION("1jUJO+TZm5k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt5ctypeIwE); + LIB_FUNCTION("LfMY9H6d5mI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt7_MpunctIcE); + LIB_FUNCTION("mh9Jro0tcjg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt7_MpunctIwE); + LIB_FUNCTION("rf0BfDQG1KU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt7codecvtIcc9_MbstatetE); - LIB_FUNCTION("Tt3ZSp9XD4E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Tt3ZSp9XD4E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt7codecvtIDic9_MbstatetE); - LIB_FUNCTION("9XL3Tlgx6lc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9XL3Tlgx6lc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt7codecvtIDsc9_MbstatetE); - LIB_FUNCTION("YrYO5bTIPqI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YrYO5bTIPqI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt7codecvtIwc9_MbstatetE); - LIB_FUNCTION("wElyE0OmoRw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt7collateIcE); - LIB_FUNCTION("BdfPxmlM9bs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt7collateIwE); - LIB_FUNCTION("5DdJdPeXCHE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wElyE0OmoRw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt7collateIcE); + LIB_FUNCTION("BdfPxmlM9bs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt7collateIwE); + LIB_FUNCTION("5DdJdPeXCHE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("XYqrcE4cVMM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("XYqrcE4cVMM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("B9rn6eKNPJg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("B9rn6eKNPJg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("KY+yxjxFBSY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("KY+yxjxFBSY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("--fMWwCvo+c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt8bad_cast); - LIB_FUNCTION("Nr+GiZ0tGAk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt8ios_base); - LIB_FUNCTION("iUhx-JN27uI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt8messagesIcE); - LIB_FUNCTION("5ViZYJRew6g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt8messagesIwE); - LIB_FUNCTION("2ZqL1jnL8so", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt8numpunctIcE); - LIB_FUNCTION("xuEUMolGMwU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt8numpunctIwE); - LIB_FUNCTION("-l+ODHZ96LI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("--fMWwCvo+c", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt8bad_cast); + LIB_FUNCTION("Nr+GiZ0tGAk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt8ios_base); + LIB_FUNCTION("iUhx-JN27uI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt8messagesIcE); + LIB_FUNCTION("5ViZYJRew6g", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt8messagesIwE); + LIB_FUNCTION("2ZqL1jnL8so", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt8numpunctIcE); + LIB_FUNCTION("xuEUMolGMwU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt8numpunctIwE); + LIB_FUNCTION("-l+ODHZ96LI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("bn3sb2SwGk8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bn3sb2SwGk8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("OI989Lb3WK0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("OI989Lb3WK0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("gqwPsSmdh+U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gqwPsSmdh+U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("22g2xONdXV4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt9bad_alloc); - LIB_FUNCTION("TuKJRIKcceA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("22g2xONdXV4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt9bad_alloc); + LIB_FUNCTION("TuKJRIKcceA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt9basic_iosIcSt11char_traitsIcEE); - LIB_FUNCTION("wYWYC8xNFOI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wYWYC8xNFOI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt9basic_iosIwSt11char_traitsIwEE); - LIB_FUNCTION("H61hE9pLBmU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt9exception); - LIB_FUNCTION("K8CzKJ7h1-8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("H61hE9pLBmU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt9exception); + LIB_FUNCTION("K8CzKJ7h1-8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("Q3YIaCcEeOM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Q3YIaCcEeOM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("wRyKNdtYYEY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wRyKNdtYYEY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("0x4NT++LU9s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0x4NT++LU9s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("5jX3QET-Jhw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt9time_base); - LIB_FUNCTION("WG7lrmFxyKY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTSSt9type_info); - LIB_FUNCTION("f5zmgYKSpIY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSt); - LIB_FUNCTION("mI0SR5s7kxE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSv); - LIB_FUNCTION("UXS8VgAnIP4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSw); - LIB_FUNCTION("N8KLCZc3Y1w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSx); - LIB_FUNCTION("kfuINXyHayQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSy); - LIB_FUNCTION("0bGGr4zLE3w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTv0_n24_NSiD0Ev); - LIB_FUNCTION("+Uuj++A+I14", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTv0_n24_NSiD1Ev); - LIB_FUNCTION("QJJ-4Dgm8YQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTv0_n24_NSoD0Ev); - LIB_FUNCTION("kvqg376KsJo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTv0_n24_NSoD1Ev); - LIB_FUNCTION("izmoTISVoF8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5jX3QET-Jhw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt9time_base); + LIB_FUNCTION("WG7lrmFxyKY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSSt9type_info); + LIB_FUNCTION("f5zmgYKSpIY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSt); + LIB_FUNCTION("mI0SR5s7kxE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSv); + LIB_FUNCTION("UXS8VgAnIP4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSw); + LIB_FUNCTION("N8KLCZc3Y1w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSx); + LIB_FUNCTION("kfuINXyHayQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTSy); + LIB_FUNCTION("0bGGr4zLE3w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTv0_n24_NSiD0Ev); + LIB_FUNCTION("+Uuj++A+I14", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTv0_n24_NSiD1Ev); + LIB_FUNCTION("QJJ-4Dgm8YQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTv0_n24_NSoD0Ev); + LIB_FUNCTION("kvqg376KsJo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTv0_n24_NSoD1Ev); + LIB_FUNCTION("izmoTISVoF8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTv0_n24_NSt13basic_istreamIwSt11char_traitsIwEED0Ev); - LIB_FUNCTION("q05IXuNA2NE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("q05IXuNA2NE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTv0_n24_NSt13basic_istreamIwSt11char_traitsIwEED1Ev); - LIB_FUNCTION("0j1jspKbuFk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0j1jspKbuFk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTv0_n24_NSt13basic_ostreamIwSt11char_traitsIwEED0Ev); - LIB_FUNCTION("HSkPyRyFFHQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HSkPyRyFFHQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTv0_n24_NSt13basic_ostreamIwSt11char_traitsIwEED1Ev); - LIB_FUNCTION("fjni7nkqJ4M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fjni7nkqJ4M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVN10__cxxabiv116__enum_type_infoE); - LIB_FUNCTION("aMQhMoYipk4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aMQhMoYipk4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVN10__cxxabiv117__array_type_infoE); - LIB_FUNCTION("byV+FWlAnB4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("byV+FWlAnB4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVN10__cxxabiv117__class_type_infoE); - LIB_FUNCTION("7EirbE7st4E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7EirbE7st4E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVN10__cxxabiv117__pbase_type_infoE); - LIB_FUNCTION("aeHxLWwq0gQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aeHxLWwq0gQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVN10__cxxabiv119__pointer_type_infoE); - LIB_FUNCTION("CSEjkTYt5dw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CSEjkTYt5dw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVN10__cxxabiv120__function_type_infoE); - LIB_FUNCTION("pZ9WXcClPO8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("pZ9WXcClPO8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVN10__cxxabiv120__si_class_type_infoE); - LIB_FUNCTION("9ByRMdo7ywg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9ByRMdo7ywg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVN10__cxxabiv121__vmi_class_type_infoE); - LIB_FUNCTION("G4XM-SS1wxE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("G4XM-SS1wxE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVN10__cxxabiv123__fundamental_type_infoE); - LIB_FUNCTION("2H51caHZU0Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2H51caHZU0Y", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVN10__cxxabiv129__pointer_to_member_type_infoE); - LIB_FUNCTION("WJU9B1OjRbA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("WJU9B1OjRbA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVN6Dinkum7threads10lock_errorE); - LIB_FUNCTION("ouXHPXjKUL4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ouXHPXjKUL4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVN6Dinkum7threads21thread_resource_errorE); - LIB_FUNCTION("QGkJzBs3WmU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QGkJzBs3WmU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVNSt6locale7_LocimpE); - LIB_FUNCTION("yLE5H3058Ao", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("yLE5H3058Ao", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVNSt8ios_base7failureE); - LIB_FUNCTION("+8jItptyeQQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTVSi); - LIB_FUNCTION("qjyK90UVVCM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTVSo); - LIB_FUNCTION("jRLwj8TLcQY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt10bad_typeid); - LIB_FUNCTION("XbFyGCk3G2s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+8jItptyeQQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSi); + LIB_FUNCTION("qjyK90UVVCM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSo); + LIB_FUNCTION("jRLwj8TLcQY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt10bad_typeid); + LIB_FUNCTION("XbFyGCk3G2s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt10moneypunctIcLb0EE); - LIB_FUNCTION("MfyPz2J5E0I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("MfyPz2J5E0I", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt10moneypunctIcLb1EE); - LIB_FUNCTION("RfpPDUaxVJM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RfpPDUaxVJM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt10moneypunctIwLb0EE); - LIB_FUNCTION("APrAh-3-ICg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("APrAh-3-ICg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt10moneypunctIwLb1EE); - LIB_FUNCTION("udTM6Nxx-Ng", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("udTM6Nxx-Ng", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt11logic_error); - LIB_FUNCTION("RbzWN8X21hY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RbzWN8X21hY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt11range_error); - LIB_FUNCTION("c-EfVOIbo8M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("c-EfVOIbo8M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt11regex_error); - LIB_FUNCTION("apHKv46QaCw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("apHKv46QaCw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt12bad_weak_ptr); - LIB_FUNCTION("oAidKrxuUv0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("oAidKrxuUv0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt12domain_error); - LIB_FUNCTION("6-LMlTS1nno", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6-LMlTS1nno", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt12future_error); - LIB_FUNCTION("cqvea9uWpvQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("cqvea9uWpvQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt12length_error); - LIB_FUNCTION("n+aUKkC-3sI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("n+aUKkC-3sI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt12out_of_range); - LIB_FUNCTION("Bq8m04PN1zw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Bq8m04PN1zw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt12system_error); - LIB_FUNCTION("Gvp-ypl9t5E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Gvp-ypl9t5E", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt13bad_exception); - LIB_FUNCTION("rSADYzp-RTU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("rSADYzp-RTU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt13basic_filebufIcSt11char_traitsIcEE); - LIB_FUNCTION("Tx5Y+BQJrzs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Tx5Y+BQJrzs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt13basic_filebufIwSt11char_traitsIwEE); - LIB_FUNCTION("DBO-xlHHEn8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DBO-xlHHEn8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt13basic_istreamIwSt11char_traitsIwEE); - LIB_FUNCTION("BMuRmwMy6eE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("BMuRmwMy6eE", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt13basic_ostreamIwSt11char_traitsIwEE); - LIB_FUNCTION("-L+-8F0+gBc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-L+-8F0+gBc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt13runtime_error); - LIB_FUNCTION("lF66NEAqanc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lF66NEAqanc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt14error_category); - LIB_FUNCTION("Azw9C8cy7FY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Azw9C8cy7FY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt14overflow_error); - LIB_FUNCTION("ZrFcJ-Ab0vw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ZrFcJ-Ab0vw", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt15underflow_error); - LIB_FUNCTION("keXoyW-rV-0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("keXoyW-rV-0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt16invalid_argument); - LIB_FUNCTION("j6qwOi2Nb7k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("j6qwOi2Nb7k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt16nested_exception); - LIB_FUNCTION("wuOrunkpIrU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wuOrunkpIrU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt17bad_function_call); - LIB_FUNCTION("AZGKZIVok6U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("AZGKZIVok6U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt18bad_variant_access); - LIB_FUNCTION("Z+vcX3rnECg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Z+vcX3rnECg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt20bad_array_new_length); - LIB_FUNCTION("YHfG3-K23CY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YHfG3-K23CY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt22_Future_error_category); - LIB_FUNCTION("qTwVlzGoViY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qTwVlzGoViY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt22_System_error_category); - LIB_FUNCTION("UuVHsmfVOHU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("UuVHsmfVOHU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt23_Generic_error_category); - LIB_FUNCTION("lJPCM50sdTc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("lJPCM50sdTc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt24_Iostream_error_category); - LIB_FUNCTION("CRoMIoZkYhU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTVSt4_Pad); - LIB_FUNCTION("GKWcAz6-G7k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt5ctypeIcE); - LIB_FUNCTION("qdHsu+gIxRo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt5ctypeIwE); - LIB_FUNCTION("6gAhNHCNHxY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt7_MpunctIcE); - LIB_FUNCTION("+hlZqs-XpUM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt7_MpunctIwE); - LIB_FUNCTION("aK1Ymf-NhAs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CRoMIoZkYhU", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt4_Pad); + LIB_FUNCTION("GKWcAz6-G7k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt5ctypeIcE); + LIB_FUNCTION("qdHsu+gIxRo", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt5ctypeIwE); + LIB_FUNCTION("6gAhNHCNHxY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt7_MpunctIcE); + LIB_FUNCTION("+hlZqs-XpUM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt7_MpunctIwE); + LIB_FUNCTION("aK1Ymf-NhAs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt7codecvtIcc9_MbstatetE); - LIB_FUNCTION("9H2BStEAAMg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9H2BStEAAMg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt7codecvtIDic9_MbstatetE); - LIB_FUNCTION("jlNI3SSF41o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jlNI3SSF41o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt7codecvtIDsc9_MbstatetE); - LIB_FUNCTION("H-TDszhsYuY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("H-TDszhsYuY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt7codecvtIwc9_MbstatetE); - LIB_FUNCTION("ruZtIwbCFjk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt7collateIcE); - LIB_FUNCTION("rZwUkaQ02J4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt7collateIwE); - LIB_FUNCTION("KfcTPbeaOqg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ruZtIwbCFjk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt7collateIcE); + LIB_FUNCTION("rZwUkaQ02J4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt7collateIwE); + LIB_FUNCTION("KfcTPbeaOqg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("Y9C9GeKyZ3A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Y9C9GeKyZ3A", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("1kZFcktOm+s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("1kZFcktOm+s", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("59oywaaZbJk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("59oywaaZbJk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("tVHE+C8vGXk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt8bad_cast); - LIB_FUNCTION("AJsqpbcCiwY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt8ios_base); - LIB_FUNCTION("FnEnECMJGag", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt8messagesIcE); - LIB_FUNCTION("2FezsYwelgk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt8messagesIwE); - LIB_FUNCTION("lJnP-cn0cvQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt8numpunctIcE); - LIB_FUNCTION("Gtsl8PUl40U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt8numpunctIwE); - LIB_FUNCTION("o4kt51-uO48", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("tVHE+C8vGXk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt8bad_cast); + LIB_FUNCTION("AJsqpbcCiwY", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt8ios_base); + LIB_FUNCTION("FnEnECMJGag", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt8messagesIcE); + LIB_FUNCTION("2FezsYwelgk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt8messagesIwE); + LIB_FUNCTION("lJnP-cn0cvQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt8numpunctIcE); + LIB_FUNCTION("Gtsl8PUl40U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt8numpunctIwE); + LIB_FUNCTION("o4kt51-uO48", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("sEca1nUOueA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("sEca1nUOueA", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("OwfBD-2nhJQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("OwfBD-2nhJQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("5KOPB+1eEfs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("5KOPB+1eEfs", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("EMNG6cHitlQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt9bad_alloc); - LIB_FUNCTION("dCzeFfg9WWI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt9exception); - LIB_FUNCTION("3n3wCJGFP7o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("EMNG6cHitlQ", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt9bad_alloc); + LIB_FUNCTION("dCzeFfg9WWI", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt9exception); + LIB_FUNCTION("3n3wCJGFP7o", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("CUkG1cK2T+U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CUkG1cK2T+U", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("zdCex1HjCCM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("zdCex1HjCCM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE); - LIB_FUNCTION("ogi5ZolMUs4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ogi5ZolMUs4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE); - LIB_FUNCTION("749AEdSd4Go", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - _ZTVSt9type_info); - LIB_FUNCTION("4-Fllbzfh2k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("749AEdSd4Go", "libSceLibcInternal", 1, "libSceLibcInternal", _ZTVSt9type_info); + LIB_FUNCTION("4-Fllbzfh2k", "libSceLibcInternal", 1, "libSceLibcInternal", _ZZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetffldEPcRS3_S6_RSt8ios_basePiE4_Src); - LIB_FUNCTION("NQW6QjEPUak", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("NQW6QjEPUak", "libSceLibcInternal", 1, "libSceLibcInternal", _ZZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetifldEPcRS3_S6_NSt5_IosbIiE9_FmtflagsERKSt6localeE4_Src); - LIB_FUNCTION("3P+CcdakSi0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("3P+CcdakSi0", "libSceLibcInternal", 1, "libSceLibcInternal", _ZZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE9_GetffldxEPcRS3_S6_RSt8ios_basePiE4_Src); - LIB_FUNCTION("o-gc5R8f50M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("o-gc5R8f50M", "libSceLibcInternal", 1, "libSceLibcInternal", _ZZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetffldEPcRS3_S6_RSt8ios_basePiE4_Src); - LIB_FUNCTION("3kjXzznHyCg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("3kjXzznHyCg", "libSceLibcInternal", 1, "libSceLibcInternal", _ZZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetifldEPcRS3_S6_NSt5_IosbIiE9_FmtflagsERKSt6localeE4_Src); - LIB_FUNCTION("DKkwPpi+uWc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("DKkwPpi+uWc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE9_GetffldxEPcRS3_S6_RSt8ios_basePiE4_Src); - LIB_FUNCTION("mZW-My-zemM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mZW-My-zemM", "libSceLibcInternal", 1, "libSceLibcInternal", _ZZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetmfldERS3_S5_bRSt8ios_basePcE4_Src); - LIB_FUNCTION("HCzNCcPxu+w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HCzNCcPxu+w", "libSceLibcInternal", 1, "libSceLibcInternal", _ZZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetmfldERS3_S5_bRSt8ios_basePwE4_Src); - LIB_FUNCTION("sHagUsvHBnk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("sHagUsvHBnk", "libSceLibcInternal", 1, "libSceLibcInternal", _ZZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basecRKSsE4_Src); - LIB_FUNCTION("A5EX+eJmQI8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("A5EX+eJmQI8", "libSceLibcInternal", 1, "libSceLibcInternal", _ZZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewRKSbIwS2_SaIwEEE4_Src); - LIB_FUNCTION("jfq92K8E1Vc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jfq92K8E1Vc", "libSceLibcInternal", 1, "libSceLibcInternal", _ZZNSt13basic_filebufIcSt11char_traitsIcEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit); - LIB_FUNCTION("AoZRvn-vaq4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("AoZRvn-vaq4", "libSceLibcInternal", 1, "libSceLibcInternal", _ZZNSt13basic_filebufIwSt11char_traitsIwEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit); - LIB_FUNCTION("L1SBTkC+Cvw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, abort); - LIB_FUNCTION("SmYrO79NzeI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - abort_handler_s); - LIB_FUNCTION("Ye20uNnlglA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, abs); - LIB_FUNCTION("JBcgYuW8lPU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, acos); - LIB_FUNCTION("QI-x0SL8jhw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, acosf); - LIB_FUNCTION("Fk7-KFKZi-8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, acosh); - LIB_FUNCTION("XJp2C-b0tRU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, acoshf); - LIB_FUNCTION("u14Y1HFh0uY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, acoshl); - LIB_FUNCTION("iH4YAIRcecA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, acosl); - LIB_FUNCTION("DQXJraCc1rA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, alarm); - LIB_FUNCTION("2Btkg8k24Zg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - aligned_alloc); - LIB_FUNCTION("jT3xiGpA3B4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, asctime); - LIB_FUNCTION("qPe7-h5Jnuc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, asctime_s); - LIB_FUNCTION("7Ly52zaL44Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, asin); - LIB_FUNCTION("GZWjF-YIFFk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, asinf); - LIB_FUNCTION("2eQpqTjJ5Y4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, asinh); - LIB_FUNCTION("yPPtp1RMihw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, asinhf); - LIB_FUNCTION("iCl-Z-g-uuA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, asinhl); - LIB_FUNCTION("Nx-F5v0-qU8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, asinl); - LIB_FUNCTION("cOYia2dE0Ik", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, asprintf); - LIB_FUNCTION("HC8vbJStYVY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - at_quick_exit); - LIB_FUNCTION("OXmauLdQ8kY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atan); - LIB_FUNCTION("HUbZmOnT-Dg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atan2); - LIB_FUNCTION("EH-x713A99c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atan2f); - LIB_FUNCTION("9VeY8wiqf8M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atan2l); - LIB_FUNCTION("weDug8QD-lE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atanf); - LIB_FUNCTION("YjbpxXpi6Zk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atanh); - LIB_FUNCTION("cPGyc5FGjy0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atanhf); - LIB_FUNCTION("a3BNqojL4LM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atanhl); - LIB_FUNCTION("KvOHPTz595Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atanl); - LIB_FUNCTION("8G2LB+A3rzg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atexit); - LIB_FUNCTION("SRI6S9B+-a4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atof); - LIB_FUNCTION("fPxypibz2MY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atoi); - LIB_FUNCTION("+my9jdHCMIQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atol); - LIB_FUNCTION("fLcU5G6Qrjs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, atoll); - LIB_FUNCTION("rg5JEBlKCuo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, basename); - LIB_FUNCTION("vsK6LzRtRLI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, basename_r); - LIB_FUNCTION("5TjaJwkLWxE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, bcmp); - LIB_FUNCTION("RMo7j0iTPfA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, bcopy); - LIB_FUNCTION("NesIgTmfF0Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, bsearch); - LIB_FUNCTION("hzX87C+zDAY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, bsearch_s); - LIB_FUNCTION("LEvm25Sxi7I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, btowc); - LIB_FUNCTION("9oiX1kyeedA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, bzero); - LIB_FUNCTION("EOLQfNZ9HpE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, c16rtomb); - LIB_FUNCTION("MzsycG6RYto", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, c32rtomb); - LIB_FUNCTION("2X5agFjKxMc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, calloc); - LIB_FUNCTION("5ZkEP3Rq7As", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, cbrt); - LIB_FUNCTION("GlelR9EEeck", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, cbrtf); - LIB_FUNCTION("lO01m-JcDqM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, cbrtl); - LIB_FUNCTION("gacfOmO8hNs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ceil); - LIB_FUNCTION("GAUuLKGhsCw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ceilf); - LIB_FUNCTION("aJKn6X+40Z8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ceill); - LIB_FUNCTION("St9nbxSoezk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, clearerr); - LIB_FUNCTION("cYNk9M+7YkY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - clearerr_unlocked); - LIB_FUNCTION("QZP6I9ZZxpE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, clock); - LIB_FUNCTION("n8onIBR4Qdk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, clock_1700); - LIB_FUNCTION("XepdqehVYe4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, closedir); - LIB_FUNCTION("BEFy1ZFv8Fw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, copysign); - LIB_FUNCTION("x-04iOzl1xs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, copysignf); - LIB_FUNCTION("j84nSG4V0B0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, copysignl); - LIB_FUNCTION("2WE3BTYVwKM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, cos); - LIB_FUNCTION("-P6FNMzk2Kc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, cosf); - LIB_FUNCTION("m7iLTaO9RMs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, cosh); - LIB_FUNCTION("RCQAffkEh9A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, coshf); - LIB_FUNCTION("XK2R46yx0jc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, coshl); - LIB_FUNCTION("x8dc5Y8zFgc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, cosl); - LIB_FUNCTION("0uAUs3hYuG4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ctime); - LIB_FUNCTION("2UFh+YKfuzk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ctime_s); - LIB_FUNCTION("Wn6I3wVATUE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, daemon); - LIB_FUNCTION("tOicWgmk4ZI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, daylight); - LIB_FUNCTION("fqLrWSWcGHw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, devname); - LIB_FUNCTION("BIALMFTZ75I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, devname_r); - LIB_FUNCTION("-VVn74ZyhEs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, difftime); - LIB_FUNCTION("E4wZaG1zSFc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, dirname); - LIB_FUNCTION("2gbcltk3swE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, div); - LIB_FUNCTION("WIg11rA+MRY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, drand48); - LIB_FUNCTION("5OpjqFs8yv8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, drem); - LIB_FUNCTION("Gt5RT417EGA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, dremf); - LIB_FUNCTION("Fncgcl1tnXg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, erand48); - LIB_FUNCTION("oXgaqGVnW5o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, erf); - LIB_FUNCTION("arIKLlen2sg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, erfc); - LIB_FUNCTION("IvF98yl5u4s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, erfcf); - LIB_FUNCTION("f2YbMj0gBf8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, erfcl); - LIB_FUNCTION("RePA3bDBJqo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, erff); - LIB_FUNCTION("fNH4tsl7rB8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, erfl); - LIB_FUNCTION("aeeMZ0XrNsY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, err); - LIB_FUNCTION("9aODPZAKOmA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, err_set_exit); - LIB_FUNCTION("FihG2CudUNs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, err_set_file); - LIB_FUNCTION("L-jLYJFP9Mc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, errc); - LIB_FUNCTION("t8sFCgJAClE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, errx); - LIB_FUNCTION("uMei1W9uyNo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, exit); - LIB_FUNCTION("NVadfnzQhHQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, exp); - LIB_FUNCTION("dnaeGXbjP6E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, exp2); - LIB_FUNCTION("wuAQt-j+p4o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, exp2f); - LIB_FUNCTION("9O1Xdko-wSo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, exp2l); - LIB_FUNCTION("8zsu04XNsZ4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, expf); - LIB_FUNCTION("qMp2fTDCyMo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, expl); - LIB_FUNCTION("gqKfOiJaCOo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, expm1); - LIB_FUNCTION("3EgxfDRefdw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, expm1f); - LIB_FUNCTION("jVS263HH1b0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, expm1l); - LIB_FUNCTION("388LcMWHRCA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fabs); - LIB_FUNCTION("fmT2cjPoWBs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fabsf); - LIB_FUNCTION("w-AryX51ObA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fabsl); - LIB_FUNCTION("uodLYyUip20", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fclose); - LIB_FUNCTION("cBSM-YB7JVY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fcloseall); - LIB_FUNCTION("Zs4p6RemDxM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fdim); - LIB_FUNCTION("yb9iUBPkSS0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fdimf); - LIB_FUNCTION("IMt+UO5YoQI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fdiml); - LIB_FUNCTION("qdlHjTa9hQ4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fdopen); - LIB_FUNCTION("j+XjoRSIvwU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fdopendir); - LIB_FUNCTION("cqt8emEH3kQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - feclearexcept); - LIB_FUNCTION("y4WlO8qzHqI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - fedisableexcept); - LIB_FUNCTION("utLW7uXm3Ss", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - feenableexcept); - LIB_FUNCTION("psx0YiAKm7k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fegetenv); - LIB_FUNCTION("VtRkfsD292M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fegetexcept); - LIB_FUNCTION("myQDQapYJdw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - fegetexceptflag); - LIB_FUNCTION("AeZTCCm1Qqc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fegetround); - LIB_FUNCTION("P38JvXuK-uE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - fegettrapenable); - LIB_FUNCTION("1kduKXMqx7k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, feholdexcept); - LIB_FUNCTION("LxcEU+ICu8U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, feof); - LIB_FUNCTION("NuydofHcR1w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - feof_unlocked); - LIB_FUNCTION("NIfFNcyeCTo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - feraiseexcept); - LIB_FUNCTION("AHxyhN96dy4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ferror); - LIB_FUNCTION("yxbGzBQC5xA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - ferror_unlocked); - LIB_FUNCTION("Q-bLp+b-RVY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fesetenv); - LIB_FUNCTION("FuxaUZsWTok", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - fesetexceptflag); - LIB_FUNCTION("hAJZ7-FBpEQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fesetround); - LIB_FUNCTION("u5a7Ofymqlg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - fesettrapenable); - LIB_FUNCTION("pVjisbvtQKU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fetestexcept); - LIB_FUNCTION("YXQ4gXamCrY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, feupdateenv); - LIB_FUNCTION("MUjC4lbHrK4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fflush); - LIB_FUNCTION("AEuF3F2f8TA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fgetc); - LIB_FUNCTION("KKgUiHSYGRE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fgetln); - LIB_FUNCTION("SHlt7EhOtqA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fgetpos); - LIB_FUNCTION("KdP-nULpuGw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fgets); - LIB_FUNCTION("bzbQ5zQ2Y3g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fgetwc); - LIB_FUNCTION("F81hKe2k2tg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fgetws); - LIB_FUNCTION("Fm-dmyywH9Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fileno); - LIB_FUNCTION("kxm0z4T5mMI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - fileno_unlocked); - LIB_FUNCTION("TJFQFm+W3wg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, finite); - LIB_FUNCTION("2nqzJ87zsB8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, finitef); - LIB_FUNCTION("hGljHZEfF0U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, flockfile); - LIB_FUNCTION("mpcTgMzhUY8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, floor); - LIB_FUNCTION("mKhVDmYciWA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, floorf); - LIB_FUNCTION("06QaR1Cpn-k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, floorl); - LIB_FUNCTION("G3qjOUu7KnM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, flsl); - LIB_FUNCTION("YKbL5KR6RDI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fma); - LIB_FUNCTION("RpTR+VY15ss", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fmaf); - LIB_FUNCTION("uMeLdbwheag", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fmal); - LIB_FUNCTION("fiOgmWkP+Xc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fmax); - LIB_FUNCTION("Lyx2DzUL7Lc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fmaxf); - LIB_FUNCTION("0H5TVprQSkA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fmaxl); - LIB_FUNCTION("iU0z6SdUNbI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fmin); - LIB_FUNCTION("uVRcM2yFdP4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fminf); - LIB_FUNCTION("DQ7K6s8euWY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fminl); - LIB_FUNCTION("pKwslsMUmSk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fmod); - LIB_FUNCTION("88Vv-AzHVj8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fmodf); - LIB_FUNCTION("A1R5T0xOyn8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fmodl); - LIB_FUNCTION("xeYO4u7uyJ0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fopen); - LIB_FUNCTION("NL836gOLANs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fopen_s); - LIB_FUNCTION("fffwELXNVFA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fprintf); - LIB_FUNCTION("-e-F9HjUFp8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fprintf_s); - LIB_FUNCTION("y1Ch2nXs4IQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fpurge); - LIB_FUNCTION("aZK8lNei-Qw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fputc); - LIB_FUNCTION("QrZZdJ8XsX0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fputs); - LIB_FUNCTION("1QJWxoB6pCo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fputwc); - LIB_FUNCTION("-7nRJFXMxnM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fputws); - LIB_FUNCTION("lbB+UlZqVG0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fread); - LIB_FUNCTION("tIhsqj0qsFE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, free); - LIB_FUNCTION("N2OjwJJGjeQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, freeifaddrs); - LIB_FUNCTION("gkWgn0p1AfU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, freopen); - LIB_FUNCTION("NdvAi34vV3g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, freopen_s); - LIB_FUNCTION("kA-TdiOCsaY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, frexp); - LIB_FUNCTION("aaDMGGkXFxo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, frexpf); - LIB_FUNCTION("YZk9sHO0yNg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, frexpl); - LIB_FUNCTION("npLpPTaSuHg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fscanf); - LIB_FUNCTION("vj2WUi2LrfE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fscanf_s); - LIB_FUNCTION("rQFVBXp-Cxg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fseek); - LIB_FUNCTION("pkYiKw09PRA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fseeko); - LIB_FUNCTION("7PkSz+qnTto", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fsetpos); - LIB_FUNCTION("6IM2up2+a-A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fstatvfs); - LIB_FUNCTION("Qazy8LmXTvw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ftell); - LIB_FUNCTION("5qP1iVQkdck", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ftello); - LIB_FUNCTION("h05OHOMZNMw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ftrylockfile); - LIB_FUNCTION("vAc9y8UQ31o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, funlockfile); - LIB_FUNCTION("w6Aq68dFoP4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fwide); - LIB_FUNCTION("ZRAcn3dPVmA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fwprintf); - LIB_FUNCTION("9kOFELic7Pk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fwprintf_s); - LIB_FUNCTION("MpxhMh8QFro", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fwrite); - LIB_FUNCTION("a6CYO8YOzfw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fwscanf); - LIB_FUNCTION("Bo5wtXSj4kc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, fwscanf_s); - LIB_FUNCTION("BD-xV2fLe2M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, gamma); - LIB_FUNCTION("q+AdV-EHiKc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, gamma_r); - LIB_FUNCTION("sZ93QMbGRJY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, gammaf); - LIB_FUNCTION("E3RYvWbYLgk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, gammaf_r); - LIB_FUNCTION("8Q60JLJ6Rv4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, getc); - LIB_FUNCTION("5tM252Rs2fc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - getc_unlocked); - LIB_FUNCTION("L3XZiuKqZUM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, getchar); - LIB_FUNCTION("H0pVDvSuAVQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - getchar_unlocked); - LIB_FUNCTION("DYivN1nO-JQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, getcwd); - LIB_FUNCTION("smbQukfxYJM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, getenv); - LIB_FUNCTION("-nvxBWa0iDs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, gethostname); - LIB_FUNCTION("j-gWL6wDros", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, getifaddrs); - LIB_FUNCTION("VUtibKJCt1o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, getopt); - LIB_FUNCTION("8VVXJxB5nlk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, getopt_long); - LIB_FUNCTION("oths6jEyBqo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - getopt_long_only); - LIB_FUNCTION("7Psx1DlAyE4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, getprogname); - LIB_FUNCTION("Ok+SYcoL19Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, gets); - LIB_FUNCTION("lb+HLLZkbbw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, gets_s); - LIB_FUNCTION("AoLA2MRWJvc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, getw); - LIB_FUNCTION("CosTELN5ETk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, getwc); - LIB_FUNCTION("n2mWDsholo8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, getwchar); - LIB_FUNCTION("1mecP7RgI2A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, gmtime); - LIB_FUNCTION("5bBacGLyLOs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, gmtime_s); - LIB_FUNCTION("YFoOw5GkkK0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, hypot); - LIB_FUNCTION("2HzgScoQq9o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, hypot3); - LIB_FUNCTION("xlRcc7Rcqgo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, hypot3f); - LIB_FUNCTION("aDmly36AAgI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, hypot3l); - LIB_FUNCTION("iz2shAGFIxc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, hypotf); - LIB_FUNCTION("jJC7x18ge8k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, hypotl); - LIB_FUNCTION("ODGONXcSmz4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - ignore_handler_s); - LIB_FUNCTION("h6pVBKjcLiU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ilogb); - LIB_FUNCTION("0dQrYWd7g94", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ilogbf); - LIB_FUNCTION("wXs12eD3uvA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ilogbl); - LIB_FUNCTION("UgZ7Rhk60cQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, imaxabs); - LIB_FUNCTION("V0X-mrfdM9E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, imaxdiv); - LIB_FUNCTION("t3RFHn0bTPg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, index); - LIB_FUNCTION("sBBuXmJ5Kjk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, inet_addr); - LIB_FUNCTION("ISTLytNGT0c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, inet_aton); - LIB_FUNCTION("7iTp7O6VOXQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, inet_ntoa); - LIB_FUNCTION("i3E1Ywn4t+8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, inet_ntoa_r); - LIB_FUNCTION("IIUY-5hk-4k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, initstate); - LIB_FUNCTION("4uJJNi+C9wk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, isalnum); - LIB_FUNCTION("+xU0WKT8mDc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, isalpha); - LIB_FUNCTION("lhnrCOBiTGo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, isblank); - LIB_FUNCTION("akpGErA1zdg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iscntrl); - LIB_FUNCTION("JWBr5N8zyNE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, isdigit); - LIB_FUNCTION("rrgxakQtvc0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, isgraph); - LIB_FUNCTION("2q5PPh7HsKE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, isinf); - LIB_FUNCTION("KqYTqtSfGos", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, islower); - LIB_FUNCTION("20qj+7O69XY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, isnan); - LIB_FUNCTION("3pF7bUSIH8o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, isnanf); - LIB_FUNCTION("eGkOpTojJl4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, isprint); - LIB_FUNCTION("I6Z-684E2C4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ispunct); - LIB_FUNCTION("wazw2x2m3DQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, isspace); - LIB_FUNCTION("GcFKlTJEMkI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, isupper); - LIB_FUNCTION("wDmL2EH0CBs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswalnum); - LIB_FUNCTION("D-qDARDb1aM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswalpha); - LIB_FUNCTION("p6DbM0OAHNo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswblank); - LIB_FUNCTION("6A+1YZ79qFk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswcntrl); - LIB_FUNCTION("45E7omS0vvc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswctype); - LIB_FUNCTION("n0kT+8Eeizs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswdigit); - LIB_FUNCTION("wjG0GyCyaP0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswgraph); - LIB_FUNCTION("Ok8KPy3nFls", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswlower); - LIB_FUNCTION("U7IhU4VEB-0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswprint); - LIB_FUNCTION("AEPvEZkaLsU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswpunct); - LIB_FUNCTION("vqtytrxgLMs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswspace); - LIB_FUNCTION("1QcrrL9UDRQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswupper); - LIB_FUNCTION("cjmSjRlnMAs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, iswxdigit); - LIB_FUNCTION("srzSVSbKn7M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, isxdigit); - LIB_FUNCTION("tcN0ngcXegg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, j0); - LIB_FUNCTION("RmE3aE8WHuY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, j0f); - LIB_FUNCTION("BNbWdC9Jg+4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, j1); - LIB_FUNCTION("uVXcivvVHzU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, j1f); - LIB_FUNCTION("QdE7Arjzxos", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, jn); - LIB_FUNCTION("M5KJmq-gKM8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, jnf); - LIB_FUNCTION("M7KmRg9CERk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, jrand48); - LIB_FUNCTION("xzZiQgReRGE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, labs); - LIB_FUNCTION("wTjDJ6In3Cg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lcong48); - LIB_FUNCTION("JrwFIMzKNr0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ldexp); - LIB_FUNCTION("kn0yiYeExgA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ldexpf); - LIB_FUNCTION("aX8H2+BBlWE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ldexpl); - LIB_FUNCTION("gfP0im5Z3g0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ldiv); - LIB_FUNCTION("o-kMHRBvkbQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lgamma); - LIB_FUNCTION("EjL+gY1G2lk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lgamma_r); - LIB_FUNCTION("i-ifjh3SLBU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lgammaf); - LIB_FUNCTION("RlGUiqyKf9I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lgammaf_r); - LIB_FUNCTION("lPYpsOb9s-I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lgammal); - LIB_FUNCTION("rHRr+131ATY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, llabs); - LIB_FUNCTION("iVhJZvAO2aQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lldiv); - LIB_FUNCTION("-431A-YBAks", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, llrint); - LIB_FUNCTION("KPsQA0pis8o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, llrintf); - LIB_FUNCTION("6bRANWNYID0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, llrintl); - LIB_FUNCTION("w-BvXF4O6xo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, llround); - LIB_FUNCTION("eQhBFnTOp40", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, llroundf); - LIB_FUNCTION("wRs5S54zjm0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, llroundl); - LIB_FUNCTION("0hlfW1O4Aa4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, localeconv); - LIB_FUNCTION("efhK-YSUYYQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, localtime); - LIB_FUNCTION("fiiNDnNBKVY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, localtime_s); - LIB_FUNCTION("rtV7-jWC6Yg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, log); - LIB_FUNCTION("WuMbPBKN1TU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, log10); - LIB_FUNCTION("lhpd6Wk6ccs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, log10f); - LIB_FUNCTION("CT4aR0tBgkQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, log10l); - LIB_FUNCTION("VfsML+n9cDM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, log1p); - LIB_FUNCTION("MFe91s8apQk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, log1pf); - LIB_FUNCTION("77qd0ksTwdI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, log1pl); - LIB_FUNCTION("Y5DhuDKGlnQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, log2); - LIB_FUNCTION("hsi9drzHR2k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, log2f); - LIB_FUNCTION("CfOrGjBj-RY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, log2l); - LIB_FUNCTION("owKuegZU4ew", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, logb); - LIB_FUNCTION("RWqyr1OKuw4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, logbf); - LIB_FUNCTION("txJTOe0Db6M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, logbl); - LIB_FUNCTION("RQXLbdT2lc4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, logf); - LIB_FUNCTION("EiHf-aLDImI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, logl); - LIB_FUNCTION("lKEN2IebgJ0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, longjmp); - LIB_FUNCTION("5IpoNfxu84U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lrand48); - LIB_FUNCTION("VOKOgR7L-2Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lrint); - LIB_FUNCTION("rcVv5ivMhY0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lrintf); - LIB_FUNCTION("jp2e+RSrcow", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lrintl); - LIB_FUNCTION("J3XuGS-cC0Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lround); - LIB_FUNCTION("C6gWCWJKM+U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lroundf); - LIB_FUNCTION("4ITASgL50uc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, lroundl); - LIB_FUNCTION("GipcbdDM5cI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, makecontext); - LIB_FUNCTION("gQX+4GDQjpM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, malloc); - LIB_FUNCTION("ECOPpUQEch0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("L1SBTkC+Cvw", "libSceLibcInternal", 1, "libSceLibcInternal", abort); + LIB_FUNCTION("SmYrO79NzeI", "libSceLibcInternal", 1, "libSceLibcInternal", abort_handler_s); + LIB_FUNCTION("Ye20uNnlglA", "libSceLibcInternal", 1, "libSceLibcInternal", abs); + LIB_FUNCTION("JBcgYuW8lPU", "libSceLibcInternal", 1, "libSceLibcInternal", acos); + LIB_FUNCTION("QI-x0SL8jhw", "libSceLibcInternal", 1, "libSceLibcInternal", acosf); + LIB_FUNCTION("Fk7-KFKZi-8", "libSceLibcInternal", 1, "libSceLibcInternal", acosh); + LIB_FUNCTION("XJp2C-b0tRU", "libSceLibcInternal", 1, "libSceLibcInternal", acoshf); + LIB_FUNCTION("u14Y1HFh0uY", "libSceLibcInternal", 1, "libSceLibcInternal", acoshl); + LIB_FUNCTION("iH4YAIRcecA", "libSceLibcInternal", 1, "libSceLibcInternal", acosl); + LIB_FUNCTION("DQXJraCc1rA", "libSceLibcInternal", 1, "libSceLibcInternal", alarm); + LIB_FUNCTION("2Btkg8k24Zg", "libSceLibcInternal", 1, "libSceLibcInternal", aligned_alloc); + LIB_FUNCTION("jT3xiGpA3B4", "libSceLibcInternal", 1, "libSceLibcInternal", asctime); + LIB_FUNCTION("qPe7-h5Jnuc", "libSceLibcInternal", 1, "libSceLibcInternal", asctime_s); + LIB_FUNCTION("7Ly52zaL44Q", "libSceLibcInternal", 1, "libSceLibcInternal", asin); + LIB_FUNCTION("GZWjF-YIFFk", "libSceLibcInternal", 1, "libSceLibcInternal", asinf); + LIB_FUNCTION("2eQpqTjJ5Y4", "libSceLibcInternal", 1, "libSceLibcInternal", asinh); + LIB_FUNCTION("yPPtp1RMihw", "libSceLibcInternal", 1, "libSceLibcInternal", asinhf); + LIB_FUNCTION("iCl-Z-g-uuA", "libSceLibcInternal", 1, "libSceLibcInternal", asinhl); + LIB_FUNCTION("Nx-F5v0-qU8", "libSceLibcInternal", 1, "libSceLibcInternal", asinl); + LIB_FUNCTION("cOYia2dE0Ik", "libSceLibcInternal", 1, "libSceLibcInternal", asprintf); + LIB_FUNCTION("HC8vbJStYVY", "libSceLibcInternal", 1, "libSceLibcInternal", at_quick_exit); + LIB_FUNCTION("OXmauLdQ8kY", "libSceLibcInternal", 1, "libSceLibcInternal", atan); + LIB_FUNCTION("HUbZmOnT-Dg", "libSceLibcInternal", 1, "libSceLibcInternal", atan2); + LIB_FUNCTION("EH-x713A99c", "libSceLibcInternal", 1, "libSceLibcInternal", atan2f); + LIB_FUNCTION("9VeY8wiqf8M", "libSceLibcInternal", 1, "libSceLibcInternal", atan2l); + LIB_FUNCTION("weDug8QD-lE", "libSceLibcInternal", 1, "libSceLibcInternal", atanf); + LIB_FUNCTION("YjbpxXpi6Zk", "libSceLibcInternal", 1, "libSceLibcInternal", atanh); + LIB_FUNCTION("cPGyc5FGjy0", "libSceLibcInternal", 1, "libSceLibcInternal", atanhf); + LIB_FUNCTION("a3BNqojL4LM", "libSceLibcInternal", 1, "libSceLibcInternal", atanhl); + LIB_FUNCTION("KvOHPTz595Y", "libSceLibcInternal", 1, "libSceLibcInternal", atanl); + LIB_FUNCTION("8G2LB+A3rzg", "libSceLibcInternal", 1, "libSceLibcInternal", atexit); + LIB_FUNCTION("SRI6S9B+-a4", "libSceLibcInternal", 1, "libSceLibcInternal", atof); + LIB_FUNCTION("fPxypibz2MY", "libSceLibcInternal", 1, "libSceLibcInternal", atoi); + LIB_FUNCTION("+my9jdHCMIQ", "libSceLibcInternal", 1, "libSceLibcInternal", atol); + LIB_FUNCTION("fLcU5G6Qrjs", "libSceLibcInternal", 1, "libSceLibcInternal", atoll); + LIB_FUNCTION("rg5JEBlKCuo", "libSceLibcInternal", 1, "libSceLibcInternal", basename); + LIB_FUNCTION("vsK6LzRtRLI", "libSceLibcInternal", 1, "libSceLibcInternal", basename_r); + LIB_FUNCTION("5TjaJwkLWxE", "libSceLibcInternal", 1, "libSceLibcInternal", bcmp); + LIB_FUNCTION("RMo7j0iTPfA", "libSceLibcInternal", 1, "libSceLibcInternal", bcopy); + LIB_FUNCTION("NesIgTmfF0Q", "libSceLibcInternal", 1, "libSceLibcInternal", bsearch); + LIB_FUNCTION("hzX87C+zDAY", "libSceLibcInternal", 1, "libSceLibcInternal", bsearch_s); + LIB_FUNCTION("LEvm25Sxi7I", "libSceLibcInternal", 1, "libSceLibcInternal", btowc); + LIB_FUNCTION("9oiX1kyeedA", "libSceLibcInternal", 1, "libSceLibcInternal", bzero); + LIB_FUNCTION("EOLQfNZ9HpE", "libSceLibcInternal", 1, "libSceLibcInternal", c16rtomb); + LIB_FUNCTION("MzsycG6RYto", "libSceLibcInternal", 1, "libSceLibcInternal", c32rtomb); + LIB_FUNCTION("2X5agFjKxMc", "libSceLibcInternal", 1, "libSceLibcInternal", calloc); + LIB_FUNCTION("5ZkEP3Rq7As", "libSceLibcInternal", 1, "libSceLibcInternal", cbrt); + LIB_FUNCTION("GlelR9EEeck", "libSceLibcInternal", 1, "libSceLibcInternal", cbrtf); + LIB_FUNCTION("lO01m-JcDqM", "libSceLibcInternal", 1, "libSceLibcInternal", cbrtl); + LIB_FUNCTION("gacfOmO8hNs", "libSceLibcInternal", 1, "libSceLibcInternal", ceil); + LIB_FUNCTION("GAUuLKGhsCw", "libSceLibcInternal", 1, "libSceLibcInternal", ceilf); + LIB_FUNCTION("aJKn6X+40Z8", "libSceLibcInternal", 1, "libSceLibcInternal", ceill); + LIB_FUNCTION("St9nbxSoezk", "libSceLibcInternal", 1, "libSceLibcInternal", clearerr); + LIB_FUNCTION("cYNk9M+7YkY", "libSceLibcInternal", 1, "libSceLibcInternal", clearerr_unlocked); + LIB_FUNCTION("QZP6I9ZZxpE", "libSceLibcInternal", 1, "libSceLibcInternal", clock); + LIB_FUNCTION("n8onIBR4Qdk", "libSceLibcInternal", 1, "libSceLibcInternal", clock_1700); + LIB_FUNCTION("XepdqehVYe4", "libSceLibcInternal", 1, "libSceLibcInternal", closedir); + LIB_FUNCTION("BEFy1ZFv8Fw", "libSceLibcInternal", 1, "libSceLibcInternal", copysign); + LIB_FUNCTION("x-04iOzl1xs", "libSceLibcInternal", 1, "libSceLibcInternal", copysignf); + LIB_FUNCTION("j84nSG4V0B0", "libSceLibcInternal", 1, "libSceLibcInternal", copysignl); + LIB_FUNCTION("2WE3BTYVwKM", "libSceLibcInternal", 1, "libSceLibcInternal", cos); + LIB_FUNCTION("-P6FNMzk2Kc", "libSceLibcInternal", 1, "libSceLibcInternal", cosf); + LIB_FUNCTION("m7iLTaO9RMs", "libSceLibcInternal", 1, "libSceLibcInternal", cosh); + LIB_FUNCTION("RCQAffkEh9A", "libSceLibcInternal", 1, "libSceLibcInternal", coshf); + LIB_FUNCTION("XK2R46yx0jc", "libSceLibcInternal", 1, "libSceLibcInternal", coshl); + LIB_FUNCTION("x8dc5Y8zFgc", "libSceLibcInternal", 1, "libSceLibcInternal", cosl); + LIB_FUNCTION("0uAUs3hYuG4", "libSceLibcInternal", 1, "libSceLibcInternal", ctime); + LIB_FUNCTION("2UFh+YKfuzk", "libSceLibcInternal", 1, "libSceLibcInternal", ctime_s); + LIB_FUNCTION("Wn6I3wVATUE", "libSceLibcInternal", 1, "libSceLibcInternal", daemon); + LIB_FUNCTION("tOicWgmk4ZI", "libSceLibcInternal", 1, "libSceLibcInternal", daylight); + LIB_FUNCTION("fqLrWSWcGHw", "libSceLibcInternal", 1, "libSceLibcInternal", devname); + LIB_FUNCTION("BIALMFTZ75I", "libSceLibcInternal", 1, "libSceLibcInternal", devname_r); + LIB_FUNCTION("-VVn74ZyhEs", "libSceLibcInternal", 1, "libSceLibcInternal", difftime); + LIB_FUNCTION("E4wZaG1zSFc", "libSceLibcInternal", 1, "libSceLibcInternal", dirname); + LIB_FUNCTION("2gbcltk3swE", "libSceLibcInternal", 1, "libSceLibcInternal", div); + LIB_FUNCTION("WIg11rA+MRY", "libSceLibcInternal", 1, "libSceLibcInternal", drand48); + LIB_FUNCTION("5OpjqFs8yv8", "libSceLibcInternal", 1, "libSceLibcInternal", drem); + LIB_FUNCTION("Gt5RT417EGA", "libSceLibcInternal", 1, "libSceLibcInternal", dremf); + LIB_FUNCTION("Fncgcl1tnXg", "libSceLibcInternal", 1, "libSceLibcInternal", erand48); + LIB_FUNCTION("oXgaqGVnW5o", "libSceLibcInternal", 1, "libSceLibcInternal", erf); + LIB_FUNCTION("arIKLlen2sg", "libSceLibcInternal", 1, "libSceLibcInternal", erfc); + LIB_FUNCTION("IvF98yl5u4s", "libSceLibcInternal", 1, "libSceLibcInternal", erfcf); + LIB_FUNCTION("f2YbMj0gBf8", "libSceLibcInternal", 1, "libSceLibcInternal", erfcl); + LIB_FUNCTION("RePA3bDBJqo", "libSceLibcInternal", 1, "libSceLibcInternal", erff); + LIB_FUNCTION("fNH4tsl7rB8", "libSceLibcInternal", 1, "libSceLibcInternal", erfl); + LIB_FUNCTION("aeeMZ0XrNsY", "libSceLibcInternal", 1, "libSceLibcInternal", err); + LIB_FUNCTION("9aODPZAKOmA", "libSceLibcInternal", 1, "libSceLibcInternal", err_set_exit); + LIB_FUNCTION("FihG2CudUNs", "libSceLibcInternal", 1, "libSceLibcInternal", err_set_file); + LIB_FUNCTION("L-jLYJFP9Mc", "libSceLibcInternal", 1, "libSceLibcInternal", errc); + LIB_FUNCTION("t8sFCgJAClE", "libSceLibcInternal", 1, "libSceLibcInternal", errx); + LIB_FUNCTION("uMei1W9uyNo", "libSceLibcInternal", 1, "libSceLibcInternal", exit); + LIB_FUNCTION("NVadfnzQhHQ", "libSceLibcInternal", 1, "libSceLibcInternal", exp); + LIB_FUNCTION("dnaeGXbjP6E", "libSceLibcInternal", 1, "libSceLibcInternal", exp2); + LIB_FUNCTION("wuAQt-j+p4o", "libSceLibcInternal", 1, "libSceLibcInternal", exp2f); + LIB_FUNCTION("9O1Xdko-wSo", "libSceLibcInternal", 1, "libSceLibcInternal", exp2l); + LIB_FUNCTION("8zsu04XNsZ4", "libSceLibcInternal", 1, "libSceLibcInternal", expf); + LIB_FUNCTION("qMp2fTDCyMo", "libSceLibcInternal", 1, "libSceLibcInternal", expl); + LIB_FUNCTION("gqKfOiJaCOo", "libSceLibcInternal", 1, "libSceLibcInternal", expm1); + LIB_FUNCTION("3EgxfDRefdw", "libSceLibcInternal", 1, "libSceLibcInternal", expm1f); + LIB_FUNCTION("jVS263HH1b0", "libSceLibcInternal", 1, "libSceLibcInternal", expm1l); + LIB_FUNCTION("388LcMWHRCA", "libSceLibcInternal", 1, "libSceLibcInternal", fabs); + LIB_FUNCTION("fmT2cjPoWBs", "libSceLibcInternal", 1, "libSceLibcInternal", fabsf); + LIB_FUNCTION("w-AryX51ObA", "libSceLibcInternal", 1, "libSceLibcInternal", fabsl); + LIB_FUNCTION("uodLYyUip20", "libSceLibcInternal", 1, "libSceLibcInternal", fclose); + LIB_FUNCTION("cBSM-YB7JVY", "libSceLibcInternal", 1, "libSceLibcInternal", fcloseall); + LIB_FUNCTION("Zs4p6RemDxM", "libSceLibcInternal", 1, "libSceLibcInternal", fdim); + LIB_FUNCTION("yb9iUBPkSS0", "libSceLibcInternal", 1, "libSceLibcInternal", fdimf); + LIB_FUNCTION("IMt+UO5YoQI", "libSceLibcInternal", 1, "libSceLibcInternal", fdiml); + LIB_FUNCTION("qdlHjTa9hQ4", "libSceLibcInternal", 1, "libSceLibcInternal", fdopen); + LIB_FUNCTION("j+XjoRSIvwU", "libSceLibcInternal", 1, "libSceLibcInternal", fdopendir); + LIB_FUNCTION("cqt8emEH3kQ", "libSceLibcInternal", 1, "libSceLibcInternal", feclearexcept); + LIB_FUNCTION("y4WlO8qzHqI", "libSceLibcInternal", 1, "libSceLibcInternal", fedisableexcept); + LIB_FUNCTION("utLW7uXm3Ss", "libSceLibcInternal", 1, "libSceLibcInternal", feenableexcept); + LIB_FUNCTION("psx0YiAKm7k", "libSceLibcInternal", 1, "libSceLibcInternal", fegetenv); + LIB_FUNCTION("VtRkfsD292M", "libSceLibcInternal", 1, "libSceLibcInternal", fegetexcept); + LIB_FUNCTION("myQDQapYJdw", "libSceLibcInternal", 1, "libSceLibcInternal", fegetexceptflag); + LIB_FUNCTION("AeZTCCm1Qqc", "libSceLibcInternal", 1, "libSceLibcInternal", fegetround); + LIB_FUNCTION("P38JvXuK-uE", "libSceLibcInternal", 1, "libSceLibcInternal", fegettrapenable); + LIB_FUNCTION("1kduKXMqx7k", "libSceLibcInternal", 1, "libSceLibcInternal", feholdexcept); + LIB_FUNCTION("LxcEU+ICu8U", "libSceLibcInternal", 1, "libSceLibcInternal", feof); + LIB_FUNCTION("NuydofHcR1w", "libSceLibcInternal", 1, "libSceLibcInternal", feof_unlocked); + LIB_FUNCTION("NIfFNcyeCTo", "libSceLibcInternal", 1, "libSceLibcInternal", feraiseexcept); + LIB_FUNCTION("AHxyhN96dy4", "libSceLibcInternal", 1, "libSceLibcInternal", ferror); + LIB_FUNCTION("yxbGzBQC5xA", "libSceLibcInternal", 1, "libSceLibcInternal", ferror_unlocked); + LIB_FUNCTION("Q-bLp+b-RVY", "libSceLibcInternal", 1, "libSceLibcInternal", fesetenv); + LIB_FUNCTION("FuxaUZsWTok", "libSceLibcInternal", 1, "libSceLibcInternal", fesetexceptflag); + LIB_FUNCTION("hAJZ7-FBpEQ", "libSceLibcInternal", 1, "libSceLibcInternal", fesetround); + LIB_FUNCTION("u5a7Ofymqlg", "libSceLibcInternal", 1, "libSceLibcInternal", fesettrapenable); + LIB_FUNCTION("pVjisbvtQKU", "libSceLibcInternal", 1, "libSceLibcInternal", fetestexcept); + LIB_FUNCTION("YXQ4gXamCrY", "libSceLibcInternal", 1, "libSceLibcInternal", feupdateenv); + LIB_FUNCTION("MUjC4lbHrK4", "libSceLibcInternal", 1, "libSceLibcInternal", fflush); + LIB_FUNCTION("AEuF3F2f8TA", "libSceLibcInternal", 1, "libSceLibcInternal", fgetc); + LIB_FUNCTION("KKgUiHSYGRE", "libSceLibcInternal", 1, "libSceLibcInternal", fgetln); + LIB_FUNCTION("SHlt7EhOtqA", "libSceLibcInternal", 1, "libSceLibcInternal", fgetpos); + LIB_FUNCTION("KdP-nULpuGw", "libSceLibcInternal", 1, "libSceLibcInternal", fgets); + LIB_FUNCTION("bzbQ5zQ2Y3g", "libSceLibcInternal", 1, "libSceLibcInternal", fgetwc); + LIB_FUNCTION("F81hKe2k2tg", "libSceLibcInternal", 1, "libSceLibcInternal", fgetws); + LIB_FUNCTION("Fm-dmyywH9Q", "libSceLibcInternal", 1, "libSceLibcInternal", fileno); + LIB_FUNCTION("kxm0z4T5mMI", "libSceLibcInternal", 1, "libSceLibcInternal", fileno_unlocked); + LIB_FUNCTION("TJFQFm+W3wg", "libSceLibcInternal", 1, "libSceLibcInternal", finite); + LIB_FUNCTION("2nqzJ87zsB8", "libSceLibcInternal", 1, "libSceLibcInternal", finitef); + LIB_FUNCTION("hGljHZEfF0U", "libSceLibcInternal", 1, "libSceLibcInternal", flockfile); + LIB_FUNCTION("mpcTgMzhUY8", "libSceLibcInternal", 1, "libSceLibcInternal", floor); + LIB_FUNCTION("mKhVDmYciWA", "libSceLibcInternal", 1, "libSceLibcInternal", floorf); + LIB_FUNCTION("06QaR1Cpn-k", "libSceLibcInternal", 1, "libSceLibcInternal", floorl); + LIB_FUNCTION("G3qjOUu7KnM", "libSceLibcInternal", 1, "libSceLibcInternal", flsl); + LIB_FUNCTION("YKbL5KR6RDI", "libSceLibcInternal", 1, "libSceLibcInternal", fma); + LIB_FUNCTION("RpTR+VY15ss", "libSceLibcInternal", 1, "libSceLibcInternal", fmaf); + LIB_FUNCTION("uMeLdbwheag", "libSceLibcInternal", 1, "libSceLibcInternal", fmal); + LIB_FUNCTION("fiOgmWkP+Xc", "libSceLibcInternal", 1, "libSceLibcInternal", fmax); + LIB_FUNCTION("Lyx2DzUL7Lc", "libSceLibcInternal", 1, "libSceLibcInternal", fmaxf); + LIB_FUNCTION("0H5TVprQSkA", "libSceLibcInternal", 1, "libSceLibcInternal", fmaxl); + LIB_FUNCTION("iU0z6SdUNbI", "libSceLibcInternal", 1, "libSceLibcInternal", fmin); + LIB_FUNCTION("uVRcM2yFdP4", "libSceLibcInternal", 1, "libSceLibcInternal", fminf); + LIB_FUNCTION("DQ7K6s8euWY", "libSceLibcInternal", 1, "libSceLibcInternal", fminl); + LIB_FUNCTION("pKwslsMUmSk", "libSceLibcInternal", 1, "libSceLibcInternal", fmod); + LIB_FUNCTION("88Vv-AzHVj8", "libSceLibcInternal", 1, "libSceLibcInternal", fmodf); + LIB_FUNCTION("A1R5T0xOyn8", "libSceLibcInternal", 1, "libSceLibcInternal", fmodl); + LIB_FUNCTION("xeYO4u7uyJ0", "libSceLibcInternal", 1, "libSceLibcInternal", fopen); + LIB_FUNCTION("NL836gOLANs", "libSceLibcInternal", 1, "libSceLibcInternal", fopen_s); + LIB_FUNCTION("fffwELXNVFA", "libSceLibcInternal", 1, "libSceLibcInternal", fprintf); + LIB_FUNCTION("-e-F9HjUFp8", "libSceLibcInternal", 1, "libSceLibcInternal", fprintf_s); + LIB_FUNCTION("y1Ch2nXs4IQ", "libSceLibcInternal", 1, "libSceLibcInternal", fpurge); + LIB_FUNCTION("aZK8lNei-Qw", "libSceLibcInternal", 1, "libSceLibcInternal", fputc); + LIB_FUNCTION("QrZZdJ8XsX0", "libSceLibcInternal", 1, "libSceLibcInternal", fputs); + LIB_FUNCTION("1QJWxoB6pCo", "libSceLibcInternal", 1, "libSceLibcInternal", fputwc); + LIB_FUNCTION("-7nRJFXMxnM", "libSceLibcInternal", 1, "libSceLibcInternal", fputws); + LIB_FUNCTION("lbB+UlZqVG0", "libSceLibcInternal", 1, "libSceLibcInternal", fread); + LIB_FUNCTION("tIhsqj0qsFE", "libSceLibcInternal", 1, "libSceLibcInternal", free); + LIB_FUNCTION("N2OjwJJGjeQ", "libSceLibcInternal", 1, "libSceLibcInternal", freeifaddrs); + LIB_FUNCTION("gkWgn0p1AfU", "libSceLibcInternal", 1, "libSceLibcInternal", freopen); + LIB_FUNCTION("NdvAi34vV3g", "libSceLibcInternal", 1, "libSceLibcInternal", freopen_s); + LIB_FUNCTION("kA-TdiOCsaY", "libSceLibcInternal", 1, "libSceLibcInternal", frexp); + LIB_FUNCTION("aaDMGGkXFxo", "libSceLibcInternal", 1, "libSceLibcInternal", frexpf); + LIB_FUNCTION("YZk9sHO0yNg", "libSceLibcInternal", 1, "libSceLibcInternal", frexpl); + LIB_FUNCTION("npLpPTaSuHg", "libSceLibcInternal", 1, "libSceLibcInternal", fscanf); + LIB_FUNCTION("vj2WUi2LrfE", "libSceLibcInternal", 1, "libSceLibcInternal", fscanf_s); + LIB_FUNCTION("rQFVBXp-Cxg", "libSceLibcInternal", 1, "libSceLibcInternal", fseek); + LIB_FUNCTION("pkYiKw09PRA", "libSceLibcInternal", 1, "libSceLibcInternal", fseeko); + LIB_FUNCTION("7PkSz+qnTto", "libSceLibcInternal", 1, "libSceLibcInternal", fsetpos); + LIB_FUNCTION("6IM2up2+a-A", "libSceLibcInternal", 1, "libSceLibcInternal", fstatvfs); + LIB_FUNCTION("Qazy8LmXTvw", "libSceLibcInternal", 1, "libSceLibcInternal", ftell); + LIB_FUNCTION("5qP1iVQkdck", "libSceLibcInternal", 1, "libSceLibcInternal", ftello); + LIB_FUNCTION("h05OHOMZNMw", "libSceLibcInternal", 1, "libSceLibcInternal", ftrylockfile); + LIB_FUNCTION("vAc9y8UQ31o", "libSceLibcInternal", 1, "libSceLibcInternal", funlockfile); + LIB_FUNCTION("w6Aq68dFoP4", "libSceLibcInternal", 1, "libSceLibcInternal", fwide); + LIB_FUNCTION("ZRAcn3dPVmA", "libSceLibcInternal", 1, "libSceLibcInternal", fwprintf); + LIB_FUNCTION("9kOFELic7Pk", "libSceLibcInternal", 1, "libSceLibcInternal", fwprintf_s); + LIB_FUNCTION("MpxhMh8QFro", "libSceLibcInternal", 1, "libSceLibcInternal", fwrite); + LIB_FUNCTION("a6CYO8YOzfw", "libSceLibcInternal", 1, "libSceLibcInternal", fwscanf); + LIB_FUNCTION("Bo5wtXSj4kc", "libSceLibcInternal", 1, "libSceLibcInternal", fwscanf_s); + LIB_FUNCTION("BD-xV2fLe2M", "libSceLibcInternal", 1, "libSceLibcInternal", gamma); + LIB_FUNCTION("q+AdV-EHiKc", "libSceLibcInternal", 1, "libSceLibcInternal", gamma_r); + LIB_FUNCTION("sZ93QMbGRJY", "libSceLibcInternal", 1, "libSceLibcInternal", gammaf); + LIB_FUNCTION("E3RYvWbYLgk", "libSceLibcInternal", 1, "libSceLibcInternal", gammaf_r); + LIB_FUNCTION("8Q60JLJ6Rv4", "libSceLibcInternal", 1, "libSceLibcInternal", getc); + LIB_FUNCTION("5tM252Rs2fc", "libSceLibcInternal", 1, "libSceLibcInternal", getc_unlocked); + LIB_FUNCTION("L3XZiuKqZUM", "libSceLibcInternal", 1, "libSceLibcInternal", getchar); + LIB_FUNCTION("H0pVDvSuAVQ", "libSceLibcInternal", 1, "libSceLibcInternal", getchar_unlocked); + LIB_FUNCTION("DYivN1nO-JQ", "libSceLibcInternal", 1, "libSceLibcInternal", getcwd); + LIB_FUNCTION("smbQukfxYJM", "libSceLibcInternal", 1, "libSceLibcInternal", getenv); + LIB_FUNCTION("-nvxBWa0iDs", "libSceLibcInternal", 1, "libSceLibcInternal", gethostname); + LIB_FUNCTION("j-gWL6wDros", "libSceLibcInternal", 1, "libSceLibcInternal", getifaddrs); + LIB_FUNCTION("VUtibKJCt1o", "libSceLibcInternal", 1, "libSceLibcInternal", getopt); + LIB_FUNCTION("8VVXJxB5nlk", "libSceLibcInternal", 1, "libSceLibcInternal", getopt_long); + LIB_FUNCTION("oths6jEyBqo", "libSceLibcInternal", 1, "libSceLibcInternal", getopt_long_only); + LIB_FUNCTION("7Psx1DlAyE4", "libSceLibcInternal", 1, "libSceLibcInternal", getprogname); + LIB_FUNCTION("Ok+SYcoL19Y", "libSceLibcInternal", 1, "libSceLibcInternal", gets); + LIB_FUNCTION("lb+HLLZkbbw", "libSceLibcInternal", 1, "libSceLibcInternal", gets_s); + LIB_FUNCTION("AoLA2MRWJvc", "libSceLibcInternal", 1, "libSceLibcInternal", getw); + LIB_FUNCTION("CosTELN5ETk", "libSceLibcInternal", 1, "libSceLibcInternal", getwc); + LIB_FUNCTION("n2mWDsholo8", "libSceLibcInternal", 1, "libSceLibcInternal", getwchar); + LIB_FUNCTION("1mecP7RgI2A", "libSceLibcInternal", 1, "libSceLibcInternal", gmtime); + LIB_FUNCTION("5bBacGLyLOs", "libSceLibcInternal", 1, "libSceLibcInternal", gmtime_s); + LIB_FUNCTION("YFoOw5GkkK0", "libSceLibcInternal", 1, "libSceLibcInternal", hypot); + LIB_FUNCTION("2HzgScoQq9o", "libSceLibcInternal", 1, "libSceLibcInternal", hypot3); + LIB_FUNCTION("xlRcc7Rcqgo", "libSceLibcInternal", 1, "libSceLibcInternal", hypot3f); + LIB_FUNCTION("aDmly36AAgI", "libSceLibcInternal", 1, "libSceLibcInternal", hypot3l); + LIB_FUNCTION("iz2shAGFIxc", "libSceLibcInternal", 1, "libSceLibcInternal", hypotf); + LIB_FUNCTION("jJC7x18ge8k", "libSceLibcInternal", 1, "libSceLibcInternal", hypotl); + LIB_FUNCTION("ODGONXcSmz4", "libSceLibcInternal", 1, "libSceLibcInternal", ignore_handler_s); + LIB_FUNCTION("h6pVBKjcLiU", "libSceLibcInternal", 1, "libSceLibcInternal", ilogb); + LIB_FUNCTION("0dQrYWd7g94", "libSceLibcInternal", 1, "libSceLibcInternal", ilogbf); + LIB_FUNCTION("wXs12eD3uvA", "libSceLibcInternal", 1, "libSceLibcInternal", ilogbl); + LIB_FUNCTION("UgZ7Rhk60cQ", "libSceLibcInternal", 1, "libSceLibcInternal", imaxabs); + LIB_FUNCTION("V0X-mrfdM9E", "libSceLibcInternal", 1, "libSceLibcInternal", imaxdiv); + LIB_FUNCTION("t3RFHn0bTPg", "libSceLibcInternal", 1, "libSceLibcInternal", index); + LIB_FUNCTION("sBBuXmJ5Kjk", "libSceLibcInternal", 1, "libSceLibcInternal", inet_addr); + LIB_FUNCTION("ISTLytNGT0c", "libSceLibcInternal", 1, "libSceLibcInternal", inet_aton); + LIB_FUNCTION("7iTp7O6VOXQ", "libSceLibcInternal", 1, "libSceLibcInternal", inet_ntoa); + LIB_FUNCTION("i3E1Ywn4t+8", "libSceLibcInternal", 1, "libSceLibcInternal", inet_ntoa_r); + LIB_FUNCTION("IIUY-5hk-4k", "libSceLibcInternal", 1, "libSceLibcInternal", initstate); + LIB_FUNCTION("4uJJNi+C9wk", "libSceLibcInternal", 1, "libSceLibcInternal", isalnum); + LIB_FUNCTION("+xU0WKT8mDc", "libSceLibcInternal", 1, "libSceLibcInternal", isalpha); + LIB_FUNCTION("lhnrCOBiTGo", "libSceLibcInternal", 1, "libSceLibcInternal", isblank); + LIB_FUNCTION("akpGErA1zdg", "libSceLibcInternal", 1, "libSceLibcInternal", iscntrl); + LIB_FUNCTION("JWBr5N8zyNE", "libSceLibcInternal", 1, "libSceLibcInternal", isdigit); + LIB_FUNCTION("rrgxakQtvc0", "libSceLibcInternal", 1, "libSceLibcInternal", isgraph); + LIB_FUNCTION("2q5PPh7HsKE", "libSceLibcInternal", 1, "libSceLibcInternal", isinf); + LIB_FUNCTION("KqYTqtSfGos", "libSceLibcInternal", 1, "libSceLibcInternal", islower); + LIB_FUNCTION("20qj+7O69XY", "libSceLibcInternal", 1, "libSceLibcInternal", isnan); + LIB_FUNCTION("3pF7bUSIH8o", "libSceLibcInternal", 1, "libSceLibcInternal", isnanf); + LIB_FUNCTION("eGkOpTojJl4", "libSceLibcInternal", 1, "libSceLibcInternal", isprint); + LIB_FUNCTION("I6Z-684E2C4", "libSceLibcInternal", 1, "libSceLibcInternal", ispunct); + LIB_FUNCTION("wazw2x2m3DQ", "libSceLibcInternal", 1, "libSceLibcInternal", isspace); + LIB_FUNCTION("GcFKlTJEMkI", "libSceLibcInternal", 1, "libSceLibcInternal", isupper); + LIB_FUNCTION("wDmL2EH0CBs", "libSceLibcInternal", 1, "libSceLibcInternal", iswalnum); + LIB_FUNCTION("D-qDARDb1aM", "libSceLibcInternal", 1, "libSceLibcInternal", iswalpha); + LIB_FUNCTION("p6DbM0OAHNo", "libSceLibcInternal", 1, "libSceLibcInternal", iswblank); + LIB_FUNCTION("6A+1YZ79qFk", "libSceLibcInternal", 1, "libSceLibcInternal", iswcntrl); + LIB_FUNCTION("45E7omS0vvc", "libSceLibcInternal", 1, "libSceLibcInternal", iswctype); + LIB_FUNCTION("n0kT+8Eeizs", "libSceLibcInternal", 1, "libSceLibcInternal", iswdigit); + LIB_FUNCTION("wjG0GyCyaP0", "libSceLibcInternal", 1, "libSceLibcInternal", iswgraph); + LIB_FUNCTION("Ok8KPy3nFls", "libSceLibcInternal", 1, "libSceLibcInternal", iswlower); + LIB_FUNCTION("U7IhU4VEB-0", "libSceLibcInternal", 1, "libSceLibcInternal", iswprint); + LIB_FUNCTION("AEPvEZkaLsU", "libSceLibcInternal", 1, "libSceLibcInternal", iswpunct); + LIB_FUNCTION("vqtytrxgLMs", "libSceLibcInternal", 1, "libSceLibcInternal", iswspace); + LIB_FUNCTION("1QcrrL9UDRQ", "libSceLibcInternal", 1, "libSceLibcInternal", iswupper); + LIB_FUNCTION("cjmSjRlnMAs", "libSceLibcInternal", 1, "libSceLibcInternal", iswxdigit); + LIB_FUNCTION("srzSVSbKn7M", "libSceLibcInternal", 1, "libSceLibcInternal", isxdigit); + LIB_FUNCTION("tcN0ngcXegg", "libSceLibcInternal", 1, "libSceLibcInternal", j0); + LIB_FUNCTION("RmE3aE8WHuY", "libSceLibcInternal", 1, "libSceLibcInternal", j0f); + LIB_FUNCTION("BNbWdC9Jg+4", "libSceLibcInternal", 1, "libSceLibcInternal", j1); + LIB_FUNCTION("uVXcivvVHzU", "libSceLibcInternal", 1, "libSceLibcInternal", j1f); + LIB_FUNCTION("QdE7Arjzxos", "libSceLibcInternal", 1, "libSceLibcInternal", jn); + LIB_FUNCTION("M5KJmq-gKM8", "libSceLibcInternal", 1, "libSceLibcInternal", jnf); + LIB_FUNCTION("M7KmRg9CERk", "libSceLibcInternal", 1, "libSceLibcInternal", jrand48); + LIB_FUNCTION("xzZiQgReRGE", "libSceLibcInternal", 1, "libSceLibcInternal", labs); + LIB_FUNCTION("wTjDJ6In3Cg", "libSceLibcInternal", 1, "libSceLibcInternal", lcong48); + LIB_FUNCTION("JrwFIMzKNr0", "libSceLibcInternal", 1, "libSceLibcInternal", ldexp); + LIB_FUNCTION("kn0yiYeExgA", "libSceLibcInternal", 1, "libSceLibcInternal", ldexpf); + LIB_FUNCTION("aX8H2+BBlWE", "libSceLibcInternal", 1, "libSceLibcInternal", ldexpl); + LIB_FUNCTION("gfP0im5Z3g0", "libSceLibcInternal", 1, "libSceLibcInternal", ldiv); + LIB_FUNCTION("o-kMHRBvkbQ", "libSceLibcInternal", 1, "libSceLibcInternal", lgamma); + LIB_FUNCTION("EjL+gY1G2lk", "libSceLibcInternal", 1, "libSceLibcInternal", lgamma_r); + LIB_FUNCTION("i-ifjh3SLBU", "libSceLibcInternal", 1, "libSceLibcInternal", lgammaf); + LIB_FUNCTION("RlGUiqyKf9I", "libSceLibcInternal", 1, "libSceLibcInternal", lgammaf_r); + LIB_FUNCTION("lPYpsOb9s-I", "libSceLibcInternal", 1, "libSceLibcInternal", lgammal); + LIB_FUNCTION("rHRr+131ATY", "libSceLibcInternal", 1, "libSceLibcInternal", llabs); + LIB_FUNCTION("iVhJZvAO2aQ", "libSceLibcInternal", 1, "libSceLibcInternal", lldiv); + LIB_FUNCTION("-431A-YBAks", "libSceLibcInternal", 1, "libSceLibcInternal", llrint); + LIB_FUNCTION("KPsQA0pis8o", "libSceLibcInternal", 1, "libSceLibcInternal", llrintf); + LIB_FUNCTION("6bRANWNYID0", "libSceLibcInternal", 1, "libSceLibcInternal", llrintl); + LIB_FUNCTION("w-BvXF4O6xo", "libSceLibcInternal", 1, "libSceLibcInternal", llround); + LIB_FUNCTION("eQhBFnTOp40", "libSceLibcInternal", 1, "libSceLibcInternal", llroundf); + LIB_FUNCTION("wRs5S54zjm0", "libSceLibcInternal", 1, "libSceLibcInternal", llroundl); + LIB_FUNCTION("0hlfW1O4Aa4", "libSceLibcInternal", 1, "libSceLibcInternal", localeconv); + LIB_FUNCTION("efhK-YSUYYQ", "libSceLibcInternal", 1, "libSceLibcInternal", localtime); + LIB_FUNCTION("fiiNDnNBKVY", "libSceLibcInternal", 1, "libSceLibcInternal", localtime_s); + LIB_FUNCTION("rtV7-jWC6Yg", "libSceLibcInternal", 1, "libSceLibcInternal", log); + LIB_FUNCTION("WuMbPBKN1TU", "libSceLibcInternal", 1, "libSceLibcInternal", log10); + LIB_FUNCTION("lhpd6Wk6ccs", "libSceLibcInternal", 1, "libSceLibcInternal", log10f); + LIB_FUNCTION("CT4aR0tBgkQ", "libSceLibcInternal", 1, "libSceLibcInternal", log10l); + LIB_FUNCTION("VfsML+n9cDM", "libSceLibcInternal", 1, "libSceLibcInternal", log1p); + LIB_FUNCTION("MFe91s8apQk", "libSceLibcInternal", 1, "libSceLibcInternal", log1pf); + LIB_FUNCTION("77qd0ksTwdI", "libSceLibcInternal", 1, "libSceLibcInternal", log1pl); + LIB_FUNCTION("Y5DhuDKGlnQ", "libSceLibcInternal", 1, "libSceLibcInternal", log2); + LIB_FUNCTION("hsi9drzHR2k", "libSceLibcInternal", 1, "libSceLibcInternal", log2f); + LIB_FUNCTION("CfOrGjBj-RY", "libSceLibcInternal", 1, "libSceLibcInternal", log2l); + LIB_FUNCTION("owKuegZU4ew", "libSceLibcInternal", 1, "libSceLibcInternal", logb); + LIB_FUNCTION("RWqyr1OKuw4", "libSceLibcInternal", 1, "libSceLibcInternal", logbf); + LIB_FUNCTION("txJTOe0Db6M", "libSceLibcInternal", 1, "libSceLibcInternal", logbl); + LIB_FUNCTION("RQXLbdT2lc4", "libSceLibcInternal", 1, "libSceLibcInternal", logf); + LIB_FUNCTION("EiHf-aLDImI", "libSceLibcInternal", 1, "libSceLibcInternal", logl); + LIB_FUNCTION("lKEN2IebgJ0", "libSceLibcInternal", 1, "libSceLibcInternal", longjmp); + LIB_FUNCTION("5IpoNfxu84U", "libSceLibcInternal", 1, "libSceLibcInternal", lrand48); + LIB_FUNCTION("VOKOgR7L-2Y", "libSceLibcInternal", 1, "libSceLibcInternal", lrint); + LIB_FUNCTION("rcVv5ivMhY0", "libSceLibcInternal", 1, "libSceLibcInternal", lrintf); + LIB_FUNCTION("jp2e+RSrcow", "libSceLibcInternal", 1, "libSceLibcInternal", lrintl); + LIB_FUNCTION("J3XuGS-cC0Q", "libSceLibcInternal", 1, "libSceLibcInternal", lround); + LIB_FUNCTION("C6gWCWJKM+U", "libSceLibcInternal", 1, "libSceLibcInternal", lroundf); + LIB_FUNCTION("4ITASgL50uc", "libSceLibcInternal", 1, "libSceLibcInternal", lroundl); + LIB_FUNCTION("GipcbdDM5cI", "libSceLibcInternal", 1, "libSceLibcInternal", makecontext); + LIB_FUNCTION("gQX+4GDQjpM", "libSceLibcInternal", 1, "libSceLibcInternal", malloc); + LIB_FUNCTION("ECOPpUQEch0", "libSceLibcInternal", 1, "libSceLibcInternal", malloc_check_memory_bounds); - LIB_FUNCTION("J6FoFNydpFI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - malloc_finalize); - LIB_FUNCTION("SlG1FN-y0N0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("J6FoFNydpFI", "libSceLibcInternal", 1, "libSceLibcInternal", malloc_finalize); + LIB_FUNCTION("SlG1FN-y0N0", "libSceLibcInternal", 1, "libSceLibcInternal", malloc_get_footer_value); - LIB_FUNCTION("Nmezc1Lh7TQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Nmezc1Lh7TQ", "libSceLibcInternal", 1, "libSceLibcInternal", malloc_get_malloc_state); - LIB_FUNCTION("owT6zLJxrTs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - malloc_initialize); - LIB_FUNCTION("0F08WOP8G3s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("owT6zLJxrTs", "libSceLibcInternal", 1, "libSceLibcInternal", malloc_initialize); + LIB_FUNCTION("0F08WOP8G3s", "libSceLibcInternal", 1, "libSceLibcInternal", malloc_report_memory_blocks); - LIB_FUNCTION("CC-BLMBu9-I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, malloc_stats); - LIB_FUNCTION("KuOuD58hqn4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - malloc_stats_fast); - LIB_FUNCTION("NDcSfcYZRC8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - malloc_usable_size); - LIB_FUNCTION("hew0fReI2H0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mblen); - LIB_FUNCTION("j6OnScWpu7k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mbrlen); - LIB_FUNCTION("ogPDBoLmCcA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mbrtoc16); - LIB_FUNCTION("TEd4egxRmdE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mbrtoc32); - LIB_FUNCTION("qVHpv0PxouI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mbrtowc); - LIB_FUNCTION("UbnVmck+o10", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mbsinit); - LIB_FUNCTION("8hygs6D9KBY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mbsrtowcs); - LIB_FUNCTION("1NFvAuzw8dA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mbsrtowcs_s); - LIB_FUNCTION("VUzjXknPPBs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mbstowcs); - LIB_FUNCTION("tdcAqgCS+uI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mbstowcs_s); - LIB_FUNCTION("6eU9xX9oEdQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mbtowc); - LIB_FUNCTION("Ujf3KzMvRmI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, memalign); - LIB_FUNCTION("8u8lPzUEq+U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, memchr); - LIB_FUNCTION("DfivPArhucg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, memcmp); - LIB_FUNCTION("Q3VBxCXhUHs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, memcpy); - LIB_FUNCTION("NFLs+dRJGNg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, memcpy_s); - LIB_FUNCTION("+P6FRGH4LfA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, memmove); - LIB_FUNCTION("B59+zQQCcbU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, memmove_s); - LIB_FUNCTION("5G2ONUzRgjY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, memrchr); - LIB_FUNCTION("8zTFvBIAIN8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, memset); - LIB_FUNCTION("h8GwqPFbu6I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, memset_s); - LIB_FUNCTION("HWEOv0+n7cU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mergesort); - LIB_FUNCTION("n7AepwR0s34", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mktime); - LIB_FUNCTION("0WMHDb5Dt94", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, modf); - LIB_FUNCTION("3+UPM-9E6xY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, modff); - LIB_FUNCTION("tG8pGyxdLEs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, modfl); - LIB_FUNCTION("k-l0Jth-Go8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, mrand48); - LIB_FUNCTION("zck+6bVj5pA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nan); - LIB_FUNCTION("DZU+K1wozGI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nanf); - LIB_FUNCTION("ZUvemFIkkhQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nanl); - LIB_FUNCTION("cJLTwtKGXJk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nearbyint); - LIB_FUNCTION("c+4r-T-tEIc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nearbyintf); - LIB_FUNCTION("6n23e0gIJ9s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nearbyintl); - LIB_FUNCTION("ZT4ODD2Ts9o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("CC-BLMBu9-I", "libSceLibcInternal", 1, "libSceLibcInternal", malloc_stats); + LIB_FUNCTION("KuOuD58hqn4", "libSceLibcInternal", 1, "libSceLibcInternal", malloc_stats_fast); + LIB_FUNCTION("NDcSfcYZRC8", "libSceLibcInternal", 1, "libSceLibcInternal", malloc_usable_size); + LIB_FUNCTION("hew0fReI2H0", "libSceLibcInternal", 1, "libSceLibcInternal", mblen); + LIB_FUNCTION("j6OnScWpu7k", "libSceLibcInternal", 1, "libSceLibcInternal", mbrlen); + LIB_FUNCTION("ogPDBoLmCcA", "libSceLibcInternal", 1, "libSceLibcInternal", mbrtoc16); + LIB_FUNCTION("TEd4egxRmdE", "libSceLibcInternal", 1, "libSceLibcInternal", mbrtoc32); + LIB_FUNCTION("qVHpv0PxouI", "libSceLibcInternal", 1, "libSceLibcInternal", mbrtowc); + LIB_FUNCTION("UbnVmck+o10", "libSceLibcInternal", 1, "libSceLibcInternal", mbsinit); + LIB_FUNCTION("8hygs6D9KBY", "libSceLibcInternal", 1, "libSceLibcInternal", mbsrtowcs); + LIB_FUNCTION("1NFvAuzw8dA", "libSceLibcInternal", 1, "libSceLibcInternal", mbsrtowcs_s); + LIB_FUNCTION("VUzjXknPPBs", "libSceLibcInternal", 1, "libSceLibcInternal", mbstowcs); + LIB_FUNCTION("tdcAqgCS+uI", "libSceLibcInternal", 1, "libSceLibcInternal", mbstowcs_s); + LIB_FUNCTION("6eU9xX9oEdQ", "libSceLibcInternal", 1, "libSceLibcInternal", mbtowc); + LIB_FUNCTION("Ujf3KzMvRmI", "libSceLibcInternal", 1, "libSceLibcInternal", memalign); + LIB_FUNCTION("8u8lPzUEq+U", "libSceLibcInternal", 1, "libSceLibcInternal", memchr); + LIB_FUNCTION("DfivPArhucg", "libSceLibcInternal", 1, "libSceLibcInternal", memcmp); + LIB_FUNCTION("Q3VBxCXhUHs", "libSceLibcInternal", 1, "libSceLibcInternal", memcpy); + LIB_FUNCTION("NFLs+dRJGNg", "libSceLibcInternal", 1, "libSceLibcInternal", memcpy_s); + LIB_FUNCTION("+P6FRGH4LfA", "libSceLibcInternal", 1, "libSceLibcInternal", memmove); + LIB_FUNCTION("B59+zQQCcbU", "libSceLibcInternal", 1, "libSceLibcInternal", memmove_s); + LIB_FUNCTION("5G2ONUzRgjY", "libSceLibcInternal", 1, "libSceLibcInternal", memrchr); + LIB_FUNCTION("8zTFvBIAIN8", "libSceLibcInternal", 1, "libSceLibcInternal", memset); + LIB_FUNCTION("h8GwqPFbu6I", "libSceLibcInternal", 1, "libSceLibcInternal", memset_s); + LIB_FUNCTION("HWEOv0+n7cU", "libSceLibcInternal", 1, "libSceLibcInternal", mergesort); + LIB_FUNCTION("n7AepwR0s34", "libSceLibcInternal", 1, "libSceLibcInternal", mktime); + LIB_FUNCTION("0WMHDb5Dt94", "libSceLibcInternal", 1, "libSceLibcInternal", modf); + LIB_FUNCTION("3+UPM-9E6xY", "libSceLibcInternal", 1, "libSceLibcInternal", modff); + LIB_FUNCTION("tG8pGyxdLEs", "libSceLibcInternal", 1, "libSceLibcInternal", modfl); + LIB_FUNCTION("k-l0Jth-Go8", "libSceLibcInternal", 1, "libSceLibcInternal", mrand48); + LIB_FUNCTION("zck+6bVj5pA", "libSceLibcInternal", 1, "libSceLibcInternal", nan); + LIB_FUNCTION("DZU+K1wozGI", "libSceLibcInternal", 1, "libSceLibcInternal", nanf); + LIB_FUNCTION("ZUvemFIkkhQ", "libSceLibcInternal", 1, "libSceLibcInternal", nanl); + LIB_FUNCTION("cJLTwtKGXJk", "libSceLibcInternal", 1, "libSceLibcInternal", nearbyint); + LIB_FUNCTION("c+4r-T-tEIc", "libSceLibcInternal", 1, "libSceLibcInternal", nearbyintf); + LIB_FUNCTION("6n23e0gIJ9s", "libSceLibcInternal", 1, "libSceLibcInternal", nearbyintl); + LIB_FUNCTION("ZT4ODD2Ts9o", "libSceLibcInternal", 1, "libSceLibcInternal", Need_sceLibcInternal); - LIB_FUNCTION("h+J60RRlfnk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nextafter); - LIB_FUNCTION("3m2ro+Di+Ck", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nextafterf); - LIB_FUNCTION("R0-hvihVoy0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nextafterl); - LIB_FUNCTION("-Q6FYBO4sn0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nexttoward); - LIB_FUNCTION("QaTrhMKUT18", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nexttowardf); - LIB_FUNCTION("ryyn6-WJm6U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nexttowardl); - LIB_FUNCTION("3wcYIMz8LUo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, nrand48); - LIB_FUNCTION("ay3uROQAc5A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, opendir); - LIB_FUNCTION("zG0BNJOZdm4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, optarg); - LIB_FUNCTION("yaFXXViLWPw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, opterr); - LIB_FUNCTION("zCnSJWp-Qj8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, optind); - LIB_FUNCTION("FwzVaZ8Vnus", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, optopt); - LIB_FUNCTION("CZNm+oNmB-I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, optreset); - LIB_FUNCTION("EMutwaQ34Jo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, perror); - LIB_FUNCTION("cVSk9y8URbc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - posix_memalign); - LIB_FUNCTION("3Nr9caNHhyg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, posix_spawn); - LIB_FUNCTION("Heh4KJwyoX8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("h+J60RRlfnk", "libSceLibcInternal", 1, "libSceLibcInternal", nextafter); + LIB_FUNCTION("3m2ro+Di+Ck", "libSceLibcInternal", 1, "libSceLibcInternal", nextafterf); + LIB_FUNCTION("R0-hvihVoy0", "libSceLibcInternal", 1, "libSceLibcInternal", nextafterl); + LIB_FUNCTION("-Q6FYBO4sn0", "libSceLibcInternal", 1, "libSceLibcInternal", nexttoward); + LIB_FUNCTION("QaTrhMKUT18", "libSceLibcInternal", 1, "libSceLibcInternal", nexttowardf); + LIB_FUNCTION("ryyn6-WJm6U", "libSceLibcInternal", 1, "libSceLibcInternal", nexttowardl); + LIB_FUNCTION("3wcYIMz8LUo", "libSceLibcInternal", 1, "libSceLibcInternal", nrand48); + LIB_FUNCTION("ay3uROQAc5A", "libSceLibcInternal", 1, "libSceLibcInternal", opendir); + LIB_FUNCTION("zG0BNJOZdm4", "libSceLibcInternal", 1, "libSceLibcInternal", optarg); + LIB_FUNCTION("yaFXXViLWPw", "libSceLibcInternal", 1, "libSceLibcInternal", opterr); + LIB_FUNCTION("zCnSJWp-Qj8", "libSceLibcInternal", 1, "libSceLibcInternal", optind); + LIB_FUNCTION("FwzVaZ8Vnus", "libSceLibcInternal", 1, "libSceLibcInternal", optopt); + LIB_FUNCTION("CZNm+oNmB-I", "libSceLibcInternal", 1, "libSceLibcInternal", optreset); + LIB_FUNCTION("EMutwaQ34Jo", "libSceLibcInternal", 1, "libSceLibcInternal", perror); + LIB_FUNCTION("cVSk9y8URbc", "libSceLibcInternal", 1, "libSceLibcInternal", posix_memalign); + LIB_FUNCTION("3Nr9caNHhyg", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawn); + LIB_FUNCTION("Heh4KJwyoX8", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawn_file_actions_addclose); - LIB_FUNCTION("LG6O0oW9bQU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("LG6O0oW9bQU", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawn_file_actions_adddup2); - LIB_FUNCTION("Sj7y+JO5PcM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Sj7y+JO5PcM", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawn_file_actions_addopen); - LIB_FUNCTION("Ud8CbISKRGM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Ud8CbISKRGM", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawn_file_actions_destroy); - LIB_FUNCTION("p--TkNVsXjA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("p--TkNVsXjA", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawn_file_actions_init); - LIB_FUNCTION("Hq9-2AMG+ks", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Hq9-2AMG+ks", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_destroy); - LIB_FUNCTION("7BGUDQDJu-A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7BGUDQDJu-A", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_getflags); - LIB_FUNCTION("Q-GfRQNi66I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Q-GfRQNi66I", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_getpgroup); - LIB_FUNCTION("jbgqYhmVEGY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jbgqYhmVEGY", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_getschedparam); - LIB_FUNCTION("KUYSaO1qv0Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("KUYSaO1qv0Y", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_getschedpolicy); - LIB_FUNCTION("7pASQ1hhH00", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7pASQ1hhH00", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_getsigdefault); - LIB_FUNCTION("wvqDod5pVZg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wvqDod5pVZg", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_getsigmask); - LIB_FUNCTION("44hlATrd47U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("44hlATrd47U", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_init); - LIB_FUNCTION("UV4m0bznVtU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("UV4m0bznVtU", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_setflags); - LIB_FUNCTION("aPDKI3J8PqI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("aPDKI3J8PqI", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_setpgroup); - LIB_FUNCTION("SFlW4kqPgU8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("SFlW4kqPgU8", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_setschedparam); - LIB_FUNCTION("fBne7gcou0s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fBne7gcou0s", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_setschedpolicy); - LIB_FUNCTION("Ani6e+T-y6Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Ani6e+T-y6Q", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_setsigdefault); - LIB_FUNCTION("wCavZQ+m1PA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wCavZQ+m1PA", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnattr_setsigmask); - LIB_FUNCTION("IUfBO5UIZNc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, posix_spawnp); - LIB_FUNCTION("9LCjpWyQ5Zc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, pow); - LIB_FUNCTION("1D0H2KNjshE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, powf); - LIB_FUNCTION("95V3PF0kUEA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, powl); - LIB_FUNCTION("hcuQgD53UxM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, printf); - LIB_FUNCTION("w1NxRBQqfmQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, printf_s); - LIB_FUNCTION("tjuEJo1obls", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, psignal); - LIB_FUNCTION("tLB5+4TEOK0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, putc); - LIB_FUNCTION("H-QeERgWuTM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - putc_unlocked); - LIB_FUNCTION("m5wN+SwZOR4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, putchar); - LIB_FUNCTION("v95AEAzqm+0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - putchar_unlocked); - LIB_FUNCTION("t1ytXodWUH0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, putenv); - LIB_FUNCTION("YQ0navp+YIc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, puts); - LIB_FUNCTION("DwcWtj3tSPA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, putw); - LIB_FUNCTION("UZJnC81pUCw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, putwc); - LIB_FUNCTION("aW9KhGC4cOo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, putwchar); - LIB_FUNCTION("AEJdIVZTEmo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, qsort); - LIB_FUNCTION("G7yOZJObV+4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, qsort_s); - LIB_FUNCTION("qdGFBoLVNKI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, quick_exit); - LIB_FUNCTION("cpCOXWMgha0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, rand); - LIB_FUNCTION("dW3xsu3EgFI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, rand_r); - LIB_FUNCTION("w1o05aHJT4c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, random); - LIB_FUNCTION("lybyyKtP54c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, readdir); - LIB_FUNCTION("J0kng1yac3M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, readdir_r); - LIB_FUNCTION("Y7aJ1uydPMo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, realloc); - LIB_FUNCTION("OGybVuPAhAY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, reallocalign); - LIB_FUNCTION("YMZO9ChZb0E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, reallocf); - LIB_FUNCTION("vhtcIgZG-Lk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, realpath); - LIB_FUNCTION("pv2etu4pocs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, remainder); - LIB_FUNCTION("eS+MVq+Lltw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, remainderf); - LIB_FUNCTION("MvdnffYU3jg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, remainderl); - LIB_FUNCTION("MZO7FXyAPU8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, remove); - LIB_FUNCTION("XI0YDgH8x1c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, remquo); - LIB_FUNCTION("AqpZU2Njrmk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, remquof); - LIB_FUNCTION("Fwow0yyW0nI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, remquol); - LIB_FUNCTION("3QIPIh-GDjw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, rewind); - LIB_FUNCTION("kCKHi6JYtmM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, rewinddir); - LIB_FUNCTION("CWiqHSTO5hk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, rindex); - LIB_FUNCTION("LxGIYYKwKYc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, rint); - LIB_FUNCTION("q5WzucyVSkM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, rintf); - LIB_FUNCTION("Yy5yMiZHBIc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, rintl); - LIB_FUNCTION("nlaojL9hDtA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, round); - LIB_FUNCTION("DDHG1a6+3q0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, roundf); - LIB_FUNCTION("8F1ctQaP0uk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, roundl); - LIB_FUNCTION("HI4N2S6ZWpE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, scalb); - LIB_FUNCTION("rjak2Xm+4mE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, scalbf); - LIB_FUNCTION("7Jp3g-qTgZw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, scalbln); - LIB_FUNCTION("S6LHwvK4h8c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, scalblnf); - LIB_FUNCTION("NFxDIuqfmgw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, scalblnl); - LIB_FUNCTION("KGKBeVcqJjc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, scalbn); - LIB_FUNCTION("9fs1btfLoUs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, scalbnf); - LIB_FUNCTION("l3fh3QW0Tss", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, scalbnl); - LIB_FUNCTION("7XEv6NnznWw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, scanf); - LIB_FUNCTION("-B76wP6IeVA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, scanf_s); - LIB_FUNCTION("aqqpmI7-1j0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - sceLibcDebugOut); - LIB_FUNCTION("Sj3fKG7MwMk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("IUfBO5UIZNc", "libSceLibcInternal", 1, "libSceLibcInternal", posix_spawnp); + LIB_FUNCTION("9LCjpWyQ5Zc", "libSceLibcInternal", 1, "libSceLibcInternal", pow); + LIB_FUNCTION("1D0H2KNjshE", "libSceLibcInternal", 1, "libSceLibcInternal", powf); + LIB_FUNCTION("95V3PF0kUEA", "libSceLibcInternal", 1, "libSceLibcInternal", powl); + LIB_FUNCTION("hcuQgD53UxM", "libSceLibcInternal", 1, "libSceLibcInternal", printf); + LIB_FUNCTION("w1NxRBQqfmQ", "libSceLibcInternal", 1, "libSceLibcInternal", printf_s); + LIB_FUNCTION("tjuEJo1obls", "libSceLibcInternal", 1, "libSceLibcInternal", psignal); + LIB_FUNCTION("tLB5+4TEOK0", "libSceLibcInternal", 1, "libSceLibcInternal", putc); + LIB_FUNCTION("H-QeERgWuTM", "libSceLibcInternal", 1, "libSceLibcInternal", putc_unlocked); + LIB_FUNCTION("m5wN+SwZOR4", "libSceLibcInternal", 1, "libSceLibcInternal", putchar); + LIB_FUNCTION("v95AEAzqm+0", "libSceLibcInternal", 1, "libSceLibcInternal", putchar_unlocked); + LIB_FUNCTION("t1ytXodWUH0", "libSceLibcInternal", 1, "libSceLibcInternal", putenv); + LIB_FUNCTION("YQ0navp+YIc", "libSceLibcInternal", 1, "libSceLibcInternal", puts); + LIB_FUNCTION("DwcWtj3tSPA", "libSceLibcInternal", 1, "libSceLibcInternal", putw); + LIB_FUNCTION("UZJnC81pUCw", "libSceLibcInternal", 1, "libSceLibcInternal", putwc); + LIB_FUNCTION("aW9KhGC4cOo", "libSceLibcInternal", 1, "libSceLibcInternal", putwchar); + LIB_FUNCTION("AEJdIVZTEmo", "libSceLibcInternal", 1, "libSceLibcInternal", qsort); + LIB_FUNCTION("G7yOZJObV+4", "libSceLibcInternal", 1, "libSceLibcInternal", qsort_s); + LIB_FUNCTION("qdGFBoLVNKI", "libSceLibcInternal", 1, "libSceLibcInternal", quick_exit); + LIB_FUNCTION("cpCOXWMgha0", "libSceLibcInternal", 1, "libSceLibcInternal", rand); + LIB_FUNCTION("dW3xsu3EgFI", "libSceLibcInternal", 1, "libSceLibcInternal", rand_r); + LIB_FUNCTION("w1o05aHJT4c", "libSceLibcInternal", 1, "libSceLibcInternal", random); + LIB_FUNCTION("lybyyKtP54c", "libSceLibcInternal", 1, "libSceLibcInternal", readdir); + LIB_FUNCTION("J0kng1yac3M", "libSceLibcInternal", 1, "libSceLibcInternal", readdir_r); + LIB_FUNCTION("Y7aJ1uydPMo", "libSceLibcInternal", 1, "libSceLibcInternal", realloc); + LIB_FUNCTION("OGybVuPAhAY", "libSceLibcInternal", 1, "libSceLibcInternal", reallocalign); + LIB_FUNCTION("YMZO9ChZb0E", "libSceLibcInternal", 1, "libSceLibcInternal", reallocf); + LIB_FUNCTION("vhtcIgZG-Lk", "libSceLibcInternal", 1, "libSceLibcInternal", realpath); + LIB_FUNCTION("pv2etu4pocs", "libSceLibcInternal", 1, "libSceLibcInternal", remainder); + LIB_FUNCTION("eS+MVq+Lltw", "libSceLibcInternal", 1, "libSceLibcInternal", remainderf); + LIB_FUNCTION("MvdnffYU3jg", "libSceLibcInternal", 1, "libSceLibcInternal", remainderl); + LIB_FUNCTION("MZO7FXyAPU8", "libSceLibcInternal", 1, "libSceLibcInternal", remove); + LIB_FUNCTION("XI0YDgH8x1c", "libSceLibcInternal", 1, "libSceLibcInternal", remquo); + LIB_FUNCTION("AqpZU2Njrmk", "libSceLibcInternal", 1, "libSceLibcInternal", remquof); + LIB_FUNCTION("Fwow0yyW0nI", "libSceLibcInternal", 1, "libSceLibcInternal", remquol); + LIB_FUNCTION("3QIPIh-GDjw", "libSceLibcInternal", 1, "libSceLibcInternal", rewind); + LIB_FUNCTION("kCKHi6JYtmM", "libSceLibcInternal", 1, "libSceLibcInternal", rewinddir); + LIB_FUNCTION("CWiqHSTO5hk", "libSceLibcInternal", 1, "libSceLibcInternal", rindex); + LIB_FUNCTION("LxGIYYKwKYc", "libSceLibcInternal", 1, "libSceLibcInternal", rint); + LIB_FUNCTION("q5WzucyVSkM", "libSceLibcInternal", 1, "libSceLibcInternal", rintf); + LIB_FUNCTION("Yy5yMiZHBIc", "libSceLibcInternal", 1, "libSceLibcInternal", rintl); + LIB_FUNCTION("nlaojL9hDtA", "libSceLibcInternal", 1, "libSceLibcInternal", round); + LIB_FUNCTION("DDHG1a6+3q0", "libSceLibcInternal", 1, "libSceLibcInternal", roundf); + LIB_FUNCTION("8F1ctQaP0uk", "libSceLibcInternal", 1, "libSceLibcInternal", roundl); + LIB_FUNCTION("HI4N2S6ZWpE", "libSceLibcInternal", 1, "libSceLibcInternal", scalb); + LIB_FUNCTION("rjak2Xm+4mE", "libSceLibcInternal", 1, "libSceLibcInternal", scalbf); + LIB_FUNCTION("7Jp3g-qTgZw", "libSceLibcInternal", 1, "libSceLibcInternal", scalbln); + LIB_FUNCTION("S6LHwvK4h8c", "libSceLibcInternal", 1, "libSceLibcInternal", scalblnf); + LIB_FUNCTION("NFxDIuqfmgw", "libSceLibcInternal", 1, "libSceLibcInternal", scalblnl); + LIB_FUNCTION("KGKBeVcqJjc", "libSceLibcInternal", 1, "libSceLibcInternal", scalbn); + LIB_FUNCTION("9fs1btfLoUs", "libSceLibcInternal", 1, "libSceLibcInternal", scalbnf); + LIB_FUNCTION("l3fh3QW0Tss", "libSceLibcInternal", 1, "libSceLibcInternal", scalbnl); + LIB_FUNCTION("7XEv6NnznWw", "libSceLibcInternal", 1, "libSceLibcInternal", scanf); + LIB_FUNCTION("-B76wP6IeVA", "libSceLibcInternal", 1, "libSceLibcInternal", scanf_s); + LIB_FUNCTION("aqqpmI7-1j0", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcDebugOut); + LIB_FUNCTION("Sj3fKG7MwMk", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcHeapGetAddressRanges); - LIB_FUNCTION("HFtbbWvBO+U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HFtbbWvBO+U", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcHeapMutexCalloc); - LIB_FUNCTION("jJKMkpqQr7I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("jJKMkpqQr7I", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcHeapMutexFree); - LIB_FUNCTION("4iOzclpv1M0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4iOzclpv1M0", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcHeapSetAddressRangeCallback); - LIB_FUNCTION("M6qiY0nhk54", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("M6qiY0nhk54", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcHeapSetTraceMarker); - LIB_FUNCTION("RlhJVAYLSqU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("RlhJVAYLSqU", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcHeapUnsetTraceMarker); - LIB_FUNCTION("YrL-1y6vfyo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("YrL-1y6vfyo", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcInternalMemoryGetWakeAddr); - LIB_FUNCTION("h8jq9ee4h5c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("h8jq9ee4h5c", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcInternalMemoryMutexEnable); - LIB_FUNCTION("LXqt47GvaRA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("LXqt47GvaRA", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcInternalSetMallocCallback); - LIB_FUNCTION("ljkqMcC4-mk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("ljkqMcC4-mk", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceAlignedAlloc); - LIB_FUNCTION("LYo3GhIlB38", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("LYo3GhIlB38", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceCalloc); - LIB_FUNCTION("-hn1tcVHq5Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("-hn1tcVHq5Q", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceCreate); - LIB_FUNCTION("W6SiVSiCDtI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("W6SiVSiCDtI", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceDestroy); - LIB_FUNCTION("Vla-Z+eXlxo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - sceLibcMspaceFree); - LIB_FUNCTION("raRgiuQfvWk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Vla-Z+eXlxo", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceFree); + LIB_FUNCTION("raRgiuQfvWk", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceGetAddressRanges); - LIB_FUNCTION("pzUa7KEoydw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("pzUa7KEoydw", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceIsHeapEmpty); - LIB_FUNCTION("OJjm-QOIHlI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("OJjm-QOIHlI", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceMalloc); - LIB_FUNCTION("mfHdJTIvhuo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mfHdJTIvhuo", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceMallocStats); - LIB_FUNCTION("k04jLXu3+Ic", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("k04jLXu3+Ic", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceMallocStatsFast); - LIB_FUNCTION("fEoW6BJsPt4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("fEoW6BJsPt4", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceMallocUsableSize); - LIB_FUNCTION("iF1iQHzxBJU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("iF1iQHzxBJU", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceMemalign); - LIB_FUNCTION("qWESlyXMI3E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qWESlyXMI3E", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspacePosixMemalign); - LIB_FUNCTION("gigoVHZvVPE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("gigoVHZvVPE", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceRealloc); - LIB_FUNCTION("p6lrRW8-MLY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("p6lrRW8-MLY", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceReallocalign); - LIB_FUNCTION("+CbwGRMnlfU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("+CbwGRMnlfU", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcMspaceSetMallocCallback); - LIB_FUNCTION("HmgKoOWpUc8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sceLibcOnce); - LIB_FUNCTION("-lZdT34nAAE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("HmgKoOWpUc8", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcOnce); + LIB_FUNCTION("-lZdT34nAAE", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceCalloc); - LIB_FUNCTION("Pcq7UoYAcFE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("Pcq7UoYAcFE", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceCheckMemoryBounds); - LIB_FUNCTION("6hdfGRKHefs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6hdfGRKHefs", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceCreate); - LIB_FUNCTION("qB5nGjWa-bk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("qB5nGjWa-bk", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceDestroy); - LIB_FUNCTION("9mMuuhXMwqQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("9mMuuhXMwqQ", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceFree); - LIB_FUNCTION("kv4kgdjswN0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("kv4kgdjswN0", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceGetFooterValue); - LIB_FUNCTION("htdTOnMxDbQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("htdTOnMxDbQ", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceIsHeapEmpty); - LIB_FUNCTION("QuZzFJD5Hrw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QuZzFJD5Hrw", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceMalloc); - LIB_FUNCTION("mO8NB8whKy8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("mO8NB8whKy8", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceMallocStats); - LIB_FUNCTION("OmG3YPCBLJs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("OmG3YPCBLJs", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceMallocStatsFast); - LIB_FUNCTION("6JcY5RDA4jY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("6JcY5RDA4jY", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceMallocUsableSize); - LIB_FUNCTION("PKJcFUfhKtw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("PKJcFUfhKtw", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceMemalign); - LIB_FUNCTION("7hOUKGcT6jM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("7hOUKGcT6jM", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspacePosixMemalign); - LIB_FUNCTION("u32UXVridxQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("u32UXVridxQ", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceRealloc); - LIB_FUNCTION("4SvlEtd0j40", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("4SvlEtd0j40", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceReallocalign); - LIB_FUNCTION("0FnzR6qum90", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("0FnzR6qum90", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceReportMemoryBlocks); - LIB_FUNCTION("AUYdq63RG3U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("AUYdq63RG3U", "libSceLibcInternal", 1, "libSceLibcInternal", sceLibcPafMspaceTrim); - LIB_FUNCTION("2g5wco7AAHg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, seed48); - LIB_FUNCTION("7WoI+lVawlc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, seekdir); - LIB_FUNCTION("ENLfKJEZTjE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("2g5wco7AAHg", "libSceLibcInternal", 1, "libSceLibcInternal", seed48); + LIB_FUNCTION("7WoI+lVawlc", "libSceLibcInternal", 1, "libSceLibcInternal", seekdir); + LIB_FUNCTION("ENLfKJEZTjE", "libSceLibcInternal", 1, "libSceLibcInternal", set_constraint_handler_s); - LIB_FUNCTION("vZMcAfsA31I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, setbuf); - LIB_FUNCTION("M4YYbSFfJ8g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, setenv); - LIB_FUNCTION("gNQ1V2vfXDE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, setjmp); - LIB_FUNCTION("PtsB1Q9wsFA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, setlocale); - LIB_FUNCTION("woQta4WRpk0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, setstate); - LIB_FUNCTION("QMFyLoqNxIg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, setvbuf); - LIB_FUNCTION("Bm3k7JQMN5w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sigblock); - LIB_FUNCTION("TsrS8nGDQok", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, siginterrupt); - LIB_FUNCTION("SQGxZCv3aYk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - signalcontext); - LIB_FUNCTION("5gOOC0kzW0c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, signgam); - LIB_FUNCTION("Az3tTyAy380", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, significand); - LIB_FUNCTION("L2YaHYQdmHw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, significandf); - LIB_FUNCTION("cJvOg1KV8uc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sigsetmask); - LIB_FUNCTION("yhxKO9LYc8A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sigvec); - LIB_FUNCTION("H8ya2H00jbI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sin); - LIB_FUNCTION("jMB7EFyu30Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sincos); - LIB_FUNCTION("pztV4AF18iI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sincosf); - LIB_FUNCTION("Q4rRL34CEeE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sinf); - LIB_FUNCTION("ZjtRqSMJwdw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sinh); - LIB_FUNCTION("1t1-JoZ0sZQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sinhf); - LIB_FUNCTION("lYdqBvDgeHU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sinhl); - LIB_FUNCTION("vxgqrJxDPHo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sinl); - LIB_FUNCTION("eLdDw6l0-bU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, snprintf); - LIB_FUNCTION("3BytPOQgVKc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, snprintf_s); - LIB_FUNCTION("jbj2wBoiCyg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, snwprintf_s); - LIB_FUNCTION("tcVi5SivF7Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sprintf); - LIB_FUNCTION("xEszJVGpybs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sprintf_s); - LIB_FUNCTION("MXRNWnosNlM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sqrt); - LIB_FUNCTION("Q+xU11-h0xQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sqrtf); - LIB_FUNCTION("RIkUZRadZgc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sqrtl); - LIB_FUNCTION("VPbJwTCgME0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, srand); - LIB_FUNCTION("+KSnjvZ0NMc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, srand48); - LIB_FUNCTION("sPC7XE6hfFY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, srandom); - LIB_FUNCTION("a2MOZf++Wjg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, srandomdev); - LIB_FUNCTION("1Pk0qZQGeWo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sscanf); - LIB_FUNCTION("24m4Z4bUaoY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sscanf_s); - LIB_FUNCTION("ayTeobcoGj8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, statvfs); - LIB_FUNCTION("+CUrIMpVuaM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, stderr); - LIB_FUNCTION("omQZ36ESr98", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, stdin); - LIB_FUNCTION("3eGXiXpFLt0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, stdout); - LIB_FUNCTION("ZSnX-xZBGCg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, stpcpy); - LIB_FUNCTION("AV6ipCNa4Rw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strcasecmp); - LIB_FUNCTION("Ls4tzzhimqQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strcat); - LIB_FUNCTION("K+gcnFFJKVc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strcat_s); - LIB_FUNCTION("ob5xAW4ln-0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strchr); - LIB_FUNCTION("Ovb2dSJOAuE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strcmp); - LIB_FUNCTION("gjbmYpP-XJQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strcoll); - LIB_FUNCTION("kiZSXIWd9vg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strcpy); - LIB_FUNCTION("5Xa2ACNECdo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strcpy_s); - LIB_FUNCTION("q0F6yS-rCms", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strcspn); - LIB_FUNCTION("g7zzzLDYGw0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strdup); - LIB_FUNCTION("RIa6GnWp+iU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strerror); - LIB_FUNCTION("RBcs3uut1TA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strerror_r); - LIB_FUNCTION("o+ok6Y+DtgY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strerror_s); - LIB_FUNCTION("-g26XITGVgE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, - strerrorlen_s); - LIB_FUNCTION("Av3zjWi64Kw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strftime); - LIB_FUNCTION("ByfjUZsWiyg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strlcat); - LIB_FUNCTION("SfQIZcqvvms", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strlcpy); - LIB_FUNCTION("j4ViWNHEgww", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strlen); - LIB_FUNCTION("pXvbDfchu6k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strncasecmp); - LIB_FUNCTION("kHg45qPC6f0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strncat); - LIB_FUNCTION("NC4MSB+BRQg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strncat_s); - LIB_FUNCTION("aesyjrHVWy4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strncmp); - LIB_FUNCTION("6sJWiWSRuqk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strncpy); - LIB_FUNCTION("YNzNkJzYqEg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strncpy_s); - LIB_FUNCTION("XGnuIBmEmyk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strndup); - LIB_FUNCTION("5jNubw4vlAA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strnlen); - LIB_FUNCTION("DQbtGaBKlaw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strnlen_s); - LIB_FUNCTION("Xnrfb2-WhVw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strnstr); - LIB_FUNCTION("kDZvoVssCgQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strpbrk); - LIB_FUNCTION("9yDWMxEFdJU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strrchr); - LIB_FUNCTION("cJWGxiQPmDQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strsep); - LIB_FUNCTION("-kU6bB4M-+k", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strspn); - LIB_FUNCTION("viiwFMaNamA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strstr); - LIB_FUNCTION("2vDqwBlpF-o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtod); - LIB_FUNCTION("xENtRue8dpI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtof); - LIB_FUNCTION("q5MWYCDfu3c", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtoimax); - LIB_FUNCTION("oVkZ8W8-Q8A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtok); - LIB_FUNCTION("enqPGLfmVNU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtok_r); - LIB_FUNCTION("-vXEQdRADLI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtok_s); - LIB_FUNCTION("mXlxhmLNMPg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtol); - LIB_FUNCTION("nW9JRkciRk4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtold); - LIB_FUNCTION("VOBg+iNwB-4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtoll); - LIB_FUNCTION("QxmSHBCuKTk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtoul); - LIB_FUNCTION("5OqszGpy7Mg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtoull); - LIB_FUNCTION("QNyUWGXmXNc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtoumax); - LIB_FUNCTION("g-McpZfseZo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strtouq); - LIB_FUNCTION("zogPrkd46DY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, strxfrm); - LIB_FUNCTION("nJz16JE1txM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, swprintf); - LIB_FUNCTION("Im55VJ-Bekc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, swprintf_s); - LIB_FUNCTION("HNnWdT43ues", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, swscanf); - LIB_FUNCTION("tQNolUV1q5A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, swscanf_s); - LIB_FUNCTION("ZD+Dp+-LsGg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sys_nsig); - LIB_FUNCTION("yCdGspbNHZ8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sys_siglist); - LIB_FUNCTION("Y16fu+FC+3Q", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sys_signame); - LIB_FUNCTION("UNS2V4S097M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, syslog); - LIB_FUNCTION("T7uyNqP7vQA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, tan); - LIB_FUNCTION("ZE6RNL+eLbk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, tanf); - LIB_FUNCTION("JM4EBvWT9rc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, tanh); - LIB_FUNCTION("SAd0Z3wKwLA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, tanhf); - LIB_FUNCTION("JCmHsYVc2eo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, tanhl); - LIB_FUNCTION("QL+3q43NfEA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, tanl); - LIB_FUNCTION("RZA5RZawY04", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, telldir); - LIB_FUNCTION("b7J3q7-UABY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, tgamma); - LIB_FUNCTION("B2ZbqV9geCM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, tgammaf); - LIB_FUNCTION("FU03r76UxaU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, tgammal); - LIB_FUNCTION("wLlFkwG9UcQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, time); - LIB_FUNCTION("-Oet9AHzwtU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, timezone); - LIB_FUNCTION("PqF+kHW-2WQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, tolower); - LIB_FUNCTION("TYE4irxSmko", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, toupper); - LIB_FUNCTION("BEKIcbCV-MU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, towctrans); - LIB_FUNCTION("J3J1T9fjUik", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, towlower); - LIB_FUNCTION("1uf1SQsj5go", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, towupper); - LIB_FUNCTION("a4gLGspPEDM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, trunc); - LIB_FUNCTION("Vo8rvWtZw3g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, truncf); - LIB_FUNCTION("apdxz6cLMh8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, truncl); - LIB_FUNCTION("BAYjQubSZT8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, tzname); - LIB_FUNCTION("gYFKAMoNEfo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, tzset); - LIB_FUNCTION("-LFO7jhD5CE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ungetc); - LIB_FUNCTION("Nz7J62MvgQs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ungetwc); - LIB_FUNCTION("CRJcH8CnPSI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, unsetenv); - LIB_FUNCTION("1nTKA7pN1jw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, utime); - LIB_FUNCTION("qjBlw2cVMAM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vasprintf); - LIB_FUNCTION("aoTkxU86Mr4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, verr); - LIB_FUNCTION("7Pc0nOTw8po", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, verrc); - LIB_FUNCTION("ItC2hTrYvHw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, verrx); - LIB_FUNCTION("pDBDcY6uLSA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vfprintf); - LIB_FUNCTION("GhTZtaodo7o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vfprintf_s); - LIB_FUNCTION("lckWSkHDBrY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vfscanf); - LIB_FUNCTION("JjPXy-HX5dY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vfscanf_s); - LIB_FUNCTION("M2bGWSqt764", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vfwprintf); - LIB_FUNCTION("XX9KWzJvRf0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vfwprintf_s); - LIB_FUNCTION("WF4fBmip+38", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vfwscanf); - LIB_FUNCTION("Wvm90I-TGl0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vfwscanf_s); - LIB_FUNCTION("GMpvxPFW924", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vprintf); - LIB_FUNCTION("YfJUGNPkbK4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vprintf_s); - LIB_FUNCTION("j7Jk3yd3yC8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vscanf); - LIB_FUNCTION("fQYpcUzy3zo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vscanf_s); - LIB_FUNCTION("Q2V+iqvjgC0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vsnprintf); - LIB_FUNCTION("rWSuTWY2JN0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vsnprintf_s); - LIB_FUNCTION("8SKVXgeK1wY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vsnwprintf_s); - LIB_FUNCTION("jbz9I9vkqkk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vsprintf); - LIB_FUNCTION("+qitMEbkSWk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vsprintf_s); - LIB_FUNCTION("UTrpOVLcoOA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vsscanf); - LIB_FUNCTION("tfNbpqL3D0M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vsscanf_s); - LIB_FUNCTION("u0XOsuOmOzc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vswprintf); - LIB_FUNCTION("oDoV9tyHTbA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vswprintf_s); - LIB_FUNCTION("KGotca3AjYw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vswscanf); - LIB_FUNCTION("39HHkIWrWNo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vswscanf_s); - LIB_FUNCTION("zxecOOffO68", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vsyslog); - LIB_FUNCTION("s67G-KeDKOo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vwarn); - LIB_FUNCTION("BfAsxVvQVTQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vwarnc); - LIB_FUNCTION("iH+oMJn8YPk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vwarnx); - LIB_FUNCTION("QuF2rZGE-v8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vwprintf); - LIB_FUNCTION("XPrliF5n-ww", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vwprintf_s); - LIB_FUNCTION("QNwdOK7HfJU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vwscanf); - LIB_FUNCTION("YgZ6qvFH3QI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, vwscanf_s); - LIB_FUNCTION("3Rhy2gXDhwc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, warn); - LIB_FUNCTION("AqUBdZqHZi4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, warnc); - LIB_FUNCTION("aNJaYyn0Ujo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, warnx); - LIB_FUNCTION("y9OoA+P5cjk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcrtomb); - LIB_FUNCTION("oAlR5z2iiCA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcrtomb_s); - LIB_FUNCTION("KZm8HUIX2Rw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcscat); - LIB_FUNCTION("MqeMaVUiyU8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcscat_s); - LIB_FUNCTION("Ezzq78ZgHPs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcschr); - LIB_FUNCTION("pNtJdE3x49E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcscmp); - LIB_FUNCTION("fV2xHER+bKE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcscoll); - LIB_FUNCTION("FM5NPnLqBc8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcscpy); - LIB_FUNCTION("6f5f-qx4ucA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcscpy_s); - LIB_FUNCTION("7eNus40aGuk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcscspn); - LIB_FUNCTION("XbVXpf5WF28", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsftime); - LIB_FUNCTION("WkkeywLJcgU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcslen); - LIB_FUNCTION("pA9N3VIgEZ4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsncat); - LIB_FUNCTION("VxG0990tP3E", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsncat_s); - LIB_FUNCTION("E8wCoUEbfzk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsncmp); - LIB_FUNCTION("0nV21JjYCH8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsncpy); - LIB_FUNCTION("Slmz4HMpNGs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsncpy_s); - LIB_FUNCTION("K+v+cnmGoH4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsnlen_s); - LIB_FUNCTION("H4MCONF+Gps", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcspbrk); - LIB_FUNCTION("g3ShSirD50I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsrchr); - LIB_FUNCTION("sOOMlZoy1pg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsrtombs); - LIB_FUNCTION("79s2tnYQI6I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsrtombs_s); - LIB_FUNCTION("x9uumWcxhXU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsspn); - LIB_FUNCTION("WDpobjImAb4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsstr); - LIB_FUNCTION("7-a7sBHeUQ8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstod); - LIB_FUNCTION("7SXNu+0KBYQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstof); - LIB_FUNCTION("ljFisaQPwYQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstoimax); - LIB_FUNCTION("8ngzWNZzFJU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstok); - LIB_FUNCTION("dsXnVxORFdc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstok_s); - LIB_FUNCTION("d3dMyWORw8A", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstol); - LIB_FUNCTION("LEbYWl9rBc8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstold); - LIB_FUNCTION("34nH7v2xvNQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstoll); - LIB_FUNCTION("v7S7LhP2OJc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstombs); - LIB_FUNCTION("sZLrjx-yEx4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstombs_s); - LIB_FUNCTION("5AYcEn7aoro", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstoul); - LIB_FUNCTION("DAbZ-Vfu6lQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstoull); - LIB_FUNCTION("1e-q5iIukH8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcstoumax); - LIB_FUNCTION("VuMMb5CfpEw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wcsxfrm); - LIB_FUNCTION("CL7VJxznu6g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wctob); - LIB_FUNCTION("7PxmvOEX3oc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wctomb); - LIB_FUNCTION("y3V0bIq38NE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wctomb_s); - LIB_FUNCTION("seyrqIc4ovc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wctrans); - LIB_FUNCTION("+3PtYiUxl-U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wctype); - LIB_FUNCTION("fnUEjBCNRVU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wmemchr); - LIB_FUNCTION("QJ5xVfKkni0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wmemcmp); - LIB_FUNCTION("fL3O02ypZFE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wmemcpy); - LIB_FUNCTION("BTsuaJ6FxKM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wmemcpy_s); - LIB_FUNCTION("Noj9PsJrsa8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wmemmove); - LIB_FUNCTION("F8b+Wb-YQVs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wmemmove_s); - LIB_FUNCTION("Al8MZJh-4hM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wmemset); - LIB_FUNCTION("OGVdXU3E-xg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wprintf); - LIB_FUNCTION("FEtOJURNey0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wprintf_s); - LIB_FUNCTION("D8JBAR3RiZQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wscanf); - LIB_FUNCTION("RV7X3FrWfTI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, wscanf_s); - LIB_FUNCTION("inwDBwEvw18", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, xtime_get); - LIB_FUNCTION("RvsFE8j3C38", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, y0); - LIB_FUNCTION("+tfKv1vt0QQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, y0f); - LIB_FUNCTION("vh9aGR3ALP0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, y1); - LIB_FUNCTION("gklG+J87Pq4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, y1f); - LIB_FUNCTION("eWSt5lscApo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, yn); - LIB_FUNCTION("wdPaII721tY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, ynf); - LIB_FUNCTION("GG6441JdYkA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("vZMcAfsA31I", "libSceLibcInternal", 1, "libSceLibcInternal", setbuf); + LIB_FUNCTION("M4YYbSFfJ8g", "libSceLibcInternal", 1, "libSceLibcInternal", setenv); + LIB_FUNCTION("gNQ1V2vfXDE", "libSceLibcInternal", 1, "libSceLibcInternal", setjmp); + LIB_FUNCTION("PtsB1Q9wsFA", "libSceLibcInternal", 1, "libSceLibcInternal", setlocale); + LIB_FUNCTION("woQta4WRpk0", "libSceLibcInternal", 1, "libSceLibcInternal", setstate); + LIB_FUNCTION("QMFyLoqNxIg", "libSceLibcInternal", 1, "libSceLibcInternal", setvbuf); + LIB_FUNCTION("Bm3k7JQMN5w", "libSceLibcInternal", 1, "libSceLibcInternal", sigblock); + LIB_FUNCTION("TsrS8nGDQok", "libSceLibcInternal", 1, "libSceLibcInternal", siginterrupt); + LIB_FUNCTION("SQGxZCv3aYk", "libSceLibcInternal", 1, "libSceLibcInternal", signalcontext); + LIB_FUNCTION("5gOOC0kzW0c", "libSceLibcInternal", 1, "libSceLibcInternal", signgam); + LIB_FUNCTION("Az3tTyAy380", "libSceLibcInternal", 1, "libSceLibcInternal", significand); + LIB_FUNCTION("L2YaHYQdmHw", "libSceLibcInternal", 1, "libSceLibcInternal", significandf); + LIB_FUNCTION("cJvOg1KV8uc", "libSceLibcInternal", 1, "libSceLibcInternal", sigsetmask); + LIB_FUNCTION("yhxKO9LYc8A", "libSceLibcInternal", 1, "libSceLibcInternal", sigvec); + LIB_FUNCTION("H8ya2H00jbI", "libSceLibcInternal", 1, "libSceLibcInternal", sin); + LIB_FUNCTION("jMB7EFyu30Y", "libSceLibcInternal", 1, "libSceLibcInternal", sincos); + LIB_FUNCTION("pztV4AF18iI", "libSceLibcInternal", 1, "libSceLibcInternal", sincosf); + LIB_FUNCTION("Q4rRL34CEeE", "libSceLibcInternal", 1, "libSceLibcInternal", sinf); + LIB_FUNCTION("ZjtRqSMJwdw", "libSceLibcInternal", 1, "libSceLibcInternal", sinh); + LIB_FUNCTION("1t1-JoZ0sZQ", "libSceLibcInternal", 1, "libSceLibcInternal", sinhf); + LIB_FUNCTION("lYdqBvDgeHU", "libSceLibcInternal", 1, "libSceLibcInternal", sinhl); + LIB_FUNCTION("vxgqrJxDPHo", "libSceLibcInternal", 1, "libSceLibcInternal", sinl); + LIB_FUNCTION("eLdDw6l0-bU", "libSceLibcInternal", 1, "libSceLibcInternal", snprintf); + LIB_FUNCTION("3BytPOQgVKc", "libSceLibcInternal", 1, "libSceLibcInternal", snprintf_s); + LIB_FUNCTION("jbj2wBoiCyg", "libSceLibcInternal", 1, "libSceLibcInternal", snwprintf_s); + LIB_FUNCTION("tcVi5SivF7Q", "libSceLibcInternal", 1, "libSceLibcInternal", sprintf); + LIB_FUNCTION("xEszJVGpybs", "libSceLibcInternal", 1, "libSceLibcInternal", sprintf_s); + LIB_FUNCTION("MXRNWnosNlM", "libSceLibcInternal", 1, "libSceLibcInternal", sqrt); + LIB_FUNCTION("Q+xU11-h0xQ", "libSceLibcInternal", 1, "libSceLibcInternal", sqrtf); + LIB_FUNCTION("RIkUZRadZgc", "libSceLibcInternal", 1, "libSceLibcInternal", sqrtl); + LIB_FUNCTION("VPbJwTCgME0", "libSceLibcInternal", 1, "libSceLibcInternal", srand); + LIB_FUNCTION("+KSnjvZ0NMc", "libSceLibcInternal", 1, "libSceLibcInternal", srand48); + LIB_FUNCTION("sPC7XE6hfFY", "libSceLibcInternal", 1, "libSceLibcInternal", srandom); + LIB_FUNCTION("a2MOZf++Wjg", "libSceLibcInternal", 1, "libSceLibcInternal", srandomdev); + LIB_FUNCTION("1Pk0qZQGeWo", "libSceLibcInternal", 1, "libSceLibcInternal", sscanf); + LIB_FUNCTION("24m4Z4bUaoY", "libSceLibcInternal", 1, "libSceLibcInternal", sscanf_s); + LIB_FUNCTION("ayTeobcoGj8", "libSceLibcInternal", 1, "libSceLibcInternal", statvfs); + LIB_FUNCTION("+CUrIMpVuaM", "libSceLibcInternal", 1, "libSceLibcInternal", stderr); + LIB_FUNCTION("omQZ36ESr98", "libSceLibcInternal", 1, "libSceLibcInternal", stdin); + LIB_FUNCTION("3eGXiXpFLt0", "libSceLibcInternal", 1, "libSceLibcInternal", stdout); + LIB_FUNCTION("ZSnX-xZBGCg", "libSceLibcInternal", 1, "libSceLibcInternal", stpcpy); + LIB_FUNCTION("AV6ipCNa4Rw", "libSceLibcInternal", 1, "libSceLibcInternal", strcasecmp); + LIB_FUNCTION("Ls4tzzhimqQ", "libSceLibcInternal", 1, "libSceLibcInternal", strcat); + LIB_FUNCTION("K+gcnFFJKVc", "libSceLibcInternal", 1, "libSceLibcInternal", strcat_s); + LIB_FUNCTION("ob5xAW4ln-0", "libSceLibcInternal", 1, "libSceLibcInternal", strchr); + LIB_FUNCTION("Ovb2dSJOAuE", "libSceLibcInternal", 1, "libSceLibcInternal", strcmp); + LIB_FUNCTION("gjbmYpP-XJQ", "libSceLibcInternal", 1, "libSceLibcInternal", strcoll); + LIB_FUNCTION("kiZSXIWd9vg", "libSceLibcInternal", 1, "libSceLibcInternal", strcpy); + LIB_FUNCTION("5Xa2ACNECdo", "libSceLibcInternal", 1, "libSceLibcInternal", strcpy_s); + LIB_FUNCTION("q0F6yS-rCms", "libSceLibcInternal", 1, "libSceLibcInternal", strcspn); + LIB_FUNCTION("g7zzzLDYGw0", "libSceLibcInternal", 1, "libSceLibcInternal", strdup); + LIB_FUNCTION("RIa6GnWp+iU", "libSceLibcInternal", 1, "libSceLibcInternal", strerror); + LIB_FUNCTION("RBcs3uut1TA", "libSceLibcInternal", 1, "libSceLibcInternal", strerror_r); + LIB_FUNCTION("o+ok6Y+DtgY", "libSceLibcInternal", 1, "libSceLibcInternal", strerror_s); + LIB_FUNCTION("-g26XITGVgE", "libSceLibcInternal", 1, "libSceLibcInternal", strerrorlen_s); + LIB_FUNCTION("Av3zjWi64Kw", "libSceLibcInternal", 1, "libSceLibcInternal", strftime); + LIB_FUNCTION("ByfjUZsWiyg", "libSceLibcInternal", 1, "libSceLibcInternal", strlcat); + LIB_FUNCTION("SfQIZcqvvms", "libSceLibcInternal", 1, "libSceLibcInternal", strlcpy); + LIB_FUNCTION("j4ViWNHEgww", "libSceLibcInternal", 1, "libSceLibcInternal", strlen); + LIB_FUNCTION("pXvbDfchu6k", "libSceLibcInternal", 1, "libSceLibcInternal", strncasecmp); + LIB_FUNCTION("kHg45qPC6f0", "libSceLibcInternal", 1, "libSceLibcInternal", strncat); + LIB_FUNCTION("NC4MSB+BRQg", "libSceLibcInternal", 1, "libSceLibcInternal", strncat_s); + LIB_FUNCTION("aesyjrHVWy4", "libSceLibcInternal", 1, "libSceLibcInternal", strncmp); + LIB_FUNCTION("6sJWiWSRuqk", "libSceLibcInternal", 1, "libSceLibcInternal", strncpy); + LIB_FUNCTION("YNzNkJzYqEg", "libSceLibcInternal", 1, "libSceLibcInternal", strncpy_s); + LIB_FUNCTION("XGnuIBmEmyk", "libSceLibcInternal", 1, "libSceLibcInternal", strndup); + LIB_FUNCTION("5jNubw4vlAA", "libSceLibcInternal", 1, "libSceLibcInternal", strnlen); + LIB_FUNCTION("DQbtGaBKlaw", "libSceLibcInternal", 1, "libSceLibcInternal", strnlen_s); + LIB_FUNCTION("Xnrfb2-WhVw", "libSceLibcInternal", 1, "libSceLibcInternal", strnstr); + LIB_FUNCTION("kDZvoVssCgQ", "libSceLibcInternal", 1, "libSceLibcInternal", strpbrk); + LIB_FUNCTION("9yDWMxEFdJU", "libSceLibcInternal", 1, "libSceLibcInternal", strrchr); + LIB_FUNCTION("cJWGxiQPmDQ", "libSceLibcInternal", 1, "libSceLibcInternal", strsep); + LIB_FUNCTION("-kU6bB4M-+k", "libSceLibcInternal", 1, "libSceLibcInternal", strspn); + LIB_FUNCTION("viiwFMaNamA", "libSceLibcInternal", 1, "libSceLibcInternal", strstr); + LIB_FUNCTION("2vDqwBlpF-o", "libSceLibcInternal", 1, "libSceLibcInternal", strtod); + LIB_FUNCTION("xENtRue8dpI", "libSceLibcInternal", 1, "libSceLibcInternal", strtof); + LIB_FUNCTION("q5MWYCDfu3c", "libSceLibcInternal", 1, "libSceLibcInternal", strtoimax); + LIB_FUNCTION("oVkZ8W8-Q8A", "libSceLibcInternal", 1, "libSceLibcInternal", strtok); + LIB_FUNCTION("enqPGLfmVNU", "libSceLibcInternal", 1, "libSceLibcInternal", strtok_r); + LIB_FUNCTION("-vXEQdRADLI", "libSceLibcInternal", 1, "libSceLibcInternal", strtok_s); + LIB_FUNCTION("mXlxhmLNMPg", "libSceLibcInternal", 1, "libSceLibcInternal", strtol); + LIB_FUNCTION("nW9JRkciRk4", "libSceLibcInternal", 1, "libSceLibcInternal", strtold); + LIB_FUNCTION("VOBg+iNwB-4", "libSceLibcInternal", 1, "libSceLibcInternal", strtoll); + LIB_FUNCTION("QxmSHBCuKTk", "libSceLibcInternal", 1, "libSceLibcInternal", strtoul); + LIB_FUNCTION("5OqszGpy7Mg", "libSceLibcInternal", 1, "libSceLibcInternal", strtoull); + LIB_FUNCTION("QNyUWGXmXNc", "libSceLibcInternal", 1, "libSceLibcInternal", strtoumax); + LIB_FUNCTION("g-McpZfseZo", "libSceLibcInternal", 1, "libSceLibcInternal", strtouq); + LIB_FUNCTION("zogPrkd46DY", "libSceLibcInternal", 1, "libSceLibcInternal", strxfrm); + LIB_FUNCTION("nJz16JE1txM", "libSceLibcInternal", 1, "libSceLibcInternal", swprintf); + LIB_FUNCTION("Im55VJ-Bekc", "libSceLibcInternal", 1, "libSceLibcInternal", swprintf_s); + LIB_FUNCTION("HNnWdT43ues", "libSceLibcInternal", 1, "libSceLibcInternal", swscanf); + LIB_FUNCTION("tQNolUV1q5A", "libSceLibcInternal", 1, "libSceLibcInternal", swscanf_s); + LIB_FUNCTION("ZD+Dp+-LsGg", "libSceLibcInternal", 1, "libSceLibcInternal", sys_nsig); + LIB_FUNCTION("yCdGspbNHZ8", "libSceLibcInternal", 1, "libSceLibcInternal", sys_siglist); + LIB_FUNCTION("Y16fu+FC+3Q", "libSceLibcInternal", 1, "libSceLibcInternal", sys_signame); + LIB_FUNCTION("UNS2V4S097M", "libSceLibcInternal", 1, "libSceLibcInternal", syslog); + LIB_FUNCTION("T7uyNqP7vQA", "libSceLibcInternal", 1, "libSceLibcInternal", tan); + LIB_FUNCTION("ZE6RNL+eLbk", "libSceLibcInternal", 1, "libSceLibcInternal", tanf); + LIB_FUNCTION("JM4EBvWT9rc", "libSceLibcInternal", 1, "libSceLibcInternal", tanh); + LIB_FUNCTION("SAd0Z3wKwLA", "libSceLibcInternal", 1, "libSceLibcInternal", tanhf); + LIB_FUNCTION("JCmHsYVc2eo", "libSceLibcInternal", 1, "libSceLibcInternal", tanhl); + LIB_FUNCTION("QL+3q43NfEA", "libSceLibcInternal", 1, "libSceLibcInternal", tanl); + LIB_FUNCTION("RZA5RZawY04", "libSceLibcInternal", 1, "libSceLibcInternal", telldir); + LIB_FUNCTION("b7J3q7-UABY", "libSceLibcInternal", 1, "libSceLibcInternal", tgamma); + LIB_FUNCTION("B2ZbqV9geCM", "libSceLibcInternal", 1, "libSceLibcInternal", tgammaf); + LIB_FUNCTION("FU03r76UxaU", "libSceLibcInternal", 1, "libSceLibcInternal", tgammal); + LIB_FUNCTION("wLlFkwG9UcQ", "libSceLibcInternal", 1, "libSceLibcInternal", time); + LIB_FUNCTION("-Oet9AHzwtU", "libSceLibcInternal", 1, "libSceLibcInternal", timezone); + LIB_FUNCTION("PqF+kHW-2WQ", "libSceLibcInternal", 1, "libSceLibcInternal", tolower); + LIB_FUNCTION("TYE4irxSmko", "libSceLibcInternal", 1, "libSceLibcInternal", toupper); + LIB_FUNCTION("BEKIcbCV-MU", "libSceLibcInternal", 1, "libSceLibcInternal", towctrans); + LIB_FUNCTION("J3J1T9fjUik", "libSceLibcInternal", 1, "libSceLibcInternal", towlower); + LIB_FUNCTION("1uf1SQsj5go", "libSceLibcInternal", 1, "libSceLibcInternal", towupper); + LIB_FUNCTION("a4gLGspPEDM", "libSceLibcInternal", 1, "libSceLibcInternal", trunc); + LIB_FUNCTION("Vo8rvWtZw3g", "libSceLibcInternal", 1, "libSceLibcInternal", truncf); + LIB_FUNCTION("apdxz6cLMh8", "libSceLibcInternal", 1, "libSceLibcInternal", truncl); + LIB_FUNCTION("BAYjQubSZT8", "libSceLibcInternal", 1, "libSceLibcInternal", tzname); + LIB_FUNCTION("gYFKAMoNEfo", "libSceLibcInternal", 1, "libSceLibcInternal", tzset); + LIB_FUNCTION("-LFO7jhD5CE", "libSceLibcInternal", 1, "libSceLibcInternal", ungetc); + LIB_FUNCTION("Nz7J62MvgQs", "libSceLibcInternal", 1, "libSceLibcInternal", ungetwc); + LIB_FUNCTION("CRJcH8CnPSI", "libSceLibcInternal", 1, "libSceLibcInternal", unsetenv); + LIB_FUNCTION("1nTKA7pN1jw", "libSceLibcInternal", 1, "libSceLibcInternal", utime); + LIB_FUNCTION("qjBlw2cVMAM", "libSceLibcInternal", 1, "libSceLibcInternal", vasprintf); + LIB_FUNCTION("aoTkxU86Mr4", "libSceLibcInternal", 1, "libSceLibcInternal", verr); + LIB_FUNCTION("7Pc0nOTw8po", "libSceLibcInternal", 1, "libSceLibcInternal", verrc); + LIB_FUNCTION("ItC2hTrYvHw", "libSceLibcInternal", 1, "libSceLibcInternal", verrx); + LIB_FUNCTION("pDBDcY6uLSA", "libSceLibcInternal", 1, "libSceLibcInternal", vfprintf); + LIB_FUNCTION("GhTZtaodo7o", "libSceLibcInternal", 1, "libSceLibcInternal", vfprintf_s); + LIB_FUNCTION("lckWSkHDBrY", "libSceLibcInternal", 1, "libSceLibcInternal", vfscanf); + LIB_FUNCTION("JjPXy-HX5dY", "libSceLibcInternal", 1, "libSceLibcInternal", vfscanf_s); + LIB_FUNCTION("M2bGWSqt764", "libSceLibcInternal", 1, "libSceLibcInternal", vfwprintf); + LIB_FUNCTION("XX9KWzJvRf0", "libSceLibcInternal", 1, "libSceLibcInternal", vfwprintf_s); + LIB_FUNCTION("WF4fBmip+38", "libSceLibcInternal", 1, "libSceLibcInternal", vfwscanf); + LIB_FUNCTION("Wvm90I-TGl0", "libSceLibcInternal", 1, "libSceLibcInternal", vfwscanf_s); + LIB_FUNCTION("GMpvxPFW924", "libSceLibcInternal", 1, "libSceLibcInternal", vprintf); + LIB_FUNCTION("YfJUGNPkbK4", "libSceLibcInternal", 1, "libSceLibcInternal", vprintf_s); + LIB_FUNCTION("j7Jk3yd3yC8", "libSceLibcInternal", 1, "libSceLibcInternal", vscanf); + LIB_FUNCTION("fQYpcUzy3zo", "libSceLibcInternal", 1, "libSceLibcInternal", vscanf_s); + LIB_FUNCTION("Q2V+iqvjgC0", "libSceLibcInternal", 1, "libSceLibcInternal", vsnprintf); + LIB_FUNCTION("rWSuTWY2JN0", "libSceLibcInternal", 1, "libSceLibcInternal", vsnprintf_s); + LIB_FUNCTION("8SKVXgeK1wY", "libSceLibcInternal", 1, "libSceLibcInternal", vsnwprintf_s); + LIB_FUNCTION("jbz9I9vkqkk", "libSceLibcInternal", 1, "libSceLibcInternal", vsprintf); + LIB_FUNCTION("+qitMEbkSWk", "libSceLibcInternal", 1, "libSceLibcInternal", vsprintf_s); + LIB_FUNCTION("UTrpOVLcoOA", "libSceLibcInternal", 1, "libSceLibcInternal", vsscanf); + LIB_FUNCTION("tfNbpqL3D0M", "libSceLibcInternal", 1, "libSceLibcInternal", vsscanf_s); + LIB_FUNCTION("u0XOsuOmOzc", "libSceLibcInternal", 1, "libSceLibcInternal", vswprintf); + LIB_FUNCTION("oDoV9tyHTbA", "libSceLibcInternal", 1, "libSceLibcInternal", vswprintf_s); + LIB_FUNCTION("KGotca3AjYw", "libSceLibcInternal", 1, "libSceLibcInternal", vswscanf); + LIB_FUNCTION("39HHkIWrWNo", "libSceLibcInternal", 1, "libSceLibcInternal", vswscanf_s); + LIB_FUNCTION("zxecOOffO68", "libSceLibcInternal", 1, "libSceLibcInternal", vsyslog); + LIB_FUNCTION("s67G-KeDKOo", "libSceLibcInternal", 1, "libSceLibcInternal", vwarn); + LIB_FUNCTION("BfAsxVvQVTQ", "libSceLibcInternal", 1, "libSceLibcInternal", vwarnc); + LIB_FUNCTION("iH+oMJn8YPk", "libSceLibcInternal", 1, "libSceLibcInternal", vwarnx); + LIB_FUNCTION("QuF2rZGE-v8", "libSceLibcInternal", 1, "libSceLibcInternal", vwprintf); + LIB_FUNCTION("XPrliF5n-ww", "libSceLibcInternal", 1, "libSceLibcInternal", vwprintf_s); + LIB_FUNCTION("QNwdOK7HfJU", "libSceLibcInternal", 1, "libSceLibcInternal", vwscanf); + LIB_FUNCTION("YgZ6qvFH3QI", "libSceLibcInternal", 1, "libSceLibcInternal", vwscanf_s); + LIB_FUNCTION("3Rhy2gXDhwc", "libSceLibcInternal", 1, "libSceLibcInternal", warn); + LIB_FUNCTION("AqUBdZqHZi4", "libSceLibcInternal", 1, "libSceLibcInternal", warnc); + LIB_FUNCTION("aNJaYyn0Ujo", "libSceLibcInternal", 1, "libSceLibcInternal", warnx); + LIB_FUNCTION("y9OoA+P5cjk", "libSceLibcInternal", 1, "libSceLibcInternal", wcrtomb); + LIB_FUNCTION("oAlR5z2iiCA", "libSceLibcInternal", 1, "libSceLibcInternal", wcrtomb_s); + LIB_FUNCTION("KZm8HUIX2Rw", "libSceLibcInternal", 1, "libSceLibcInternal", wcscat); + LIB_FUNCTION("MqeMaVUiyU8", "libSceLibcInternal", 1, "libSceLibcInternal", wcscat_s); + LIB_FUNCTION("Ezzq78ZgHPs", "libSceLibcInternal", 1, "libSceLibcInternal", wcschr); + LIB_FUNCTION("pNtJdE3x49E", "libSceLibcInternal", 1, "libSceLibcInternal", wcscmp); + LIB_FUNCTION("fV2xHER+bKE", "libSceLibcInternal", 1, "libSceLibcInternal", wcscoll); + LIB_FUNCTION("FM5NPnLqBc8", "libSceLibcInternal", 1, "libSceLibcInternal", wcscpy); + LIB_FUNCTION("6f5f-qx4ucA", "libSceLibcInternal", 1, "libSceLibcInternal", wcscpy_s); + LIB_FUNCTION("7eNus40aGuk", "libSceLibcInternal", 1, "libSceLibcInternal", wcscspn); + LIB_FUNCTION("XbVXpf5WF28", "libSceLibcInternal", 1, "libSceLibcInternal", wcsftime); + LIB_FUNCTION("WkkeywLJcgU", "libSceLibcInternal", 1, "libSceLibcInternal", wcslen); + LIB_FUNCTION("pA9N3VIgEZ4", "libSceLibcInternal", 1, "libSceLibcInternal", wcsncat); + LIB_FUNCTION("VxG0990tP3E", "libSceLibcInternal", 1, "libSceLibcInternal", wcsncat_s); + LIB_FUNCTION("E8wCoUEbfzk", "libSceLibcInternal", 1, "libSceLibcInternal", wcsncmp); + LIB_FUNCTION("0nV21JjYCH8", "libSceLibcInternal", 1, "libSceLibcInternal", wcsncpy); + LIB_FUNCTION("Slmz4HMpNGs", "libSceLibcInternal", 1, "libSceLibcInternal", wcsncpy_s); + LIB_FUNCTION("K+v+cnmGoH4", "libSceLibcInternal", 1, "libSceLibcInternal", wcsnlen_s); + LIB_FUNCTION("H4MCONF+Gps", "libSceLibcInternal", 1, "libSceLibcInternal", wcspbrk); + LIB_FUNCTION("g3ShSirD50I", "libSceLibcInternal", 1, "libSceLibcInternal", wcsrchr); + LIB_FUNCTION("sOOMlZoy1pg", "libSceLibcInternal", 1, "libSceLibcInternal", wcsrtombs); + LIB_FUNCTION("79s2tnYQI6I", "libSceLibcInternal", 1, "libSceLibcInternal", wcsrtombs_s); + LIB_FUNCTION("x9uumWcxhXU", "libSceLibcInternal", 1, "libSceLibcInternal", wcsspn); + LIB_FUNCTION("WDpobjImAb4", "libSceLibcInternal", 1, "libSceLibcInternal", wcsstr); + LIB_FUNCTION("7-a7sBHeUQ8", "libSceLibcInternal", 1, "libSceLibcInternal", wcstod); + LIB_FUNCTION("7SXNu+0KBYQ", "libSceLibcInternal", 1, "libSceLibcInternal", wcstof); + LIB_FUNCTION("ljFisaQPwYQ", "libSceLibcInternal", 1, "libSceLibcInternal", wcstoimax); + LIB_FUNCTION("8ngzWNZzFJU", "libSceLibcInternal", 1, "libSceLibcInternal", wcstok); + LIB_FUNCTION("dsXnVxORFdc", "libSceLibcInternal", 1, "libSceLibcInternal", wcstok_s); + LIB_FUNCTION("d3dMyWORw8A", "libSceLibcInternal", 1, "libSceLibcInternal", wcstol); + LIB_FUNCTION("LEbYWl9rBc8", "libSceLibcInternal", 1, "libSceLibcInternal", wcstold); + LIB_FUNCTION("34nH7v2xvNQ", "libSceLibcInternal", 1, "libSceLibcInternal", wcstoll); + LIB_FUNCTION("v7S7LhP2OJc", "libSceLibcInternal", 1, "libSceLibcInternal", wcstombs); + LIB_FUNCTION("sZLrjx-yEx4", "libSceLibcInternal", 1, "libSceLibcInternal", wcstombs_s); + LIB_FUNCTION("5AYcEn7aoro", "libSceLibcInternal", 1, "libSceLibcInternal", wcstoul); + LIB_FUNCTION("DAbZ-Vfu6lQ", "libSceLibcInternal", 1, "libSceLibcInternal", wcstoull); + LIB_FUNCTION("1e-q5iIukH8", "libSceLibcInternal", 1, "libSceLibcInternal", wcstoumax); + LIB_FUNCTION("VuMMb5CfpEw", "libSceLibcInternal", 1, "libSceLibcInternal", wcsxfrm); + LIB_FUNCTION("CL7VJxznu6g", "libSceLibcInternal", 1, "libSceLibcInternal", wctob); + LIB_FUNCTION("7PxmvOEX3oc", "libSceLibcInternal", 1, "libSceLibcInternal", wctomb); + LIB_FUNCTION("y3V0bIq38NE", "libSceLibcInternal", 1, "libSceLibcInternal", wctomb_s); + LIB_FUNCTION("seyrqIc4ovc", "libSceLibcInternal", 1, "libSceLibcInternal", wctrans); + LIB_FUNCTION("+3PtYiUxl-U", "libSceLibcInternal", 1, "libSceLibcInternal", wctype); + LIB_FUNCTION("fnUEjBCNRVU", "libSceLibcInternal", 1, "libSceLibcInternal", wmemchr); + LIB_FUNCTION("QJ5xVfKkni0", "libSceLibcInternal", 1, "libSceLibcInternal", wmemcmp); + LIB_FUNCTION("fL3O02ypZFE", "libSceLibcInternal", 1, "libSceLibcInternal", wmemcpy); + LIB_FUNCTION("BTsuaJ6FxKM", "libSceLibcInternal", 1, "libSceLibcInternal", wmemcpy_s); + LIB_FUNCTION("Noj9PsJrsa8", "libSceLibcInternal", 1, "libSceLibcInternal", wmemmove); + LIB_FUNCTION("F8b+Wb-YQVs", "libSceLibcInternal", 1, "libSceLibcInternal", wmemmove_s); + LIB_FUNCTION("Al8MZJh-4hM", "libSceLibcInternal", 1, "libSceLibcInternal", wmemset); + LIB_FUNCTION("OGVdXU3E-xg", "libSceLibcInternal", 1, "libSceLibcInternal", wprintf); + LIB_FUNCTION("FEtOJURNey0", "libSceLibcInternal", 1, "libSceLibcInternal", wprintf_s); + LIB_FUNCTION("D8JBAR3RiZQ", "libSceLibcInternal", 1, "libSceLibcInternal", wscanf); + LIB_FUNCTION("RV7X3FrWfTI", "libSceLibcInternal", 1, "libSceLibcInternal", wscanf_s); + LIB_FUNCTION("inwDBwEvw18", "libSceLibcInternal", 1, "libSceLibcInternal", xtime_get); + LIB_FUNCTION("RvsFE8j3C38", "libSceLibcInternal", 1, "libSceLibcInternal", y0); + LIB_FUNCTION("+tfKv1vt0QQ", "libSceLibcInternal", 1, "libSceLibcInternal", y0f); + LIB_FUNCTION("vh9aGR3ALP0", "libSceLibcInternal", 1, "libSceLibcInternal", y1); + LIB_FUNCTION("gklG+J87Pq4", "libSceLibcInternal", 1, "libSceLibcInternal", y1f); + LIB_FUNCTION("eWSt5lscApo", "libSceLibcInternal", 1, "libSceLibcInternal", yn); + LIB_FUNCTION("wdPaII721tY", "libSceLibcInternal", 1, "libSceLibcInternal", ynf); + LIB_FUNCTION("GG6441JdYkA", "libSceLibcInternal", 1, "libSceLibcInternal", Func_186EB8E3525D6240); - LIB_FUNCTION("QZ9YgTk+yrE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("QZ9YgTk+yrE", "libSceLibcInternal", 1, "libSceLibcInternal", Func_419F5881393ECAB1); - LIB_FUNCTION("bGuDd3kWVKQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("bGuDd3kWVKQ", "libSceLibcInternal", 1, "libSceLibcInternal", Func_6C6B8377791654A4); - LIB_FUNCTION("f9LVyN8Ky8g", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("f9LVyN8Ky8g", "libSceLibcInternal", 1, "libSceLibcInternal", Func_7FD2D5C8DF0ACBC8); - LIB_FUNCTION("wUqJ0psUjDo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + LIB_FUNCTION("wUqJ0psUjDo", "libSceLibcInternal", 1, "libSceLibcInternal", Func_C14A89D29B148C3A); + LIB_FUNCTION("NWtTN10cJzE", "libSceLibcInternalExt", 1, "libSceLibcInternal", + sceLibcHeapGetTraceInfo); }; } // namespace Libraries::LibcInternal \ No newline at end of file diff --git a/libraries/libcinternal.h b/libraries/libcinternal.h index fd12cd3..4ca7c65 100644 --- a/libraries/libcinternal.h +++ b/libraries/libcinternal.h @@ -11,7 +11,6 @@ class SymbolsResolver; namespace Libraries::LibcInternal { -s32 PS4_SYSV_ABI sceLibcHeapGetTraceInfo(); s32 PS4_SYSV_ABI __absvdi2(); s32 PS4_SYSV_ABI __absvsi2(); s32 PS4_SYSV_ABI __absvti2(); @@ -3226,6 +3225,7 @@ s32 PS4_SYSV_ABI Func_419F5881393ECAB1(); s32 PS4_SYSV_ABI Func_6C6B8377791654A4(); s32 PS4_SYSV_ABI Func_7FD2D5C8DF0ACBC8(); s32 PS4_SYSV_ABI Func_C14A89D29B148C3A(); +s32 PS4_SYSV_ABI sceLibcHeapGetTraceInfo(); void RegisterLib(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::LibcInternal \ No newline at end of file diff --git a/libraries/msgdialog.cpp b/libraries/msgdialog.cpp index 5105b06..828748f 100644 --- a/libraries/msgdialog.cpp +++ b/libraries/msgdialog.cpp @@ -59,24 +59,19 @@ s32 PS4_SYSV_ABI sceMsgDialogUpdateStatus() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("HTrcDKlFKuM", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, sceMsgDialogClose); - LIB_FUNCTION("Lr8ovHH9l6A", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, - sceMsgDialogGetResult); - LIB_FUNCTION("CWVW78Qc3fI", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, - sceMsgDialogGetStatus); - LIB_FUNCTION("lDqxaY1UbEo", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, - sceMsgDialogInitialize); - LIB_FUNCTION("b06Hh0DPEaE", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, sceMsgDialogOpen); - LIB_FUNCTION("Gc5k1qcK4fs", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, + LIB_FUNCTION("HTrcDKlFKuM", "libSceMsgDialog", 1, "libSceMsgDialog", sceMsgDialogClose); + LIB_FUNCTION("Lr8ovHH9l6A", "libSceMsgDialog", 1, "libSceMsgDialog", sceMsgDialogGetResult); + LIB_FUNCTION("CWVW78Qc3fI", "libSceMsgDialog", 1, "libSceMsgDialog", sceMsgDialogGetStatus); + LIB_FUNCTION("lDqxaY1UbEo", "libSceMsgDialog", 1, "libSceMsgDialog", sceMsgDialogInitialize); + LIB_FUNCTION("b06Hh0DPEaE", "libSceMsgDialog", 1, "libSceMsgDialog", sceMsgDialogOpen); + LIB_FUNCTION("Gc5k1qcK4fs", "libSceMsgDialog", 1, "libSceMsgDialog", sceMsgDialogProgressBarInc); - LIB_FUNCTION("6H-71OdrpXM", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, + LIB_FUNCTION("6H-71OdrpXM", "libSceMsgDialog", 1, "libSceMsgDialog", sceMsgDialogProgressBarSetMsg); - LIB_FUNCTION("wTpfglkmv34", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, + LIB_FUNCTION("wTpfglkmv34", "libSceMsgDialog", 1, "libSceMsgDialog", sceMsgDialogProgressBarSetValue); - LIB_FUNCTION("ePw-kqZmelo", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, - sceMsgDialogTerminate); - LIB_FUNCTION("6fIC3XKt2k0", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, - sceMsgDialogUpdateStatus); + LIB_FUNCTION("ePw-kqZmelo", "libSceMsgDialog", 1, "libSceMsgDialog", sceMsgDialogTerminate); + LIB_FUNCTION("6fIC3XKt2k0", "libSceMsgDialog", 1, "libSceMsgDialog", sceMsgDialogUpdateStatus); }; } // namespace Libraries::MsgDialog \ No newline at end of file diff --git a/libraries/net.cpp b/libraries/net.cpp index a3727b5..6105db0 100644 --- a/libraries/net.cpp +++ b/libraries/net.cpp @@ -8,16 +8,6 @@ namespace Libraries::Net { -s32 PS4_SYSV_ABI sceNetEmulationGet() { - LOG_ERROR(Lib_Net, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNetEmulationSet() { - LOG_ERROR(Lib_Net, "(STUBBED) called"); - return ORBIS_OK; -} - s32 PS4_SYSV_ABI in6addr_any() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; @@ -1103,263 +1093,245 @@ s32 PS4_SYSV_ABI Func_0E707A589F751C68() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNetEmulationGet() { + LOG_ERROR(Lib_Net, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceNetEmulationSet() { + LOG_ERROR(Lib_Net, "(STUBBED) called"); + return ORBIS_OK; +} + void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("JK1oZe4UysY", "libSceNetDebug", 1, "libSceNet", 1, 1, sceNetEmulationGet); - LIB_FUNCTION("pfn3Fha1ydc", "libSceNetDebug", 1, "libSceNet", 1, 1, sceNetEmulationSet); - LIB_FUNCTION("ZRAJo-A-ukc", "libSceNet", 1, "libSceNet", 1, 1, in6addr_any); - LIB_FUNCTION("XCuA-GqjA-k", "libSceNet", 1, "libSceNet", 1, 1, in6addr_loopback); - LIB_FUNCTION("VZgoeBxPXUQ", "libSceNet", 1, "libSceNet", 1, 1, sce_net_dummy); - LIB_FUNCTION("GAtITrgxKDE", "libSceNet", 1, "libSceNet", 1, 1, sce_net_in6addr_any); - LIB_FUNCTION("84MgU4MMTLQ", "libSceNet", 1, "libSceNet", 1, 1, - sce_net_in6addr_linklocal_allnodes); - LIB_FUNCTION("2uSWyOKYc1M", "libSceNet", 1, "libSceNet", 1, 1, - sce_net_in6addr_linklocal_allrouters); - LIB_FUNCTION("P3AeWBvPrkg", "libSceNet", 1, "libSceNet", 1, 1, sce_net_in6addr_loopback); - LIB_FUNCTION("PgNI+j4zxzM", "libSceNet", 1, "libSceNet", 1, 1, - sce_net_in6addr_nodelocal_allnodes); - LIB_FUNCTION("PIWqhn9oSxc", "libSceNet", 1, "libSceNet", 1, 1, sceNetAccept); - LIB_FUNCTION("BTUvkWzrP68", "libSceNet", 1, "libSceNet", 1, 1, sceNetAddrConfig6GetInfo); - LIB_FUNCTION("3qG7UJy2Fq8", "libSceNet", 1, "libSceNet", 1, 1, sceNetAddrConfig6Start); - LIB_FUNCTION("P+0ePpDfUAQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetAddrConfig6Stop); - LIB_FUNCTION("PcdLABhYga4", "libSceNet", 1, "libSceNet", 1, 1, sceNetAllocateAllRouteInfo); - LIB_FUNCTION("xHq87H78dho", "libSceNet", 1, "libSceNet", 1, 1, - sceNetBandwidthControlGetDataTraffic); - LIB_FUNCTION("c8IRpl4L74I", "libSceNet", 1, "libSceNet", 1, 1, + LIB_FUNCTION("ZRAJo-A-ukc", "libSceNet", 1, "libSceNet", in6addr_any); + LIB_FUNCTION("XCuA-GqjA-k", "libSceNet", 1, "libSceNet", in6addr_loopback); + LIB_FUNCTION("VZgoeBxPXUQ", "libSceNet", 1, "libSceNet", sce_net_dummy); + LIB_FUNCTION("GAtITrgxKDE", "libSceNet", 1, "libSceNet", sce_net_in6addr_any); + LIB_FUNCTION("84MgU4MMTLQ", "libSceNet", 1, "libSceNet", sce_net_in6addr_linklocal_allnodes); + LIB_FUNCTION("2uSWyOKYc1M", "libSceNet", 1, "libSceNet", sce_net_in6addr_linklocal_allrouters); + LIB_FUNCTION("P3AeWBvPrkg", "libSceNet", 1, "libSceNet", sce_net_in6addr_loopback); + LIB_FUNCTION("PgNI+j4zxzM", "libSceNet", 1, "libSceNet", sce_net_in6addr_nodelocal_allnodes); + LIB_FUNCTION("PIWqhn9oSxc", "libSceNet", 1, "libSceNet", sceNetAccept); + LIB_FUNCTION("BTUvkWzrP68", "libSceNet", 1, "libSceNet", sceNetAddrConfig6GetInfo); + LIB_FUNCTION("3qG7UJy2Fq8", "libSceNet", 1, "libSceNet", sceNetAddrConfig6Start); + LIB_FUNCTION("P+0ePpDfUAQ", "libSceNet", 1, "libSceNet", sceNetAddrConfig6Stop); + LIB_FUNCTION("PcdLABhYga4", "libSceNet", 1, "libSceNet", sceNetAllocateAllRouteInfo); + LIB_FUNCTION("xHq87H78dho", "libSceNet", 1, "libSceNet", sceNetBandwidthControlGetDataTraffic); + LIB_FUNCTION("c8IRpl4L74I", "libSceNet", 1, "libSceNet", sceNetBandwidthControlGetDefaultParam); - LIB_FUNCTION("b9Ft65tqvLk", "libSceNet", 1, "libSceNet", 1, 1, - sceNetBandwidthControlGetIfParam); - LIB_FUNCTION("PDkapOwggRw", "libSceNet", 1, "libSceNet", 1, 1, - sceNetBandwidthControlGetPolicy); - LIB_FUNCTION("P4zZXE7bpsA", "libSceNet", 1, "libSceNet", 1, 1, + LIB_FUNCTION("b9Ft65tqvLk", "libSceNet", 1, "libSceNet", sceNetBandwidthControlGetIfParam); + LIB_FUNCTION("PDkapOwggRw", "libSceNet", 1, "libSceNet", sceNetBandwidthControlGetPolicy); + LIB_FUNCTION("P4zZXE7bpsA", "libSceNet", 1, "libSceNet", sceNetBandwidthControlSetDefaultParam); - LIB_FUNCTION("g4DKkzV2qC4", "libSceNet", 1, "libSceNet", 1, 1, - sceNetBandwidthControlSetIfParam); - LIB_FUNCTION("7Z1hhsEmkQU", "libSceNet", 1, "libSceNet", 1, 1, - sceNetBandwidthControlSetPolicy); - LIB_FUNCTION("bErx49PgxyY", "libSceNet", 1, "libSceNet", 1, 1, sceNetBind); - LIB_FUNCTION("eyLyLJrdEOU", "libSceNet", 1, "libSceNet", 1, 1, sceNetClearDnsCache); - LIB_FUNCTION("Ea2NaVMQNO8", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigAddArp); - LIB_FUNCTION("0g0qIuPN3ZQ", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigAddArpWithInterface); - LIB_FUNCTION("ge7g15Sqhks", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigAddIfaddr); - LIB_FUNCTION("FDHr4Iz7dQU", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigAddMRoute); - LIB_FUNCTION("Cyjl1yzi1qY", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigAddRoute); - LIB_FUNCTION("Bu+L5r1lKRg", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigAddRoute6); - LIB_FUNCTION("wIGold7Lro0", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigAddRouteWithInterface); - LIB_FUNCTION("MzA1YrRE6rA", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigCleanUpAllInterfaces); - LIB_FUNCTION("HJt+4x-CnY0", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigDelArp); - LIB_FUNCTION("xTcttXJ3Utg", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigDelArpWithInterface); - LIB_FUNCTION("RuVwHEW6dM4", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigDelDefaultRoute); - LIB_FUNCTION("UMlVCy7RX1s", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigDelDefaultRoute6); - LIB_FUNCTION("0239JNsI6PE", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigDelIfaddr); - LIB_FUNCTION("hvCXMwd45oc", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigDelIfaddr6); - LIB_FUNCTION("5Yl1uuh5i-A", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigDelMRoute); - LIB_FUNCTION("QO7+2E3cD-U", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigDelRoute); - LIB_FUNCTION("4wDGvfhmkmk", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigDelRoute6); - LIB_FUNCTION("3WzWV86AJ3w", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigDownInterface); - LIB_FUNCTION("mOUkgTaSkJU", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigEtherGetLinkMode); - LIB_FUNCTION("pF3Vy1iZ5bs", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigEtherPostPlugInOutEvent); - LIB_FUNCTION("QltDK6wWqF0", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigEtherSetLinkMode); - LIB_FUNCTION("18KNgSvYx+Y", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigFlushRoute); - LIB_FUNCTION("lFJb+BlPK1c", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigGetDefaultRoute); - LIB_FUNCTION("mCLdiNIKtW0", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigGetDefaultRoute6); - LIB_FUNCTION("ejwa0hWWhDs", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigGetIfaddr); - LIB_FUNCTION("FU6NK4RHQVE", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigGetIfaddr6); - LIB_FUNCTION("vbZLomImmEE", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigRoutingShowRoutingConfig); - LIB_FUNCTION("a6sS6iSE0IA", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigRoutingShowtCtlVar); - LIB_FUNCTION("eszLdtIMfQE", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigRoutingStart); - LIB_FUNCTION("toi8xxcSfJ0", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigRoutingStop); - LIB_FUNCTION("EAl7xvi7nXg", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigSetDefaultRoute); - LIB_FUNCTION("4zLOHbt3UFk", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigSetDefaultRoute6); - LIB_FUNCTION("yaVAdLDxUj0", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigSetDefaultScope); - LIB_FUNCTION("8Kh+1eidI3c", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigSetIfaddr); - LIB_FUNCTION("QJbV3vfBQ8Q", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigSetIfaddr6); - LIB_FUNCTION("POrSEl8zySw", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigSetIfaddr6WithFlags); - LIB_FUNCTION("0sesmAYH3Lk", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigSetIfFlags); - LIB_FUNCTION("uNTluLfYgS8", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigSetIfLinkLocalAddr6); - LIB_FUNCTION("s31rYkpIMMQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigSetIfmtu); - LIB_FUNCTION("tvdzQkm+UaY", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigUnsetIfFlags); - LIB_FUNCTION("oGEBX0eXGFs", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigUpInterface); - LIB_FUNCTION("6HNbayHPL7c", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigUpInterfaceWithFlags); - LIB_FUNCTION("6A6EweB3Dto", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigWlanAdhocClearWakeOnWlan); - LIB_FUNCTION("ZLdJyQJUMkM", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanAdhocCreate); - LIB_FUNCTION("Yr3UeApLWTY", "libSceNet", 1, "libSceNet", 1, 1, + LIB_FUNCTION("g4DKkzV2qC4", "libSceNet", 1, "libSceNet", sceNetBandwidthControlSetIfParam); + LIB_FUNCTION("7Z1hhsEmkQU", "libSceNet", 1, "libSceNet", sceNetBandwidthControlSetPolicy); + LIB_FUNCTION("bErx49PgxyY", "libSceNet", 1, "libSceNet", sceNetBind); + LIB_FUNCTION("eyLyLJrdEOU", "libSceNet", 1, "libSceNet", sceNetClearDnsCache); + LIB_FUNCTION("Ea2NaVMQNO8", "libSceNet", 1, "libSceNet", sceNetConfigAddArp); + LIB_FUNCTION("0g0qIuPN3ZQ", "libSceNet", 1, "libSceNet", sceNetConfigAddArpWithInterface); + LIB_FUNCTION("ge7g15Sqhks", "libSceNet", 1, "libSceNet", sceNetConfigAddIfaddr); + LIB_FUNCTION("FDHr4Iz7dQU", "libSceNet", 1, "libSceNet", sceNetConfigAddMRoute); + LIB_FUNCTION("Cyjl1yzi1qY", "libSceNet", 1, "libSceNet", sceNetConfigAddRoute); + LIB_FUNCTION("Bu+L5r1lKRg", "libSceNet", 1, "libSceNet", sceNetConfigAddRoute6); + LIB_FUNCTION("wIGold7Lro0", "libSceNet", 1, "libSceNet", sceNetConfigAddRouteWithInterface); + LIB_FUNCTION("MzA1YrRE6rA", "libSceNet", 1, "libSceNet", sceNetConfigCleanUpAllInterfaces); + LIB_FUNCTION("HJt+4x-CnY0", "libSceNet", 1, "libSceNet", sceNetConfigDelArp); + LIB_FUNCTION("xTcttXJ3Utg", "libSceNet", 1, "libSceNet", sceNetConfigDelArpWithInterface); + LIB_FUNCTION("RuVwHEW6dM4", "libSceNet", 1, "libSceNet", sceNetConfigDelDefaultRoute); + LIB_FUNCTION("UMlVCy7RX1s", "libSceNet", 1, "libSceNet", sceNetConfigDelDefaultRoute6); + LIB_FUNCTION("0239JNsI6PE", "libSceNet", 1, "libSceNet", sceNetConfigDelIfaddr); + LIB_FUNCTION("hvCXMwd45oc", "libSceNet", 1, "libSceNet", sceNetConfigDelIfaddr6); + LIB_FUNCTION("5Yl1uuh5i-A", "libSceNet", 1, "libSceNet", sceNetConfigDelMRoute); + LIB_FUNCTION("QO7+2E3cD-U", "libSceNet", 1, "libSceNet", sceNetConfigDelRoute); + LIB_FUNCTION("4wDGvfhmkmk", "libSceNet", 1, "libSceNet", sceNetConfigDelRoute6); + LIB_FUNCTION("3WzWV86AJ3w", "libSceNet", 1, "libSceNet", sceNetConfigDownInterface); + LIB_FUNCTION("mOUkgTaSkJU", "libSceNet", 1, "libSceNet", sceNetConfigEtherGetLinkMode); + LIB_FUNCTION("pF3Vy1iZ5bs", "libSceNet", 1, "libSceNet", sceNetConfigEtherPostPlugInOutEvent); + LIB_FUNCTION("QltDK6wWqF0", "libSceNet", 1, "libSceNet", sceNetConfigEtherSetLinkMode); + LIB_FUNCTION("18KNgSvYx+Y", "libSceNet", 1, "libSceNet", sceNetConfigFlushRoute); + LIB_FUNCTION("lFJb+BlPK1c", "libSceNet", 1, "libSceNet", sceNetConfigGetDefaultRoute); + LIB_FUNCTION("mCLdiNIKtW0", "libSceNet", 1, "libSceNet", sceNetConfigGetDefaultRoute6); + LIB_FUNCTION("ejwa0hWWhDs", "libSceNet", 1, "libSceNet", sceNetConfigGetIfaddr); + LIB_FUNCTION("FU6NK4RHQVE", "libSceNet", 1, "libSceNet", sceNetConfigGetIfaddr6); + LIB_FUNCTION("vbZLomImmEE", "libSceNet", 1, "libSceNet", sceNetConfigRoutingShowRoutingConfig); + LIB_FUNCTION("a6sS6iSE0IA", "libSceNet", 1, "libSceNet", sceNetConfigRoutingShowtCtlVar); + LIB_FUNCTION("eszLdtIMfQE", "libSceNet", 1, "libSceNet", sceNetConfigRoutingStart); + LIB_FUNCTION("toi8xxcSfJ0", "libSceNet", 1, "libSceNet", sceNetConfigRoutingStop); + LIB_FUNCTION("EAl7xvi7nXg", "libSceNet", 1, "libSceNet", sceNetConfigSetDefaultRoute); + LIB_FUNCTION("4zLOHbt3UFk", "libSceNet", 1, "libSceNet", sceNetConfigSetDefaultRoute6); + LIB_FUNCTION("yaVAdLDxUj0", "libSceNet", 1, "libSceNet", sceNetConfigSetDefaultScope); + LIB_FUNCTION("8Kh+1eidI3c", "libSceNet", 1, "libSceNet", sceNetConfigSetIfaddr); + LIB_FUNCTION("QJbV3vfBQ8Q", "libSceNet", 1, "libSceNet", sceNetConfigSetIfaddr6); + LIB_FUNCTION("POrSEl8zySw", "libSceNet", 1, "libSceNet", sceNetConfigSetIfaddr6WithFlags); + LIB_FUNCTION("0sesmAYH3Lk", "libSceNet", 1, "libSceNet", sceNetConfigSetIfFlags); + LIB_FUNCTION("uNTluLfYgS8", "libSceNet", 1, "libSceNet", sceNetConfigSetIfLinkLocalAddr6); + LIB_FUNCTION("s31rYkpIMMQ", "libSceNet", 1, "libSceNet", sceNetConfigSetIfmtu); + LIB_FUNCTION("tvdzQkm+UaY", "libSceNet", 1, "libSceNet", sceNetConfigUnsetIfFlags); + LIB_FUNCTION("oGEBX0eXGFs", "libSceNet", 1, "libSceNet", sceNetConfigUpInterface); + LIB_FUNCTION("6HNbayHPL7c", "libSceNet", 1, "libSceNet", sceNetConfigUpInterfaceWithFlags); + LIB_FUNCTION("6A6EweB3Dto", "libSceNet", 1, "libSceNet", sceNetConfigWlanAdhocClearWakeOnWlan); + LIB_FUNCTION("ZLdJyQJUMkM", "libSceNet", 1, "libSceNet", sceNetConfigWlanAdhocCreate); + LIB_FUNCTION("Yr3UeApLWTY", "libSceNet", 1, "libSceNet", sceNetConfigWlanAdhocGetWakeOnWlanInfo); - LIB_FUNCTION("Xma8yHmV+TQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanAdhocJoin); - LIB_FUNCTION("K4o48GTNbSc", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanAdhocLeave); - LIB_FUNCTION("ZvKgNrrLCCQ", "libSceNet", 1, "libSceNet", 1, 1, + LIB_FUNCTION("Xma8yHmV+TQ", "libSceNet", 1, "libSceNet", sceNetConfigWlanAdhocJoin); + LIB_FUNCTION("K4o48GTNbSc", "libSceNet", 1, "libSceNet", sceNetConfigWlanAdhocLeave); + LIB_FUNCTION("ZvKgNrrLCCQ", "libSceNet", 1, "libSceNet", sceNetConfigWlanAdhocPspEmuClearWakeOnWlan); - LIB_FUNCTION("1j4DZ5dXbeQ", "libSceNet", 1, "libSceNet", 1, 1, + LIB_FUNCTION("1j4DZ5dXbeQ", "libSceNet", 1, "libSceNet", sceNetConfigWlanAdhocPspEmuGetWakeOnWlanInfo); - LIB_FUNCTION("C-+JPjaEhdA", "libSceNet", 1, "libSceNet", 1, 1, + LIB_FUNCTION("C-+JPjaEhdA", "libSceNet", 1, "libSceNet", sceNetConfigWlanAdhocPspEmuSetWakeOnWlan); - LIB_FUNCTION("7xYdUWg1WdY", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanAdhocScanJoin); - LIB_FUNCTION("Q7ee2Uav5f8", "libSceNet", 1, "libSceNet", 1, 1, + LIB_FUNCTION("7xYdUWg1WdY", "libSceNet", 1, "libSceNet", sceNetConfigWlanAdhocScanJoin); + LIB_FUNCTION("Q7ee2Uav5f8", "libSceNet", 1, "libSceNet", sceNetConfigWlanAdhocSetExtInfoElement); - LIB_FUNCTION("xaOTiuxIQNY", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigWlanAdhocSetWakeOnWlan); - LIB_FUNCTION("QlRJWya+dtE", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanApStart); - LIB_FUNCTION("6uYcvVjH7Ms", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanApStop); - LIB_FUNCTION("MDbg-oAj8Aw", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigWlanBackgroundScanQuery); - LIB_FUNCTION("cMA8f6jI6s0", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigWlanBackgroundScanStart); - LIB_FUNCTION("3T5aIe-7L84", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigWlanBackgroundScanStop); - LIB_FUNCTION("+3KMyS93TOs", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigWlanDiagGetDeviceInfo); - LIB_FUNCTION("9oiOWQ5FMws", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanDiagSetAntenna); - LIB_FUNCTION("fHr45B97n0U", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigWlanDiagSetTxFixedRate); - LIB_FUNCTION("PNDDxnqqtk4", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigWlanGetDeviceConfig); - LIB_FUNCTION("Pkx0lwWVzmQ", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigWlanInfraGetRssiInfo); - LIB_FUNCTION("IkBCxG+o4Nk", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanInfraLeave); - LIB_FUNCTION("273-I-zD8+8", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanInfraScanJoin); - LIB_FUNCTION("-Mi5hNiWC4c", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanScan); - LIB_FUNCTION("U1q6DrPbY6k", "libSceNet", 1, "libSceNet", 1, 1, - sceNetConfigWlanSetDeviceConfig); - LIB_FUNCTION("OXXX4mUk3uk", "libSceNet", 1, "libSceNet", 1, 1, sceNetConnect); - LIB_FUNCTION("lDTIbqNs0ps", "libSceNet", 1, "libSceNet", 1, 1, sceNetControl); - LIB_FUNCTION("Q6T-zIblNqk", "libSceNet", 1, "libSceNet", 1, 1, sceNetDhcpdStart); - LIB_FUNCTION("xwWm8jzrpeM", "libSceNet", 1, "libSceNet", 1, 1, sceNetDhcpdStop); - LIB_FUNCTION("KhQxhlEslo0", "libSceNet", 1, "libSceNet", 1, 1, sceNetDhcpGetAutoipInfo); - LIB_FUNCTION("ix4LWXd12F0", "libSceNet", 1, "libSceNet", 1, 1, sceNetDhcpGetInfo); - LIB_FUNCTION("DrZuCQDnm3w", "libSceNet", 1, "libSceNet", 1, 1, sceNetDhcpGetInfoEx); - LIB_FUNCTION("Wzv6dngR-DQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetDhcpStart); - LIB_FUNCTION("6AN7OlSMWk0", "libSceNet", 1, "libSceNet", 1, 1, sceNetDhcpStop); - LIB_FUNCTION("+ezgWao0wo8", "libSceNet", 1, "libSceNet", 1, 1, sceNetDumpAbort); - LIB_FUNCTION("bghgkeLKq1Q", "libSceNet", 1, "libSceNet", 1, 1, sceNetDumpCreate); - LIB_FUNCTION("xZ54Il-u1vs", "libSceNet", 1, "libSceNet", 1, 1, sceNetDumpDestroy); - LIB_FUNCTION("YWTpt45PxbI", "libSceNet", 1, "libSceNet", 1, 1, sceNetDumpRead); - LIB_FUNCTION("TwjkDIPdZ1Q", "libSceNet", 1, "libSceNet", 1, 1, sceNetDuplicateIpStart); - LIB_FUNCTION("QCbvCx9HL30", "libSceNet", 1, "libSceNet", 1, 1, sceNetDuplicateIpStop); - LIB_FUNCTION("w21YgGGNtBk", "libSceNet", 1, "libSceNet", 1, 1, sceNetEpollAbort); - LIB_FUNCTION("ZVw46bsasAk", "libSceNet", 1, "libSceNet", 1, 1, sceNetEpollControl); - LIB_FUNCTION("SF47kB2MNTo", "libSceNet", 1, "libSceNet", 1, 1, sceNetEpollCreate); - LIB_FUNCTION("Inp1lfL+Jdw", "libSceNet", 1, "libSceNet", 1, 1, sceNetEpollDestroy); - LIB_FUNCTION("drjIbDbA7UQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetEpollWait); - LIB_FUNCTION("HQOwnfMGipQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetErrnoLoc); - LIB_FUNCTION("v6M4txecCuo", "libSceNet", 1, "libSceNet", 1, 1, sceNetEtherNtostr); - LIB_FUNCTION("b-bFZvNV59I", "libSceNet", 1, "libSceNet", 1, 1, sceNetEtherStrton); - LIB_FUNCTION("cWGGXoeZUzA", "libSceNet", 1, "libSceNet", 1, 1, sceNetEventCallbackCreate); - LIB_FUNCTION("jzP0MoZpYnI", "libSceNet", 1, "libSceNet", 1, 1, sceNetEventCallbackDestroy); - LIB_FUNCTION("tB3BB8AsrjU", "libSceNet", 1, "libSceNet", 1, 1, sceNetEventCallbackGetError); - LIB_FUNCTION("5isaotjMWlA", "libSceNet", 1, "libSceNet", 1, 1, sceNetEventCallbackWaitCB); - LIB_FUNCTION("2ee14ktE1lw", "libSceNet", 1, "libSceNet", 1, 1, sceNetFreeAllRouteInfo); - LIB_FUNCTION("q8j9OSdnN1Y", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetArpInfo); - LIB_FUNCTION("wmoIm94hqik", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetDns6Info); - LIB_FUNCTION("nCL0NyZsd5A", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetDnsInfo); - LIB_FUNCTION("HoV-GJyx7YY", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetIfList); - LIB_FUNCTION("ahiOMqoYYMc", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetIfListOnce); - LIB_FUNCTION("0MT2l3uIX7c", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetIfName); - LIB_FUNCTION("5lrSEHdqyos", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetIfnameNumList); - LIB_FUNCTION("6Oc0bLsIYe0", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetMacAddress); - LIB_FUNCTION("rMyh97BU5pY", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetMemoryPoolStats); - LIB_FUNCTION("+S-2-jlpaBo", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetNameToIndex); - LIB_FUNCTION("TCkRD0DWNLg", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetpeername); - LIB_FUNCTION("G3O2j9f5z00", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetRandom); - LIB_FUNCTION("6Nx1hIQL9h8", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetRouteInfo); - LIB_FUNCTION("hLuXdjHnhiI", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetSockInfo); - LIB_FUNCTION("Cidi9Y65mP8", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetSockInfo6); - LIB_FUNCTION("hoOAofhhRvE", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetsockname); - LIB_FUNCTION("xphrZusl78E", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetsockopt); - LIB_FUNCTION("GA5ZDaLtUBE", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetStatisticsInfo); - LIB_FUNCTION("9mIcUExH34w", "libSceNet", 1, "libSceNet", 1, 1, - sceNetGetStatisticsInfoInternal); - LIB_FUNCTION("p2vxsE2U3RQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetGetSystemTime); - LIB_FUNCTION("9T2pDF2Ryqg", "libSceNet", 1, "libSceNet", 1, 1, sceNetHtonl); - LIB_FUNCTION("3CHi1K1wsCQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetHtonll); - LIB_FUNCTION("iWQWrwiSt8A", "libSceNet", 1, "libSceNet", 1, 1, sceNetHtons); - LIB_FUNCTION("9vA2aW+CHuA", "libSceNet", 1, "libSceNet", 1, 1, sceNetInetNtop); - LIB_FUNCTION("Eh+Vqkrrc00", "libSceNet", 1, "libSceNet", 1, 1, sceNetInetNtopWithScopeId); - LIB_FUNCTION("8Kcp5d-q1Uo", "libSceNet", 1, "libSceNet", 1, 1, sceNetInetPton); - LIB_FUNCTION("Xn2TA2QhxHc", "libSceNet", 1, "libSceNet", 1, 1, sceNetInetPtonEx); - LIB_FUNCTION("b+LixqREH6A", "libSceNet", 1, "libSceNet", 1, 1, sceNetInetPtonWithScopeId); - LIB_FUNCTION("cYW1ISGlOmo", "libSceNet", 1, "libSceNet", 1, 1, sceNetInfoDumpStart); - LIB_FUNCTION("XfV-XBCuhDo", "libSceNet", 1, "libSceNet", 1, 1, sceNetInfoDumpStop); - LIB_FUNCTION("Nlev7Lg8k3A", "libSceNet", 1, "libSceNet", 1, 1, sceNetInit); - LIB_FUNCTION("6MojQ8uFHEI", "libSceNet", 1, "libSceNet", 1, 1, sceNetInitParam); - LIB_FUNCTION("ghqRRVQxqKo", "libSceNet", 1, "libSceNet", 1, 1, sceNetIoctl); - LIB_FUNCTION("kOj1HiAGE54", "libSceNet", 1, "libSceNet", 1, 1, sceNetListen); - LIB_FUNCTION("HKIa-WH0AZ4", "libSceNet", 1, "libSceNet", 1, 1, sceNetMemoryAllocate); - LIB_FUNCTION("221fvqVs+sQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetMemoryFree); - LIB_FUNCTION("pQGpHYopAIY", "libSceNet", 1, "libSceNet", 1, 1, sceNetNtohl); - LIB_FUNCTION("tOrRi-v3AOM", "libSceNet", 1, "libSceNet", 1, 1, sceNetNtohll); - LIB_FUNCTION("Rbvt+5Y2iEw", "libSceNet", 1, "libSceNet", 1, 1, sceNetNtohs); - LIB_FUNCTION("dgJBaeJnGpo", "libSceNet", 1, "libSceNet", 1, 1, sceNetPoolCreate); - LIB_FUNCTION("K7RlrTkI-mw", "libSceNet", 1, "libSceNet", 1, 1, sceNetPoolDestroy); - LIB_FUNCTION("QGOqGPnk5a4", "libSceNet", 1, "libSceNet", 1, 1, sceNetPppoeStart); - LIB_FUNCTION("FIV95WE1EuE", "libSceNet", 1, "libSceNet", 1, 1, sceNetPppoeStop); - LIB_FUNCTION("9wO9XrMsNhc", "libSceNet", 1, "libSceNet", 1, 1, sceNetRecv); - LIB_FUNCTION("304ooNZxWDY", "libSceNet", 1, "libSceNet", 1, 1, sceNetRecvfrom); - LIB_FUNCTION("wvuUDv0jrMI", "libSceNet", 1, "libSceNet", 1, 1, sceNetRecvmsg); - LIB_FUNCTION("AzqoBha7js4", "libSceNet", 1, "libSceNet", 1, 1, sceNetResolverAbort); - LIB_FUNCTION("JQk8ck8vnPY", "libSceNet", 1, "libSceNet", 1, 1, sceNetResolverConnect); - LIB_FUNCTION("bonnMiDoOZg", "libSceNet", 1, "libSceNet", 1, 1, sceNetResolverConnectAbort); - LIB_FUNCTION("V5q6gvEJpw4", "libSceNet", 1, "libSceNet", 1, 1, sceNetResolverConnectCreate); - LIB_FUNCTION("QFPjG6rqeZg", "libSceNet", 1, "libSceNet", 1, 1, sceNetResolverConnectDestroy); - LIB_FUNCTION("C4UgDHHPvdw", "libSceNet", 1, "libSceNet", 1, 1, sceNetResolverCreate); - LIB_FUNCTION("kJlYH5uMAWI", "libSceNet", 1, "libSceNet", 1, 1, sceNetResolverDestroy); - LIB_FUNCTION("J5i3hiLJMPk", "libSceNet", 1, "libSceNet", 1, 1, sceNetResolverGetError); - LIB_FUNCTION("Apb4YDxKsRI", "libSceNet", 1, "libSceNet", 1, 1, sceNetResolverStartAton); - LIB_FUNCTION("zvzWA5IZMsg", "libSceNet", 1, "libSceNet", 1, 1, sceNetResolverStartAton6); - LIB_FUNCTION("Nd91WaWmG2w", "libSceNet", 1, "libSceNet", 1, 1, sceNetResolverStartNtoa); - LIB_FUNCTION("zl35YNs9jnI", "libSceNet", 1, "libSceNet", 1, 1, sceNetResolverStartNtoa6); - LIB_FUNCTION("RCCY01Xd+58", "libSceNet", 1, "libSceNet", 1, 1, + LIB_FUNCTION("xaOTiuxIQNY", "libSceNet", 1, "libSceNet", sceNetConfigWlanAdhocSetWakeOnWlan); + LIB_FUNCTION("QlRJWya+dtE", "libSceNet", 1, "libSceNet", sceNetConfigWlanApStart); + LIB_FUNCTION("6uYcvVjH7Ms", "libSceNet", 1, "libSceNet", sceNetConfigWlanApStop); + LIB_FUNCTION("MDbg-oAj8Aw", "libSceNet", 1, "libSceNet", sceNetConfigWlanBackgroundScanQuery); + LIB_FUNCTION("cMA8f6jI6s0", "libSceNet", 1, "libSceNet", sceNetConfigWlanBackgroundScanStart); + LIB_FUNCTION("3T5aIe-7L84", "libSceNet", 1, "libSceNet", sceNetConfigWlanBackgroundScanStop); + LIB_FUNCTION("+3KMyS93TOs", "libSceNet", 1, "libSceNet", sceNetConfigWlanDiagGetDeviceInfo); + LIB_FUNCTION("9oiOWQ5FMws", "libSceNet", 1, "libSceNet", sceNetConfigWlanDiagSetAntenna); + LIB_FUNCTION("fHr45B97n0U", "libSceNet", 1, "libSceNet", sceNetConfigWlanDiagSetTxFixedRate); + LIB_FUNCTION("PNDDxnqqtk4", "libSceNet", 1, "libSceNet", sceNetConfigWlanGetDeviceConfig); + LIB_FUNCTION("Pkx0lwWVzmQ", "libSceNet", 1, "libSceNet", sceNetConfigWlanInfraGetRssiInfo); + LIB_FUNCTION("IkBCxG+o4Nk", "libSceNet", 1, "libSceNet", sceNetConfigWlanInfraLeave); + LIB_FUNCTION("273-I-zD8+8", "libSceNet", 1, "libSceNet", sceNetConfigWlanInfraScanJoin); + LIB_FUNCTION("-Mi5hNiWC4c", "libSceNet", 1, "libSceNet", sceNetConfigWlanScan); + LIB_FUNCTION("U1q6DrPbY6k", "libSceNet", 1, "libSceNet", sceNetConfigWlanSetDeviceConfig); + LIB_FUNCTION("OXXX4mUk3uk", "libSceNet", 1, "libSceNet", sceNetConnect); + LIB_FUNCTION("lDTIbqNs0ps", "libSceNet", 1, "libSceNet", sceNetControl); + LIB_FUNCTION("Q6T-zIblNqk", "libSceNet", 1, "libSceNet", sceNetDhcpdStart); + LIB_FUNCTION("xwWm8jzrpeM", "libSceNet", 1, "libSceNet", sceNetDhcpdStop); + LIB_FUNCTION("KhQxhlEslo0", "libSceNet", 1, "libSceNet", sceNetDhcpGetAutoipInfo); + LIB_FUNCTION("ix4LWXd12F0", "libSceNet", 1, "libSceNet", sceNetDhcpGetInfo); + LIB_FUNCTION("DrZuCQDnm3w", "libSceNet", 1, "libSceNet", sceNetDhcpGetInfoEx); + LIB_FUNCTION("Wzv6dngR-DQ", "libSceNet", 1, "libSceNet", sceNetDhcpStart); + LIB_FUNCTION("6AN7OlSMWk0", "libSceNet", 1, "libSceNet", sceNetDhcpStop); + LIB_FUNCTION("+ezgWao0wo8", "libSceNet", 1, "libSceNet", sceNetDumpAbort); + LIB_FUNCTION("bghgkeLKq1Q", "libSceNet", 1, "libSceNet", sceNetDumpCreate); + LIB_FUNCTION("xZ54Il-u1vs", "libSceNet", 1, "libSceNet", sceNetDumpDestroy); + LIB_FUNCTION("YWTpt45PxbI", "libSceNet", 1, "libSceNet", sceNetDumpRead); + LIB_FUNCTION("TwjkDIPdZ1Q", "libSceNet", 1, "libSceNet", sceNetDuplicateIpStart); + LIB_FUNCTION("QCbvCx9HL30", "libSceNet", 1, "libSceNet", sceNetDuplicateIpStop); + LIB_FUNCTION("w21YgGGNtBk", "libSceNet", 1, "libSceNet", sceNetEpollAbort); + LIB_FUNCTION("ZVw46bsasAk", "libSceNet", 1, "libSceNet", sceNetEpollControl); + LIB_FUNCTION("SF47kB2MNTo", "libSceNet", 1, "libSceNet", sceNetEpollCreate); + LIB_FUNCTION("Inp1lfL+Jdw", "libSceNet", 1, "libSceNet", sceNetEpollDestroy); + LIB_FUNCTION("drjIbDbA7UQ", "libSceNet", 1, "libSceNet", sceNetEpollWait); + LIB_FUNCTION("HQOwnfMGipQ", "libSceNet", 1, "libSceNet", sceNetErrnoLoc); + LIB_FUNCTION("v6M4txecCuo", "libSceNet", 1, "libSceNet", sceNetEtherNtostr); + LIB_FUNCTION("b-bFZvNV59I", "libSceNet", 1, "libSceNet", sceNetEtherStrton); + LIB_FUNCTION("cWGGXoeZUzA", "libSceNet", 1, "libSceNet", sceNetEventCallbackCreate); + LIB_FUNCTION("jzP0MoZpYnI", "libSceNet", 1, "libSceNet", sceNetEventCallbackDestroy); + LIB_FUNCTION("tB3BB8AsrjU", "libSceNet", 1, "libSceNet", sceNetEventCallbackGetError); + LIB_FUNCTION("5isaotjMWlA", "libSceNet", 1, "libSceNet", sceNetEventCallbackWaitCB); + LIB_FUNCTION("2ee14ktE1lw", "libSceNet", 1, "libSceNet", sceNetFreeAllRouteInfo); + LIB_FUNCTION("q8j9OSdnN1Y", "libSceNet", 1, "libSceNet", sceNetGetArpInfo); + LIB_FUNCTION("wmoIm94hqik", "libSceNet", 1, "libSceNet", sceNetGetDns6Info); + LIB_FUNCTION("nCL0NyZsd5A", "libSceNet", 1, "libSceNet", sceNetGetDnsInfo); + LIB_FUNCTION("HoV-GJyx7YY", "libSceNet", 1, "libSceNet", sceNetGetIfList); + LIB_FUNCTION("ahiOMqoYYMc", "libSceNet", 1, "libSceNet", sceNetGetIfListOnce); + LIB_FUNCTION("0MT2l3uIX7c", "libSceNet", 1, "libSceNet", sceNetGetIfName); + LIB_FUNCTION("5lrSEHdqyos", "libSceNet", 1, "libSceNet", sceNetGetIfnameNumList); + LIB_FUNCTION("6Oc0bLsIYe0", "libSceNet", 1, "libSceNet", sceNetGetMacAddress); + LIB_FUNCTION("rMyh97BU5pY", "libSceNet", 1, "libSceNet", sceNetGetMemoryPoolStats); + LIB_FUNCTION("+S-2-jlpaBo", "libSceNet", 1, "libSceNet", sceNetGetNameToIndex); + LIB_FUNCTION("TCkRD0DWNLg", "libSceNet", 1, "libSceNet", sceNetGetpeername); + LIB_FUNCTION("G3O2j9f5z00", "libSceNet", 1, "libSceNet", sceNetGetRandom); + LIB_FUNCTION("6Nx1hIQL9h8", "libSceNet", 1, "libSceNet", sceNetGetRouteInfo); + LIB_FUNCTION("hLuXdjHnhiI", "libSceNet", 1, "libSceNet", sceNetGetSockInfo); + LIB_FUNCTION("Cidi9Y65mP8", "libSceNet", 1, "libSceNet", sceNetGetSockInfo6); + LIB_FUNCTION("hoOAofhhRvE", "libSceNet", 1, "libSceNet", sceNetGetsockname); + LIB_FUNCTION("xphrZusl78E", "libSceNet", 1, "libSceNet", sceNetGetsockopt); + LIB_FUNCTION("GA5ZDaLtUBE", "libSceNet", 1, "libSceNet", sceNetGetStatisticsInfo); + LIB_FUNCTION("9mIcUExH34w", "libSceNet", 1, "libSceNet", sceNetGetStatisticsInfoInternal); + LIB_FUNCTION("p2vxsE2U3RQ", "libSceNet", 1, "libSceNet", sceNetGetSystemTime); + LIB_FUNCTION("9T2pDF2Ryqg", "libSceNet", 1, "libSceNet", sceNetHtonl); + LIB_FUNCTION("3CHi1K1wsCQ", "libSceNet", 1, "libSceNet", sceNetHtonll); + LIB_FUNCTION("iWQWrwiSt8A", "libSceNet", 1, "libSceNet", sceNetHtons); + LIB_FUNCTION("9vA2aW+CHuA", "libSceNet", 1, "libSceNet", sceNetInetNtop); + LIB_FUNCTION("Eh+Vqkrrc00", "libSceNet", 1, "libSceNet", sceNetInetNtopWithScopeId); + LIB_FUNCTION("8Kcp5d-q1Uo", "libSceNet", 1, "libSceNet", sceNetInetPton); + LIB_FUNCTION("Xn2TA2QhxHc", "libSceNet", 1, "libSceNet", sceNetInetPtonEx); + LIB_FUNCTION("b+LixqREH6A", "libSceNet", 1, "libSceNet", sceNetInetPtonWithScopeId); + LIB_FUNCTION("cYW1ISGlOmo", "libSceNet", 1, "libSceNet", sceNetInfoDumpStart); + LIB_FUNCTION("XfV-XBCuhDo", "libSceNet", 1, "libSceNet", sceNetInfoDumpStop); + LIB_FUNCTION("Nlev7Lg8k3A", "libSceNet", 1, "libSceNet", sceNetInit); + LIB_FUNCTION("6MojQ8uFHEI", "libSceNet", 1, "libSceNet", sceNetInitParam); + LIB_FUNCTION("ghqRRVQxqKo", "libSceNet", 1, "libSceNet", sceNetIoctl); + LIB_FUNCTION("kOj1HiAGE54", "libSceNet", 1, "libSceNet", sceNetListen); + LIB_FUNCTION("HKIa-WH0AZ4", "libSceNet", 1, "libSceNet", sceNetMemoryAllocate); + LIB_FUNCTION("221fvqVs+sQ", "libSceNet", 1, "libSceNet", sceNetMemoryFree); + LIB_FUNCTION("pQGpHYopAIY", "libSceNet", 1, "libSceNet", sceNetNtohl); + LIB_FUNCTION("tOrRi-v3AOM", "libSceNet", 1, "libSceNet", sceNetNtohll); + LIB_FUNCTION("Rbvt+5Y2iEw", "libSceNet", 1, "libSceNet", sceNetNtohs); + LIB_FUNCTION("dgJBaeJnGpo", "libSceNet", 1, "libSceNet", sceNetPoolCreate); + LIB_FUNCTION("K7RlrTkI-mw", "libSceNet", 1, "libSceNet", sceNetPoolDestroy); + LIB_FUNCTION("QGOqGPnk5a4", "libSceNet", 1, "libSceNet", sceNetPppoeStart); + LIB_FUNCTION("FIV95WE1EuE", "libSceNet", 1, "libSceNet", sceNetPppoeStop); + LIB_FUNCTION("9wO9XrMsNhc", "libSceNet", 1, "libSceNet", sceNetRecv); + LIB_FUNCTION("304ooNZxWDY", "libSceNet", 1, "libSceNet", sceNetRecvfrom); + LIB_FUNCTION("wvuUDv0jrMI", "libSceNet", 1, "libSceNet", sceNetRecvmsg); + LIB_FUNCTION("AzqoBha7js4", "libSceNet", 1, "libSceNet", sceNetResolverAbort); + LIB_FUNCTION("JQk8ck8vnPY", "libSceNet", 1, "libSceNet", sceNetResolverConnect); + LIB_FUNCTION("bonnMiDoOZg", "libSceNet", 1, "libSceNet", sceNetResolverConnectAbort); + LIB_FUNCTION("V5q6gvEJpw4", "libSceNet", 1, "libSceNet", sceNetResolverConnectCreate); + LIB_FUNCTION("QFPjG6rqeZg", "libSceNet", 1, "libSceNet", sceNetResolverConnectDestroy); + LIB_FUNCTION("C4UgDHHPvdw", "libSceNet", 1, "libSceNet", sceNetResolverCreate); + LIB_FUNCTION("kJlYH5uMAWI", "libSceNet", 1, "libSceNet", sceNetResolverDestroy); + LIB_FUNCTION("J5i3hiLJMPk", "libSceNet", 1, "libSceNet", sceNetResolverGetError); + LIB_FUNCTION("Apb4YDxKsRI", "libSceNet", 1, "libSceNet", sceNetResolverStartAton); + LIB_FUNCTION("zvzWA5IZMsg", "libSceNet", 1, "libSceNet", sceNetResolverStartAton6); + LIB_FUNCTION("Nd91WaWmG2w", "libSceNet", 1, "libSceNet", sceNetResolverStartNtoa); + LIB_FUNCTION("zl35YNs9jnI", "libSceNet", 1, "libSceNet", sceNetResolverStartNtoa6); + LIB_FUNCTION("RCCY01Xd+58", "libSceNet", 1, "libSceNet", sceNetResolverStartNtoaMultipleRecords); - LIB_FUNCTION("sT4nBQKUPqM", "libSceNet", 1, "libSceNet", 1, 1, + LIB_FUNCTION("sT4nBQKUPqM", "libSceNet", 1, "libSceNet", sceNetResolverStartNtoaMultipleRecordsEx); - LIB_FUNCTION("beRjXBn-z+o", "libSceNet", 1, "libSceNet", 1, 1, sceNetSend); - LIB_FUNCTION("2eKbgcboJso", "libSceNet", 1, "libSceNet", 1, 1, sceNetSendmsg); - LIB_FUNCTION("gvD1greCu0A", "libSceNet", 1, "libSceNet", 1, 1, sceNetSendto); - LIB_FUNCTION("15Ywg-ZsSl0", "libSceNet", 1, "libSceNet", 1, 1, sceNetSetDns6Info); - LIB_FUNCTION("E3oH1qsdqCA", "libSceNet", 1, "libSceNet", 1, 1, sceNetSetDns6InfoToKernel); - LIB_FUNCTION("B-M6KjO8-+w", "libSceNet", 1, "libSceNet", 1, 1, sceNetSetDnsInfo); - LIB_FUNCTION("8s+T0bJeyLQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetSetDnsInfoToKernel); - LIB_FUNCTION("2mKX2Spso7I", "libSceNet", 1, "libSceNet", 1, 1, sceNetSetsockopt); - LIB_FUNCTION("k1V1djYpk7k", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowIfconfig); - LIB_FUNCTION("j6pkkO2zJtg", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowIfconfigForBuffer); - LIB_FUNCTION("E8dTcvQw3hg", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowIfconfigWithMemory); - LIB_FUNCTION("WxislcDAW5I", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowNetstat); - LIB_FUNCTION("rX30iWQqqzg", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowNetstatEx); - LIB_FUNCTION("vjwKTGa21f0", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowNetstatExForBuffer); - LIB_FUNCTION("mqoB+LN0pW8", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowNetstatForBuffer); - LIB_FUNCTION("H5WHYRfDkR0", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowNetstatWithMemory); - LIB_FUNCTION("tk0p0JmiBkM", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowPolicy); - LIB_FUNCTION("dbrSNEuZfXI", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowPolicyWithMemory); - LIB_FUNCTION("cEMX1VcPpQ8", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowRoute); - LIB_FUNCTION("fCa7-ihdRdc", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowRoute6); - LIB_FUNCTION("nTJqXsbSS1I", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowRoute6ForBuffer); - LIB_FUNCTION("TCZyE2YI1uM", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowRoute6WithMemory); - LIB_FUNCTION("n-IAZb7QB1Y", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowRouteForBuffer); - LIB_FUNCTION("0-XSSp1kEFM", "libSceNet", 1, "libSceNet", 1, 1, sceNetShowRouteWithMemory); - LIB_FUNCTION("TSM6whtekok", "libSceNet", 1, "libSceNet", 1, 1, sceNetShutdown); - LIB_FUNCTION("Q4qBuN-c0ZM", "libSceNet", 1, "libSceNet", 1, 1, sceNetSocket); - LIB_FUNCTION("zJGf8xjFnQE", "libSceNet", 1, "libSceNet", 1, 1, sceNetSocketAbort); - LIB_FUNCTION("45ggEzakPJQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetSocketClose); - LIB_FUNCTION("6AJE2jKg-c0", "libSceNet", 1, "libSceNet", 1, 1, sceNetSyncCreate); - LIB_FUNCTION("atGfzCaXMak", "libSceNet", 1, "libSceNet", 1, 1, sceNetSyncDestroy); - LIB_FUNCTION("sAleh-BoxLA", "libSceNet", 1, "libSceNet", 1, 1, sceNetSyncGet); - LIB_FUNCTION("Z-8Jda650Vk", "libSceNet", 1, "libSceNet", 1, 1, sceNetSyncSignal); - LIB_FUNCTION("NP5gxDeYhIM", "libSceNet", 1, "libSceNet", 1, 1, sceNetSyncWait); - LIB_FUNCTION("3zRdT3O2Kxo", "libSceNet", 1, "libSceNet", 1, 1, sceNetSysctl); - LIB_FUNCTION("cTGkc6-TBlI", "libSceNet", 1, "libSceNet", 1, 1, sceNetTerm); - LIB_FUNCTION("j-Op3ibRJaQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetThreadCreate); - LIB_FUNCTION("KirVfZbqniw", "libSceNet", 1, "libSceNet", 1, 1, sceNetThreadExit); - LIB_FUNCTION("pRbEzaV30qI", "libSceNet", 1, "libSceNet", 1, 1, sceNetThreadJoin); - LIB_FUNCTION("bjrzRLFali0", "libSceNet", 1, "libSceNet", 1, 1, sceNetUsleep); - LIB_FUNCTION("DnB6WJ91HGg", "libSceNet", 1, "libSceNet", 1, 1, Func_0E707A589F751C68); + LIB_FUNCTION("beRjXBn-z+o", "libSceNet", 1, "libSceNet", sceNetSend); + LIB_FUNCTION("2eKbgcboJso", "libSceNet", 1, "libSceNet", sceNetSendmsg); + LIB_FUNCTION("gvD1greCu0A", "libSceNet", 1, "libSceNet", sceNetSendto); + LIB_FUNCTION("15Ywg-ZsSl0", "libSceNet", 1, "libSceNet", sceNetSetDns6Info); + LIB_FUNCTION("E3oH1qsdqCA", "libSceNet", 1, "libSceNet", sceNetSetDns6InfoToKernel); + LIB_FUNCTION("B-M6KjO8-+w", "libSceNet", 1, "libSceNet", sceNetSetDnsInfo); + LIB_FUNCTION("8s+T0bJeyLQ", "libSceNet", 1, "libSceNet", sceNetSetDnsInfoToKernel); + LIB_FUNCTION("2mKX2Spso7I", "libSceNet", 1, "libSceNet", sceNetSetsockopt); + LIB_FUNCTION("k1V1djYpk7k", "libSceNet", 1, "libSceNet", sceNetShowIfconfig); + LIB_FUNCTION("j6pkkO2zJtg", "libSceNet", 1, "libSceNet", sceNetShowIfconfigForBuffer); + LIB_FUNCTION("E8dTcvQw3hg", "libSceNet", 1, "libSceNet", sceNetShowIfconfigWithMemory); + LIB_FUNCTION("WxislcDAW5I", "libSceNet", 1, "libSceNet", sceNetShowNetstat); + LIB_FUNCTION("rX30iWQqqzg", "libSceNet", 1, "libSceNet", sceNetShowNetstatEx); + LIB_FUNCTION("vjwKTGa21f0", "libSceNet", 1, "libSceNet", sceNetShowNetstatExForBuffer); + LIB_FUNCTION("mqoB+LN0pW8", "libSceNet", 1, "libSceNet", sceNetShowNetstatForBuffer); + LIB_FUNCTION("H5WHYRfDkR0", "libSceNet", 1, "libSceNet", sceNetShowNetstatWithMemory); + LIB_FUNCTION("tk0p0JmiBkM", "libSceNet", 1, "libSceNet", sceNetShowPolicy); + LIB_FUNCTION("dbrSNEuZfXI", "libSceNet", 1, "libSceNet", sceNetShowPolicyWithMemory); + LIB_FUNCTION("cEMX1VcPpQ8", "libSceNet", 1, "libSceNet", sceNetShowRoute); + LIB_FUNCTION("fCa7-ihdRdc", "libSceNet", 1, "libSceNet", sceNetShowRoute6); + LIB_FUNCTION("nTJqXsbSS1I", "libSceNet", 1, "libSceNet", sceNetShowRoute6ForBuffer); + LIB_FUNCTION("TCZyE2YI1uM", "libSceNet", 1, "libSceNet", sceNetShowRoute6WithMemory); + LIB_FUNCTION("n-IAZb7QB1Y", "libSceNet", 1, "libSceNet", sceNetShowRouteForBuffer); + LIB_FUNCTION("0-XSSp1kEFM", "libSceNet", 1, "libSceNet", sceNetShowRouteWithMemory); + LIB_FUNCTION("TSM6whtekok", "libSceNet", 1, "libSceNet", sceNetShutdown); + LIB_FUNCTION("Q4qBuN-c0ZM", "libSceNet", 1, "libSceNet", sceNetSocket); + LIB_FUNCTION("zJGf8xjFnQE", "libSceNet", 1, "libSceNet", sceNetSocketAbort); + LIB_FUNCTION("45ggEzakPJQ", "libSceNet", 1, "libSceNet", sceNetSocketClose); + LIB_FUNCTION("6AJE2jKg-c0", "libSceNet", 1, "libSceNet", sceNetSyncCreate); + LIB_FUNCTION("atGfzCaXMak", "libSceNet", 1, "libSceNet", sceNetSyncDestroy); + LIB_FUNCTION("sAleh-BoxLA", "libSceNet", 1, "libSceNet", sceNetSyncGet); + LIB_FUNCTION("Z-8Jda650Vk", "libSceNet", 1, "libSceNet", sceNetSyncSignal); + LIB_FUNCTION("NP5gxDeYhIM", "libSceNet", 1, "libSceNet", sceNetSyncWait); + LIB_FUNCTION("3zRdT3O2Kxo", "libSceNet", 1, "libSceNet", sceNetSysctl); + LIB_FUNCTION("cTGkc6-TBlI", "libSceNet", 1, "libSceNet", sceNetTerm); + LIB_FUNCTION("j-Op3ibRJaQ", "libSceNet", 1, "libSceNet", sceNetThreadCreate); + LIB_FUNCTION("KirVfZbqniw", "libSceNet", 1, "libSceNet", sceNetThreadExit); + LIB_FUNCTION("pRbEzaV30qI", "libSceNet", 1, "libSceNet", sceNetThreadJoin); + LIB_FUNCTION("bjrzRLFali0", "libSceNet", 1, "libSceNet", sceNetUsleep); + LIB_FUNCTION("DnB6WJ91HGg", "libSceNet", 1, "libSceNet", Func_0E707A589F751C68); + LIB_FUNCTION("JK1oZe4UysY", "libSceNetDebug", 1, "libSceNet", sceNetEmulationGet); + LIB_FUNCTION("pfn3Fha1ydc", "libSceNetDebug", 1, "libSceNet", sceNetEmulationSet); }; } // namespace Libraries::Net \ No newline at end of file diff --git a/libraries/net.h b/libraries/net.h index 6d9da3a..398bfb2 100644 --- a/libraries/net.h +++ b/libraries/net.h @@ -11,8 +11,6 @@ class SymbolsResolver; namespace Libraries::Net { -s32 PS4_SYSV_ABI sceNetEmulationGet(); -s32 PS4_SYSV_ABI sceNetEmulationSet(); s32 PS4_SYSV_ABI in6addr_any(); s32 PS4_SYSV_ABI in6addr_loopback(); s32 PS4_SYSV_ABI sce_net_dummy(); @@ -230,6 +228,8 @@ s32 PS4_SYSV_ABI sceNetThreadExit(); s32 PS4_SYSV_ABI sceNetThreadJoin(); s32 PS4_SYSV_ABI sceNetUsleep(); s32 PS4_SYSV_ABI Func_0E707A589F751C68(); +s32 PS4_SYSV_ABI sceNetEmulationGet(); +s32 PS4_SYSV_ABI sceNetEmulationSet(); void RegisterLib(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::Net \ No newline at end of file diff --git a/libraries/netctl.cpp b/libraries/netctl.cpp index d85ff7f..baf5653 100644 --- a/libraries/netctl.cpp +++ b/libraries/netctl.cpp @@ -8,637 +8,613 @@ namespace Libraries::NetCtl { -s32 PS4_SYSV_ABI sceNetCtlGetInfoV6() { +s32 PS4_SYSV_ABI sceNetBweCheckCallbackIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetResultV6() { +s32 PS4_SYSV_ABI sceNetBweClearEventIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetStateV6() { +s32 PS4_SYSV_ABI sceNetBweFinishInternetConnectionTestIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackV6() { +s32 PS4_SYSV_ABI sceNetBweGetInfoIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6() { +s32 PS4_SYSV_ABI sceNetBweRegisterCallbackIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlCheckCallbackForNpToolkit() { +s32 PS4_SYSV_ABI sceNetBweSetInternetConnectionTestResultIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlClearEventForNpToolkit() { +s32 PS4_SYSV_ABI sceNetBweStartInternetConnectionTestBandwidthTestIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackForNpToolkit() { +s32 PS4_SYSV_ABI sceNetBweStartInternetConnectionTestIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackForNpToolkit() { +s32 PS4_SYSV_ABI sceNetBweUnregisterCallbackIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApAppInitWpaKey() { +s32 PS4_SYSV_ABI sceNetCtlGetInfoV6() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApAppInitWpaKeyForQa() { +s32 PS4_SYSV_ABI sceNetCtlGetResultV6() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApAppStartWithRetry() { +s32 PS4_SYSV_ABI sceNetCtlGetStateV6() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApAppStartWithRetryPid() { +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackV6() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRestart() { +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRpCheckCallback() { +s32 PS4_SYSV_ABI sceNetCtlCheckCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRpClearEvent() { +s32 PS4_SYSV_ABI sceNetCtlCheckCallbackForLibIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRpGetInfo() { +s32 PS4_SYSV_ABI sceNetCtlClearEventForLibIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRpGetResult() { +s32 PS4_SYSV_ABI sceNetCtlClearEventIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRpGetState() { +s32 PS4_SYSV_ABI sceNetCtlConnectConfIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRpRegisterCallback() { +s32 PS4_SYSV_ABI sceNetCtlConnectIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRpStart() { +s32 PS4_SYSV_ABI sceNetCtlConnectWithRetryIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRpStartConf() { +s32 PS4_SYSV_ABI sceNetCtlDisableBandwidthManagementIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRpStartWithRetry() { +s32 PS4_SYSV_ABI sceNetCtlDisconnectIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRpStop() { +s32 PS4_SYSV_ABI sceNetCtlEnableBandwidthManagementIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRpUnregisterCallback() { +s32 PS4_SYSV_ABI sceNetCtlGetBandwidthInfoIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApCheckCallback() { +s32 PS4_SYSV_ABI sceNetCtlGetEtherLinkMode() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApClearEvent() { +s32 PS4_SYSV_ABI sceNetCtlGetIfStat() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApGetConnectInfo() { +s32 PS4_SYSV_ABI sceNetCtlGetInfo() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApGetInfo() { +s32 PS4_SYSV_ABI sceNetCtlGetInfoIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApGetResult() { +s32 PS4_SYSV_ABI sceNetCtlGetInfoV6IpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApGetState() { +s32 PS4_SYSV_ABI sceNetCtlGetNatInfo() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApInit() { +s32 PS4_SYSV_ABI sceNetCtlGetNatInfoIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApRegisterCallback() { +s32 PS4_SYSV_ABI sceNetCtlGetNetEvConfigInfoIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApStop() { +s32 PS4_SYSV_ABI sceNetCtlGetResult() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApTerm() { +s32 PS4_SYSV_ABI sceNetCtlGetResultIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlApUnregisterCallback() { +s32 PS4_SYSV_ABI sceNetCtlGetResultV6IpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlCheckCallback() { +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoBssidForSsidListScanIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlCheckCallbackForLibIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoBssidIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlClearEventForLibIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoByBssidIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlClearEventIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidListScanIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlConnectConfIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidScanIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlConnectIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetState() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlConnectWithRetryIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetState2IpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlDisableBandwidthManagementIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetStateIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlDisconnectIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetStateV6IpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlEnableBandwidthManagementIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetWifiType() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetBandwidthInfoIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlInit() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetEtherLinkMode() { +s32 PS4_SYSV_ABI sceNetCtlIsBandwidthManagementEnabledIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetIfStat() { +s32 PS4_SYSV_ABI sceNetCtlRegisterCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetInfo() { +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackForLibIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetInfoIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetInfoV6IpcInt() { +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackV6IpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetNatInfo() { +s32 PS4_SYSV_ABI sceNetCtlScanIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetNatInfoIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlSetErrorNotificationEnabledIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetNetEvConfigInfoIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlSetStunWithPaddingFlagIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetResult() { +s32 PS4_SYSV_ABI sceNetCtlTerm() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetResultIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetResultV6IpcInt() { +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackForLibIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetScanInfoBssidForSsidListScanIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetScanInfoBssidIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6IpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetScanInfoByBssidIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlUnsetStunWithPaddingFlagIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidListScanIpcInt() { +s32 PS4_SYSV_ABI Func_D8DCB6973537A3DC() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidScanIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlCheckCallbackForNpToolkit() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetState() { +s32 PS4_SYSV_ABI sceNetCtlClearEventForNpToolkit() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetState2IpcInt() { +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackForNpToolkit() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetStateIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackForNpToolkit() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetStateV6IpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApCheckCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlGetWifiType() { +s32 PS4_SYSV_ABI sceNetCtlApClearEvent() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlInit() { +s32 PS4_SYSV_ABI sceNetCtlApGetConnectInfo() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlIsBandwidthManagementEnabledIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApGetInfo() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlRegisterCallback() { +s32 PS4_SYSV_ABI sceNetCtlApGetResult() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackForLibIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApGetState() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApInit() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackV6IpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApRegisterCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlScanIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApStop() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlSetErrorNotificationEnabledIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApTerm() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlSetStunWithPaddingFlagIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApUnregisterCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlTerm() { +s32 PS4_SYSV_ABI sceNetCtlApAppInitWpaKey() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlUnregisterCallback() { +s32 PS4_SYSV_ABI sceNetCtlApAppInitWpaKeyForQa() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackForLibIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApAppStartWithRetry() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApAppStartWithRetryPid() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6IpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApRestart() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetCtlUnsetStunWithPaddingFlagIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApRpCheckCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_D8DCB6973537A3DC() { +s32 PS4_SYSV_ABI sceNetCtlApRpClearEvent() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetBweCheckCallbackIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApRpGetInfo() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetBweClearEventIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApRpGetResult() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetBweFinishInternetConnectionTestIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApRpGetState() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetBweGetInfoIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApRpRegisterCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetBweRegisterCallbackIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApRpStart() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetBweSetInternetConnectionTestResultIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApRpStartConf() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetBweStartInternetConnectionTestBandwidthTestIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApRpStartWithRetry() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetBweStartInternetConnectionTestIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApRpStop() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNetBweUnregisterCallbackIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlApRpUnregisterCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("Jy1EO5GdlcM", "libSceNetCtlV6", 1, "libSceNetCtl", 1, 1, sceNetCtlGetInfoV6); - LIB_FUNCTION("H5yARg37U5g", "libSceNetCtlV6", 1, "libSceNetCtl", 1, 1, sceNetCtlGetResultV6); - LIB_FUNCTION("+lxqIKeU9UY", "libSceNetCtlV6", 1, "libSceNetCtl", 1, 1, sceNetCtlGetStateV6); - LIB_FUNCTION("1NE9OWdBIww", "libSceNetCtlV6", 1, "libSceNetCtl", 1, 1, - sceNetCtlRegisterCallbackV6); - LIB_FUNCTION("hIUVeUNxAwc", "libSceNetCtlV6", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("XtClSOC1xcU", "libSceNetBwe", 1, "libSceNetCtl", sceNetBweCheckCallbackIpcInt); + LIB_FUNCTION("YALqoY4aeY0", "libSceNetBwe", 1, "libSceNetCtl", sceNetBweClearEventIpcInt); + LIB_FUNCTION("ouyROWhGUbM", "libSceNetBwe", 1, "libSceNetCtl", + sceNetBweFinishInternetConnectionTestIpcInt); + LIB_FUNCTION("G4vltQ0Vs+0", "libSceNetBwe", 1, "libSceNetCtl", sceNetBweGetInfoIpcInt); + LIB_FUNCTION("GqETL5+INhU", "libSceNetBwe", 1, "libSceNetCtl", + sceNetBweRegisterCallbackIpcInt); + LIB_FUNCTION("mEUt-phGd5E", "libSceNetBwe", 1, "libSceNetCtl", + sceNetBweSetInternetConnectionTestResultIpcInt); + LIB_FUNCTION("pQLJV5SEAqk", "libSceNetBwe", 1, "libSceNetCtl", + sceNetBweStartInternetConnectionTestBandwidthTestIpcInt); + LIB_FUNCTION("c+aYh130SV0", "libSceNetBwe", 1, "libSceNetCtl", + sceNetBweStartInternetConnectionTestIpcInt); + LIB_FUNCTION("0lViPaTB-R8", "libSceNetBwe", 1, "libSceNetCtl", + sceNetBweUnregisterCallbackIpcInt); + LIB_FUNCTION("Jy1EO5GdlcM", "libSceNetCtlV6", 1, "libSceNetCtl", sceNetCtlGetInfoV6); + LIB_FUNCTION("H5yARg37U5g", "libSceNetCtlV6", 1, "libSceNetCtl", sceNetCtlGetResultV6); + LIB_FUNCTION("+lxqIKeU9UY", "libSceNetCtlV6", 1, "libSceNetCtl", sceNetCtlGetStateV6); + LIB_FUNCTION("1NE9OWdBIww", "libSceNetCtlV6", 1, "libSceNetCtl", sceNetCtlRegisterCallbackV6); + LIB_FUNCTION("hIUVeUNxAwc", "libSceNetCtlV6", 1, "libSceNetCtl", sceNetCtlUnregisterCallbackV6); - LIB_FUNCTION("u5oqtlIP+Fw", "libSceNetCtlForNpToolkit", 1, "libSceNetCtl", 1, 1, - sceNetCtlCheckCallbackForNpToolkit); - LIB_FUNCTION("saYB0b2ZWtI", "libSceNetCtlForNpToolkit", 1, "libSceNetCtl", 1, 1, - sceNetCtlClearEventForNpToolkit); - LIB_FUNCTION("wIsKy+TfeLs", "libSceNetCtlForNpToolkit", 1, "libSceNetCtl", 1, 1, - sceNetCtlRegisterCallbackForNpToolkit); - LIB_FUNCTION("2oUqKR5odGc", "libSceNetCtlForNpToolkit", 1, "libSceNetCtl", 1, 1, - sceNetCtlUnregisterCallbackForNpToolkit); - LIB_FUNCTION("R-4a9Yh4tG8", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApAppInitWpaKey); - LIB_FUNCTION("5oLJoOVBbGU", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApAppInitWpaKeyForQa); - LIB_FUNCTION("YtTwZ3pa4aQ", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApAppStartWithRetry); - LIB_FUNCTION("sgWeDrEt24U", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApAppStartWithRetryPid); - LIB_FUNCTION("amqSGH8l--s", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRestart); - LIB_FUNCTION("DufQZgH5ISc", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRpCheckCallback); - LIB_FUNCTION("qhZbOi+2qLY", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRpClearEvent); - LIB_FUNCTION("VQl16Q+qXeY", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRpGetInfo); - LIB_FUNCTION("3pxwYqHzGcw", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRpGetResult); - LIB_FUNCTION("LEn8FGztKWc", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRpGetState); - LIB_FUNCTION("ofGsK+xoAaM", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRpRegisterCallback); - LIB_FUNCTION("mjFgpqNavHg", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRpStart); - LIB_FUNCTION("HMvaHoZWsn8", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRpStartConf); - LIB_FUNCTION("9Dxg7XSlr2s", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRpStartWithRetry); - LIB_FUNCTION("6uvAl4RlEyk", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRpStop); - LIB_FUNCTION("8eyH37Ns8tk", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRpUnregisterCallback); - LIB_FUNCTION("19Ec7WkMFfQ", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, - sceNetCtlApCheckCallback); - LIB_FUNCTION("meFMaDpdsVI", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApClearEvent); - LIB_FUNCTION("hfkLVdXmfnU", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, - sceNetCtlApGetConnectInfo); - LIB_FUNCTION("LXADzTIzM9I", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApGetInfo); - LIB_FUNCTION("4jkLJc954+Q", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApGetResult); - LIB_FUNCTION("AKZOzsb9whc", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApGetState); - LIB_FUNCTION("FdN+edNRtiw", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApInit); - LIB_FUNCTION("pmjobSVHuY0", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, - sceNetCtlApRegisterCallback); - LIB_FUNCTION("r-pOyN6AhsM", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApStop); - LIB_FUNCTION("cv5Y2efOTeg", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApTerm); - LIB_FUNCTION("NpTcFtaQ-0E", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, - sceNetCtlApUnregisterCallback); - LIB_FUNCTION("iQw3iQPhvUQ", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlCheckCallback); - LIB_FUNCTION("UF6H6+kjyQs", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("iQw3iQPhvUQ", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlCheckCallback); + LIB_FUNCTION("UF6H6+kjyQs", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlCheckCallbackForLibIpcInt); - LIB_FUNCTION("vv6g8zoanL4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("vv6g8zoanL4", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlClearEventForLibIpcInt); - LIB_FUNCTION("8OJ86vFucfo", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, - sceNetCtlClearEventIpcInt); - LIB_FUNCTION("HCD46HVTyQg", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, - sceNetCtlConnectConfIpcInt); - LIB_FUNCTION("ID+Gq3Ddzbg", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlConnectIpcInt); - LIB_FUNCTION("aPpic8K75YA", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("8OJ86vFucfo", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlClearEventIpcInt); + LIB_FUNCTION("HCD46HVTyQg", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlConnectConfIpcInt); + LIB_FUNCTION("ID+Gq3Ddzbg", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlConnectIpcInt); + LIB_FUNCTION("aPpic8K75YA", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlConnectWithRetryIpcInt); - LIB_FUNCTION("9y4IcsJdTCc", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("9y4IcsJdTCc", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlDisableBandwidthManagementIpcInt); - LIB_FUNCTION("qOefcpoSs0k", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, - sceNetCtlDisconnectIpcInt); - LIB_FUNCTION("x9bSmRSE+hc", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("qOefcpoSs0k", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlDisconnectIpcInt); + LIB_FUNCTION("x9bSmRSE+hc", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlEnableBandwidthManagementIpcInt); - LIB_FUNCTION("eCUIlA2t5CE", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("eCUIlA2t5CE", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetBandwidthInfoIpcInt); - LIB_FUNCTION("2EfjPXVPk3s", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, - sceNetCtlGetEtherLinkMode); - LIB_FUNCTION("teuK4QnJTGg", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetIfStat); - LIB_FUNCTION("obuxdTiwkF8", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetInfo); - LIB_FUNCTION("xstcTqAhTys", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetInfoIpcInt); - LIB_FUNCTION("Jy1EO5GdlcM", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetInfoV6); - LIB_FUNCTION("arAQRFlwqaA", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetInfoV6IpcInt); - LIB_FUNCTION("JO4yuTuMoKI", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetNatInfo); - LIB_FUNCTION("x+cnsAxKSHo", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, - sceNetCtlGetNatInfoIpcInt); - LIB_FUNCTION("hhTsdv99azU", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("2EfjPXVPk3s", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetEtherLinkMode); + LIB_FUNCTION("teuK4QnJTGg", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetIfStat); + LIB_FUNCTION("obuxdTiwkF8", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetInfo); + LIB_FUNCTION("xstcTqAhTys", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetInfoIpcInt); + LIB_FUNCTION("Jy1EO5GdlcM", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetInfoV6); + LIB_FUNCTION("arAQRFlwqaA", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetInfoV6IpcInt); + LIB_FUNCTION("JO4yuTuMoKI", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetNatInfo); + LIB_FUNCTION("x+cnsAxKSHo", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetNatInfoIpcInt); + LIB_FUNCTION("hhTsdv99azU", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetNetEvConfigInfoIpcInt); - LIB_FUNCTION("0cBgduPRR+M", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetResult); - LIB_FUNCTION("NEtnusbZyAs", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetResultIpcInt); - LIB_FUNCTION("H5yARg37U5g", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetResultV6); - LIB_FUNCTION("vdsTa93atXY", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, - sceNetCtlGetResultV6IpcInt); - LIB_FUNCTION("wP0Ab2maR1Y", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("0cBgduPRR+M", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetResult); + LIB_FUNCTION("NEtnusbZyAs", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetResultIpcInt); + LIB_FUNCTION("H5yARg37U5g", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetResultV6); + LIB_FUNCTION("vdsTa93atXY", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetResultV6IpcInt); + LIB_FUNCTION("wP0Ab2maR1Y", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetScanInfoBssidForSsidListScanIpcInt); - LIB_FUNCTION("Wn-+887Lt2s", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("Wn-+887Lt2s", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetScanInfoBssidIpcInt); - LIB_FUNCTION("FEdkOG1VbQo", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("FEdkOG1VbQo", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetScanInfoByBssidIpcInt); - LIB_FUNCTION("irV8voIAHDw", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("irV8voIAHDw", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetScanInfoForSsidListScanIpcInt); - LIB_FUNCTION("L97eAHI0xxs", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("L97eAHI0xxs", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetScanInfoForSsidScanIpcInt); - LIB_FUNCTION("uBPlr0lbuiI", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetState); - LIB_FUNCTION("JXlI9EZVjf4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetState2IpcInt); - LIB_FUNCTION("gvnJPMkSoAY", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetStateIpcInt); - LIB_FUNCTION("+lxqIKeU9UY", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetStateV6); - LIB_FUNCTION("O8Fk4w5MWss", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, - sceNetCtlGetStateV6IpcInt); - LIB_FUNCTION("BXW9b3R1Nw4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetWifiType); - LIB_FUNCTION("gky0+oaNM4k", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlInit); - LIB_FUNCTION("YtAnCkTR0K4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("uBPlr0lbuiI", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetState); + LIB_FUNCTION("JXlI9EZVjf4", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetState2IpcInt); + LIB_FUNCTION("gvnJPMkSoAY", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetStateIpcInt); + LIB_FUNCTION("+lxqIKeU9UY", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetStateV6); + LIB_FUNCTION("O8Fk4w5MWss", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetStateV6IpcInt); + LIB_FUNCTION("BXW9b3R1Nw4", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlGetWifiType); + LIB_FUNCTION("gky0+oaNM4k", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlInit); + LIB_FUNCTION("YtAnCkTR0K4", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlIsBandwidthManagementEnabledIpcInt); - LIB_FUNCTION("UJ+Z7Q+4ck0", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, - sceNetCtlRegisterCallback); - LIB_FUNCTION("WRvDk2syatE", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("UJ+Z7Q+4ck0", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlRegisterCallback); + LIB_FUNCTION("WRvDk2syatE", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlRegisterCallbackForLibIpcInt); - LIB_FUNCTION("rqkh2kXvLSw", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("rqkh2kXvLSw", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlRegisterCallbackIpcInt); - LIB_FUNCTION("1NE9OWdBIww", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, - sceNetCtlRegisterCallbackV6); - LIB_FUNCTION("ipqlpcIqRsQ", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("1NE9OWdBIww", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlRegisterCallbackV6); + LIB_FUNCTION("ipqlpcIqRsQ", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlRegisterCallbackV6IpcInt); - LIB_FUNCTION("reIsHryCDx4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlScanIpcInt); - LIB_FUNCTION("LJYiiIS4HB0", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("reIsHryCDx4", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlScanIpcInt); + LIB_FUNCTION("LJYiiIS4HB0", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlSetErrorNotificationEnabledIpcInt); - LIB_FUNCTION("DjuqqqV08Nk", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("DjuqqqV08Nk", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlSetStunWithPaddingFlagIpcInt); - LIB_FUNCTION("Z4wwCFiBELQ", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlTerm); - LIB_FUNCTION("Rqm2OnZMCz0", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, - sceNetCtlUnregisterCallback); - LIB_FUNCTION("urWaUWkEGZg", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("Z4wwCFiBELQ", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlTerm); + LIB_FUNCTION("Rqm2OnZMCz0", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlUnregisterCallback); + LIB_FUNCTION("urWaUWkEGZg", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlUnregisterCallbackForLibIpcInt); - LIB_FUNCTION("by9cbB7JGJE", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("by9cbB7JGJE", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlUnregisterCallbackIpcInt); - LIB_FUNCTION("hIUVeUNxAwc", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, - sceNetCtlUnregisterCallbackV6); - LIB_FUNCTION("Hjxpy28aID8", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("hIUVeUNxAwc", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlUnregisterCallbackV6); + LIB_FUNCTION("Hjxpy28aID8", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlUnregisterCallbackV6IpcInt); - LIB_FUNCTION("1HSvkN9oxO4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + LIB_FUNCTION("1HSvkN9oxO4", "libSceNetCtl", 1, "libSceNetCtl", sceNetCtlUnsetStunWithPaddingFlagIpcInt); - LIB_FUNCTION("2Ny2lzU3o9w", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, Func_D8DCB6973537A3DC); - LIB_FUNCTION("XtClSOC1xcU", "libSceNetBwe", 1, "libSceNetCtl", 1, 1, - sceNetBweCheckCallbackIpcInt); - LIB_FUNCTION("YALqoY4aeY0", "libSceNetBwe", 1, "libSceNetCtl", 1, 1, - sceNetBweClearEventIpcInt); - LIB_FUNCTION("ouyROWhGUbM", "libSceNetBwe", 1, "libSceNetCtl", 1, 1, - sceNetBweFinishInternetConnectionTestIpcInt); - LIB_FUNCTION("G4vltQ0Vs+0", "libSceNetBwe", 1, "libSceNetCtl", 1, 1, sceNetBweGetInfoIpcInt); - LIB_FUNCTION("GqETL5+INhU", "libSceNetBwe", 1, "libSceNetCtl", 1, 1, - sceNetBweRegisterCallbackIpcInt); - LIB_FUNCTION("mEUt-phGd5E", "libSceNetBwe", 1, "libSceNetCtl", 1, 1, - sceNetBweSetInternetConnectionTestResultIpcInt); - LIB_FUNCTION("pQLJV5SEAqk", "libSceNetBwe", 1, "libSceNetCtl", 1, 1, - sceNetBweStartInternetConnectionTestBandwidthTestIpcInt); - LIB_FUNCTION("c+aYh130SV0", "libSceNetBwe", 1, "libSceNetCtl", 1, 1, - sceNetBweStartInternetConnectionTestIpcInt); - LIB_FUNCTION("0lViPaTB-R8", "libSceNetBwe", 1, "libSceNetCtl", 1, 1, - sceNetBweUnregisterCallbackIpcInt); + LIB_FUNCTION("2Ny2lzU3o9w", "libSceNetCtl", 1, "libSceNetCtl", Func_D8DCB6973537A3DC); + LIB_FUNCTION("u5oqtlIP+Fw", "libSceNetCtlForNpToolkit", 1, "libSceNetCtl", + sceNetCtlCheckCallbackForNpToolkit); + LIB_FUNCTION("saYB0b2ZWtI", "libSceNetCtlForNpToolkit", 1, "libSceNetCtl", + sceNetCtlClearEventForNpToolkit); + LIB_FUNCTION("wIsKy+TfeLs", "libSceNetCtlForNpToolkit", 1, "libSceNetCtl", + sceNetCtlRegisterCallbackForNpToolkit); + LIB_FUNCTION("2oUqKR5odGc", "libSceNetCtlForNpToolkit", 1, "libSceNetCtl", + sceNetCtlUnregisterCallbackForNpToolkit); + LIB_FUNCTION("19Ec7WkMFfQ", "libSceNetCtlAp", 1, "libSceNetCtl", sceNetCtlApCheckCallback); + LIB_FUNCTION("meFMaDpdsVI", "libSceNetCtlAp", 1, "libSceNetCtl", sceNetCtlApClearEvent); + LIB_FUNCTION("hfkLVdXmfnU", "libSceNetCtlAp", 1, "libSceNetCtl", sceNetCtlApGetConnectInfo); + LIB_FUNCTION("LXADzTIzM9I", "libSceNetCtlAp", 1, "libSceNetCtl", sceNetCtlApGetInfo); + LIB_FUNCTION("4jkLJc954+Q", "libSceNetCtlAp", 1, "libSceNetCtl", sceNetCtlApGetResult); + LIB_FUNCTION("AKZOzsb9whc", "libSceNetCtlAp", 1, "libSceNetCtl", sceNetCtlApGetState); + LIB_FUNCTION("FdN+edNRtiw", "libSceNetCtlAp", 1, "libSceNetCtl", sceNetCtlApInit); + LIB_FUNCTION("pmjobSVHuY0", "libSceNetCtlAp", 1, "libSceNetCtl", sceNetCtlApRegisterCallback); + LIB_FUNCTION("r-pOyN6AhsM", "libSceNetCtlAp", 1, "libSceNetCtl", sceNetCtlApStop); + LIB_FUNCTION("cv5Y2efOTeg", "libSceNetCtlAp", 1, "libSceNetCtl", sceNetCtlApTerm); + LIB_FUNCTION("NpTcFtaQ-0E", "libSceNetCtlAp", 1, "libSceNetCtl", + sceNetCtlApUnregisterCallback); + LIB_FUNCTION("R-4a9Yh4tG8", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", + sceNetCtlApAppInitWpaKey); + LIB_FUNCTION("5oLJoOVBbGU", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", + sceNetCtlApAppInitWpaKeyForQa); + LIB_FUNCTION("YtTwZ3pa4aQ", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", + sceNetCtlApAppStartWithRetry); + LIB_FUNCTION("sgWeDrEt24U", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", + sceNetCtlApAppStartWithRetryPid); + LIB_FUNCTION("amqSGH8l--s", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", sceNetCtlApRestart); + LIB_FUNCTION("DufQZgH5ISc", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", + sceNetCtlApRpCheckCallback); + LIB_FUNCTION("qhZbOi+2qLY", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", + sceNetCtlApRpClearEvent); + LIB_FUNCTION("VQl16Q+qXeY", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", sceNetCtlApRpGetInfo); + LIB_FUNCTION("3pxwYqHzGcw", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", sceNetCtlApRpGetResult); + LIB_FUNCTION("LEn8FGztKWc", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", sceNetCtlApRpGetState); + LIB_FUNCTION("ofGsK+xoAaM", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", + sceNetCtlApRpRegisterCallback); + LIB_FUNCTION("mjFgpqNavHg", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", sceNetCtlApRpStart); + LIB_FUNCTION("HMvaHoZWsn8", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", sceNetCtlApRpStartConf); + LIB_FUNCTION("9Dxg7XSlr2s", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", + sceNetCtlApRpStartWithRetry); + LIB_FUNCTION("6uvAl4RlEyk", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", sceNetCtlApRpStop); + LIB_FUNCTION("8eyH37Ns8tk", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", + sceNetCtlApRpUnregisterCallback); }; } // namespace Libraries::NetCtl \ No newline at end of file diff --git a/libraries/netctl.h b/libraries/netctl.h index 5240a67..e975e17 100644 --- a/libraries/netctl.h +++ b/libraries/netctl.h @@ -11,42 +11,20 @@ class SymbolsResolver; namespace Libraries::NetCtl { +s32 PS4_SYSV_ABI sceNetBweCheckCallbackIpcInt(); +s32 PS4_SYSV_ABI sceNetBweClearEventIpcInt(); +s32 PS4_SYSV_ABI sceNetBweFinishInternetConnectionTestIpcInt(); +s32 PS4_SYSV_ABI sceNetBweGetInfoIpcInt(); +s32 PS4_SYSV_ABI sceNetBweRegisterCallbackIpcInt(); +s32 PS4_SYSV_ABI sceNetBweSetInternetConnectionTestResultIpcInt(); +s32 PS4_SYSV_ABI sceNetBweStartInternetConnectionTestBandwidthTestIpcInt(); +s32 PS4_SYSV_ABI sceNetBweStartInternetConnectionTestIpcInt(); +s32 PS4_SYSV_ABI sceNetBweUnregisterCallbackIpcInt(); s32 PS4_SYSV_ABI sceNetCtlGetInfoV6(); s32 PS4_SYSV_ABI sceNetCtlGetResultV6(); s32 PS4_SYSV_ABI sceNetCtlGetStateV6(); s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackV6(); s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6(); -s32 PS4_SYSV_ABI sceNetCtlCheckCallbackForNpToolkit(); -s32 PS4_SYSV_ABI sceNetCtlClearEventForNpToolkit(); -s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackForNpToolkit(); -s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackForNpToolkit(); -s32 PS4_SYSV_ABI sceNetCtlApAppInitWpaKey(); -s32 PS4_SYSV_ABI sceNetCtlApAppInitWpaKeyForQa(); -s32 PS4_SYSV_ABI sceNetCtlApAppStartWithRetry(); -s32 PS4_SYSV_ABI sceNetCtlApAppStartWithRetryPid(); -s32 PS4_SYSV_ABI sceNetCtlApRestart(); -s32 PS4_SYSV_ABI sceNetCtlApRpCheckCallback(); -s32 PS4_SYSV_ABI sceNetCtlApRpClearEvent(); -s32 PS4_SYSV_ABI sceNetCtlApRpGetInfo(); -s32 PS4_SYSV_ABI sceNetCtlApRpGetResult(); -s32 PS4_SYSV_ABI sceNetCtlApRpGetState(); -s32 PS4_SYSV_ABI sceNetCtlApRpRegisterCallback(); -s32 PS4_SYSV_ABI sceNetCtlApRpStart(); -s32 PS4_SYSV_ABI sceNetCtlApRpStartConf(); -s32 PS4_SYSV_ABI sceNetCtlApRpStartWithRetry(); -s32 PS4_SYSV_ABI sceNetCtlApRpStop(); -s32 PS4_SYSV_ABI sceNetCtlApRpUnregisterCallback(); -s32 PS4_SYSV_ABI sceNetCtlApCheckCallback(); -s32 PS4_SYSV_ABI sceNetCtlApClearEvent(); -s32 PS4_SYSV_ABI sceNetCtlApGetConnectInfo(); -s32 PS4_SYSV_ABI sceNetCtlApGetInfo(); -s32 PS4_SYSV_ABI sceNetCtlApGetResult(); -s32 PS4_SYSV_ABI sceNetCtlApGetState(); -s32 PS4_SYSV_ABI sceNetCtlApInit(); -s32 PS4_SYSV_ABI sceNetCtlApRegisterCallback(); -s32 PS4_SYSV_ABI sceNetCtlApStop(); -s32 PS4_SYSV_ABI sceNetCtlApTerm(); -s32 PS4_SYSV_ABI sceNetCtlApUnregisterCallback(); s32 PS4_SYSV_ABI sceNetCtlCheckCallback(); s32 PS4_SYSV_ABI sceNetCtlCheckCallbackForLibIpcInt(); s32 PS4_SYSV_ABI sceNetCtlClearEventForLibIpcInt(); @@ -95,15 +73,37 @@ s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackIpcInt(); s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6IpcInt(); s32 PS4_SYSV_ABI sceNetCtlUnsetStunWithPaddingFlagIpcInt(); s32 PS4_SYSV_ABI Func_D8DCB6973537A3DC(); -s32 PS4_SYSV_ABI sceNetBweCheckCallbackIpcInt(); -s32 PS4_SYSV_ABI sceNetBweClearEventIpcInt(); -s32 PS4_SYSV_ABI sceNetBweFinishInternetConnectionTestIpcInt(); -s32 PS4_SYSV_ABI sceNetBweGetInfoIpcInt(); -s32 PS4_SYSV_ABI sceNetBweRegisterCallbackIpcInt(); -s32 PS4_SYSV_ABI sceNetBweSetInternetConnectionTestResultIpcInt(); -s32 PS4_SYSV_ABI sceNetBweStartInternetConnectionTestBandwidthTestIpcInt(); -s32 PS4_SYSV_ABI sceNetBweStartInternetConnectionTestIpcInt(); -s32 PS4_SYSV_ABI sceNetBweUnregisterCallbackIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlCheckCallbackForNpToolkit(); +s32 PS4_SYSV_ABI sceNetCtlClearEventForNpToolkit(); +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackForNpToolkit(); +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackForNpToolkit(); +s32 PS4_SYSV_ABI sceNetCtlApCheckCallback(); +s32 PS4_SYSV_ABI sceNetCtlApClearEvent(); +s32 PS4_SYSV_ABI sceNetCtlApGetConnectInfo(); +s32 PS4_SYSV_ABI sceNetCtlApGetInfo(); +s32 PS4_SYSV_ABI sceNetCtlApGetResult(); +s32 PS4_SYSV_ABI sceNetCtlApGetState(); +s32 PS4_SYSV_ABI sceNetCtlApInit(); +s32 PS4_SYSV_ABI sceNetCtlApRegisterCallback(); +s32 PS4_SYSV_ABI sceNetCtlApStop(); +s32 PS4_SYSV_ABI sceNetCtlApTerm(); +s32 PS4_SYSV_ABI sceNetCtlApUnregisterCallback(); +s32 PS4_SYSV_ABI sceNetCtlApAppInitWpaKey(); +s32 PS4_SYSV_ABI sceNetCtlApAppInitWpaKeyForQa(); +s32 PS4_SYSV_ABI sceNetCtlApAppStartWithRetry(); +s32 PS4_SYSV_ABI sceNetCtlApAppStartWithRetryPid(); +s32 PS4_SYSV_ABI sceNetCtlApRestart(); +s32 PS4_SYSV_ABI sceNetCtlApRpCheckCallback(); +s32 PS4_SYSV_ABI sceNetCtlApRpClearEvent(); +s32 PS4_SYSV_ABI sceNetCtlApRpGetInfo(); +s32 PS4_SYSV_ABI sceNetCtlApRpGetResult(); +s32 PS4_SYSV_ABI sceNetCtlApRpGetState(); +s32 PS4_SYSV_ABI sceNetCtlApRpRegisterCallback(); +s32 PS4_SYSV_ABI sceNetCtlApRpStart(); +s32 PS4_SYSV_ABI sceNetCtlApRpStartConf(); +s32 PS4_SYSV_ABI sceNetCtlApRpStartWithRetry(); +s32 PS4_SYSV_ABI sceNetCtlApRpStop(); +s32 PS4_SYSV_ABI sceNetCtlApRpUnregisterCallback(); void RegisterLib(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::NetCtl \ No newline at end of file diff --git a/libraries/npmanager.cpp b/libraries/npmanager.cpp index e91a70f..0026079 100644 --- a/libraries/npmanager.cpp +++ b/libraries/npmanager.cpp @@ -8,101 +8,11 @@ namespace Libraries::NpManager { -s32 PS4_SYSV_ABI sceNpIsPlusMember() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - s32 PS4_SYSV_ABI Func_EF4378573542A508() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceNpCheckNpAvailability() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpGetAccountCountry() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpGetAccountDateOfBirth() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpGetAccountId() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpGetAccountLanguage() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpGetGamePresenceStatus() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpGetParentalControlInfo() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpGetUserIdByOnlineId() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpInGameMessagePrepare() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpInGameMessageSendData() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpRegisterGamePresenceCallback() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpRegisterStateCallback() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpSetGamePresenceOnline() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpUnregisterStateCallback() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpCheckCallbackForLib() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpRegisterStateCallbackForToolkit() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceNpUnregisterStateCallbackForToolkit() { - LOG_ERROR(Lib_NpManager, "(STUBBED) called"); - return ORBIS_OK; -} - s32 PS4_SYSV_ABI _sceNpIpcCreateMemoryFromKernel() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; @@ -963,6 +873,16 @@ s32 PS4_SYSV_ABI sceNpCheckCallback() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpCheckCallbackForLib() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceNpCheckNpAvailability() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpCheckNpAvailabilityA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; @@ -998,21 +918,41 @@ s32 PS4_SYSV_ABI sceNpGetAccountAge() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpGetAccountCountry() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpGetAccountCountryA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpGetAccountDateOfBirth() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpGetAccountDateOfBirthA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpGetAccountId() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpGetAccountIdA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpGetAccountLanguage() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpGetAccountLanguage2() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; @@ -1023,6 +963,11 @@ s32 PS4_SYSV_ABI sceNpGetAccountLanguageA() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpGetGamePresenceStatus() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpGetGamePresenceStatusA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; @@ -1043,6 +988,11 @@ s32 PS4_SYSV_ABI sceNpGetOnlineId() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpGetParentalControlInfo() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpGetParentalControlInfoA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; @@ -1058,6 +1008,11 @@ s32 PS4_SYSV_ABI sceNpGetUserIdByAccountId() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpGetUserIdByOnlineId() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpHasSignedUp() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; @@ -1128,11 +1083,21 @@ s32 PS4_SYSV_ABI sceNpInGameMessageInitialize() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpInGameMessagePrepare() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpInGameMessagePrepareA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpInGameMessageSendData() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpInGameMessageSendDataA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; @@ -1173,6 +1138,11 @@ s32 PS4_SYSV_ABI sceNpIntRegisterGamePresenceCallback() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpIsPlusMember() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpManagerIntAbortRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; @@ -1943,6 +1913,11 @@ s32 PS4_SYSV_ABI sceNpPushUnsetNpCommunicationId() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpRegisterGamePresenceCallback() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpRegisterGamePresenceCallbackA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; @@ -1958,6 +1933,11 @@ s32 PS4_SYSV_ABI sceNpRegisterPlusEventCallback() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpRegisterStateCallback() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpRegisterStateCallbackA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; @@ -1983,6 +1963,11 @@ s32 PS4_SYSV_ABI sceNpSetContentRestriction() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpSetGamePresenceOnline() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpSetGamePresenceOnlineA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; @@ -2018,6 +2003,11 @@ s32 PS4_SYSV_ABI sceNpUnregisterPlusEventCallback() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpUnregisterStateCallback() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceNpUnregisterStateCallbackA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; @@ -2513,1013 +2503,860 @@ s32 PS4_SYSV_ABI Func_FF966E4351E564D6() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceNpRegisterStateCallbackForToolkit() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceNpUnregisterStateCallbackForToolkit() { + LOG_ERROR(Lib_NpManager, "(STUBBED) called"); + return ORBIS_OK; +} + void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("Ybu6AxV6S0o", "libSceNpManagerIsPlusMember", 1, "libSceNpManager", 1, 1, - sceNpIsPlusMember); - LIB_FUNCTION("70N4VzVCpQg", "libSceNpManagerForSys", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("70N4VzVCpQg", "libSceNpManagerForSys", 1, "libSceNpManager", Func_EF4378573542A508); - LIB_FUNCTION("2rsFmlGWleQ", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpCheckNpAvailability); - LIB_FUNCTION("Ghz9iWDUtC4", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpGetAccountCountry); - LIB_FUNCTION("8VBTeRf1ZwI", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpGetAccountDateOfBirth); - LIB_FUNCTION("a8R9-75u4iM", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpGetAccountId); - LIB_FUNCTION("KZ1Mj9yEGYc", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpGetAccountLanguage); - LIB_FUNCTION("IPb1hd1wAGc", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpGetGamePresenceStatus); - LIB_FUNCTION("ilwLM4zOmu4", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpGetParentalControlInfo); - LIB_FUNCTION("F6E4ycq9Dbg", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpGetUserIdByOnlineId); - LIB_FUNCTION("Vh1bhUG6mSs", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpInGameMessagePrepare); - LIB_FUNCTION("ON7Sf5XEMmI", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpInGameMessageSendData); - LIB_FUNCTION("uFJpaKNBAj4", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpRegisterGamePresenceCallback); - LIB_FUNCTION("VfRSmPmj8Q8", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpRegisterStateCallback); - LIB_FUNCTION("KO+11cgC7N0", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpSetGamePresenceOnline); - LIB_FUNCTION("mjjTXh+NHWY", "libSceNpManagerCompat", 1, "libSceNpManager", 1, 1, - sceNpUnregisterStateCallback); - LIB_FUNCTION("JELHf4xPufo", "libSceNpManagerForToolkit", 1, "libSceNpManager", 1, 1, - sceNpCheckCallbackForLib); - LIB_FUNCTION("0c7HbXRKUt4", "libSceNpManagerForToolkit", 1, "libSceNpManager", 1, 1, - sceNpRegisterStateCallbackForToolkit); - LIB_FUNCTION("YIvqqvJyjEc", "libSceNpManagerForToolkit", 1, "libSceNpManager", 1, 1, - sceNpUnregisterStateCallbackForToolkit); - LIB_FUNCTION("pHLjntY0psg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("pHLjntY0psg", "libSceNpManager", 1, "libSceNpManager", _sceNpIpcCreateMemoryFromKernel); - LIB_FUNCTION("UdhQmx64-uM", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("UdhQmx64-uM", "libSceNpManager", 1, "libSceNpManager", _sceNpIpcCreateMemoryFromPool); - LIB_FUNCTION("hyuye+88uPo", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _sceNpIpcDestroyMemory); - LIB_FUNCTION("VY8Xji9cAFA", "libSceNpManager", 1, "libSceNpManager", 1, 1, _sceNpIpcFreeImpl); - LIB_FUNCTION("V38nfJwXYhg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("hyuye+88uPo", "libSceNpManager", 1, "libSceNpManager", _sceNpIpcDestroyMemory); + LIB_FUNCTION("VY8Xji9cAFA", "libSceNpManager", 1, "libSceNpManager", _sceNpIpcFreeImpl); + LIB_FUNCTION("V38nfJwXYhg", "libSceNpManager", 1, "libSceNpManager", _sceNpIpcGetNpMemAllocator); - LIB_FUNCTION("VBZtcFn7+aY", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _sceNpIpcMallocImpl); - LIB_FUNCTION("TyACAxDH3Uw", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _sceNpIpcReallocImpl); - LIB_FUNCTION("fHGhS3uP52k", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("VBZtcFn7+aY", "libSceNpManager", 1, "libSceNpManager", _sceNpIpcMallocImpl); + LIB_FUNCTION("TyACAxDH3Uw", "libSceNpManager", 1, "libSceNpManager", _sceNpIpcReallocImpl); + LIB_FUNCTION("fHGhS3uP52k", "libSceNpManager", 1, "libSceNpManager", _sceNpManagerCreateMemoryFromKernel); - LIB_FUNCTION("v8+25H9WIX4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("v8+25H9WIX4", "libSceNpManager", 1, "libSceNpManager", _sceNpManagerCreateMemoryFromPool); - LIB_FUNCTION("4uhgVNAqiag", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("4uhgVNAqiag", "libSceNpManager", 1, "libSceNpManager", _sceNpManagerDestroyMemory); - LIB_FUNCTION("8JX-S2ADen4", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _sceNpManagerFreeImpl); - LIB_FUNCTION("ukEeOizCkIU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("8JX-S2ADen4", "libSceNpManager", 1, "libSceNpManager", _sceNpManagerFreeImpl); + LIB_FUNCTION("ukEeOizCkIU", "libSceNpManager", 1, "libSceNpManager", _sceNpManagerGetNpMemAllocator); - LIB_FUNCTION("p0TfCdPEcsk", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _sceNpManagerMallocImpl); - LIB_FUNCTION("PIYEFT1iG0Y", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _sceNpManagerReallocImpl); - LIB_FUNCTION("o1azI8TGjbc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("p0TfCdPEcsk", "libSceNpManager", 1, "libSceNpManager", _sceNpManagerMallocImpl); + LIB_FUNCTION("PIYEFT1iG0Y", "libSceNpManager", 1, "libSceNpManager", _sceNpManagerReallocImpl); + LIB_FUNCTION("o1azI8TGjbc", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineId13GetNpOnlineIdERKNS0_4UserEP13SceNpOnlineId); - LIB_FUNCTION("1GRQfw+bhcE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("1GRQfw+bhcE", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineId13GetNpOnlineIdERKNS0_4UserEPS1_); - LIB_FUNCTION("Icc9+aRUQfQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Icc9+aRUQfQ", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineId16SetNpOnlineIdStrEPKc); - LIB_FUNCTION("-QlrD62pWME", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("-QlrD62pWME", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineId5ClearEv); - LIB_FUNCTION("oGASj6Qjq7M", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("oGASj6Qjq7M", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineIdC1ERK13SceNpOnlineId); - LIB_FUNCTION("dgSWiLGbjuY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("dgSWiLGbjuY", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineIdC1ERKS1_); - LIB_FUNCTION("YYfLHMi0+2M", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("YYfLHMi0+2M", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineIdC1Ev); - LIB_FUNCTION("mt2Be6qsnsw", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("mt2Be6qsnsw", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineIdC2ERK13SceNpOnlineId); - LIB_FUNCTION("gPux+0B5N9I", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("gPux+0B5N9I", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineIdC2ERKS1_); - LIB_FUNCTION("gBeifc27nO4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("gBeifc27nO4", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineIdC2Ev); - LIB_FUNCTION("kUsK6ZtqofM", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("kUsK6ZtqofM", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineIdD0Ev); - LIB_FUNCTION("UyUHeYA21sg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("UyUHeYA21sg", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineIdD1Ev); - LIB_FUNCTION("YcMKsqoMBtg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("YcMKsqoMBtg", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np10NpOnlineIdD2Ev); - LIB_FUNCTION("7I2lZS0DRjA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("7I2lZS0DRjA", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np11NpHttpTrans13GetResultCodeEPNS0_6HandleE); - LIB_FUNCTION("WoaqjY1ccEo", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("WoaqjY1ccEo", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np11NpHttpTrans21SetRequestAccessTokenEPNS0_6HandleE); - LIB_FUNCTION("mCqfLfIWWuo", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("mCqfLfIWWuo", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np11NpHttpTrans24BuildAuthorizationHeaderERKNS0_13NpAccessTokenEPcm); - LIB_FUNCTION("JDYbbgccPDE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("JDYbbgccPDE", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np11NpHttpTransC2EP16SceNpAllocatorEx); - LIB_FUNCTION("Yd7V7lM4bSA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Yd7V7lM4bSA", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np11NpHttpTransD0Ev); - LIB_FUNCTION("7OiI1ObT1QU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("7OiI1ObT1QU", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np11NpHttpTransD1Ev); - LIB_FUNCTION("D5qJmwMlccI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("D5qJmwMlccI", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np11NpHttpTransD2Ev); - LIB_FUNCTION("CvGog64+vCk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("CvGog64+vCk", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpHttpClient4InitEii); - LIB_FUNCTION("QvqOkNK5ThU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("QvqOkNK5ThU", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpHttpClientC1EP16SceNpAllocatorEx); - LIB_FUNCTION("t+T8UG8jats", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("t+T8UG8jats", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpHttpClientC2EP16SceNpAllocatorEx); - LIB_FUNCTION("FjbLZy95ts4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("FjbLZy95ts4", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpHttpClientD0Ev); - LIB_FUNCTION("kR3ed2pAvV8", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("kR3ed2pAvV8", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpHttpClientD1Ev); - LIB_FUNCTION("9Uew6b9Pp8U", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("9Uew6b9Pp8U", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpHttpClientD2Ev); - LIB_FUNCTION("zAvqfrR2f7c", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("zAvqfrR2f7c", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpTitleToken5ClearEv); - LIB_FUNCTION("xQM94RIreRc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("xQM94RIreRc", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpTitleTokenC1ERKS1_); - LIB_FUNCTION("j6oWzyuDal4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("j6oWzyuDal4", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpTitleTokenC1Ev); - LIB_FUNCTION("oDMQ96CSgKE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("oDMQ96CSgKE", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpTitleTokenC2ERKS1_); - LIB_FUNCTION("+3JWTVP4NUc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("+3JWTVP4NUc", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpTitleTokenC2Ev); - LIB_FUNCTION("SyxdUakD7HU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("SyxdUakD7HU", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpTitleTokenD0Ev); - LIB_FUNCTION("+fA-tpNvZNg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("+fA-tpNvZNg", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpTitleTokenD1Ev); - LIB_FUNCTION("43B0VnF0P7E", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("43B0VnF0P7E", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np12NpTitleTokenD2Ev); - LIB_FUNCTION("jjpTY0fRA44", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("jjpTY0fRA44", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np13NpAccessToken14GetAccessTokenEPNS0_6HandleERKNS0_4UserEPS1_); - LIB_FUNCTION("Y5eglu1FrsE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Y5eglu1FrsE", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np13NpAccessToken5ClearEv); - LIB_FUNCTION("FMoSUe3Uac4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("FMoSUe3Uac4", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np13NpAccessTokenC1ERK16SceNpAccessToken); - LIB_FUNCTION("MwAYknEWfAU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("MwAYknEWfAU", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np13NpAccessTokenC1ERKS1_); - LIB_FUNCTION("h8d3tfMiyhc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("h8d3tfMiyhc", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np13NpAccessTokenC1Ev); - LIB_FUNCTION("h0EenX2eWyA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("h0EenX2eWyA", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np13NpAccessTokenC2ERK16SceNpAccessToken); - LIB_FUNCTION("CNJoUbqVaFc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("CNJoUbqVaFc", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np13NpAccessTokenC2ERKS1_); - LIB_FUNCTION("2lzWy2xmnhY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("2lzWy2xmnhY", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np13NpAccessTokenC2Ev); - LIB_FUNCTION("SFZYbH7eOnk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("SFZYbH7eOnk", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np13NpAccessTokenD0Ev); - LIB_FUNCTION("0SfP+1+7aB4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("0SfP+1+7aB4", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np13NpAccessTokenD1Ev); - LIB_FUNCTION("u9tBiSNnvn8", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("u9tBiSNnvn8", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np13NpAccessTokenD2Ev); - LIB_FUNCTION("D3ucpMtsmEw", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("D3ucpMtsmEw", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np3ipc14service_client10EndRequestEii); - LIB_FUNCTION("tpXVNSFwJRs", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("tpXVNSFwJRs", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np3ipc14service_client11InitServiceEi); - LIB_FUNCTION("UvDQq9+QMuI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("UvDQq9+QMuI", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np3ipc14service_client11TermServiceEi); - LIB_FUNCTION("huJ-2GzzNXs", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("huJ-2GzzNXs", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np3ipc14service_client11WaitRequestEiij); - LIB_FUNCTION("EPEUMPT+9XI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("EPEUMPT+9XI", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np3ipc14service_client12AbortRequestEii); - LIB_FUNCTION("HhtuEAftVvk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("HhtuEAftVvk", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np3ipc14service_client12BeginRequestEii); - LIB_FUNCTION("t5cZhzOEeDM", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("t5cZhzOEeDM", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np3ipc14service_client13CreateRequestEimPKvPi); - LIB_FUNCTION("aFpR2VzmSqA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("aFpR2VzmSqA", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np3ipc14service_client13DeleteRequestEii); - LIB_FUNCTION("hKTdrR1+dN0", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("hKTdrR1+dN0", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np3ipc14service_client13GetIpmiClientEv); - LIB_FUNCTION("ZDocIq+2jbI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("ZDocIq+2jbI", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np3ipc14service_client13PollEventFlagEijmjPm); - LIB_FUNCTION("fs2BaxmsAZg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("fs2BaxmsAZg", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np3ipc14service_client14PollEventQueueEiPvm); - LIB_FUNCTION("HSh8IJaDD7o", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4NpId5ClearEv); - LIB_FUNCTION("6WTgpKqUxRo", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("HSh8IJaDD7o", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4NpId5ClearEv); + LIB_FUNCTION("6WTgpKqUxRo", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4NpIdC1ERK7SceNpId); - LIB_FUNCTION("SuCCD+AZwCc", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4NpIdC1ERKS1_); - LIB_FUNCTION("YU-PxwZq21U", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4NpIdC1Ev); - LIB_FUNCTION("ZHZ6QZ8xHLE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("SuCCD+AZwCc", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4NpIdC1ERKS1_); + LIB_FUNCTION("YU-PxwZq21U", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4NpIdC1Ev); + LIB_FUNCTION("ZHZ6QZ8xHLE", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4NpIdC2ERK7SceNpId); - LIB_FUNCTION("qBlMzJbMa7c", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4NpIdC2ERKS1_); - LIB_FUNCTION("OIdCMA7vGHA", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4NpIdC2Ev); - LIB_FUNCTION("lUXyFGSFXKo", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4NpIdD0Ev); - LIB_FUNCTION("WcfJXQ2NFP4", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4NpIdD1Ev); - LIB_FUNCTION("ya+s8zGxVQQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4NpIdD2Ev); - LIB_FUNCTION("GtMgx4YcBuo", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4User5ClearEv); - LIB_FUNCTION("bwwspVgS4hQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("qBlMzJbMa7c", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4NpIdC2ERKS1_); + LIB_FUNCTION("OIdCMA7vGHA", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4NpIdC2Ev); + LIB_FUNCTION("lUXyFGSFXKo", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4NpIdD0Ev); + LIB_FUNCTION("WcfJXQ2NFP4", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4NpIdD1Ev); + LIB_FUNCTION("ya+s8zGxVQQ", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4NpIdD2Ev); + LIB_FUNCTION("GtMgx4YcBuo", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4User5ClearEv); + LIB_FUNCTION("bwwspVgS4hQ", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4User7GetUserEiPS1_); - LIB_FUNCTION("Z4wnPrd9jIE", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4UserC1Ei); - LIB_FUNCTION("rgtbpTzx0RA", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4UserC1ERKS1_); - LIB_FUNCTION("S7Afe0llsL8", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4UserC1Ev); - LIB_FUNCTION("i2KGykoRA-4", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4UserC2Ei); - LIB_FUNCTION("YvL0D8Vg6VM", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4UserC2ERKS1_); - LIB_FUNCTION("F-AkFa9cABI", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4UserC2Ev); - LIB_FUNCTION("HhKQodH164k", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4UserD0Ev); - LIB_FUNCTION("gQFyT9aIsOk", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4UserD1Ev); - LIB_FUNCTION("itBuc3IIDaY", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np4UserD2Ev); - LIB_FUNCTION("BI3Wo2RpVmA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Z4wnPrd9jIE", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4UserC1Ei); + LIB_FUNCTION("rgtbpTzx0RA", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4UserC1ERKS1_); + LIB_FUNCTION("S7Afe0llsL8", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4UserC1Ev); + LIB_FUNCTION("i2KGykoRA-4", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4UserC2Ei); + LIB_FUNCTION("YvL0D8Vg6VM", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4UserC2ERKS1_); + LIB_FUNCTION("F-AkFa9cABI", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4UserC2Ev); + LIB_FUNCTION("HhKQodH164k", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4UserD0Ev); + LIB_FUNCTION("gQFyT9aIsOk", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4UserD1Ev); + LIB_FUNCTION("itBuc3IIDaY", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np4UserD2Ev); + LIB_FUNCTION("BI3Wo2RpVmA", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np8NpTicket5ClearEv); - LIB_FUNCTION("KjXpVcQXaYc", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np8NpTicketD0Ev); - LIB_FUNCTION("AIMCjPPVWZM", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np8NpTicketD1Ev); - LIB_FUNCTION("JL4zz6ehIWE", "libSceNpManager", 1, "libSceNpManager", 1, 1, - _ZN3sce2np8NpTicketD2Ev); - LIB_FUNCTION("-WGPScpDMWA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("KjXpVcQXaYc", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np8NpTicketD0Ev); + LIB_FUNCTION("AIMCjPPVWZM", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np8NpTicketD1Ev); + LIB_FUNCTION("JL4zz6ehIWE", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2np8NpTicketD2Ev); + LIB_FUNCTION("-WGPScpDMWA", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2npeqERK13SceNpOnlineIdRKNS0_10NpOnlineIdE); - LIB_FUNCTION("m3jEtGAP9jE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("m3jEtGAP9jE", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2npeqERKNS0_10NpOnlineIdERK13SceNpOnlineId); - LIB_FUNCTION("KGitZXuSY7U", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("KGitZXuSY7U", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2npeqERKNS0_10NpOnlineIdES3_); - LIB_FUNCTION("0qjYM9bp5vs", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("0qjYM9bp5vs", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2npeqERKNS0_4UserERKi); - LIB_FUNCTION("-BgzebSMaVY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("-BgzebSMaVY", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2npeqERKNS0_4UserES3_); - LIB_FUNCTION("-lWtMfBycrg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("-lWtMfBycrg", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2npneERK13SceNpOnlineIdRKNS0_10NpOnlineIdE); - LIB_FUNCTION("d-nucrQRJZg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("d-nucrQRJZg", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2npneERKNS0_10NpOnlineIdERK13SceNpOnlineId); - LIB_FUNCTION("pt8E9JYqZm4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("pt8E9JYqZm4", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2npneERKNS0_10NpOnlineIdES3_); - LIB_FUNCTION("XlGEzCqlHpI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("XlGEzCqlHpI", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2npneERKNS0_4UserERKi); - LIB_FUNCTION("ta8lASAxro4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("ta8lASAxro4", "libSceNpManager", 1, "libSceNpManager", _ZN3sce2npneERKNS0_4UserES3_); - LIB_FUNCTION("IIBBieYYH6M", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("IIBBieYYH6M", "libSceNpManager", 1, "libSceNpManager", _ZNK3sce2np10NpOnlineId7IsEmptyEv); - LIB_FUNCTION("lDCWWROsrEg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("lDCWWROsrEg", "libSceNpManager", 1, "libSceNpManager", _ZNK3sce2np12NpTitleToken6GetStrEv); - LIB_FUNCTION("2lvOARTF5x0", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("2lvOARTF5x0", "libSceNpManager", 1, "libSceNpManager", _ZNK3sce2np13NpAccessToken7IsEmptyEv); - LIB_FUNCTION("noJm52uLN00", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("noJm52uLN00", "libSceNpManager", 1, "libSceNpManager", _ZNK3sce2np4User10IsLoggedInEv); - LIB_FUNCTION("f2K8i7KU20k", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("f2K8i7KU20k", "libSceNpManager", 1, "libSceNpManager", _ZNK3sce2np4User12GetAccountIdEPm); - LIB_FUNCTION("2hiV0v27kcY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("2hiV0v27kcY", "libSceNpManager", 1, "libSceNpManager", _ZNK3sce2np4User12HasAccountIdEPb); - LIB_FUNCTION("GZ2YtnlAzH4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("GZ2YtnlAzH4", "libSceNpManager", 1, "libSceNpManager", _ZNK3sce2np4User25GetAccountIdFromRegistoryEPm); - LIB_FUNCTION("IyT41iG8Ync", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("IyT41iG8Ync", "libSceNpManager", 1, "libSceNpManager", _ZNK3sce2np4User7IsEmptyEv); - LIB_FUNCTION("JwpT2LYSxrg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("JwpT2LYSxrg", "libSceNpManager", 1, "libSceNpManager", _ZNK3sce2np4User7IsGuestEv); - LIB_FUNCTION("td8GJFROaEA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("td8GJFROaEA", "libSceNpManager", 1, "libSceNpManager", _ZNK3sce2np4User9GetUserIdEv); - LIB_FUNCTION("ox2Ie98lPAQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("ox2Ie98lPAQ", "libSceNpManager", 1, "libSceNpManager", _ZNK3sce2np8NpTicket13GetTicketDataEv); - LIB_FUNCTION("fs1TCWwTYCA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("fs1TCWwTYCA", "libSceNpManager", 1, "libSceNpManager", _ZNK3sce2np8NpTicket13GetTicketSizeEv); - LIB_FUNCTION("i80IWKzGrCE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("i80IWKzGrCE", "libSceNpManager", 1, "libSceNpManager", _ZThn16_N3sce2np11NpHttpTransD0Ev); - LIB_FUNCTION("rbsJZPsEjN8", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("rbsJZPsEjN8", "libSceNpManager", 1, "libSceNpManager", _ZThn16_N3sce2np11NpHttpTransD1Ev); - LIB_FUNCTION("YudSGKQqqnI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("YudSGKQqqnI", "libSceNpManager", 1, "libSceNpManager", _ZThn8_N3sce2np11NpHttpTransD0Ev); - LIB_FUNCTION("mHE2Hk9Ki80", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("mHE2Hk9Ki80", "libSceNpManager", 1, "libSceNpManager", _ZThn8_N3sce2np11NpHttpTransD1Ev); - LIB_FUNCTION("OzKvTvg3ZYU", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpAbortRequest); - LIB_FUNCTION("JrXA7baBMPQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpAsmAbort); - LIB_FUNCTION("0cn2c-bk8wA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("OzKvTvg3ZYU", "libSceNpManager", 1, "libSceNpManager", sceNpAbortRequest); + LIB_FUNCTION("JrXA7baBMPQ", "libSceNpManager", 1, "libSceNpManager", sceNpAsmAbort); + LIB_FUNCTION("0cn2c-bk8wA", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientAbortRequest); - LIB_FUNCTION("coT6qsU5t9M", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("coT6qsU5t9M", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientClearNpTitleToken); - LIB_FUNCTION("zHxRg0AUZm8", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("zHxRg0AUZm8", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientClearNpTitleTokenA); - LIB_FUNCTION("tOJ-WGFDt-Y", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("tOJ-WGFDt-Y", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientCreateRequest2); - LIB_FUNCTION("GPRRxFM01r4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("GPRRxFM01r4", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientCreateResourceContext); - LIB_FUNCTION("Auqk+H3qGuo", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Auqk+H3qGuo", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientCreateResourceContext2); - LIB_FUNCTION("1wMn3X94WME", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("1wMn3X94WME", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientDeleteRequest); - LIB_FUNCTION("KA2AITpVTCg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("KA2AITpVTCg", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientDeleteResourceContext); - LIB_FUNCTION("4gi0acCfJL4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("4gi0acCfJL4", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientDeleteResourceContext2); - LIB_FUNCTION("yWcto7E39+k", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpAsmClientGetAppId); - LIB_FUNCTION("Q7fnpdkjBp0", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("yWcto7E39+k", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetAppId); + LIB_FUNCTION("Q7fnpdkjBp0", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetCacheControlMaxAge); - LIB_FUNCTION("vf+lYeOXdI8", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("vf+lYeOXdI8", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetGameNpTitleInfo); - LIB_FUNCTION("YQ7-z4zFWok", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("YQ7-z4zFWok", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetGameNpTitleToken); - LIB_FUNCTION("6bvqnBIINiY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("6bvqnBIINiY", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetGameTitleBanInfo); - LIB_FUNCTION("cOLn5A3ZoqU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("cOLn5A3ZoqU", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetNpComInfo2); - LIB_FUNCTION("P6fkTotWFEg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("P6fkTotWFEg", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetNpComInfo2A); - LIB_FUNCTION("fX+iM4sZIl0", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("fX+iM4sZIl0", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetNpComInfo2WithHmac); - LIB_FUNCTION("uObO1I15Se0", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("uObO1I15Se0", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetNpComInfo3); - LIB_FUNCTION("u+iH3rRyPEE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("u+iH3rRyPEE", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetNpComInfo4); - LIB_FUNCTION("nuPl4uVXYMM", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("nuPl4uVXYMM", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetNpTitleId); - LIB_FUNCTION("HtpGVrVLOlA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("HtpGVrVLOlA", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetNpTitleToken); - LIB_FUNCTION("2GbOPwcNJd0", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("2GbOPwcNJd0", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetNpTitleToken2); - LIB_FUNCTION("cugDQBHux8k", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("cugDQBHux8k", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetNpTitleTokenA); - LIB_FUNCTION("rT4NWysyX+g", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("rT4NWysyX+g", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetRelatedGameNpTitleIds); - LIB_FUNCTION("scCBvfXGeRM", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("scCBvfXGeRM", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetRelatedGameNpTitleIdsA); - LIB_FUNCTION("TtHBV0mH8kY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("TtHBV0mH8kY", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetRelatedGameNpTitleIdsResult); - LIB_FUNCTION("O42ZlBvIPMM", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("O42ZlBvIPMM", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetServiceBaseUrl); - LIB_FUNCTION("iRvaaSfHBc8", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("iRvaaSfHBc8", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetServiceBaseUrlA); - LIB_FUNCTION("nxpboyvJGf4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("nxpboyvJGf4", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetServiceBaseUrlWithNpTitleId); - LIB_FUNCTION("wXpm75McNZo", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("wXpm75McNZo", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetServiceBaseUrlWithNpTitleIdA); - LIB_FUNCTION("TiC81-OKjpg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("TiC81-OKjpg", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetServiceIdInfo); - LIB_FUNCTION("3rlqy6XxrmI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("3rlqy6XxrmI", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientGetServiceIdInfoA); - LIB_FUNCTION("wZy5M6lzip0", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpAsmClientInitialize); - LIB_FUNCTION("9o4inFK-oWc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("wZy5M6lzip0", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientInitialize); + LIB_FUNCTION("9o4inFK-oWc", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientSetNpTitleId); - LIB_FUNCTION("cu1LlJo+5EY", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpAsmClientTerminate); - LIB_FUNCTION("YDDHD6RP4HQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpAsmCreateConnection); - LIB_FUNCTION("hIFFMeoLhcY", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpAsmCreateRequest); - LIB_FUNCTION("UxOJvGmy3mA", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpAsmDeleteConnection); - LIB_FUNCTION("RfokKHMuOsE", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpAsmDeleteRequest); - LIB_FUNCTION("ulPuWk7bYCU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("cu1LlJo+5EY", "libSceNpManager", 1, "libSceNpManager", sceNpAsmClientTerminate); + LIB_FUNCTION("YDDHD6RP4HQ", "libSceNpManager", 1, "libSceNpManager", sceNpAsmCreateConnection); + LIB_FUNCTION("hIFFMeoLhcY", "libSceNpManager", 1, "libSceNpManager", sceNpAsmCreateRequest); + LIB_FUNCTION("UxOJvGmy3mA", "libSceNpManager", 1, "libSceNpManager", sceNpAsmDeleteConnection); + LIB_FUNCTION("RfokKHMuOsE", "libSceNpManager", 1, "libSceNpManager", sceNpAsmDeleteRequest); + LIB_FUNCTION("ulPuWk7bYCU", "libSceNpManager", 1, "libSceNpManager", sceNpAsmGenerateNpTitleToken); - LIB_FUNCTION("0bCpZmASTm4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("0bCpZmASTm4", "libSceNpManager", 1, "libSceNpManager", sceNpAsmGenerateNpTitleToken2); - LIB_FUNCTION("dSlkmPVTcvk", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpAsmGetNpCommInfo); - LIB_FUNCTION("IDXFgpkpDsU", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpAsmGetNpCommInfo2); - LIB_FUNCTION("Dkpw9X-HSVA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("dSlkmPVTcvk", "libSceNpManager", 1, "libSceNpManager", sceNpAsmGetNpCommInfo); + LIB_FUNCTION("IDXFgpkpDsU", "libSceNpManager", 1, "libSceNpManager", sceNpAsmGetNpCommInfo2); + LIB_FUNCTION("Dkpw9X-HSVA", "libSceNpManager", 1, "libSceNpManager", sceNpAsmGetRelatedGameNpTitleIds); - LIB_FUNCTION("kc-O9XKFRIE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("kc-O9XKFRIE", "libSceNpManager", 1, "libSceNpManager", sceNpAsmGetServiceBaseUrl); - LIB_FUNCTION("1Xe+XZ1oI28", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpAsmGetServiceIdInfo); - LIB_FUNCTION("j2dSNi+SJro", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpAsmInitialize); - LIB_FUNCTION("Dt2rEe-d5c0", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpAsmTerminate); - LIB_FUNCTION("3Zl8BePTh9Y", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpCheckCallback); - LIB_FUNCTION("JELHf4xPufo", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpCheckCallbackForLib); - LIB_FUNCTION("2rsFmlGWleQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpCheckNpAvailability); - LIB_FUNCTION("8Z2Jc5GvGDI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("1Xe+XZ1oI28", "libSceNpManager", 1, "libSceNpManager", sceNpAsmGetServiceIdInfo); + LIB_FUNCTION("j2dSNi+SJro", "libSceNpManager", 1, "libSceNpManager", sceNpAsmInitialize); + LIB_FUNCTION("Dt2rEe-d5c0", "libSceNpManager", 1, "libSceNpManager", sceNpAsmTerminate); + LIB_FUNCTION("3Zl8BePTh9Y", "libSceNpManager", 1, "libSceNpManager", sceNpCheckCallback); + LIB_FUNCTION("JELHf4xPufo", "libSceNpManager", 1, "libSceNpManager", sceNpCheckCallbackForLib); + LIB_FUNCTION("2rsFmlGWleQ", "libSceNpManager", 1, "libSceNpManager", sceNpCheckNpAvailability); + LIB_FUNCTION("8Z2Jc5GvGDI", "libSceNpManager", 1, "libSceNpManager", sceNpCheckNpAvailabilityA); - LIB_FUNCTION("KfGZg2y73oM", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpCheckNpReachability); - LIB_FUNCTION("r6MyYJkryz8", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpCheckPlus); - LIB_FUNCTION("eiqMCt9UshI", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpCreateAsyncRequest); - LIB_FUNCTION("GpLQDNKICac", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpCreateRequest); - LIB_FUNCTION("S7QTn72PrDw", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpDeleteRequest); - LIB_FUNCTION("+4DegjBqV1g", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetAccountAge); - LIB_FUNCTION("Ghz9iWDUtC4", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpGetAccountCountry); - LIB_FUNCTION("JT+t00a3TxA", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpGetAccountCountryA); - LIB_FUNCTION("8VBTeRf1ZwI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("KfGZg2y73oM", "libSceNpManager", 1, "libSceNpManager", sceNpCheckNpReachability); + LIB_FUNCTION("r6MyYJkryz8", "libSceNpManager", 1, "libSceNpManager", sceNpCheckPlus); + LIB_FUNCTION("eiqMCt9UshI", "libSceNpManager", 1, "libSceNpManager", sceNpCreateAsyncRequest); + LIB_FUNCTION("GpLQDNKICac", "libSceNpManager", 1, "libSceNpManager", sceNpCreateRequest); + LIB_FUNCTION("S7QTn72PrDw", "libSceNpManager", 1, "libSceNpManager", sceNpDeleteRequest); + LIB_FUNCTION("+4DegjBqV1g", "libSceNpManager", 1, "libSceNpManager", sceNpGetAccountAge); + LIB_FUNCTION("Ghz9iWDUtC4", "libSceNpManager", 1, "libSceNpManager", sceNpGetAccountCountry); + LIB_FUNCTION("JT+t00a3TxA", "libSceNpManager", 1, "libSceNpManager", sceNpGetAccountCountryA); + LIB_FUNCTION("8VBTeRf1ZwI", "libSceNpManager", 1, "libSceNpManager", sceNpGetAccountDateOfBirth); - LIB_FUNCTION("q3M7XzBKC3s", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("q3M7XzBKC3s", "libSceNpManager", 1, "libSceNpManager", sceNpGetAccountDateOfBirthA); - LIB_FUNCTION("a8R9-75u4iM", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetAccountId); - LIB_FUNCTION("rbknaUjpqWo", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetAccountIdA); - LIB_FUNCTION("KZ1Mj9yEGYc", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpGetAccountLanguage); - LIB_FUNCTION("3Tcz5bNCfZQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpGetAccountLanguage2); - LIB_FUNCTION("TPMbgIxvog0", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpGetAccountLanguageA); - LIB_FUNCTION("IPb1hd1wAGc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("a8R9-75u4iM", "libSceNpManager", 1, "libSceNpManager", sceNpGetAccountId); + LIB_FUNCTION("rbknaUjpqWo", "libSceNpManager", 1, "libSceNpManager", sceNpGetAccountIdA); + LIB_FUNCTION("KZ1Mj9yEGYc", "libSceNpManager", 1, "libSceNpManager", sceNpGetAccountLanguage); + LIB_FUNCTION("3Tcz5bNCfZQ", "libSceNpManager", 1, "libSceNpManager", sceNpGetAccountLanguage2); + LIB_FUNCTION("TPMbgIxvog0", "libSceNpManager", 1, "libSceNpManager", sceNpGetAccountLanguageA); + LIB_FUNCTION("IPb1hd1wAGc", "libSceNpManager", 1, "libSceNpManager", sceNpGetGamePresenceStatus); - LIB_FUNCTION("oPO9U42YpgI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("oPO9U42YpgI", "libSceNpManager", 1, "libSceNpManager", sceNpGetGamePresenceStatusA); - LIB_FUNCTION("p-o74CnoNzY", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetNpId); - LIB_FUNCTION("e-ZuhGEoeC4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("p-o74CnoNzY", "libSceNpManager", 1, "libSceNpManager", sceNpGetNpId); + LIB_FUNCTION("e-ZuhGEoeC4", "libSceNpManager", 1, "libSceNpManager", sceNpGetNpReachabilityState); - LIB_FUNCTION("XDncXQIJUSk", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetOnlineId); - LIB_FUNCTION("ilwLM4zOmu4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("XDncXQIJUSk", "libSceNpManager", 1, "libSceNpManager", sceNpGetOnlineId); + LIB_FUNCTION("ilwLM4zOmu4", "libSceNpManager", 1, "libSceNpManager", sceNpGetParentalControlInfo); - LIB_FUNCTION("m9L3O6yst-U", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("m9L3O6yst-U", "libSceNpManager", 1, "libSceNpManager", sceNpGetParentalControlInfoA); - LIB_FUNCTION("eQH7nWPcAgc", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetState); - LIB_FUNCTION("VgYczPGB5ss", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("eQH7nWPcAgc", "libSceNpManager", 1, "libSceNpManager", sceNpGetState); + LIB_FUNCTION("VgYczPGB5ss", "libSceNpManager", 1, "libSceNpManager", sceNpGetUserIdByAccountId); - LIB_FUNCTION("F6E4ycq9Dbg", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpGetUserIdByOnlineId); - LIB_FUNCTION("Oad3rvY-NJQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpHasSignedUp); - LIB_FUNCTION("fJuQuipzW10", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("F6E4ycq9Dbg", "libSceNpManager", 1, "libSceNpManager", sceNpGetUserIdByOnlineId); + LIB_FUNCTION("Oad3rvY-NJQ", "libSceNpManager", 1, "libSceNpManager", sceNpHasSignedUp); + LIB_FUNCTION("fJuQuipzW10", "libSceNpManager", 1, "libSceNpManager", sceNpIdMapperAbortRequest); - LIB_FUNCTION("alNLle2vACg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("alNLle2vACg", "libSceNpManager", 1, "libSceNpManager", sceNpIdMapperAccountIdToNpId); - LIB_FUNCTION("TV3KKXZLUj4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("TV3KKXZLUj4", "libSceNpManager", 1, "libSceNpManager", sceNpIdMapperAccountIdToOnlineId); - LIB_FUNCTION("lCAYAK4kfkc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("lCAYAK4kfkc", "libSceNpManager", 1, "libSceNpManager", sceNpIdMapperCreateRequest); - LIB_FUNCTION("Z8nyVQCGCVo", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Z8nyVQCGCVo", "libSceNpManager", 1, "libSceNpManager", sceNpIdMapperDeleteRequest); - LIB_FUNCTION("21FMz6O4B2E", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("21FMz6O4B2E", "libSceNpManager", 1, "libSceNpManager", sceNpIdMapperNpIdToAccountId); - LIB_FUNCTION("zEZvGyjEhuk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("zEZvGyjEhuk", "libSceNpManager", 1, "libSceNpManager", sceNpIdMapperOnlineIdToAccountId); - LIB_FUNCTION("BdykpTwq2bs", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("BdykpTwq2bs", "libSceNpManager", 1, "libSceNpManager", sceNpInGameMessageAbortHandle); - LIB_FUNCTION("lp7vzwISXMg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("lp7vzwISXMg", "libSceNpManager", 1, "libSceNpManager", sceNpInGameMessageCheckCallback); - LIB_FUNCTION("s4UEa5iBJdc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("s4UEa5iBJdc", "libSceNpManager", 1, "libSceNpManager", sceNpInGameMessageCreateHandle); - LIB_FUNCTION("+anuSx2avHQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("+anuSx2avHQ", "libSceNpManager", 1, "libSceNpManager", sceNpInGameMessageDeleteHandle); - LIB_FUNCTION("Ubv+fP58W1U", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Ubv+fP58W1U", "libSceNpManager", 1, "libSceNpManager", sceNpInGameMessageGetMemoryPoolStatistics); - LIB_FUNCTION("GFhVUpRmbHE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("GFhVUpRmbHE", "libSceNpManager", 1, "libSceNpManager", sceNpInGameMessageInitialize); - LIB_FUNCTION("Vh1bhUG6mSs", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Vh1bhUG6mSs", "libSceNpManager", 1, "libSceNpManager", sceNpInGameMessagePrepare); - LIB_FUNCTION("IkL62FMpIpo", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("IkL62FMpIpo", "libSceNpManager", 1, "libSceNpManager", sceNpInGameMessagePrepareA); - LIB_FUNCTION("ON7Sf5XEMmI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("ON7Sf5XEMmI", "libSceNpManager", 1, "libSceNpManager", sceNpInGameMessageSendData); - LIB_FUNCTION("PQDFxcnqxtw", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("PQDFxcnqxtw", "libSceNpManager", 1, "libSceNpManager", sceNpInGameMessageSendDataA); - LIB_FUNCTION("bMG3cVmUmuk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("bMG3cVmUmuk", "libSceNpManager", 1, "libSceNpManager", sceNpInGameMessageTerminate); - LIB_FUNCTION("GsWjzRU7AWA", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpIntCheckPlus); - LIB_FUNCTION("H6xqSNWg0wM", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpIntGetAppType); - LIB_FUNCTION("SdNiYQWjU6E", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("GsWjzRU7AWA", "libSceNpManager", 1, "libSceNpManager", sceNpIntCheckPlus); + LIB_FUNCTION("H6xqSNWg0wM", "libSceNpManager", 1, "libSceNpManager", sceNpIntGetAppType); + LIB_FUNCTION("SdNiYQWjU6E", "libSceNpManager", 1, "libSceNpManager", sceNpIntGetGamePresenceStatus); - LIB_FUNCTION("H0n1QHWdVwQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpIntGetNpTitleId); - LIB_FUNCTION("LtYqw9M23hw", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("H0n1QHWdVwQ", "libSceNpManager", 1, "libSceNpManager", sceNpIntGetNpTitleId); + LIB_FUNCTION("LtYqw9M23hw", "libSceNpManager", 1, "libSceNpManager", sceNpIntGetNpTitleIdSecret); - LIB_FUNCTION("bZ2mBvP79d8", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("bZ2mBvP79d8", "libSceNpManager", 1, "libSceNpManager", sceNpIntRegisterGamePresenceCallback); - LIB_FUNCTION("Ybu6AxV6S0o", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpIsPlusMember); - LIB_FUNCTION("AUuzKQIwhXY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Ybu6AxV6S0o", "libSceNpManager", 1, "libSceNpManager", sceNpIsPlusMember); + LIB_FUNCTION("AUuzKQIwhXY", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntAbortRequest); - LIB_FUNCTION("J0MUxuo9H9c", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("J0MUxuo9H9c", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntAddActiveSigninStateCallback); - LIB_FUNCTION("wIX4m0mLfqA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("wIX4m0mLfqA", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntAddOnlineIdChangeCallback); - LIB_FUNCTION("E6rzFwsDFwE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("E6rzFwsDFwE", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntAddPlusMemberTypeCallback); - LIB_FUNCTION("S9xDus0Cums", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("S9xDus0Cums", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntAddSigninStateCallback); - LIB_FUNCTION("1aifBDr9oqc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("1aifBDr9oqc", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntAuthGetAuthorizationCode); - LIB_FUNCTION("fMWCG0Tqofg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("fMWCG0Tqofg", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntAuthGetIdToken); - LIB_FUNCTION("97RAfJch+qE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("97RAfJch+qE", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntBindOfflineAccountId); - LIB_FUNCTION("Xg7dJekKeHM", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Xg7dJekKeHM", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntCheckGameNpAvailability); - LIB_FUNCTION("m4JiU8k2PyI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("m4JiU8k2PyI", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntCheckNpAvailability); - LIB_FUNCTION("d+lmTLvsaRs", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("d+lmTLvsaRs", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntCheckNpAvailabilityByPid); - LIB_FUNCTION("Dvk+xqAqXco", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Dvk+xqAqXco", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntCheckNpState); - LIB_FUNCTION("U30AU92fWdU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("U30AU92fWdU", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntCheckNpStateA); - LIB_FUNCTION("r7d8eEp5vJE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("r7d8eEp5vJE", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntClearGameAccessToken); - LIB_FUNCTION("5ZoFb+9L7LY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("5ZoFb+9L7LY", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntClearOnlineIdChangeFlag); - LIB_FUNCTION("6TTRm8KRqbw", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("6TTRm8KRqbw", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntClearTicket); - LIB_FUNCTION("QZpXoz9wjbE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("QZpXoz9wjbE", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntClearUsedFlag); - LIB_FUNCTION("miJIPnB2cfI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("miJIPnB2cfI", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntClearVshAccessToken); - LIB_FUNCTION("6n8NT1pHW9g", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("6n8NT1pHW9g", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntCreateLoginContext); - LIB_FUNCTION("CdQg39qlfgY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("CdQg39qlfgY", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntCreateLoginRequest); - LIB_FUNCTION("xZk+QcivrFE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("xZk+QcivrFE", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntCreateRequest); - LIB_FUNCTION("EgmlHG93Tpw", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("EgmlHG93Tpw", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntDeleteLoginContext); - LIB_FUNCTION("HneC+SpeLwc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("HneC+SpeLwc", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntDeleteRequest); - LIB_FUNCTION("7+uKCMe4SLk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("7+uKCMe4SLk", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAccountCountry); - LIB_FUNCTION("fjJ4xXM+3Tw", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("fjJ4xXM+3Tw", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAccountCountryA); - LIB_FUNCTION("mUcn35JWAvI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("mUcn35JWAvI", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAccountCountrySdk); - LIB_FUNCTION("CConkVwc7Dc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("CConkVwc7Dc", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAccountDateOfBirthA); - LIB_FUNCTION("3TbxIy0VEiU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("3TbxIy0VEiU", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAccountDateOfBirthSdk); - LIB_FUNCTION("XS-eY7KRqjQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("XS-eY7KRqjQ", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAccountId); - LIB_FUNCTION("1H07-M8fGec", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("1H07-M8fGec", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAccountIdSdk); - LIB_FUNCTION("C6xstRBFOio", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("C6xstRBFOio", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAccountLanguage); - LIB_FUNCTION("e6rTjFmcQjY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("e6rTjFmcQjY", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAccountLanguageA); - LIB_FUNCTION("HvNrMhlWBSk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("HvNrMhlWBSk", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAccountNpEnv); - LIB_FUNCTION("9lz4fkS+eEk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("9lz4fkS+eEk", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAccountType); - LIB_FUNCTION("UAA2-ZTmgJc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("UAA2-ZTmgJc", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetActiveSigninState); - LIB_FUNCTION("1DMXuE0CbGQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("1DMXuE0CbGQ", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAuthorizationCodeA); - LIB_FUNCTION("xPvV6oMKOWY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("xPvV6oMKOWY", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAuthorizationCodeWithPsnoUri); - LIB_FUNCTION("HkUgFhrpAD4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("HkUgFhrpAD4", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetAuthServerErrorFlag); - LIB_FUNCTION("TXzpCgPmXEQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("TXzpCgPmXEQ", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetClientCredentialAccessToken); - LIB_FUNCTION("A3m-y8VVgqM", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("A3m-y8VVgqM", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetCommunicationRestrictionStatus); - LIB_FUNCTION("iTXe6EWAHek", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("iTXe6EWAHek", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetGameAccessToken); - LIB_FUNCTION("es6OiIxGiL0", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("es6OiIxGiL0", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetIssuerId); - LIB_FUNCTION("jCJEWuExbZg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("jCJEWuExbZg", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetLastAccountLanguage); - LIB_FUNCTION("Oad+nopFTTA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Oad+nopFTTA", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetMAccountId); - LIB_FUNCTION("BTRVfOx7K1c", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpManagerIntGetNpEnv); - LIB_FUNCTION("azEmYv5NqWo", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpManagerIntGetNpId); - LIB_FUNCTION("gFB0RmKjyaI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("BTRVfOx7K1c", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetNpEnv); + LIB_FUNCTION("azEmYv5NqWo", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetNpId); + LIB_FUNCTION("gFB0RmKjyaI", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetNpIdByOnlineId); - LIB_FUNCTION("41CVMRinjWU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("41CVMRinjWU", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetNpIdSdk); - LIB_FUNCTION("70Swvw7h6ck", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("70Swvw7h6ck", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetOfflineAccountId); - LIB_FUNCTION("QnO8zMmKcGE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("QnO8zMmKcGE", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetOnlineIdByAccountId); - LIB_FUNCTION("lYkDUwyzr0s", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("lYkDUwyzr0s", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetOnlineIdChangeFlag); - LIB_FUNCTION("jkQKWQTOu8g", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("jkQKWQTOu8g", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetOnlineIdInternal); - LIB_FUNCTION("sTtvF4QVhjg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("sTtvF4QVhjg", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetOnlineIdSdk); - LIB_FUNCTION("FqtDOHUuDNw", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("FqtDOHUuDNw", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetParentalControlFlag); - LIB_FUNCTION("NS1sEhoj-B0", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("NS1sEhoj-B0", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetParentalControlInfo); - LIB_FUNCTION("ggj9Qm4XDrU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("ggj9Qm4XDrU", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetParentalControlInfoA); - LIB_FUNCTION("vrre3KW6OPg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("vrre3KW6OPg", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetPlusMemberType); - LIB_FUNCTION("XRFchqddEVU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("XRFchqddEVU", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetPlusMemberTypeNB); - LIB_FUNCTION("iDlso2ZrQfA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("iDlso2ZrQfA", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetServerError); - LIB_FUNCTION("6miba-pcQt8", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("6miba-pcQt8", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetSigninState); - LIB_FUNCTION("uVAfWmv+cc8", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpManagerIntGetTicket); - LIB_FUNCTION("43B0lauksLY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("uVAfWmv+cc8", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetTicket); + LIB_FUNCTION("43B0lauksLY", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetTicketA); - LIB_FUNCTION("HsHttp1Ktm0", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("HsHttp1Ktm0", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetTitleTokenWithCheck); - LIB_FUNCTION("OZTedKNUeFU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("OZTedKNUeFU", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetUserIdByAccountId); - LIB_FUNCTION("uxLmJ141PmA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("uxLmJ141PmA", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetUserIdByMAccountId); - LIB_FUNCTION("MDczH3SxE9Q", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("MDczH3SxE9Q", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetUserIdByNpId); - LIB_FUNCTION("Nhxy2NmQhbs", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Nhxy2NmQhbs", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetUserIdByOfflineAccountId); - LIB_FUNCTION("uSLgWz8ohak", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("uSLgWz8ohak", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetUserIdByOnlineId); - LIB_FUNCTION("H33CwgKf4Rs", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("H33CwgKf4Rs", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetUserIdByOnlineIdSdk); - LIB_FUNCTION("PL10NiZ0XNA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("PL10NiZ0XNA", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetUserList); - LIB_FUNCTION("etZ84Rf3Urw", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("etZ84Rf3Urw", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetUserNum); - LIB_FUNCTION("mBTFixSxTzQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("mBTFixSxTzQ", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetVshAccessToken); - LIB_FUNCTION("+waQfICfHaw", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("+waQfICfHaw", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetVshAccessTokenWithCheck); - LIB_FUNCTION("3f0ejg9vcE8", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("3f0ejg9vcE8", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntGetVshClientId); - LIB_FUNCTION("ossvuXednsc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("ossvuXednsc", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntIsSubAccount); - LIB_FUNCTION("atgHp5dQi5k", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("atgHp5dQi5k", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntIsTemporarySignout); - LIB_FUNCTION("jwOjEhWD6E4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("jwOjEhWD6E4", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntIsUnregisteredClientError); - LIB_FUNCTION("aU5QaUCW-Ik", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("aU5QaUCW-Ik", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginAddJsonInfo); - LIB_FUNCTION("KQYLX4tVLe4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("KQYLX4tVLe4", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginAuthenticate); - LIB_FUNCTION("bzf8a7LxtCQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpManagerIntLoginBind); - LIB_FUNCTION("xAdGRA3ucDg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("bzf8a7LxtCQ", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginBind); + LIB_FUNCTION("xAdGRA3ucDg", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginGet2svInfo); - LIB_FUNCTION("-P0LG2EUFBE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("-P0LG2EUFBE", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginGetAccessToken); - LIB_FUNCTION("38cfkczfN08", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("38cfkczfN08", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginGetAccessTokenViaImplicitFlow); - LIB_FUNCTION("dvkqP9KUMfk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("dvkqP9KUMfk", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginGetAccountId); - LIB_FUNCTION("sEZaB9KQ10k", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("sEZaB9KQ10k", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginGetAuthenticateResponse); - LIB_FUNCTION("Y+hLqeLseRk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Y+hLqeLseRk", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginGetAuthorizationCode); - LIB_FUNCTION("EXeJ80p01gs", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("EXeJ80p01gs", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginGetDeviceCodeInfo); - LIB_FUNCTION("yqsFy9yg2rU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("yqsFy9yg2rU", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginGetEmail); - LIB_FUNCTION("wXfHhmzUjK4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("wXfHhmzUjK4", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginGetOnlineId); - LIB_FUNCTION("yWMBHiRdEbk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("yWMBHiRdEbk", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginGetUserId); - LIB_FUNCTION("uaCfG0TAPmg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("uaCfG0TAPmg", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginParseJsonUserInfo); - LIB_FUNCTION("yHl0pPA3rPQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("yHl0pPA3rPQ", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginResetSsoToken); - LIB_FUNCTION("0cLPZO1Voe8", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("0cLPZO1Voe8", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginRevalidatePassword); - LIB_FUNCTION("hmVLIi3pQDE", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("hmVLIi3pQDE", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginSetAccountInfo); - LIB_FUNCTION("X-WHexCbxcI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("X-WHexCbxcI", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginSetSsoToken); - LIB_FUNCTION("rCnvauevHHc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("rCnvauevHHc", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginSignin); - LIB_FUNCTION("qmZHHehEDog", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("qmZHHehEDog", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginValidateCredential); - LIB_FUNCTION("zXukItkUuko", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("zXukItkUuko", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginValidateKratosAuthCode); - LIB_FUNCTION("ujtFwWJnv+E", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("ujtFwWJnv+E", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntLoginVerifyDeviceCode); - LIB_FUNCTION("d0IkWV+u25g", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpManagerIntPfAuth); - LIB_FUNCTION("SuBDgQswXgo", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("d0IkWV+u25g", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntPfAuth); + LIB_FUNCTION("SuBDgQswXgo", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntRemoveActiveSigninStateCallback); - LIB_FUNCTION("5nayeu8VK5Y", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("5nayeu8VK5Y", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntRemoveOnlineIdChangeCallback); - LIB_FUNCTION("PafRf+sxnwA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("PafRf+sxnwA", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntRemovePlusMemberTypeCallback); - LIB_FUNCTION("zh2KsQZlAN4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("zh2KsQZlAN4", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntRemoveSigninStateCallback); - LIB_FUNCTION("k4M1w5Xstck", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("k4M1w5Xstck", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntRevalidatePassword); - LIB_FUNCTION("C77VnsdaKKI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("C77VnsdaKKI", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntSetPlusMemberTypeNB); - LIB_FUNCTION("PZhz+vjp2CM", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("PZhz+vjp2CM", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntSetTimeout); - LIB_FUNCTION("64D6V-ADQe0", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpManagerIntSignout); - LIB_FUNCTION("+IagDajB6AQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("64D6V-ADQe0", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntSignout); + LIB_FUNCTION("+IagDajB6AQ", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntSubmitUserCode); - LIB_FUNCTION("wUT4cOK0bj0", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("wUT4cOK0bj0", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntTemporarySignout); - LIB_FUNCTION("IG6ZoGSDaMk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("IG6ZoGSDaMk", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntUnbindOfflineAccountId); - LIB_FUNCTION("dTvQe2clcNw", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("dTvQe2clcNw", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntUpdateVshAccessToken); - LIB_FUNCTION("6AcoqeEhs6E", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("6AcoqeEhs6E", "libSceNpManager", 1, "libSceNpManager", sceNpManagerIntWebLoginRequired); - LIB_FUNCTION("LGEIdgILQek", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpManagerPrxStartVsh); - LIB_FUNCTION("9P8qV9WtgKA", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpManagerPrxStopVsh); - LIB_FUNCTION("Gaxrp3EWY-M", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpNotifyPlusFeature); - LIB_FUNCTION("uqcPJLWL08M", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPollAsync); - LIB_FUNCTION("QGN2n4c8na4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("LGEIdgILQek", "libSceNpManager", 1, "libSceNpManager", sceNpManagerPrxStartVsh); + LIB_FUNCTION("9P8qV9WtgKA", "libSceNpManager", 1, "libSceNpManager", sceNpManagerPrxStopVsh); + LIB_FUNCTION("Gaxrp3EWY-M", "libSceNpManager", 1, "libSceNpManager", sceNpNotifyPlusFeature); + LIB_FUNCTION("uqcPJLWL08M", "libSceNpManager", 1, "libSceNpManager", sceNpPollAsync); + LIB_FUNCTION("QGN2n4c8na4", "libSceNpManager", 1, "libSceNpManager", sceNpPush2CreateUserContext); - LIB_FUNCTION("HnV+y1xVP2c", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("HnV+y1xVP2c", "libSceNpManager", 1, "libSceNpManager", sceNpPush2DeleteUserContext); - LIB_FUNCTION("sDqpKnwnAJQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPush2Init); - LIB_FUNCTION("i1lhp0Wlu+k", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPush2IsInit); - LIB_FUNCTION("KnOXRM1i6KM", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("sDqpKnwnAJQ", "libSceNpManager", 1, "libSceNpManager", sceNpPush2Init); + LIB_FUNCTION("i1lhp0Wlu+k", "libSceNpManager", 1, "libSceNpManager", sceNpPush2IsInit); + LIB_FUNCTION("KnOXRM1i6KM", "libSceNpManager", 1, "libSceNpManager", sceNpPush2OptionalCheckCallback); - LIB_FUNCTION("CsIrEmYADDo", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("CsIrEmYADDo", "libSceNpManager", 1, "libSceNpManager", sceNpPush2RegisterDataType); - LIB_FUNCTION("4ic6Lb+mlfA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("4ic6Lb+mlfA", "libSceNpManager", 1, "libSceNpManager", sceNpPush2RegisterExtendedDataFilter); - LIB_FUNCTION("OdRcux-QXm8", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("OdRcux-QXm8", "libSceNpManager", 1, "libSceNpManager", sceNpPush2RegisterNotificationExCallback); - LIB_FUNCTION("KiXYNfe7r9o", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("KiXYNfe7r9o", "libSceNpManager", 1, "libSceNpManager", sceNpPush2SendPushStatisticsDataSystemTelemetry); - LIB_FUNCTION("+rPzLhUKj1Y", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpPush2SetGlobalMutex); - LIB_FUNCTION("Y1EmilNpj3Y", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("+rPzLhUKj1Y", "libSceNpManager", 1, "libSceNpManager", sceNpPush2SetGlobalMutex); + LIB_FUNCTION("Y1EmilNpj3Y", "libSceNpManager", 1, "libSceNpManager", sceNpPush2SetNpCommunicationId); - LIB_FUNCTION("KjAjcg3W7F8", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPush2Term); - LIB_FUNCTION("i9NM4gcpZhk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("KjAjcg3W7F8", "libSceNpManager", 1, "libSceNpManager", sceNpPush2Term); + LIB_FUNCTION("i9NM4gcpZhk", "libSceNpManager", 1, "libSceNpManager", sceNpPush2TriggerEmptyUserEvent); - LIB_FUNCTION("rwM99K5fzIk", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("rwM99K5fzIk", "libSceNpManager", 1, "libSceNpManager", sceNpPush2UnregisterDataType); - LIB_FUNCTION("LpfRp+-sitI", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("LpfRp+-sitI", "libSceNpManager", 1, "libSceNpManager", sceNpPush2UnregisterExtendedDataFilter); - LIB_FUNCTION("2q3IIivs72Q", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("2q3IIivs72Q", "libSceNpManager", 1, "libSceNpManager", sceNpPush2UnregisterNotificationExCallback); - LIB_FUNCTION("tkNfuSDEgYg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("tkNfuSDEgYg", "libSceNpManager", 1, "libSceNpManager", sceNpPush2UnsetNpCommunicationId); - LIB_FUNCTION("c3T1XEYr9MI", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpPush2WaitCallback); - LIB_FUNCTION("kdrdY-BEJMw", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpPushCheckCallback); - LIB_FUNCTION("DkN+WBclFps", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPushInit); - LIB_FUNCTION("1S2urF24zNQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("c3T1XEYr9MI", "libSceNpManager", 1, "libSceNpManager", sceNpPush2WaitCallback); + LIB_FUNCTION("kdrdY-BEJMw", "libSceNpManager", 1, "libSceNpManager", sceNpPushCheckCallback); + LIB_FUNCTION("DkN+WBclFps", "libSceNpManager", 1, "libSceNpManager", sceNpPushInit); + LIB_FUNCTION("1S2urF24zNQ", "libSceNpManager", 1, "libSceNpManager", sceNpPushIntBeginInactive); - LIB_FUNCTION("XyvQv2qjUng", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpPushIntEndInactive); - LIB_FUNCTION("B7bQNq1KPQQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("XyvQv2qjUng", "libSceNpManager", 1, "libSceNpManager", sceNpPushIntEndInactive); + LIB_FUNCTION("B7bQNq1KPQQ", "libSceNpManager", 1, "libSceNpManager", sceNpPushIntGetBindUserState); - LIB_FUNCTION("O-2TTjhWw10", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("O-2TTjhWw10", "libSceNpManager", 1, "libSceNpManager", sceNpPushIntGetConnectionState); - LIB_FUNCTION("Lg5mNqy1zdQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Lg5mNqy1zdQ", "libSceNpManager", 1, "libSceNpManager", sceNpPushIntRegisterNotificationPacketCallback); - LIB_FUNCTION("RSnzCRbqwDU", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("RSnzCRbqwDU", "libSceNpManager", 1, "libSceNpManager", sceNpPushIntUnregisterNotificationPacketCallback); - LIB_FUNCTION("U9hX5ssnYZ4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("U9hX5ssnYZ4", "libSceNpManager", 1, "libSceNpManager", sceNpPushRegisterExtendedDataFilter); - LIB_FUNCTION("l3dG7h4TlLg", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("l3dG7h4TlLg", "libSceNpManager", 1, "libSceNpManager", sceNpPushRegisterNotificationExCallback); - LIB_FUNCTION("rjatoAGW+Fo", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("rjatoAGW+Fo", "libSceNpManager", 1, "libSceNpManager", sceNpPushSetNpCommunicationId); - LIB_FUNCTION("a7ipJQTfQwo", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("a7ipJQTfQwo", "libSceNpManager", 1, "libSceNpManager", sceNpPushStartNotification); - LIB_FUNCTION("uhSJXVMYQWc", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("uhSJXVMYQWc", "libSceNpManager", 1, "libSceNpManager", sceNpPushStartNotificationA); - LIB_FUNCTION("d695X978Bgw", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("d695X978Bgw", "libSceNpManager", 1, "libSceNpManager", sceNpPushStopNotification); - LIB_FUNCTION("Xa1igyHioag", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Xa1igyHioag", "libSceNpManager", 1, "libSceNpManager", sceNpPushStopNotificationA); - LIB_FUNCTION("qo5mH49gnDA", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPushTerm); - LIB_FUNCTION("VxjXt8G-9Ns", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("qo5mH49gnDA", "libSceNpManager", 1, "libSceNpManager", sceNpPushTerm); + LIB_FUNCTION("VxjXt8G-9Ns", "libSceNpManager", 1, "libSceNpManager", sceNpPushUnregisterExtendedDataFilter); - LIB_FUNCTION("6MuJ-vnDk6A", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("6MuJ-vnDk6A", "libSceNpManager", 1, "libSceNpManager", sceNpPushUnregisterNotificationCallback); - LIB_FUNCTION("j1YsEXl5ta4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("j1YsEXl5ta4", "libSceNpManager", 1, "libSceNpManager", sceNpPushUnsetNpCommunicationId); - LIB_FUNCTION("uFJpaKNBAj4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("uFJpaKNBAj4", "libSceNpManager", 1, "libSceNpManager", sceNpRegisterGamePresenceCallback); - LIB_FUNCTION("KswxLxk4c1Y", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("KswxLxk4c1Y", "libSceNpManager", 1, "libSceNpManager", sceNpRegisterGamePresenceCallbackA); - LIB_FUNCTION("hw5KNqAAels", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("hw5KNqAAels", "libSceNpManager", 1, "libSceNpManager", sceNpRegisterNpReachabilityStateCallback); - LIB_FUNCTION("GImICnh+boA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("GImICnh+boA", "libSceNpManager", 1, "libSceNpManager", sceNpRegisterPlusEventCallback); - LIB_FUNCTION("VfRSmPmj8Q8", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("VfRSmPmj8Q8", "libSceNpManager", 1, "libSceNpManager", sceNpRegisterStateCallback); - LIB_FUNCTION("qQJfO8HAiaY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("qQJfO8HAiaY", "libSceNpManager", 1, "libSceNpManager", sceNpRegisterStateCallbackA); - LIB_FUNCTION("JHOtNtQ-jmw", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpServiceClientInit); - LIB_FUNCTION("Hhmu86aYI1E", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpServiceClientTerm); - LIB_FUNCTION("41gDrpv1pTw", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpSetAdditionalScope); - LIB_FUNCTION("A2CQ3kgSopQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("JHOtNtQ-jmw", "libSceNpManager", 1, "libSceNpManager", sceNpServiceClientInit); + LIB_FUNCTION("Hhmu86aYI1E", "libSceNpManager", 1, "libSceNpManager", sceNpServiceClientTerm); + LIB_FUNCTION("41gDrpv1pTw", "libSceNpManager", 1, "libSceNpManager", sceNpSetAdditionalScope); + LIB_FUNCTION("A2CQ3kgSopQ", "libSceNpManager", 1, "libSceNpManager", sceNpSetContentRestriction); - LIB_FUNCTION("KO+11cgC7N0", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("KO+11cgC7N0", "libSceNpManager", 1, "libSceNpManager", sceNpSetGamePresenceOnline); - LIB_FUNCTION("C0gNCiRIi4U", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("C0gNCiRIi4U", "libSceNpManager", 1, "libSceNpManager", sceNpSetGamePresenceOnlineA); - LIB_FUNCTION("Ec63y59l9tw", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpSetNpTitleId); - LIB_FUNCTION("TJqSgUEzexM", "libSceNpManager", 1, "libSceNpManager", 1, 1, - sceNpSetNpTitleIdVsh); - LIB_FUNCTION("-QglDeRr8D8", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpSetTimeout); - LIB_FUNCTION("aJZyCcHxzu4", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("Ec63y59l9tw", "libSceNpManager", 1, "libSceNpManager", sceNpSetNpTitleId); + LIB_FUNCTION("TJqSgUEzexM", "libSceNpManager", 1, "libSceNpManager", sceNpSetNpTitleIdVsh); + LIB_FUNCTION("-QglDeRr8D8", "libSceNpManager", 1, "libSceNpManager", sceNpSetTimeout); + LIB_FUNCTION("aJZyCcHxzu4", "libSceNpManager", 1, "libSceNpManager", sceNpUnregisterGamePresenceCallbackA); - LIB_FUNCTION("cRILAEvn+9M", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("cRILAEvn+9M", "libSceNpManager", 1, "libSceNpManager", sceNpUnregisterNpReachabilityStateCallback); - LIB_FUNCTION("xViqJdDgKl0", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("xViqJdDgKl0", "libSceNpManager", 1, "libSceNpManager", sceNpUnregisterPlusEventCallback); - LIB_FUNCTION("mjjTXh+NHWY", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("mjjTXh+NHWY", "libSceNpManager", 1, "libSceNpManager", sceNpUnregisterStateCallback); - LIB_FUNCTION("M3wFXbYQtAA", "libSceNpManager", 1, "libSceNpManager", 1, 1, + LIB_FUNCTION("M3wFXbYQtAA", "libSceNpManager", 1, "libSceNpManager", sceNpUnregisterStateCallbackA); - LIB_FUNCTION("jyi5p9XWUSs", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpWaitAsync); - LIB_FUNCTION("BQA2KNZr2H0", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_05003628D66BD87D); - LIB_FUNCTION("DDiKTyHJivk", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_0C388A4F21C98AF9); - LIB_FUNCTION("DOzHoIo+UK8", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_0CECC7A08A3E50AF); - LIB_FUNCTION("DRcDCh2hjus", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_0D17030A1DA18EEB); - LIB_FUNCTION("Dw8yC2rYpT0", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_0F0F320B6AD8A53D); - LIB_FUNCTION("ETxHcJD5oXQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_113C477090F9A174); - LIB_FUNCTION("EtNn1ccn8Ag", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_12D367D5C727F008); - LIB_FUNCTION("FkASC9R1kx4", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_1640120BD475931E); - LIB_FUNCTION("Gv4cB8leZaU", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_1AFE1C07C95E65A5); - LIB_FUNCTION("HZg8fgworHI", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_1D983C7E0C28AC72); - LIB_FUNCTION("IIlDaVo7WP4", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_208943695A3B58FE); - LIB_FUNCTION("JYo9EMmaQ7s", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_258A3D10C99A43BB); - LIB_FUNCTION("Jj4yV5S0Eqw", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_263E325794B412AC); - LIB_FUNCTION("K2pL81xeJA0", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_2B6A4BF35C5E240D); - LIB_FUNCTION("K3B--gWssAk", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_2B707FFE05ACB009); - LIB_FUNCTION("LOWrIw66+LQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_2CE5AB230EBAF8B4); - LIB_FUNCTION("MjfuPDr8GHs", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_3237EE3C3AFC187B); - LIB_FUNCTION("M9TfsqFgO-8", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_33D4DFB2A1603BFF); - LIB_FUNCTION("OCHXnB7YbzM", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_3821D79C1ED86F33); - LIB_FUNCTION("P0MZl8cQW78", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_3F431997C7105BBF); - LIB_FUNCTION("QZJ5fC0tP8M", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_4192797C2D2D3FC3); - LIB_FUNCTION("Qcfj2Iu7f3U", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_41C7E3D88BBB7F75); - LIB_FUNCTION("Q49ghYqIP88", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_438F60858A883FCF); - LIB_FUNCTION("TEoGLlZg+r0", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_4C4A062E5660FABD); - LIB_FUNCTION("TICPek76Nqc", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_4C808F7A4EFA36A7); - LIB_FUNCTION("ThztfmL2j0Y", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_4E1CED7E62F68F46); - LIB_FUNCTION("UWGkjGphxL8", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_5161A48C6A61C4BF); - LIB_FUNCTION("VCYDmZygruk", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_542603999CA0AEE9); - LIB_FUNCTION("VGkLQcESh5k", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_54690B41C1128799); - LIB_FUNCTION("VadsfClSH60", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_55A76C7C29521FAD); - LIB_FUNCTION("VisjSq4l+Aw", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_562B234AAE25F80C); - LIB_FUNCTION("WNGXUCbdhko", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_58D1975026DD864A); - LIB_FUNCTION("WmA5X4w-4Sg", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_5A60395F8C3FE128); - LIB_FUNCTION("Wzgnd+m18pQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_5B382777E9B5F294); - LIB_FUNCTION("XbMB+c1klnE", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_5DB301F9CD649671); - LIB_FUNCTION("ZEHVWGnY1vI", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_6441D55869D8D6F2); - LIB_FUNCTION("aQaOGIVChN4", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_69068E18854284DE); - LIB_FUNCTION("b1nDsAsD4Fo", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_6F59C3B00B03E05A); - LIB_FUNCTION("ckzOf3ihNWs", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_724CCE7F78A1356B); - LIB_FUNCTION("dQ8bBTwkMwg", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_750F1B053C243308); - LIB_FUNCTION("dg8Hm7kd4lg", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_760F079BB91DE258); - LIB_FUNCTION("eGV1IyIVVu8", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_78657523221556EF); - LIB_FUNCTION("gImIi9Nj7aY", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_8089888BD363EDA6); - LIB_FUNCTION("gQygKbb3w6E", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_810CA029B6F7C3A1); - LIB_FUNCTION("glO5Roao0-0", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_8253B94686A8D3FD); - LIB_FUNCTION("hmUTinCeFlQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_8665138A709E1654); - LIB_FUNCTION("iC9I+uYJfAw", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_882F48FAE6097C0C); - LIB_FUNCTION("idvkszA-+Ig", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_89DBE4B3303FF888); - LIB_FUNCTION("i9PldiC93Dg", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_8BD3E57620BDDC38); - LIB_FUNCTION("jwp0ATrWM+w", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_8F0A74013AD633EC); - LIB_FUNCTION("j6YmS-P2zAA", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_8FA6264BF3F6CC00); - LIB_FUNCTION("kpLofCwJceQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_9292E87C2C0971E4); - LIB_FUNCTION("ksopIxjKA6g", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_92CA292318CA03A8); - LIB_FUNCTION("k0hZbCsX9mI", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_9348596C2B17F662); - LIB_FUNCTION("lQfpsyGl4Nc", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_9507E9B321A5E0D7); - LIB_FUNCTION("mMqV4jGYBzE", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_98CA95E231980731); - LIB_FUNCTION("nmbMS78sGZA", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_9E66CC4BBF2C1990); - LIB_FUNCTION("nmzvcGSJH4Q", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_9E6CEF7064891F84); - LIB_FUNCTION("p7wseS6VIsU", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_A7BC2C792E9522C5); - LIB_FUNCTION("q7oPgJVIywI", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_ABBA0F809548CB02); - LIB_FUNCTION("sUonpM7eAg8", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_B14A27A4CEDE020F); - LIB_FUNCTION("syPuHCOrl-M", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_B323EE1C23AB97F3); - LIB_FUNCTION("tCmBna70C6w", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_B429819DAEF40BAC); - LIB_FUNCTION("tUuVcb6tgsU", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_B54B9571BEAD82C5); - LIB_FUNCTION("tay1z0pBFKY", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_B5ACB5CF4A4114A6); - LIB_FUNCTION("ukG+D0QVfuQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_BA41BE0F44157EE4); - LIB_FUNCTION("uqHeyEjZlpA", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_BAA1DEC848D99690); - LIB_FUNCTION("u4zM1slIDrI", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_BB8CCCD6C9480EB2); - LIB_FUNCTION("vsJdqui4uB8", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_BEC25DAAE8B8B81F); - LIB_FUNCTION("v+6TY5GrDHA", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_BFEE936391AB0C70); - LIB_FUNCTION("wN0tvi6mb3o", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_C0DD2DBE2EA66F7A); - LIB_FUNCTION("wfhYv1uGwqE", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_C1F858BF5B86C2A1); - LIB_FUNCTION("wkBhjm-DkgY", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_C240618E6FC39206); - LIB_FUNCTION("wzijRFAxDnk", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_C338A34450310E79); - LIB_FUNCTION("yR7jYD2WaQk", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_C91EE3603D966909); - LIB_FUNCTION("y2cDXtZoz2s", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_CB67035ED668CF6B); - LIB_FUNCTION("1aWii3NRqb4", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_D5A5A28B7351A9BE); - LIB_FUNCTION("2oQmBZ8dWi0", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_DA8426059F1D5A2D); - LIB_FUNCTION("2o4V3QCvnfg", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_DA8E15DD00AF9DF8); - LIB_FUNCTION("24aYdkO7Xdc", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_DB86987643BB5DD7); - LIB_FUNCTION("3sU9cWXBN98", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_DEC53D7165C137DF); - LIB_FUNCTION("397uJvLrlrM", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_DFDEEE26F2EB96B3); - LIB_FUNCTION("4gVqbwFkKGY", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_E2056A6F01642866); - LIB_FUNCTION("4kDpuFl+5W4", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_E240E9B8597EE56E); - LIB_FUNCTION("4yzjO3BvBfc", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_E32CE33B706F05F7); - LIB_FUNCTION("5PZ+-JHIT4c", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_E4F67EFC91C84F87); - LIB_FUNCTION("5vBBomYPg+s", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_E6F041A2660F83EB); - LIB_FUNCTION("6Xm6QTvYTTg", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_E979BA413BD84D38); - LIB_FUNCTION("7d3y0wXbeGY", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_EDDDF2D305DB7866); - LIB_FUNCTION("8I7HcltC4vk", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_F08EC7725B42E2F9); - LIB_FUNCTION("81ldjv-ybsA", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_F3595D8EFFF26EC0); - LIB_FUNCTION("899ScRQvFV0", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_F3DF5271142F155D); - LIB_FUNCTION("+JmXFo3Jh6g", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_F89997168DC987A8); - LIB_FUNCTION("+RtbJcybMNk", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_F91B5B25CC9B30D9); - LIB_FUNCTION("-DNbcQKlhbM", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_FC335B7102A585B3); - LIB_FUNCTION("-OrDVMqLIG4", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_FCEAC354CA8B206E); - LIB_FUNCTION("-5ZuQ1HlZNY", "libSceNpManager", 1, "libSceNpManager", 1, 1, - Func_FF966E4351E564D6); + LIB_FUNCTION("jyi5p9XWUSs", "libSceNpManager", 1, "libSceNpManager", sceNpWaitAsync); + LIB_FUNCTION("BQA2KNZr2H0", "libSceNpManager", 1, "libSceNpManager", Func_05003628D66BD87D); + LIB_FUNCTION("DDiKTyHJivk", "libSceNpManager", 1, "libSceNpManager", Func_0C388A4F21C98AF9); + LIB_FUNCTION("DOzHoIo+UK8", "libSceNpManager", 1, "libSceNpManager", Func_0CECC7A08A3E50AF); + LIB_FUNCTION("DRcDCh2hjus", "libSceNpManager", 1, "libSceNpManager", Func_0D17030A1DA18EEB); + LIB_FUNCTION("Dw8yC2rYpT0", "libSceNpManager", 1, "libSceNpManager", Func_0F0F320B6AD8A53D); + LIB_FUNCTION("ETxHcJD5oXQ", "libSceNpManager", 1, "libSceNpManager", Func_113C477090F9A174); + LIB_FUNCTION("EtNn1ccn8Ag", "libSceNpManager", 1, "libSceNpManager", Func_12D367D5C727F008); + LIB_FUNCTION("FkASC9R1kx4", "libSceNpManager", 1, "libSceNpManager", Func_1640120BD475931E); + LIB_FUNCTION("Gv4cB8leZaU", "libSceNpManager", 1, "libSceNpManager", Func_1AFE1C07C95E65A5); + LIB_FUNCTION("HZg8fgworHI", "libSceNpManager", 1, "libSceNpManager", Func_1D983C7E0C28AC72); + LIB_FUNCTION("IIlDaVo7WP4", "libSceNpManager", 1, "libSceNpManager", Func_208943695A3B58FE); + LIB_FUNCTION("JYo9EMmaQ7s", "libSceNpManager", 1, "libSceNpManager", Func_258A3D10C99A43BB); + LIB_FUNCTION("Jj4yV5S0Eqw", "libSceNpManager", 1, "libSceNpManager", Func_263E325794B412AC); + LIB_FUNCTION("K2pL81xeJA0", "libSceNpManager", 1, "libSceNpManager", Func_2B6A4BF35C5E240D); + LIB_FUNCTION("K3B--gWssAk", "libSceNpManager", 1, "libSceNpManager", Func_2B707FFE05ACB009); + LIB_FUNCTION("LOWrIw66+LQ", "libSceNpManager", 1, "libSceNpManager", Func_2CE5AB230EBAF8B4); + LIB_FUNCTION("MjfuPDr8GHs", "libSceNpManager", 1, "libSceNpManager", Func_3237EE3C3AFC187B); + LIB_FUNCTION("M9TfsqFgO-8", "libSceNpManager", 1, "libSceNpManager", Func_33D4DFB2A1603BFF); + LIB_FUNCTION("OCHXnB7YbzM", "libSceNpManager", 1, "libSceNpManager", Func_3821D79C1ED86F33); + LIB_FUNCTION("P0MZl8cQW78", "libSceNpManager", 1, "libSceNpManager", Func_3F431997C7105BBF); + LIB_FUNCTION("QZJ5fC0tP8M", "libSceNpManager", 1, "libSceNpManager", Func_4192797C2D2D3FC3); + LIB_FUNCTION("Qcfj2Iu7f3U", "libSceNpManager", 1, "libSceNpManager", Func_41C7E3D88BBB7F75); + LIB_FUNCTION("Q49ghYqIP88", "libSceNpManager", 1, "libSceNpManager", Func_438F60858A883FCF); + LIB_FUNCTION("TEoGLlZg+r0", "libSceNpManager", 1, "libSceNpManager", Func_4C4A062E5660FABD); + LIB_FUNCTION("TICPek76Nqc", "libSceNpManager", 1, "libSceNpManager", Func_4C808F7A4EFA36A7); + LIB_FUNCTION("ThztfmL2j0Y", "libSceNpManager", 1, "libSceNpManager", Func_4E1CED7E62F68F46); + LIB_FUNCTION("UWGkjGphxL8", "libSceNpManager", 1, "libSceNpManager", Func_5161A48C6A61C4BF); + LIB_FUNCTION("VCYDmZygruk", "libSceNpManager", 1, "libSceNpManager", Func_542603999CA0AEE9); + LIB_FUNCTION("VGkLQcESh5k", "libSceNpManager", 1, "libSceNpManager", Func_54690B41C1128799); + LIB_FUNCTION("VadsfClSH60", "libSceNpManager", 1, "libSceNpManager", Func_55A76C7C29521FAD); + LIB_FUNCTION("VisjSq4l+Aw", "libSceNpManager", 1, "libSceNpManager", Func_562B234AAE25F80C); + LIB_FUNCTION("WNGXUCbdhko", "libSceNpManager", 1, "libSceNpManager", Func_58D1975026DD864A); + LIB_FUNCTION("WmA5X4w-4Sg", "libSceNpManager", 1, "libSceNpManager", Func_5A60395F8C3FE128); + LIB_FUNCTION("Wzgnd+m18pQ", "libSceNpManager", 1, "libSceNpManager", Func_5B382777E9B5F294); + LIB_FUNCTION("XbMB+c1klnE", "libSceNpManager", 1, "libSceNpManager", Func_5DB301F9CD649671); + LIB_FUNCTION("ZEHVWGnY1vI", "libSceNpManager", 1, "libSceNpManager", Func_6441D55869D8D6F2); + LIB_FUNCTION("aQaOGIVChN4", "libSceNpManager", 1, "libSceNpManager", Func_69068E18854284DE); + LIB_FUNCTION("b1nDsAsD4Fo", "libSceNpManager", 1, "libSceNpManager", Func_6F59C3B00B03E05A); + LIB_FUNCTION("ckzOf3ihNWs", "libSceNpManager", 1, "libSceNpManager", Func_724CCE7F78A1356B); + LIB_FUNCTION("dQ8bBTwkMwg", "libSceNpManager", 1, "libSceNpManager", Func_750F1B053C243308); + LIB_FUNCTION("dg8Hm7kd4lg", "libSceNpManager", 1, "libSceNpManager", Func_760F079BB91DE258); + LIB_FUNCTION("eGV1IyIVVu8", "libSceNpManager", 1, "libSceNpManager", Func_78657523221556EF); + LIB_FUNCTION("gImIi9Nj7aY", "libSceNpManager", 1, "libSceNpManager", Func_8089888BD363EDA6); + LIB_FUNCTION("gQygKbb3w6E", "libSceNpManager", 1, "libSceNpManager", Func_810CA029B6F7C3A1); + LIB_FUNCTION("glO5Roao0-0", "libSceNpManager", 1, "libSceNpManager", Func_8253B94686A8D3FD); + LIB_FUNCTION("hmUTinCeFlQ", "libSceNpManager", 1, "libSceNpManager", Func_8665138A709E1654); + LIB_FUNCTION("iC9I+uYJfAw", "libSceNpManager", 1, "libSceNpManager", Func_882F48FAE6097C0C); + LIB_FUNCTION("idvkszA-+Ig", "libSceNpManager", 1, "libSceNpManager", Func_89DBE4B3303FF888); + LIB_FUNCTION("i9PldiC93Dg", "libSceNpManager", 1, "libSceNpManager", Func_8BD3E57620BDDC38); + LIB_FUNCTION("jwp0ATrWM+w", "libSceNpManager", 1, "libSceNpManager", Func_8F0A74013AD633EC); + LIB_FUNCTION("j6YmS-P2zAA", "libSceNpManager", 1, "libSceNpManager", Func_8FA6264BF3F6CC00); + LIB_FUNCTION("kpLofCwJceQ", "libSceNpManager", 1, "libSceNpManager", Func_9292E87C2C0971E4); + LIB_FUNCTION("ksopIxjKA6g", "libSceNpManager", 1, "libSceNpManager", Func_92CA292318CA03A8); + LIB_FUNCTION("k0hZbCsX9mI", "libSceNpManager", 1, "libSceNpManager", Func_9348596C2B17F662); + LIB_FUNCTION("lQfpsyGl4Nc", "libSceNpManager", 1, "libSceNpManager", Func_9507E9B321A5E0D7); + LIB_FUNCTION("mMqV4jGYBzE", "libSceNpManager", 1, "libSceNpManager", Func_98CA95E231980731); + LIB_FUNCTION("nmbMS78sGZA", "libSceNpManager", 1, "libSceNpManager", Func_9E66CC4BBF2C1990); + LIB_FUNCTION("nmzvcGSJH4Q", "libSceNpManager", 1, "libSceNpManager", Func_9E6CEF7064891F84); + LIB_FUNCTION("p7wseS6VIsU", "libSceNpManager", 1, "libSceNpManager", Func_A7BC2C792E9522C5); + LIB_FUNCTION("q7oPgJVIywI", "libSceNpManager", 1, "libSceNpManager", Func_ABBA0F809548CB02); + LIB_FUNCTION("sUonpM7eAg8", "libSceNpManager", 1, "libSceNpManager", Func_B14A27A4CEDE020F); + LIB_FUNCTION("syPuHCOrl-M", "libSceNpManager", 1, "libSceNpManager", Func_B323EE1C23AB97F3); + LIB_FUNCTION("tCmBna70C6w", "libSceNpManager", 1, "libSceNpManager", Func_B429819DAEF40BAC); + LIB_FUNCTION("tUuVcb6tgsU", "libSceNpManager", 1, "libSceNpManager", Func_B54B9571BEAD82C5); + LIB_FUNCTION("tay1z0pBFKY", "libSceNpManager", 1, "libSceNpManager", Func_B5ACB5CF4A4114A6); + LIB_FUNCTION("ukG+D0QVfuQ", "libSceNpManager", 1, "libSceNpManager", Func_BA41BE0F44157EE4); + LIB_FUNCTION("uqHeyEjZlpA", "libSceNpManager", 1, "libSceNpManager", Func_BAA1DEC848D99690); + LIB_FUNCTION("u4zM1slIDrI", "libSceNpManager", 1, "libSceNpManager", Func_BB8CCCD6C9480EB2); + LIB_FUNCTION("vsJdqui4uB8", "libSceNpManager", 1, "libSceNpManager", Func_BEC25DAAE8B8B81F); + LIB_FUNCTION("v+6TY5GrDHA", "libSceNpManager", 1, "libSceNpManager", Func_BFEE936391AB0C70); + LIB_FUNCTION("wN0tvi6mb3o", "libSceNpManager", 1, "libSceNpManager", Func_C0DD2DBE2EA66F7A); + LIB_FUNCTION("wfhYv1uGwqE", "libSceNpManager", 1, "libSceNpManager", Func_C1F858BF5B86C2A1); + LIB_FUNCTION("wkBhjm-DkgY", "libSceNpManager", 1, "libSceNpManager", Func_C240618E6FC39206); + LIB_FUNCTION("wzijRFAxDnk", "libSceNpManager", 1, "libSceNpManager", Func_C338A34450310E79); + LIB_FUNCTION("yR7jYD2WaQk", "libSceNpManager", 1, "libSceNpManager", Func_C91EE3603D966909); + LIB_FUNCTION("y2cDXtZoz2s", "libSceNpManager", 1, "libSceNpManager", Func_CB67035ED668CF6B); + LIB_FUNCTION("1aWii3NRqb4", "libSceNpManager", 1, "libSceNpManager", Func_D5A5A28B7351A9BE); + LIB_FUNCTION("2oQmBZ8dWi0", "libSceNpManager", 1, "libSceNpManager", Func_DA8426059F1D5A2D); + LIB_FUNCTION("2o4V3QCvnfg", "libSceNpManager", 1, "libSceNpManager", Func_DA8E15DD00AF9DF8); + LIB_FUNCTION("24aYdkO7Xdc", "libSceNpManager", 1, "libSceNpManager", Func_DB86987643BB5DD7); + LIB_FUNCTION("3sU9cWXBN98", "libSceNpManager", 1, "libSceNpManager", Func_DEC53D7165C137DF); + LIB_FUNCTION("397uJvLrlrM", "libSceNpManager", 1, "libSceNpManager", Func_DFDEEE26F2EB96B3); + LIB_FUNCTION("4gVqbwFkKGY", "libSceNpManager", 1, "libSceNpManager", Func_E2056A6F01642866); + LIB_FUNCTION("4kDpuFl+5W4", "libSceNpManager", 1, "libSceNpManager", Func_E240E9B8597EE56E); + LIB_FUNCTION("4yzjO3BvBfc", "libSceNpManager", 1, "libSceNpManager", Func_E32CE33B706F05F7); + LIB_FUNCTION("5PZ+-JHIT4c", "libSceNpManager", 1, "libSceNpManager", Func_E4F67EFC91C84F87); + LIB_FUNCTION("5vBBomYPg+s", "libSceNpManager", 1, "libSceNpManager", Func_E6F041A2660F83EB); + LIB_FUNCTION("6Xm6QTvYTTg", "libSceNpManager", 1, "libSceNpManager", Func_E979BA413BD84D38); + LIB_FUNCTION("7d3y0wXbeGY", "libSceNpManager", 1, "libSceNpManager", Func_EDDDF2D305DB7866); + LIB_FUNCTION("8I7HcltC4vk", "libSceNpManager", 1, "libSceNpManager", Func_F08EC7725B42E2F9); + LIB_FUNCTION("81ldjv-ybsA", "libSceNpManager", 1, "libSceNpManager", Func_F3595D8EFFF26EC0); + LIB_FUNCTION("899ScRQvFV0", "libSceNpManager", 1, "libSceNpManager", Func_F3DF5271142F155D); + LIB_FUNCTION("+JmXFo3Jh6g", "libSceNpManager", 1, "libSceNpManager", Func_F89997168DC987A8); + LIB_FUNCTION("+RtbJcybMNk", "libSceNpManager", 1, "libSceNpManager", Func_F91B5B25CC9B30D9); + LIB_FUNCTION("-DNbcQKlhbM", "libSceNpManager", 1, "libSceNpManager", Func_FC335B7102A585B3); + LIB_FUNCTION("-OrDVMqLIG4", "libSceNpManager", 1, "libSceNpManager", Func_FCEAC354CA8B206E); + LIB_FUNCTION("-5ZuQ1HlZNY", "libSceNpManager", 1, "libSceNpManager", Func_FF966E4351E564D6); + LIB_FUNCTION("Ybu6AxV6S0o", "libSceNpManagerIsPlusMember", 1, "libSceNpManager", + sceNpIsPlusMember); + LIB_FUNCTION("2rsFmlGWleQ", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpCheckNpAvailability); + LIB_FUNCTION("Ghz9iWDUtC4", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpGetAccountCountry); + LIB_FUNCTION("8VBTeRf1ZwI", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpGetAccountDateOfBirth); + LIB_FUNCTION("a8R9-75u4iM", "libSceNpManagerCompat", 1, "libSceNpManager", sceNpGetAccountId); + LIB_FUNCTION("KZ1Mj9yEGYc", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpGetAccountLanguage); + LIB_FUNCTION("IPb1hd1wAGc", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpGetGamePresenceStatus); + LIB_FUNCTION("ilwLM4zOmu4", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpGetParentalControlInfo); + LIB_FUNCTION("F6E4ycq9Dbg", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpGetUserIdByOnlineId); + LIB_FUNCTION("Vh1bhUG6mSs", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpInGameMessagePrepare); + LIB_FUNCTION("ON7Sf5XEMmI", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpInGameMessageSendData); + LIB_FUNCTION("uFJpaKNBAj4", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpRegisterGamePresenceCallback); + LIB_FUNCTION("VfRSmPmj8Q8", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpRegisterStateCallback); + LIB_FUNCTION("KO+11cgC7N0", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpSetGamePresenceOnline); + LIB_FUNCTION("mjjTXh+NHWY", "libSceNpManagerCompat", 1, "libSceNpManager", + sceNpUnregisterStateCallback); + LIB_FUNCTION("JELHf4xPufo", "libSceNpManagerForToolkit", 1, "libSceNpManager", + sceNpCheckCallbackForLib); + LIB_FUNCTION("0c7HbXRKUt4", "libSceNpManagerForToolkit", 1, "libSceNpManager", + sceNpRegisterStateCallbackForToolkit); + LIB_FUNCTION("YIvqqvJyjEc", "libSceNpManagerForToolkit", 1, "libSceNpManager", + sceNpUnregisterStateCallbackForToolkit); }; } // namespace Libraries::NpManager \ No newline at end of file diff --git a/libraries/npmanager.h b/libraries/npmanager.h index 4addce8..b32a23b 100644 --- a/libraries/npmanager.h +++ b/libraries/npmanager.h @@ -11,25 +11,7 @@ class SymbolsResolver; namespace Libraries::NpManager { -s32 PS4_SYSV_ABI sceNpIsPlusMember(); s32 PS4_SYSV_ABI Func_EF4378573542A508(); -s32 PS4_SYSV_ABI sceNpCheckNpAvailability(); -s32 PS4_SYSV_ABI sceNpGetAccountCountry(); -s32 PS4_SYSV_ABI sceNpGetAccountDateOfBirth(); -s32 PS4_SYSV_ABI sceNpGetAccountId(); -s32 PS4_SYSV_ABI sceNpGetAccountLanguage(); -s32 PS4_SYSV_ABI sceNpGetGamePresenceStatus(); -s32 PS4_SYSV_ABI sceNpGetParentalControlInfo(); -s32 PS4_SYSV_ABI sceNpGetUserIdByOnlineId(); -s32 PS4_SYSV_ABI sceNpInGameMessagePrepare(); -s32 PS4_SYSV_ABI sceNpInGameMessageSendData(); -s32 PS4_SYSV_ABI sceNpRegisterGamePresenceCallback(); -s32 PS4_SYSV_ABI sceNpRegisterStateCallback(); -s32 PS4_SYSV_ABI sceNpSetGamePresenceOnline(); -s32 PS4_SYSV_ABI sceNpUnregisterStateCallback(); -s32 PS4_SYSV_ABI sceNpCheckCallbackForLib(); -s32 PS4_SYSV_ABI sceNpRegisterStateCallbackForToolkit(); -s32 PS4_SYSV_ABI sceNpUnregisterStateCallbackForToolkit(); s32 PS4_SYSV_ABI _sceNpIpcCreateMemoryFromKernel(); s32 PS4_SYSV_ABI _sceNpIpcCreateMemoryFromPool(); s32 PS4_SYSV_ABI _sceNpIpcDestroyMemory(); @@ -202,6 +184,8 @@ s32 PS4_SYSV_ABI sceNpAsmGetServiceIdInfo(); s32 PS4_SYSV_ABI sceNpAsmInitialize(); s32 PS4_SYSV_ABI sceNpAsmTerminate(); s32 PS4_SYSV_ABI sceNpCheckCallback(); +s32 PS4_SYSV_ABI sceNpCheckCallbackForLib(); +s32 PS4_SYSV_ABI sceNpCheckNpAvailability(); s32 PS4_SYSV_ABI sceNpCheckNpAvailabilityA(); s32 PS4_SYSV_ABI sceNpCheckNpReachability(); s32 PS4_SYSV_ABI sceNpCheckPlus(); @@ -209,18 +193,25 @@ s32 PS4_SYSV_ABI sceNpCreateAsyncRequest(); s32 PS4_SYSV_ABI sceNpCreateRequest(); s32 PS4_SYSV_ABI sceNpDeleteRequest(); s32 PS4_SYSV_ABI sceNpGetAccountAge(); +s32 PS4_SYSV_ABI sceNpGetAccountCountry(); s32 PS4_SYSV_ABI sceNpGetAccountCountryA(); +s32 PS4_SYSV_ABI sceNpGetAccountDateOfBirth(); s32 PS4_SYSV_ABI sceNpGetAccountDateOfBirthA(); +s32 PS4_SYSV_ABI sceNpGetAccountId(); s32 PS4_SYSV_ABI sceNpGetAccountIdA(); +s32 PS4_SYSV_ABI sceNpGetAccountLanguage(); s32 PS4_SYSV_ABI sceNpGetAccountLanguage2(); s32 PS4_SYSV_ABI sceNpGetAccountLanguageA(); +s32 PS4_SYSV_ABI sceNpGetGamePresenceStatus(); s32 PS4_SYSV_ABI sceNpGetGamePresenceStatusA(); s32 PS4_SYSV_ABI sceNpGetNpId(); s32 PS4_SYSV_ABI sceNpGetNpReachabilityState(); s32 PS4_SYSV_ABI sceNpGetOnlineId(); +s32 PS4_SYSV_ABI sceNpGetParentalControlInfo(); s32 PS4_SYSV_ABI sceNpGetParentalControlInfoA(); s32 PS4_SYSV_ABI sceNpGetState(); s32 PS4_SYSV_ABI sceNpGetUserIdByAccountId(); +s32 PS4_SYSV_ABI sceNpGetUserIdByOnlineId(); s32 PS4_SYSV_ABI sceNpHasSignedUp(); s32 PS4_SYSV_ABI sceNpIdMapperAbortRequest(); s32 PS4_SYSV_ABI sceNpIdMapperAccountIdToNpId(); @@ -235,7 +226,9 @@ s32 PS4_SYSV_ABI sceNpInGameMessageCreateHandle(); s32 PS4_SYSV_ABI sceNpInGameMessageDeleteHandle(); s32 PS4_SYSV_ABI sceNpInGameMessageGetMemoryPoolStatistics(); s32 PS4_SYSV_ABI sceNpInGameMessageInitialize(); +s32 PS4_SYSV_ABI sceNpInGameMessagePrepare(); s32 PS4_SYSV_ABI sceNpInGameMessagePrepareA(); +s32 PS4_SYSV_ABI sceNpInGameMessageSendData(); s32 PS4_SYSV_ABI sceNpInGameMessageSendDataA(); s32 PS4_SYSV_ABI sceNpInGameMessageTerminate(); s32 PS4_SYSV_ABI sceNpIntCheckPlus(); @@ -244,6 +237,7 @@ s32 PS4_SYSV_ABI sceNpIntGetGamePresenceStatus(); s32 PS4_SYSV_ABI sceNpIntGetNpTitleId(); s32 PS4_SYSV_ABI sceNpIntGetNpTitleIdSecret(); s32 PS4_SYSV_ABI sceNpIntRegisterGamePresenceCallback(); +s32 PS4_SYSV_ABI sceNpIsPlusMember(); s32 PS4_SYSV_ABI sceNpManagerIntAbortRequest(); s32 PS4_SYSV_ABI sceNpManagerIntAddActiveSigninStateCallback(); s32 PS4_SYSV_ABI sceNpManagerIntAddOnlineIdChangeCallback(); @@ -398,14 +392,17 @@ s32 PS4_SYSV_ABI sceNpPushTerm(); s32 PS4_SYSV_ABI sceNpPushUnregisterExtendedDataFilter(); s32 PS4_SYSV_ABI sceNpPushUnregisterNotificationCallback(); s32 PS4_SYSV_ABI sceNpPushUnsetNpCommunicationId(); +s32 PS4_SYSV_ABI sceNpRegisterGamePresenceCallback(); s32 PS4_SYSV_ABI sceNpRegisterGamePresenceCallbackA(); s32 PS4_SYSV_ABI sceNpRegisterNpReachabilityStateCallback(); s32 PS4_SYSV_ABI sceNpRegisterPlusEventCallback(); +s32 PS4_SYSV_ABI sceNpRegisterStateCallback(); s32 PS4_SYSV_ABI sceNpRegisterStateCallbackA(); s32 PS4_SYSV_ABI sceNpServiceClientInit(); s32 PS4_SYSV_ABI sceNpServiceClientTerm(); s32 PS4_SYSV_ABI sceNpSetAdditionalScope(); s32 PS4_SYSV_ABI sceNpSetContentRestriction(); +s32 PS4_SYSV_ABI sceNpSetGamePresenceOnline(); s32 PS4_SYSV_ABI sceNpSetGamePresenceOnlineA(); s32 PS4_SYSV_ABI sceNpSetNpTitleId(); s32 PS4_SYSV_ABI sceNpSetNpTitleIdVsh(); @@ -413,6 +410,7 @@ s32 PS4_SYSV_ABI sceNpSetTimeout(); s32 PS4_SYSV_ABI sceNpUnregisterGamePresenceCallbackA(); s32 PS4_SYSV_ABI sceNpUnregisterNpReachabilityStateCallback(); s32 PS4_SYSV_ABI sceNpUnregisterPlusEventCallback(); +s32 PS4_SYSV_ABI sceNpUnregisterStateCallback(); s32 PS4_SYSV_ABI sceNpUnregisterStateCallbackA(); s32 PS4_SYSV_ABI sceNpWaitAsync(); s32 PS4_SYSV_ABI Func_05003628D66BD87D(); @@ -512,6 +510,8 @@ s32 PS4_SYSV_ABI Func_F91B5B25CC9B30D9(); s32 PS4_SYSV_ABI Func_FC335B7102A585B3(); s32 PS4_SYSV_ABI Func_FCEAC354CA8B206E(); s32 PS4_SYSV_ABI Func_FF966E4351E564D6(); +s32 PS4_SYSV_ABI sceNpRegisterStateCallbackForToolkit(); +s32 PS4_SYSV_ABI sceNpUnregisterStateCallbackForToolkit(); void RegisterLib(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::NpManager \ No newline at end of file diff --git a/libraries/nptrophy.cpp b/libraries/nptrophy.cpp index 9e80bef..36afada 100644 --- a/libraries/nptrophy.cpp +++ b/libraries/nptrophy.cpp @@ -444,180 +444,155 @@ s32 PS4_SYSV_ABI Func_FA7A2DD770447552() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("aTnHs7W-9Uk", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyAbortHandle); - LIB_FUNCTION("cqGkYAN-gRw", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("aTnHs7W-9Uk", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyAbortHandle); + LIB_FUNCTION("cqGkYAN-gRw", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyCaptureScreenshot); - LIB_FUNCTION("lhE4XS9OJXs", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("lhE4XS9OJXs", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyConfigGetTrophyDetails); - LIB_FUNCTION("qJ3IvrOoXg0", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("qJ3IvrOoXg0", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyConfigGetTrophyFlagArray); - LIB_FUNCTION("zDjF2G+6tI0", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("zDjF2G+6tI0", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyConfigGetTrophyGroupArray); - LIB_FUNCTION("7Kh86vJqtxw", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("7Kh86vJqtxw", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyConfigGetTrophyGroupDetails); - LIB_FUNCTION("ndLeNWExeZE", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("ndLeNWExeZE", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyConfigGetTrophySetInfo); - LIB_FUNCTION("6EOfS5SDgoo", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("6EOfS5SDgoo", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyConfigGetTrophySetInfoInGroup); - LIB_FUNCTION("MW5ygoZqEBs", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("MW5ygoZqEBs", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyConfigGetTrophySetVersion); - LIB_FUNCTION("3tWKpNKn5+I", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("3tWKpNKn5+I", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyConfigGetTrophyTitleDetails); - LIB_FUNCTION("iqYfxC12sak", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("iqYfxC12sak", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyConfigHasGroupFeature); - LIB_FUNCTION("XbkjbobZlCY", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyCreateContext); - LIB_FUNCTION("q7U6tEAQf7c", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyCreateHandle); - LIB_FUNCTION("E1Wrwd07Lr8", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyDestroyContext); - LIB_FUNCTION("GNcF4oidY0Y", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyDestroyHandle); - LIB_FUNCTION("HLwz1fRIycA", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyGetGameIcon); - LIB_FUNCTION("YYP3f2W09og", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyGetGameInfo); - LIB_FUNCTION("w4uMPmErD4I", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyGetGroupIcon); - LIB_FUNCTION("wTUwGfspKic", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyGetGroupInfo); - LIB_FUNCTION("eBL+l6HG9xk", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyGetTrophyIcon); - LIB_FUNCTION("qqUVGDgQBm0", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyGetTrophyInfo); - LIB_FUNCTION("LHuSmO3SLd8", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("XbkjbobZlCY", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyCreateContext); + LIB_FUNCTION("q7U6tEAQf7c", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyCreateHandle); + LIB_FUNCTION("E1Wrwd07Lr8", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyDestroyContext); + LIB_FUNCTION("GNcF4oidY0Y", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyDestroyHandle); + LIB_FUNCTION("HLwz1fRIycA", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyGetGameIcon); + LIB_FUNCTION("YYP3f2W09og", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyGetGameInfo); + LIB_FUNCTION("w4uMPmErD4I", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyGetGroupIcon); + LIB_FUNCTION("wTUwGfspKic", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyGetGroupInfo); + LIB_FUNCTION("eBL+l6HG9xk", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyGetTrophyIcon); + LIB_FUNCTION("qqUVGDgQBm0", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyGetTrophyInfo); + LIB_FUNCTION("LHuSmO3SLd8", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyGetTrophyUnlockState); - LIB_FUNCTION("Ht6MNTl-je4", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("Ht6MNTl-je4", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyGroupArrayGetNum); - LIB_FUNCTION("u9plkqa2e0k", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyIntAbortHandle); - LIB_FUNCTION("pE5yhroy9m0", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("u9plkqa2e0k", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyIntAbortHandle); + LIB_FUNCTION("pE5yhroy9m0", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyIntCheckNetSyncTitles); - LIB_FUNCTION("edPIOFpEAvU", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyIntCreateHandle); - LIB_FUNCTION("DSh3EXpqAQ4", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("edPIOFpEAvU", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyIntCreateHandle); + LIB_FUNCTION("DSh3EXpqAQ4", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyIntDestroyHandle); - LIB_FUNCTION("sng98qULzPA", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("sng98qULzPA", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyIntGetLocalTrophySummary); - LIB_FUNCTION("t3CQzag7-zs", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyIntGetProgress); - LIB_FUNCTION("jF-mCgGuvbQ", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("t3CQzag7-zs", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyIntGetProgress); + LIB_FUNCTION("jF-mCgGuvbQ", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyIntGetRunningTitle); - LIB_FUNCTION("PeAyBjC5kp8", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("PeAyBjC5kp8", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyIntGetRunningTitles); - LIB_FUNCTION("PEo09Dkqv0o", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("PEo09Dkqv0o", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyIntGetTrpIconByUri); - LIB_FUNCTION("kF9zjnlAzIA", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyIntNetSyncTitle); - LIB_FUNCTION("UXiyfabxFNQ", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("kF9zjnlAzIA", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyIntNetSyncTitle); + LIB_FUNCTION("UXiyfabxFNQ", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyIntNetSyncTitles); - LIB_FUNCTION("hvdThnVvwdY", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyNumInfoGetTotal); - LIB_FUNCTION("TJCAxto9SEU", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyRegisterContext); - LIB_FUNCTION("ITUmvpBPaG0", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("hvdThnVvwdY", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyNumInfoGetTotal); + LIB_FUNCTION("TJCAxto9SEU", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyRegisterContext); + LIB_FUNCTION("ITUmvpBPaG0", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySetInfoGetTrophyFlagArray); - LIB_FUNCTION("BSoSgiMVHnY", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("BSoSgiMVHnY", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySetInfoGetTrophyNum); - LIB_FUNCTION("d9jpdPz5f-8", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyShowTrophyList); - LIB_FUNCTION("JzJdh-JLtu0", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("d9jpdPz5f-8", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyShowTrophyList); + LIB_FUNCTION("JzJdh-JLtu0", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemAbortHandle); - LIB_FUNCTION("z8RCP536GOM", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("z8RCP536GOM", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemBuildGroupIconUri); - LIB_FUNCTION("Rd2FBOQE094", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("Rd2FBOQE094", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemBuildNetTrophyIconUri); - LIB_FUNCTION("Q182x0rT75I", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("Q182x0rT75I", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemBuildTitleIconUri); - LIB_FUNCTION("lGnm5Kg-zpA", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("lGnm5Kg-zpA", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemBuildTrophyIconUri); - LIB_FUNCTION("20wAMbXP-u0", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("20wAMbXP-u0", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemCheckNetSyncTitles); - LIB_FUNCTION("sKGFFY59ksY", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("sKGFFY59ksY", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemCheckRecoveryRequired); - LIB_FUNCTION("JMSapEtDH9Q", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("JMSapEtDH9Q", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemCloseStorage); - LIB_FUNCTION("dk27olS4CEE", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("dk27olS4CEE", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemCreateContext); - LIB_FUNCTION("cBzXEdzVzvs", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("cBzXEdzVzvs", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemCreateHandle); - LIB_FUNCTION("8aLlLHKP+No", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophySystemDbgCtl); - LIB_FUNCTION("NobVwD8qcQY", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("8aLlLHKP+No", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemDbgCtl); + LIB_FUNCTION("NobVwD8qcQY", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemDebugLockTrophy); - LIB_FUNCTION("yXJlgXljItk", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("yXJlgXljItk", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemDebugUnlockTrophy); - LIB_FUNCTION("U0TOSinfuvw", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("U0TOSinfuvw", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemDestroyContext); - LIB_FUNCTION("-LC9hudmD+Y", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("-LC9hudmD+Y", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemDestroyHandle); - LIB_FUNCTION("q6eAMucXIEM", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("q6eAMucXIEM", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemDestroyTrophyConfig); - LIB_FUNCTION("WdCUUJLQodM", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("WdCUUJLQodM", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetDbgParam); - LIB_FUNCTION("4QYFwC7tn4U", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("4QYFwC7tn4U", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetDbgParamInt); - LIB_FUNCTION("OcllHFFcQkI", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("OcllHFFcQkI", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetGroupIcon); - LIB_FUNCTION("tQ3tXfVZreU", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("tQ3tXfVZreU", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetLocalTrophySummary); - LIB_FUNCTION("g0dxBNTspC0", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("g0dxBNTspC0", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetNextTitleFileEntryStatus); - LIB_FUNCTION("sJSDnJRJHhI", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("sJSDnJRJHhI", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetProgress); - LIB_FUNCTION("X47s4AamPGg", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("X47s4AamPGg", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetTitleFileStatus); - LIB_FUNCTION("7WPj4KCF3D8", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("7WPj4KCF3D8", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetTitleIcon); - LIB_FUNCTION("pzL+aAk0tQA", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("pzL+aAk0tQA", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetTitleSyncStatus); - LIB_FUNCTION("Ro4sI9xgYl4", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("Ro4sI9xgYl4", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetTrophyConfig); - LIB_FUNCTION("7+OR1TU5QOA", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("7+OR1TU5QOA", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetTrophyData); - LIB_FUNCTION("aXhvf2OmbiE", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("aXhvf2OmbiE", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetTrophyGroupData); - LIB_FUNCTION("Rkt0bVyaa4Y", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("Rkt0bVyaa4Y", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetTrophyIcon); - LIB_FUNCTION("nXr5Rho8Bqk", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("nXr5Rho8Bqk", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetTrophyTitleData); - LIB_FUNCTION("eV1rtLr+eys", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("eV1rtLr+eys", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetTrophyTitleIds); - LIB_FUNCTION("SsGLKTfWfm0", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("SsGLKTfWfm0", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetUserFileInfo); - LIB_FUNCTION("XqLLsvl48kA", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("XqLLsvl48kA", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemGetUserFileStatus); - LIB_FUNCTION("-qjm2fFE64M", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("-qjm2fFE64M", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemIsServerAvailable); - LIB_FUNCTION("50BvYYzPTsY", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("50BvYYzPTsY", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemNetSyncTitle); - LIB_FUNCTION("yDJ-r-8f4S4", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("yDJ-r-8f4S4", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemNetSyncTitles); - LIB_FUNCTION("mWtsnHY8JZg", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("mWtsnHY8JZg", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemOpenStorage); - LIB_FUNCTION("tAxnXpzDgFw", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("tAxnXpzDgFw", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemPerformRecovery); - LIB_FUNCTION("tV18n8OcheI", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophySystemRemoveAll); - LIB_FUNCTION("kV4DP0OTMNo", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("tV18n8OcheI", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemRemoveAll); + LIB_FUNCTION("kV4DP0OTMNo", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemRemoveTitleData); - LIB_FUNCTION("lZSZoN8BstI", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("lZSZoN8BstI", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemRemoveUserData); - LIB_FUNCTION("nytN-3-pdvI", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("nytN-3-pdvI", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemSetDbgParam); - LIB_FUNCTION("JsRnDKRzvRw", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, + LIB_FUNCTION("JsRnDKRzvRw", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophySystemSetDbgParamInt); - LIB_FUNCTION("28xmRUFao68", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - sceNpTrophyUnlockTrophy); - LIB_FUNCTION("FJZW2oHUHFk", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - Func_149656DA81D41C59); - LIB_FUNCTION("n4AHGHb-pfY", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - Func_9F80071876FFA5F6); - LIB_FUNCTION("+O9vU1CpGZA", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - Func_F8EF6F5350A91990); - LIB_FUNCTION("+not13BEdVI", "libSceNpTrophy", 1, "libSceNpTrophy", 1, 1, - Func_FA7A2DD770447552); + LIB_FUNCTION("28xmRUFao68", "libSceNpTrophy", 1, "libSceNpTrophy", sceNpTrophyUnlockTrophy); + LIB_FUNCTION("FJZW2oHUHFk", "libSceNpTrophy", 1, "libSceNpTrophy", Func_149656DA81D41C59); + LIB_FUNCTION("n4AHGHb-pfY", "libSceNpTrophy", 1, "libSceNpTrophy", Func_9F80071876FFA5F6); + LIB_FUNCTION("+O9vU1CpGZA", "libSceNpTrophy", 1, "libSceNpTrophy", Func_F8EF6F5350A91990); + LIB_FUNCTION("+not13BEdVI", "libSceNpTrophy", 1, "libSceNpTrophy", Func_FA7A2DD770447552); }; } // namespace Libraries::NpTrophy \ No newline at end of file diff --git a/libraries/pad.cpp b/libraries/pad.cpp index 5efcf87..a1f0ed4 100644 --- a/libraries/pad.cpp +++ b/libraries/pad.cpp @@ -469,112 +469,105 @@ s32 PS4_SYSV_ABI Func_EF103E845B6F0420() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("6ncge5+l5Qs", "libScePad", 1, "libScePad", 1, 1, scePadClose); - LIB_FUNCTION("kazv1NzSB8c", "libScePad", 1, "libScePad", 1, 1, scePadConnectPort); - LIB_FUNCTION("AcslpN1jHR8", "libScePad", 1, "libScePad", 1, 1, + LIB_FUNCTION("6ncge5+l5Qs", "libScePad", 1, "libScePad", scePadClose); + LIB_FUNCTION("kazv1NzSB8c", "libScePad", 1, "libScePad", scePadConnectPort); + LIB_FUNCTION("AcslpN1jHR8", "libScePad", 1, "libScePad", scePadDeviceClassGetExtendedInformation); - LIB_FUNCTION("IHPqcbc0zCA", "libScePad", 1, "libScePad", 1, 1, scePadDeviceClassParseData); - LIB_FUNCTION("d7bXuEBycDI", "libScePad", 1, "libScePad", 1, 1, scePadDeviceOpen); - LIB_FUNCTION("0aziJjRZxqQ", "libScePad", 1, "libScePad", 1, 1, scePadDisableVibration); - LIB_FUNCTION("pnZXireDoeI", "libScePad", 1, "libScePad", 1, 1, scePadDisconnectDevice); - LIB_FUNCTION("9ez71nWSvD0", "libScePad", 1, "libScePad", 1, 1, scePadDisconnectPort); - LIB_FUNCTION("77ooWxGOIVs", "libScePad", 1, "libScePad", 1, 1, scePadEnableAutoDetect); - LIB_FUNCTION("+cE4Jx431wc", "libScePad", 1, "libScePad", 1, 1, scePadEnableExtensionPort); - LIB_FUNCTION("E1KEw5XMGQQ", "libScePad", 1, "libScePad", 1, 1, - scePadEnableSpecificDeviceClass); - LIB_FUNCTION("DD-KiRLBqkQ", "libScePad", 1, "libScePad", 1, 1, scePadEnableUsbConnection); - LIB_FUNCTION("Q66U8FdrMaw", "libScePad", 1, "libScePad", 1, 1, scePadGetBluetoothAddress); - LIB_FUNCTION("qtasqbvwgV4", "libScePad", 1, "libScePad", 1, 1, scePadGetCapability); - LIB_FUNCTION("gjP9-KQzoUk", "libScePad", 1, "libScePad", 1, 1, scePadGetControllerInformation); - LIB_FUNCTION("Uq6LgTJEmQs", "libScePad", 1, "libScePad", 1, 1, scePadGetDataInternal); - LIB_FUNCTION("hDgisSGkOgw", "libScePad", 1, "libScePad", 1, 1, scePadGetDeviceId); - LIB_FUNCTION("4rS5zG7RFaM", "libScePad", 1, "libScePad", 1, 1, scePadGetDeviceInfo); - LIB_FUNCTION("hGbf2QTBmqc", "libScePad", 1, "libScePad", 1, 1, - scePadGetExtControllerInformation); - LIB_FUNCTION("1DmZjZAuzEM", "libScePad", 1, "libScePad", 1, 1, scePadGetExtensionUnitInfo); - LIB_FUNCTION("PZSoY8j0Pko", "libScePad", 1, "libScePad", 1, 1, scePadGetFeatureReport); - LIB_FUNCTION("u1GRHp+oWoY", "libScePad", 1, "libScePad", 1, 1, scePadGetHandle); - LIB_FUNCTION("kiA9bZhbnAg", "libScePad", 1, "libScePad", 1, 1, scePadGetIdleCount); - LIB_FUNCTION("1Odcw19nADw", "libScePad", 1, "libScePad", 1, 1, scePadGetInfo); - LIB_FUNCTION("4x5Im8pr0-4", "libScePad", 1, "libScePad", 1, 1, scePadGetInfoByPortType); - LIB_FUNCTION("vegw8qax5MI", "libScePad", 1, "libScePad", 1, 1, + LIB_FUNCTION("IHPqcbc0zCA", "libScePad", 1, "libScePad", scePadDeviceClassParseData); + LIB_FUNCTION("d7bXuEBycDI", "libScePad", 1, "libScePad", scePadDeviceOpen); + LIB_FUNCTION("0aziJjRZxqQ", "libScePad", 1, "libScePad", scePadDisableVibration); + LIB_FUNCTION("pnZXireDoeI", "libScePad", 1, "libScePad", scePadDisconnectDevice); + LIB_FUNCTION("9ez71nWSvD0", "libScePad", 1, "libScePad", scePadDisconnectPort); + LIB_FUNCTION("77ooWxGOIVs", "libScePad", 1, "libScePad", scePadEnableAutoDetect); + LIB_FUNCTION("+cE4Jx431wc", "libScePad", 1, "libScePad", scePadEnableExtensionPort); + LIB_FUNCTION("E1KEw5XMGQQ", "libScePad", 1, "libScePad", scePadEnableSpecificDeviceClass); + LIB_FUNCTION("DD-KiRLBqkQ", "libScePad", 1, "libScePad", scePadEnableUsbConnection); + LIB_FUNCTION("Q66U8FdrMaw", "libScePad", 1, "libScePad", scePadGetBluetoothAddress); + LIB_FUNCTION("qtasqbvwgV4", "libScePad", 1, "libScePad", scePadGetCapability); + LIB_FUNCTION("gjP9-KQzoUk", "libScePad", 1, "libScePad", scePadGetControllerInformation); + LIB_FUNCTION("Uq6LgTJEmQs", "libScePad", 1, "libScePad", scePadGetDataInternal); + LIB_FUNCTION("hDgisSGkOgw", "libScePad", 1, "libScePad", scePadGetDeviceId); + LIB_FUNCTION("4rS5zG7RFaM", "libScePad", 1, "libScePad", scePadGetDeviceInfo); + LIB_FUNCTION("hGbf2QTBmqc", "libScePad", 1, "libScePad", scePadGetExtControllerInformation); + LIB_FUNCTION("1DmZjZAuzEM", "libScePad", 1, "libScePad", scePadGetExtensionUnitInfo); + LIB_FUNCTION("PZSoY8j0Pko", "libScePad", 1, "libScePad", scePadGetFeatureReport); + LIB_FUNCTION("u1GRHp+oWoY", "libScePad", 1, "libScePad", scePadGetHandle); + LIB_FUNCTION("kiA9bZhbnAg", "libScePad", 1, "libScePad", scePadGetIdleCount); + LIB_FUNCTION("1Odcw19nADw", "libScePad", 1, "libScePad", scePadGetInfo); + LIB_FUNCTION("4x5Im8pr0-4", "libScePad", 1, "libScePad", scePadGetInfoByPortType); + LIB_FUNCTION("vegw8qax5MI", "libScePad", 1, "libScePad", scePadGetLicenseControllerInformation); - LIB_FUNCTION("WPIB7zBWxVE", "libScePad", 1, "libScePad", 1, 1, scePadGetMotionSensorPosition); - LIB_FUNCTION("k4+nDV9vbT0", "libScePad", 1, "libScePad", 1, 1, scePadGetMotionTimerUnit); - LIB_FUNCTION("do-JDWX+zRs", "libScePad", 1, "libScePad", 1, 1, scePadGetSphereRadius); - LIB_FUNCTION("QuOaoOcSOw0", "libScePad", 1, "libScePad", 1, 1, scePadGetVersionInfo); - LIB_FUNCTION("hv1luiJrqQM", "libScePad", 1, "libScePad", 1, 1, scePadInit); - LIB_FUNCTION("bi0WNvZ1nug", "libScePad", 1, "libScePad", 1, 1, scePadIsBlasterConnected); - LIB_FUNCTION("mEC+xJKyIjQ", "libScePad", 1, "libScePad", 1, 1, scePadIsDS4Connected); - LIB_FUNCTION("d2Qk-i8wGak", "libScePad", 1, "libScePad", 1, 1, + LIB_FUNCTION("WPIB7zBWxVE", "libScePad", 1, "libScePad", scePadGetMotionSensorPosition); + LIB_FUNCTION("k4+nDV9vbT0", "libScePad", 1, "libScePad", scePadGetMotionTimerUnit); + LIB_FUNCTION("do-JDWX+zRs", "libScePad", 1, "libScePad", scePadGetSphereRadius); + LIB_FUNCTION("QuOaoOcSOw0", "libScePad", 1, "libScePad", scePadGetVersionInfo); + LIB_FUNCTION("hv1luiJrqQM", "libScePad", 1, "libScePad", scePadInit); + LIB_FUNCTION("bi0WNvZ1nug", "libScePad", 1, "libScePad", scePadIsBlasterConnected); + LIB_FUNCTION("mEC+xJKyIjQ", "libScePad", 1, "libScePad", scePadIsDS4Connected); + LIB_FUNCTION("d2Qk-i8wGak", "libScePad", 1, "libScePad", scePadIsLightBarBaseBrightnessControllable); - LIB_FUNCTION("4y9RNPSBsqg", "libScePad", 1, "libScePad", 1, 1, scePadIsMoveConnected); - LIB_FUNCTION("9e56uLgk5y0", "libScePad", 1, "libScePad", 1, 1, scePadIsMoveReproductionModel); - LIB_FUNCTION("pFTi-yOrVeQ", "libScePad", 1, "libScePad", 1, 1, scePadIsValidHandle); - LIB_FUNCTION("CfwUlQtCFi4", "libScePad", 1, "libScePad", 1, 1, scePadMbusInit); - LIB_FUNCTION("s7CvzS+9ZIs", "libScePad", 1, "libScePad", 1, 1, scePadMbusTerm); - LIB_FUNCTION("xk0AcarP3V4", "libScePad", 1, "libScePad", 1, 1, scePadOpen); - LIB_FUNCTION("WFIiSfXGUq8", "libScePad", 1, "libScePad", 1, 1, scePadOpenExt); - LIB_FUNCTION("71E9e6n+2R8", "libScePad", 1, "libScePad", 1, 1, scePadOpenExt2); - LIB_FUNCTION("DrUu8cPrje8", "libScePad", 1, "libScePad", 1, 1, scePadOutputReport); - LIB_FUNCTION("q1cHNfGycLI", "libScePad", 1, "libScePad", 1, 1, scePadRead); - LIB_FUNCTION("fm1r2vv5+OU", "libScePad", 1, "libScePad", 1, 1, scePadReadBlasterForTracker); - LIB_FUNCTION("QjwkT2Ycmew", "libScePad", 1, "libScePad", 1, 1, scePadReadExt); - LIB_FUNCTION("2NhkFTRnXHk", "libScePad", 1, "libScePad", 1, 1, scePadReadForTracker); - LIB_FUNCTION("3u4M8ck9vJM", "libScePad", 1, "libScePad", 1, 1, scePadReadHistory); - LIB_FUNCTION("YndgXqQVV7c", "libScePad", 1, "libScePad", 1, 1, scePadReadState); - LIB_FUNCTION("5Wf4q349s+Q", "libScePad", 1, "libScePad", 1, 1, scePadReadStateExt); - LIB_FUNCTION("DscD1i9HX1w", "libScePad", 1, "libScePad", 1, 1, scePadResetLightBar); - LIB_FUNCTION("+4c9xRLmiXQ", "libScePad", 1, "libScePad", 1, 1, scePadResetLightBarAll); - LIB_FUNCTION("+Yp6+orqf1M", "libScePad", 1, "libScePad", 1, 1, - scePadResetLightBarAllByPortType); - LIB_FUNCTION("rIZnR6eSpvk", "libScePad", 1, "libScePad", 1, 1, scePadResetOrientation); - LIB_FUNCTION("jbAqAvLEP4A", "libScePad", 1, "libScePad", 1, 1, - scePadResetOrientationForTracker); - LIB_FUNCTION("r44mAxdSG+U", "libScePad", 1, "libScePad", 1, 1, + LIB_FUNCTION("4y9RNPSBsqg", "libScePad", 1, "libScePad", scePadIsMoveConnected); + LIB_FUNCTION("9e56uLgk5y0", "libScePad", 1, "libScePad", scePadIsMoveReproductionModel); + LIB_FUNCTION("pFTi-yOrVeQ", "libScePad", 1, "libScePad", scePadIsValidHandle); + LIB_FUNCTION("CfwUlQtCFi4", "libScePad", 1, "libScePad", scePadMbusInit); + LIB_FUNCTION("s7CvzS+9ZIs", "libScePad", 1, "libScePad", scePadMbusTerm); + LIB_FUNCTION("xk0AcarP3V4", "libScePad", 1, "libScePad", scePadOpen); + LIB_FUNCTION("WFIiSfXGUq8", "libScePad", 1, "libScePad", scePadOpenExt); + LIB_FUNCTION("71E9e6n+2R8", "libScePad", 1, "libScePad", scePadOpenExt2); + LIB_FUNCTION("DrUu8cPrje8", "libScePad", 1, "libScePad", scePadOutputReport); + LIB_FUNCTION("q1cHNfGycLI", "libScePad", 1, "libScePad", scePadRead); + LIB_FUNCTION("fm1r2vv5+OU", "libScePad", 1, "libScePad", scePadReadBlasterForTracker); + LIB_FUNCTION("QjwkT2Ycmew", "libScePad", 1, "libScePad", scePadReadExt); + LIB_FUNCTION("2NhkFTRnXHk", "libScePad", 1, "libScePad", scePadReadForTracker); + LIB_FUNCTION("3u4M8ck9vJM", "libScePad", 1, "libScePad", scePadReadHistory); + LIB_FUNCTION("YndgXqQVV7c", "libScePad", 1, "libScePad", scePadReadState); + LIB_FUNCTION("5Wf4q349s+Q", "libScePad", 1, "libScePad", scePadReadStateExt); + LIB_FUNCTION("DscD1i9HX1w", "libScePad", 1, "libScePad", scePadResetLightBar); + LIB_FUNCTION("+4c9xRLmiXQ", "libScePad", 1, "libScePad", scePadResetLightBarAll); + LIB_FUNCTION("+Yp6+orqf1M", "libScePad", 1, "libScePad", scePadResetLightBarAllByPortType); + LIB_FUNCTION("rIZnR6eSpvk", "libScePad", 1, "libScePad", scePadResetOrientation); + LIB_FUNCTION("jbAqAvLEP4A", "libScePad", 1, "libScePad", scePadResetOrientationForTracker); + LIB_FUNCTION("r44mAxdSG+U", "libScePad", 1, "libScePad", scePadSetAngularVelocityDeadbandState); - LIB_FUNCTION("ew647HuKi2Y", "libScePad", 1, "libScePad", 1, 1, scePadSetAutoPowerOffCount); - LIB_FUNCTION("MbTt1EHYCTg", "libScePad", 1, "libScePad", 1, 1, scePadSetButtonRemappingInfo); - LIB_FUNCTION("MLA06oNfF+4", "libScePad", 1, "libScePad", 1, 1, scePadSetConnection); - LIB_FUNCTION("bsbHFI0bl5s", "libScePad", 1, "libScePad", 1, 1, scePadSetExtensionReport); - LIB_FUNCTION("xqgVCEflEDY", "libScePad", 1, "libScePad", 1, 1, scePadSetFeatureReport); - LIB_FUNCTION("lrjFx4xWnY8", "libScePad", 1, "libScePad", 1, 1, scePadSetForceIntercepted); - LIB_FUNCTION("RR4novUEENY", "libScePad", 1, "libScePad", 1, 1, scePadSetLightBar); - LIB_FUNCTION("dhQXEvmrVNQ", "libScePad", 1, "libScePad", 1, 1, - scePadSetLightBarBaseBrightness); - LIB_FUNCTION("etaQhgPHDRY", "libScePad", 1, "libScePad", 1, 1, scePadSetLightBarBlinking); - LIB_FUNCTION("iHuOWdvQVpg", "libScePad", 1, "libScePad", 1, 1, scePadSetLightBarForTracker); - LIB_FUNCTION("o-6Y99a8dKU", "libScePad", 1, "libScePad", 1, 1, scePadSetLoginUserNumber); - LIB_FUNCTION("clVvL4ZDntw", "libScePad", 1, "libScePad", 1, 1, scePadSetMotionSensorState); - LIB_FUNCTION("flYYxek1wy8", "libScePad", 1, "libScePad", 1, 1, scePadSetProcessFocus); - LIB_FUNCTION("DmBx8K+jDWw", "libScePad", 1, "libScePad", 1, 1, scePadSetProcessPrivilege); - LIB_FUNCTION("FbxEpTRDou8", "libScePad", 1, "libScePad", 1, 1, + LIB_FUNCTION("ew647HuKi2Y", "libScePad", 1, "libScePad", scePadSetAutoPowerOffCount); + LIB_FUNCTION("MbTt1EHYCTg", "libScePad", 1, "libScePad", scePadSetButtonRemappingInfo); + LIB_FUNCTION("MLA06oNfF+4", "libScePad", 1, "libScePad", scePadSetConnection); + LIB_FUNCTION("bsbHFI0bl5s", "libScePad", 1, "libScePad", scePadSetExtensionReport); + LIB_FUNCTION("xqgVCEflEDY", "libScePad", 1, "libScePad", scePadSetFeatureReport); + LIB_FUNCTION("lrjFx4xWnY8", "libScePad", 1, "libScePad", scePadSetForceIntercepted); + LIB_FUNCTION("RR4novUEENY", "libScePad", 1, "libScePad", scePadSetLightBar); + LIB_FUNCTION("dhQXEvmrVNQ", "libScePad", 1, "libScePad", scePadSetLightBarBaseBrightness); + LIB_FUNCTION("etaQhgPHDRY", "libScePad", 1, "libScePad", scePadSetLightBarBlinking); + LIB_FUNCTION("iHuOWdvQVpg", "libScePad", 1, "libScePad", scePadSetLightBarForTracker); + LIB_FUNCTION("o-6Y99a8dKU", "libScePad", 1, "libScePad", scePadSetLoginUserNumber); + LIB_FUNCTION("clVvL4ZDntw", "libScePad", 1, "libScePad", scePadSetMotionSensorState); + LIB_FUNCTION("flYYxek1wy8", "libScePad", 1, "libScePad", scePadSetProcessFocus); + LIB_FUNCTION("DmBx8K+jDWw", "libScePad", 1, "libScePad", scePadSetProcessPrivilege); + LIB_FUNCTION("FbxEpTRDou8", "libScePad", 1, "libScePad", scePadSetProcessPrivilegeOfButtonRemapping); - LIB_FUNCTION("yah8Bk4TcYY", "libScePad", 1, "libScePad", 1, 1, + LIB_FUNCTION("yah8Bk4TcYY", "libScePad", 1, "libScePad", scePadSetShareButtonMaskForRemotePlay); - LIB_FUNCTION("vDLMoJLde8I", "libScePad", 1, "libScePad", 1, 1, scePadSetTiltCorrectionState); - LIB_FUNCTION("z+GEemoTxOo", "libScePad", 1, "libScePad", 1, 1, scePadSetUserColor); - LIB_FUNCTION("yFVnOdGxvZY", "libScePad", 1, "libScePad", 1, 1, scePadSetVibration); - LIB_FUNCTION("8BOObG94-tc", "libScePad", 1, "libScePad", 1, 1, scePadSetVibrationForce); - LIB_FUNCTION("--jrY4SHfm8", "libScePad", 1, "libScePad", 1, 1, scePadSetVrTrackingMode); - LIB_FUNCTION("zFJ35q3RVnY", "libScePad", 1, "libScePad", 1, 1, scePadShareOutputData); - LIB_FUNCTION("80XdmVYsNPA", "libScePad", 1, "libScePad", 1, 1, scePadStartRecording); - LIB_FUNCTION("gAHvg6JPIic", "libScePad", 1, "libScePad", 1, 1, scePadStopRecording); - LIB_FUNCTION("Oi7FzRWFr0Y", "libScePad", 1, "libScePad", 1, 1, scePadSwitchConnection); - LIB_FUNCTION("0MB5x-ieRGI", "libScePad", 1, "libScePad", 1, 1, scePadVertualDeviceAddDevice); - LIB_FUNCTION("N7tpsjWQ87s", "libScePad", 1, "libScePad", 1, 1, scePadVirtualDeviceAddDevice); - LIB_FUNCTION("PFec14-UhEQ", "libScePad", 1, "libScePad", 1, 1, - scePadVirtualDeviceDeleteDevice); - LIB_FUNCTION("pjPCronWdxI", "libScePad", 1, "libScePad", 1, 1, + LIB_FUNCTION("vDLMoJLde8I", "libScePad", 1, "libScePad", scePadSetTiltCorrectionState); + LIB_FUNCTION("z+GEemoTxOo", "libScePad", 1, "libScePad", scePadSetUserColor); + LIB_FUNCTION("yFVnOdGxvZY", "libScePad", 1, "libScePad", scePadSetVibration); + LIB_FUNCTION("8BOObG94-tc", "libScePad", 1, "libScePad", scePadSetVibrationForce); + LIB_FUNCTION("--jrY4SHfm8", "libScePad", 1, "libScePad", scePadSetVrTrackingMode); + LIB_FUNCTION("zFJ35q3RVnY", "libScePad", 1, "libScePad", scePadShareOutputData); + LIB_FUNCTION("80XdmVYsNPA", "libScePad", 1, "libScePad", scePadStartRecording); + LIB_FUNCTION("gAHvg6JPIic", "libScePad", 1, "libScePad", scePadStopRecording); + LIB_FUNCTION("Oi7FzRWFr0Y", "libScePad", 1, "libScePad", scePadSwitchConnection); + LIB_FUNCTION("0MB5x-ieRGI", "libScePad", 1, "libScePad", scePadVertualDeviceAddDevice); + LIB_FUNCTION("N7tpsjWQ87s", "libScePad", 1, "libScePad", scePadVirtualDeviceAddDevice); + LIB_FUNCTION("PFec14-UhEQ", "libScePad", 1, "libScePad", scePadVirtualDeviceDeleteDevice); + LIB_FUNCTION("pjPCronWdxI", "libScePad", 1, "libScePad", scePadVirtualDeviceDisableButtonRemapping); - LIB_FUNCTION("LKXfw7VJYqg", "libScePad", 1, "libScePad", 1, 1, - scePadVirtualDeviceGetRemoteSetting); - LIB_FUNCTION("IWOyO5jKuZg", "libScePad", 1, "libScePad", 1, 1, scePadVirtualDeviceInsertData); - LIB_FUNCTION("KLmYx9ij2h0", "libScePad", 1, "libScePad", 1, 1, Func_28B998C7D8A3DA1D); - LIB_FUNCTION("KY0hSB+Uyfo", "libScePad", 1, "libScePad", 1, 1, Func_298D21481F94C9FA); - LIB_FUNCTION("UeUUvNOgXKU", "libScePad", 1, "libScePad", 1, 1, Func_51E514BCD3A05CA5); - LIB_FUNCTION("ickjfjk9okM", "libScePad", 1, "libScePad", 1, 1, Func_89C9237E393DA243); - LIB_FUNCTION("7xA+hFtvBCA", "libScePad", 1, "libScePad", 1, 1, Func_EF103E845B6F0420); + LIB_FUNCTION("LKXfw7VJYqg", "libScePad", 1, "libScePad", scePadVirtualDeviceGetRemoteSetting); + LIB_FUNCTION("IWOyO5jKuZg", "libScePad", 1, "libScePad", scePadVirtualDeviceInsertData); + LIB_FUNCTION("KLmYx9ij2h0", "libScePad", 1, "libScePad", Func_28B998C7D8A3DA1D); + LIB_FUNCTION("KY0hSB+Uyfo", "libScePad", 1, "libScePad", Func_298D21481F94C9FA); + LIB_FUNCTION("UeUUvNOgXKU", "libScePad", 1, "libScePad", Func_51E514BCD3A05CA5); + LIB_FUNCTION("ickjfjk9okM", "libScePad", 1, "libScePad", Func_89C9237E393DA243); + LIB_FUNCTION("7xA+hFtvBCA", "libScePad", 1, "libScePad", Func_EF103E845B6F0420); }; } // namespace Libraries::Pad \ No newline at end of file diff --git a/libraries/remoteplay.cpp b/libraries/remoteplay.cpp index 31bf350..ffcff82 100644 --- a/libraries/remoteplay.cpp +++ b/libraries/remoteplay.cpp @@ -219,90 +219,79 @@ s32 PS4_SYSV_ABI Func_1D5EE365ED5FADB3() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("xQeIryTX7dY", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, - sceRemoteplayApprove); - LIB_FUNCTION("IYZ+Mu+8tPo", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("xQeIryTX7dY", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayApprove); + LIB_FUNCTION("IYZ+Mu+8tPo", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayChangeEnterKey); - LIB_FUNCTION("ZYUsJtcAnqA", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("ZYUsJtcAnqA", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayClearAllRegistData); - LIB_FUNCTION("cCheyCbF7qw", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("cCheyCbF7qw", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayClearConnectHistory); - LIB_FUNCTION("tPYT-kGbZh8", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("tPYT-kGbZh8", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayConfirmDeviceRegist); - LIB_FUNCTION("6Lg4BNleJWc", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("6Lg4BNleJWc", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayDisconnect); - LIB_FUNCTION("j98LdSGy4eY", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("j98LdSGy4eY", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayGeneratePinCode); - LIB_FUNCTION("L+cL-M-DP3w", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, - sceRemoteplayGetApMode); - LIB_FUNCTION("g4K51cY+PEw", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("L+cL-M-DP3w", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayGetApMode); + LIB_FUNCTION("g4K51cY+PEw", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayGetConnectHistory); - LIB_FUNCTION("g3PNjYKWqnQ", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("g3PNjYKWqnQ", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayGetConnectionStatus); - LIB_FUNCTION("3eBNV9A0BUM", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("3eBNV9A0BUM", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayGetConnectUserId); - LIB_FUNCTION("ufesWMVX6iU", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("ufesWMVX6iU", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayGetMbusDeviceInfo); - LIB_FUNCTION("DxU4JGh4S2k", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("DxU4JGh4S2k", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayGetOperationStatus); - LIB_FUNCTION("n5OxFJEvPlc", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("n5OxFJEvPlc", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayGetRemoteplayStatus); - LIB_FUNCTION("Cekhs6LSHC0", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, - sceRemoteplayGetRpMode); - LIB_FUNCTION("ig1ocbR7Ptw", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, - sceRemoteplayImeClose); - LIB_FUNCTION("gV9-8cJPM3I", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("Cekhs6LSHC0", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayGetRpMode); + LIB_FUNCTION("ig1ocbR7Ptw", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayImeClose); + LIB_FUNCTION("gV9-8cJPM3I", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayImeFilterResult); - LIB_FUNCTION("cMk57DZXe6c", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("cMk57DZXe6c", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayImeGetEvent); - LIB_FUNCTION("-gwkQpOCl68", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, - sceRemoteplayImeNotify); - LIB_FUNCTION("58v9tSlRxc8", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("-gwkQpOCl68", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayImeNotify); + LIB_FUNCTION("58v9tSlRxc8", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayImeNotifyEventResult); - LIB_FUNCTION("C3r2zT5ebMg", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, - sceRemoteplayImeOpen); - LIB_FUNCTION("oB730zwoz0s", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("C3r2zT5ebMg", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayImeOpen); + LIB_FUNCTION("oB730zwoz0s", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayImeSetCaret); - LIB_FUNCTION("rOTg1Nljp8w", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("rOTg1Nljp8w", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayImeSetText); - LIB_FUNCTION("k1SwgkMSOM8", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("k1SwgkMSOM8", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayInitialize); - LIB_FUNCTION("R8RZC1ZIkzU", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("R8RZC1ZIkzU", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayIsRemoteOskReady); - LIB_FUNCTION("uYhiELUtLgA", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("uYhiELUtLgA", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayIsRemotePlaying); - LIB_FUNCTION("d-BBSEq1nfc", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("d-BBSEq1nfc", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayNotifyMbusDeviceRegistComplete); - LIB_FUNCTION("Yytq7NE38R8", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("Yytq7NE38R8", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayNotifyNpPushWakeup); - LIB_FUNCTION("Wg-w8xjMZA4", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("Wg-w8xjMZA4", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayNotifyPinCodeError); - LIB_FUNCTION("yheulqylKwI", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("yheulqylKwI", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayNotifyUserDelete); - LIB_FUNCTION("t5ZvUiZ1hpE", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("t5ZvUiZ1hpE", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayPrintAllRegistData); - LIB_FUNCTION("mrNh78tBpmg", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, - sceRemoteplayProhibit); - LIB_FUNCTION("7QLrixwVHcU", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("mrNh78tBpmg", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayProhibit); + LIB_FUNCTION("7QLrixwVHcU", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayProhibitStreaming); - LIB_FUNCTION("-ThIlThsN80", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("-ThIlThsN80", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayServerLock); - LIB_FUNCTION("0Z-Pm5rZJOI", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("0Z-Pm5rZJOI", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayServerUnLock); - LIB_FUNCTION("xSrhtSLIjOc", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, - sceRemoteplaySetApMode); - LIB_FUNCTION("5-2agAeaE+c", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("xSrhtSLIjOc", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplaySetApMode); + LIB_FUNCTION("5-2agAeaE+c", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplaySetLogLevel); - LIB_FUNCTION("Rf0XMVR7xPw", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("Rf0XMVR7xPw", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplaySetProhibition); - LIB_FUNCTION("n4l3FTZtNQM", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, + LIB_FUNCTION("n4l3FTZtNQM", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplaySetProhibitionForVsh); - LIB_FUNCTION("-BPcEQ1w8xc", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, - sceRemoteplaySetRpMode); - LIB_FUNCTION("BOwybKVa3Do", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, - sceRemoteplayTerminate); - LIB_FUNCTION("HV7jZe1frbM", "libSceRemoteplay", 1, "libSceRemoteplay", 0, 0, - Func_1D5EE365ED5FADB3); + LIB_FUNCTION("-BPcEQ1w8xc", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplaySetRpMode); + LIB_FUNCTION("BOwybKVa3Do", "libSceRemoteplay", 1, "libSceRemoteplay", sceRemoteplayTerminate); + LIB_FUNCTION("HV7jZe1frbM", "libSceRemoteplay", 1, "libSceRemoteplay", Func_1D5EE365ED5FADB3); }; } // namespace Libraries::Remoteplay \ No newline at end of file diff --git a/libraries/rtc.cpp b/libraries/rtc.cpp index a4c0a0b..79b313d 100644 --- a/libraries/rtc.cpp +++ b/libraries/rtc.cpp @@ -244,56 +244,53 @@ s32 PS4_SYSV_ABI sceRtcTickAddYears() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("lPEBYdVX0XQ", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcCheckValid); - LIB_FUNCTION("fNaZ4DbzHAE", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcCompareTick); - LIB_FUNCTION("8Yr143yEnRo", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcConvertLocalTimeToUtc); - LIB_FUNCTION("M1TvFst-jrM", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcConvertUtcToLocalTime); - LIB_FUNCTION("8SljQx6pDP8", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcEnd); - LIB_FUNCTION("eiuobaF-hK4", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcFormatRFC2822); - LIB_FUNCTION("AxHBk3eat04", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcFormatRFC2822LocalTime); - LIB_FUNCTION("WJ3rqFwymew", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcFormatRFC3339); - LIB_FUNCTION("DwuHIlLGW8I", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcFormatRFC3339LocalTime); - LIB_FUNCTION("lja0nNPWojg", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcFormatRFC3339Precise); - LIB_FUNCTION("tOZ6fwwHZOA", "libSceRtc", 1, "libSceRtc", 1, 1, - sceRtcFormatRFC3339PreciseLocalTime); - LIB_FUNCTION("LN3Zcb72Q0c", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetCurrentAdNetworkTick); - LIB_FUNCTION("8lfvnRMqwEM", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetCurrentClock); - LIB_FUNCTION("ZPD1YOKI+Kw", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetCurrentClockLocalTime); - LIB_FUNCTION("Ot1DE3gif84", "libSceRtc", 1, "libSceRtc", 1, 1, - sceRtcGetCurrentDebugNetworkTick); - LIB_FUNCTION("zO9UL3qIINQ", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetCurrentNetworkTick); - LIB_FUNCTION("HWxHOdbM-Pg", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetCurrentRawNetworkTick); - LIB_FUNCTION("18B2NS1y9UU", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetCurrentTick); - LIB_FUNCTION("CyIK-i4XdgQ", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetDayOfWeek); - LIB_FUNCTION("3O7Ln8AqJ1o", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetDaysInMonth); - LIB_FUNCTION("E7AR4o7Ny7E", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetDosTime); - LIB_FUNCTION("8w-H19ip48I", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetTick); - LIB_FUNCTION("jMNwqYr4R-k", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetTickResolution); - LIB_FUNCTION("BtqmpTRXHgk", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetTime_t); - LIB_FUNCTION("jfRO0uTjtzA", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcGetWin32FileTime); - LIB_FUNCTION("LlodCMDbk3o", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcInit); - LIB_FUNCTION("Ug8pCwQvh0c", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcIsLeapYear); - LIB_FUNCTION("NxEI1KByvCI", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcParseDateTime); - LIB_FUNCTION("99bMGglFW3I", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcParseRFC3339); - LIB_FUNCTION("fFLgmNUpChg", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcSetConf); - LIB_FUNCTION("sV2tK+yOhBU", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcSetCurrentAdNetworkTick); - LIB_FUNCTION("VLDUPKmw5L8", "libSceRtc", 1, "libSceRtc", 1, 1, - sceRtcSetCurrentDebugNetworkTick); - LIB_FUNCTION("qhDBtIo+auw", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcSetCurrentNetworkTick); - LIB_FUNCTION("d4fHLCGmY80", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcSetCurrentTick); - LIB_FUNCTION("aYPCd1cChyg", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcSetDosTime); - LIB_FUNCTION("ueega6v3GUw", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcSetTick); - LIB_FUNCTION("bDEVVP4bTjQ", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcSetTime_t); - LIB_FUNCTION("n5JiAJXsbcs", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcSetWin32FileTime); - LIB_FUNCTION("NR1J0N7L2xY", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcTickAddDays); - LIB_FUNCTION("MDc5cd8HfCA", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcTickAddHours); - LIB_FUNCTION("XPIiw58C+GM", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcTickAddMicroseconds); - LIB_FUNCTION("mn-tf4QiFzk", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcTickAddMinutes); - LIB_FUNCTION("CL6y9q-XbuQ", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcTickAddMonths); - LIB_FUNCTION("07O525HgICs", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcTickAddSeconds); - LIB_FUNCTION("AqVMssr52Rc", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcTickAddTicks); - LIB_FUNCTION("gI4t194c2W8", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcTickAddWeeks); - LIB_FUNCTION("-5y2uJ62qS8", "libSceRtc", 1, "libSceRtc", 1, 1, sceRtcTickAddYears); + LIB_FUNCTION("lPEBYdVX0XQ", "libSceRtc", 1, "libSceRtc", sceRtcCheckValid); + LIB_FUNCTION("fNaZ4DbzHAE", "libSceRtc", 1, "libSceRtc", sceRtcCompareTick); + LIB_FUNCTION("8Yr143yEnRo", "libSceRtc", 1, "libSceRtc", sceRtcConvertLocalTimeToUtc); + LIB_FUNCTION("M1TvFst-jrM", "libSceRtc", 1, "libSceRtc", sceRtcConvertUtcToLocalTime); + LIB_FUNCTION("8SljQx6pDP8", "libSceRtc", 1, "libSceRtc", sceRtcEnd); + LIB_FUNCTION("eiuobaF-hK4", "libSceRtc", 1, "libSceRtc", sceRtcFormatRFC2822); + LIB_FUNCTION("AxHBk3eat04", "libSceRtc", 1, "libSceRtc", sceRtcFormatRFC2822LocalTime); + LIB_FUNCTION("WJ3rqFwymew", "libSceRtc", 1, "libSceRtc", sceRtcFormatRFC3339); + LIB_FUNCTION("DwuHIlLGW8I", "libSceRtc", 1, "libSceRtc", sceRtcFormatRFC3339LocalTime); + LIB_FUNCTION("lja0nNPWojg", "libSceRtc", 1, "libSceRtc", sceRtcFormatRFC3339Precise); + LIB_FUNCTION("tOZ6fwwHZOA", "libSceRtc", 1, "libSceRtc", sceRtcFormatRFC3339PreciseLocalTime); + LIB_FUNCTION("LN3Zcb72Q0c", "libSceRtc", 1, "libSceRtc", sceRtcGetCurrentAdNetworkTick); + LIB_FUNCTION("8lfvnRMqwEM", "libSceRtc", 1, "libSceRtc", sceRtcGetCurrentClock); + LIB_FUNCTION("ZPD1YOKI+Kw", "libSceRtc", 1, "libSceRtc", sceRtcGetCurrentClockLocalTime); + LIB_FUNCTION("Ot1DE3gif84", "libSceRtc", 1, "libSceRtc", sceRtcGetCurrentDebugNetworkTick); + LIB_FUNCTION("zO9UL3qIINQ", "libSceRtc", 1, "libSceRtc", sceRtcGetCurrentNetworkTick); + LIB_FUNCTION("HWxHOdbM-Pg", "libSceRtc", 1, "libSceRtc", sceRtcGetCurrentRawNetworkTick); + LIB_FUNCTION("18B2NS1y9UU", "libSceRtc", 1, "libSceRtc", sceRtcGetCurrentTick); + LIB_FUNCTION("CyIK-i4XdgQ", "libSceRtc", 1, "libSceRtc", sceRtcGetDayOfWeek); + LIB_FUNCTION("3O7Ln8AqJ1o", "libSceRtc", 1, "libSceRtc", sceRtcGetDaysInMonth); + LIB_FUNCTION("E7AR4o7Ny7E", "libSceRtc", 1, "libSceRtc", sceRtcGetDosTime); + LIB_FUNCTION("8w-H19ip48I", "libSceRtc", 1, "libSceRtc", sceRtcGetTick); + LIB_FUNCTION("jMNwqYr4R-k", "libSceRtc", 1, "libSceRtc", sceRtcGetTickResolution); + LIB_FUNCTION("BtqmpTRXHgk", "libSceRtc", 1, "libSceRtc", sceRtcGetTime_t); + LIB_FUNCTION("jfRO0uTjtzA", "libSceRtc", 1, "libSceRtc", sceRtcGetWin32FileTime); + LIB_FUNCTION("LlodCMDbk3o", "libSceRtc", 1, "libSceRtc", sceRtcInit); + LIB_FUNCTION("Ug8pCwQvh0c", "libSceRtc", 1, "libSceRtc", sceRtcIsLeapYear); + LIB_FUNCTION("NxEI1KByvCI", "libSceRtc", 1, "libSceRtc", sceRtcParseDateTime); + LIB_FUNCTION("99bMGglFW3I", "libSceRtc", 1, "libSceRtc", sceRtcParseRFC3339); + LIB_FUNCTION("fFLgmNUpChg", "libSceRtc", 1, "libSceRtc", sceRtcSetConf); + LIB_FUNCTION("sV2tK+yOhBU", "libSceRtc", 1, "libSceRtc", sceRtcSetCurrentAdNetworkTick); + LIB_FUNCTION("VLDUPKmw5L8", "libSceRtc", 1, "libSceRtc", sceRtcSetCurrentDebugNetworkTick); + LIB_FUNCTION("qhDBtIo+auw", "libSceRtc", 1, "libSceRtc", sceRtcSetCurrentNetworkTick); + LIB_FUNCTION("d4fHLCGmY80", "libSceRtc", 1, "libSceRtc", sceRtcSetCurrentTick); + LIB_FUNCTION("aYPCd1cChyg", "libSceRtc", 1, "libSceRtc", sceRtcSetDosTime); + LIB_FUNCTION("ueega6v3GUw", "libSceRtc", 1, "libSceRtc", sceRtcSetTick); + LIB_FUNCTION("bDEVVP4bTjQ", "libSceRtc", 1, "libSceRtc", sceRtcSetTime_t); + LIB_FUNCTION("n5JiAJXsbcs", "libSceRtc", 1, "libSceRtc", sceRtcSetWin32FileTime); + LIB_FUNCTION("NR1J0N7L2xY", "libSceRtc", 1, "libSceRtc", sceRtcTickAddDays); + LIB_FUNCTION("MDc5cd8HfCA", "libSceRtc", 1, "libSceRtc", sceRtcTickAddHours); + LIB_FUNCTION("XPIiw58C+GM", "libSceRtc", 1, "libSceRtc", sceRtcTickAddMicroseconds); + LIB_FUNCTION("mn-tf4QiFzk", "libSceRtc", 1, "libSceRtc", sceRtcTickAddMinutes); + LIB_FUNCTION("CL6y9q-XbuQ", "libSceRtc", 1, "libSceRtc", sceRtcTickAddMonths); + LIB_FUNCTION("07O525HgICs", "libSceRtc", 1, "libSceRtc", sceRtcTickAddSeconds); + LIB_FUNCTION("AqVMssr52Rc", "libSceRtc", 1, "libSceRtc", sceRtcTickAddTicks); + LIB_FUNCTION("gI4t194c2W8", "libSceRtc", 1, "libSceRtc", sceRtcTickAddWeeks); + LIB_FUNCTION("-5y2uJ62qS8", "libSceRtc", 1, "libSceRtc", sceRtcTickAddYears); }; } // namespace Libraries::Rtc \ No newline at end of file diff --git a/libraries/savedata.cpp b/libraries/savedata.cpp index 7f3ac64..9906ce9 100644 --- a/libraries/savedata.cpp +++ b/libraries/savedata.cpp @@ -484,174 +484,145 @@ s32 PS4_SYSV_ABI Func_02E4C4D201716422() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("dQ2GohUHXzk", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataAbort); - LIB_FUNCTION("z1JA8-iJt3k", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataBackup); - LIB_FUNCTION("kLJQ3XioYiU", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataBindPsnAccount); - LIB_FUNCTION("hHHCPRqA3+g", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("dQ2GohUHXzk", "libSceSaveData", 1, "libSceSaveData", sceSaveDataAbort); + LIB_FUNCTION("z1JA8-iJt3k", "libSceSaveData", 1, "libSceSaveData", sceSaveDataBackup); + LIB_FUNCTION("kLJQ3XioYiU", "libSceSaveData", 1, "libSceSaveData", sceSaveDataBindPsnAccount); + LIB_FUNCTION("hHHCPRqA3+g", "libSceSaveData", 1, "libSceSaveData", sceSaveDataBindPsnAccountForSystemBackup); - LIB_FUNCTION("ykwIZfVD08s", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataChangeDatabase); - LIB_FUNCTION("G0hFeOdRCUs", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataChangeInternal); - LIB_FUNCTION("RQOqDbk3bSU", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataCheckBackupData); - LIB_FUNCTION("rYvLW1z2poM", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("ykwIZfVD08s", "libSceSaveData", 1, "libSceSaveData", sceSaveDataChangeDatabase); + LIB_FUNCTION("G0hFeOdRCUs", "libSceSaveData", 1, "libSceSaveData", sceSaveDataChangeInternal); + LIB_FUNCTION("RQOqDbk3bSU", "libSceSaveData", 1, "libSceSaveData", sceSaveDataCheckBackupData); + LIB_FUNCTION("rYvLW1z2poM", "libSceSaveData", 1, "libSceSaveData", sceSaveDataCheckBackupDataForCdlg); - LIB_FUNCTION("v1TrX+3ZB10", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("v1TrX+3ZB10", "libSceSaveData", 1, "libSceSaveData", sceSaveDataCheckBackupDataInternal); - LIB_FUNCTION("-eczr5e4dsI", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataCheckCloudData); - LIB_FUNCTION("4OPOZxfVkHA", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataCheckIpmiIfSize); - LIB_FUNCTION("1i0rfc+mfa8", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("-eczr5e4dsI", "libSceSaveData", 1, "libSceSaveData", sceSaveDataCheckCloudData); + LIB_FUNCTION("4OPOZxfVkHA", "libSceSaveData", 1, "libSceSaveData", sceSaveDataCheckIpmiIfSize); + LIB_FUNCTION("1i0rfc+mfa8", "libSceSaveData", 1, "libSceSaveData", sceSaveDataCheckSaveDataBroken); - LIB_FUNCTION("p6A1adyQi3E", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("p6A1adyQi3E", "libSceSaveData", 1, "libSceSaveData", sceSaveDataCheckSaveDataVersion); - LIB_FUNCTION("S49B+I96kpk", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("S49B+I96kpk", "libSceSaveData", 1, "libSceSaveData", sceSaveDataCheckSaveDataVersionLatest); - LIB_FUNCTION("Wz-4JZfeO9g", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataClearProgress); - LIB_FUNCTION("YbCO38BOOl4", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataCopy5); - LIB_FUNCTION("kbIIP9aXK9A", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("Wz-4JZfeO9g", "libSceSaveData", 1, "libSceSaveData", sceSaveDataClearProgress); + LIB_FUNCTION("YbCO38BOOl4", "libSceSaveData", 1, "libSceSaveData", sceSaveDataCopy5); + LIB_FUNCTION("kbIIP9aXK9A", "libSceSaveData", 1, "libSceSaveData", sceSaveDataCreateUploadData); - LIB_FUNCTION("gW6G4HxBBXA", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataDebug); - LIB_FUNCTION("bYCnxLexU7M", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataDebugCleanMount); - LIB_FUNCTION("hVDqYB8+jkk", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("gW6G4HxBBXA", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDebug); + LIB_FUNCTION("bYCnxLexU7M", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDebugCleanMount); + LIB_FUNCTION("hVDqYB8+jkk", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDebugCompiledSdkVersion); - LIB_FUNCTION("K9gXXlrVLNI", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("K9gXXlrVLNI", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDebugCreateSaveDataRoot); - LIB_FUNCTION("5yHFvMwZX2o", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("5yHFvMwZX2o", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDebugGetThreadId); - LIB_FUNCTION("UGTldPVEdB4", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("UGTldPVEdB4", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDebugRemoveSaveDataRoot); - LIB_FUNCTION("AYBQmnRplrg", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataDebugTarget); - LIB_FUNCTION("S1GkePI17zQ", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataDelete); - LIB_FUNCTION("SQWusLoK8Pw", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataDelete5); - LIB_FUNCTION("pJrlpCgR8h4", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataDeleteAllUser); - LIB_FUNCTION("fU43mJUgKcM", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataDeleteCloudData); - LIB_FUNCTION("uZqc4JpFdeY", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataDeleteUser); - LIB_FUNCTION("dyIhnXq-0SM", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataDirNameSearch); - LIB_FUNCTION("xJ5NFWC3m+k", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("AYBQmnRplrg", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDebugTarget); + LIB_FUNCTION("S1GkePI17zQ", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDelete); + LIB_FUNCTION("SQWusLoK8Pw", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDelete5); + LIB_FUNCTION("pJrlpCgR8h4", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDeleteAllUser); + LIB_FUNCTION("fU43mJUgKcM", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDeleteCloudData); + LIB_FUNCTION("uZqc4JpFdeY", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDeleteUser); + LIB_FUNCTION("dyIhnXq-0SM", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDirNameSearch); + LIB_FUNCTION("xJ5NFWC3m+k", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDirNameSearchInternal); - LIB_FUNCTION("h1nP9EYv3uc", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataDownload); - LIB_FUNCTION("A1ThglSGUwA", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataGetAllSize); - LIB_FUNCTION("KuXcrMAQIMQ", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("h1nP9EYv3uc", "libSceSaveData", 1, "libSceSaveData", sceSaveDataDownload); + LIB_FUNCTION("A1ThglSGUwA", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetAllSize); + LIB_FUNCTION("KuXcrMAQIMQ", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetAppLaunchedUser); - LIB_FUNCTION("itZ46iH14Vs", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("itZ46iH14Vs", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetAutoUploadConditions); - LIB_FUNCTION("PL20kjAXZZ4", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("PL20kjAXZZ4", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetAutoUploadRequestInfo); - LIB_FUNCTION("G12foE0S77E", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("G12foE0S77E", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetAutoUploadSetting); - LIB_FUNCTION("PzDtD6eBXIM", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("PzDtD6eBXIM", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetBoundPsnAccountCount); - LIB_FUNCTION("tu0SDPl+h88", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("tu0SDPl+h88", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetClientThreadPriority); - LIB_FUNCTION("6lZYZqQPfkY", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("6lZYZqQPfkY", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetCloudQuotaInfo); - LIB_FUNCTION("CWlBd2Ay1M4", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("CWlBd2Ay1M4", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetDataBaseFilePath); - LIB_FUNCTION("eBSSNIG6hMk", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataGetEventInfo); - LIB_FUNCTION("j8xKtiFj0SY", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataGetEventResult); - LIB_FUNCTION("UMpxor4AlKQ", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataGetFormat); - LIB_FUNCTION("pc4guaUPVqA", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("eBSSNIG6hMk", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetEventInfo); + LIB_FUNCTION("j8xKtiFj0SY", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetEventResult); + LIB_FUNCTION("UMpxor4AlKQ", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetFormat); + LIB_FUNCTION("pc4guaUPVqA", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetMountedSaveDataCount); - LIB_FUNCTION("65VH0Qaaz6s", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataGetMountInfo); - LIB_FUNCTION("XgvSuIdnMlw", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataGetParam); - LIB_FUNCTION("ANmSWUiyyGQ", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataGetProgress); - LIB_FUNCTION("SN7rTPHS+Cg", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("65VH0Qaaz6s", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetMountInfo); + LIB_FUNCTION("XgvSuIdnMlw", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetParam); + LIB_FUNCTION("ANmSWUiyyGQ", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetProgress); + LIB_FUNCTION("SN7rTPHS+Cg", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetSaveDataCount); - LIB_FUNCTION("7Bt5pBC-Aco", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("7Bt5pBC-Aco", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetSaveDataMemory); - LIB_FUNCTION("QwOO7vegnV8", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("QwOO7vegnV8", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetSaveDataMemory2); - LIB_FUNCTION("+bRDRotfj0Y", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("+bRDRotfj0Y", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetSaveDataRootDir); - LIB_FUNCTION("3luF0xq0DkQ", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("3luF0xq0DkQ", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetSaveDataRootPath); - LIB_FUNCTION("DwAvlQGvf1o", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("DwAvlQGvf1o", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetSaveDataRootUsbPath); - LIB_FUNCTION("kb24-4DLyNo", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataGetSavePoint); - LIB_FUNCTION("OYmnApJ9q+U", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("kb24-4DLyNo", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetSavePoint); + LIB_FUNCTION("OYmnApJ9q+U", "libSceSaveData", 1, "libSceSaveData", sceSaveDataGetUpdatedDataCount); - LIB_FUNCTION("ZkZhskCPXFw", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataInitialize); - LIB_FUNCTION("l1NmDeDpNGU", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataInitialize2); - LIB_FUNCTION("TywrFKCoLGY", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataInitialize3); - LIB_FUNCTION("g9uwUI3BlQ8", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("ZkZhskCPXFw", "libSceSaveData", 1, "libSceSaveData", sceSaveDataInitialize); + LIB_FUNCTION("l1NmDeDpNGU", "libSceSaveData", 1, "libSceSaveData", sceSaveDataInitialize2); + LIB_FUNCTION("TywrFKCoLGY", "libSceSaveData", 1, "libSceSaveData", sceSaveDataInitialize3); + LIB_FUNCTION("g9uwUI3BlQ8", "libSceSaveData", 1, "libSceSaveData", sceSaveDataInitializeForCdlg); - LIB_FUNCTION("voAQW45oKuo", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataIsDeletingUsbDb); - LIB_FUNCTION("ieP6jP138Qo", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataIsMounted); - LIB_FUNCTION("cGjO3wM3V28", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataLoadIcon); - LIB_FUNCTION("32HQAQdwM2o", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataMount); - LIB_FUNCTION("0z45PIH+SNI", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataMount2); - LIB_FUNCTION("xz0YMi6BfNk", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataMount5); - LIB_FUNCTION("msCER7Iibm8", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataMountInternal); - LIB_FUNCTION("-XYmdxjOqyA", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataMountSys); - LIB_FUNCTION("uNu7j3pL2mQ", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataPromote5); - LIB_FUNCTION("SgIY-XYA2Xg", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataRebuildDatabase); - LIB_FUNCTION("hsKd5c21sQc", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("voAQW45oKuo", "libSceSaveData", 1, "libSceSaveData", sceSaveDataIsDeletingUsbDb); + LIB_FUNCTION("ieP6jP138Qo", "libSceSaveData", 1, "libSceSaveData", sceSaveDataIsMounted); + LIB_FUNCTION("cGjO3wM3V28", "libSceSaveData", 1, "libSceSaveData", sceSaveDataLoadIcon); + LIB_FUNCTION("32HQAQdwM2o", "libSceSaveData", 1, "libSceSaveData", sceSaveDataMount); + LIB_FUNCTION("0z45PIH+SNI", "libSceSaveData", 1, "libSceSaveData", sceSaveDataMount2); + LIB_FUNCTION("xz0YMi6BfNk", "libSceSaveData", 1, "libSceSaveData", sceSaveDataMount5); + LIB_FUNCTION("msCER7Iibm8", "libSceSaveData", 1, "libSceSaveData", sceSaveDataMountInternal); + LIB_FUNCTION("-XYmdxjOqyA", "libSceSaveData", 1, "libSceSaveData", sceSaveDataMountSys); + LIB_FUNCTION("uNu7j3pL2mQ", "libSceSaveData", 1, "libSceSaveData", sceSaveDataPromote5); + LIB_FUNCTION("SgIY-XYA2Xg", "libSceSaveData", 1, "libSceSaveData", sceSaveDataRebuildDatabase); + LIB_FUNCTION("hsKd5c21sQc", "libSceSaveData", 1, "libSceSaveData", sceSaveDataRegisterEventCallback); - LIB_FUNCTION("lU9YRFsgwSU", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("lU9YRFsgwSU", "libSceSaveData", 1, "libSceSaveData", sceSaveDataRestoreBackupData); - LIB_FUNCTION("HuToUt1GQ8w", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("HuToUt1GQ8w", "libSceSaveData", 1, "libSceSaveData", sceSaveDataRestoreBackupDataForCdlg); - LIB_FUNCTION("aoZKKNjlq3Y", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("aoZKKNjlq3Y", "libSceSaveData", 1, "libSceSaveData", sceSaveDataRestoreLoadSaveDataMemory); - LIB_FUNCTION("c88Yy54Mx0w", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataSaveIcon); - LIB_FUNCTION("0VFHv-Fa4w8", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("c88Yy54Mx0w", "libSceSaveData", 1, "libSceSaveData", sceSaveDataSaveIcon); + LIB_FUNCTION("0VFHv-Fa4w8", "libSceSaveData", 1, "libSceSaveData", sceSaveDataSetAutoUploadSetting); - LIB_FUNCTION("52pL2GKkdjA", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataSetEventInfo); - LIB_FUNCTION("85zul--eGXs", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataSetParam); - LIB_FUNCTION("v3vg2+cooYw", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("52pL2GKkdjA", "libSceSaveData", 1, "libSceSaveData", sceSaveDataSetEventInfo); + LIB_FUNCTION("85zul--eGXs", "libSceSaveData", 1, "libSceSaveData", sceSaveDataSetParam); + LIB_FUNCTION("v3vg2+cooYw", "libSceSaveData", 1, "libSceSaveData", sceSaveDataSetSaveDataLibraryUser); - LIB_FUNCTION("h3YURzXGSVQ", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("h3YURzXGSVQ", "libSceSaveData", 1, "libSceSaveData", sceSaveDataSetSaveDataMemory); - LIB_FUNCTION("cduy9v4YmT4", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("cduy9v4YmT4", "libSceSaveData", 1, "libSceSaveData", sceSaveDataSetSaveDataMemory2); - LIB_FUNCTION("v7AAAMo0Lz4", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("v7AAAMo0Lz4", "libSceSaveData", 1, "libSceSaveData", sceSaveDataSetupSaveDataMemory); - LIB_FUNCTION("oQySEUfgXRA", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("oQySEUfgXRA", "libSceSaveData", 1, "libSceSaveData", sceSaveDataSetupSaveDataMemory2); - LIB_FUNCTION("zMgXM79jRhw", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataShutdownStart); - LIB_FUNCTION("+orZm32HB1s", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("zMgXM79jRhw", "libSceSaveData", 1, "libSceSaveData", sceSaveDataShutdownStart); + LIB_FUNCTION("+orZm32HB1s", "libSceSaveData", 1, "libSceSaveData", sceSaveDataSupportedFakeBrokenStatus); - LIB_FUNCTION("LMSQUTxmGVg", "libSceSaveData", 1, "libSceSaveData", 1, 1, - sceSaveDataSyncCloudList); - LIB_FUNCTION("wiT9jeC7xPw", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("LMSQUTxmGVg", "libSceSaveData", 1, "libSceSaveData", sceSaveDataSyncCloudList); + LIB_FUNCTION("wiT9jeC7xPw", "libSceSaveData", 1, "libSceSaveData", sceSaveDataSyncSaveDataMemory); - LIB_FUNCTION("yKDy8S5yLA0", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataTerminate); - LIB_FUNCTION("WAzWTZm1H+I", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("yKDy8S5yLA0", "libSceSaveData", 1, "libSceSaveData", sceSaveDataTerminate); + LIB_FUNCTION("WAzWTZm1H+I", "libSceSaveData", 1, "libSceSaveData", sceSaveDataTransferringMount); - LIB_FUNCTION("BMR4F-Uek3E", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataUmount); - LIB_FUNCTION("2-8NWLS8QSA", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataUmountSys); - LIB_FUNCTION("VwadwBBBJ80", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("BMR4F-Uek3E", "libSceSaveData", 1, "libSceSaveData", sceSaveDataUmount); + LIB_FUNCTION("2-8NWLS8QSA", "libSceSaveData", 1, "libSceSaveData", sceSaveDataUmountSys); + LIB_FUNCTION("VwadwBBBJ80", "libSceSaveData", 1, "libSceSaveData", sceSaveDataUmountWithBackup); - LIB_FUNCTION("v-AK1AxQhS0", "libSceSaveData", 1, "libSceSaveData", 1, 1, + LIB_FUNCTION("v-AK1AxQhS0", "libSceSaveData", 1, "libSceSaveData", sceSaveDataUnregisterEventCallback); - LIB_FUNCTION("COwz3WBj+5s", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataUpload); - LIB_FUNCTION("AuTE0gFxZCI", "libSceSaveData", 1, "libSceSaveData", 1, 1, - Func_02E4C4D201716422); + LIB_FUNCTION("COwz3WBj+5s", "libSceSaveData", 1, "libSceSaveData", sceSaveDataUpload); + LIB_FUNCTION("AuTE0gFxZCI", "libSceSaveData", 1, "libSceSaveData", Func_02E4C4D201716422); }; } // namespace Libraries::SaveData \ No newline at end of file diff --git a/libraries/savedatadialog.cpp b/libraries/savedatadialog.cpp index 913f2a7..f37a805 100644 --- a/libraries/savedatadialog.cpp +++ b/libraries/savedatadialog.cpp @@ -59,25 +59,25 @@ s32 PS4_SYSV_ABI sceSaveDataDialogUpdateStatus() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("fH46Lag88XY", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", 1, 1, + LIB_FUNCTION("fH46Lag88XY", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", sceSaveDataDialogClose); - LIB_FUNCTION("yEiJ-qqr6Cg", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", 1, 1, + LIB_FUNCTION("yEiJ-qqr6Cg", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", sceSaveDataDialogGetResult); - LIB_FUNCTION("ERKzksauAJA", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", 1, 1, + LIB_FUNCTION("ERKzksauAJA", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", sceSaveDataDialogGetStatus); - LIB_FUNCTION("s9e3+YpRnzw", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", 1, 1, + LIB_FUNCTION("s9e3+YpRnzw", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", sceSaveDataDialogInitialize); - LIB_FUNCTION("en7gNVnh878", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", 1, 1, + LIB_FUNCTION("en7gNVnh878", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", sceSaveDataDialogIsReadyToDisplay); - LIB_FUNCTION("4tPhsP6FpDI", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", 1, 1, + LIB_FUNCTION("4tPhsP6FpDI", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", sceSaveDataDialogOpen); - LIB_FUNCTION("V-uEeFKARJU", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", 1, 1, + LIB_FUNCTION("V-uEeFKARJU", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", sceSaveDataDialogProgressBarInc); - LIB_FUNCTION("hay1CfTmLyA", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", 1, 1, + LIB_FUNCTION("hay1CfTmLyA", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", sceSaveDataDialogProgressBarSetValue); - LIB_FUNCTION("YuH2FA7azqQ", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", 1, 1, + LIB_FUNCTION("YuH2FA7azqQ", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", sceSaveDataDialogTerminate); - LIB_FUNCTION("KK3Bdg1RWK0", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", 1, 1, + LIB_FUNCTION("KK3Bdg1RWK0", "libSceSaveDataDialog", 1, "libSceSaveDataDialog", sceSaveDataDialogUpdateStatus); }; diff --git a/libraries/screenshot.cpp b/libraries/screenshot.cpp index ed7c909..3b1b779 100644 --- a/libraries/screenshot.cpp +++ b/libraries/screenshot.cpp @@ -8,11 +8,6 @@ namespace Libraries::ScreenShot { -s32 PS4_SYSV_ABI sceScreenShotSetDrcParam() { - LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); - return ORBIS_OK; -} - s32 PS4_SYSV_ABI _Z5dummyv() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; @@ -78,34 +73,35 @@ s32 PS4_SYSV_ABI sceScreenShotSetParam() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceScreenShotSetDrcParam() { + LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); + return ORBIS_OK; +} + void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("itlWFWV3Tzc", "libSceScreenShotDrc", 1, "libSceScreenShot", 0, 9, - sceScreenShotSetDrcParam); - LIB_FUNCTION("AS45QoYHjc4", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, _Z5dummyv); - LIB_FUNCTION("JuMLLmmvRgk", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, - sceScreenShotCapture); - LIB_FUNCTION("tIYf0W5VTi8", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, - sceScreenShotDisable); - LIB_FUNCTION("ysfza71rm9M", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, + LIB_FUNCTION("AS45QoYHjc4", "libSceScreenShot", 1, "libSceScreenShot", _Z5dummyv); + LIB_FUNCTION("JuMLLmmvRgk", "libSceScreenShot", 1, "libSceScreenShot", sceScreenShotCapture); + LIB_FUNCTION("tIYf0W5VTi8", "libSceScreenShot", 1, "libSceScreenShot", sceScreenShotDisable); + LIB_FUNCTION("ysfza71rm9M", "libSceScreenShot", 1, "libSceScreenShot", sceScreenShotDisableNotification); - LIB_FUNCTION("2xxUtuC-RzE", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, - sceScreenShotEnable); - LIB_FUNCTION("BDUaqlVdSAY", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, + LIB_FUNCTION("2xxUtuC-RzE", "libSceScreenShot", 1, "libSceScreenShot", sceScreenShotEnable); + LIB_FUNCTION("BDUaqlVdSAY", "libSceScreenShot", 1, "libSceScreenShot", sceScreenShotEnableNotification); - LIB_FUNCTION("hNmK4SdhPT0", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, + LIB_FUNCTION("hNmK4SdhPT0", "libSceScreenShot", 1, "libSceScreenShot", sceScreenShotGetAppInfo); - LIB_FUNCTION("VlAQIgXa2R0", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, + LIB_FUNCTION("VlAQIgXa2R0", "libSceScreenShot", 1, "libSceScreenShot", sceScreenShotGetDrcParam); - LIB_FUNCTION("-SV-oTNGFQk", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, + LIB_FUNCTION("-SV-oTNGFQk", "libSceScreenShot", 1, "libSceScreenShot", sceScreenShotIsDisabled); - LIB_FUNCTION("ICNJ-1POs84", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, + LIB_FUNCTION("ICNJ-1POs84", "libSceScreenShot", 1, "libSceScreenShot", sceScreenShotIsVshScreenCaptureDisabled); - LIB_FUNCTION("ahHhOf+QNkQ", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, + LIB_FUNCTION("ahHhOf+QNkQ", "libSceScreenShot", 1, "libSceScreenShot", sceScreenShotSetOverlayImage); - LIB_FUNCTION("73WQ4Jj0nJI", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, + LIB_FUNCTION("73WQ4Jj0nJI", "libSceScreenShot", 1, "libSceScreenShot", sceScreenShotSetOverlayImageWithOrigin); - LIB_FUNCTION("G7KlmIYFIZc", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, - sceScreenShotSetParam); + LIB_FUNCTION("G7KlmIYFIZc", "libSceScreenShot", 1, "libSceScreenShot", sceScreenShotSetParam); + LIB_FUNCTION("itlWFWV3Tzc", "libSceScreenShotDrc", 1, "libSceScreenShot", + sceScreenShotSetDrcParam); }; } // namespace Libraries::ScreenShot \ No newline at end of file diff --git a/libraries/screenshot.h b/libraries/screenshot.h index 4d5b95d..29fa3b0 100644 --- a/libraries/screenshot.h +++ b/libraries/screenshot.h @@ -11,7 +11,6 @@ class SymbolsResolver; namespace Libraries::ScreenShot { -s32 PS4_SYSV_ABI sceScreenShotSetDrcParam(); s32 PS4_SYSV_ABI _Z5dummyv(); s32 PS4_SYSV_ABI sceScreenShotCapture(); s32 PS4_SYSV_ABI sceScreenShotDisable(); @@ -25,6 +24,7 @@ s32 PS4_SYSV_ABI sceScreenShotIsVshScreenCaptureDisabled(); s32 PS4_SYSV_ABI sceScreenShotSetOverlayImage(); s32 PS4_SYSV_ABI sceScreenShotSetOverlayImageWithOrigin(); s32 PS4_SYSV_ABI sceScreenShotSetParam(); +s32 PS4_SYSV_ABI sceScreenShotSetDrcParam(); void RegisterLib(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::ScreenShot \ No newline at end of file diff --git a/libraries/shareplay.cpp b/libraries/shareplay.cpp index 0a02d78..30840b3 100644 --- a/libraries/shareplay.cpp +++ b/libraries/shareplay.cpp @@ -8,12 +8,12 @@ namespace Libraries::SharePlay { -s32 PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfo() { +s32 PS4_SYSV_ABI sceSharePlayCrashDaemon() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSharePlayCrashDaemon() { +s32 PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfo() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } @@ -129,56 +129,43 @@ s32 PS4_SYSV_ABI Func_F3DD6199DA15ED44() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("OOrLKB0bSDs", "libSceSharePlayCompat", 1, "libSceSharePlay", 0, 0, - sceSharePlayGetCurrentConnectionInfo); - LIB_FUNCTION("ggnCfalLU-8", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - sceSharePlayCrashDaemon); - LIB_FUNCTION("OOrLKB0bSDs", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, + LIB_FUNCTION("ggnCfalLU-8", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayCrashDaemon); + LIB_FUNCTION("OOrLKB0bSDs", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayGetCurrentConnectionInfo); - LIB_FUNCTION("+MCXJlWdi+s", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, + LIB_FUNCTION("+MCXJlWdi+s", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayGetCurrentConnectionInfoA); - LIB_FUNCTION("vUMkWXQff3w", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, + LIB_FUNCTION("vUMkWXQff3w", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayGetCurrentInfo); - LIB_FUNCTION("Md7Mdkr8LBc", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - sceSharePlayGetEvent); - LIB_FUNCTION("isruqthpYcw", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - sceSharePlayInitialize); - LIB_FUNCTION("9zwJpai7jGc", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, + LIB_FUNCTION("Md7Mdkr8LBc", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayGetEvent); + LIB_FUNCTION("isruqthpYcw", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayInitialize); + LIB_FUNCTION("9zwJpai7jGc", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayNotifyDialogOpen); - LIB_FUNCTION("VUW2V9cUTP4", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, + LIB_FUNCTION("VUW2V9cUTP4", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayNotifyForceCloseForCdlg); - LIB_FUNCTION("XL0WwUJoQPg", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, + LIB_FUNCTION("XL0WwUJoQPg", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayNotifyOpenQuickMenu); - LIB_FUNCTION("6-1fKaa5HlY", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, + LIB_FUNCTION("6-1fKaa5HlY", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayResumeScreenForCdlg); - LIB_FUNCTION("U28jAuLHj6c", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - sceSharePlayServerLock); - LIB_FUNCTION("3Oaux9ITEtY", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - sceSharePlayServerUnLock); - LIB_FUNCTION("QZy+KmyqKPU", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - sceSharePlaySetMode); - LIB_FUNCTION("co2NCj--pnc", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, + LIB_FUNCTION("U28jAuLHj6c", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayServerLock); + LIB_FUNCTION("3Oaux9ITEtY", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayServerUnLock); + LIB_FUNCTION("QZy+KmyqKPU", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlaySetMode); + LIB_FUNCTION("co2NCj--pnc", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlaySetProhibition); - LIB_FUNCTION("KADsbjNCgPo", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, + LIB_FUNCTION("KADsbjNCgPo", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlaySetProhibitionModeWithAppId); - LIB_FUNCTION("-F6NddfUsa4", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - sceSharePlayStartStandby); - LIB_FUNCTION("rWVNHNnEx6g", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, + LIB_FUNCTION("-F6NddfUsa4", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayStartStandby); + LIB_FUNCTION("rWVNHNnEx6g", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayStartStreaming); - LIB_FUNCTION("zEDkUWLVwFI", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - sceSharePlayStopStandby); - LIB_FUNCTION("aGlema+JxUU", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, + LIB_FUNCTION("zEDkUWLVwFI", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayStopStandby); + LIB_FUNCTION("aGlema+JxUU", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayStopStreaming); - LIB_FUNCTION("UaLjloJinow", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - sceSharePlayTerminate); - LIB_FUNCTION("LpPA6mprZ8Q", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - Func_2E93C0EA6A6B67C4); - LIB_FUNCTION("wcI2co2I4Xc", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - Func_C1C236728D88E177); - LIB_FUNCTION("6egMR0eB8RU", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - Func_E9E80C474781F115); - LIB_FUNCTION("891hmdoV7UQ", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, - Func_F3DD6199DA15ED44); + LIB_FUNCTION("UaLjloJinow", "libSceSharePlay", 1, "libSceSharePlay", sceSharePlayTerminate); + LIB_FUNCTION("LpPA6mprZ8Q", "libSceSharePlay", 1, "libSceSharePlay", Func_2E93C0EA6A6B67C4); + LIB_FUNCTION("wcI2co2I4Xc", "libSceSharePlay", 1, "libSceSharePlay", Func_C1C236728D88E177); + LIB_FUNCTION("6egMR0eB8RU", "libSceSharePlay", 1, "libSceSharePlay", Func_E9E80C474781F115); + LIB_FUNCTION("891hmdoV7UQ", "libSceSharePlay", 1, "libSceSharePlay", Func_F3DD6199DA15ED44); + LIB_FUNCTION("OOrLKB0bSDs", "libSceSharePlayCompat", 1, "libSceSharePlay", + sceSharePlayGetCurrentConnectionInfo); }; } // namespace Libraries::SharePlay \ No newline at end of file diff --git a/libraries/shareplay.h b/libraries/shareplay.h index 2f70978..dab5364 100644 --- a/libraries/shareplay.h +++ b/libraries/shareplay.h @@ -11,8 +11,8 @@ class SymbolsResolver; namespace Libraries::SharePlay { -s32 PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfo(); s32 PS4_SYSV_ABI sceSharePlayCrashDaemon(); +s32 PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfo(); s32 PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfoA(); s32 PS4_SYSV_ABI sceSharePlayGetCurrentInfo(); s32 PS4_SYSV_ABI sceSharePlayGetEvent(); diff --git a/libraries/ssl.cpp b/libraries/ssl.cpp index 045ff27..f817382 100644 --- a/libraries/ssl.cpp +++ b/libraries/ssl.cpp @@ -1049,240 +1049,224 @@ s32 PS4_SYSV_ABI Func_28F8791A771D39C7() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("Pgt0gg14ewU", "libSceSsl", 1, "libSceSsl", 1, 1, - CA_MGMT_allocCertDistinguishedName); - LIB_FUNCTION("wJ5jCpkCv-c", "libSceSsl", 1, "libSceSsl", 1, 1, - CA_MGMT_certDistinguishedNameCompare); - LIB_FUNCTION("Vc2tb-mWu78", "libSceSsl", 1, "libSceSsl", 1, 1, - CA_MGMT_convertKeyBlobToPKCS8Key); - LIB_FUNCTION("IizpdlgPdpU", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_convertKeyDER); - LIB_FUNCTION("Y-5sBnpVclY", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_convertKeyPEM); - LIB_FUNCTION("jb6LuBv9weg", "libSceSsl", 1, "libSceSsl", 1, 1, - CA_MGMT_convertPKCS8KeyToKeyBlob); - LIB_FUNCTION("ExsvtKwhWoM", "libSceSsl", 1, "libSceSsl", 1, 1, + LIB_FUNCTION("Pgt0gg14ewU", "libSceSsl", 1, "libSceSsl", CA_MGMT_allocCertDistinguishedName); + LIB_FUNCTION("wJ5jCpkCv-c", "libSceSsl", 1, "libSceSsl", CA_MGMT_certDistinguishedNameCompare); + LIB_FUNCTION("Vc2tb-mWu78", "libSceSsl", 1, "libSceSsl", CA_MGMT_convertKeyBlobToPKCS8Key); + LIB_FUNCTION("IizpdlgPdpU", "libSceSsl", 1, "libSceSsl", CA_MGMT_convertKeyDER); + LIB_FUNCTION("Y-5sBnpVclY", "libSceSsl", 1, "libSceSsl", CA_MGMT_convertKeyPEM); + LIB_FUNCTION("jb6LuBv9weg", "libSceSsl", 1, "libSceSsl", CA_MGMT_convertPKCS8KeyToKeyBlob); + LIB_FUNCTION("ExsvtKwhWoM", "libSceSsl", 1, "libSceSsl", CA_MGMT_convertProtectedPKCS8KeyToKeyBlob); - LIB_FUNCTION("AvoadUUK03A", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_decodeCertificate); - LIB_FUNCTION("S0DCFBqmhQY", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_enumAltName); - LIB_FUNCTION("Xt+SprLPiVQ", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_enumCrl); - LIB_FUNCTION("4HzS6Vkd-uU", "libSceSsl", 1, "libSceSsl", 1, 1, + LIB_FUNCTION("AvoadUUK03A", "libSceSsl", 1, "libSceSsl", CA_MGMT_decodeCertificate); + LIB_FUNCTION("S0DCFBqmhQY", "libSceSsl", 1, "libSceSsl", CA_MGMT_enumAltName); + LIB_FUNCTION("Xt+SprLPiVQ", "libSceSsl", 1, "libSceSsl", CA_MGMT_enumCrl); + LIB_FUNCTION("4HzS6Vkd-uU", "libSceSsl", 1, "libSceSsl", CA_MGMT_extractAllCertDistinguishedName); - LIB_FUNCTION("W80mmhRKtH8", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_extractBasicConstraint); - LIB_FUNCTION("7+F9pr5g26Q", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_extractCertASN1Name); - LIB_FUNCTION("KsvuhF--f6k", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_extractCertTimes); - LIB_FUNCTION("Md+HYkCBZB4", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_extractKeyBlobEx); - LIB_FUNCTION("rFiChDgHkGQ", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_extractKeyBlobTypeEx); - LIB_FUNCTION("9bKYzKP6kYU", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_extractPublicKeyInfo); - LIB_FUNCTION("xXCqbDBx6mA", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_extractSerialNum); - LIB_FUNCTION("xakUpzS9qv0", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_extractSignature); - LIB_FUNCTION("m7EXDQRv7NU", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_free); - LIB_FUNCTION("64t1HKepy1Q", "libSceSsl", 1, "libSceSsl", 1, 1, - CA_MGMT_freeCertDistinguishedName); - LIB_FUNCTION("d7AAqdK2IDo", "libSceSsl", 1, "libSceSsl", 1, 1, + LIB_FUNCTION("W80mmhRKtH8", "libSceSsl", 1, "libSceSsl", CA_MGMT_extractBasicConstraint); + LIB_FUNCTION("7+F9pr5g26Q", "libSceSsl", 1, "libSceSsl", CA_MGMT_extractCertASN1Name); + LIB_FUNCTION("KsvuhF--f6k", "libSceSsl", 1, "libSceSsl", CA_MGMT_extractCertTimes); + LIB_FUNCTION("Md+HYkCBZB4", "libSceSsl", 1, "libSceSsl", CA_MGMT_extractKeyBlobEx); + LIB_FUNCTION("rFiChDgHkGQ", "libSceSsl", 1, "libSceSsl", CA_MGMT_extractKeyBlobTypeEx); + LIB_FUNCTION("9bKYzKP6kYU", "libSceSsl", 1, "libSceSsl", CA_MGMT_extractPublicKeyInfo); + LIB_FUNCTION("xXCqbDBx6mA", "libSceSsl", 1, "libSceSsl", CA_MGMT_extractSerialNum); + LIB_FUNCTION("xakUpzS9qv0", "libSceSsl", 1, "libSceSsl", CA_MGMT_extractSignature); + LIB_FUNCTION("m7EXDQRv7NU", "libSceSsl", 1, "libSceSsl", CA_MGMT_free); + LIB_FUNCTION("64t1HKepy1Q", "libSceSsl", 1, "libSceSsl", CA_MGMT_freeCertDistinguishedName); + LIB_FUNCTION("d7AAqdK2IDo", "libSceSsl", 1, "libSceSsl", CA_MGMT_freeCertDistinguishedNameOnStack); - LIB_FUNCTION("PysF6pUcK-o", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_freeCertificate); - LIB_FUNCTION("ipLIammTj2Q", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_freeKeyBlob); - LIB_FUNCTION("C05CUtDViqU", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_freeSearchDetails); - LIB_FUNCTION("tq511UiaNlE", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_getCertSignAlgoType); - LIB_FUNCTION("1e46hRscIE8", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_keyBlobToDER); - LIB_FUNCTION("5U2j47T1l70", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_keyBlobToPEM); - LIB_FUNCTION("+oCOy8+4at8", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_makeKeyBlobEx); - LIB_FUNCTION("YMbRl6PNq5U", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_rawVerifyOID); - LIB_FUNCTION("O+JTn8Dwan8", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_reorderChain); - LIB_FUNCTION("he6CvWiX3iM", "libSceSsl", 1, "libSceSsl", 1, 1, - CA_MGMT_returnCertificatePrints); - LIB_FUNCTION("w5ZBRGN1lzY", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_verifyCertWithKeyBlob); - LIB_FUNCTION("5e5rj-coUv8", "libSceSsl", 1, "libSceSsl", 1, 1, CA_MGMT_verifySignature); - LIB_FUNCTION("6nH53ruuckc", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_checkCertificateIssuer); - LIB_FUNCTION("MB3EExhoaJQ", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_checkCertificateIssuer2); - LIB_FUNCTION("sDUV9VsqJD8", "libSceSsl", 1, "libSceSsl", 1, 1, + LIB_FUNCTION("PysF6pUcK-o", "libSceSsl", 1, "libSceSsl", CA_MGMT_freeCertificate); + LIB_FUNCTION("ipLIammTj2Q", "libSceSsl", 1, "libSceSsl", CA_MGMT_freeKeyBlob); + LIB_FUNCTION("C05CUtDViqU", "libSceSsl", 1, "libSceSsl", CA_MGMT_freeSearchDetails); + LIB_FUNCTION("tq511UiaNlE", "libSceSsl", 1, "libSceSsl", CA_MGMT_getCertSignAlgoType); + LIB_FUNCTION("1e46hRscIE8", "libSceSsl", 1, "libSceSsl", CA_MGMT_keyBlobToDER); + LIB_FUNCTION("5U2j47T1l70", "libSceSsl", 1, "libSceSsl", CA_MGMT_keyBlobToPEM); + LIB_FUNCTION("+oCOy8+4at8", "libSceSsl", 1, "libSceSsl", CA_MGMT_makeKeyBlobEx); + LIB_FUNCTION("YMbRl6PNq5U", "libSceSsl", 1, "libSceSsl", CA_MGMT_rawVerifyOID); + LIB_FUNCTION("O+JTn8Dwan8", "libSceSsl", 1, "libSceSsl", CA_MGMT_reorderChain); + LIB_FUNCTION("he6CvWiX3iM", "libSceSsl", 1, "libSceSsl", CA_MGMT_returnCertificatePrints); + LIB_FUNCTION("w5ZBRGN1lzY", "libSceSsl", 1, "libSceSsl", CA_MGMT_verifyCertWithKeyBlob); + LIB_FUNCTION("5e5rj-coUv8", "libSceSsl", 1, "libSceSsl", CA_MGMT_verifySignature); + LIB_FUNCTION("6nH53ruuckc", "libSceSsl", 1, "libSceSsl", CERT_checkCertificateIssuer); + LIB_FUNCTION("MB3EExhoaJQ", "libSceSsl", 1, "libSceSsl", CERT_checkCertificateIssuer2); + LIB_FUNCTION("sDUV9VsqJD8", "libSceSsl", 1, "libSceSsl", CERT_checkCertificateIssuerSerialNumber); - LIB_FUNCTION("FXCfp5CwcPk", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_CompSubjectAltNames); - LIB_FUNCTION("szJ8gsZdoHE", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_CompSubjectAltNames2); - LIB_FUNCTION("1aewkTBcGEY", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_CompSubjectAltNamesExact); - LIB_FUNCTION("gdWmmelQC1k", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_CompSubjectCommonName); - LIB_FUNCTION("6Z-n6acrhTs", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_CompSubjectCommonName2); - LIB_FUNCTION("p12OhhUCGEE", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_ComputeBufferHash); - LIB_FUNCTION("5G+Z9vXPWYU", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_decryptRSASignature); - LIB_FUNCTION("WZCBPnvf0fw", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_decryptRSASignatureBuffer); - LIB_FUNCTION("AvjnXHAa7G0", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_enumerateAltName); - LIB_FUNCTION("goUd71Bv0lk", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_enumerateAltName2); - LIB_FUNCTION("tf3dP8kVauc", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_enumerateCRL); - LIB_FUNCTION("noRFMfbcI-g", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_enumerateCRL2); - LIB_FUNCTION("Xy4cdu44Xr0", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_enumerateCRLAux); - LIB_FUNCTION("2FPKT8OxHxo", "libSceSsl", 1, "libSceSsl", 1, 1, - CERT_extractAllDistinguishedNames); - LIB_FUNCTION("xyd+kSAhtSw", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_extractDistinguishedNames); - LIB_FUNCTION("BQIv6mcPFRM", "libSceSsl", 1, "libSceSsl", 1, 1, - CERT_extractDistinguishedNames2); - LIB_FUNCTION("nxcdqUGDgW8", "libSceSsl", 1, "libSceSsl", 1, 1, + LIB_FUNCTION("FXCfp5CwcPk", "libSceSsl", 1, "libSceSsl", CERT_CompSubjectAltNames); + LIB_FUNCTION("szJ8gsZdoHE", "libSceSsl", 1, "libSceSsl", CERT_CompSubjectAltNames2); + LIB_FUNCTION("1aewkTBcGEY", "libSceSsl", 1, "libSceSsl", CERT_CompSubjectAltNamesExact); + LIB_FUNCTION("gdWmmelQC1k", "libSceSsl", 1, "libSceSsl", CERT_CompSubjectCommonName); + LIB_FUNCTION("6Z-n6acrhTs", "libSceSsl", 1, "libSceSsl", CERT_CompSubjectCommonName2); + LIB_FUNCTION("p12OhhUCGEE", "libSceSsl", 1, "libSceSsl", CERT_ComputeBufferHash); + LIB_FUNCTION("5G+Z9vXPWYU", "libSceSsl", 1, "libSceSsl", CERT_decryptRSASignature); + LIB_FUNCTION("WZCBPnvf0fw", "libSceSsl", 1, "libSceSsl", CERT_decryptRSASignatureBuffer); + LIB_FUNCTION("AvjnXHAa7G0", "libSceSsl", 1, "libSceSsl", CERT_enumerateAltName); + LIB_FUNCTION("goUd71Bv0lk", "libSceSsl", 1, "libSceSsl", CERT_enumerateAltName2); + LIB_FUNCTION("tf3dP8kVauc", "libSceSsl", 1, "libSceSsl", CERT_enumerateCRL); + LIB_FUNCTION("noRFMfbcI-g", "libSceSsl", 1, "libSceSsl", CERT_enumerateCRL2); + LIB_FUNCTION("Xy4cdu44Xr0", "libSceSsl", 1, "libSceSsl", CERT_enumerateCRLAux); + LIB_FUNCTION("2FPKT8OxHxo", "libSceSsl", 1, "libSceSsl", CERT_extractAllDistinguishedNames); + LIB_FUNCTION("xyd+kSAhtSw", "libSceSsl", 1, "libSceSsl", CERT_extractDistinguishedNames); + LIB_FUNCTION("BQIv6mcPFRM", "libSceSsl", 1, "libSceSsl", CERT_extractDistinguishedNames2); + LIB_FUNCTION("nxcdqUGDgW8", "libSceSsl", 1, "libSceSsl", CERT_extractDistinguishedNamesFromName); - LIB_FUNCTION("u82YRvIENeo", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_extractRSAKey); - LIB_FUNCTION("HBWarJFXoCM", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_extractSerialNum); - LIB_FUNCTION("8Lemumnt1-8", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_extractSerialNum2); - LIB_FUNCTION("JhanUiHOg-M", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_extractValidityTime); - LIB_FUNCTION("6ocfVwswH-E", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_extractValidityTime2); - LIB_FUNCTION("8FqgR3V7gHs", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getCertExtension); - LIB_FUNCTION("sRIARmcXPHE", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getCertificateExtensions); - LIB_FUNCTION("ABAA2f3PM8k", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getCertificateExtensions2); - LIB_FUNCTION("CATkBsr20tY", "libSceSsl", 1, "libSceSsl", 1, 1, + LIB_FUNCTION("u82YRvIENeo", "libSceSsl", 1, "libSceSsl", CERT_extractRSAKey); + LIB_FUNCTION("HBWarJFXoCM", "libSceSsl", 1, "libSceSsl", CERT_extractSerialNum); + LIB_FUNCTION("8Lemumnt1-8", "libSceSsl", 1, "libSceSsl", CERT_extractSerialNum2); + LIB_FUNCTION("JhanUiHOg-M", "libSceSsl", 1, "libSceSsl", CERT_extractValidityTime); + LIB_FUNCTION("6ocfVwswH-E", "libSceSsl", 1, "libSceSsl", CERT_extractValidityTime2); + LIB_FUNCTION("8FqgR3V7gHs", "libSceSsl", 1, "libSceSsl", CERT_getCertExtension); + LIB_FUNCTION("sRIARmcXPHE", "libSceSsl", 1, "libSceSsl", CERT_getCertificateExtensions); + LIB_FUNCTION("ABAA2f3PM8k", "libSceSsl", 1, "libSceSsl", CERT_getCertificateExtensions2); + LIB_FUNCTION("CATkBsr20tY", "libSceSsl", 1, "libSceSsl", CERT_getCertificateIssuerSerialNumber); - LIB_FUNCTION("JpnKObUJsxQ", "libSceSsl", 1, "libSceSsl", 1, 1, + LIB_FUNCTION("JpnKObUJsxQ", "libSceSsl", 1, "libSceSsl", CERT_getCertificateIssuerSerialNumber2); - LIB_FUNCTION("jp75ki1UzRU", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getCertificateKeyUsage); - LIB_FUNCTION("prSVrFdvQiU", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getCertificateKeyUsage2); - LIB_FUNCTION("8+UPqcEgsYg", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getCertificateSubject); - LIB_FUNCTION("X-rqVhPnKJI", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getCertificateSubject2); - LIB_FUNCTION("Pt3o1t+hh1g", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getCertSignAlgoType); - LIB_FUNCTION("oNJNApmHV+M", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_GetCertTime); - LIB_FUNCTION("GCPUCV9k1Mg", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getNumberOfChild); - LIB_FUNCTION("lCB1AE4xSkE", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getRSASignatureAlgo); - LIB_FUNCTION("+7U74Zy7gKg", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getSignatureItem); - LIB_FUNCTION("hOABTkhp6NM", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getSubjectCommonName); - LIB_FUNCTION("3CECWZfBTVg", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_getSubjectCommonName2); - LIB_FUNCTION("OP-VhFdtkmo", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_isRootCertificate); - LIB_FUNCTION("0iwGE4M4DU8", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_isRootCertificate2); - LIB_FUNCTION("pWg3+mTkoTI", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_rawVerifyOID); - LIB_FUNCTION("HofoEUZ5mOM", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_rawVerifyOID2); - LIB_FUNCTION("w2lGr-89zLc", "libSceSsl", 1, "libSceSsl", 1, 1, - CERT_setKeyFromSubjectPublicKeyInfo); - LIB_FUNCTION("OeGeb9Njons", "libSceSsl", 1, "libSceSsl", 1, 1, + LIB_FUNCTION("jp75ki1UzRU", "libSceSsl", 1, "libSceSsl", CERT_getCertificateKeyUsage); + LIB_FUNCTION("prSVrFdvQiU", "libSceSsl", 1, "libSceSsl", CERT_getCertificateKeyUsage2); + LIB_FUNCTION("8+UPqcEgsYg", "libSceSsl", 1, "libSceSsl", CERT_getCertificateSubject); + LIB_FUNCTION("X-rqVhPnKJI", "libSceSsl", 1, "libSceSsl", CERT_getCertificateSubject2); + LIB_FUNCTION("Pt3o1t+hh1g", "libSceSsl", 1, "libSceSsl", CERT_getCertSignAlgoType); + LIB_FUNCTION("oNJNApmHV+M", "libSceSsl", 1, "libSceSsl", CERT_GetCertTime); + LIB_FUNCTION("GCPUCV9k1Mg", "libSceSsl", 1, "libSceSsl", CERT_getNumberOfChild); + LIB_FUNCTION("lCB1AE4xSkE", "libSceSsl", 1, "libSceSsl", CERT_getRSASignatureAlgo); + LIB_FUNCTION("+7U74Zy7gKg", "libSceSsl", 1, "libSceSsl", CERT_getSignatureItem); + LIB_FUNCTION("hOABTkhp6NM", "libSceSsl", 1, "libSceSsl", CERT_getSubjectCommonName); + LIB_FUNCTION("3CECWZfBTVg", "libSceSsl", 1, "libSceSsl", CERT_getSubjectCommonName2); + LIB_FUNCTION("OP-VhFdtkmo", "libSceSsl", 1, "libSceSsl", CERT_isRootCertificate); + LIB_FUNCTION("0iwGE4M4DU8", "libSceSsl", 1, "libSceSsl", CERT_isRootCertificate2); + LIB_FUNCTION("pWg3+mTkoTI", "libSceSsl", 1, "libSceSsl", CERT_rawVerifyOID); + LIB_FUNCTION("HofoEUZ5mOM", "libSceSsl", 1, "libSceSsl", CERT_rawVerifyOID2); + LIB_FUNCTION("w2lGr-89zLc", "libSceSsl", 1, "libSceSsl", CERT_setKeyFromSubjectPublicKeyInfo); + LIB_FUNCTION("OeGeb9Njons", "libSceSsl", 1, "libSceSsl", CERT_setKeyFromSubjectPublicKeyInfoCert); - LIB_FUNCTION("N+UDju8zxtE", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_STORE_addCertAuthority); - LIB_FUNCTION("pIZfvPaYmrs", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_STORE_addIdentity); - LIB_FUNCTION("D6QBgLq-nlc", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_STORE_addIdentityNakedKey); - LIB_FUNCTION("uAHc6pgeFaQ", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_STORE_addIdentityPSK); - LIB_FUNCTION("xdxuhUkYalI", "libSceSsl", 1, "libSceSsl", 1, 1, + LIB_FUNCTION("N+UDju8zxtE", "libSceSsl", 1, "libSceSsl", CERT_STORE_addCertAuthority); + LIB_FUNCTION("pIZfvPaYmrs", "libSceSsl", 1, "libSceSsl", CERT_STORE_addIdentity); + LIB_FUNCTION("D6QBgLq-nlc", "libSceSsl", 1, "libSceSsl", CERT_STORE_addIdentityNakedKey); + LIB_FUNCTION("uAHc6pgeFaQ", "libSceSsl", 1, "libSceSsl", CERT_STORE_addIdentityPSK); + LIB_FUNCTION("xdxuhUkYalI", "libSceSsl", 1, "libSceSsl", CERT_STORE_addIdentityWithCertificateChain); - LIB_FUNCTION("OcZJcxANLfw", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_STORE_addTrustPoint); - LIB_FUNCTION("gu0eRZMqTu8", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_STORE_createStore); - LIB_FUNCTION("s1tJ1zBkky4", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_STORE_findCertBySubject); - LIB_FUNCTION("4aXDehFZLDA", "libSceSsl", 1, "libSceSsl", 1, 1, - CERT_STORE_findIdentityByTypeFirst); - LIB_FUNCTION("K-g87UhrYQ8", "libSceSsl", 1, "libSceSsl", 1, 1, - CERT_STORE_findIdentityByTypeNext); - LIB_FUNCTION("ULOVCAVPJE4", "libSceSsl", 1, "libSceSsl", 1, 1, + LIB_FUNCTION("OcZJcxANLfw", "libSceSsl", 1, "libSceSsl", CERT_STORE_addTrustPoint); + LIB_FUNCTION("gu0eRZMqTu8", "libSceSsl", 1, "libSceSsl", CERT_STORE_createStore); + LIB_FUNCTION("s1tJ1zBkky4", "libSceSsl", 1, "libSceSsl", CERT_STORE_findCertBySubject); + LIB_FUNCTION("4aXDehFZLDA", "libSceSsl", 1, "libSceSsl", CERT_STORE_findIdentityByTypeFirst); + LIB_FUNCTION("K-g87UhrYQ8", "libSceSsl", 1, "libSceSsl", CERT_STORE_findIdentityByTypeNext); + LIB_FUNCTION("ULOVCAVPJE4", "libSceSsl", 1, "libSceSsl", CERT_STORE_findIdentityCertChainFirst); - LIB_FUNCTION("uS9P+bSWOC0", "libSceSsl", 1, "libSceSsl", 1, 1, - CERT_STORE_findIdentityCertChainNext); - LIB_FUNCTION("k3RI-YRkW-M", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_STORE_findPskByIdentity); - LIB_FUNCTION("AloU5nLupdU", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_STORE_releaseStore); - LIB_FUNCTION("gAHkf68L6+0", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_STORE_traversePskListHead); - LIB_FUNCTION("w2CtqF+x7og", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_STORE_traversePskListNext); - LIB_FUNCTION("GTSbNvpE1fQ", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_validateCertificate); - LIB_FUNCTION("j6Wk8AtmVQM", "libSceSsl", 1, "libSceSsl", 1, 1, - CERT_validateCertificateWithConf); - LIB_FUNCTION("wdl-XapuxKU", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_VerifyCertificatePolicies); - LIB_FUNCTION("BQah1z-QS-w", "libSceSsl", 1, "libSceSsl", 1, 1, - CERT_VerifyCertificatePolicies2); - LIB_FUNCTION("GPRMLcwyslw", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_verifySignature); - LIB_FUNCTION("CAgB8oEGwsY", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_VerifyValidityTime); - LIB_FUNCTION("3wferxuMV6Y", "libSceSsl", 1, "libSceSsl", 1, 1, CERT_VerifyValidityTime2); - LIB_FUNCTION("UO2a3+5CCCs", "libSceSsl", 1, "libSceSsl", 1, 1, - CERT_VerifyValidityTimeWithConf); - LIB_FUNCTION("PRWr3-ytpdg", "libSceSsl", 1, "libSceSsl", 1, 1, CRYPTO_initAsymmetricKey); - LIB_FUNCTION("cW7VCIMCh9A", "libSceSsl", 1, "libSceSsl", 1, 1, CRYPTO_uninitAsymmetricKey); - LIB_FUNCTION("u+brAYVFGUs", "libSceSsl", 1, "libSceSsl", 1, 1, GC_createInstanceIDs); - LIB_FUNCTION("pOmcRglskbI", "libSceSsl", 1, "libSceSsl", 1, 1, getCertSigAlgo); - LIB_FUNCTION("uBqy-2-dQ-A", "libSceSsl", 1, "libSceSsl", 1, 1, MOCANA_freeMocana); - LIB_FUNCTION("U3NHH12yORo", "libSceSsl", 1, "libSceSsl", 1, 1, MOCANA_initMocana); - LIB_FUNCTION("pBwtarKd7eg", "libSceSsl", 1, "libSceSsl", 1, 1, RSA_verifySignature); - LIB_FUNCTION("1VM0h1JrUfA", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslCheckRecvPending); - LIB_FUNCTION("viRXSHZYd0c", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslClose); - LIB_FUNCTION("zXvd6iNyfgc", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslConnect); - LIB_FUNCTION("P14ATpXc4J8", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslCreateSslConnection); - LIB_FUNCTION("hwrHV6Pprk4", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslDeleteSslConnection); - LIB_FUNCTION("iLKz4+ukLqk", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslDisableOption); - LIB_FUNCTION("-WqxBRAUVM4", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslDisableOptionInternal); - LIB_FUNCTION("w1+L-27nYas", "libSceSsl", 1, "libSceSsl", 1, 1, - sceSslDisableOptionInternalInsecure); - LIB_FUNCTION("m-zPyAsIpco", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslEnableOption); - LIB_FUNCTION("g-zCwUKstEQ", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslEnableOptionInternal); - LIB_FUNCTION("qIvLs0gYxi0", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslFreeCaCerts); - LIB_FUNCTION("+DzXseDVkeI", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslFreeCaList); - LIB_FUNCTION("RwXD8grHZHM", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslFreeSslCertName); - LIB_FUNCTION("TDfQqO-gMbY", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslGetCaCerts); - LIB_FUNCTION("qOn+wm28wmA", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslGetCaList); - LIB_FUNCTION("7whYpYfHP74", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslGetIssuerName); - LIB_FUNCTION("-PoIzr3PEk0", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslGetMemoryPoolStats); - LIB_FUNCTION("R1ePzopYPYM", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslGetNameEntryCount); - LIB_FUNCTION("7RBSTKGrmDA", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslGetNameEntryInfo); - LIB_FUNCTION("AzUipl-DpIw", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslGetNanoSSLModuleId); - LIB_FUNCTION("xHpt6+2pGYk", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslGetNotAfter); - LIB_FUNCTION("Eo0S65Jy28Q", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslGetNotBefore); - LIB_FUNCTION("DOwXL+FQMEY", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslGetSerialNumber); - LIB_FUNCTION("0XcZknp7-Wc", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslGetSslError); - LIB_FUNCTION("dQReuBX9sD8", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslGetSubjectName); - LIB_FUNCTION("hdpVEUDFW3s", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslInit); - LIB_FUNCTION("Ab7+DH+gYyM", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslLoadCert); - LIB_FUNCTION("3-643mGVFJo", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslLoadRootCACert); - LIB_FUNCTION("hi0veU3L2pU", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslRecv); - LIB_FUNCTION("50R2xYaYZwE", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslReuseConnection); - LIB_FUNCTION("p5bM5PPufFY", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslSend); - LIB_FUNCTION("QWSxBzf6lAg", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslSetMinSslVersion); - LIB_FUNCTION("bKaEtQnoUuQ", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslSetSslVersion); - LIB_FUNCTION("E4a-ahM57QQ", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslSetVerifyCallback); - LIB_FUNCTION("lnHFrZV5zAY", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslShowMemoryStat); - LIB_FUNCTION("0K1yQ6Lv-Yc", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslTerm); - LIB_FUNCTION("UQ+3Qu7v3cA", "libSceSsl", 1, "libSceSsl", 1, 1, sceSslUnloadCert); - LIB_FUNCTION("26lYor6xrR4", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_acceptConnection); - LIB_FUNCTION("iHBiYOSciqY", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_acceptConnectionCommon); - LIB_FUNCTION("budJurAYNHc", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_assignCertificateStore); - LIB_FUNCTION("dCRcdgdoIEI", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_acceptConnection); - LIB_FUNCTION("KI5jhdvg2S8", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_closeConnection); - LIB_FUNCTION("hk+NcQTQlqI", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_connect); - LIB_FUNCTION("rKD5kXcvN0E", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_connectCommon); - LIB_FUNCTION("Fxq5MuWRkSw", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_getRecvBuffer); - LIB_FUNCTION("vCpt1jyL6C4", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_getSendBuffer); - LIB_FUNCTION("wZp1hBtjV1I", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_init); - LIB_FUNCTION("P+O-4XCIODs", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_initServer); - LIB_FUNCTION("GfDzwBDRl3M", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_recvMessage); - LIB_FUNCTION("oM5w6Fb4TWM", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_recvMessage2); - LIB_FUNCTION("dim5NDlc7Vs", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_sendMessage); - LIB_FUNCTION("Qq0o-+hobOI", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_sendMessagePending); - LIB_FUNCTION("y+ZFCsZYNME", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ASYNC_start); - LIB_FUNCTION("5g9cNS3IFCk", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_closeConnection); - LIB_FUNCTION("i9AvJK-l5Jk", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_connect); - LIB_FUNCTION("mgs+n71u35Y", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_connectWithCfgParam); - LIB_FUNCTION("4hPwsDmVKZc", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_enableCiphers); - LIB_FUNCTION("yUd2ukhZLJI", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_findConnectionInstance); - LIB_FUNCTION("J7LWSdYo0Zg", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_getCipherInfo); - LIB_FUNCTION("kRb0lquIrj0", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_getClientRandom); - LIB_FUNCTION("sSD8SHia8Zc", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_getClientSessionInfo); - LIB_FUNCTION("eT7n5lcEYCc", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_getCookie); - LIB_FUNCTION("2Irwf6Oqt4E", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_getNextSessionId); - LIB_FUNCTION("s9qIeprVILk", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_getServerRandom); - LIB_FUNCTION("NRoSvM1VPm8", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_getSessionCache); - LIB_FUNCTION("dHosoPLXaMw", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_getSessionFlags); - LIB_FUNCTION("7QgvTqUGFlU", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_getSessionInfo); - LIB_FUNCTION("ufoBDuHGOlM", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_getSessionStatus); - LIB_FUNCTION("EAoybreRrGU", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_getSocketId); - LIB_FUNCTION("ElUzZAXIvY0", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_getSSLTLSVersion); - LIB_FUNCTION("Wi9eDU54UCU", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_init); - LIB_FUNCTION("BSqmh5B4KTg", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_initiateRehandshake); - LIB_FUNCTION("xIFe7m4wqX4", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_initServerCert); - LIB_FUNCTION("zlMZOG3VDYg", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_ioctl); - LIB_FUNCTION("fje5RYUa+2g", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_isSessionSSL); - LIB_FUNCTION("IKENWUUd8bk", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_lockSessionCacheMutex); - LIB_FUNCTION("n6-12LafAeA", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_lookupAlert); - LIB_FUNCTION("H4Z3ShBNjSA", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_negotiateConnection); - LIB_FUNCTION("9PTAJclcW50", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_recv); - LIB_FUNCTION("NrZz0ZgQrao", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_recvPending); - LIB_FUNCTION("SHInb+l58Bs", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_releaseTables); - LIB_FUNCTION("f0MBRCQeOEg", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_retrieveServerNameList); - LIB_FUNCTION("6J0PLGaYl0Y", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_rngFun); - LIB_FUNCTION("MoaZ6-hDS-k", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_send); - LIB_FUNCTION("H02lfd0hCG0", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_sendAlert); - LIB_FUNCTION("nXlhepw9ztI", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_sendPending); - LIB_FUNCTION("Bf0pzkQc6CU", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_setCookie); - LIB_FUNCTION("dSP1n53RtVw", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_setServerCert); - LIB_FUNCTION("kNIvrkD-XJk", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_setServerNameList); - LIB_FUNCTION("pbTq-nEsN1w", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_setSessionFlags); - LIB_FUNCTION("-UDxVMs9h9M", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_shutdown); - LIB_FUNCTION("nH9FVvfZhCs", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_sslSettings); - LIB_FUNCTION("2Bd7UoCRhQ8", "libSceSsl", 1, "libSceSsl", 1, 1, SSL_validateCertParam); - LIB_FUNCTION("wcVuyTUr5ys", "libSceSsl", 1, "libSceSsl", 1, 1, VLONG_freeVlongQueue); - LIB_FUNCTION("IuduYLwFh9c", "libSceSsl", 1, "libSceSsl", 1, 1, Func_22E76E60BC0587D7); - LIB_FUNCTION("KPh5GncdOcc", "libSceSsl", 1, "libSceSsl", 1, 1, Func_28F8791A771D39C7); + LIB_FUNCTION("uS9P+bSWOC0", "libSceSsl", 1, "libSceSsl", CERT_STORE_findIdentityCertChainNext); + LIB_FUNCTION("k3RI-YRkW-M", "libSceSsl", 1, "libSceSsl", CERT_STORE_findPskByIdentity); + LIB_FUNCTION("AloU5nLupdU", "libSceSsl", 1, "libSceSsl", CERT_STORE_releaseStore); + LIB_FUNCTION("gAHkf68L6+0", "libSceSsl", 1, "libSceSsl", CERT_STORE_traversePskListHead); + LIB_FUNCTION("w2CtqF+x7og", "libSceSsl", 1, "libSceSsl", CERT_STORE_traversePskListNext); + LIB_FUNCTION("GTSbNvpE1fQ", "libSceSsl", 1, "libSceSsl", CERT_validateCertificate); + LIB_FUNCTION("j6Wk8AtmVQM", "libSceSsl", 1, "libSceSsl", CERT_validateCertificateWithConf); + LIB_FUNCTION("wdl-XapuxKU", "libSceSsl", 1, "libSceSsl", CERT_VerifyCertificatePolicies); + LIB_FUNCTION("BQah1z-QS-w", "libSceSsl", 1, "libSceSsl", CERT_VerifyCertificatePolicies2); + LIB_FUNCTION("GPRMLcwyslw", "libSceSsl", 1, "libSceSsl", CERT_verifySignature); + LIB_FUNCTION("CAgB8oEGwsY", "libSceSsl", 1, "libSceSsl", CERT_VerifyValidityTime); + LIB_FUNCTION("3wferxuMV6Y", "libSceSsl", 1, "libSceSsl", CERT_VerifyValidityTime2); + LIB_FUNCTION("UO2a3+5CCCs", "libSceSsl", 1, "libSceSsl", CERT_VerifyValidityTimeWithConf); + LIB_FUNCTION("PRWr3-ytpdg", "libSceSsl", 1, "libSceSsl", CRYPTO_initAsymmetricKey); + LIB_FUNCTION("cW7VCIMCh9A", "libSceSsl", 1, "libSceSsl", CRYPTO_uninitAsymmetricKey); + LIB_FUNCTION("u+brAYVFGUs", "libSceSsl", 1, "libSceSsl", GC_createInstanceIDs); + LIB_FUNCTION("pOmcRglskbI", "libSceSsl", 1, "libSceSsl", getCertSigAlgo); + LIB_FUNCTION("uBqy-2-dQ-A", "libSceSsl", 1, "libSceSsl", MOCANA_freeMocana); + LIB_FUNCTION("U3NHH12yORo", "libSceSsl", 1, "libSceSsl", MOCANA_initMocana); + LIB_FUNCTION("pBwtarKd7eg", "libSceSsl", 1, "libSceSsl", RSA_verifySignature); + LIB_FUNCTION("1VM0h1JrUfA", "libSceSsl", 1, "libSceSsl", sceSslCheckRecvPending); + LIB_FUNCTION("viRXSHZYd0c", "libSceSsl", 1, "libSceSsl", sceSslClose); + LIB_FUNCTION("zXvd6iNyfgc", "libSceSsl", 1, "libSceSsl", sceSslConnect); + LIB_FUNCTION("P14ATpXc4J8", "libSceSsl", 1, "libSceSsl", sceSslCreateSslConnection); + LIB_FUNCTION("hwrHV6Pprk4", "libSceSsl", 1, "libSceSsl", sceSslDeleteSslConnection); + LIB_FUNCTION("iLKz4+ukLqk", "libSceSsl", 1, "libSceSsl", sceSslDisableOption); + LIB_FUNCTION("-WqxBRAUVM4", "libSceSsl", 1, "libSceSsl", sceSslDisableOptionInternal); + LIB_FUNCTION("w1+L-27nYas", "libSceSsl", 1, "libSceSsl", sceSslDisableOptionInternalInsecure); + LIB_FUNCTION("m-zPyAsIpco", "libSceSsl", 1, "libSceSsl", sceSslEnableOption); + LIB_FUNCTION("g-zCwUKstEQ", "libSceSsl", 1, "libSceSsl", sceSslEnableOptionInternal); + LIB_FUNCTION("qIvLs0gYxi0", "libSceSsl", 1, "libSceSsl", sceSslFreeCaCerts); + LIB_FUNCTION("+DzXseDVkeI", "libSceSsl", 1, "libSceSsl", sceSslFreeCaList); + LIB_FUNCTION("RwXD8grHZHM", "libSceSsl", 1, "libSceSsl", sceSslFreeSslCertName); + LIB_FUNCTION("TDfQqO-gMbY", "libSceSsl", 1, "libSceSsl", sceSslGetCaCerts); + LIB_FUNCTION("qOn+wm28wmA", "libSceSsl", 1, "libSceSsl", sceSslGetCaList); + LIB_FUNCTION("7whYpYfHP74", "libSceSsl", 1, "libSceSsl", sceSslGetIssuerName); + LIB_FUNCTION("-PoIzr3PEk0", "libSceSsl", 1, "libSceSsl", sceSslGetMemoryPoolStats); + LIB_FUNCTION("R1ePzopYPYM", "libSceSsl", 1, "libSceSsl", sceSslGetNameEntryCount); + LIB_FUNCTION("7RBSTKGrmDA", "libSceSsl", 1, "libSceSsl", sceSslGetNameEntryInfo); + LIB_FUNCTION("AzUipl-DpIw", "libSceSsl", 1, "libSceSsl", sceSslGetNanoSSLModuleId); + LIB_FUNCTION("xHpt6+2pGYk", "libSceSsl", 1, "libSceSsl", sceSslGetNotAfter); + LIB_FUNCTION("Eo0S65Jy28Q", "libSceSsl", 1, "libSceSsl", sceSslGetNotBefore); + LIB_FUNCTION("DOwXL+FQMEY", "libSceSsl", 1, "libSceSsl", sceSslGetSerialNumber); + LIB_FUNCTION("0XcZknp7-Wc", "libSceSsl", 1, "libSceSsl", sceSslGetSslError); + LIB_FUNCTION("dQReuBX9sD8", "libSceSsl", 1, "libSceSsl", sceSslGetSubjectName); + LIB_FUNCTION("hdpVEUDFW3s", "libSceSsl", 1, "libSceSsl", sceSslInit); + LIB_FUNCTION("Ab7+DH+gYyM", "libSceSsl", 1, "libSceSsl", sceSslLoadCert); + LIB_FUNCTION("3-643mGVFJo", "libSceSsl", 1, "libSceSsl", sceSslLoadRootCACert); + LIB_FUNCTION("hi0veU3L2pU", "libSceSsl", 1, "libSceSsl", sceSslRecv); + LIB_FUNCTION("50R2xYaYZwE", "libSceSsl", 1, "libSceSsl", sceSslReuseConnection); + LIB_FUNCTION("p5bM5PPufFY", "libSceSsl", 1, "libSceSsl", sceSslSend); + LIB_FUNCTION("QWSxBzf6lAg", "libSceSsl", 1, "libSceSsl", sceSslSetMinSslVersion); + LIB_FUNCTION("bKaEtQnoUuQ", "libSceSsl", 1, "libSceSsl", sceSslSetSslVersion); + LIB_FUNCTION("E4a-ahM57QQ", "libSceSsl", 1, "libSceSsl", sceSslSetVerifyCallback); + LIB_FUNCTION("lnHFrZV5zAY", "libSceSsl", 1, "libSceSsl", sceSslShowMemoryStat); + LIB_FUNCTION("0K1yQ6Lv-Yc", "libSceSsl", 1, "libSceSsl", sceSslTerm); + LIB_FUNCTION("UQ+3Qu7v3cA", "libSceSsl", 1, "libSceSsl", sceSslUnloadCert); + LIB_FUNCTION("26lYor6xrR4", "libSceSsl", 1, "libSceSsl", SSL_acceptConnection); + LIB_FUNCTION("iHBiYOSciqY", "libSceSsl", 1, "libSceSsl", SSL_acceptConnectionCommon); + LIB_FUNCTION("budJurAYNHc", "libSceSsl", 1, "libSceSsl", SSL_assignCertificateStore); + LIB_FUNCTION("dCRcdgdoIEI", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_acceptConnection); + LIB_FUNCTION("KI5jhdvg2S8", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_closeConnection); + LIB_FUNCTION("hk+NcQTQlqI", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_connect); + LIB_FUNCTION("rKD5kXcvN0E", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_connectCommon); + LIB_FUNCTION("Fxq5MuWRkSw", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_getRecvBuffer); + LIB_FUNCTION("vCpt1jyL6C4", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_getSendBuffer); + LIB_FUNCTION("wZp1hBtjV1I", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_init); + LIB_FUNCTION("P+O-4XCIODs", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_initServer); + LIB_FUNCTION("GfDzwBDRl3M", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_recvMessage); + LIB_FUNCTION("oM5w6Fb4TWM", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_recvMessage2); + LIB_FUNCTION("dim5NDlc7Vs", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_sendMessage); + LIB_FUNCTION("Qq0o-+hobOI", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_sendMessagePending); + LIB_FUNCTION("y+ZFCsZYNME", "libSceSsl", 1, "libSceSsl", SSL_ASYNC_start); + LIB_FUNCTION("5g9cNS3IFCk", "libSceSsl", 1, "libSceSsl", SSL_closeConnection); + LIB_FUNCTION("i9AvJK-l5Jk", "libSceSsl", 1, "libSceSsl", SSL_connect); + LIB_FUNCTION("mgs+n71u35Y", "libSceSsl", 1, "libSceSsl", SSL_connectWithCfgParam); + LIB_FUNCTION("4hPwsDmVKZc", "libSceSsl", 1, "libSceSsl", SSL_enableCiphers); + LIB_FUNCTION("yUd2ukhZLJI", "libSceSsl", 1, "libSceSsl", SSL_findConnectionInstance); + LIB_FUNCTION("J7LWSdYo0Zg", "libSceSsl", 1, "libSceSsl", SSL_getCipherInfo); + LIB_FUNCTION("kRb0lquIrj0", "libSceSsl", 1, "libSceSsl", SSL_getClientRandom); + LIB_FUNCTION("sSD8SHia8Zc", "libSceSsl", 1, "libSceSsl", SSL_getClientSessionInfo); + LIB_FUNCTION("eT7n5lcEYCc", "libSceSsl", 1, "libSceSsl", SSL_getCookie); + LIB_FUNCTION("2Irwf6Oqt4E", "libSceSsl", 1, "libSceSsl", SSL_getNextSessionId); + LIB_FUNCTION("s9qIeprVILk", "libSceSsl", 1, "libSceSsl", SSL_getServerRandom); + LIB_FUNCTION("NRoSvM1VPm8", "libSceSsl", 1, "libSceSsl", SSL_getSessionCache); + LIB_FUNCTION("dHosoPLXaMw", "libSceSsl", 1, "libSceSsl", SSL_getSessionFlags); + LIB_FUNCTION("7QgvTqUGFlU", "libSceSsl", 1, "libSceSsl", SSL_getSessionInfo); + LIB_FUNCTION("ufoBDuHGOlM", "libSceSsl", 1, "libSceSsl", SSL_getSessionStatus); + LIB_FUNCTION("EAoybreRrGU", "libSceSsl", 1, "libSceSsl", SSL_getSocketId); + LIB_FUNCTION("ElUzZAXIvY0", "libSceSsl", 1, "libSceSsl", SSL_getSSLTLSVersion); + LIB_FUNCTION("Wi9eDU54UCU", "libSceSsl", 1, "libSceSsl", SSL_init); + LIB_FUNCTION("BSqmh5B4KTg", "libSceSsl", 1, "libSceSsl", SSL_initiateRehandshake); + LIB_FUNCTION("xIFe7m4wqX4", "libSceSsl", 1, "libSceSsl", SSL_initServerCert); + LIB_FUNCTION("zlMZOG3VDYg", "libSceSsl", 1, "libSceSsl", SSL_ioctl); + LIB_FUNCTION("fje5RYUa+2g", "libSceSsl", 1, "libSceSsl", SSL_isSessionSSL); + LIB_FUNCTION("IKENWUUd8bk", "libSceSsl", 1, "libSceSsl", SSL_lockSessionCacheMutex); + LIB_FUNCTION("n6-12LafAeA", "libSceSsl", 1, "libSceSsl", SSL_lookupAlert); + LIB_FUNCTION("H4Z3ShBNjSA", "libSceSsl", 1, "libSceSsl", SSL_negotiateConnection); + LIB_FUNCTION("9PTAJclcW50", "libSceSsl", 1, "libSceSsl", SSL_recv); + LIB_FUNCTION("NrZz0ZgQrao", "libSceSsl", 1, "libSceSsl", SSL_recvPending); + LIB_FUNCTION("SHInb+l58Bs", "libSceSsl", 1, "libSceSsl", SSL_releaseTables); + LIB_FUNCTION("f0MBRCQeOEg", "libSceSsl", 1, "libSceSsl", SSL_retrieveServerNameList); + LIB_FUNCTION("6J0PLGaYl0Y", "libSceSsl", 1, "libSceSsl", SSL_rngFun); + LIB_FUNCTION("MoaZ6-hDS-k", "libSceSsl", 1, "libSceSsl", SSL_send); + LIB_FUNCTION("H02lfd0hCG0", "libSceSsl", 1, "libSceSsl", SSL_sendAlert); + LIB_FUNCTION("nXlhepw9ztI", "libSceSsl", 1, "libSceSsl", SSL_sendPending); + LIB_FUNCTION("Bf0pzkQc6CU", "libSceSsl", 1, "libSceSsl", SSL_setCookie); + LIB_FUNCTION("dSP1n53RtVw", "libSceSsl", 1, "libSceSsl", SSL_setServerCert); + LIB_FUNCTION("kNIvrkD-XJk", "libSceSsl", 1, "libSceSsl", SSL_setServerNameList); + LIB_FUNCTION("pbTq-nEsN1w", "libSceSsl", 1, "libSceSsl", SSL_setSessionFlags); + LIB_FUNCTION("-UDxVMs9h9M", "libSceSsl", 1, "libSceSsl", SSL_shutdown); + LIB_FUNCTION("nH9FVvfZhCs", "libSceSsl", 1, "libSceSsl", SSL_sslSettings); + LIB_FUNCTION("2Bd7UoCRhQ8", "libSceSsl", 1, "libSceSsl", SSL_validateCertParam); + LIB_FUNCTION("wcVuyTUr5ys", "libSceSsl", 1, "libSceSsl", VLONG_freeVlongQueue); + LIB_FUNCTION("IuduYLwFh9c", "libSceSsl", 1, "libSceSsl", Func_22E76E60BC0587D7); + LIB_FUNCTION("KPh5GncdOcc", "libSceSsl", 1, "libSceSsl", Func_28F8791A771D39C7); }; } // namespace Libraries::Ssl \ No newline at end of file diff --git a/libraries/sysmodule.cpp b/libraries/sysmodule.cpp index 11f277f..1e48cfa 100644 --- a/libraries/sysmodule.cpp +++ b/libraries/sysmodule.cpp @@ -89,37 +89,34 @@ s32 PS4_SYSV_ABI sceSysmoduleUnloadModuleInternalWithArg() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("D8cuU4d72xM", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("D8cuU4d72xM", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleGetModuleHandleInternal); - LIB_FUNCTION("4fU5yvOkVG4", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("4fU5yvOkVG4", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleGetModuleInfoForUnwind); - LIB_FUNCTION("ctfO7dQ7geg", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("ctfO7dQ7geg", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleIsCalledFromSysModule); - LIB_FUNCTION("no6T3EfiS3E", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("no6T3EfiS3E", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleIsCameraPreloaded); - LIB_FUNCTION("fMP5NHUOaMk", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, - sceSysmoduleIsLoaded); - LIB_FUNCTION("ynFKQ5bfGks", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("fMP5NHUOaMk", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleIsLoaded); + LIB_FUNCTION("ynFKQ5bfGks", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleIsLoadedInternal); - LIB_FUNCTION("g8cM39EUZ6o", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, - sceSysmoduleLoadModule); - LIB_FUNCTION("CU8m+Qs+HN4", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("g8cM39EUZ6o", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleLoadModule); + LIB_FUNCTION("CU8m+Qs+HN4", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleLoadModuleByNameInternal); - LIB_FUNCTION("39iV5E1HoCk", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("39iV5E1HoCk", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleLoadModuleInternal); - LIB_FUNCTION("hHrGoGoNf+s", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("hHrGoGoNf+s", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleLoadModuleInternalWithArg); - LIB_FUNCTION("lZ6RvVl0vo0", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("lZ6RvVl0vo0", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleMapLibcForLibkernel); - LIB_FUNCTION("DOO+zuW1lrE", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("DOO+zuW1lrE", "libSceSysmodule", 1, "libSceSysmodule", sceSysmodulePreloadModuleForLibkernel); - LIB_FUNCTION("eR2bZFAAU0Q", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, - sceSysmoduleUnloadModule); - LIB_FUNCTION("vpTHmA6Knvg", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("eR2bZFAAU0Q", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleUnloadModule); + LIB_FUNCTION("vpTHmA6Knvg", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleUnloadModuleByNameInternal); - LIB_FUNCTION("vXZhrtJxkGc", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("vXZhrtJxkGc", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleUnloadModuleInternal); - LIB_FUNCTION("aKa6YfBKZs4", "libSceSysmodule", 1, "libSceSysmodule", 1, 1, + LIB_FUNCTION("aKa6YfBKZs4", "libSceSysmodule", 1, "libSceSysmodule", sceSysmoduleUnloadModuleInternalWithArg); }; diff --git a/libraries/systemservice.cpp b/libraries/systemservice.cpp index 085d1d7..012a5b7 100644 --- a/libraries/systemservice.cpp +++ b/libraries/systemservice.cpp @@ -8,867 +8,642 @@ namespace Libraries::SystemService { -s32 PS4_SYSV_ABI sceSystemStateMgrCancelShutdownTimer() { +s32 PS4_SYSV_ABI sceAppMessagingClearEventFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrEnterMediaPlaybackMode() { +s32 PS4_SYSV_ABI sceAppMessagingReceiveMsg() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrEnterStandby() { +s32 PS4_SYSV_ABI sceAppMessagingSendMsg() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimer() { +s32 PS4_SYSV_ABI sceAppMessagingSendMsgToShellCore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimerForPostAutoUpdateProcess() { +s32 PS4_SYSV_ABI sceAppMessagingSendMsgToShellUI() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrGetCurrentState() { +s32 PS4_SYSV_ABI sceAppMessagingSetEventFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrGetTriggerCode() { +s32 PS4_SYSV_ABI sceAppMessagingTryGetEventFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrIsBdDriveReady() { +s32 PS4_SYSV_ABI sceAppMessagingTryReceiveMsg() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrIsGpuPerformanceNormal() { +s32 PS4_SYSV_ABI Func_C8E899ABEF7F64C4() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrIsShellUIShutdownInProgress() { +s32 PS4_SYSV_ABI Func_F74BA759B9C8D2A1() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrIsStandbyModeEnabled() { +s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfExtraAudioDevices() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrLeaveMediaPlaybackMode() { +s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfImeForBigApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrNotifySystemSuspendResumeProgress() { +s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfInGameStore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrReboot() { +s32 PS4_SYSV_ABI sceLncUtilActivateCdlg() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrSendCecOneTouchPlayCommand() { +s32 PS4_SYSV_ABI sceLncUtilAddLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrStartRebootTimer() { +s32 PS4_SYSV_ABI sceLncUtilBlockAppSuspend() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrStartShutdownTimer() { +s32 PS4_SYSV_ABI sceLncUtilBlockingGetEventForDaemon() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrStartStadbyTimer() { +s32 PS4_SYSV_ABI sceLncUtilContinueApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrStartVshAutoUpdateTimer() { +s32 PS4_SYSV_ABI sceLncUtilCrashSyscore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrTickMusicPlayback() { +s32 PS4_SYSV_ABI sceLncUtilDeactivateCdlg() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrTickPartyChat() { +s32 PS4_SYSV_ABI sceLncUtilDeclareReadyForSuspend() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrTurnOff() { +s32 PS4_SYSV_ABI sceLncUtilDisableSuspendNotification() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrVshAutoUpdate() { +s32 PS4_SYSV_ABI sceLncUtilEnableSuspendNotification() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrWaitVshAutoUpdateVerifyDone() { +s32 PS4_SYSV_ABI sceLncUtilFinishSpecialResume() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemStateMgrWakeUp() { +s32 PS4_SYSV_ABI sceLncUtilForceKillApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_89F262179C22B49E() { +s32 PS4_SYSV_ABI sceLncUtilForceKillLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_AC8A8FAB4A1696B8() { +s32 PS4_SYSV_ABI sceLncUtilGetApp0DirPath() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_6B1CDB955F0EBD65() { +s32 PS4_SYSV_ABI sceLncUtilGetAppCategory() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_CB5E885E225F69F0() { +s32 PS4_SYSV_ABI sceLncUtilGetAppFocusedAppStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceLaunchTournamentList() { +s32 PS4_SYSV_ABI sceLncUtilGetAppId() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_C67FC780F5B6F71E() { +s32 PS4_SYSV_ABI sceLncUtilGetAppIdOfBigApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Abort() { +s32 PS4_SYSV_ABI sceLncUtilGetAppIdOfMiniApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2GetStatus() { +s32 PS4_SYSV_ABI sceLncUtilGetAppLaunchedUser() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Init() { +s32 PS4_SYSV_ABI sceLncUtilGetAppStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2IsActivated() { +s32 PS4_SYSV_ABI sceLncUtilGetAppStatusListForShellUIReboot() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Start() { +s32 PS4_SYSV_ABI sceLncUtilGetAppTitleId() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Term() { +s32 PS4_SYSV_ABI sceLncUtilGetAppType() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetDbgExecutablePath() { +s32 PS4_SYSV_ABI sceLncUtilGetCdlgExec() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceLaunchWebApp() { +s32 PS4_SYSV_ABI sceLncUtilGetCoredumpState() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_B8495C766861FDCF() { +s32 PS4_SYSV_ABI sceLncUtilGetDbgExecutablePath() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceLaunchWebBrowser() { +s32 PS4_SYSV_ABI sceLncUtilGetEventForDaemon() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceInvokeAppLaunchLink() { +s32 PS4_SYSV_ABI sceLncUtilGetEventForShellUI() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoft() { +s32 PS4_SYSV_ABI sceLncUtilGetGpuCrashFullDumpAppStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftAbort() { +s32 PS4_SYSV_ABI sceLncUtilGetLocalProcessStatusList() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftGetStatus() { +s32 PS4_SYSV_ABI sceLncUtilGetParentSocket() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftInit() { +s32 PS4_SYSV_ABI sceLncUtilGetResultKillApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftIsActivated() { +s32 PS4_SYSV_ABI sceLncUtilGetResultLaunchAppByTitleId() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftStart() { +s32 PS4_SYSV_ABI sceLncUtilInitialize() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftTerm() { +s32 PS4_SYSV_ABI sceLncUtilIsActiveCdlg() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceDisablePersonalEyeToEyeDistanceSetting() { +s32 PS4_SYSV_ABI sceLncUtilIsAppLaunched() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceEnablePersonalEyeToEyeDistanceSetting() { +s32 PS4_SYSV_ABI sceLncUtilIsAppSuspended() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceShowClosedCaptionAdvancedSettings() { +s32 PS4_SYSV_ABI sceLncUtilIsCpuBudgetOfExtraAudioDevicesAvailable() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceShowClosedCaptionSettings() { +s32 PS4_SYSV_ABI sceLncUtilIsPs2Emu() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevc() { +s32 PS4_SYSV_ABI sceLncUtilIsShellUiFgAndGameBgCpuMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcAbort() { +s32 PS4_SYSV_ABI sceLncUtilKickCoredumpOnlyProcMem() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcGetStatus() { +s32 PS4_SYSV_ABI sceLncUtilKillApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcInit() { +s32 PS4_SYSV_ABI sceLncUtilKillAppWithReason() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcIsActivated() { +s32 PS4_SYSV_ABI sceLncUtilKillLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcStart() { +s32 PS4_SYSV_ABI sceLncUtilLaunchApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcTerm() { +s32 PS4_SYSV_ABI sceLncUtilLoadExec() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForJvm() { +s32 PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestEnd() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForJvm() { +s32 PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestProgress() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForJvm() { +s32 PS4_SYSV_ABI sceLncUtilNotifyVshReady() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_7C1183FC73629929() { +s32 PS4_SYSV_ABI sceLncUtilRaiseException() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceSaveVideoToken() { +s32 PS4_SYSV_ABI sceLncUtilRaiseExceptionLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceAcquireFb0() { +s32 PS4_SYSV_ABI sceLncUtilRegisterCdlgSharedMemoryName() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcess() { +s32 PS4_SYSV_ABI sceLncUtilRegisterDaemon() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPsmKit() { +s32 PS4_SYSV_ABI sceLncUtilRegisterShellUI() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceChangeAcpClock() { +s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfExtraAudioDevices() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceChangeCpuClock() { +s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfImeForBigApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceChangeGpuClock() { +s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfInGameStore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClock() { +s32 PS4_SYSV_ABI sceLncUtilResumeApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToBaseMode() { +s32 PS4_SYSV_ABI sceLncUtilResumeLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToDefault() { +s32 PS4_SYSV_ABI sceLncUtilSetAppFocus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToMultiMediaMode() { +s32 PS4_SYSV_ABI sceLncUtilSetCdlgExec() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceChangeNumberOfGpuCu() { +s32 PS4_SYSV_ABI sceLncUtilSetControllerFocus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceChangeSamuClock() { +s32 PS4_SYSV_ABI sceLncUtilSetControllerFocusPermission() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceChangeUvdClock() { +s32 PS4_SYSV_ABI sceLncUtilStartKillApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceChangeVceClock() { +s32 PS4_SYSV_ABI sceLncUtilStartLaunchAppByTitleId() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceDisableMusicPlayer() { +s32 PS4_SYSV_ABI sceLncUtilSuspendApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceDisableSuspendConfirmationDialog() { +s32 PS4_SYSV_ABI sceLncUtilSuspendBackgroundApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceEnableSuspendConfirmationDialog() { +s32 PS4_SYSV_ABI sceLncUtilSuspendLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetAppFocusedAppStatus() { +s32 PS4_SYSV_ABI sceLncUtilSystemSuspend() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetAppIdOfBigApp() { +s32 PS4_SYSV_ABI sceLncUtilTerminate() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetAppIdOfMiniApp() { +s32 PS4_SYSV_ABI sceLncUtilTryBlockAppSuspend() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetAppStatus() { +s32 PS4_SYSV_ABI sceLncUtilUnblockAppSuspend() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetAppType() { +s32 PS4_SYSV_ABI sceLncUtilUnregisterCdlgSharedMemoryName() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetDisplaySafeAreaInfo() { +s32 PS4_SYSV_ABI sceLncUtilUnregisterDaemon() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetEventForDaemon() { +s32 PS4_SYSV_ABI sceLncUtilUnregisterShellUI() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetGpuLoadEmulationMode() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoft() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetHdrToneMapLuminance() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftAbort() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetLocalProcessStatusList() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftGetStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetParentSocket() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftInit() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForPsmKit() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftIsActivated() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetPSButtonEvent() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftStart() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetRenderingMode() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftTerm() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilAccessibilityZoomLock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetTitleWorkaroundInfo() { +s32 PS4_SYSV_ABI sceShellCoreUtilAccessibilityZoomUnlock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetVersionNumberOfCameraCalibrationData() { +s32 PS4_SYSV_ABI sceShellCoreUtilAcquireBgmCpuBudget() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceHideSplashScreen() { +s32 PS4_SYSV_ABI sceShellCoreUtilAcquireRemotePlayCpuBudget() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceIsAppSuspended() { +s32 PS4_SYSV_ABI sceShellCoreUtilAcquireSharePlayCpuBudget() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceIsBgmPlaying() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateAbort() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceIsEyeToEyeDistanceAdjusted() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateGetStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceIsScreenSaverOn() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateInit() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceIsShellUiFgAndGameBgCpuMode() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateIsActivated() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceKillApp() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateRecordActivation() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcess() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateStart() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPsmKit() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateStartAsync() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceLaunchApp() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateTerm() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceLaunchEventDetails() { +s32 PS4_SYSV_ABI sceShellCoreUtilChangeRunLevel() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceLaunchTournamentsTeamProfile() { +s32 PS4_SYSV_ABI sceShellCoreUtilChangeToStaffModeForIDU() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceLoadExec() { +s32 PS4_SYSV_ABI sceShellCoreUtilCheckerAbort() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceNavigateToAnotherApp() { +s32 PS4_SYSV_ABI sceShellCoreUtilCleanupCrashReport() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoBack() { +s32 PS4_SYSV_ABI sceShellCoreUtilClearAppData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoBackWithValue() { +s32 PS4_SYSV_ABI sceShellCoreUtilClearPsnAccountInfo() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoHome() { +s32 PS4_SYSV_ABI sceShellCoreUtilCrashReportRequestCancel() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceParamGetInt() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeclareBeginOfExternalStorageAppMove() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceParamGetString() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeclareEndOfExternalStorageAppMove() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServicePowerTick() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDiscInstalledTitleWorkaroundFile() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceRaiseExceptionLocalProcess() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedHidConfigFile() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceReceiveEvent() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedNetEvConfigFile() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceReenableMusicPlayer() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedTitleWorkaroundFile() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceRegisterDaemon() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteSmrHddDummyData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceReleaseFb0() { +s32 PS4_SYSV_ABI sceShellCoreUtilDoFsck() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceReportAbnormalTermination() { +s32 PS4_SYSV_ABI sceShellCoreUtilDownloadHidConfigFileFromServer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceRequestCameraCalibration() { +s32 PS4_SYSV_ABI sceShellCoreUtilDownloadNetEvConfigFileFromServer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceRequestToChangeRenderingMode() { +s32 PS4_SYSV_ABI sceShellCoreUtilDownloadTitleWorkaroundFileFromServer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceResumeLocalProcess() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceSystemServiceSetControllerFocusPermission() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceSystemServiceSetGpuLoadEmulationMode() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayAreaFlag() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayZoneWarning() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceSystemServiceShowControllerSettings() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceSystemServiceShowDisplaySafeAreaSettings() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceSystemServiceShowEyeToEyeDistanceSetting() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceSystemServiceSuspendBackgroundApp() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceSystemServiceSuspendLocalProcess() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceSystemServiceTickVideoPlayback() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceSystemServiceTurnOffScreenSaver() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI Func_9031A344CB540F1A() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI Func_A9D4CF2568EAB837() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilAccessibilityZoomLock() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilAccessibilityZoomUnlock() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilAcquireBgmCpuBudget() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilAcquireRemotePlayCpuBudget() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilAcquireSharePlayCpuBudget() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilActivateAbort() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilActivateGetStatus() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilActivateInit() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilActivateIsActivated() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilActivateRecordActivation() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilActivateStart() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilActivateStartAsync() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilActivateTerm() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilChangeRunLevel() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilChangeToStaffModeForIDU() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilCheckerAbort() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilCleanupCrashReport() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilClearAppData() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilClearPsnAccountInfo() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilCrashReportRequestCancel() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilDeclareBeginOfExternalStorageAppMove() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilDeclareEndOfExternalStorageAppMove() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDiscInstalledTitleWorkaroundFile() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedHidConfigFile() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedNetEvConfigFile() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedTitleWorkaroundFile() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilDeleteSmrHddDummyData() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilDoFsck() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilDownloadHidConfigFileFromServer() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilDownloadNetEvConfigFileFromServer() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilDownloadTitleWorkaroundFileFromServer() { - LOG_ERROR(Lib_SystemService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceShellCoreUtilEnterPowerLockSection() { +s32 PS4_SYSV_ABI sceShellCoreUtilEnterPowerLockSection() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } @@ -1798,1514 +1573,1719 @@ s32 PS4_SYSV_ABI Func_B20628FF35C74111() { return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceInitializeForShellCore() { +s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForJvm() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfExtraAudioDevices() { +s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForJvm() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfImeForBigApp() { +s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForJvm() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfInGameStore() { +s32 PS4_SYSV_ABI sceSystemServiceAcquireFb0() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilActivateCdlg() { +s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilAddLocalProcess() { +s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPsmKit() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilBlockAppSuspend() { +s32 PS4_SYSV_ABI sceSystemServiceChangeAcpClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilBlockingGetEventForDaemon() { +s32 PS4_SYSV_ABI sceSystemServiceChangeCpuClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilContinueApp() { +s32 PS4_SYSV_ABI sceSystemServiceChangeGpuClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilCrashSyscore() { +s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilDeactivateCdlg() { +s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToBaseMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilDeclareReadyForSuspend() { +s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToDefault() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilDisableSuspendNotification() { +s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToMultiMediaMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilEnableSuspendNotification() { +s32 PS4_SYSV_ABI sceSystemServiceChangeNumberOfGpuCu() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilFinishSpecialResume() { +s32 PS4_SYSV_ABI sceSystemServiceChangeSamuClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilForceKillApp() { +s32 PS4_SYSV_ABI sceSystemServiceChangeUvdClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilForceKillLocalProcess() { +s32 PS4_SYSV_ABI sceSystemServiceChangeVceClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetApp0DirPath() { +s32 PS4_SYSV_ABI sceSystemServiceDisableMusicPlayer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetAppCategory() { +s32 PS4_SYSV_ABI sceSystemServiceDisablePersonalEyeToEyeDistanceSetting() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetAppFocusedAppStatus() { +s32 PS4_SYSV_ABI sceSystemServiceDisableSuspendConfirmationDialog() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetAppId() { +s32 PS4_SYSV_ABI sceSystemServiceEnablePersonalEyeToEyeDistanceSetting() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetAppIdOfBigApp() { +s32 PS4_SYSV_ABI sceSystemServiceEnableSuspendConfirmationDialog() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetAppIdOfMiniApp() { +s32 PS4_SYSV_ABI sceSystemServiceGetAppFocusedAppStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetAppLaunchedUser() { +s32 PS4_SYSV_ABI sceSystemServiceGetAppIdOfBigApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetAppStatus() { +s32 PS4_SYSV_ABI sceSystemServiceGetAppIdOfMiniApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetAppStatusListForShellUIReboot() { +s32 PS4_SYSV_ABI sceSystemServiceGetAppStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetAppTitleId() { +s32 PS4_SYSV_ABI sceSystemServiceGetAppType() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetAppType() { +s32 PS4_SYSV_ABI sceSystemServiceGetDisplaySafeAreaInfo() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetCdlgExec() { +s32 PS4_SYSV_ABI sceSystemServiceGetEventForDaemon() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetCoredumpState() { +s32 PS4_SYSV_ABI sceSystemServiceGetGpuLoadEmulationMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetDbgExecutablePath() { +s32 PS4_SYSV_ABI sceSystemServiceGetHdrToneMapLuminance() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetEventForDaemon() { +s32 PS4_SYSV_ABI sceSystemServiceGetLocalProcessStatusList() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetEventForShellUI() { +s32 PS4_SYSV_ABI sceSystemServiceGetParentSocket() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetGpuCrashFullDumpAppStatus() { +s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForPsmKit() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetLocalProcessStatusList() { +s32 PS4_SYSV_ABI sceSystemServiceGetPSButtonEvent() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetParentSocket() { +s32 PS4_SYSV_ABI sceSystemServiceGetRenderingMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetResultKillApp() { +s32 PS4_SYSV_ABI sceSystemServiceGetStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilGetResultLaunchAppByTitleId() { +s32 PS4_SYSV_ABI sceSystemServiceGetTitleWorkaroundInfo() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilInitialize() { +s32 PS4_SYSV_ABI sceSystemServiceGetVersionNumberOfCameraCalibrationData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilIsActiveCdlg() { +s32 PS4_SYSV_ABI sceSystemServiceHideSplashScreen() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilIsAppLaunched() { +s32 PS4_SYSV_ABI sceSystemServiceIsAppSuspended() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilIsAppSuspended() { +s32 PS4_SYSV_ABI sceSystemServiceIsBgmPlaying() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilIsCpuBudgetOfExtraAudioDevicesAvailable() { +s32 PS4_SYSV_ABI sceSystemServiceIsEyeToEyeDistanceAdjusted() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilIsPs2Emu() { +s32 PS4_SYSV_ABI sceSystemServiceIsScreenSaverOn() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilIsShellUiFgAndGameBgCpuMode() { +s32 PS4_SYSV_ABI sceSystemServiceIsShellUiFgAndGameBgCpuMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilKickCoredumpOnlyProcMem() { +s32 PS4_SYSV_ABI sceSystemServiceKillApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilKillApp() { +s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilKillAppWithReason() { +s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPsmKit() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilKillLocalProcess() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilLaunchApp() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchEventDetails() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilLoadExec() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchTournamentList() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestEnd() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchTournamentsTeamProfile() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestProgress() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchWebBrowser() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilNotifyVshReady() { +s32 PS4_SYSV_ABI sceSystemServiceLoadExec() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilRaiseException() { +s32 PS4_SYSV_ABI sceSystemServiceNavigateToAnotherApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilRaiseExceptionLocalProcess() { +s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoBack() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilRegisterCdlgSharedMemoryName() { +s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoBackWithValue() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilRegisterDaemon() { +s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoHome() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilRegisterShellUI() { +s32 PS4_SYSV_ABI sceSystemServiceParamGetInt() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfExtraAudioDevices() { +s32 PS4_SYSV_ABI sceSystemServiceParamGetString() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfImeForBigApp() { +s32 PS4_SYSV_ABI sceSystemServicePowerTick() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfInGameStore() { +s32 PS4_SYSV_ABI sceSystemServiceRaiseExceptionLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilResumeApp() { +s32 PS4_SYSV_ABI sceSystemServiceReceiveEvent() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilResumeLocalProcess() { +s32 PS4_SYSV_ABI sceSystemServiceReenableMusicPlayer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilSetAppFocus() { +s32 PS4_SYSV_ABI sceSystemServiceRegisterDaemon() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilSetCdlgExec() { +s32 PS4_SYSV_ABI sceSystemServiceReleaseFb0() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilSetControllerFocus() { +s32 PS4_SYSV_ABI sceSystemServiceReportAbnormalTermination() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilSetControllerFocusPermission() { +s32 PS4_SYSV_ABI sceSystemServiceRequestCameraCalibration() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilStartKillApp() { +s32 PS4_SYSV_ABI sceSystemServiceRequestToChangeRenderingMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilStartLaunchAppByTitleId() { +s32 PS4_SYSV_ABI sceSystemServiceResumeLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilSuspendApp() { +s32 PS4_SYSV_ABI sceSystemServiceSetControllerFocusPermission() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilSuspendBackgroundApp() { +s32 PS4_SYSV_ABI sceSystemServiceSetGpuLoadEmulationMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilSuspendLocalProcess() { +s32 PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayAreaFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilSystemSuspend() { +s32 PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayZoneWarning() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilTerminate() { +s32 PS4_SYSV_ABI sceSystemServiceShowControllerSettings() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilTryBlockAppSuspend() { +s32 PS4_SYSV_ABI sceSystemServiceShowDisplaySafeAreaSettings() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilUnblockAppSuspend() { +s32 PS4_SYSV_ABI sceSystemServiceShowEyeToEyeDistanceSetting() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilUnregisterCdlgSharedMemoryName() { +s32 PS4_SYSV_ABI sceSystemServiceSuspendBackgroundApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilUnregisterDaemon() { +s32 PS4_SYSV_ABI sceSystemServiceSuspendLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceLncUtilUnregisterShellUI() { +s32 PS4_SYSV_ABI sceSystemServiceTickVideoPlayback() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceTelemetrySetData() { +s32 PS4_SYSV_ABI sceSystemServiceTurnOffScreenSaver() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceAppMessagingClearEventFlag() { +s32 PS4_SYSV_ABI Func_9031A344CB540F1A() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceAppMessagingReceiveMsg() { +s32 PS4_SYSV_ABI Func_A9D4CF2568EAB837() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceAppMessagingSendMsg() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchWebApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceAppMessagingSendMsgToShellCore() { +s32 PS4_SYSV_ABI Func_B8495C766861FDCF() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceAppMessagingSendMsgToShellUI() { +s32 PS4_SYSV_ABI sceSystemServiceGetDbgExecutablePath() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceAppMessagingSetEventFlag() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevc() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceAppMessagingTryGetEventFlag() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcAbort() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceAppMessagingTryReceiveMsg() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcGetStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_C8E899ABEF7F64C4() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcInit() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_F74BA759B9C8D2A1() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcIsActivated() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceDisablePartyVoice() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcStart() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceReenablePartyVoice() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcTerm() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacyDefinitionData() { +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Abort() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacyDefinitionVersion() { +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2GetStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacySetting() { +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Init() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceRequestPowerOff() { +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2IsActivated() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceRequestReboot() { +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Start() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPs2Emu() { +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Term() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForPs2Emu() { +s32 PS4_SYSV_ABI sceSystemStateMgrCancelShutdownTimer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPs2Emu() { +s32 PS4_SYSV_ABI sceSystemStateMgrEnterMediaPlaybackMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceShowImposeMenuForPs2Emu() { +s32 PS4_SYSV_ABI sceSystemStateMgrEnterStandby() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceDisableVoiceRecognition() { +s32 PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceReenableVoiceRecognition() { +s32 PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimerForPostAutoUpdateProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceDeclareReadyForSuspend() { +s32 PS4_SYSV_ABI sceSystemStateMgrGetCurrentState() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceDisableSuspendNotification() { +s32 PS4_SYSV_ABI sceSystemStateMgrGetTriggerCode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceEnableSuspendNotification() { +s32 PS4_SYSV_ABI sceSystemStateMgrIsBdDriveReady() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceLaunchStore() { +s32 PS4_SYSV_ABI sceSystemStateMgrIsGpuPerformanceNormal() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceSetPowerSaveLevel() { +s32 PS4_SYSV_ABI sceSystemStateMgrIsShellUIShutdownInProgress() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceLaunchUdsApp() { +s32 PS4_SYSV_ABI sceSystemStateMgrIsStandbyModeEnabled() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceSystemServiceLoadExecVideoServiceWebApp() { +s32 PS4_SYSV_ABI sceSystemStateMgrLeaveMediaPlaybackMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("eBFzDYThras", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrCancelShutdownTimer); - LIB_FUNCTION("Ap5dJ0zHRVY", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrEnterMediaPlaybackMode); - LIB_FUNCTION("Laac0S4FuhE", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrEnterStandby); - LIB_FUNCTION("rSquvOtwQmk", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrExtendShutdownTimer); - LIB_FUNCTION("FzjISMWw5Xg", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrExtendShutdownTimerForPostAutoUpdateProcess); - LIB_FUNCTION("ze0ky5Q1yE8", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrGetCurrentState); - LIB_FUNCTION("wlxvESTUplk", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrGetTriggerCode); - LIB_FUNCTION("cmjuYpVujQs", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrIsBdDriveReady); - LIB_FUNCTION("texLPLDXDso", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrIsGpuPerformanceNormal); - LIB_FUNCTION("asLBe0esmIY", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrIsShellUIShutdownInProgress); - LIB_FUNCTION("j3IrOCL+DmM", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrIsStandbyModeEnabled); - LIB_FUNCTION("88y5DztlXBE", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrLeaveMediaPlaybackMode); - LIB_FUNCTION("H2f6ZwIqLJg", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrNotifySystemSuspendResumeProgress); - LIB_FUNCTION("uR1wFHXX1XQ", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrReboot); - LIB_FUNCTION("gPx1b36zyMY", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrSendCecOneTouchPlayCommand); - LIB_FUNCTION("PcJ5DLzZXSs", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrStartRebootTimer); - LIB_FUNCTION("7qf7mhzOQPo", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrStartShutdownTimer); - LIB_FUNCTION("ZwhQSHTqGpE", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrStartStadbyTimer); - LIB_FUNCTION("YWftBq50hcA", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrStartVshAutoUpdateTimer); - LIB_FUNCTION("ypl-BoZZKOM", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrTickMusicPlayback); - LIB_FUNCTION("GvqPsPX4EUI", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrTickPartyChat); - LIB_FUNCTION("gK3EX6ZKtKc", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrTurnOff); - LIB_FUNCTION("U1dZXAjkBVo", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrVshAutoUpdate); - LIB_FUNCTION("geg26leOsvw", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrWaitVshAutoUpdateVerifyDone); - LIB_FUNCTION("6gtqLPVTdJY", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - sceSystemStateMgrWakeUp); - LIB_FUNCTION("ifJiF5witJ4", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - Func_89F262179C22B49E); - LIB_FUNCTION("rIqPq0oWlrg", "libSceSystemStateMgr", 1, "libSceSystemService", 1, 1, - Func_AC8A8FAB4A1696B8); - LIB_FUNCTION("axzblV8OvWU", "libSceSystemServiceYouTubeAccountLinkStatus", 1, "libSceSystemService", 1, 1, - Func_6B1CDB955F0EBD65); - LIB_FUNCTION("y16IXiJfafA", "libSceSystemServiceYouTubeAccountLinkStatus", 1, "libSceSystemService", 1, 1, - Func_CB5E885E225F69F0); - LIB_FUNCTION("G5AwzWnHxks", "libSceSystemServiceTournamentMlg", 1, "libSceSystemService", 1, 1, - sceSystemServiceLaunchTournamentList); - LIB_FUNCTION("xn-HgPW29x4", "libSceSystemServiceTournamentMlg", 1, "libSceSystemService", 1, 1, - Func_C67FC780F5B6F71E); - LIB_FUNCTION("F-nn3DvNKww", "libSceSystemServiceActivateMpeg2", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateMpeg2Abort); - LIB_FUNCTION("W-U8F5o2SHg", "libSceSystemServiceActivateMpeg2", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateMpeg2GetStatus); - LIB_FUNCTION("PkRTWNBI4IQ", "libSceSystemServiceActivateMpeg2", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateMpeg2Init); - LIB_FUNCTION("aVZb961bWBU", "libSceSystemServiceActivateMpeg2", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateMpeg2IsActivated); - LIB_FUNCTION("-7zMNJ1Ap1c", "libSceSystemServiceActivateMpeg2", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateMpeg2Start); - LIB_FUNCTION("JjIspXDbL6o", "libSceSystemServiceActivateMpeg2", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateMpeg2Term); - LIB_FUNCTION("0TDfP7R4fiQ", "libSceSystemServiceDbg", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetDbgExecutablePath); - LIB_FUNCTION("f34qn7XA3QE", "libSceSystemServiceWebApp", 1, "libSceSystemService", 1, 1, - sceSystemServiceLaunchWebApp); - LIB_FUNCTION("uElcdmhh-c8", "libSceSystemServiceWebApp", 1, "libSceSystemService", 1, 1, - Func_B8495C766861FDCF); - LIB_FUNCTION("-+3hY+y8bNo", "libSceSystemServiceWebBrowser", 1, "libSceSystemService", 1, 1, - sceSystemServiceLaunchWebBrowser); - LIB_FUNCTION("rTa0Vp-4nKA", "libSceSystemServiceAppLaunchLink", 1, "libSceSystemService", 1, 1, - sceSystemServiceInvokeAppLaunchLink); - LIB_FUNCTION("f-WtMqIKo20", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcSoft); - LIB_FUNCTION("s6ucQ90BW3g", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcSoftAbort); - LIB_FUNCTION("MyDvxh8+ckI", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcSoftGetStatus); - LIB_FUNCTION("ytMU6x1nlmU", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcSoftInit); - LIB_FUNCTION("djVe06YjzkI", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcSoftIsActivated); - LIB_FUNCTION("PNO2xlDVdzg", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcSoftStart); - LIB_FUNCTION("P-awBIrXrTQ", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcSoftTerm); - LIB_FUNCTION("Mr1IgQaRff0", "libSceSystemServiceEyeToEyeDistance", 1, "libSceSystemService", 1, 1, - sceSystemServiceDisablePersonalEyeToEyeDistanceSetting); - LIB_FUNCTION("O3irWUQ2s-g", "libSceSystemServiceEyeToEyeDistance", 1, "libSceSystemService", 1, 1, - sceSystemServiceEnablePersonalEyeToEyeDistanceSetting); - LIB_FUNCTION("uhD7g7zXIQo", "libSceSystemServiceClosedCaption", 1, "libSceSystemService", 1, 1, - sceSystemServiceShowClosedCaptionAdvancedSettings); - LIB_FUNCTION("5W6LurzMZaY", "libSceSystemServiceClosedCaption", 1, "libSceSystemService", 1, 1, - sceSystemServiceShowClosedCaptionSettings); - LIB_FUNCTION("+2uXfrrQCyk", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevc); - LIB_FUNCTION("VXA8STT529w", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcAbort); - LIB_FUNCTION("-9LzYPdangA", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcGetStatus); - LIB_FUNCTION("BgjPgbXKYjE", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcInit); - LIB_FUNCTION("2HHfdrT+rnQ", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcIsActivated); - LIB_FUNCTION("E9FdusyklCA", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcStart); - LIB_FUNCTION("tImUgGSSHpc", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", 1, 1, - sceSystemServiceActivateHevcTerm); - LIB_FUNCTION("jPKapVQLX70", "libSceSystemService_jvm", 1, "libSceSystemService", 1, 1, - sceSystemServiceAddLocalProcessForJvm); - LIB_FUNCTION("zqjkZ5VKFSg", "libSceSystemService_jvm", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetParentSocketForJvm); - LIB_FUNCTION("2TJ5KzC73gY", "libSceSystemService_jvm", 1, "libSceSystemService", 1, 1, - sceSystemServiceKillLocalProcessForJvm); - LIB_FUNCTION("fBGD-HNimSk", "libSceSystemServicePadspkRouting", 1, "libSceSystemService", 1, 1, - Func_7C1183FC73629929); - LIB_FUNCTION("DILuzcvXjGQ", "libSceSystemServiceVideoToken", 1, "libSceSystemService", 1, 1, - sceSystemServiceSaveVideoToken); - LIB_FUNCTION("0z7srulNt7U", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceAcquireFb0); - LIB_FUNCTION("0cl8SuwosPQ", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceAddLocalProcess); - LIB_FUNCTION("cltshBrDLC0", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceAddLocalProcessForPsmKit); - LIB_FUNCTION("FI+VqGdttvI", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceChangeAcpClock); - LIB_FUNCTION("ec72vt3WEQo", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceChangeCpuClock); - LIB_FUNCTION("Z5RgV4Chwxg", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceChangeGpuClock); - LIB_FUNCTION("LFo00RWzqRU", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceChangeMemoryClock); - LIB_FUNCTION("MyBXslDE+2o", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceChangeMemoryClockToBaseMode); - LIB_FUNCTION("qv+X8gozqF4", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceChangeMemoryClockToDefault); - LIB_FUNCTION("fOsE5pTieqY", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceChangeMemoryClockToMultiMediaMode); - LIB_FUNCTION("5MLppFJZyX4", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceChangeNumberOfGpuCu); - LIB_FUNCTION("lgTlIAEJ33M", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceChangeSamuClock); - LIB_FUNCTION("BQUi7AW+2tQ", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceChangeUvdClock); - LIB_FUNCTION("fzguXBQzNvI", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceChangeVceClock); - LIB_FUNCTION("x1UB9bwDSOw", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceDisableMusicPlayer); - LIB_FUNCTION("Mr1IgQaRff0", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceDisablePersonalEyeToEyeDistanceSetting); - LIB_FUNCTION("PQ+SjXAg3EM", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceDisableSuspendConfirmationDialog); - LIB_FUNCTION("O3irWUQ2s-g", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceEnablePersonalEyeToEyeDistanceSetting); - LIB_FUNCTION("Rn32O5PDlmo", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceEnableSuspendConfirmationDialog); - LIB_FUNCTION("xjE7xLfrLUk", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetAppFocusedAppStatus); - LIB_FUNCTION("f4oDTxAJCHE", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetAppIdOfBigApp); - LIB_FUNCTION("BBSmGrxok5o", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetAppIdOfMiniApp); - LIB_FUNCTION("t5ShV0jWEFE", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetAppStatus); - LIB_FUNCTION("YLbhAXS20C0", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetAppType); - LIB_FUNCTION("1n37q1Bvc5Y", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetDisplaySafeAreaInfo); - LIB_FUNCTION("JFg3az5ITN4", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetEventForDaemon); - LIB_FUNCTION("4imyVMxX5-8", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetGpuLoadEmulationMode); - LIB_FUNCTION("mPpPxv5CZt4", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetHdrToneMapLuminance); - LIB_FUNCTION("ZNIuJjqdtgI", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetLocalProcessStatusList); - LIB_FUNCTION("UMIlrOlGNQU", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetParentSocket); - LIB_FUNCTION("4ZYuSI8i2aM", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetParentSocketForPsmKit); - LIB_FUNCTION("gbUBqHCEgAI", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetPSButtonEvent); - LIB_FUNCTION("jA629PcMCKU", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetRenderingMode); - LIB_FUNCTION("rPo6tV8D9bM", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetStatus); - LIB_FUNCTION("VrvpoJEoSSU", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetTitleWorkaroundInfo); - LIB_FUNCTION("s4OcLqLsKn0", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceGetVersionNumberOfCameraCalibrationData); - LIB_FUNCTION("Vo5V8KAwCmk", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceHideSplashScreen); - LIB_FUNCTION("d-15YTCUMVU", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceIsAppSuspended); - LIB_FUNCTION("SYqaqLuQU6w", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceIsBgmPlaying); - LIB_FUNCTION("O4x1B7aXRYE", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceIsEyeToEyeDistanceAdjusted); - LIB_FUNCTION("bMDbofWFNfQ", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceIsScreenSaverOn); - LIB_FUNCTION("KQFyDkgAjVs", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceIsShellUiFgAndGameBgCpuMode); - LIB_FUNCTION("N4RkyJh7FtA", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceKillApp); - LIB_FUNCTION("6jpZY0WUwLM", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceKillLocalProcess); - LIB_FUNCTION("7cTc7seJLfQ", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceKillLocalProcessForPsmKit); - LIB_FUNCTION("l4FB3wNa-Ac", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceLaunchApp); - LIB_FUNCTION("wX9wVFaegaM", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceLaunchEventDetails); - LIB_FUNCTION("G5AwzWnHxks", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceLaunchTournamentList); - LIB_FUNCTION("wIc92b0x6hk", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceLaunchTournamentsTeamProfile); - LIB_FUNCTION("-+3hY+y8bNo", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceLaunchWebBrowser); - LIB_FUNCTION("JoBqSQt1yyA", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceLoadExec); - LIB_FUNCTION("9ScDVErRRgw", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceNavigateToAnotherApp); - LIB_FUNCTION("e4E3MIEAS2A", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceNavigateToGoBack); - LIB_FUNCTION("ZeubLhPDitw", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceNavigateToGoBackWithValue); - LIB_FUNCTION("x2-o9eBw3ZU", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceNavigateToGoHome); - LIB_FUNCTION("fZo48un7LK4", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceParamGetInt); - LIB_FUNCTION("SsC-m-S9JTA", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceParamGetString); - LIB_FUNCTION("XbbJC3E+L5M", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServicePowerTick); - LIB_FUNCTION("2xenlv7M-UU", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceRaiseExceptionLocalProcess); - LIB_FUNCTION("656LMQSrg6U", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceReceiveEvent); - LIB_FUNCTION("9kPCz7Or+1Y", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceReenableMusicPlayer); - LIB_FUNCTION("Pi3K47Xw0ss", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceRegisterDaemon); - LIB_FUNCTION("Oms065qIClY", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceReleaseFb0); - LIB_FUNCTION("3s8cHiCBKBE", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceReportAbnormalTermination); - LIB_FUNCTION("3ZFpzcRqYsk", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceRequestCameraCalibration); - LIB_FUNCTION("P71fvnHyFTQ", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceRequestToChangeRenderingMode); - LIB_FUNCTION("tMuzuZcUIcA", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceResumeLocalProcess); - LIB_FUNCTION("DNE77sfNw5Y", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceSetControllerFocusPermission); - LIB_FUNCTION("eLWnPuja+Y8", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceSetGpuLoadEmulationMode); - LIB_FUNCTION("Xn-eH9-Fu60", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceSetOutOfVrPlayAreaFlag); - LIB_FUNCTION("sgRPNJjrWjg", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceSetOutOfVrPlayZoneWarning); - LIB_FUNCTION("w9wlKcHrmm8", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceShowControllerSettings); - LIB_FUNCTION("tPfQU2pD4-M", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceShowDisplaySafeAreaSettings); - LIB_FUNCTION("f8eZvJ8hV6o", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceShowEyeToEyeDistanceSetting); - LIB_FUNCTION("vY1-RZtvvbk", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceSuspendBackgroundApp); - LIB_FUNCTION("kTiAx7e2zU4", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceSuspendLocalProcess); - LIB_FUNCTION("zlXqkzPY-ds", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceTickVideoPlayback); - LIB_FUNCTION("vOhqz-IMiW4", "libSceSystemService", 1, "libSceSystemService", 1, 1, - sceSystemServiceTurnOffScreenSaver); - LIB_FUNCTION("kDGjRMtUDxo", "libSceSystemService", 1, "libSceSystemService", 1, 1, - Func_9031A344CB540F1A); - LIB_FUNCTION("qdTPJWjquDc", "libSceSystemService", 1, "libSceSystemService", 1, 1, - Func_A9D4CF2568EAB837); - LIB_FUNCTION("5SfMtsW8h7A", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, +s32 PS4_SYSV_ABI sceSystemStateMgrNotifySystemSuspendResumeProgress() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemStateMgrReboot() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemStateMgrSendCecOneTouchPlayCommand() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemStateMgrStartRebootTimer() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemStateMgrStartShutdownTimer() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemStateMgrStartStadbyTimer() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemStateMgrStartVshAutoUpdateTimer() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemStateMgrTickMusicPlayback() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemStateMgrTickPartyChat() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemStateMgrTurnOff() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemStateMgrVshAutoUpdate() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemStateMgrWaitVshAutoUpdateVerifyDone() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemStateMgrWakeUp() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI Func_89F262179C22B49E() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI Func_AC8A8FAB4A1696B8() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceInvokeAppLaunchLink() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceShowClosedCaptionAdvancedSettings() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceShowClosedCaptionSettings() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceSetPowerSaveLevel() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceInitializeForShellCore() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI Func_7C1183FC73629929() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceDisablePartyVoice() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceReenablePartyVoice() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacyDefinitionData() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacyDefinitionVersion() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacySetting() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceDeclareReadyForSuspend() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceDisableSuspendNotification() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceEnableSuspendNotification() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceRequestPowerOff() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceRequestReboot() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPs2Emu() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForPs2Emu() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPs2Emu() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceShowImposeMenuForPs2Emu() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceSaveVideoToken() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceLaunchStore() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceTelemetrySetData() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI Func_C67FC780F5B6F71E() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceLaunchUdsApp() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceLoadExecVideoServiceWebApp() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceDisableVoiceRecognition() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI sceSystemServiceReenableVoiceRecognition() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI Func_6B1CDB955F0EBD65() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +s32 PS4_SYSV_ABI Func_CB5E885E225F69F0() { + LOG_ERROR(Lib_SystemService, "(STUBBED) called"); + return ORBIS_OK; +} + +void RegisterLib(Core::Loader::SymbolsResolver* sym) { + LIB_FUNCTION("alZfRdr2RP8", "libSceAppMessaging", 1, "libSceSystemService", + sceAppMessagingClearEventFlag); + LIB_FUNCTION("jKgAUl6cLy0", "libSceAppMessaging", 1, "libSceSystemService", + sceAppMessagingReceiveMsg); + LIB_FUNCTION("+zuv20FsXrA", "libSceAppMessaging", 1, "libSceSystemService", + sceAppMessagingSendMsg); + LIB_FUNCTION("HIwEvx4kf6o", "libSceAppMessaging", 1, "libSceSystemService", + sceAppMessagingSendMsgToShellCore); + LIB_FUNCTION("5ygy1IPUh5c", "libSceAppMessaging", 1, "libSceSystemService", + sceAppMessagingSendMsgToShellUI); + LIB_FUNCTION("hdoMbMFIDdE", "libSceAppMessaging", 1, "libSceSystemService", + sceAppMessagingSetEventFlag); + LIB_FUNCTION("iKNXKsUtOjY", "libSceAppMessaging", 1, "libSceSystemService", + sceAppMessagingTryGetEventFlag); + LIB_FUNCTION("ZVRXXqj1n80", "libSceAppMessaging", 1, "libSceSystemService", + sceAppMessagingTryReceiveMsg); + LIB_FUNCTION("yOiZq+9-ZMQ", "libSceAppMessaging", 1, "libSceSystemService", + Func_C8E899ABEF7F64C4); + LIB_FUNCTION("90unWbnI0qE", "libSceAppMessaging", 1, "libSceSystemService", + Func_F74BA759B9C8D2A1); + LIB_FUNCTION("V350H0h35IU", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilAcquireCpuBudgetOfExtraAudioDevices); + LIB_FUNCTION("GmKMHwvxLlo", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilAcquireCpuBudgetOfImeForBigApp); + LIB_FUNCTION("mC3BKJFlbNI", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilAcquireCpuBudgetOfInGameStore); + LIB_FUNCTION("4dWfNKOT1sg", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilActivateCdlg); + LIB_FUNCTION("j72lst7BFuc", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilAddLocalProcess); + LIB_FUNCTION("u1JVDP28ycg", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilBlockAppSuspend); + LIB_FUNCTION("MxXZ-poqGNs", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilBlockingGetEventForDaemon); + LIB_FUNCTION("93MnzhkAAgk", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilContinueApp); + LIB_FUNCTION("uaqZvga3Fkg", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilCrashSyscore); + LIB_FUNCTION("4oofFQudfx0", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilDeactivateCdlg); + LIB_FUNCTION("GHUqRrCB2hM", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilDeclareReadyForSuspend); + LIB_FUNCTION("GkcNZBoiDcs", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilDisableSuspendNotification); + LIB_FUNCTION("AGnsy1zV34o", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilEnableSuspendNotification); + LIB_FUNCTION("UukL0EXLQls", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilFinishSpecialResume); + LIB_FUNCTION("vquYrvImjPg", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilForceKillApp); + LIB_FUNCTION("NS-XWAN9uoc", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilForceKillLocalProcess); + LIB_FUNCTION("i-esdF3Kz-g", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetApp0DirPath); + LIB_FUNCTION("vbMEQcz6O8g", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetAppCategory); + LIB_FUNCTION("i+1kluDITlQ", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetAppFocusedAppStatus); + LIB_FUNCTION("MVF+elex8Sw", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilGetAppId); + LIB_FUNCTION("Wu+zDz8VIFk", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetAppIdOfBigApp); + LIB_FUNCTION("ppWFdoDMMSs", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetAppIdOfMiniApp); + LIB_FUNCTION("oYQC9Quj6No", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetAppLaunchedUser); + LIB_FUNCTION("DxRki7T2E44", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilGetAppStatus); + LIB_FUNCTION("cyO5ShJxdnE", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetAppStatusListForShellUIReboot); + LIB_FUNCTION("g0wTG9KImzI", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetAppTitleId); + LIB_FUNCTION("1AQf7o8gpHc", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilGetAppType); + LIB_FUNCTION("7yXjWLWJFHU", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilGetCdlgExec); + LIB_FUNCTION("CgVdl9Sp1G0", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetCoredumpState); + LIB_FUNCTION("deCYc7iaC5Q", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetDbgExecutablePath); + LIB_FUNCTION("yUh0BIPbhVo", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetEventForDaemon); + LIB_FUNCTION("ZucoOmNsb7w", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetEventForShellUI); + LIB_FUNCTION("ojmvNKQZNUw", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetGpuCrashFullDumpAppStatus); + LIB_FUNCTION("wGobSSrBM4s", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetLocalProcessStatusList); + LIB_FUNCTION("HRXjUojlG70", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetParentSocket); + LIB_FUNCTION("kOd75qDlxBM", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetResultKillApp); + LIB_FUNCTION("LZs6hfPMnso", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilGetResultLaunchAppByTitleId); + LIB_FUNCTION("f-Q8Nd33FBc", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilInitialize); + LIB_FUNCTION("PyNH7p4LVw8", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilIsActiveCdlg); + LIB_FUNCTION("IGrJsPNL6n4", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilIsAppLaunched); + LIB_FUNCTION("teGoPWnEgd4", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilIsAppSuspended); + LIB_FUNCTION("iUsONHVCDbQ", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilIsCpuBudgetOfExtraAudioDevicesAvailable); + LIB_FUNCTION("i4tm7MB0ZK0", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilIsPs2Emu); + LIB_FUNCTION("Ry4u8KxkVY4", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilIsShellUiFgAndGameBgCpuMode); + LIB_FUNCTION("gNn+EZtm1i0", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilKickCoredumpOnlyProcMem); + LIB_FUNCTION("SZ2uH5Abws8", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilKillApp); + LIB_FUNCTION("RBlEzB--JeA", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilKillAppWithReason); + LIB_FUNCTION("IhlLdSAX+Jk", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilKillLocalProcess); + LIB_FUNCTION("+nRJUD-7qCk", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilLaunchApp); + LIB_FUNCTION("wwpRNgW81Cs", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilLoadExec); + LIB_FUNCTION("+8LJld9LIt4", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilNotifyCoredumpRequestEnd); + LIB_FUNCTION("HKZmLmGfkd4", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilNotifyCoredumpRequestProgress); + LIB_FUNCTION("-3moAnxKYkc", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilNotifyVshReady); + LIB_FUNCTION("P563r-eGAh4", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilRaiseException); + LIB_FUNCTION("CJ45DLRQOD8", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilRaiseExceptionLocalProcess); + LIB_FUNCTION("Qn5JIRI6ZNU", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilRegisterCdlgSharedMemoryName); + LIB_FUNCTION("V25-9U+YauY", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilRegisterDaemon); + LIB_FUNCTION("awS+eYVuXJA", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilRegisterShellUI); + LIB_FUNCTION("QvUYLdPhylQ", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilReleaseCpuBudgetOfExtraAudioDevices); + LIB_FUNCTION("1PQhPdyNCj8", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilReleaseCpuBudgetOfImeForBigApp); + LIB_FUNCTION("QsLhZ+8WvSM", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilReleaseCpuBudgetOfInGameStore); + LIB_FUNCTION("lD-k3hDhlqA", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilResumeApp); + LIB_FUNCTION("XaC9s-Nr2u4", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilResumeLocalProcess); + LIB_FUNCTION("v7DYuX0G5TQ", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilSetAppFocus); + LIB_FUNCTION("3mHuKF7fsd8", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilSetCdlgExec); + LIB_FUNCTION("X8gYbyLG1wk", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilSetControllerFocus); + LIB_FUNCTION("NJYAQeP3z7c", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilSetControllerFocusPermission); + LIB_FUNCTION("3+64z-ckBS8", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilStartKillApp); + LIB_FUNCTION("r07vD4SP2sc", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilStartLaunchAppByTitleId); + LIB_FUNCTION("Y8onQYjuvOU", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilSuspendApp); + LIB_FUNCTION("8vYXkdXmh-Q", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilSuspendBackgroundApp); + LIB_FUNCTION("rd+-SzL202E", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilSuspendLocalProcess); + LIB_FUNCTION("Kt1k5aBzrcE", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilSystemSuspend); + LIB_FUNCTION("cCod+B3EdhI", "libSceLncUtil", 1, "libSceSystemService", sceLncUtilTerminate); + LIB_FUNCTION("msW-hp1U0zo", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilTryBlockAppSuspend); + LIB_FUNCTION("iRZduYIV1hs", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilUnblockAppSuspend); + LIB_FUNCTION("aVRNp1nOOKY", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilUnregisterCdlgSharedMemoryName); + LIB_FUNCTION("BnMaW5wfnlQ", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilUnregisterDaemon); + LIB_FUNCTION("cqui4JUJtbY", "libSceLncUtil", 1, "libSceSystemService", + sceLncUtilUnregisterShellUI); + LIB_FUNCTION("f-WtMqIKo20", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", + sceSystemServiceActivateHevcSoft); + LIB_FUNCTION("s6ucQ90BW3g", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", + sceSystemServiceActivateHevcSoftAbort); + LIB_FUNCTION("MyDvxh8+ckI", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", + sceSystemServiceActivateHevcSoftGetStatus); + LIB_FUNCTION("ytMU6x1nlmU", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", + sceSystemServiceActivateHevcSoftInit); + LIB_FUNCTION("djVe06YjzkI", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", + sceSystemServiceActivateHevcSoftIsActivated); + LIB_FUNCTION("PNO2xlDVdzg", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", + sceSystemServiceActivateHevcSoftStart); + LIB_FUNCTION("P-awBIrXrTQ", "libSceSystemServiceActivateHevcSoft", 1, "libSceSystemService", + sceSystemServiceActivateHevcSoftTerm); + LIB_FUNCTION("5SfMtsW8h7A", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilAccessibilityZoomLock); - LIB_FUNCTION("Uku2JpZmoqc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("Uku2JpZmoqc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilAccessibilityZoomUnlock); - LIB_FUNCTION("qVBNhnqUz-4", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("qVBNhnqUz-4", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilAcquireBgmCpuBudget); - LIB_FUNCTION("TfVHoRVX2HM", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("TfVHoRVX2HM", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilAcquireRemotePlayCpuBudget); - LIB_FUNCTION("fBuukeGZ2FE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("fBuukeGZ2FE", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilAcquireSharePlayCpuBudget); - LIB_FUNCTION("mpkohyVqCRM", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("mpkohyVqCRM", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilActivateAbort); - LIB_FUNCTION("fkcM5YcqjV8", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("fkcM5YcqjV8", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilActivateGetStatus); - LIB_FUNCTION("x5hqKRKziYU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("x5hqKRKziYU", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilActivateInit); - LIB_FUNCTION("jktCMQNgyFc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("jktCMQNgyFc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilActivateIsActivated); - LIB_FUNCTION("xIMClZZz50k", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("xIMClZZz50k", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilActivateRecordActivation); - LIB_FUNCTION("MRVnLsn-GRI", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("MRVnLsn-GRI", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilActivateStart); - LIB_FUNCTION("CZrOHqt6oCY", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("CZrOHqt6oCY", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilActivateStartAsync); - LIB_FUNCTION("ibXh+Mc4wbs", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("ibXh+Mc4wbs", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilActivateTerm); - LIB_FUNCTION("wtNEh1E9ALA", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("wtNEh1E9ALA", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilChangeRunLevel); - LIB_FUNCTION("v81dfnaMfUY", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("v81dfnaMfUY", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilChangeToStaffModeForIDU); - LIB_FUNCTION("9VDzY7m1NN8", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("9VDzY7m1NN8", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilCheckerAbort); - LIB_FUNCTION("AgYSGAQGtXs", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("AgYSGAQGtXs", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilCleanupCrashReport); - LIB_FUNCTION("l5bdg4tUTGc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("l5bdg4tUTGc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilClearAppData); - LIB_FUNCTION("RnY2HTwqz3A", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("RnY2HTwqz3A", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilClearPsnAccountInfo); - LIB_FUNCTION("SYSL4KtzcAU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("SYSL4KtzcAU", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilCrashReportRequestCancel); - LIB_FUNCTION("KTCPKqvFTok", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("KTCPKqvFTok", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilDeclareBeginOfExternalStorageAppMove); - LIB_FUNCTION("F20xA1NsG9s", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("F20xA1NsG9s", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilDeclareEndOfExternalStorageAppMove); - LIB_FUNCTION("XlcBqhyaJyI", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("XlcBqhyaJyI", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilDeleteDiscInstalledTitleWorkaroundFile); - LIB_FUNCTION("yO7OIU45UnQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("yO7OIU45UnQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilDeleteDownloadedHidConfigFile); - LIB_FUNCTION("4SgLbJPUxNw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("4SgLbJPUxNw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilDeleteDownloadedNetEvConfigFile); - LIB_FUNCTION("ctTYL9lomv8", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("ctTYL9lomv8", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilDeleteDownloadedTitleWorkaroundFile); - LIB_FUNCTION("gYXxtLzFU8Y", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("gYXxtLzFU8Y", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilDeleteSmrHddDummyData); - LIB_FUNCTION("0QN4BUnzF14", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("0QN4BUnzF14", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilDoFsck); - LIB_FUNCTION("WN1v3xYoGDw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("WN1v3xYoGDw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilDownloadHidConfigFileFromServer); - LIB_FUNCTION("A3wbbLmrQV4", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("A3wbbLmrQV4", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilDownloadNetEvConfigFileFromServer); - LIB_FUNCTION("5YNnX5Pfquo", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("5YNnX5Pfquo", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilDownloadTitleWorkaroundFileFromServer); - LIB_FUNCTION("9plZCCRm9x4", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("9plZCCRm9x4", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilEnterPowerLockSection); - LIB_FUNCTION("SOmyRqRpKIM", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("SOmyRqRpKIM", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilExecuteCrashReport); - LIB_FUNCTION("+jVaKSG0nHk", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("+jVaKSG0nHk", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilExfatFormatExternalHdd); - LIB_FUNCTION("0g6-uh4JTP8", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("0g6-uh4JTP8", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilExitMiniApp); - LIB_FUNCTION("dtx5tcGFVII", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("dtx5tcGFVII", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilExitMiniAppWithValue); - LIB_FUNCTION("F-g-G0oJegs", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("F-g-G0oJegs", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilFillUpSpaceOnSmrHdd); - LIB_FUNCTION("UG9I-iHI-ME", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("UG9I-iHI-ME", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilFormatExternalHdd); - LIB_FUNCTION("LlFmfrkpjW0", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("LlFmfrkpjW0", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilFormatHddForRestore); - LIB_FUNCTION("FmjFl9Nvwcw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("FmjFl9Nvwcw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilFreeUpSpaceOnSmrHdd); - LIB_FUNCTION("WISL-JH-6Ic", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("WISL-JH-6Ic", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetAppData); - LIB_FUNCTION("XGxXS135WR8", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("XGxXS135WR8", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetAppEnableTTS); - LIB_FUNCTION("V9b3HfN19vM", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("V9b3HfN19vM", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetAppEnterButtonAssign); - LIB_FUNCTION("u474-bA7ul0", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("u474-bA7ul0", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetAppLaunchedParamInt); - LIB_FUNCTION("kyFOaxSaP0A", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("kyFOaxSaP0A", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetAppLaunchedParamIntByBudgetType); - LIB_FUNCTION("f5Z7FIeoHdw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("f5Z7FIeoHdw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetAppLaunchedParamString); - LIB_FUNCTION("dZ3RfDzgmCY", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("dZ3RfDzgmCY", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetAppLaunchedParamStringByBudgetType); - LIB_FUNCTION("ZIKGk+35UDU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("ZIKGk+35UDU", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetAppLaunchTypeInfo); - LIB_FUNCTION("5gIVIzipgsw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("5gIVIzipgsw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetAutoPowerDownRemainingSeconds); - LIB_FUNCTION("lAvSrKAjxCA", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("lAvSrKAjxCA", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetBasicProductShape); - LIB_FUNCTION("EwfSRaPlCE4", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("EwfSRaPlCE4", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetCheckerString); - LIB_FUNCTION("gAyT42nwElM", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("gAyT42nwElM", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetCheckerStringEx); - LIB_FUNCTION("Mg3P1Z4Xavs", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("Mg3P1Z4Xavs", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetCloudClientStatus); - LIB_FUNCTION("FcAheKO8u7c", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("FcAheKO8u7c", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetCrashReportCoreFileSetSize); - LIB_FUNCTION("jCJ+gks483A", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("jCJ+gks483A", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetCrashReportFilterInfoStart); - LIB_FUNCTION("-ROAAenn4Xg", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("-ROAAenn4Xg", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetCrashReportInfoForBoot); - LIB_FUNCTION("V9LadIvu5Ko", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("V9LadIvu5Ko", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetCrashReportInfoForBootStart); - LIB_FUNCTION("J5OPALFNdFE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("J5OPALFNdFE", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetCrashReportInfoStart); - LIB_FUNCTION("368es-zmQuc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("368es-zmQuc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreutilGetCrashReportProcessInformation); - LIB_FUNCTION("NTttBlD2Xbk", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("NTttBlD2Xbk", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetCrashReportResult); - LIB_FUNCTION("4YQ-w9Xwn7s", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("4YQ-w9Xwn7s", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetCrashReportStatus); - LIB_FUNCTION("L6R0jU7yTTQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("L6R0jU7yTTQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetCrashReportUploadStatus); - LIB_FUNCTION("oINHTqU1qvY", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("oINHTqU1qvY", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetDeviceIndexBehavior); - LIB_FUNCTION("vPxKoc5MyxQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("vPxKoc5MyxQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetDeviceIndexBehaviorWithTimeout); - LIB_FUNCTION("rkV5b-p490g", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("rkV5b-p490g", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetEffectiveTotalSizeOfUserPartition); - LIB_FUNCTION("guf+xcMoCas", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("guf+xcMoCas", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetFreeSizeOfAvContentsTmp); - LIB_FUNCTION("ZbY5LxmH6uA", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("ZbY5LxmH6uA", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetFreeSizeOfUserPartition); - LIB_FUNCTION("1qbUFXlBXFw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("1qbUFXlBXFw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetFsckProgress); - LIB_FUNCTION("-g0pBZ2JdAc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("-g0pBZ2JdAc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetGameLiveStreamingStatus); - LIB_FUNCTION("g8T4x0GD9Wo", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("g8T4x0GD9Wo", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetGnmCompositorOnScreenProfilerFlag); - LIB_FUNCTION("beQ90Sx6c8g", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("beQ90Sx6c8g", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetGpuLoadEmulationMode); - LIB_FUNCTION("ns8HVzVqaNo", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("ns8HVzVqaNo", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetGpuLoadEmulationModeByAppId); - LIB_FUNCTION("kn3vBOTg-ok", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("kn3vBOTg-ok", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetHidConfigFileInfoString); - LIB_FUNCTION("97L0D3+iBDE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("97L0D3+iBDE", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetHidConfigFileString); - LIB_FUNCTION("NZWLG-imDlU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("NZWLG-imDlU", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetHidConfigName); - LIB_FUNCTION("RM1Xb5Hcq4w", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("RM1Xb5Hcq4w", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetHidConfigNum); - LIB_FUNCTION("93trbeNjx7c", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("93trbeNjx7c", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetIDUMode); - LIB_FUNCTION("Ac3I81u9ky4", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("Ac3I81u9ky4", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetImposeMenuFlagForPs2Emu); - LIB_FUNCTION("39lewWn5+G0", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("39lewWn5+G0", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetManifestFileStatus); - LIB_FUNCTION("kuErIHXWIpc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("kuErIHXWIpc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetNeedSizeOfAppContent); - LIB_FUNCTION("wFvgq-KXT0Q", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("wFvgq-KXT0Q", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetNetEvConfigFileInfoString); - LIB_FUNCTION("m5OsHQx9Ni4", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("m5OsHQx9Ni4", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetOptimizationStatus); - LIB_FUNCTION("qEUJBsB7yMk", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("qEUJBsB7yMk", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetOutOfVrPlayZoneWarning); - LIB_FUNCTION("lgbdvT36kTE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("lgbdvT36kTE", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetPapcGamePcl); - LIB_FUNCTION("bTmtBchzFps", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("bTmtBchzFps", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetPbtcUserInfoList); - LIB_FUNCTION("lXlP+jhO8QI", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("lXlP+jhO8QI", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetPlatformPrivacyDefinitionEventData); - LIB_FUNCTION("CKTyfq2tb7k", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("CKTyfq2tb7k", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetPlatformPrivacySetting); - LIB_FUNCTION("VxWJ7DUrEIQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("VxWJ7DUrEIQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetProgressOfFormatExternalHdd); - LIB_FUNCTION("3M1tCF9VfoE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("3M1tCF9VfoE", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetProgressOfFsck); - LIB_FUNCTION("x6STXhIEG0M", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("x6STXhIEG0M", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetPsnAccountInfo); - LIB_FUNCTION("1G3xnMBZpYI", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("1G3xnMBZpYI", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetPsStoreIconLayout); - LIB_FUNCTION("zS6ZPLgQJcA", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("zS6ZPLgQJcA", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetPsStoreIconState); - LIB_FUNCTION("9coQ7gTfwhA", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("9coQ7gTfwhA", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetRegion); - LIB_FUNCTION("ai7LcBcf6Rs", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("ai7LcBcf6Rs", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetRemotePlayStatus); - LIB_FUNCTION("HeZzL2xbRJY", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("HeZzL2xbRJY", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetRunLevel); - LIB_FUNCTION("L5mESo+Iq+k", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("L5mESo+Iq+k", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetSharePlayStatus); - LIB_FUNCTION("hQClZK9mdkk", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("hQClZK9mdkk", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetShellUIVMStats); - LIB_FUNCTION("fRurGDbUulc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("fRurGDbUulc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetSmrHddInfoString); - LIB_FUNCTION("nG+HNBwQ4sw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("nG+HNBwQ4sw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetSocialScreenStatus); - LIB_FUNCTION("WH6O4hriE-0", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("WH6O4hriE-0", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetSplashScreenState); - LIB_FUNCTION("PPQxiE4lbyY", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("PPQxiE4lbyY", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetSupportSiteURL); - LIB_FUNCTION("9i+R1rj6Trk", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("9i+R1rj6Trk", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetSuspendConfirmationDialogFlag); - LIB_FUNCTION("WKxOVIkISxA", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("WKxOVIkISxA", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetSystemBGState); - LIB_FUNCTION("W5HtGRCZ1iE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("W5HtGRCZ1iE", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetSystemBGWaveColor); - LIB_FUNCTION("D-6S9JHI6A0", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("D-6S9JHI6A0", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetSystemBGWaveState); - LIB_FUNCTION("ZGbkd2hWhJU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("ZGbkd2hWhJU", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetTitleWorkaroundFileInfoString); - LIB_FUNCTION("vq8ubGb2XjQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("vq8ubGb2XjQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetTitleWorkaroundFileString); - LIB_FUNCTION("fORZmlh1TQo", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("fORZmlh1TQo", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetUIStatus); - LIB_FUNCTION("E4I7uCoWbkM", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("E4I7uCoWbkM", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetUserFocus); - LIB_FUNCTION("plK52OfeEIc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("plK52OfeEIc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetUserIdOfMorpheusUser); - LIB_FUNCTION("VbEHW7RrJ+w", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("VbEHW7RrJ+w", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGetVersionNumberOfCameraCalibrationData); - LIB_FUNCTION("0y01ndm0BA8", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("0y01ndm0BA8", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilGoBackToKratosCurrentSessionGame); - LIB_FUNCTION("oh68H-4hEAE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("oh68H-4hEAE", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilHideBlocksFromUser); - LIB_FUNCTION("DviyPC-JJ1k", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("DviyPC-JJ1k", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIncrementVersionNumberOfCameraCalibrationData); - LIB_FUNCTION("2b-b5AouLv4", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("2b-b5AouLv4", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsAccessibilityZoomLocked); - LIB_FUNCTION("soq7GTbVMkw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("soq7GTbVMkw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsBgmCpuBudgetAcquired); - LIB_FUNCTION("vYHJtZyhhEI", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("vYHJtZyhhEI", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsBgmCpuBudgetAvailable); - LIB_FUNCTION("-Lpr5gHkHkc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("-Lpr5gHkHkc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsBgmPlaying); - LIB_FUNCTION("mpeGML7ulA8", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("mpeGML7ulA8", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsExternalStorageAppMoveInProgress); - LIB_FUNCTION("PGsAGnnRstY", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("PGsAGnnRstY", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsEyeToEyeDistanceAdjusted); - LIB_FUNCTION("KyQY2KfMxKw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("KyQY2KfMxKw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsGameLiveStreamingOnAir); - LIB_FUNCTION("izo3BrmWZDM", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("izo3BrmWZDM", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsImposeScreenOverlaid); - LIB_FUNCTION("wCbG33VsbqQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("wCbG33VsbqQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsInSystemSuspendBlackList); - LIB_FUNCTION("mTZxVC3pebc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("mTZxVC3pebc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsInternalKratosUser); - LIB_FUNCTION("44PCVgTBBCw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("44PCVgTBBCw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsKilledOrSuspendedByLogout); - LIB_FUNCTION("KH0InA0uStg", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("KH0InA0uStg", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsNeededCrashReport); - LIB_FUNCTION("3JNHzrEDnrk", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("3JNHzrEDnrk", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsPowerSaveAlertRequested); - LIB_FUNCTION("CWcxjT6X+1c", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("CWcxjT6X+1c", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsRemotePlayCpuBudgetAcquired); - LIB_FUNCTION("WIEUJ61AwvU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("WIEUJ61AwvU", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsScreenSaverOn); - LIB_FUNCTION("gWMlFq4N9Lw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("gWMlFq4N9Lw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsSharePlayCpuBudgetAcquired); - LIB_FUNCTION("GEZ9sIz3wuM", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("GEZ9sIz3wuM", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsShowCrashReport); - LIB_FUNCTION("vzWoetyaUuA", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("vzWoetyaUuA", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsTemperatureDanger); - LIB_FUNCTION("4dsNPwVODKM", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("4dsNPwVODKM", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsTitleWorkaroundEnabled); - LIB_FUNCTION("IHHSdVBTwBc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("IHHSdVBTwBc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilIsUsbMassStorageMounted); - LIB_FUNCTION("GYUk4t27Myw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("GYUk4t27Myw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilLaunchByUri); - LIB_FUNCTION("nENvUAsAKdY", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("nENvUAsAKdY", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilLeavePowerLockSection); - LIB_FUNCTION("2rOYe6lVCVQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("2rOYe6lVCVQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilLog); - LIB_FUNCTION("-Sp1aaqI1SQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("-Sp1aaqI1SQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilMakeManifestFile); - LIB_FUNCTION("aCkM+OaGv3g", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("aCkM+OaGv3g", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilMountAppRight); - LIB_FUNCTION("juqlPZWkJGc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("juqlPZWkJGc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilMountDownloadDataForShellUI); - LIB_FUNCTION("qNe8uNe3EpQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("qNe8uNe3EpQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilMountHddForBackup); - LIB_FUNCTION("bRCLw49N4hE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("bRCLw49N4hE", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilMountHddForRestore); - LIB_FUNCTION("1e7CmFlJveU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("1e7CmFlJveU", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilNavigateToAnotherApp); - LIB_FUNCTION("n9xRQPtUP0g", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("n9xRQPtUP0g", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilNavigateToGoHome); - LIB_FUNCTION("Mi9-CweviUo", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("Mi9-CweviUo", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilNavigateToLaunchedApp); - LIB_FUNCTION("V-5cjs+9kI0", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("V-5cjs+9kI0", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilNotificationCancelForIDU); - LIB_FUNCTION("VQRWOxYGays", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("VQRWOxYGays", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilNotificationRequestedForIDU); - LIB_FUNCTION("roUQwCYYegE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("roUQwCYYegE", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilNotifyBgmCoreTermination); - LIB_FUNCTION("4CzZUVleMcE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("4CzZUVleMcE", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilNotifyFarsightUIDone); - LIB_FUNCTION("awBTm0vNaos", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("awBTm0vNaos", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilNotifyFsReadError); - LIB_FUNCTION("dk-PIxWMp8k", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("dk-PIxWMp8k", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilNotifyPsnAccountInfoReceived); - LIB_FUNCTION("IldAc7Eq5-c", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("IldAc7Eq5-c", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilNotifyYouTubeAccountLinkStatusChanged); - LIB_FUNCTION("Tgs5zOUfQSc", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("Tgs5zOUfQSc", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilPfAuthClientConsoleTokenClearCache); - LIB_FUNCTION("pb2XPMV5beI", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("pb2XPMV5beI", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilPostActivityForPsNow); - LIB_FUNCTION("-hrMXdpZuDU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("-hrMXdpZuDU", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilPostErrorLog); - LIB_FUNCTION("fCeSFo0IM-w", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("fCeSFo0IM-w", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilPostLaunchConfirmResult); - LIB_FUNCTION("cZCJTMamDOE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("cZCJTMamDOE", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilPostPsmEventToShellUI); - LIB_FUNCTION("PGHjjtZxKvs", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("PGHjjtZxKvs", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilPreNotifyOfGameLiveStreaming); - LIB_FUNCTION("K-QFvDXYSbg", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("K-QFvDXYSbg", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilPreNotifyOfRemotePlay); - LIB_FUNCTION("HBA-tCWUXP8", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("HBA-tCWUXP8", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilPreNotifyOfSharePlay); - LIB_FUNCTION("EFhM9SF2aSQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("EFhM9SF2aSQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilReleaseBgmCpuBudget); - LIB_FUNCTION("cfJZThTSxQ0", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("cfJZThTSxQ0", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilReleaseRemotePlayCpuBudget); - LIB_FUNCTION("jKnwOdgck5g", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("jKnwOdgck5g", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilReleaseSharePlayCpuBudget); - LIB_FUNCTION("yO-ekZ5toaQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("yO-ekZ5toaQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilReportSessionErrorToGaikaiController); - LIB_FUNCTION("lF96Sr8Jf0s", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("lF96Sr8Jf0s", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilReportUnexpectedFatalErrorToSystemTelemetry); - LIB_FUNCTION("-yYPJb0ejO8", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("-yYPJb0ejO8", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilRequestCameraCalibration); - LIB_FUNCTION("8+CmlQdq7u8", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("8+CmlQdq7u8", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilRequestEjectDevice); - LIB_FUNCTION("+2paAsKqXOQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("+2paAsKqXOQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilRequestRebootApp); - LIB_FUNCTION("7JgSJnaByIs", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("7JgSJnaByIs", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilRequestShutdown); - LIB_FUNCTION("IzQN+F5q3wg", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("IzQN+F5q3wg", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilResetAutoPowerDownTimer); - LIB_FUNCTION("7yUQmZWoqVg", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("7yUQmZWoqVg", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilResetBgdcConfig); - LIB_FUNCTION("xKSgaSVX1io", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("xKSgaSVX1io", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetAppData); - LIB_FUNCTION("dS1+1D1LRHs", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("dS1+1D1LRHs", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetBgmProhibition); - LIB_FUNCTION("l96YlUEtMPk", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("l96YlUEtMPk", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetDeviceIndexBehavior); - LIB_FUNCTION("bC8vo608P2E", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("bC8vo608P2E", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetGameLiveStreamingOnAirFlag); - LIB_FUNCTION("K33+EwitWlo", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("K33+EwitWlo", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetGameLiveStreamingStatus); - LIB_FUNCTION("m65uKv7IAkI", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("m65uKv7IAkI", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetGnmCompositorOnScreenProfilerFlag); - LIB_FUNCTION("MeboioVomns", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("MeboioVomns", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetGpuLoadEmulationMode); - LIB_FUNCTION("zd4oVXWGD2Y", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("zd4oVXWGD2Y", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetGpuLoadEmulationModeByAppId); - LIB_FUNCTION("4Pd0g-lGEM0", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("4Pd0g-lGEM0", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetIDUMode); - LIB_FUNCTION("TJp3kdSGsIw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("TJp3kdSGsIw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetImposeStatusFlag); - LIB_FUNCTION("qtjjorW1V94", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("qtjjorW1V94", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetPsStoreIconLayout); - LIB_FUNCTION("g787tMBA1TE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("g787tMBA1TE", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetPsStoreIconState); - LIB_FUNCTION("jqj5vbglbZU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("jqj5vbglbZU", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetRemotePlayStatus); - LIB_FUNCTION("l22TAIbbtFw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("l22TAIbbtFw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetSharePlayStatus); - LIB_FUNCTION("IWSCO20RwIY", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("IWSCO20RwIY", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetSkipUpdateCheck); - LIB_FUNCTION("nA5rRwLrgIU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("nA5rRwLrgIU", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetSocialScreenStatus); - LIB_FUNCTION("2Pms7iCE-Fo", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("2Pms7iCE-Fo", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetSplashScreenState); - LIB_FUNCTION("kfyuElAEnis", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("kfyuElAEnis", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetSystemBGState); - LIB_FUNCTION("Ujz25JX-jPM", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("Ujz25JX-jPM", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetSystemBGWaveColor); - LIB_FUNCTION("GB19cfR-Tis", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("GB19cfR-Tis", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetSystemBGWaveState); - LIB_FUNCTION("atiUTsTFJ3k", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("atiUTsTFJ3k", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetUIStatus); - LIB_FUNCTION("-9djWj1NU4E", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("-9djWj1NU4E", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSetUserFocus); - LIB_FUNCTION("lW+8pdTQMmg", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("lW+8pdTQMmg", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilShowCriticalErrorDialog); - LIB_FUNCTION("0ptZiu0jBJs", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("0ptZiu0jBJs", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilShowErrorDialog); - LIB_FUNCTION("chZFHnGa9x4", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("chZFHnGa9x4", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilShowErrorDialogWithFormatArgs); - LIB_FUNCTION("yxiUUPJoyYI", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("yxiUUPJoyYI", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilShowErrorDialogWithParam); - LIB_FUNCTION("GjOxjIVZA1Y", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("GjOxjIVZA1Y", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilShowPsUnderLockIndicator); - LIB_FUNCTION("R013D1VIETQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("R013D1VIETQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilSignalUserInput); - LIB_FUNCTION("nu542EmGFD4", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("nu542EmGFD4", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilStartOptimization); - LIB_FUNCTION("HhBo--ix7Lg", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("HhBo--ix7Lg", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilStartPsNowGame); - LIB_FUNCTION("kozqEeuRwrk", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("kozqEeuRwrk", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilStopOptimization); - LIB_FUNCTION("9dvVBukqOsw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("9dvVBukqOsw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilStopPsNowGame); - LIB_FUNCTION("dbwyzALlKOQ", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("dbwyzALlKOQ", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilTestBusTransferSpeed); - LIB_FUNCTION("DWVv0MlE1sw", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("DWVv0MlE1sw", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilTickHeartBeat); - LIB_FUNCTION("VxRZE4CZQw8", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("VxRZE4CZQw8", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilTriggerPapcRecalculation); - LIB_FUNCTION("CSl1MAdUbYs", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("CSl1MAdUbYs", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilTriggerPapcUpdate); - LIB_FUNCTION("lcp9E77DAB4", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("lcp9E77DAB4", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilTurnOffScreenSaver); - LIB_FUNCTION("T9xeifEUF3w", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("T9xeifEUF3w", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilUnmountAppRight); - LIB_FUNCTION("qqL5VYwFLgo", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("qqL5VYwFLgo", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilUnmountDownloadDataForShellUI); - LIB_FUNCTION("YvCj4cb1-jU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("YvCj4cb1-jU", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilUnmountHddForBackup); - LIB_FUNCTION("oeyHRt5PP+Q", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("oeyHRt5PP+Q", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilUnmountHddForRestore); - LIB_FUNCTION("JTctYix8NXU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("JTctYix8NXU", "libSceShellCoreUtil", 1, "libSceSystemService", sceShellCoreUtilWriteSmrHddDummyData); - LIB_FUNCTION("Hlylpx+n8Cg", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("Hlylpx+n8Cg", "libSceShellCoreUtil", 1, "libSceSystemService", Func_1E5CA5A71FA7F028); - LIB_FUNCTION("bUNkT3XDg0Y", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("bUNkT3XDg0Y", "libSceShellCoreUtil", 1, "libSceSystemService", Func_6D43644F75C38346); - LIB_FUNCTION("c5+4Scso9EU", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("c5+4Scso9EU", "libSceShellCoreUtil", 1, "libSceSystemService", Func_739FB849CB28F445); - LIB_FUNCTION("sgYo-zXHQRE", "libSceShellCoreUtil", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("sgYo-zXHQRE", "libSceShellCoreUtil", 1, "libSceSystemService", Func_B20628FF35C74111); - LIB_FUNCTION("gD4wh2+nuuU", "libSceSystemServiceForShellCoreOnly", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("jPKapVQLX70", "libSceSystemService_jvm", 1, "libSceSystemService", + sceSystemServiceAddLocalProcessForJvm); + LIB_FUNCTION("zqjkZ5VKFSg", "libSceSystemService_jvm", 1, "libSceSystemService", + sceSystemServiceGetParentSocketForJvm); + LIB_FUNCTION("2TJ5KzC73gY", "libSceSystemService_jvm", 1, "libSceSystemService", + sceSystemServiceKillLocalProcessForJvm); + LIB_FUNCTION("0z7srulNt7U", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceAcquireFb0); + LIB_FUNCTION("0cl8SuwosPQ", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceAddLocalProcess); + LIB_FUNCTION("cltshBrDLC0", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceAddLocalProcessForPsmKit); + LIB_FUNCTION("FI+VqGdttvI", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceChangeAcpClock); + LIB_FUNCTION("ec72vt3WEQo", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceChangeCpuClock); + LIB_FUNCTION("Z5RgV4Chwxg", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceChangeGpuClock); + LIB_FUNCTION("LFo00RWzqRU", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceChangeMemoryClock); + LIB_FUNCTION("MyBXslDE+2o", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceChangeMemoryClockToBaseMode); + LIB_FUNCTION("qv+X8gozqF4", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceChangeMemoryClockToDefault); + LIB_FUNCTION("fOsE5pTieqY", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceChangeMemoryClockToMultiMediaMode); + LIB_FUNCTION("5MLppFJZyX4", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceChangeNumberOfGpuCu); + LIB_FUNCTION("lgTlIAEJ33M", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceChangeSamuClock); + LIB_FUNCTION("BQUi7AW+2tQ", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceChangeUvdClock); + LIB_FUNCTION("fzguXBQzNvI", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceChangeVceClock); + LIB_FUNCTION("x1UB9bwDSOw", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceDisableMusicPlayer); + LIB_FUNCTION("Mr1IgQaRff0", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceDisablePersonalEyeToEyeDistanceSetting); + LIB_FUNCTION("PQ+SjXAg3EM", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceDisableSuspendConfirmationDialog); + LIB_FUNCTION("O3irWUQ2s-g", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceEnablePersonalEyeToEyeDistanceSetting); + LIB_FUNCTION("Rn32O5PDlmo", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceEnableSuspendConfirmationDialog); + LIB_FUNCTION("xjE7xLfrLUk", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetAppFocusedAppStatus); + LIB_FUNCTION("f4oDTxAJCHE", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetAppIdOfBigApp); + LIB_FUNCTION("BBSmGrxok5o", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetAppIdOfMiniApp); + LIB_FUNCTION("t5ShV0jWEFE", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetAppStatus); + LIB_FUNCTION("YLbhAXS20C0", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetAppType); + LIB_FUNCTION("1n37q1Bvc5Y", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetDisplaySafeAreaInfo); + LIB_FUNCTION("JFg3az5ITN4", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetEventForDaemon); + LIB_FUNCTION("4imyVMxX5-8", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetGpuLoadEmulationMode); + LIB_FUNCTION("mPpPxv5CZt4", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetHdrToneMapLuminance); + LIB_FUNCTION("ZNIuJjqdtgI", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetLocalProcessStatusList); + LIB_FUNCTION("UMIlrOlGNQU", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetParentSocket); + LIB_FUNCTION("4ZYuSI8i2aM", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetParentSocketForPsmKit); + LIB_FUNCTION("gbUBqHCEgAI", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetPSButtonEvent); + LIB_FUNCTION("jA629PcMCKU", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetRenderingMode); + LIB_FUNCTION("rPo6tV8D9bM", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetStatus); + LIB_FUNCTION("VrvpoJEoSSU", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetTitleWorkaroundInfo); + LIB_FUNCTION("s4OcLqLsKn0", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceGetVersionNumberOfCameraCalibrationData); + LIB_FUNCTION("Vo5V8KAwCmk", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceHideSplashScreen); + LIB_FUNCTION("d-15YTCUMVU", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceIsAppSuspended); + LIB_FUNCTION("SYqaqLuQU6w", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceIsBgmPlaying); + LIB_FUNCTION("O4x1B7aXRYE", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceIsEyeToEyeDistanceAdjusted); + LIB_FUNCTION("bMDbofWFNfQ", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceIsScreenSaverOn); + LIB_FUNCTION("KQFyDkgAjVs", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceIsShellUiFgAndGameBgCpuMode); + LIB_FUNCTION("N4RkyJh7FtA", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceKillApp); + LIB_FUNCTION("6jpZY0WUwLM", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceKillLocalProcess); + LIB_FUNCTION("7cTc7seJLfQ", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceKillLocalProcessForPsmKit); + LIB_FUNCTION("l4FB3wNa-Ac", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceLaunchApp); + LIB_FUNCTION("wX9wVFaegaM", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceLaunchEventDetails); + LIB_FUNCTION("G5AwzWnHxks", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceLaunchTournamentList); + LIB_FUNCTION("wIc92b0x6hk", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceLaunchTournamentsTeamProfile); + LIB_FUNCTION("-+3hY+y8bNo", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceLaunchWebBrowser); + LIB_FUNCTION("JoBqSQt1yyA", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceLoadExec); + LIB_FUNCTION("9ScDVErRRgw", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceNavigateToAnotherApp); + LIB_FUNCTION("e4E3MIEAS2A", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceNavigateToGoBack); + LIB_FUNCTION("ZeubLhPDitw", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceNavigateToGoBackWithValue); + LIB_FUNCTION("x2-o9eBw3ZU", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceNavigateToGoHome); + LIB_FUNCTION("fZo48un7LK4", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceParamGetInt); + LIB_FUNCTION("SsC-m-S9JTA", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceParamGetString); + LIB_FUNCTION("XbbJC3E+L5M", "libSceSystemService", 1, "libSceSystemService", + sceSystemServicePowerTick); + LIB_FUNCTION("2xenlv7M-UU", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceRaiseExceptionLocalProcess); + LIB_FUNCTION("656LMQSrg6U", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceReceiveEvent); + LIB_FUNCTION("9kPCz7Or+1Y", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceReenableMusicPlayer); + LIB_FUNCTION("Pi3K47Xw0ss", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceRegisterDaemon); + LIB_FUNCTION("Oms065qIClY", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceReleaseFb0); + LIB_FUNCTION("3s8cHiCBKBE", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceReportAbnormalTermination); + LIB_FUNCTION("3ZFpzcRqYsk", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceRequestCameraCalibration); + LIB_FUNCTION("P71fvnHyFTQ", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceRequestToChangeRenderingMode); + LIB_FUNCTION("tMuzuZcUIcA", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceResumeLocalProcess); + LIB_FUNCTION("DNE77sfNw5Y", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceSetControllerFocusPermission); + LIB_FUNCTION("eLWnPuja+Y8", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceSetGpuLoadEmulationMode); + LIB_FUNCTION("Xn-eH9-Fu60", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceSetOutOfVrPlayAreaFlag); + LIB_FUNCTION("sgRPNJjrWjg", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceSetOutOfVrPlayZoneWarning); + LIB_FUNCTION("w9wlKcHrmm8", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceShowControllerSettings); + LIB_FUNCTION("tPfQU2pD4-M", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceShowDisplaySafeAreaSettings); + LIB_FUNCTION("f8eZvJ8hV6o", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceShowEyeToEyeDistanceSetting); + LIB_FUNCTION("vY1-RZtvvbk", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceSuspendBackgroundApp); + LIB_FUNCTION("kTiAx7e2zU4", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceSuspendLocalProcess); + LIB_FUNCTION("zlXqkzPY-ds", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceTickVideoPlayback); + LIB_FUNCTION("vOhqz-IMiW4", "libSceSystemService", 1, "libSceSystemService", + sceSystemServiceTurnOffScreenSaver); + LIB_FUNCTION("kDGjRMtUDxo", "libSceSystemService", 1, "libSceSystemService", + Func_9031A344CB540F1A); + LIB_FUNCTION("qdTPJWjquDc", "libSceSystemService", 1, "libSceSystemService", + Func_A9D4CF2568EAB837); + LIB_FUNCTION("f34qn7XA3QE", "libSceSystemServiceWebApp", 1, "libSceSystemService", + sceSystemServiceLaunchWebApp); + LIB_FUNCTION("uElcdmhh-c8", "libSceSystemServiceWebApp", 1, "libSceSystemService", + Func_B8495C766861FDCF); + LIB_FUNCTION("0TDfP7R4fiQ", "libSceSystemServiceDbg", 1, "libSceSystemService", + sceSystemServiceGetDbgExecutablePath); + LIB_FUNCTION("+2uXfrrQCyk", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", + sceSystemServiceActivateHevc); + LIB_FUNCTION("VXA8STT529w", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", + sceSystemServiceActivateHevcAbort); + LIB_FUNCTION("-9LzYPdangA", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", + sceSystemServiceActivateHevcGetStatus); + LIB_FUNCTION("BgjPgbXKYjE", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", + sceSystemServiceActivateHevcInit); + LIB_FUNCTION("2HHfdrT+rnQ", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", + sceSystemServiceActivateHevcIsActivated); + LIB_FUNCTION("E9FdusyklCA", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", + sceSystemServiceActivateHevcStart); + LIB_FUNCTION("tImUgGSSHpc", "libSceSystemServiceActivateHevc", 1, "libSceSystemService", + sceSystemServiceActivateHevcTerm); + LIB_FUNCTION("F-nn3DvNKww", "libSceSystemServiceActivateMpeg2", 1, "libSceSystemService", + sceSystemServiceActivateMpeg2Abort); + LIB_FUNCTION("W-U8F5o2SHg", "libSceSystemServiceActivateMpeg2", 1, "libSceSystemService", + sceSystemServiceActivateMpeg2GetStatus); + LIB_FUNCTION("PkRTWNBI4IQ", "libSceSystemServiceActivateMpeg2", 1, "libSceSystemService", + sceSystemServiceActivateMpeg2Init); + LIB_FUNCTION("aVZb961bWBU", "libSceSystemServiceActivateMpeg2", 1, "libSceSystemService", + sceSystemServiceActivateMpeg2IsActivated); + LIB_FUNCTION("-7zMNJ1Ap1c", "libSceSystemServiceActivateMpeg2", 1, "libSceSystemService", + sceSystemServiceActivateMpeg2Start); + LIB_FUNCTION("JjIspXDbL6o", "libSceSystemServiceActivateMpeg2", 1, "libSceSystemService", + sceSystemServiceActivateMpeg2Term); + LIB_FUNCTION("eBFzDYThras", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrCancelShutdownTimer); + LIB_FUNCTION("Ap5dJ0zHRVY", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrEnterMediaPlaybackMode); + LIB_FUNCTION("Laac0S4FuhE", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrEnterStandby); + LIB_FUNCTION("rSquvOtwQmk", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrExtendShutdownTimer); + LIB_FUNCTION("FzjISMWw5Xg", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrExtendShutdownTimerForPostAutoUpdateProcess); + LIB_FUNCTION("ze0ky5Q1yE8", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrGetCurrentState); + LIB_FUNCTION("wlxvESTUplk", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrGetTriggerCode); + LIB_FUNCTION("cmjuYpVujQs", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrIsBdDriveReady); + LIB_FUNCTION("texLPLDXDso", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrIsGpuPerformanceNormal); + LIB_FUNCTION("asLBe0esmIY", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrIsShellUIShutdownInProgress); + LIB_FUNCTION("j3IrOCL+DmM", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrIsStandbyModeEnabled); + LIB_FUNCTION("88y5DztlXBE", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrLeaveMediaPlaybackMode); + LIB_FUNCTION("H2f6ZwIqLJg", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrNotifySystemSuspendResumeProgress); + LIB_FUNCTION("uR1wFHXX1XQ", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrReboot); + LIB_FUNCTION("gPx1b36zyMY", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrSendCecOneTouchPlayCommand); + LIB_FUNCTION("PcJ5DLzZXSs", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrStartRebootTimer); + LIB_FUNCTION("7qf7mhzOQPo", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrStartShutdownTimer); + LIB_FUNCTION("ZwhQSHTqGpE", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrStartStadbyTimer); + LIB_FUNCTION("YWftBq50hcA", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrStartVshAutoUpdateTimer); + LIB_FUNCTION("ypl-BoZZKOM", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrTickMusicPlayback); + LIB_FUNCTION("GvqPsPX4EUI", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrTickPartyChat); + LIB_FUNCTION("gK3EX6ZKtKc", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrTurnOff); + LIB_FUNCTION("U1dZXAjkBVo", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrVshAutoUpdate); + LIB_FUNCTION("geg26leOsvw", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrWaitVshAutoUpdateVerifyDone); + LIB_FUNCTION("6gtqLPVTdJY", "libSceSystemStateMgr", 1, "libSceSystemService", + sceSystemStateMgrWakeUp); + LIB_FUNCTION("ifJiF5witJ4", "libSceSystemStateMgr", 1, "libSceSystemService", + Func_89F262179C22B49E); + LIB_FUNCTION("rIqPq0oWlrg", "libSceSystemStateMgr", 1, "libSceSystemService", + Func_AC8A8FAB4A1696B8); + LIB_FUNCTION("rTa0Vp-4nKA", "libSceSystemServiceAppLaunchLink", 1, "libSceSystemService", + sceSystemServiceInvokeAppLaunchLink); + LIB_FUNCTION("uhD7g7zXIQo", "libSceSystemServiceClosedCaption", 1, "libSceSystemService", + sceSystemServiceShowClosedCaptionAdvancedSettings); + LIB_FUNCTION("5W6LurzMZaY", "libSceSystemServiceClosedCaption", 1, "libSceSystemService", + sceSystemServiceShowClosedCaptionSettings); + LIB_FUNCTION("Mr1IgQaRff0", "libSceSystemServiceEyeToEyeDistance", 1, "libSceSystemService", + sceSystemServiceDisablePersonalEyeToEyeDistanceSetting); + LIB_FUNCTION("O3irWUQ2s-g", "libSceSystemServiceEyeToEyeDistance", 1, "libSceSystemService", + sceSystemServiceEnablePersonalEyeToEyeDistanceSetting); + LIB_FUNCTION("nT-7-iG55M8", "libSceSystemServicePowerSaveLevel", 1, "libSceSystemService", + sceSystemServiceSetPowerSaveLevel); + LIB_FUNCTION("gD4wh2+nuuU", "libSceSystemServiceForShellCoreOnly", 1, "libSceSystemService", sceSystemServiceInitializeForShellCore); - LIB_FUNCTION("V350H0h35IU", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilAcquireCpuBudgetOfExtraAudioDevices); - LIB_FUNCTION("GmKMHwvxLlo", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilAcquireCpuBudgetOfImeForBigApp); - LIB_FUNCTION("mC3BKJFlbNI", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilAcquireCpuBudgetOfInGameStore); - LIB_FUNCTION("4dWfNKOT1sg", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilActivateCdlg); - LIB_FUNCTION("j72lst7BFuc", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilAddLocalProcess); - LIB_FUNCTION("u1JVDP28ycg", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilBlockAppSuspend); - LIB_FUNCTION("MxXZ-poqGNs", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilBlockingGetEventForDaemon); - LIB_FUNCTION("93MnzhkAAgk", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilContinueApp); - LIB_FUNCTION("uaqZvga3Fkg", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilCrashSyscore); - LIB_FUNCTION("4oofFQudfx0", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilDeactivateCdlg); - LIB_FUNCTION("GHUqRrCB2hM", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilDeclareReadyForSuspend); - LIB_FUNCTION("GkcNZBoiDcs", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilDisableSuspendNotification); - LIB_FUNCTION("AGnsy1zV34o", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilEnableSuspendNotification); - LIB_FUNCTION("UukL0EXLQls", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilFinishSpecialResume); - LIB_FUNCTION("vquYrvImjPg", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilForceKillApp); - LIB_FUNCTION("NS-XWAN9uoc", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilForceKillLocalProcess); - LIB_FUNCTION("i-esdF3Kz-g", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetApp0DirPath); - LIB_FUNCTION("vbMEQcz6O8g", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetAppCategory); - LIB_FUNCTION("i+1kluDITlQ", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetAppFocusedAppStatus); - LIB_FUNCTION("MVF+elex8Sw", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetAppId); - LIB_FUNCTION("Wu+zDz8VIFk", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetAppIdOfBigApp); - LIB_FUNCTION("ppWFdoDMMSs", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetAppIdOfMiniApp); - LIB_FUNCTION("oYQC9Quj6No", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetAppLaunchedUser); - LIB_FUNCTION("DxRki7T2E44", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetAppStatus); - LIB_FUNCTION("cyO5ShJxdnE", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetAppStatusListForShellUIReboot); - LIB_FUNCTION("g0wTG9KImzI", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetAppTitleId); - LIB_FUNCTION("1AQf7o8gpHc", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetAppType); - LIB_FUNCTION("7yXjWLWJFHU", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetCdlgExec); - LIB_FUNCTION("CgVdl9Sp1G0", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetCoredumpState); - LIB_FUNCTION("deCYc7iaC5Q", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetDbgExecutablePath); - LIB_FUNCTION("yUh0BIPbhVo", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetEventForDaemon); - LIB_FUNCTION("ZucoOmNsb7w", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetEventForShellUI); - LIB_FUNCTION("ojmvNKQZNUw", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetGpuCrashFullDumpAppStatus); - LIB_FUNCTION("wGobSSrBM4s", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetLocalProcessStatusList); - LIB_FUNCTION("HRXjUojlG70", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetParentSocket); - LIB_FUNCTION("kOd75qDlxBM", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetResultKillApp); - LIB_FUNCTION("LZs6hfPMnso", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilGetResultLaunchAppByTitleId); - LIB_FUNCTION("f-Q8Nd33FBc", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilInitialize); - LIB_FUNCTION("PyNH7p4LVw8", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilIsActiveCdlg); - LIB_FUNCTION("IGrJsPNL6n4", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilIsAppLaunched); - LIB_FUNCTION("teGoPWnEgd4", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilIsAppSuspended); - LIB_FUNCTION("iUsONHVCDbQ", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilIsCpuBudgetOfExtraAudioDevicesAvailable); - LIB_FUNCTION("i4tm7MB0ZK0", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilIsPs2Emu); - LIB_FUNCTION("Ry4u8KxkVY4", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilIsShellUiFgAndGameBgCpuMode); - LIB_FUNCTION("gNn+EZtm1i0", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilKickCoredumpOnlyProcMem); - LIB_FUNCTION("SZ2uH5Abws8", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilKillApp); - LIB_FUNCTION("RBlEzB--JeA", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilKillAppWithReason); - LIB_FUNCTION("IhlLdSAX+Jk", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilKillLocalProcess); - LIB_FUNCTION("+nRJUD-7qCk", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilLaunchApp); - LIB_FUNCTION("wwpRNgW81Cs", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilLoadExec); - LIB_FUNCTION("+8LJld9LIt4", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilNotifyCoredumpRequestEnd); - LIB_FUNCTION("HKZmLmGfkd4", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilNotifyCoredumpRequestProgress); - LIB_FUNCTION("-3moAnxKYkc", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilNotifyVshReady); - LIB_FUNCTION("P563r-eGAh4", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilRaiseException); - LIB_FUNCTION("CJ45DLRQOD8", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilRaiseExceptionLocalProcess); - LIB_FUNCTION("Qn5JIRI6ZNU", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilRegisterCdlgSharedMemoryName); - LIB_FUNCTION("V25-9U+YauY", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilRegisterDaemon); - LIB_FUNCTION("awS+eYVuXJA", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilRegisterShellUI); - LIB_FUNCTION("QvUYLdPhylQ", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilReleaseCpuBudgetOfExtraAudioDevices); - LIB_FUNCTION("1PQhPdyNCj8", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilReleaseCpuBudgetOfImeForBigApp); - LIB_FUNCTION("QsLhZ+8WvSM", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilReleaseCpuBudgetOfInGameStore); - LIB_FUNCTION("lD-k3hDhlqA", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilResumeApp); - LIB_FUNCTION("XaC9s-Nr2u4", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilResumeLocalProcess); - LIB_FUNCTION("v7DYuX0G5TQ", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilSetAppFocus); - LIB_FUNCTION("3mHuKF7fsd8", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilSetCdlgExec); - LIB_FUNCTION("X8gYbyLG1wk", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilSetControllerFocus); - LIB_FUNCTION("NJYAQeP3z7c", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilSetControllerFocusPermission); - LIB_FUNCTION("3+64z-ckBS8", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilStartKillApp); - LIB_FUNCTION("r07vD4SP2sc", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilStartLaunchAppByTitleId); - LIB_FUNCTION("Y8onQYjuvOU", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilSuspendApp); - LIB_FUNCTION("8vYXkdXmh-Q", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilSuspendBackgroundApp); - LIB_FUNCTION("rd+-SzL202E", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilSuspendLocalProcess); - LIB_FUNCTION("Kt1k5aBzrcE", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilSystemSuspend); - LIB_FUNCTION("cCod+B3EdhI", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilTerminate); - LIB_FUNCTION("msW-hp1U0zo", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilTryBlockAppSuspend); - LIB_FUNCTION("iRZduYIV1hs", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilUnblockAppSuspend); - LIB_FUNCTION("aVRNp1nOOKY", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilUnregisterCdlgSharedMemoryName); - LIB_FUNCTION("BnMaW5wfnlQ", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilUnregisterDaemon); - LIB_FUNCTION("cqui4JUJtbY", "libSceLncUtil", 1, "libSceSystemService", 1, 1, - sceLncUtilUnregisterShellUI); - LIB_FUNCTION("3nn7rnOdt1g", "libSceSystemServiceTelemetry", 1, "libSceSystemService", 1, 1, - sceSystemServiceTelemetrySetData); - LIB_FUNCTION("alZfRdr2RP8", "libSceAppMessaging", 1, "libSceSystemService", 1, 1, - sceAppMessagingClearEventFlag); - LIB_FUNCTION("jKgAUl6cLy0", "libSceAppMessaging", 1, "libSceSystemService", 1, 1, - sceAppMessagingReceiveMsg); - LIB_FUNCTION("+zuv20FsXrA", "libSceAppMessaging", 1, "libSceSystemService", 1, 1, - sceAppMessagingSendMsg); - LIB_FUNCTION("HIwEvx4kf6o", "libSceAppMessaging", 1, "libSceSystemService", 1, 1, - sceAppMessagingSendMsgToShellCore); - LIB_FUNCTION("5ygy1IPUh5c", "libSceAppMessaging", 1, "libSceSystemService", 1, 1, - sceAppMessagingSendMsgToShellUI); - LIB_FUNCTION("hdoMbMFIDdE", "libSceAppMessaging", 1, "libSceSystemService", 1, 1, - sceAppMessagingSetEventFlag); - LIB_FUNCTION("iKNXKsUtOjY", "libSceAppMessaging", 1, "libSceSystemService", 1, 1, - sceAppMessagingTryGetEventFlag); - LIB_FUNCTION("ZVRXXqj1n80", "libSceAppMessaging", 1, "libSceSystemService", 1, 1, - sceAppMessagingTryReceiveMsg); - LIB_FUNCTION("yOiZq+9-ZMQ", "libSceAppMessaging", 1, "libSceSystemService", 1, 1, - Func_C8E899ABEF7F64C4); - LIB_FUNCTION("90unWbnI0qE", "libSceAppMessaging", 1, "libSceSystemService", 1, 1, - Func_F74BA759B9C8D2A1); - LIB_FUNCTION("45QrFvUkrjg", "libSceSystemServicePartyVoice", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("fBGD-HNimSk", "libSceSystemServicePadspkRouting", 1, "libSceSystemService", + Func_7C1183FC73629929); + LIB_FUNCTION("45QrFvUkrjg", "libSceSystemServicePartyVoice", 1, "libSceSystemService", sceSystemServiceDisablePartyVoice); - LIB_FUNCTION("hU3bSlF2OKs", "libSceSystemServicePartyVoice", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("hU3bSlF2OKs", "libSceSystemServicePartyVoice", 1, "libSceSystemService", sceSystemServiceReenablePartyVoice); - LIB_FUNCTION("5u2WeL-PR2w", "libSceSystemServicePlatformPrivacy", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("5u2WeL-PR2w", "libSceSystemServicePlatformPrivacy", 1, "libSceSystemService", sceSystemServiceGetPlatformPrivacyDefinitionData); - LIB_FUNCTION("t5K+IeMVD1Q", "libSceSystemServicePlatformPrivacy", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("t5K+IeMVD1Q", "libSceSystemServicePlatformPrivacy", 1, "libSceSystemService", sceSystemServiceGetPlatformPrivacyDefinitionVersion); - LIB_FUNCTION("hvoLYhc4cq0", "libSceSystemServicePlatformPrivacy", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("hvoLYhc4cq0", "libSceSystemServicePlatformPrivacy", 1, "libSceSystemService", sceSystemServiceGetPlatformPrivacySetting); - LIB_FUNCTION("d4imyunHryo", "libSceSystemServicePowerControl", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("EqcPA3ugRP8", "libSceSystemServiceSuspend", 1, "libSceSystemService", + sceSystemServiceDeclareReadyForSuspend); + LIB_FUNCTION("Mi0qwCb+rvo", "libSceSystemServiceSuspend", 1, "libSceSystemService", + sceSystemServiceDisableSuspendNotification); + LIB_FUNCTION("a5Kjjq6HgcU", "libSceSystemServiceSuspend", 1, "libSceSystemService", + sceSystemServiceEnableSuspendNotification); + LIB_FUNCTION("d4imyunHryo", "libSceSystemServicePowerControl", 1, "libSceSystemService", sceSystemServiceRequestPowerOff); - LIB_FUNCTION("oEJqGsNtFIw", "libSceSystemServicePowerControl", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("oEJqGsNtFIw", "libSceSystemServicePowerControl", 1, "libSceSystemService", sceSystemServiceRequestReboot); - LIB_FUNCTION("tIdXUhSLyOU", "libSceSystemServicePs2Emu", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("tIdXUhSLyOU", "libSceSystemServicePs2Emu", 1, "libSceSystemService", sceSystemServiceAddLocalProcessForPs2Emu); - LIB_FUNCTION("qhPJ1EfqLjQ", "libSceSystemServicePs2Emu", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("qhPJ1EfqLjQ", "libSceSystemServicePs2Emu", 1, "libSceSystemService", sceSystemServiceGetParentSocketForPs2Emu); - LIB_FUNCTION("fKqJTnoZ8C8", "libSceSystemServicePs2Emu", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("fKqJTnoZ8C8", "libSceSystemServicePs2Emu", 1, "libSceSystemService", sceSystemServiceKillLocalProcessForPs2Emu); - LIB_FUNCTION("YtDk7X3FF08", "libSceSystemServicePs2Emu", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("YtDk7X3FF08", "libSceSystemServicePs2Emu", 1, "libSceSystemService", sceSystemServiceShowImposeMenuForPs2Emu); - LIB_FUNCTION("d3OnoKtNjGg", "libSceSystemServiceVoiceRecognition", 1, "libSceSystemService", 1, 1, - sceSystemServiceDisableVoiceRecognition); - LIB_FUNCTION("c-aFKhn74h0", "libSceSystemServiceVoiceRecognition", 1, "libSceSystemService", 1, 1, - sceSystemServiceReenableVoiceRecognition); - LIB_FUNCTION("EqcPA3ugRP8", "libSceSystemServiceSuspend", 1, "libSceSystemService", 1, 1, - sceSystemServiceDeclareReadyForSuspend); - LIB_FUNCTION("Mi0qwCb+rvo", "libSceSystemServiceSuspend", 1, "libSceSystemService", 1, 1, - sceSystemServiceDisableSuspendNotification); - LIB_FUNCTION("a5Kjjq6HgcU", "libSceSystemServiceSuspend", 1, "libSceSystemService", 1, 1, - sceSystemServiceEnableSuspendNotification); - LIB_FUNCTION("cltshBrDLC0", "libSceSystemServicePsmKit", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("DILuzcvXjGQ", "libSceSystemServiceVideoToken", 1, "libSceSystemService", + sceSystemServiceSaveVideoToken); + LIB_FUNCTION("cltshBrDLC0", "libSceSystemServicePsmKit", 1, "libSceSystemService", sceSystemServiceAddLocalProcessForPsmKit); - LIB_FUNCTION("4ZYuSI8i2aM", "libSceSystemServicePsmKit", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("4ZYuSI8i2aM", "libSceSystemServicePsmKit", 1, "libSceSystemService", sceSystemServiceGetParentSocketForPsmKit); - LIB_FUNCTION("7cTc7seJLfQ", "libSceSystemServicePsmKit", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("7cTc7seJLfQ", "libSceSystemServicePsmKit", 1, "libSceSystemService", sceSystemServiceKillLocalProcessForPsmKit); - LIB_FUNCTION("Zj5FGJQPFxs", "libSceSystemServiceStore", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("Zj5FGJQPFxs", "libSceSystemServiceStore", 1, "libSceSystemService", sceSystemServiceLaunchStore); - LIB_FUNCTION("nT-7-iG55M8", "libSceSystemServicePowerSaveLevel", 1, "libSceSystemService", 1, 1, - sceSystemServiceSetPowerSaveLevel); - LIB_FUNCTION("YNoDjc1BPJI", "libSceSystemServiceUdsApp", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("3nn7rnOdt1g", "libSceSystemServiceTelemetry", 1, "libSceSystemService", + sceSystemServiceTelemetrySetData); + LIB_FUNCTION("G5AwzWnHxks", "libSceSystemServiceTournamentMlg", 1, "libSceSystemService", + sceSystemServiceLaunchTournamentList); + LIB_FUNCTION("xn-HgPW29x4", "libSceSystemServiceTournamentMlg", 1, "libSceSystemService", + Func_C67FC780F5B6F71E); + LIB_FUNCTION("YNoDjc1BPJI", "libSceSystemServiceUdsApp", 1, "libSceSystemService", sceSystemServiceLaunchUdsApp); - LIB_FUNCTION("AmTvo3RT5ss", "libSceSystemServiceVideoServiceWebApp", 1, "libSceSystemService", 1, 1, + LIB_FUNCTION("AmTvo3RT5ss", "libSceSystemServiceVideoServiceWebApp", 1, "libSceSystemService", sceSystemServiceLoadExecVideoServiceWebApp); + LIB_FUNCTION("d3OnoKtNjGg", "libSceSystemServiceVoiceRecognition", 1, "libSceSystemService", + sceSystemServiceDisableVoiceRecognition); + LIB_FUNCTION("c-aFKhn74h0", "libSceSystemServiceVoiceRecognition", 1, "libSceSystemService", + sceSystemServiceReenableVoiceRecognition); + LIB_FUNCTION("-+3hY+y8bNo", "libSceSystemServiceWebBrowser", 1, "libSceSystemService", + sceSystemServiceLaunchWebBrowser); + LIB_FUNCTION("axzblV8OvWU", "libSceSystemServiceYouTubeAccountLinkStatus", 1, "libSceSystemService", + Func_6B1CDB955F0EBD65); + LIB_FUNCTION("y16IXiJfafA", "libSceSystemServiceYouTubeAccountLinkStatus", 1, "libSceSystemService", + Func_CB5E885E225F69F0); }; } // namespace Libraries::SystemService \ No newline at end of file diff --git a/libraries/systemservice.h b/libraries/systemservice.h index f8e30f2..ef0306f 100644 --- a/libraries/systemservice.h +++ b/libraries/systemservice.h @@ -11,48 +11,95 @@ class SymbolsResolver; namespace Libraries::SystemService { -s32 PS4_SYSV_ABI sceSystemStateMgrCancelShutdownTimer(); -s32 PS4_SYSV_ABI sceSystemStateMgrEnterMediaPlaybackMode(); -s32 PS4_SYSV_ABI sceSystemStateMgrEnterStandby(); -s32 PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimer(); -s32 PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimerForPostAutoUpdateProcess(); -s32 PS4_SYSV_ABI sceSystemStateMgrGetCurrentState(); -s32 PS4_SYSV_ABI sceSystemStateMgrGetTriggerCode(); -s32 PS4_SYSV_ABI sceSystemStateMgrIsBdDriveReady(); -s32 PS4_SYSV_ABI sceSystemStateMgrIsGpuPerformanceNormal(); -s32 PS4_SYSV_ABI sceSystemStateMgrIsShellUIShutdownInProgress(); -s32 PS4_SYSV_ABI sceSystemStateMgrIsStandbyModeEnabled(); -s32 PS4_SYSV_ABI sceSystemStateMgrLeaveMediaPlaybackMode(); -s32 PS4_SYSV_ABI sceSystemStateMgrNotifySystemSuspendResumeProgress(); -s32 PS4_SYSV_ABI sceSystemStateMgrReboot(); -s32 PS4_SYSV_ABI sceSystemStateMgrSendCecOneTouchPlayCommand(); -s32 PS4_SYSV_ABI sceSystemStateMgrStartRebootTimer(); -s32 PS4_SYSV_ABI sceSystemStateMgrStartShutdownTimer(); -s32 PS4_SYSV_ABI sceSystemStateMgrStartStadbyTimer(); -s32 PS4_SYSV_ABI sceSystemStateMgrStartVshAutoUpdateTimer(); -s32 PS4_SYSV_ABI sceSystemStateMgrTickMusicPlayback(); -s32 PS4_SYSV_ABI sceSystemStateMgrTickPartyChat(); -s32 PS4_SYSV_ABI sceSystemStateMgrTurnOff(); -s32 PS4_SYSV_ABI sceSystemStateMgrVshAutoUpdate(); -s32 PS4_SYSV_ABI sceSystemStateMgrWaitVshAutoUpdateVerifyDone(); -s32 PS4_SYSV_ABI sceSystemStateMgrWakeUp(); -s32 PS4_SYSV_ABI Func_89F262179C22B49E(); -s32 PS4_SYSV_ABI Func_AC8A8FAB4A1696B8(); -s32 PS4_SYSV_ABI Func_6B1CDB955F0EBD65(); -s32 PS4_SYSV_ABI Func_CB5E885E225F69F0(); -s32 PS4_SYSV_ABI sceSystemServiceLaunchTournamentList(); -s32 PS4_SYSV_ABI Func_C67FC780F5B6F71E(); -s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Abort(); -s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2GetStatus(); -s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Init(); -s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2IsActivated(); -s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Start(); -s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Term(); -s32 PS4_SYSV_ABI sceSystemServiceGetDbgExecutablePath(); -s32 PS4_SYSV_ABI sceSystemServiceLaunchWebApp(); -s32 PS4_SYSV_ABI Func_B8495C766861FDCF(); -s32 PS4_SYSV_ABI sceSystemServiceLaunchWebBrowser(); -s32 PS4_SYSV_ABI sceSystemServiceInvokeAppLaunchLink(); +s32 PS4_SYSV_ABI sceAppMessagingClearEventFlag(); +s32 PS4_SYSV_ABI sceAppMessagingReceiveMsg(); +s32 PS4_SYSV_ABI sceAppMessagingSendMsg(); +s32 PS4_SYSV_ABI sceAppMessagingSendMsgToShellCore(); +s32 PS4_SYSV_ABI sceAppMessagingSendMsgToShellUI(); +s32 PS4_SYSV_ABI sceAppMessagingSetEventFlag(); +s32 PS4_SYSV_ABI sceAppMessagingTryGetEventFlag(); +s32 PS4_SYSV_ABI sceAppMessagingTryReceiveMsg(); +s32 PS4_SYSV_ABI Func_C8E899ABEF7F64C4(); +s32 PS4_SYSV_ABI Func_F74BA759B9C8D2A1(); +s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfExtraAudioDevices(); +s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfImeForBigApp(); +s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfInGameStore(); +s32 PS4_SYSV_ABI sceLncUtilActivateCdlg(); +s32 PS4_SYSV_ABI sceLncUtilAddLocalProcess(); +s32 PS4_SYSV_ABI sceLncUtilBlockAppSuspend(); +s32 PS4_SYSV_ABI sceLncUtilBlockingGetEventForDaemon(); +s32 PS4_SYSV_ABI sceLncUtilContinueApp(); +s32 PS4_SYSV_ABI sceLncUtilCrashSyscore(); +s32 PS4_SYSV_ABI sceLncUtilDeactivateCdlg(); +s32 PS4_SYSV_ABI sceLncUtilDeclareReadyForSuspend(); +s32 PS4_SYSV_ABI sceLncUtilDisableSuspendNotification(); +s32 PS4_SYSV_ABI sceLncUtilEnableSuspendNotification(); +s32 PS4_SYSV_ABI sceLncUtilFinishSpecialResume(); +s32 PS4_SYSV_ABI sceLncUtilForceKillApp(); +s32 PS4_SYSV_ABI sceLncUtilForceKillLocalProcess(); +s32 PS4_SYSV_ABI sceLncUtilGetApp0DirPath(); +s32 PS4_SYSV_ABI sceLncUtilGetAppCategory(); +s32 PS4_SYSV_ABI sceLncUtilGetAppFocusedAppStatus(); +s32 PS4_SYSV_ABI sceLncUtilGetAppId(); +s32 PS4_SYSV_ABI sceLncUtilGetAppIdOfBigApp(); +s32 PS4_SYSV_ABI sceLncUtilGetAppIdOfMiniApp(); +s32 PS4_SYSV_ABI sceLncUtilGetAppLaunchedUser(); +s32 PS4_SYSV_ABI sceLncUtilGetAppStatus(); +s32 PS4_SYSV_ABI sceLncUtilGetAppStatusListForShellUIReboot(); +s32 PS4_SYSV_ABI sceLncUtilGetAppTitleId(); +s32 PS4_SYSV_ABI sceLncUtilGetAppType(); +s32 PS4_SYSV_ABI sceLncUtilGetCdlgExec(); +s32 PS4_SYSV_ABI sceLncUtilGetCoredumpState(); +s32 PS4_SYSV_ABI sceLncUtilGetDbgExecutablePath(); +s32 PS4_SYSV_ABI sceLncUtilGetEventForDaemon(); +s32 PS4_SYSV_ABI sceLncUtilGetEventForShellUI(); +s32 PS4_SYSV_ABI sceLncUtilGetGpuCrashFullDumpAppStatus(); +s32 PS4_SYSV_ABI sceLncUtilGetLocalProcessStatusList(); +s32 PS4_SYSV_ABI sceLncUtilGetParentSocket(); +s32 PS4_SYSV_ABI sceLncUtilGetResultKillApp(); +s32 PS4_SYSV_ABI sceLncUtilGetResultLaunchAppByTitleId(); +s32 PS4_SYSV_ABI sceLncUtilInitialize(); +s32 PS4_SYSV_ABI sceLncUtilIsActiveCdlg(); +s32 PS4_SYSV_ABI sceLncUtilIsAppLaunched(); +s32 PS4_SYSV_ABI sceLncUtilIsAppSuspended(); +s32 PS4_SYSV_ABI sceLncUtilIsCpuBudgetOfExtraAudioDevicesAvailable(); +s32 PS4_SYSV_ABI sceLncUtilIsPs2Emu(); +s32 PS4_SYSV_ABI sceLncUtilIsShellUiFgAndGameBgCpuMode(); +s32 PS4_SYSV_ABI sceLncUtilKickCoredumpOnlyProcMem(); +s32 PS4_SYSV_ABI sceLncUtilKillApp(); +s32 PS4_SYSV_ABI sceLncUtilKillAppWithReason(); +s32 PS4_SYSV_ABI sceLncUtilKillLocalProcess(); +s32 PS4_SYSV_ABI sceLncUtilLaunchApp(); +s32 PS4_SYSV_ABI sceLncUtilLoadExec(); +s32 PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestEnd(); +s32 PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestProgress(); +s32 PS4_SYSV_ABI sceLncUtilNotifyVshReady(); +s32 PS4_SYSV_ABI sceLncUtilRaiseException(); +s32 PS4_SYSV_ABI sceLncUtilRaiseExceptionLocalProcess(); +s32 PS4_SYSV_ABI sceLncUtilRegisterCdlgSharedMemoryName(); +s32 PS4_SYSV_ABI sceLncUtilRegisterDaemon(); +s32 PS4_SYSV_ABI sceLncUtilRegisterShellUI(); +s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfExtraAudioDevices(); +s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfImeForBigApp(); +s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfInGameStore(); +s32 PS4_SYSV_ABI sceLncUtilResumeApp(); +s32 PS4_SYSV_ABI sceLncUtilResumeLocalProcess(); +s32 PS4_SYSV_ABI sceLncUtilSetAppFocus(); +s32 PS4_SYSV_ABI sceLncUtilSetCdlgExec(); +s32 PS4_SYSV_ABI sceLncUtilSetControllerFocus(); +s32 PS4_SYSV_ABI sceLncUtilSetControllerFocusPermission(); +s32 PS4_SYSV_ABI sceLncUtilStartKillApp(); +s32 PS4_SYSV_ABI sceLncUtilStartLaunchAppByTitleId(); +s32 PS4_SYSV_ABI sceLncUtilSuspendApp(); +s32 PS4_SYSV_ABI sceLncUtilSuspendBackgroundApp(); +s32 PS4_SYSV_ABI sceLncUtilSuspendLocalProcess(); +s32 PS4_SYSV_ABI sceLncUtilSystemSuspend(); +s32 PS4_SYSV_ABI sceLncUtilTerminate(); +s32 PS4_SYSV_ABI sceLncUtilTryBlockAppSuspend(); +s32 PS4_SYSV_ABI sceLncUtilUnblockAppSuspend(); +s32 PS4_SYSV_ABI sceLncUtilUnregisterCdlgSharedMemoryName(); +s32 PS4_SYSV_ABI sceLncUtilUnregisterDaemon(); +s32 PS4_SYSV_ABI sceLncUtilUnregisterShellUI(); s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoft(); s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftAbort(); s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftGetStatus(); @@ -60,98 +107,6 @@ s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftInit(); s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftIsActivated(); s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftStart(); s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftTerm(); -s32 PS4_SYSV_ABI sceSystemServiceDisablePersonalEyeToEyeDistanceSetting(); -s32 PS4_SYSV_ABI sceSystemServiceEnablePersonalEyeToEyeDistanceSetting(); -s32 PS4_SYSV_ABI sceSystemServiceShowClosedCaptionAdvancedSettings(); -s32 PS4_SYSV_ABI sceSystemServiceShowClosedCaptionSettings(); -s32 PS4_SYSV_ABI sceSystemServiceActivateHevc(); -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcAbort(); -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcGetStatus(); -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcInit(); -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcIsActivated(); -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcStart(); -s32 PS4_SYSV_ABI sceSystemServiceActivateHevcTerm(); -s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForJvm(); -s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForJvm(); -s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForJvm(); -s32 PS4_SYSV_ABI Func_7C1183FC73629929(); -s32 PS4_SYSV_ABI sceSystemServiceSaveVideoToken(); -s32 PS4_SYSV_ABI sceSystemServiceAcquireFb0(); -s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcess(); -s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPsmKit(); -s32 PS4_SYSV_ABI sceSystemServiceChangeAcpClock(); -s32 PS4_SYSV_ABI sceSystemServiceChangeCpuClock(); -s32 PS4_SYSV_ABI sceSystemServiceChangeGpuClock(); -s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClock(); -s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToBaseMode(); -s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToDefault(); -s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToMultiMediaMode(); -s32 PS4_SYSV_ABI sceSystemServiceChangeNumberOfGpuCu(); -s32 PS4_SYSV_ABI sceSystemServiceChangeSamuClock(); -s32 PS4_SYSV_ABI sceSystemServiceChangeUvdClock(); -s32 PS4_SYSV_ABI sceSystemServiceChangeVceClock(); -s32 PS4_SYSV_ABI sceSystemServiceDisableMusicPlayer(); -s32 PS4_SYSV_ABI sceSystemServiceDisableSuspendConfirmationDialog(); -s32 PS4_SYSV_ABI sceSystemServiceEnableSuspendConfirmationDialog(); -s32 PS4_SYSV_ABI sceSystemServiceGetAppFocusedAppStatus(); -s32 PS4_SYSV_ABI sceSystemServiceGetAppIdOfBigApp(); -s32 PS4_SYSV_ABI sceSystemServiceGetAppIdOfMiniApp(); -s32 PS4_SYSV_ABI sceSystemServiceGetAppStatus(); -s32 PS4_SYSV_ABI sceSystemServiceGetAppType(); -s32 PS4_SYSV_ABI sceSystemServiceGetDisplaySafeAreaInfo(); -s32 PS4_SYSV_ABI sceSystemServiceGetEventForDaemon(); -s32 PS4_SYSV_ABI sceSystemServiceGetGpuLoadEmulationMode(); -s32 PS4_SYSV_ABI sceSystemServiceGetHdrToneMapLuminance(); -s32 PS4_SYSV_ABI sceSystemServiceGetLocalProcessStatusList(); -s32 PS4_SYSV_ABI sceSystemServiceGetParentSocket(); -s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForPsmKit(); -s32 PS4_SYSV_ABI sceSystemServiceGetPSButtonEvent(); -s32 PS4_SYSV_ABI sceSystemServiceGetRenderingMode(); -s32 PS4_SYSV_ABI sceSystemServiceGetStatus(); -s32 PS4_SYSV_ABI sceSystemServiceGetTitleWorkaroundInfo(); -s32 PS4_SYSV_ABI sceSystemServiceGetVersionNumberOfCameraCalibrationData(); -s32 PS4_SYSV_ABI sceSystemServiceHideSplashScreen(); -s32 PS4_SYSV_ABI sceSystemServiceIsAppSuspended(); -s32 PS4_SYSV_ABI sceSystemServiceIsBgmPlaying(); -s32 PS4_SYSV_ABI sceSystemServiceIsEyeToEyeDistanceAdjusted(); -s32 PS4_SYSV_ABI sceSystemServiceIsScreenSaverOn(); -s32 PS4_SYSV_ABI sceSystemServiceIsShellUiFgAndGameBgCpuMode(); -s32 PS4_SYSV_ABI sceSystemServiceKillApp(); -s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcess(); -s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPsmKit(); -s32 PS4_SYSV_ABI sceSystemServiceLaunchApp(); -s32 PS4_SYSV_ABI sceSystemServiceLaunchEventDetails(); -s32 PS4_SYSV_ABI sceSystemServiceLaunchTournamentsTeamProfile(); -s32 PS4_SYSV_ABI sceSystemServiceLoadExec(); -s32 PS4_SYSV_ABI sceSystemServiceNavigateToAnotherApp(); -s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoBack(); -s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoBackWithValue(); -s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoHome(); -s32 PS4_SYSV_ABI sceSystemServiceParamGetInt(); -s32 PS4_SYSV_ABI sceSystemServiceParamGetString(); -s32 PS4_SYSV_ABI sceSystemServicePowerTick(); -s32 PS4_SYSV_ABI sceSystemServiceRaiseExceptionLocalProcess(); -s32 PS4_SYSV_ABI sceSystemServiceReceiveEvent(); -s32 PS4_SYSV_ABI sceSystemServiceReenableMusicPlayer(); -s32 PS4_SYSV_ABI sceSystemServiceRegisterDaemon(); -s32 PS4_SYSV_ABI sceSystemServiceReleaseFb0(); -s32 PS4_SYSV_ABI sceSystemServiceReportAbnormalTermination(); -s32 PS4_SYSV_ABI sceSystemServiceRequestCameraCalibration(); -s32 PS4_SYSV_ABI sceSystemServiceRequestToChangeRenderingMode(); -s32 PS4_SYSV_ABI sceSystemServiceResumeLocalProcess(); -s32 PS4_SYSV_ABI sceSystemServiceSetControllerFocusPermission(); -s32 PS4_SYSV_ABI sceSystemServiceSetGpuLoadEmulationMode(); -s32 PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayAreaFlag(); -s32 PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayZoneWarning(); -s32 PS4_SYSV_ABI sceSystemServiceShowControllerSettings(); -s32 PS4_SYSV_ABI sceSystemServiceShowDisplaySafeAreaSettings(); -s32 PS4_SYSV_ABI sceSystemServiceShowEyeToEyeDistanceSetting(); -s32 PS4_SYSV_ABI sceSystemServiceSuspendBackgroundApp(); -s32 PS4_SYSV_ABI sceSystemServiceSuspendLocalProcess(); -s32 PS4_SYSV_ABI sceSystemServiceTickVideoPlayback(); -s32 PS4_SYSV_ABI sceSystemServiceTurnOffScreenSaver(); -s32 PS4_SYSV_ABI Func_9031A344CB540F1A(); -s32 PS4_SYSV_ABI Func_A9D4CF2568EAB837(); s32 PS4_SYSV_ABI sceShellCoreUtilAccessibilityZoomLock(); s32 PS4_SYSV_ABI sceShellCoreUtilAccessibilityZoomUnlock(); s32 PS4_SYSV_ABI sceShellCoreUtilAcquireBgmCpuBudget(); @@ -369,117 +324,162 @@ s32 PS4_SYSV_ABI Func_1E5CA5A71FA7F028(); s32 PS4_SYSV_ABI Func_6D43644F75C38346(); s32 PS4_SYSV_ABI Func_739FB849CB28F445(); s32 PS4_SYSV_ABI Func_B20628FF35C74111(); +s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForJvm(); +s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForJvm(); +s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForJvm(); +s32 PS4_SYSV_ABI sceSystemServiceAcquireFb0(); +s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcess(); +s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPsmKit(); +s32 PS4_SYSV_ABI sceSystemServiceChangeAcpClock(); +s32 PS4_SYSV_ABI sceSystemServiceChangeCpuClock(); +s32 PS4_SYSV_ABI sceSystemServiceChangeGpuClock(); +s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClock(); +s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToBaseMode(); +s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToDefault(); +s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToMultiMediaMode(); +s32 PS4_SYSV_ABI sceSystemServiceChangeNumberOfGpuCu(); +s32 PS4_SYSV_ABI sceSystemServiceChangeSamuClock(); +s32 PS4_SYSV_ABI sceSystemServiceChangeUvdClock(); +s32 PS4_SYSV_ABI sceSystemServiceChangeVceClock(); +s32 PS4_SYSV_ABI sceSystemServiceDisableMusicPlayer(); +s32 PS4_SYSV_ABI sceSystemServiceDisablePersonalEyeToEyeDistanceSetting(); +s32 PS4_SYSV_ABI sceSystemServiceDisableSuspendConfirmationDialog(); +s32 PS4_SYSV_ABI sceSystemServiceEnablePersonalEyeToEyeDistanceSetting(); +s32 PS4_SYSV_ABI sceSystemServiceEnableSuspendConfirmationDialog(); +s32 PS4_SYSV_ABI sceSystemServiceGetAppFocusedAppStatus(); +s32 PS4_SYSV_ABI sceSystemServiceGetAppIdOfBigApp(); +s32 PS4_SYSV_ABI sceSystemServiceGetAppIdOfMiniApp(); +s32 PS4_SYSV_ABI sceSystemServiceGetAppStatus(); +s32 PS4_SYSV_ABI sceSystemServiceGetAppType(); +s32 PS4_SYSV_ABI sceSystemServiceGetDisplaySafeAreaInfo(); +s32 PS4_SYSV_ABI sceSystemServiceGetEventForDaemon(); +s32 PS4_SYSV_ABI sceSystemServiceGetGpuLoadEmulationMode(); +s32 PS4_SYSV_ABI sceSystemServiceGetHdrToneMapLuminance(); +s32 PS4_SYSV_ABI sceSystemServiceGetLocalProcessStatusList(); +s32 PS4_SYSV_ABI sceSystemServiceGetParentSocket(); +s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForPsmKit(); +s32 PS4_SYSV_ABI sceSystemServiceGetPSButtonEvent(); +s32 PS4_SYSV_ABI sceSystemServiceGetRenderingMode(); +s32 PS4_SYSV_ABI sceSystemServiceGetStatus(); +s32 PS4_SYSV_ABI sceSystemServiceGetTitleWorkaroundInfo(); +s32 PS4_SYSV_ABI sceSystemServiceGetVersionNumberOfCameraCalibrationData(); +s32 PS4_SYSV_ABI sceSystemServiceHideSplashScreen(); +s32 PS4_SYSV_ABI sceSystemServiceIsAppSuspended(); +s32 PS4_SYSV_ABI sceSystemServiceIsBgmPlaying(); +s32 PS4_SYSV_ABI sceSystemServiceIsEyeToEyeDistanceAdjusted(); +s32 PS4_SYSV_ABI sceSystemServiceIsScreenSaverOn(); +s32 PS4_SYSV_ABI sceSystemServiceIsShellUiFgAndGameBgCpuMode(); +s32 PS4_SYSV_ABI sceSystemServiceKillApp(); +s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcess(); +s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPsmKit(); +s32 PS4_SYSV_ABI sceSystemServiceLaunchApp(); +s32 PS4_SYSV_ABI sceSystemServiceLaunchEventDetails(); +s32 PS4_SYSV_ABI sceSystemServiceLaunchTournamentList(); +s32 PS4_SYSV_ABI sceSystemServiceLaunchTournamentsTeamProfile(); +s32 PS4_SYSV_ABI sceSystemServiceLaunchWebBrowser(); +s32 PS4_SYSV_ABI sceSystemServiceLoadExec(); +s32 PS4_SYSV_ABI sceSystemServiceNavigateToAnotherApp(); +s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoBack(); +s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoBackWithValue(); +s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoHome(); +s32 PS4_SYSV_ABI sceSystemServiceParamGetInt(); +s32 PS4_SYSV_ABI sceSystemServiceParamGetString(); +s32 PS4_SYSV_ABI sceSystemServicePowerTick(); +s32 PS4_SYSV_ABI sceSystemServiceRaiseExceptionLocalProcess(); +s32 PS4_SYSV_ABI sceSystemServiceReceiveEvent(); +s32 PS4_SYSV_ABI sceSystemServiceReenableMusicPlayer(); +s32 PS4_SYSV_ABI sceSystemServiceRegisterDaemon(); +s32 PS4_SYSV_ABI sceSystemServiceReleaseFb0(); +s32 PS4_SYSV_ABI sceSystemServiceReportAbnormalTermination(); +s32 PS4_SYSV_ABI sceSystemServiceRequestCameraCalibration(); +s32 PS4_SYSV_ABI sceSystemServiceRequestToChangeRenderingMode(); +s32 PS4_SYSV_ABI sceSystemServiceResumeLocalProcess(); +s32 PS4_SYSV_ABI sceSystemServiceSetControllerFocusPermission(); +s32 PS4_SYSV_ABI sceSystemServiceSetGpuLoadEmulationMode(); +s32 PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayAreaFlag(); +s32 PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayZoneWarning(); +s32 PS4_SYSV_ABI sceSystemServiceShowControllerSettings(); +s32 PS4_SYSV_ABI sceSystemServiceShowDisplaySafeAreaSettings(); +s32 PS4_SYSV_ABI sceSystemServiceShowEyeToEyeDistanceSetting(); +s32 PS4_SYSV_ABI sceSystemServiceSuspendBackgroundApp(); +s32 PS4_SYSV_ABI sceSystemServiceSuspendLocalProcess(); +s32 PS4_SYSV_ABI sceSystemServiceTickVideoPlayback(); +s32 PS4_SYSV_ABI sceSystemServiceTurnOffScreenSaver(); +s32 PS4_SYSV_ABI Func_9031A344CB540F1A(); +s32 PS4_SYSV_ABI Func_A9D4CF2568EAB837(); +s32 PS4_SYSV_ABI sceSystemServiceLaunchWebApp(); +s32 PS4_SYSV_ABI Func_B8495C766861FDCF(); +s32 PS4_SYSV_ABI sceSystemServiceGetDbgExecutablePath(); +s32 PS4_SYSV_ABI sceSystemServiceActivateHevc(); +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcAbort(); +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcGetStatus(); +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcInit(); +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcIsActivated(); +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcStart(); +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcTerm(); +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Abort(); +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2GetStatus(); +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Init(); +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2IsActivated(); +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Start(); +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Term(); +s32 PS4_SYSV_ABI sceSystemStateMgrCancelShutdownTimer(); +s32 PS4_SYSV_ABI sceSystemStateMgrEnterMediaPlaybackMode(); +s32 PS4_SYSV_ABI sceSystemStateMgrEnterStandby(); +s32 PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimer(); +s32 PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimerForPostAutoUpdateProcess(); +s32 PS4_SYSV_ABI sceSystemStateMgrGetCurrentState(); +s32 PS4_SYSV_ABI sceSystemStateMgrGetTriggerCode(); +s32 PS4_SYSV_ABI sceSystemStateMgrIsBdDriveReady(); +s32 PS4_SYSV_ABI sceSystemStateMgrIsGpuPerformanceNormal(); +s32 PS4_SYSV_ABI sceSystemStateMgrIsShellUIShutdownInProgress(); +s32 PS4_SYSV_ABI sceSystemStateMgrIsStandbyModeEnabled(); +s32 PS4_SYSV_ABI sceSystemStateMgrLeaveMediaPlaybackMode(); +s32 PS4_SYSV_ABI sceSystemStateMgrNotifySystemSuspendResumeProgress(); +s32 PS4_SYSV_ABI sceSystemStateMgrReboot(); +s32 PS4_SYSV_ABI sceSystemStateMgrSendCecOneTouchPlayCommand(); +s32 PS4_SYSV_ABI sceSystemStateMgrStartRebootTimer(); +s32 PS4_SYSV_ABI sceSystemStateMgrStartShutdownTimer(); +s32 PS4_SYSV_ABI sceSystemStateMgrStartStadbyTimer(); +s32 PS4_SYSV_ABI sceSystemStateMgrStartVshAutoUpdateTimer(); +s32 PS4_SYSV_ABI sceSystemStateMgrTickMusicPlayback(); +s32 PS4_SYSV_ABI sceSystemStateMgrTickPartyChat(); +s32 PS4_SYSV_ABI sceSystemStateMgrTurnOff(); +s32 PS4_SYSV_ABI sceSystemStateMgrVshAutoUpdate(); +s32 PS4_SYSV_ABI sceSystemStateMgrWaitVshAutoUpdateVerifyDone(); +s32 PS4_SYSV_ABI sceSystemStateMgrWakeUp(); +s32 PS4_SYSV_ABI Func_89F262179C22B49E(); +s32 PS4_SYSV_ABI Func_AC8A8FAB4A1696B8(); +s32 PS4_SYSV_ABI sceSystemServiceInvokeAppLaunchLink(); +s32 PS4_SYSV_ABI sceSystemServiceShowClosedCaptionAdvancedSettings(); +s32 PS4_SYSV_ABI sceSystemServiceShowClosedCaptionSettings(); +s32 PS4_SYSV_ABI sceSystemServiceSetPowerSaveLevel(); s32 PS4_SYSV_ABI sceSystemServiceInitializeForShellCore(); -s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfExtraAudioDevices(); -s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfImeForBigApp(); -s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfInGameStore(); -s32 PS4_SYSV_ABI sceLncUtilActivateCdlg(); -s32 PS4_SYSV_ABI sceLncUtilAddLocalProcess(); -s32 PS4_SYSV_ABI sceLncUtilBlockAppSuspend(); -s32 PS4_SYSV_ABI sceLncUtilBlockingGetEventForDaemon(); -s32 PS4_SYSV_ABI sceLncUtilContinueApp(); -s32 PS4_SYSV_ABI sceLncUtilCrashSyscore(); -s32 PS4_SYSV_ABI sceLncUtilDeactivateCdlg(); -s32 PS4_SYSV_ABI sceLncUtilDeclareReadyForSuspend(); -s32 PS4_SYSV_ABI sceLncUtilDisableSuspendNotification(); -s32 PS4_SYSV_ABI sceLncUtilEnableSuspendNotification(); -s32 PS4_SYSV_ABI sceLncUtilFinishSpecialResume(); -s32 PS4_SYSV_ABI sceLncUtilForceKillApp(); -s32 PS4_SYSV_ABI sceLncUtilForceKillLocalProcess(); -s32 PS4_SYSV_ABI sceLncUtilGetApp0DirPath(); -s32 PS4_SYSV_ABI sceLncUtilGetAppCategory(); -s32 PS4_SYSV_ABI sceLncUtilGetAppFocusedAppStatus(); -s32 PS4_SYSV_ABI sceLncUtilGetAppId(); -s32 PS4_SYSV_ABI sceLncUtilGetAppIdOfBigApp(); -s32 PS4_SYSV_ABI sceLncUtilGetAppIdOfMiniApp(); -s32 PS4_SYSV_ABI sceLncUtilGetAppLaunchedUser(); -s32 PS4_SYSV_ABI sceLncUtilGetAppStatus(); -s32 PS4_SYSV_ABI sceLncUtilGetAppStatusListForShellUIReboot(); -s32 PS4_SYSV_ABI sceLncUtilGetAppTitleId(); -s32 PS4_SYSV_ABI sceLncUtilGetAppType(); -s32 PS4_SYSV_ABI sceLncUtilGetCdlgExec(); -s32 PS4_SYSV_ABI sceLncUtilGetCoredumpState(); -s32 PS4_SYSV_ABI sceLncUtilGetDbgExecutablePath(); -s32 PS4_SYSV_ABI sceLncUtilGetEventForDaemon(); -s32 PS4_SYSV_ABI sceLncUtilGetEventForShellUI(); -s32 PS4_SYSV_ABI sceLncUtilGetGpuCrashFullDumpAppStatus(); -s32 PS4_SYSV_ABI sceLncUtilGetLocalProcessStatusList(); -s32 PS4_SYSV_ABI sceLncUtilGetParentSocket(); -s32 PS4_SYSV_ABI sceLncUtilGetResultKillApp(); -s32 PS4_SYSV_ABI sceLncUtilGetResultLaunchAppByTitleId(); -s32 PS4_SYSV_ABI sceLncUtilInitialize(); -s32 PS4_SYSV_ABI sceLncUtilIsActiveCdlg(); -s32 PS4_SYSV_ABI sceLncUtilIsAppLaunched(); -s32 PS4_SYSV_ABI sceLncUtilIsAppSuspended(); -s32 PS4_SYSV_ABI sceLncUtilIsCpuBudgetOfExtraAudioDevicesAvailable(); -s32 PS4_SYSV_ABI sceLncUtilIsPs2Emu(); -s32 PS4_SYSV_ABI sceLncUtilIsShellUiFgAndGameBgCpuMode(); -s32 PS4_SYSV_ABI sceLncUtilKickCoredumpOnlyProcMem(); -s32 PS4_SYSV_ABI sceLncUtilKillApp(); -s32 PS4_SYSV_ABI sceLncUtilKillAppWithReason(); -s32 PS4_SYSV_ABI sceLncUtilKillLocalProcess(); -s32 PS4_SYSV_ABI sceLncUtilLaunchApp(); -s32 PS4_SYSV_ABI sceLncUtilLoadExec(); -s32 PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestEnd(); -s32 PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestProgress(); -s32 PS4_SYSV_ABI sceLncUtilNotifyVshReady(); -s32 PS4_SYSV_ABI sceLncUtilRaiseException(); -s32 PS4_SYSV_ABI sceLncUtilRaiseExceptionLocalProcess(); -s32 PS4_SYSV_ABI sceLncUtilRegisterCdlgSharedMemoryName(); -s32 PS4_SYSV_ABI sceLncUtilRegisterDaemon(); -s32 PS4_SYSV_ABI sceLncUtilRegisterShellUI(); -s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfExtraAudioDevices(); -s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfImeForBigApp(); -s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfInGameStore(); -s32 PS4_SYSV_ABI sceLncUtilResumeApp(); -s32 PS4_SYSV_ABI sceLncUtilResumeLocalProcess(); -s32 PS4_SYSV_ABI sceLncUtilSetAppFocus(); -s32 PS4_SYSV_ABI sceLncUtilSetCdlgExec(); -s32 PS4_SYSV_ABI sceLncUtilSetControllerFocus(); -s32 PS4_SYSV_ABI sceLncUtilSetControllerFocusPermission(); -s32 PS4_SYSV_ABI sceLncUtilStartKillApp(); -s32 PS4_SYSV_ABI sceLncUtilStartLaunchAppByTitleId(); -s32 PS4_SYSV_ABI sceLncUtilSuspendApp(); -s32 PS4_SYSV_ABI sceLncUtilSuspendBackgroundApp(); -s32 PS4_SYSV_ABI sceLncUtilSuspendLocalProcess(); -s32 PS4_SYSV_ABI sceLncUtilSystemSuspend(); -s32 PS4_SYSV_ABI sceLncUtilTerminate(); -s32 PS4_SYSV_ABI sceLncUtilTryBlockAppSuspend(); -s32 PS4_SYSV_ABI sceLncUtilUnblockAppSuspend(); -s32 PS4_SYSV_ABI sceLncUtilUnregisterCdlgSharedMemoryName(); -s32 PS4_SYSV_ABI sceLncUtilUnregisterDaemon(); -s32 PS4_SYSV_ABI sceLncUtilUnregisterShellUI(); -s32 PS4_SYSV_ABI sceSystemServiceTelemetrySetData(); -s32 PS4_SYSV_ABI sceAppMessagingClearEventFlag(); -s32 PS4_SYSV_ABI sceAppMessagingReceiveMsg(); -s32 PS4_SYSV_ABI sceAppMessagingSendMsg(); -s32 PS4_SYSV_ABI sceAppMessagingSendMsgToShellCore(); -s32 PS4_SYSV_ABI sceAppMessagingSendMsgToShellUI(); -s32 PS4_SYSV_ABI sceAppMessagingSetEventFlag(); -s32 PS4_SYSV_ABI sceAppMessagingTryGetEventFlag(); -s32 PS4_SYSV_ABI sceAppMessagingTryReceiveMsg(); -s32 PS4_SYSV_ABI Func_C8E899ABEF7F64C4(); -s32 PS4_SYSV_ABI Func_F74BA759B9C8D2A1(); +s32 PS4_SYSV_ABI Func_7C1183FC73629929(); s32 PS4_SYSV_ABI sceSystemServiceDisablePartyVoice(); s32 PS4_SYSV_ABI sceSystemServiceReenablePartyVoice(); s32 PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacyDefinitionData(); s32 PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacyDefinitionVersion(); s32 PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacySetting(); +s32 PS4_SYSV_ABI sceSystemServiceDeclareReadyForSuspend(); +s32 PS4_SYSV_ABI sceSystemServiceDisableSuspendNotification(); +s32 PS4_SYSV_ABI sceSystemServiceEnableSuspendNotification(); s32 PS4_SYSV_ABI sceSystemServiceRequestPowerOff(); s32 PS4_SYSV_ABI sceSystemServiceRequestReboot(); s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPs2Emu(); s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForPs2Emu(); s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPs2Emu(); s32 PS4_SYSV_ABI sceSystemServiceShowImposeMenuForPs2Emu(); -s32 PS4_SYSV_ABI sceSystemServiceDisableVoiceRecognition(); -s32 PS4_SYSV_ABI sceSystemServiceReenableVoiceRecognition(); -s32 PS4_SYSV_ABI sceSystemServiceDeclareReadyForSuspend(); -s32 PS4_SYSV_ABI sceSystemServiceDisableSuspendNotification(); -s32 PS4_SYSV_ABI sceSystemServiceEnableSuspendNotification(); +s32 PS4_SYSV_ABI sceSystemServiceSaveVideoToken(); s32 PS4_SYSV_ABI sceSystemServiceLaunchStore(); -s32 PS4_SYSV_ABI sceSystemServiceSetPowerSaveLevel(); +s32 PS4_SYSV_ABI sceSystemServiceTelemetrySetData(); +s32 PS4_SYSV_ABI Func_C67FC780F5B6F71E(); s32 PS4_SYSV_ABI sceSystemServiceLaunchUdsApp(); s32 PS4_SYSV_ABI sceSystemServiceLoadExecVideoServiceWebApp(); +s32 PS4_SYSV_ABI sceSystemServiceDisableVoiceRecognition(); +s32 PS4_SYSV_ABI sceSystemServiceReenableVoiceRecognition(); +s32 PS4_SYSV_ABI Func_6B1CDB955F0EBD65(); +s32 PS4_SYSV_ABI Func_CB5E885E225F69F0(); void RegisterLib(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::SystemService \ No newline at end of file diff --git a/libraries/userservice.cpp b/libraries/userservice.cpp index 06f7440..36e62d7 100644 --- a/libraries/userservice.cpp +++ b/libraries/userservice.cpp @@ -18,21 +18,6 @@ s32 PS4_SYSV_ABI sceUserServiceTerminateForShellCore() { return ORBIS_OK; } -s32 PS4_SYSV_ABI sceUserServiceGetRegisteredUserIdList() { - LOG_ERROR(Lib_UserService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceUserServiceRegisterEventCallback() { - LOG_ERROR(Lib_UserService, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceUserServiceUnregisterEventCallback() { - LOG_ERROR(Lib_UserService, "(STUBBED) called"); - return ORBIS_OK; -} - s32 PS4_SYSV_ABI sceUserServiceDestroyUser() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; @@ -883,6 +868,11 @@ s32 PS4_SYSV_ABI sceUserServiceGetRegisteredHomeUserIdList() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceUserServiceGetRegisteredUserIdList() { + LOG_ERROR(Lib_UserService, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceUserServiceGetSaveDataAutoUpload() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; @@ -1143,6 +1133,11 @@ s32 PS4_SYSV_ABI sceUserServiceLogout() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceUserServiceRegisterEventCallback() { + LOG_ERROR(Lib_UserService, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceUserServiceSetAccessibilityKeyremapData() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; @@ -2103,6 +2098,11 @@ s32 PS4_SYSV_ABI sceUserServiceTerminate() { return ORBIS_OK; } +s32 PS4_SYSV_ABI sceUserServiceUnregisterEventCallback() { + LOG_ERROR(Lib_UserService, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI Func_8AC6DC4168D5FEA5() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; @@ -2124,858 +2124,856 @@ s32 PS4_SYSV_ABI Func_D2B814603E7B4477() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("Psl9mfs3duM", "libSceUserServiceForShellCore", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Psl9mfs3duM", "libSceUserServiceForShellCore", 1, "libSceUserService", sceUserServiceInitializeForShellCore); - LIB_FUNCTION("CydP+QtA0KI", "libSceUserServiceForShellCore", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("CydP+QtA0KI", "libSceUserServiceForShellCore", 1, "libSceUserService", sceUserServiceTerminateForShellCore); - LIB_FUNCTION("5EiQCnL2G1Y", "libSceUserServiceRegisteredUserIdList", 1, "libSceUserService", 1, 1, - sceUserServiceGetRegisteredUserIdList); - LIB_FUNCTION("wuI7c7UNk0A", "libSceUserServiceForNpToolkit", 1, "libSceUserService", 1, 1, - sceUserServiceRegisterEventCallback); - LIB_FUNCTION("spW--yoLQ9o", "libSceUserServiceForNpToolkit", 1, "libSceUserService", 1, 1, - sceUserServiceUnregisterEventCallback); - LIB_FUNCTION("GC18r56Bp7Y", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("GC18r56Bp7Y", "libSceUserService", 1, "libSceUserService", sceUserServiceDestroyUser); - LIB_FUNCTION("g6ojqW3c8Z4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("g6ojqW3c8Z4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetAccessibilityKeyremapData); - LIB_FUNCTION("xrtki9sUopg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("xrtki9sUopg", "libSceUserService", 1, "libSceUserService", sceUserServiceGetAccessibilityKeyremapEnable); - LIB_FUNCTION("ZKJtxdgvzwg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ZKJtxdgvzwg", "libSceUserService", 1, "libSceUserService", sceUserServiceGetAccessibilityPressAndHoldDelay); - LIB_FUNCTION("qWYHOFwqCxY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("qWYHOFwqCxY", "libSceUserService", 1, "libSceUserService", sceUserServiceGetAccessibilityVibration); - LIB_FUNCTION("1zDEFUmBdoo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("1zDEFUmBdoo", "libSceUserService", 1, "libSceUserService", sceUserServiceGetAccessibilityZoom); - LIB_FUNCTION("hD-H81EN9Vg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("hD-H81EN9Vg", "libSceUserService", 1, "libSceUserService", sceUserServiceGetAccessibilityZoomEnabled); - LIB_FUNCTION("7zu3F7ykVeo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("7zu3F7ykVeo", "libSceUserService", 1, "libSceUserService", sceUserServiceGetAccountRemarks); - LIB_FUNCTION("oJzfZxZchX4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("oJzfZxZchX4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetAgeVerified); - LIB_FUNCTION("6r4hDyrRUGg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("6r4hDyrRUGg", "libSceUserService", 1, "libSceUserService", sceUserServiceGetAppearOfflineSetting); - LIB_FUNCTION("PhXZbj4wVhE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("PhXZbj4wVhE", "libSceUserService", 1, "libSceUserService", sceUserServiceGetAppSortOrder); - LIB_FUNCTION("nqDEnj7M0QE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("nqDEnj7M0QE", "libSceUserService", 1, "libSceUserService", sceUserServiceGetAutoLoginEnabled); - LIB_FUNCTION("WGXOvoUwrOs", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("WGXOvoUwrOs", "libSceUserService", 1, "libSceUserService", sceUserServiceGetCreatedVersion); - LIB_FUNCTION("5G-MA1x5utw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("5G-MA1x5utw", "libSceUserService", 1, "libSceUserService", sceUserServiceGetCurrentUserGroupIndex); - LIB_FUNCTION("1U5cFdTdso0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("1U5cFdTdso0", "libSceUserService", 1, "libSceUserService", sceUserServiceGetDefaultNewUserGroupName); - LIB_FUNCTION("NiTGNLkBc-Q", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("NiTGNLkBc-Q", "libSceUserService", 1, "libSceUserService", sceUserServiceGetDeletedUserInfo); - LIB_FUNCTION("RdpmnHZ3Q9M", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("RdpmnHZ3Q9M", "libSceUserService", 1, "libSceUserService", sceUserServiceGetDiscPlayerFlag); - LIB_FUNCTION("yH17Q6NWtVg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("yH17Q6NWtVg", "libSceUserService", 1, "libSceUserService", sceUserServiceGetEvent); - LIB_FUNCTION("zs60MvClEkc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("zs60MvClEkc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetEventCalendarType); - LIB_FUNCTION("TwELPoqW8tA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("TwELPoqW8tA", "libSceUserService", 1, "libSceUserService", sceUserServiceGetEventFilterTeamEvent); - LIB_FUNCTION("ygVuZ1Hb-nc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ygVuZ1Hb-nc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetEventSortEvent); - LIB_FUNCTION("aaC3005VtY4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("aaC3005VtY4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetEventSortTitle); - LIB_FUNCTION("kUaJUV1b+PM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("kUaJUV1b+PM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetEventUiFlag); - LIB_FUNCTION("3wTtZ3c2+0A", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("3wTtZ3c2+0A", "libSceUserService", 1, "libSceUserService", sceUserServiceGetEventVsh); - LIB_FUNCTION("uRU0lQe+9xY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("uRU0lQe+9xY", "libSceUserService", 1, "libSceUserService", sceUserServiceGetFaceRecognitionDeleteCount); - LIB_FUNCTION("fbCC0yo2pVQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("fbCC0yo2pVQ", "libSceUserService", 1, "libSceUserService", sceUserServiceGetFaceRecognitionRegisterCount); - LIB_FUNCTION("k-7kxXGr+r0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("k-7kxXGr+r0", "libSceUserService", 1, "libSceUserService", sceUserServiceGetFileBrowserFilter); - LIB_FUNCTION("fCBpPJbELDk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("fCBpPJbELDk", "libSceUserService", 1, "libSceUserService", sceUserServiceGetFileBrowserSortContent); - LIB_FUNCTION("UYR9fcPXDUE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("UYR9fcPXDUE", "libSceUserService", 1, "libSceUserService", sceUserServiceGetFileBrowserSortTitle); - LIB_FUNCTION("FsOBy3JfbrM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("FsOBy3JfbrM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetFileSelectorFilter); - LIB_FUNCTION("IAB7wscPwio", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("IAB7wscPwio", "libSceUserService", 1, "libSceUserService", sceUserServiceGetFileSelectorSortContent); - LIB_FUNCTION("6Et3d4p1u8c", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("6Et3d4p1u8c", "libSceUserService", 1, "libSceUserService", sceUserServiceGetFileSelectorSortTitle); - LIB_FUNCTION("eNb53LQJmIM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("eNb53LQJmIM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetForegroundUser); - LIB_FUNCTION("eMGF77hKF6U", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("eMGF77hKF6U", "libSceUserService", 1, "libSceUserService", sceUserServiceGetFriendCustomListLastFocus); - LIB_FUNCTION("wBGmrRTUC14", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("wBGmrRTUC14", "libSceUserService", 1, "libSceUserService", sceUserServiceGetFriendFlag); - LIB_FUNCTION("64PEUYPuK98", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("64PEUYPuK98", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsAccessTokenNiconicoLive); - LIB_FUNCTION("8Y+aDvVGLiw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("8Y+aDvVGLiw", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsAccessTokenTwitch); - LIB_FUNCTION("V7ZG7V+dd08", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("V7ZG7V+dd08", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsAccessTokenUstream); - LIB_FUNCTION("QqZ1A3vukFM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("QqZ1A3vukFM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsAnonymousUserId); - LIB_FUNCTION("FP4TKrdRXXM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("FP4TKrdRXXM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsBcTags); - LIB_FUNCTION("yX-TpbFAYxo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("yX-TpbFAYxo", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsBcTitle); - LIB_FUNCTION("Mm4+PSflHbM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Mm4+PSflHbM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsBroadcastChannel); - LIB_FUNCTION("NpEYVDOyjRk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("NpEYVDOyjRk", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsBroadcastersComment); - LIB_FUNCTION("WvM21J1SI0U", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("WvM21J1SI0U", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsBroadcastersCommentColor); - LIB_FUNCTION("HxNRiCWfVFw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("HxNRiCWfVFw", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsBroadcastService); - LIB_FUNCTION("6ZQ4kfhM37c", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("6ZQ4kfhM37c", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsBroadcastUiLayout); - LIB_FUNCTION("YmmFiEoegko", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("YmmFiEoegko", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCamCrop); - LIB_FUNCTION("Y5U66nk0bUc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Y5U66nk0bUc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCameraBgFilter); - LIB_FUNCTION("LbQ-jU9jOsk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("LbQ-jU9jOsk", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCameraBrightness); - LIB_FUNCTION("91kOKRnkrhE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("91kOKRnkrhE", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCameraChromaKeyLevel); - LIB_FUNCTION("1ppzHkQhiNs", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("1ppzHkQhiNs", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCameraContrast); - LIB_FUNCTION("jIe8ZED06XI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("jIe8ZED06XI", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCameraDepthLevel); - LIB_FUNCTION("0H51EFxR3mc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("0H51EFxR3mc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCameraEdgeLevel); - LIB_FUNCTION("rLEw4n5yI40", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("rLEw4n5yI40", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCameraEffect); - LIB_FUNCTION("+Prbx5iagl0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("+Prbx5iagl0", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCameraEliminationLevel); - LIB_FUNCTION("F0wuEvioQd4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("F0wuEvioQd4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCameraPosition); - LIB_FUNCTION("GkcHilidQHk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("GkcHilidQHk", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCameraReflection); - LIB_FUNCTION("zBLxX8JRMoo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("zBLxX8JRMoo", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCameraSize); - LIB_FUNCTION("O1nURsxyYmk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("O1nURsxyYmk", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCameraTransparency); - LIB_FUNCTION("4TOEFdmFVcI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("4TOEFdmFVcI", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsCommunityId); - LIB_FUNCTION("+29DSndZ9Oc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("+29DSndZ9Oc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsFloatingMessage); - LIB_FUNCTION("ki81gh1yZDM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ki81gh1yZDM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsHintFlag); - LIB_FUNCTION("zR+J2PPJgSU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("zR+J2PPJgSU", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsInitSpectating); - LIB_FUNCTION("8IqdtMmc5Uc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("8IqdtMmc5Uc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsIsCameraHidden); - LIB_FUNCTION("f5lAVp0sFNo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("f5lAVp0sFNo", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsIsFacebookEnabled); - LIB_FUNCTION("W3neFYAvZss", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("W3neFYAvZss", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsIsMuteEnabled); - LIB_FUNCTION("4IXuUaBxzEg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("4IXuUaBxzEg", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsIsRecDisabled); - LIB_FUNCTION("hyW5w855fk4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("hyW5w855fk4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsIsRecievedMessageHidden); - LIB_FUNCTION("Xp9Px0V0tas", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Xp9Px0V0tas", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsIsTwitterEnabled); - LIB_FUNCTION("uMkqgm70thg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("uMkqgm70thg", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsLanguageFilter); - LIB_FUNCTION("LyXzCtzleAQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("LyXzCtzleAQ", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsLfpsSortOrder); - LIB_FUNCTION("CvwCMJtzp1I", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("CvwCMJtzp1I", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsLiveQuality); - LIB_FUNCTION("Z+dzNaClq7w", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Z+dzNaClq7w", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsLiveQuality2); - LIB_FUNCTION("X5On-7hVCs0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("X5On-7hVCs0", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsLiveQuality3); - LIB_FUNCTION("+qAE4tRMrXk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("+qAE4tRMrXk", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsLiveQuality4); - LIB_FUNCTION("4ys00CRU6V8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("4ys00CRU6V8", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsLiveQuality5); - LIB_FUNCTION("75cwn1y2ffk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("75cwn1y2ffk", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsMessageFilterLevel); - LIB_FUNCTION("+NVJMeISrM4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("+NVJMeISrM4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsTtsFlags); - LIB_FUNCTION("eQrBbMmZ1Ss", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("eQrBbMmZ1Ss", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsTtsPitch); - LIB_FUNCTION("BCDA6jn4HVY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("BCDA6jn4HVY", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsTtsSpeed); - LIB_FUNCTION("SBurFYk7M74", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("SBurFYk7M74", "libSceUserService", 1, "libSceUserService", sceUserServiceGetGlsTtsVolume); - LIB_FUNCTION("YVzw4T1fnS4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("YVzw4T1fnS4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetHmuBrightness); - LIB_FUNCTION("O8ONJV3b8jg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("O8ONJV3b8jg", "libSceUserService", 1, "libSceUserService", sceUserServiceGetHmuZoom); - LIB_FUNCTION("VjLkKY0CQew", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("VjLkKY0CQew", "libSceUserService", 1, "libSceUserService", sceUserServiceGetHoldAudioOutDevice); - LIB_FUNCTION("J-KEr4gUEvQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("J-KEr4gUEvQ", "libSceUserService", 1, "libSceUserService", sceUserServiceGetHomeDirectory); - LIB_FUNCTION("yLNm3n7fgpw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("yLNm3n7fgpw", "libSceUserService", 1, "libSceUserService", sceUserServiceGetImeAutoCapitalEnabled); - LIB_FUNCTION("gnViUj0ab8U", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("gnViUj0ab8U", "libSceUserService", 1, "libSceUserService", sceUserServiceGetImeInitFlag); - LIB_FUNCTION("zru8Zhuy1UY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("zru8Zhuy1UY", "libSceUserService", 1, "libSceUserService", sceUserServiceGetImeInputType); - LIB_FUNCTION("2-b8QbU+HNc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("2-b8QbU+HNc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetImeLastUnit); - LIB_FUNCTION("NNblpSGxrY8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("NNblpSGxrY8", "libSceUserService", 1, "libSceUserService", sceUserServiceGetImePointerMode); - LIB_FUNCTION("YUhBM-ASEcA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("YUhBM-ASEcA", "libSceUserService", 1, "libSceUserService", sceUserServiceGetImePredictiveTextEnabled); - LIB_FUNCTION("IWEla-izyTs", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("IWEla-izyTs", "libSceUserService", 1, "libSceUserService", sceUserServiceGetImeRunCount); - LIB_FUNCTION("CdWp0oHWGr0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("CdWp0oHWGr0", "libSceUserService", 1, "libSceUserService", sceUserServiceGetInitialUser); - LIB_FUNCTION("PQlF4cjUz9U", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("PQlF4cjUz9U", "libSceUserService", 1, "libSceUserService", sceUserServiceGetIPDLeft); - LIB_FUNCTION("UDx67PTzB20", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("UDx67PTzB20", "libSceUserService", 1, "libSceUserService", sceUserServiceGetIPDRight); - LIB_FUNCTION("IKk3EGj+xRI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("IKk3EGj+xRI", "libSceUserService", 1, "libSceUserService", sceUserServiceGetIsFakePlus); - LIB_FUNCTION("MzVmbq2IVCo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("MzVmbq2IVCo", "libSceUserService", 1, "libSceUserService", sceUserServiceGetIsQuickSignup); - LIB_FUNCTION("Lgi5A4fQwHc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Lgi5A4fQwHc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetIsRemotePlayAllowed); - LIB_FUNCTION("u-dCVE6fQAU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("u-dCVE6fQAU", "libSceUserService", 1, "libSceUserService", sceUserServiceGetJapaneseInputType); - LIB_FUNCTION("Ta52bXx5Tek", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Ta52bXx5Tek", "libSceUserService", 1, "libSceUserService", sceUserServiceGetKeyboardType); - LIB_FUNCTION("XUT7ad-BUMc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("XUT7ad-BUMc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetKeyRepeatSpeed); - LIB_FUNCTION("iWpzXixD0UE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("iWpzXixD0UE", "libSceUserService", 1, "libSceUserService", sceUserServiceGetKeyRepeatStartingTime); - LIB_FUNCTION("uAPBw-7641s", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("uAPBw-7641s", "libSceUserService", 1, "libSceUserService", sceUserServiceGetKratosPrimaryUser); - LIB_FUNCTION("4nUbGGBcGco", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("4nUbGGBcGco", "libSceUserService", 1, "libSceUserService", sceUserServiceGetLastLoginOrder); - LIB_FUNCTION("q+7UTGELzj4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("q+7UTGELzj4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetLightBarBaseBrightness); - LIB_FUNCTION("QNk7qD4dlD4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("QNk7qD4dlD4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetLoginFlag); - LIB_FUNCTION("fPhymKNvK-A", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("fPhymKNvK-A", "libSceUserService", 1, "libSceUserService", sceUserServiceGetLoginUserIdList); - LIB_FUNCTION("YfDgKz5SolU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("YfDgKz5SolU", "libSceUserService", 1, "libSceUserService", sceUserServiceGetMicLevel); - LIB_FUNCTION("sukPd-xBDjM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("sukPd-xBDjM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetMouseHandType); - LIB_FUNCTION("Y5zgw69ndoE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Y5zgw69ndoE", "libSceUserService", 1, "libSceUserService", sceUserServiceGetMousePointerSpeed); - LIB_FUNCTION("3oqgIFPVkV8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("3oqgIFPVkV8", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNotificationBehavior); - LIB_FUNCTION("5iqtUryI-hI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("5iqtUryI-hI", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNotificationSettings); - LIB_FUNCTION("6dfDreosXGY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("6dfDreosXGY", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpAccountId); - LIB_FUNCTION("Veo1PbQZzG4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Veo1PbQZzG4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpAccountUpgradeFlag); - LIB_FUNCTION("OySMIASmH0Y", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("OySMIASmH0Y", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpAge); - LIB_FUNCTION("nlOWAiRyxkA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("nlOWAiRyxkA", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpAuthErrorFlag); - LIB_FUNCTION("8vhI2SwEfes", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("8vhI2SwEfes", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpCountryCode); - LIB_FUNCTION("YyC7QCLoSxY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("YyC7QCLoSxY", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpDateOfBirth); - LIB_FUNCTION("-YcNkLzNGmY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("-YcNkLzNGmY", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpEnv); - LIB_FUNCTION("J4ten1IOe5w", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("J4ten1IOe5w", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpLanguageCode); - LIB_FUNCTION("ruF+U6DexT4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ruF+U6DexT4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpLanguageCode2); - LIB_FUNCTION("W5RgPUuv35Y", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("W5RgPUuv35Y", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpLoginId); - LIB_FUNCTION("j-CnRJn3K+Q", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("j-CnRJn3K+Q", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpMAccountId); - LIB_FUNCTION("5Ds-y6A1nAI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("5Ds-y6A1nAI", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpNpId); - LIB_FUNCTION("auc64RJAcus", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("auc64RJAcus", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpOfflineAccountAdult); - LIB_FUNCTION("fEy0EW0AR18", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("fEy0EW0AR18", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpOfflineAccountId); - LIB_FUNCTION("if-BeWwY0aU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("if-BeWwY0aU", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpOnlineId); - LIB_FUNCTION("wCGnkXhpRL4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("wCGnkXhpRL4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetNpSubAccount); - LIB_FUNCTION("zNvCnHpkPmM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("zNvCnHpkPmM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPadSpeakerVolume); - LIB_FUNCTION("lXKtAHMrwig", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("lXKtAHMrwig", "libSceUserService", 1, "libSceUserService", sceUserServiceGetParentalBdAge); - LIB_FUNCTION("t04S4aC0LCM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("t04S4aC0LCM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetParentalBrowser); - LIB_FUNCTION("5vtFYXFJ7OU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("5vtFYXFJ7OU", "libSceUserService", 1, "libSceUserService", sceUserServiceGetParentalDvd); - LIB_FUNCTION("d9DOmIk9-y4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("d9DOmIk9-y4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetParentalDvdRegion); - LIB_FUNCTION("OdiXSuoIK7c", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("OdiXSuoIK7c", "libSceUserService", 1, "libSceUserService", sceUserServiceGetParentalGame); - LIB_FUNCTION("oXARzvLAiyc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("oXARzvLAiyc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetParentalGameAgeLevel); - LIB_FUNCTION("yXvfR+AcgaY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("yXvfR+AcgaY", "libSceUserService", 1, "libSceUserService", sceUserServiceGetParentalMorpheus); - LIB_FUNCTION("UeIv6aNXlOw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("UeIv6aNXlOw", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPartyMuteList); - LIB_FUNCTION("aq1jwlgyOV4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("aq1jwlgyOV4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPartyMuteListA); - LIB_FUNCTION("yARnQeWzhdM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("yARnQeWzhdM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPartySettingFlags); - LIB_FUNCTION("X5rJZNDZ2Ss", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("X5rJZNDZ2Ss", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPasscode); - LIB_FUNCTION("m1h-E6BU6CA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("m1h-E6BU6CA", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcAdditionalTime); - LIB_FUNCTION("HsOlaoGngDc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("HsOlaoGngDc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcFlag); - LIB_FUNCTION("3DuTkVXaj9Y", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("3DuTkVXaj9Y", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcFridayDuration); - LIB_FUNCTION("5dM-i0Ox2d8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("5dM-i0Ox2d8", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcFridayHoursEnd); - LIB_FUNCTION("vcd5Kfs1QeA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("vcd5Kfs1QeA", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcFridayHoursStart); - LIB_FUNCTION("Q5Um9Yri-VA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Q5Um9Yri-VA", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcMode); - LIB_FUNCTION("NnvYm9PFJiw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("NnvYm9PFJiw", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcMondayDuration); - LIB_FUNCTION("42K0F17ml9c", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("42K0F17ml9c", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcMondayHoursEnd); - LIB_FUNCTION("WunW7G5bHYo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("WunW7G5bHYo", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcMondayHoursStart); - LIB_FUNCTION("JrFGcFUL0lg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("JrFGcFUL0lg", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcPlayTime); - LIB_FUNCTION("R6ldE-2ON1w", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("R6ldE-2ON1w", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcPlayTimeLastUpdated); - LIB_FUNCTION("DembpCGx9DU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("DembpCGx9DU", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcSaturdayDuration); - LIB_FUNCTION("Cf8NftzheE4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Cf8NftzheE4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcSaturdayHoursEnd); - LIB_FUNCTION("+1qj-S-k6m0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("+1qj-S-k6m0", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcSaturdayHoursStart); - LIB_FUNCTION("JVMIyR8vDec", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("JVMIyR8vDec", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcSundayDuration); - LIB_FUNCTION("J+bKHRzY4nw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("J+bKHRzY4nw", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcSundayHoursEnd); - LIB_FUNCTION("J+cECJ7CBFM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("J+cECJ7CBFM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcSundayHoursStart); - LIB_FUNCTION("z-hJNdfLRN0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("z-hJNdfLRN0", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcThursdayDuration); - LIB_FUNCTION("BkOBCo0sdLM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("BkOBCo0sdLM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcThursdayHoursEnd); - LIB_FUNCTION("T70Qyzo51uw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("T70Qyzo51uw", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcThursdayHoursStart); - LIB_FUNCTION("UPDgXiV1Zp0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("UPDgXiV1Zp0", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcTuesdayDuration); - LIB_FUNCTION("Kpds+6CpTus", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Kpds+6CpTus", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcTuesdayHoursEnd); - LIB_FUNCTION("azCh0Ibz8ls", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("azCh0Ibz8ls", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcTuesdayHoursStart); - LIB_FUNCTION("NjEMsEjXlTY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("NjEMsEjXlTY", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcTzOffset); - LIB_FUNCTION("VwF4r--aouQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("VwF4r--aouQ", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcWednesdayDuration); - LIB_FUNCTION("nxGZSi5FEwc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("nxGZSi5FEwc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcWednesdayHoursEnd); - LIB_FUNCTION("7Wes8MVwuoM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("7Wes8MVwuoM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPbtcWednesdayHoursStart); - LIB_FUNCTION("yAWUqugjPvE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("yAWUqugjPvE", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPlayTogetherFlags); - LIB_FUNCTION("VSQR9qYpaCM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("VSQR9qYpaCM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetPsnPasswordForDebug); - LIB_FUNCTION("OVdVBcejvmQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("OVdVBcejvmQ", "libSceUserService", 1, "libSceUserService", sceUserServiceGetRegisteredHomeUserIdList); - LIB_FUNCTION("5EiQCnL2G1Y", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("5EiQCnL2G1Y", "libSceUserService", 1, "libSceUserService", sceUserServiceGetRegisteredUserIdList); - LIB_FUNCTION("UxrSdH6jA3E", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("UxrSdH6jA3E", "libSceUserService", 1, "libSceUserService", sceUserServiceGetSaveDataAutoUpload); - LIB_FUNCTION("pVsEKLk5bIA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("pVsEKLk5bIA", "libSceUserService", 1, "libSceUserService", sceUserServiceGetSaveDataSort); - LIB_FUNCTION("88+nqBN-SQM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("88+nqBN-SQM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetSaveDataTutorialFlag); - LIB_FUNCTION("xzQVBcKYoI8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("xzQVBcKYoI8", "libSceUserService", 1, "libSceUserService", sceUserServiceGetSecureHomeDirectory); - LIB_FUNCTION("zsJcWtE81Rk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("zsJcWtE81Rk", "libSceUserService", 1, "libSceUserService", sceUserServiceGetShareButtonAssign); - LIB_FUNCTION("NjhK36GfEGQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("NjhK36GfEGQ", "libSceUserService", 1, "libSceUserService", sceUserServiceGetShareDailymotionAccessToken); - LIB_FUNCTION("t-I2Lbj8a+0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("t-I2Lbj8a+0", "libSceUserService", 1, "libSceUserService", sceUserServiceGetShareDailymotionRefreshToken); - LIB_FUNCTION("lrPF-kNBPro", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("lrPF-kNBPro", "libSceUserService", 1, "libSceUserService", sceUserServiceGetSharePlayFlags); - LIB_FUNCTION("eC88db1i-f8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("eC88db1i-f8", "libSceUserService", 1, "libSceUserService", sceUserServiceGetSharePlayFramerateHost); - LIB_FUNCTION("ttiSviAPLXI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ttiSviAPLXI", "libSceUserService", 1, "libSceUserService", sceUserServiceGetSharePlayResolutionHost); - LIB_FUNCTION("YnXM2saZkl4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("YnXM2saZkl4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetShareStatus); - LIB_FUNCTION("wMtSHLNAVj0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("wMtSHLNAVj0", "libSceUserService", 1, "libSceUserService", sceUserServiceGetShareStatus2); - LIB_FUNCTION("8no2rlDjl7o", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("8no2rlDjl7o", "libSceUserService", 1, "libSceUserService", sceUserServiceGetSystemLoggerHashedAccountId); - LIB_FUNCTION("vW2qWKYmlvw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("vW2qWKYmlvw", "libSceUserService", 1, "libSceUserService", sceUserServiceGetSystemLoggerHashedAccountIdClockType); - LIB_FUNCTION("Zr4h+Bbx0do", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Zr4h+Bbx0do", "libSceUserService", 1, "libSceUserService", sceUserServiceGetSystemLoggerHashedAccountIdParam); - LIB_FUNCTION("cf9BIMy4muY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("cf9BIMy4muY", "libSceUserService", 1, "libSceUserService", sceUserServiceGetSystemLoggerHashedAccountIdTtl); - LIB_FUNCTION("AGDKupLjTZM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("AGDKupLjTZM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetTeamShowAboutTeam); - LIB_FUNCTION("EZJecX+WvJc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("EZJecX+WvJc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetThemeBgImageDimmer); - LIB_FUNCTION("POVfvCDcVUw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("POVfvCDcVUw", "libSceUserService", 1, "libSceUserService", sceUserServiceGetThemeBgImageWaveColor); - LIB_FUNCTION("qI2HG1pV+OA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("qI2HG1pV+OA", "libSceUserService", 1, "libSceUserService", sceUserServiceGetThemeBgImageZoom); - LIB_FUNCTION("x6m8P9DBPSc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("x6m8P9DBPSc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetThemeEntitlementId); - LIB_FUNCTION("K8Nh6fhmYkc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("K8Nh6fhmYkc", "libSceUserService", 1, "libSceUserService", sceUserServiceGetThemeHomeShareOwner); - LIB_FUNCTION("EgEPXDie5XQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("EgEPXDie5XQ", "libSceUserService", 1, "libSceUserService", sceUserServiceGetThemeTextShadow); - LIB_FUNCTION("WaHZGp0Vn2k", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("WaHZGp0Vn2k", "libSceUserService", 1, "libSceUserService", sceUserServiceGetThemeWaveColor); - LIB_FUNCTION("IxCpDYsiTX0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("IxCpDYsiTX0", "libSceUserService", 1, "libSceUserService", sceUserServiceGetTopMenuLimitItem); - LIB_FUNCTION("SykFcJEGvz4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("SykFcJEGvz4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetTopMenuNotificationFlag); - LIB_FUNCTION("MG+ObGDYePw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("MG+ObGDYePw", "libSceUserService", 1, "libSceUserService", sceUserServiceGetTopMenuTutorialFlag); - LIB_FUNCTION("oXVAQutr3Ns", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("oXVAQutr3Ns", "libSceUserService", 1, "libSceUserService", sceUserServiceGetTraditionalChineseInputType); - LIB_FUNCTION("lUoqwTQu4Go", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("lUoqwTQu4Go", "libSceUserService", 1, "libSceUserService", sceUserServiceGetUserColor); - LIB_FUNCTION("1+nxJ4awLH8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("1+nxJ4awLH8", "libSceUserService", 1, "libSceUserService", sceUserServiceGetUserGroupName); - LIB_FUNCTION("ga2z3AAn8XI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ga2z3AAn8XI", "libSceUserService", 1, "libSceUserService", sceUserServiceGetUserGroupNameList); - LIB_FUNCTION("xzdhJrL3Hns", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("xzdhJrL3Hns", "libSceUserService", 1, "libSceUserService", sceUserServiceGetUserGroupNum); - LIB_FUNCTION("1xxcMiGu2fo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("1xxcMiGu2fo", "libSceUserService", 1, "libSceUserService", sceUserServiceGetUserName); - LIB_FUNCTION("RJX7T4sjNgI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("RJX7T4sjNgI", "libSceUserService", 1, "libSceUserService", sceUserServiceGetUserStatus); - LIB_FUNCTION("O0mtfoE5Cek", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("O0mtfoE5Cek", "libSceUserService", 1, "libSceUserService", sceUserServiceGetVibrationEnabled); - LIB_FUNCTION("T4L2vVa0zuA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("T4L2vVa0zuA", "libSceUserService", 1, "libSceUserService", sceUserServiceGetVoiceRecognitionLastUsedOsk); - LIB_FUNCTION("-jRGLt2Dbe4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("-jRGLt2Dbe4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetVoiceRecognitionTutorialState); - LIB_FUNCTION("ld396XJQPgM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ld396XJQPgM", "libSceUserService", 1, "libSceUserService", sceUserServiceGetVolumeForController); - LIB_FUNCTION("TEsQ0HWJ8R4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("TEsQ0HWJ8R4", "libSceUserService", 1, "libSceUserService", sceUserServiceGetVolumeForGenericUSB); - LIB_FUNCTION("r2QuHIT8u9I", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("r2QuHIT8u9I", "libSceUserService", 1, "libSceUserService", sceUserServiceGetVolumeForMorpheusSidetone); - LIB_FUNCTION("3UZADLBXpiA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("3UZADLBXpiA", "libSceUserService", 1, "libSceUserService", sceUserServiceGetVolumeForSidetone); - LIB_FUNCTION("j3YMu1MVNNo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("j3YMu1MVNNo", "libSceUserService", 1, "libSceUserService", sceUserServiceInitialize); - LIB_FUNCTION("az-0R6eviZ0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("az-0R6eviZ0", "libSceUserService", 1, "libSceUserService", sceUserServiceInitialize2); - LIB_FUNCTION("FnWkLNOmJXw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("FnWkLNOmJXw", "libSceUserService", 1, "libSceUserService", sceUserServiceIsGuestUser); - LIB_FUNCTION("mNnB2PWMSgw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("mNnB2PWMSgw", "libSceUserService", 1, "libSceUserService", sceUserServiceIsKratosPrimaryUser); - LIB_FUNCTION("pZL154KvMjU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("pZL154KvMjU", "libSceUserService", 1, "libSceUserService", sceUserServiceIsKratosUser); - LIB_FUNCTION("MZxH8029+Wg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("MZxH8029+Wg", "libSceUserService", 1, "libSceUserService", sceUserServiceIsLoggedIn); - LIB_FUNCTION("hTdcWcUUcrk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("hTdcWcUUcrk", "libSceUserService", 1, "libSceUserService", sceUserServiceIsLoggedInWithoutLock); - LIB_FUNCTION("-7XgCmEwKrs", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("-7XgCmEwKrs", "libSceUserService", 1, "libSceUserService", sceUserServiceIsSharePlayClientUser); - LIB_FUNCTION("TLrDgrPYTDo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("TLrDgrPYTDo", "libSceUserService", 1, "libSceUserService", sceUserServiceIsUserStorageAccountBound); - LIB_FUNCTION("uvVR70ZxFrQ", "libSceUserService", 1, "libSceUserService", 1, 1, - sceUserServiceLogin); - LIB_FUNCTION("3T9y5xDcfOk", "libSceUserService", 1, "libSceUserService", 1, 1, - sceUserServiceLogout); - LIB_FUNCTION("wuI7c7UNk0A", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("uvVR70ZxFrQ", "libSceUserService", 1, "libSceUserService", sceUserServiceLogin); + LIB_FUNCTION("3T9y5xDcfOk", "libSceUserService", 1, "libSceUserService", sceUserServiceLogout); + LIB_FUNCTION("wuI7c7UNk0A", "libSceUserService", 1, "libSceUserService", sceUserServiceRegisterEventCallback); - LIB_FUNCTION("SfGVfyEN8iw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("SfGVfyEN8iw", "libSceUserService", 1, "libSceUserService", sceUserServiceSetAccessibilityKeyremapData); - LIB_FUNCTION("ZP0ti1CRxNA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ZP0ti1CRxNA", "libSceUserService", 1, "libSceUserService", sceUserServiceSetAccessibilityKeyremapEnable); - LIB_FUNCTION("HKu68cVzctg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("HKu68cVzctg", "libSceUserService", 1, "libSceUserService", sceUserServiceSetAccessibilityZoom); - LIB_FUNCTION("vC-uSETCFUY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("vC-uSETCFUY", "libSceUserService", 1, "libSceUserService", sceUserServiceSetAccountRemarks); - LIB_FUNCTION("gBLMGhB6B9E", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("gBLMGhB6B9E", "libSceUserService", 1, "libSceUserService", sceUserServiceSetAgeVerified); - LIB_FUNCTION("7IiUdURpH0k", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("7IiUdURpH0k", "libSceUserService", 1, "libSceUserService", sceUserServiceSetAppearOfflineSetting); - LIB_FUNCTION("b5-tnLcyUQE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("b5-tnLcyUQE", "libSceUserService", 1, "libSceUserService", sceUserServiceSetAppSortOrder); - LIB_FUNCTION("u-E+6d9PiP8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("u-E+6d9PiP8", "libSceUserService", 1, "libSceUserService", sceUserServiceSetAutoLoginEnabled); - LIB_FUNCTION("feqktbQD1eo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("feqktbQD1eo", "libSceUserService", 1, "libSceUserService", sceUserServiceSetCreatedVersion); - LIB_FUNCTION("m8VtSd5I5og", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("m8VtSd5I5og", "libSceUserService", 1, "libSceUserService", sceUserServiceSetDiscPlayerFlag); - LIB_FUNCTION("wV3jlvsT5jA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("wV3jlvsT5jA", "libSceUserService", 1, "libSceUserService", sceUserServiceSetEventCalendarType); - LIB_FUNCTION("rez819wV7AU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("rez819wV7AU", "libSceUserService", 1, "libSceUserService", sceUserServiceSetEventFilterTeamEvent); - LIB_FUNCTION("uhwssTtt3yo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("uhwssTtt3yo", "libSceUserService", 1, "libSceUserService", sceUserServiceSetEventSortEvent); - LIB_FUNCTION("XEgdhGfqRpI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("XEgdhGfqRpI", "libSceUserService", 1, "libSceUserService", sceUserServiceSetEventSortTitle); - LIB_FUNCTION("Ty9wanVDC9k", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Ty9wanVDC9k", "libSceUserService", 1, "libSceUserService", sceUserServiceSetEventUiFlag); - LIB_FUNCTION("snOzH0NQyO0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("snOzH0NQyO0", "libSceUserService", 1, "libSceUserService", sceUserServiceSetFaceRecognitionDeleteCount); - LIB_FUNCTION("jiMNYgxzT-4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("jiMNYgxzT-4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetFaceRecognitionRegisterCount); - LIB_FUNCTION("M9noOXMhlGo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("M9noOXMhlGo", "libSceUserService", 1, "libSceUserService", sceUserServiceSetFileBrowserFilter); - LIB_FUNCTION("Xy4rq8gpYHU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Xy4rq8gpYHU", "libSceUserService", 1, "libSceUserService", sceUserServiceSetFileBrowserSortContent); - LIB_FUNCTION("wN5zRLw4J6A", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("wN5zRLw4J6A", "libSceUserService", 1, "libSceUserService", sceUserServiceSetFileBrowserSortTitle); - LIB_FUNCTION("hP2q9Eb5hf0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("hP2q9Eb5hf0", "libSceUserService", 1, "libSceUserService", sceUserServiceSetFileSelectorFilter); - LIB_FUNCTION("Fl52JeSLPyw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Fl52JeSLPyw", "libSceUserService", 1, "libSceUserService", sceUserServiceSetFileSelectorSortContent); - LIB_FUNCTION("Llv693Nx+nU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Llv693Nx+nU", "libSceUserService", 1, "libSceUserService", sceUserServiceSetFileSelectorSortTitle); - LIB_FUNCTION("MgBIXUkGtpE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("MgBIXUkGtpE", "libSceUserService", 1, "libSceUserService", sceUserServiceSetForegroundUser); - LIB_FUNCTION("fK4AIM0knFQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("fK4AIM0knFQ", "libSceUserService", 1, "libSceUserService", sceUserServiceSetFriendCustomListLastFocus); - LIB_FUNCTION("5cK+UC54Oz4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("5cK+UC54Oz4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetFriendFlag); - LIB_FUNCTION("VEUKQumI5B8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("VEUKQumI5B8", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsAccessTokenNiconicoLive); - LIB_FUNCTION("0D2xtHQYxII", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("0D2xtHQYxII", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsAccessTokenTwitch); - LIB_FUNCTION("vdBd3PMBFp4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("vdBd3PMBFp4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsAccessTokenUstream); - LIB_FUNCTION("TerdSx+FXrc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("TerdSx+FXrc", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsAnonymousUserId); - LIB_FUNCTION("UdZhN1nVYfw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("UdZhN1nVYfw", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsBcTags); - LIB_FUNCTION("hJ5gj+Pv3-M", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("hJ5gj+Pv3-M", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsBcTitle); - LIB_FUNCTION("OALd6SmF220", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("OALd6SmF220", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsBroadcastChannel); - LIB_FUNCTION("ZopdvNlYFHc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ZopdvNlYFHc", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsBroadcastersComment); - LIB_FUNCTION("f5DDIXCTxww", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("f5DDIXCTxww", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsBroadcastersCommentColor); - LIB_FUNCTION("LIBEeNNfeQo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("LIBEeNNfeQo", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsBroadcastService); - LIB_FUNCTION("RdAvEmks-ZE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("RdAvEmks-ZE", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsBroadcastUiLayout); - LIB_FUNCTION("HYMgE5B62QY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("HYMgE5B62QY", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCamCrop); - LIB_FUNCTION("N-xzO5-livc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("N-xzO5-livc", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCameraBgFilter); - LIB_FUNCTION("GxqMYA60BII", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("GxqMYA60BII", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCameraBrightness); - LIB_FUNCTION("Di05lHWmCLU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Di05lHWmCLU", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCameraChromaKeyLevel); - LIB_FUNCTION("gGbu3TZiXeU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("gGbu3TZiXeU", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCameraContrast); - LIB_FUNCTION("8PXQIdRsZIE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("8PXQIdRsZIE", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCameraDepthLevel); - LIB_FUNCTION("56bliV+tc0Y", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("56bliV+tc0Y", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCameraEdgeLevel); - LIB_FUNCTION("ghjrbwjC0VE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ghjrbwjC0VE", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCameraEffect); - LIB_FUNCTION("YnBnZpr3UJg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("YnBnZpr3UJg", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCameraEliminationLevel); - LIB_FUNCTION("wWZzH-BwWuA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("wWZzH-BwWuA", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCameraPosition); - LIB_FUNCTION("pnHR-aj9edo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("pnHR-aj9edo", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCameraReflection); - LIB_FUNCTION("rriXMS0a7BM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("rriXMS0a7BM", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCameraSize); - LIB_FUNCTION("0e0wzFADy0I", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("0e0wzFADy0I", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCameraTransparency); - LIB_FUNCTION("wQDizdO49CA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("wQDizdO49CA", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsCommunityId); - LIB_FUNCTION("t1oU0+93b+s", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("t1oU0+93b+s", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsFloatingMessage); - LIB_FUNCTION("bdJdX2bKo2E", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("bdJdX2bKo2E", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsHintFlag); - LIB_FUNCTION("vRgpAhKJJ+M", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("vRgpAhKJJ+M", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsInitSpectating); - LIB_FUNCTION("EjxE+-VvuJ4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("EjxE+-VvuJ4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsIsCameraHidden); - LIB_FUNCTION("HfQTiMSCHJk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("HfQTiMSCHJk", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsIsFacebookEnabled); - LIB_FUNCTION("63t6w0MgG8I", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("63t6w0MgG8I", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsIsMuteEnabled); - LIB_FUNCTION("6oZ3DZGzjIE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("6oZ3DZGzjIE", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsIsRecDisabled); - LIB_FUNCTION("AmJ3FJxT7r8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("AmJ3FJxT7r8", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsIsRecievedMessageHidden); - LIB_FUNCTION("lsdxBeRnEes", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("lsdxBeRnEes", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsIsTwitterEnabled); - LIB_FUNCTION("wgVAwa31l0E", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("wgVAwa31l0E", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsLanguageFilter); - LIB_FUNCTION("rDkflpHzrRE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("rDkflpHzrRE", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsLfpsSortOrder); - LIB_FUNCTION("qT8-eJKe+rI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("qT8-eJKe+rI", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsLiveQuality); - LIB_FUNCTION("hQ72M-YRb8g", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("hQ72M-YRb8g", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsLiveQuality2); - LIB_FUNCTION("ZWAUCzgSQ2Q", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ZWAUCzgSQ2Q", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsLiveQuality3); - LIB_FUNCTION("HwFpasG4+kM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("HwFpasG4+kM", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsLiveQuality4); - LIB_FUNCTION("Ov8hs+c1GNY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Ov8hs+c1GNY", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsLiveQuality5); - LIB_FUNCTION("fm7XpsO++lk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("fm7XpsO++lk", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsMessageFilterLevel); - LIB_FUNCTION("Lge4s3h8BFA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Lge4s3h8BFA", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsTtsFlags); - LIB_FUNCTION("NB9-D-o3hN0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("NB9-D-o3hN0", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsTtsPitch); - LIB_FUNCTION("2EWfAroUQE4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("2EWfAroUQE4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsTtsSpeed); - LIB_FUNCTION("QzeIQXyavtU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("QzeIQXyavtU", "libSceUserService", 1, "libSceUserService", sceUserServiceSetGlsTtsVolume); - LIB_FUNCTION("WU5s+cPzO8Y", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("WU5s+cPzO8Y", "libSceUserService", 1, "libSceUserService", sceUserServiceSetHmuBrightness); - LIB_FUNCTION("gQh8NaCbRqo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("gQh8NaCbRqo", "libSceUserService", 1, "libSceUserService", sceUserServiceSetHmuZoom); - LIB_FUNCTION("7pif5RySi+s", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("7pif5RySi+s", "libSceUserService", 1, "libSceUserService", sceUserServiceSetHoldAudioOutDevice); - LIB_FUNCTION("8TGeI5PAabg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("8TGeI5PAabg", "libSceUserService", 1, "libSceUserService", sceUserServiceSetImeAutoCapitalEnabled); - LIB_FUNCTION("3fcBoTACkWY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("3fcBoTACkWY", "libSceUserService", 1, "libSceUserService", sceUserServiceSetImeInitFlag); - LIB_FUNCTION("Ghu0khDguq8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Ghu0khDguq8", "libSceUserService", 1, "libSceUserService", sceUserServiceSetImeInputType); - LIB_FUNCTION("hjlUn9UCgXg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("hjlUn9UCgXg", "libSceUserService", 1, "libSceUserService", sceUserServiceSetImeLastUnit); - LIB_FUNCTION("19uCF96mfos", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("19uCF96mfos", "libSceUserService", 1, "libSceUserService", sceUserServiceSetImePointerMode); - LIB_FUNCTION("NiwMhCbg764", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("NiwMhCbg764", "libSceUserService", 1, "libSceUserService", sceUserServiceSetImePredictiveTextEnabled); - LIB_FUNCTION("AZFXXpZJEPI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("AZFXXpZJEPI", "libSceUserService", 1, "libSceUserService", sceUserServiceSetImeRunCount); - LIB_FUNCTION("Izy+4XmTBB8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Izy+4XmTBB8", "libSceUserService", 1, "libSceUserService", sceUserServiceSetIPDLeft); - LIB_FUNCTION("z-lbCrpteB4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("z-lbCrpteB4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetIPDRight); - LIB_FUNCTION("7SE4sjhlOCI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("7SE4sjhlOCI", "libSceUserService", 1, "libSceUserService", sceUserServiceSetIsFakePlus); - LIB_FUNCTION("nNn8Gnn+E6Y", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("nNn8Gnn+E6Y", "libSceUserService", 1, "libSceUserService", sceUserServiceSetIsQuickSignup); - LIB_FUNCTION("AQ680L4Sr74", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("AQ680L4Sr74", "libSceUserService", 1, "libSceUserService", sceUserServiceSetIsRemotePlayAllowed); - LIB_FUNCTION("lAR1nkEoMBo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("lAR1nkEoMBo", "libSceUserService", 1, "libSceUserService", sceUserServiceSetJapaneseInputType); - LIB_FUNCTION("dCdhOJIOtR4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("dCdhOJIOtR4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetKeyboardType); - LIB_FUNCTION("zs4i9SEHy0g", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("zs4i9SEHy0g", "libSceUserService", 1, "libSceUserService", sceUserServiceSetKeyRepeatSpeed); - LIB_FUNCTION("FfXgMSmZLfk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("FfXgMSmZLfk", "libSceUserService", 1, "libSceUserService", sceUserServiceSetKeyRepeatStartingTime); - LIB_FUNCTION("dlBQfiDOklQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("dlBQfiDOklQ", "libSceUserService", 1, "libSceUserService", sceUserServiceSetLightBarBaseBrightness); - LIB_FUNCTION("Zdd5gybtsi0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Zdd5gybtsi0", "libSceUserService", 1, "libSceUserService", sceUserServiceSetLoginFlag); - LIB_FUNCTION("c9U2pk4Ao9w", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("c9U2pk4Ao9w", "libSceUserService", 1, "libSceUserService", sceUserServiceSetMicLevel); - LIB_FUNCTION("lg2I8bETiZo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("lg2I8bETiZo", "libSceUserService", 1, "libSceUserService", sceUserServiceSetMouseHandType); - LIB_FUNCTION("omf6BE2-FPo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("omf6BE2-FPo", "libSceUserService", 1, "libSceUserService", sceUserServiceSetMousePointerSpeed); - LIB_FUNCTION("uisYUWMn-+U", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("uisYUWMn-+U", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNotificationBehavior); - LIB_FUNCTION("X9Jgur0QtLE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("X9Jgur0QtLE", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNotificationSettings); - LIB_FUNCTION("SkE5SnCFjQk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("SkE5SnCFjQk", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpAccountUpgradeFlag); - LIB_FUNCTION("nGacpiUONQ0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("nGacpiUONQ0", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpAge); - LIB_FUNCTION("om4jx+pJlQo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("om4jx+pJlQo", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpAuthErrorFlag); - LIB_FUNCTION("Z5t2LiajkAQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Z5t2LiajkAQ", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpCountryCode); - LIB_FUNCTION("cGvpAO63abg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("cGvpAO63abg", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpDateOfBirth); - LIB_FUNCTION("JifncjTlXV8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("JifncjTlXV8", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpEnv); - LIB_FUNCTION("D7lbcn6Uxho", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("D7lbcn6Uxho", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpLanguageCode); - LIB_FUNCTION("oHRrt1cfbBI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("oHRrt1cfbBI", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpLanguageCode2); - LIB_FUNCTION("Zgq19lM+u2U", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Zgq19lM+u2U", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpLoginId); - LIB_FUNCTION("8W+8vFlIPuA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("8W+8vFlIPuA", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpMAccountId); - LIB_FUNCTION("0Xsfib8bq3M", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("0Xsfib8bq3M", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpNpId); - LIB_FUNCTION("j6FgkXhxp1Y", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("j6FgkXhxp1Y", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpOfflineAccountAdult); - LIB_FUNCTION("pubVXAG+Juc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("pubVXAG+Juc", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpOnlineId); - LIB_FUNCTION("ng4XlNFMiCo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ng4XlNFMiCo", "libSceUserService", 1, "libSceUserService", sceUserServiceSetNpSubAccount); - LIB_FUNCTION("41kc2YhzZoU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("41kc2YhzZoU", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPadSpeakerVolume); - LIB_FUNCTION("KJw6rahYNdQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("KJw6rahYNdQ", "libSceUserService", 1, "libSceUserService", sceUserServiceSetParentalBdAge); - LIB_FUNCTION("6jPYBCGQgiQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("6jPYBCGQgiQ", "libSceUserService", 1, "libSceUserService", sceUserServiceSetParentalBrowser); - LIB_FUNCTION("UT8+lb5fypc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("UT8+lb5fypc", "libSceUserService", 1, "libSceUserService", sceUserServiceSetParentalDvd); - LIB_FUNCTION("NJpUvo+rezg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("NJpUvo+rezg", "libSceUserService", 1, "libSceUserService", sceUserServiceSetParentalDvdRegion); - LIB_FUNCTION("gRI+BnPA6UI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("gRI+BnPA6UI", "libSceUserService", 1, "libSceUserService", sceUserServiceSetParentalGame); - LIB_FUNCTION("BPFs-TiU+8Q", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("BPFs-TiU+8Q", "libSceUserService", 1, "libSceUserService", sceUserServiceSetParentalGameAgeLevel); - LIB_FUNCTION("mmFgyjXMQBs", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("mmFgyjXMQBs", "libSceUserService", 1, "libSceUserService", sceUserServiceSetParentalMorpheus); - LIB_FUNCTION("ZsyQjvVFHnk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ZsyQjvVFHnk", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPartyMuteList); - LIB_FUNCTION("97ZkWubtMk0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("97ZkWubtMk0", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPartyMuteListA); - LIB_FUNCTION("IiwhRynrDnQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("IiwhRynrDnQ", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPartySettingFlags); - LIB_FUNCTION("7LCq4lSlmw4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("7LCq4lSlmw4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPasscode); - LIB_FUNCTION("dukLb11bY9c", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("dukLb11bY9c", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcAdditionalTime); - LIB_FUNCTION("JK0fCuBEWJM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("JK0fCuBEWJM", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcFlag); - LIB_FUNCTION("RUrfnne6Dds", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("RUrfnne6Dds", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcFridayDuration); - LIB_FUNCTION("YWmKJ8pWEkw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("YWmKJ8pWEkw", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcFridayHoursEnd); - LIB_FUNCTION("GMLAWOO7I2Y", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("GMLAWOO7I2Y", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcFridayHoursStart); - LIB_FUNCTION("94ZcZmcnXK4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("94ZcZmcnXK4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcMode); - LIB_FUNCTION("SoxZWGb3l0U", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("SoxZWGb3l0U", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcMondayDuration); - LIB_FUNCTION("uBDKFasVr2c", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("uBDKFasVr2c", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcMondayHoursEnd); - LIB_FUNCTION("7XIlJQQZ2fg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("7XIlJQQZ2fg", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcMondayHoursStart); - LIB_FUNCTION("ABoN0o46u8E", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ABoN0o46u8E", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcPlayTime); - LIB_FUNCTION("VXdkxm-AaIg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("VXdkxm-AaIg", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcPlayTimeLastUpdated); - LIB_FUNCTION("RTrsbjUnFNo", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("RTrsbjUnFNo", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcSaturdayDuration); - LIB_FUNCTION("8wVUn7AO8mA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("8wVUn7AO8mA", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcSaturdayHoursEnd); - LIB_FUNCTION("p2NKAA3BS6k", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("p2NKAA3BS6k", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcSaturdayHoursStart); - LIB_FUNCTION("hGnwgvLREHM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("hGnwgvLREHM", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcSundayDuration); - LIB_FUNCTION("rp4DB+ICfcg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("rp4DB+ICfcg", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcSundayHoursEnd); - LIB_FUNCTION("cTpHiHGMWpk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("cTpHiHGMWpk", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcSundayHoursStart); - LIB_FUNCTION("R9vnyf-B1pU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("R9vnyf-B1pU", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcThursdayDuration); - LIB_FUNCTION("W3oNrewI7bc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("W3oNrewI7bc", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcThursdayHoursEnd); - LIB_FUNCTION("JO5QXiyBcjQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("JO5QXiyBcjQ", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcThursdayHoursStart); - LIB_FUNCTION("YX-64Vjk5oM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("YX-64Vjk5oM", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcTuesdayDuration); - LIB_FUNCTION("MtE3Me0UJKc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("MtE3Me0UJKc", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcTuesdayHoursEnd); - LIB_FUNCTION("bLfjqFmN4s4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("bLfjqFmN4s4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcTuesdayHoursStart); - LIB_FUNCTION("HsjvaxD7veE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("HsjvaxD7veE", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcTzOffset); - LIB_FUNCTION("EqfGtRCryNg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("EqfGtRCryNg", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcWednesdayDuration); - LIB_FUNCTION("uZG5rmROeg4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("uZG5rmROeg4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcWednesdayHoursEnd); - LIB_FUNCTION("dDaO7svUM8w", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("dDaO7svUM8w", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPbtcWednesdayHoursStart); - LIB_FUNCTION("pmW5v9hORos", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("pmW5v9hORos", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPlayTogetherFlags); - LIB_FUNCTION("nCfhbtuZbk8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("nCfhbtuZbk8", "libSceUserService", 1, "libSceUserService", sceUserServiceSetPsnPasswordForDebug); - LIB_FUNCTION("ksUJCL0Hq20", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ksUJCL0Hq20", "libSceUserService", 1, "libSceUserService", sceUserServiceSetSaveDataAutoUpload); - LIB_FUNCTION("pfz4rzKJc6g", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("pfz4rzKJc6g", "libSceUserService", 1, "libSceUserService", sceUserServiceSetSaveDataSort); - LIB_FUNCTION("zq45SROKj9Q", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("zq45SROKj9Q", "libSceUserService", 1, "libSceUserService", sceUserServiceSetSaveDataTutorialFlag); - LIB_FUNCTION("bFzA3t6muvU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("bFzA3t6muvU", "libSceUserService", 1, "libSceUserService", sceUserServiceSetShareButtonAssign); - LIB_FUNCTION("B-WW6mNtp2s", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("B-WW6mNtp2s", "libSceUserService", 1, "libSceUserService", sceUserServiceSetShareDailymotionAccessToken); - LIB_FUNCTION("OANH5P9lV4I", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("OANH5P9lV4I", "libSceUserService", 1, "libSceUserService", sceUserServiceSetShareDailymotionRefreshToken); - LIB_FUNCTION("CMl8mUJvSf8", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("CMl8mUJvSf8", "libSceUserService", 1, "libSceUserService", sceUserServiceSetSharePlayFlags); - LIB_FUNCTION("rB70KuquYxs", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("rB70KuquYxs", "libSceUserService", 1, "libSceUserService", sceUserServiceSetSharePlayFramerateHost); - LIB_FUNCTION("BhRxR+R0NFA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("BhRxR+R0NFA", "libSceUserService", 1, "libSceUserService", sceUserServiceSetSharePlayResolutionHost); - LIB_FUNCTION("EYvRF1VUpUU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("EYvRF1VUpUU", "libSceUserService", 1, "libSceUserService", sceUserServiceSetShareStatus); - LIB_FUNCTION("II+V6wXKS-E", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("II+V6wXKS-E", "libSceUserService", 1, "libSceUserService", sceUserServiceSetShareStatus2); - LIB_FUNCTION("5jL7UM+AdbQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("5jL7UM+AdbQ", "libSceUserService", 1, "libSceUserService", sceUserServiceSetSystemLoggerHashedAccountId); - LIB_FUNCTION("tNZY3tIIo0M", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("tNZY3tIIo0M", "libSceUserService", 1, "libSceUserService", sceUserServiceSetSystemLoggerHashedAccountIdClockType); - LIB_FUNCTION("U07X36vgbA0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("U07X36vgbA0", "libSceUserService", 1, "libSceUserService", sceUserServiceSetSystemLoggerHashedAccountIdParam); - LIB_FUNCTION("qSgs-wwrlLU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("qSgs-wwrlLU", "libSceUserService", 1, "libSceUserService", sceUserServiceSetSystemLoggerHashedAccountIdTtl); - LIB_FUNCTION("b6+TytWccPE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("b6+TytWccPE", "libSceUserService", 1, "libSceUserService", sceUserServiceSetTeamShowAboutTeam); - LIB_FUNCTION("JZ5NzN-TGIQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("JZ5NzN-TGIQ", "libSceUserService", 1, "libSceUserService", sceUserServiceSetThemeBgImageDimmer); - LIB_FUNCTION("N4qrFLcXLpY", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("N4qrFLcXLpY", "libSceUserService", 1, "libSceUserService", sceUserServiceSetThemeBgImageWaveColor); - LIB_FUNCTION("a41mGTpWvY4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("a41mGTpWvY4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetThemeBgImageZoom); - LIB_FUNCTION("ALyjUuyowuI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ALyjUuyowuI", "libSceUserService", 1, "libSceUserService", sceUserServiceSetThemeEntitlementId); - LIB_FUNCTION("jhy6fa5a4k4", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("jhy6fa5a4k4", "libSceUserService", 1, "libSceUserService", sceUserServiceSetThemeHomeShareOwner); - LIB_FUNCTION("HkuBuYhYaPg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("HkuBuYhYaPg", "libSceUserService", 1, "libSceUserService", sceUserServiceSetThemeTextShadow); - LIB_FUNCTION("PKHZK960qZE", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("PKHZK960qZE", "libSceUserService", 1, "libSceUserService", sceUserServiceSetThemeWaveColor); - LIB_FUNCTION("f7VSHQHB6Ys", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("f7VSHQHB6Ys", "libSceUserService", 1, "libSceUserService", sceUserServiceSetTopMenuLimitItem); - LIB_FUNCTION("Tib8zgDd+V0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Tib8zgDd+V0", "libSceUserService", 1, "libSceUserService", sceUserServiceSetTopMenuNotificationFlag); - LIB_FUNCTION("8Q71i3u9lN0", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("8Q71i3u9lN0", "libSceUserService", 1, "libSceUserService", sceUserServiceSetTopMenuTutorialFlag); - LIB_FUNCTION("ZfUouUx2h8w", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("ZfUouUx2h8w", "libSceUserService", 1, "libSceUserService", sceUserServiceSetTraditionalChineseInputType); - LIB_FUNCTION("IcM2f5EoRRA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("IcM2f5EoRRA", "libSceUserService", 1, "libSceUserService", sceUserServiceSetUserGroupIndex); - LIB_FUNCTION("QfYasZZPvoQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("QfYasZZPvoQ", "libSceUserService", 1, "libSceUserService", sceUserServiceSetUserGroupName); - LIB_FUNCTION("Jqu2XFr5UvA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("Jqu2XFr5UvA", "libSceUserService", 1, "libSceUserService", sceUserServiceSetUserName); - LIB_FUNCTION("cBgv9pnmunI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("cBgv9pnmunI", "libSceUserService", 1, "libSceUserService", sceUserServiceSetUserStatus); - LIB_FUNCTION("CokWh8qGANk", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("CokWh8qGANk", "libSceUserService", 1, "libSceUserService", sceUserServiceSetVibrationEnabled); - LIB_FUNCTION("z1Uh28yzDzI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("z1Uh28yzDzI", "libSceUserService", 1, "libSceUserService", sceUserServiceSetVoiceRecognitionLastUsedOsk); - LIB_FUNCTION("1JNYgwRcANI", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("1JNYgwRcANI", "libSceUserService", 1, "libSceUserService", sceUserServiceSetVoiceRecognitionTutorialState); - LIB_FUNCTION("4nEjiZH1LKM", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("4nEjiZH1LKM", "libSceUserService", 1, "libSceUserService", sceUserServiceSetVolumeForController); - LIB_FUNCTION("bkQ7aNx62Qg", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("bkQ7aNx62Qg", "libSceUserService", 1, "libSceUserService", sceUserServiceSetVolumeForGenericUSB); - LIB_FUNCTION("7EnjUtnAN+o", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("7EnjUtnAN+o", "libSceUserService", 1, "libSceUserService", sceUserServiceSetVolumeForMorpheusSidetone); - LIB_FUNCTION("WQ-l-i2gJko", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("WQ-l-i2gJko", "libSceUserService", 1, "libSceUserService", sceUserServiceSetVolumeForSidetone); - LIB_FUNCTION("bwFjS+bX9mA", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("bwFjS+bX9mA", "libSceUserService", 1, "libSceUserService", sceUserServiceTerminate); - LIB_FUNCTION("spW--yoLQ9o", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("spW--yoLQ9o", "libSceUserService", 1, "libSceUserService", sceUserServiceUnregisterEventCallback); - LIB_FUNCTION("isbcQWjV-qU", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("isbcQWjV-qU", "libSceUserService", 1, "libSceUserService", Func_8AC6DC4168D5FEA5); - LIB_FUNCTION("pr3J39r9ArQ", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("pr3J39r9ArQ", "libSceUserService", 1, "libSceUserService", Func_A6BDC9DFDAFD02B4); - LIB_FUNCTION("u5SR3+a0lTw", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("u5SR3+a0lTw", "libSceUserService", 1, "libSceUserService", Func_BB9491DFE6B4953C); - LIB_FUNCTION("0rgUYD57RHc", "libSceUserService", 1, "libSceUserService", 1, 1, + LIB_FUNCTION("0rgUYD57RHc", "libSceUserService", 1, "libSceUserService", Func_D2B814603E7B4477); + LIB_FUNCTION("wuI7c7UNk0A", "libSceUserServiceForNpToolkit", 1, "libSceUserService", + sceUserServiceRegisterEventCallback); + LIB_FUNCTION("spW--yoLQ9o", "libSceUserServiceForNpToolkit", 1, "libSceUserService", + sceUserServiceUnregisterEventCallback); + LIB_FUNCTION("5EiQCnL2G1Y", "libSceUserServiceRegisteredUserIdList", 1, "libSceUserService", + sceUserServiceGetRegisteredUserIdList); }; } // namespace Libraries::UserService \ No newline at end of file diff --git a/libraries/userservice.h b/libraries/userservice.h index e9193a2..38fadbb 100644 --- a/libraries/userservice.h +++ b/libraries/userservice.h @@ -13,9 +13,6 @@ namespace Libraries::UserService { s32 PS4_SYSV_ABI sceUserServiceInitializeForShellCore(); s32 PS4_SYSV_ABI sceUserServiceTerminateForShellCore(); -s32 PS4_SYSV_ABI sceUserServiceGetRegisteredUserIdList(); -s32 PS4_SYSV_ABI sceUserServiceRegisterEventCallback(); -s32 PS4_SYSV_ABI sceUserServiceUnregisterEventCallback(); s32 PS4_SYSV_ABI sceUserServiceDestroyUser(); s32 PS4_SYSV_ABI sceUserServiceGetAccessibilityKeyremapData(); s32 PS4_SYSV_ABI sceUserServiceGetAccessibilityKeyremapEnable(); @@ -186,6 +183,7 @@ s32 PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayHoursStart(); s32 PS4_SYSV_ABI sceUserServiceGetPlayTogetherFlags(); s32 PS4_SYSV_ABI sceUserServiceGetPsnPasswordForDebug(); s32 PS4_SYSV_ABI sceUserServiceGetRegisteredHomeUserIdList(); +s32 PS4_SYSV_ABI sceUserServiceGetRegisteredUserIdList(); s32 PS4_SYSV_ABI sceUserServiceGetSaveDataAutoUpload(); s32 PS4_SYSV_ABI sceUserServiceGetSaveDataSort(); s32 PS4_SYSV_ABI sceUserServiceGetSaveDataTutorialFlag(); @@ -238,6 +236,7 @@ s32 PS4_SYSV_ABI sceUserServiceIsSharePlayClientUser(); s32 PS4_SYSV_ABI sceUserServiceIsUserStorageAccountBound(); s32 PS4_SYSV_ABI sceUserServiceLogin(); s32 PS4_SYSV_ABI sceUserServiceLogout(); +s32 PS4_SYSV_ABI sceUserServiceRegisterEventCallback(); s32 PS4_SYSV_ABI sceUserServiceSetAccessibilityKeyremapData(); s32 PS4_SYSV_ABI sceUserServiceSetAccessibilityKeyremapEnable(); s32 PS4_SYSV_ABI sceUserServiceSetAccessibilityZoom(); @@ -430,6 +429,7 @@ s32 PS4_SYSV_ABI sceUserServiceSetVolumeForGenericUSB(); s32 PS4_SYSV_ABI sceUserServiceSetVolumeForMorpheusSidetone(); s32 PS4_SYSV_ABI sceUserServiceSetVolumeForSidetone(); s32 PS4_SYSV_ABI sceUserServiceTerminate(); +s32 PS4_SYSV_ABI sceUserServiceUnregisterEventCallback(); s32 PS4_SYSV_ABI Func_8AC6DC4168D5FEA5(); s32 PS4_SYSV_ABI Func_A6BDC9DFDAFD02B4(); s32 PS4_SYSV_ABI Func_BB9491DFE6B4953C(); diff --git a/libraries/videodec.cpp b/libraries/videodec.cpp index 4048765..53066cf 100644 --- a/libraries/videodec.cpp +++ b/libraries/videodec.cpp @@ -44,16 +44,14 @@ s32 PS4_SYSV_ABI sceVideodecReset() { } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("qkgRiwHyheU", "libSceVideodec", 1, "libSceVideodec", 1, 1, - sceVideodecCreateDecoder); - LIB_FUNCTION("q0W5GJMovMs", "libSceVideodec", 1, "libSceVideodec", 1, 1, sceVideodecDecode); - LIB_FUNCTION("U0kpGF1cl90", "libSceVideodec", 1, "libSceVideodec", 1, 1, - sceVideodecDeleteDecoder); - LIB_FUNCTION("jeigLlKdp5I", "libSceVideodec", 1, "libSceVideodec", 1, 1, sceVideodecFlush); - LIB_FUNCTION("kg+lH0V61hM", "libSceVideodec", 1, "libSceVideodec", 1, 1, sceVideodecMapMemory); - LIB_FUNCTION("leCAscipfFY", "libSceVideodec", 1, "libSceVideodec", 1, 1, + LIB_FUNCTION("qkgRiwHyheU", "libSceVideodec", 1, "libSceVideodec", sceVideodecCreateDecoder); + LIB_FUNCTION("q0W5GJMovMs", "libSceVideodec", 1, "libSceVideodec", sceVideodecDecode); + LIB_FUNCTION("U0kpGF1cl90", "libSceVideodec", 1, "libSceVideodec", sceVideodecDeleteDecoder); + LIB_FUNCTION("jeigLlKdp5I", "libSceVideodec", 1, "libSceVideodec", sceVideodecFlush); + LIB_FUNCTION("kg+lH0V61hM", "libSceVideodec", 1, "libSceVideodec", sceVideodecMapMemory); + LIB_FUNCTION("leCAscipfFY", "libSceVideodec", 1, "libSceVideodec", sceVideodecQueryResourceInfo); - LIB_FUNCTION("f8AgDv-1X8A", "libSceVideodec", 1, "libSceVideodec", 1, 1, sceVideodecReset); + LIB_FUNCTION("f8AgDv-1X8A", "libSceVideodec", 1, "libSceVideodec", sceVideodecReset); }; } // namespace Libraries::Videodec \ No newline at end of file diff --git a/libraries/videoout.cpp b/libraries/videoout.cpp index 0032663..e551931 100644 --- a/libraries/videoout.cpp +++ b/libraries/videoout.cpp @@ -8,17 +8,17 @@ namespace Libraries::VideoOut { -s32 PS4_SYSV_ABI sceVideoOutAdjustColor2_() { +s32 PS4_SYSV_ABI sceDbgVideoOutAddOutputModeVr60Privilege() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceVideoOutAddBuffer4k2kPrivilege() { +s32 PS4_SYSV_ABI sceDbgVideoOutAddProcessAttribute() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceVideoOutAddBufferHdrPrivilege() { +s32 PS4_SYSV_ABI sceDbgVideoOutRemoveProcessAttribute() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } @@ -28,11 +28,21 @@ s32 PS4_SYSV_ABI sceVideoOutAddBufferAnisoPrivilege() { return ORBIS_OK; } +s32 PS4_SYSV_ABI Func_87DE0FA368680D98() { + LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceVideoOutAddBuffer() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } +s32 PS4_SYSV_ABI sceVideoOutAddBuffer4k2kPrivilege() { + LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); + return ORBIS_OK; +} + s32 PS4_SYSV_ABI sceVideoOutAddBufferYccPrivilege() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; @@ -728,7 +738,7 @@ s32 PS4_SYSV_ABI Func_FF9008114F7ED758() { return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_DF1AD257C5341EC8() { +s32 PS4_SYSV_ABI sceVideoOutAdjustColor2_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } @@ -738,324 +748,271 @@ s32 PS4_SYSV_ABI sceVideoOutGetHdmiRawEdid_() { return ORBIS_OK; } -s32 PS4_SYSV_ABI Func_87DE0FA368680D98() { - LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceDbgVideoOutAddOutputModeVr60Privilege() { - LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); - return ORBIS_OK; -} - -s32 PS4_SYSV_ABI sceDbgVideoOutAddProcessAttribute() { +s32 PS4_SYSV_ABI sceVideoOutAddBufferHdrPrivilege() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -s32 PS4_SYSV_ABI sceDbgVideoOutRemoveProcessAttribute() { +s32 PS4_SYSV_ABI Func_DF1AD257C5341EC8() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } void RegisterLib(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("8Lf4Fp1TxA0", "libSceVideoOutExtra", 1, "libSceVideoOut", 0, 0, - sceVideoOutAdjustColor2_); - LIB_FUNCTION("twrSaoZ9cJs", "libSceVideoOutBaseMode4k", 1, "libSceVideoOut", 0, 0, - sceVideoOutAddBuffer4k2kPrivilege); - LIB_FUNCTION("VAlir52gpQI", "libSceVideoOutHdr", 1, "libSceVideoOut", 0, 0, - sceVideoOutAddBufferHdrPrivilege); - LIB_FUNCTION("lm+1oyWKwy0", "libSceVideoOutAniso", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("v+CRSpiQyVM", "libSceDbgVideoOut", 1, "libSceVideoOut", + sceDbgVideoOutAddOutputModeVr60Privilege); + LIB_FUNCTION("0eZpG16I-Ps", "libSceDbgVideoOut", 1, "libSceVideoOut", + sceDbgVideoOutAddProcessAttribute); + LIB_FUNCTION("gI9jbGyrJZo", "libSceDbgVideoOut", 1, "libSceVideoOut", + sceDbgVideoOutRemoveProcessAttribute); + LIB_FUNCTION("lm+1oyWKwy0", "libSceVideoOutAniso", 1, "libSceVideoOut", sceVideoOutAddBufferAnisoPrivilege); - LIB_FUNCTION("4iy9hG9Du1s", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutAddBuffer); - LIB_FUNCTION("twrSaoZ9cJs", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("h94Po2hoDZg", "libSceDbgVideoOutSub4k", 1, "libSceVideoOut", + Func_87DE0FA368680D98); + LIB_FUNCTION("4iy9hG9Du1s", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutAddBuffer); + LIB_FUNCTION("twrSaoZ9cJs", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutAddBuffer4k2kPrivilege); - LIB_FUNCTION("D3s8DoEnuR4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("D3s8DoEnuR4", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutAddBufferYccPrivilege); - LIB_FUNCTION("Cxb2w82t7lw", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("Cxb2w82t7lw", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutAddDisplayPositionEvent); - LIB_FUNCTION("HtwSd4H2Tws", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutAddDriver); - LIB_FUNCTION("HXzjK9yI30k", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutAddFlipEvent); - LIB_FUNCTION("keipklF0pMY", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("HtwSd4H2Tws", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutAddDriver); + LIB_FUNCTION("HXzjK9yI30k", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutAddFlipEvent); + LIB_FUNCTION("keipklF0pMY", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutAddPreVblankStartEvent); - LIB_FUNCTION("iT+aFczA7ak", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("iT+aFczA7ak", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutAddS3dHmdPrivilege); - LIB_FUNCTION("AjtlFa2HRws", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutAddSetModeEvent); - LIB_FUNCTION("Ax1Qs3Cm95Q", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutAddStereoBuffer); - LIB_FUNCTION("Xru92wHJRmg", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutAddVblankEvent); - LIB_FUNCTION("pv9CI5VC+R0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutAdjustColor_); - LIB_FUNCTION("uquVH4-Du78", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutClose); - LIB_FUNCTION("DYhhWbJSeRg", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("AjtlFa2HRws", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutAddSetModeEvent); + LIB_FUNCTION("Ax1Qs3Cm95Q", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutAddStereoBuffer); + LIB_FUNCTION("Xru92wHJRmg", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutAddVblankEvent); + LIB_FUNCTION("pv9CI5VC+R0", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutAdjustColor_); + LIB_FUNCTION("uquVH4-Du78", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutClose); + LIB_FUNCTION("DYhhWbJSeRg", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutColorSettingsSetGamma_); - LIB_FUNCTION("ktP9j1fN-zE", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("ktP9j1fN-zE", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutConfigureOptionsInitialize_); - LIB_FUNCTION("N1bEoJ4SRw4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("N1bEoJ4SRw4", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutConfigureOutputMode_); - LIB_FUNCTION("lQh55Q8DUAg", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("lQh55Q8DUAg", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutConfigureOutputModeEx_); - LIB_FUNCTION("-gYpMonpw2M", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("-gYpMonpw2M", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutConfigureOutputModeExSubmitDoneUnsafe_); - LIB_FUNCTION("M-JkRj7X+No", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("M-JkRj7X+No", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutControlHdcpEncryption); - LIB_FUNCTION("fEPEwROdCwM", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutCursorDisable); - LIB_FUNCTION("UPZWCH8qTM4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutCursorEnable); - LIB_FUNCTION("HibOtezzT6M", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("fEPEwROdCwM", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutCursorDisable); + LIB_FUNCTION("UPZWCH8qTM4", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutCursorEnable); + LIB_FUNCTION("HibOtezzT6M", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutCursorIsUpdatePending); - LIB_FUNCTION("Se-Zs6koGzk", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("Se-Zs6koGzk", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutCursorSet2xMagnify); - LIB_FUNCTION("jr52f45OlWg", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("jr52f45OlWg", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutCursorSetHotSpot); - LIB_FUNCTION("u-9bhWQApq8", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("u-9bhWQApq8", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutCursorSetImageAddress); - LIB_FUNCTION("N17AK88NdD0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("N17AK88NdD0", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutCursorSetPosition); - LIB_FUNCTION("735GfVO9v2s", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("735GfVO9v2s", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutCursorSetPositionStereo); - LIB_FUNCTION("kazBRXPqR7c", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("kazBRXPqR7c", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutCurveSamplePointsCalc_); - LIB_FUNCTION("gbJ8QxXOR6g", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("gbJ8QxXOR6g", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDeleteDisplayPositionEvent); - LIB_FUNCTION("KA515kD5rAY", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutDeleteDriver); - LIB_FUNCTION("-Ozn0F1AFRg", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutDeleteFlipEvent); - LIB_FUNCTION("elWQ9vERF-Q", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("KA515kD5rAY", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDeleteDriver); + LIB_FUNCTION("-Ozn0F1AFRg", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDeleteFlipEvent); + LIB_FUNCTION("elWQ9vERF-Q", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDeletePreVblankStartEvent); - LIB_FUNCTION("fXCSkDTpJFg", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("fXCSkDTpJFg", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDeleteSetModeEvent); - LIB_FUNCTION("oNOQn3knW6s", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("oNOQn3knW6s", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDeleteVblankEvent); - LIB_FUNCTION("oeNtdmvV4II", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutDriverAddEvent); - LIB_FUNCTION("0jGJbNTpSV4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("oeNtdmvV4II", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDriverAddEvent); + LIB_FUNCTION("0jGJbNTpSV4", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDriverDecrementBufferLabel); - LIB_FUNCTION("lOR+Nos+Je8", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("lOR+Nos+Je8", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDriverDeleteEvent); - LIB_FUNCTION("NGyEl5aT4fc", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("NGyEl5aT4fc", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDriverGetBufferLabelAddress); - LIB_FUNCTION("P1bIHoga4jE", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("P1bIHoga4jE", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDriverGetEopHandle); - LIB_FUNCTION("G6peSSDP4iA", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("G6peSSDP4iA", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDriverGetFinishedEopHandle); - LIB_FUNCTION("GL8+3RHW5vk", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("GL8+3RHW5vk", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDriverGetLatestEopHandle); - LIB_FUNCTION("Ztx4b2LhRDk", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("Ztx4b2LhRDk", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDriverIncrementBufferLabel); - LIB_FUNCTION("soAIjspgdt8", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("soAIjspgdt8", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDriverResetBufferLabel); - LIB_FUNCTION("OHnnkrUcShM", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("OHnnkrUcShM", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutDriverTriggerEvent); - LIB_FUNCTION("5V8YGx9g0UA", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("5V8YGx9g0UA", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetBufferInformation); - LIB_FUNCTION("OcQybQejHEY", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("OcQybQejHEY", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetBufferLabelAddress); - LIB_FUNCTION("IZw2TINic+0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("IZw2TINic+0", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetCoredumpOutputMode); - LIB_FUNCTION("W0iQAbGaTBg", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("W0iQAbGaTBg", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetCurrentOutputMode_); - LIB_FUNCTION("kGVLc3htQE8", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("kGVLc3htQE8", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetDeviceCapabilityInfo_); - LIB_FUNCTION("k6JLQGuPEYA", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("k6JLQGuPEYA", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetDeviceInfoEx_); - LIB_FUNCTION("p7FV-mU6EM0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("p7FV-mU6EM0", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetDeviceInfoExOts_); - LIB_FUNCTION("Mt4QHHkxkOc", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutGetEventCount); - LIB_FUNCTION("rWUTcKdkUzQ", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutGetEventData); - LIB_FUNCTION("U2JJtSqNKZI", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutGetEventId); - LIB_FUNCTION("SbU3dwp80lQ", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutGetFlipStatus); - LIB_FUNCTION("hZvzQy2VLKY", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutGetHdmiKsvList_); - LIB_FUNCTION("+XlDnumvLVA", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("Mt4QHHkxkOc", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetEventCount); + LIB_FUNCTION("rWUTcKdkUzQ", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetEventData); + LIB_FUNCTION("U2JJtSqNKZI", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetEventId); + LIB_FUNCTION("SbU3dwp80lQ", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetFlipStatus); + LIB_FUNCTION("hZvzQy2VLKY", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetHdmiKsvList_); + LIB_FUNCTION("+XlDnumvLVA", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetHdmiMonitorInfo_); - LIB_FUNCTION("421cr+-5Mus", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("421cr+-5Mus", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetHdmiMonitorInfoNoMask_); - LIB_FUNCTION("SDoPm73tOyI", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("SDoPm73tOyI", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetPortStatusInfo_); - LIB_FUNCTION("4TPW3H2f-lM", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("4TPW3H2f-lM", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetPortStatusInfoByBusSpecifier_); - LIB_FUNCTION("6kPnj51T62Y", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("6kPnj51T62Y", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetResolutionStatus); - LIB_FUNCTION("+tB28CUr9W0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("+tB28CUr9W0", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetStatusForWebcore); - LIB_FUNCTION("1FZBKy8HeNU", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutGetVblankStatus); - LIB_FUNCTION("UazrNFzZPRU", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("1FZBKy8HeNU", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetVblankStatus); + LIB_FUNCTION("UazrNFzZPRU", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutGetVideoOutModeByBusSpecifier_); - LIB_FUNCTION("KCijjig3lGo", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("KCijjig3lGo", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutHdmiMonitorInfoIsSupportedHdcpVersion_); - LIB_FUNCTION("WBZrUaQY+EU", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("WBZrUaQY+EU", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutHdmiMonitorInfoIsSupportedVideoOutMode_); - LIB_FUNCTION("zgXifHT9ErY", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutIsFlipPending); - LIB_FUNCTION("7ifZFxWJ9Q4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutLockBuffer); - LIB_FUNCTION("pjkDsgxli6c", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutModeSetAny_); - LIB_FUNCTION("Up36PTk687E", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutOpen); - LIB_FUNCTION("ZX7C79uOujU", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("zgXifHT9ErY", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutIsFlipPending); + LIB_FUNCTION("7ifZFxWJ9Q4", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutLockBuffer); + LIB_FUNCTION("pjkDsgxli6c", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutModeSetAny_); + LIB_FUNCTION("Up36PTk687E", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutOpen); + LIB_FUNCTION("ZX7C79uOujU", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutRazorAddCallback); - LIB_FUNCTION("hGcTks-qqIU", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("hGcTks-qqIU", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutRazorRecallCallbacks); - LIB_FUNCTION("zUDW7kIFclI", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("zUDW7kIFclI", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutRazorRemoveCallback); - LIB_FUNCTION("EJQifjOp8s4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("EJQifjOp8s4", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutRegisterBufferAttribute); - LIB_FUNCTION("w3BY+tAEiQY", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutRegisterBuffers); - LIB_FUNCTION("lCTCOogRbk0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("w3BY+tAEiQY", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutRegisterBuffers); + LIB_FUNCTION("lCTCOogRbk0", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutRegisterStereoBuffers); - LIB_FUNCTION("H8teLntGkWs", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutRemoveBuffer); - LIB_FUNCTION("zILy8t+5bPo", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("H8teLntGkWs", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutRemoveBuffer); + LIB_FUNCTION("zILy8t+5bPo", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSetBlankAfterResume); - LIB_FUNCTION("i6-sR91Wt-4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("i6-sR91Wt-4", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSetBufferAttribute); - LIB_FUNCTION("18NPivA-byc", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("18NPivA-byc", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSetDisplayEventPosition); - LIB_FUNCTION("CBiu4mCE1DA", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutSetFlipRate); - LIB_FUNCTION("emayD9LHYsc", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("CBiu4mCE1DA", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSetFlipRate); + LIB_FUNCTION("emayD9LHYsc", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSetGamutMetadata_); - LIB_FUNCTION("CxUz3nU06NE", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutSetToneMap_); - LIB_FUNCTION("MTxxrOCeSig", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("CxUz3nU06NE", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSetToneMap_); + LIB_FUNCTION("MTxxrOCeSig", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSetWindowModeMargins); - LIB_FUNCTION("IOdgHlCGU-k", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("IOdgHlCGU-k", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSubmitChangeBufferAttribute); - LIB_FUNCTION("j8xl+92A0q4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutSubmitEopFlip); - LIB_FUNCTION("U46NwOiJpys", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutSubmitFlip); - LIB_FUNCTION("X8FN-5Nk-yE", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("j8xl+92A0q4", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSubmitEopFlip); + LIB_FUNCTION("U46NwOiJpys", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSubmitFlip); + LIB_FUNCTION("X8FN-5Nk-yE", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysAddSetModeEvent); - LIB_FUNCTION("Ek+VR4lcJQI", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("Ek+VR4lcJQI", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysAddVblankEvent); - LIB_FUNCTION("dIb9LsrpkQM", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutSysClose); - LIB_FUNCTION("rBDEhJgMruY", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("dIb9LsrpkQM", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysClose); + LIB_FUNCTION("rBDEhJgMruY", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysConfigureOutputMode_); - LIB_FUNCTION("6L0-A5piudQ", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("6L0-A5piudQ", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysCursorDisable); - LIB_FUNCTION("xwhyGPZkW6w", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutSysCursorEnable); - LIB_FUNCTION("ekwMB-Ftq18", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("xwhyGPZkW6w", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysCursorEnable); + LIB_FUNCTION("ekwMB-Ftq18", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysCursorIsUpdatePending); - LIB_FUNCTION("+epU+rgObyw", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutSysCursorObtain); - LIB_FUNCTION("QSmT3attiVg", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("+epU+rgObyw", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysCursorObtain); + LIB_FUNCTION("QSmT3attiVg", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysCursorRelease); - LIB_FUNCTION("fZgBeiGqE+c", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("fZgBeiGqE+c", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysCursorSetPosition); - LIB_FUNCTION("iwsJdAZCg34", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("iwsJdAZCg34", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysDeleteVblankEvent); - LIB_FUNCTION("IpMhRnVgJUU", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("IpMhRnVgJUU", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysGetColorConversionStatus); - LIB_FUNCTION("lXHMAc9Xjzo", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("lXHMAc9Xjzo", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysGetCurrentOutputMode_); - LIB_FUNCTION("PYcZNLAIBnU", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("PYcZNLAIBnU", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysGetDeviceCapabilityInfoByBusSpecifier_); - LIB_FUNCTION("21sS8EU45cw", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("21sS8EU45cw", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysGetFlipStatus); - LIB_FUNCTION("vMLWuJckGv0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("vMLWuJckGv0", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysGetMonitorInfo_); - LIB_FUNCTION("1OUW163iM+4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("1OUW163iM+4", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysGetPortStatusInfo_); - LIB_FUNCTION("hmBBh-IJSzk", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("hmBBh-IJSzk", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysGetPortStatusInfoByBusSpecifier_); - LIB_FUNCTION("8XGijEoThE0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("8XGijEoThE0", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysGetResolutionStatus); - LIB_FUNCTION("d1AjT2uZJn0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("d1AjT2uZJn0", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysGetVblankStatus); - LIB_FUNCTION("mfxElr79O7Q", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("mfxElr79O7Q", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysIsSupportedByMonitorInfo_); - LIB_FUNCTION("E8C608-pFng", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutSysReadCrc); - LIB_FUNCTION("eBvoaLwfBBQ", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutSysReadCrc64); - LIB_FUNCTION("djc8fOzOXxk", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("E8C608-pFng", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysReadCrc); + LIB_FUNCTION("eBvoaLwfBBQ", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysReadCrc64); + LIB_FUNCTION("djc8fOzOXxk", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysResetAtGpuReset); - LIB_FUNCTION("H9FTtSJuK3Y", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("H9FTtSJuK3Y", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysResetZoomBuffers); - LIB_FUNCTION("2KW9VnPMWDQ", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("2KW9VnPMWDQ", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysSetBlackLevel); - LIB_FUNCTION("jvPer4hz+UU", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("jvPer4hz+UU", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysSetDcePipeMode); - LIB_FUNCTION("OOF0YO73GTA", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutSysSetDimmer); - LIB_FUNCTION("FZoCQTL8R04", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("OOF0YO73GTA", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysSetDimmer); + LIB_FUNCTION("FZoCQTL8R04", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysSetDisplayParameters); - LIB_FUNCTION("-2WA7vdSzbI", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("-2WA7vdSzbI", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysSetHdrScopeCallbacks); - LIB_FUNCTION("w4inP0fKuDI", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("w4inP0fKuDI", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysSetInvertedColors); - LIB_FUNCTION("+lbk8RnyvmE", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutSysSetOutputCsc); - LIB_FUNCTION("nMbAqI1ty8w", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("+lbk8RnyvmE", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysSetOutputCsc); + LIB_FUNCTION("nMbAqI1ty8w", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysSetOverscanRatio); - LIB_FUNCTION("e7pSAhCNrro", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("e7pSAhCNrro", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysSetRedirectFlip); - LIB_FUNCTION("fX9k++TzuQk", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("fX9k++TzuQk", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysSetZoomBuffers); - LIB_FUNCTION("dJo43e1jVoM", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("dJo43e1jVoM", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysSubmitSubWindowLayout); - LIB_FUNCTION("dtmPxxVErK0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("dtmPxxVErK0", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysUpdateDisplayParameter_); - LIB_FUNCTION("Jl91AhxKc0w", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("Jl91AhxKc0w", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysUpdatePrivilege); - LIB_FUNCTION("4G37EIMMD+Q", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("4G37EIMMD+Q", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysUpdateRenderingMode); - LIB_FUNCTION("XjqmNLGyLOg", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("XjqmNLGyLOg", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutSysUpdateScalerParameters); - LIB_FUNCTION("amghnA-Ev5s", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutUnlockBuffer); - LIB_FUNCTION("SRQSpP4QK5U", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("amghnA-Ev5s", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutUnlockBuffer); + LIB_FUNCTION("SRQSpP4QK5U", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutUnregisterBufferAttribute); - LIB_FUNCTION("N5KDtkIjjJ4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("N5KDtkIjjJ4", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutUnregisterBuffers); - LIB_FUNCTION("j6RaAUlaLv0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - sceVideoOutWaitVblank); - LIB_FUNCTION("Ek7XQBAkFYA", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - Func_124ED74010241580); - LIB_FUNCTION("JDjWoYVTvdk", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - Func_2438D6A18553BDD9); - LIB_FUNCTION("M4lTPTxoeN0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - Func_3389533D3C6878DD); - LIB_FUNCTION("P5a32OulZQk", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - Func_3F96B7D8EBA56509); - LIB_FUNCTION("lMkkEv4aaHY", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - Func_94C92412FE1A6876); - LIB_FUNCTION("oXrnSxFki+c", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - Func_A17AE74B11648BE7); - LIB_FUNCTION("vXMpe7Murfc", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - Func_BD73297BB32EADF7); - LIB_FUNCTION("wKJpFhCTrX0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - Func_C0A269161093AD7D); - LIB_FUNCTION("wZI4fmUJMlw", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - Func_C192387E6509325C); - LIB_FUNCTION("-5AIEU9+11g", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, - Func_FF9008114F7ED758); - LIB_FUNCTION("3xrSV8U0Hsg", "libSceVideoOutWindow2Pre400", 1, "libSceVideoOut", 0, 0, - Func_DF1AD257C5341EC8); - LIB_FUNCTION("+sXvR1JH9Aw", "libSceVideoOutRawEdid", 1, "libSceVideoOut", 0, 0, + LIB_FUNCTION("j6RaAUlaLv0", "libSceVideoOut", 1, "libSceVideoOut", sceVideoOutWaitVblank); + LIB_FUNCTION("Ek7XQBAkFYA", "libSceVideoOut", 1, "libSceVideoOut", Func_124ED74010241580); + LIB_FUNCTION("JDjWoYVTvdk", "libSceVideoOut", 1, "libSceVideoOut", Func_2438D6A18553BDD9); + LIB_FUNCTION("M4lTPTxoeN0", "libSceVideoOut", 1, "libSceVideoOut", Func_3389533D3C6878DD); + LIB_FUNCTION("P5a32OulZQk", "libSceVideoOut", 1, "libSceVideoOut", Func_3F96B7D8EBA56509); + LIB_FUNCTION("lMkkEv4aaHY", "libSceVideoOut", 1, "libSceVideoOut", Func_94C92412FE1A6876); + LIB_FUNCTION("oXrnSxFki+c", "libSceVideoOut", 1, "libSceVideoOut", Func_A17AE74B11648BE7); + LIB_FUNCTION("vXMpe7Murfc", "libSceVideoOut", 1, "libSceVideoOut", Func_BD73297BB32EADF7); + LIB_FUNCTION("wKJpFhCTrX0", "libSceVideoOut", 1, "libSceVideoOut", Func_C0A269161093AD7D); + LIB_FUNCTION("wZI4fmUJMlw", "libSceVideoOut", 1, "libSceVideoOut", Func_C192387E6509325C); + LIB_FUNCTION("-5AIEU9+11g", "libSceVideoOut", 1, "libSceVideoOut", Func_FF9008114F7ED758); + LIB_FUNCTION("twrSaoZ9cJs", "libSceVideoOutBaseMode4k", 1, "libSceVideoOut", + sceVideoOutAddBuffer4k2kPrivilege); + LIB_FUNCTION("8Lf4Fp1TxA0", "libSceVideoOutExtra", 1, "libSceVideoOut", + sceVideoOutAdjustColor2_); + LIB_FUNCTION("+sXvR1JH9Aw", "libSceVideoOutRawEdid", 1, "libSceVideoOut", sceVideoOutGetHdmiRawEdid_); - LIB_FUNCTION("h94Po2hoDZg", "libSceDbgVideoOutSub4k", 1, "libSceVideoOut", 0, 0, - Func_87DE0FA368680D98); - LIB_FUNCTION("v+CRSpiQyVM", "libSceDbgVideoOut", 1, "libSceVideoOut", 0, 0, - sceDbgVideoOutAddOutputModeVr60Privilege); - LIB_FUNCTION("0eZpG16I-Ps", "libSceDbgVideoOut", 1, "libSceVideoOut", 0, 0, - sceDbgVideoOutAddProcessAttribute); - LIB_FUNCTION("gI9jbGyrJZo", "libSceDbgVideoOut", 1, "libSceVideoOut", 0, 0, - sceDbgVideoOutRemoveProcessAttribute); + LIB_FUNCTION("VAlir52gpQI", "libSceVideoOutHdr", 1, "libSceVideoOut", + sceVideoOutAddBufferHdrPrivilege); + LIB_FUNCTION("3xrSV8U0Hsg", "libSceVideoOutWindow2Pre400", 1, "libSceVideoOut", + Func_DF1AD257C5341EC8); }; } // namespace Libraries::VideoOut \ No newline at end of file diff --git a/libraries/videoout.h b/libraries/videoout.h index b711e15..68c1c79 100644 --- a/libraries/videoout.h +++ b/libraries/videoout.h @@ -11,11 +11,13 @@ class SymbolsResolver; namespace Libraries::VideoOut { -s32 PS4_SYSV_ABI sceVideoOutAdjustColor2_(); -s32 PS4_SYSV_ABI sceVideoOutAddBuffer4k2kPrivilege(); -s32 PS4_SYSV_ABI sceVideoOutAddBufferHdrPrivilege(); +s32 PS4_SYSV_ABI sceDbgVideoOutAddOutputModeVr60Privilege(); +s32 PS4_SYSV_ABI sceDbgVideoOutAddProcessAttribute(); +s32 PS4_SYSV_ABI sceDbgVideoOutRemoveProcessAttribute(); s32 PS4_SYSV_ABI sceVideoOutAddBufferAnisoPrivilege(); +s32 PS4_SYSV_ABI Func_87DE0FA368680D98(); s32 PS4_SYSV_ABI sceVideoOutAddBuffer(); +s32 PS4_SYSV_ABI sceVideoOutAddBuffer4k2kPrivilege(); s32 PS4_SYSV_ABI sceVideoOutAddBufferYccPrivilege(); s32 PS4_SYSV_ABI sceVideoOutAddDisplayPositionEvent(); s32 PS4_SYSV_ABI sceVideoOutAddDriver(); @@ -155,12 +157,10 @@ s32 PS4_SYSV_ABI Func_BD73297BB32EADF7(); s32 PS4_SYSV_ABI Func_C0A269161093AD7D(); s32 PS4_SYSV_ABI Func_C192387E6509325C(); s32 PS4_SYSV_ABI Func_FF9008114F7ED758(); -s32 PS4_SYSV_ABI Func_DF1AD257C5341EC8(); +s32 PS4_SYSV_ABI sceVideoOutAdjustColor2_(); s32 PS4_SYSV_ABI sceVideoOutGetHdmiRawEdid_(); -s32 PS4_SYSV_ABI Func_87DE0FA368680D98(); -s32 PS4_SYSV_ABI sceDbgVideoOutAddOutputModeVr60Privilege(); -s32 PS4_SYSV_ABI sceDbgVideoOutAddProcessAttribute(); -s32 PS4_SYSV_ABI sceDbgVideoOutRemoveProcessAttribute(); +s32 PS4_SYSV_ABI sceVideoOutAddBufferHdrPrivilege(); +s32 PS4_SYSV_ABI Func_DF1AD257C5341EC8(); void RegisterLib(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::VideoOut \ No newline at end of file diff --git a/main.cpp b/main.cpp index 0406e07..97eadda 100644 --- a/main.cpp +++ b/main.cpp @@ -102,15 +102,11 @@ void GenerateCodeFiles( for (const auto& func : lib.second) { std::string nextLine = " LIB_FUNCTION(\"" + func.m_encoded_id + "\", \"" + lib.first + "\", " + std::to_string(func.m_libversion) + ", \"" + - moduleName + "\", " + std::to_string(func.m_version_major) + - ", " + std::to_string(func.m_version_minor) + ", " + - func.m_funcName + ");\n"; + moduleName + "\", " + func.m_funcName + ");\n"; if (nextLine.length() > MAXIMUM_LINE_LENGTH) { nextLine = " LIB_FUNCTION(\"" + func.m_encoded_id + "\", \"" + lib.first + "\", " + std::to_string(func.m_libversion) + ", \"" + moduleName + - "\", " + std::to_string(func.m_version_major) + ", " + - std::to_string(func.m_version_minor) + ",\n" + " " + - func.m_funcName + ");\n"; + "\",\n" + " " + func.m_funcName + ");\n"; } sourceCode += nextLine; }