From f3cf28ca6102d9e78db23ffb02729b47253ab72e Mon Sep 17 00:00:00 2001 From: Stephen Miller <56742918+StevenMiller123@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:36:00 -0600 Subject: [PATCH] Minor Fixes (#4) * Missing space * Update .gitignore * oops * Missed constant * Regenerate libs * Remove excess space * Regenerate * Swap int for s32 --- .gitignore | 420 +- .../cmakeFiles-v1-05776c48fd26e7dc0bca.json | 102 - .../reply/index-2025-01-11T03-44-32-0054.json | 132 - libraries/audioin.cpp | 142 +- libraries/audioin.h | 86 +- libraries/audioout.cpp | 178 +- libraries/audioout.h | 144 +- libraries/commondialog.cpp | 56 +- libraries/commondialog.h | 58 +- libraries/gamelivestreaming.cpp | 94 +- libraries/gamelivestreaming.h | 96 +- libraries/gnmdriver.cpp | 591 +- libraries/gnmdriver.h | 504 +- libraries/http.cpp | 434 +- libraries/http.h | 232 +- libraries/ime.cpp | 215 +- libraries/ime.h | 110 +- libraries/kernel.cpp | 4472 ++++----- libraries/kernel.h | 2100 ++-- libraries/libcinternal.cpp | 8730 +++++++++-------- libraries/libcinternal.h | 6052 ++++++------ libraries/msgdialog.cpp | 24 +- libraries/msgdialog.h | 22 +- libraries/net.cpp | 829 +- libraries/net.h | 440 +- libraries/netctl.cpp | 272 +- libraries/netctl.h | 188 +- libraries/npmanager.cpp | 1097 ++- libraries/npmanager.h | 1004 +- libraries/nptrophy.cpp | 186 +- libraries/nptrophy.h | 176 +- libraries/pad.cpp | 349 +- libraries/pad.h | 186 +- libraries/remoteplay.cpp | 84 +- libraries/remoteplay.h | 86 +- libraries/rtc.cpp | 182 +- libraries/rtc.h | 96 +- libraries/savedata.cpp | 246 +- libraries/savedata.h | 192 +- libraries/savedatadialog.cpp | 20 +- libraries/savedatadialog.h | 22 +- libraries/screenshot.cpp | 30 +- libraries/screenshot.h | 30 +- libraries/shareplay.cpp | 51 +- libraries/shareplay.h | 50 +- libraries/ssl.cpp | 792 +- libraries/ssl.h | 418 +- libraries/sysmodule.cpp | 32 +- libraries/sysmodule.h | 34 +- libraries/systemservice.cpp | 941 +- libraries/systemservice.h | 940 +- libraries/userservice.cpp | 846 +- libraries/userservice.h | 848 +- libraries/videodec.cpp | 22 +- libraries/videodec.h | 16 +- libraries/videoout.cpp | 355 +- libraries/videoout.h | 302 +- main.cpp | 14 +- 58 files changed, 18347 insertions(+), 18023 deletions(-) delete mode 100644 build/.cmake/api/v1/reply/cmakeFiles-v1-05776c48fd26e7dc0bca.json delete mode 100644 build/.cmake/api/v1/reply/index-2025-01-11T03-44-32-0054.json diff --git a/.gitignore b/.gitignore index 0145388..683f6f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,420 @@ -/.vs/* +# SPDX-FileCopyrightText: 2024 shadPS4 Emulator Project +# SPDX-License-Identifier: GPL-2.0-or-later + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ +[Bb]uild/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +.vscode/settings.json +.vscode/tasks.json +.vscode/launch.json +.vscode/extensions.json +*.code-workspace +/CMakeUserPresets.json +/compile_commands.json + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml +/shadPS4/game/* +/shadPS4/psf.txt +/tools/pkg extractor/game/* +/tools/pkg extractor/*.pkg +/shadPS4/shadps4.ini +/emulator/eboot.bin /out/* +/third-party/out/* +/src/common/scm_rev.cpp + +# for macOS +**/.DS_Store + +# JetBrains +.idea +cmake-build-* diff --git a/build/.cmake/api/v1/reply/cmakeFiles-v1-05776c48fd26e7dc0bca.json b/build/.cmake/api/v1/reply/cmakeFiles-v1-05776c48fd26e7dc0bca.json deleted file mode 100644 index 894bad7..0000000 --- a/build/.cmake/api/v1/reply/cmakeFiles-v1-05776c48fd26e7dc0bca.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "inputs" : - [ - { - "path" : "CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "build/CMakeFiles/3.28.3/CMakeSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/Platform/Linux-Initialize.cmake" - }, - { - "isGenerated" : true, - "path" : "build/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/CMakeGenericSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/Platform/Linux.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/Platform/UnixPaths.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/CMakeCXXInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/Compiler/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/Platform/Linux-GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/Platform/Linux-GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/usr/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake" - } - ], - "kind" : "cmakeFiles", - "paths" : - { - "build" : "/home/steve/Documents/GitHub/moduleGenerator/build", - "source" : "/home/steve/Documents/GitHub/moduleGenerator" - }, - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/build/.cmake/api/v1/reply/index-2025-01-11T03-44-32-0054.json b/build/.cmake/api/v1/reply/index-2025-01-11T03-44-32-0054.json deleted file mode 100644 index 0b6cbd3..0000000 --- a/build/.cmake/api/v1/reply/index-2025-01-11T03-44-32-0054.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/usr/bin/cmake", - "cpack" : "/usr/bin/cpack", - "ctest" : "/usr/bin/ctest", - "root" : "/usr/share/cmake-3.28" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 28, - "patch" : 3, - "string" : "3.28.3", - "suffix" : "" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-558cd6eccf4ecda1f349.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 6 - } - }, - { - "jsonFile" : "cache-v2-2b6ebb183fd3e9376e30.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-05776c48fd26e7dc0bca.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c53f300132ef10ed09e2.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "client-vscode" : - { - "query.json" : - { - "requests" : - [ - { - "kind" : "cache", - "version" : 2 - }, - { - "kind" : "codemodel", - "version" : 2 - }, - { - "kind" : "toolchains", - "version" : 1 - }, - { - "kind" : "cmakeFiles", - "version" : 1 - } - ], - "responses" : - [ - { - "jsonFile" : "cache-v2-2b6ebb183fd3e9376e30.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "codemodel-v2-558cd6eccf4ecda1f349.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 6 - } - }, - { - "jsonFile" : "toolchains-v1-c53f300132ef10ed09e2.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-05776c48fd26e7dc0bca.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ] - } - } - } -} diff --git a/libraries/audioin.cpp b/libraries/audioin.cpp index 80a8d59..ebbfaf8 100644 --- a/libraries/audioin.cpp +++ b/libraries/audioin.cpp @@ -8,212 +8,212 @@ namespace Libraries::AudioIn { -int PS4_SYSV_ABI sceAudioInChangeAppModuleState() { +s32 PS4_SYSV_ABI sceAudioInChangeAppModuleState() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInClose() { +s32 PS4_SYSV_ABI sceAudioInClose() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInCountPorts() { +s32 PS4_SYSV_ABI sceAudioInCountPorts() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInDeviceHqOpen() { +s32 PS4_SYSV_ABI sceAudioInDeviceHqOpen() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInDeviceIdHqOpen() { +s32 PS4_SYSV_ABI sceAudioInDeviceIdHqOpen() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInDeviceIdOpen() { +s32 PS4_SYSV_ABI sceAudioInDeviceIdOpen() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInDeviceOpen() { +s32 PS4_SYSV_ABI sceAudioInDeviceOpen() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInDeviceOpenEx() { +s32 PS4_SYSV_ABI sceAudioInDeviceOpenEx() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInExtClose() { +s32 PS4_SYSV_ABI sceAudioInExtClose() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInExtCtrl() { +s32 PS4_SYSV_ABI sceAudioInExtCtrl() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInExtInput() { +s32 PS4_SYSV_ABI sceAudioInExtInput() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInExtOpen() { +s32 PS4_SYSV_ABI sceAudioInExtOpen() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInExtSetAecMode() { +s32 PS4_SYSV_ABI sceAudioInExtSetAecMode() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInGetGain() { +s32 PS4_SYSV_ABI sceAudioInGetGain() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInGetHandleStatusInfo() { +s32 PS4_SYSV_ABI sceAudioInGetHandleStatusInfo() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInGetRerouteCount() { +s32 PS4_SYSV_ABI sceAudioInGetRerouteCount() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInGetSilentState() { +s32 PS4_SYSV_ABI sceAudioInGetSilentState() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInHqOpen() { +s32 PS4_SYSV_ABI sceAudioInHqOpen() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInHqOpenEx() { +s32 PS4_SYSV_ABI sceAudioInHqOpenEx() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInInit() { +s32 PS4_SYSV_ABI sceAudioInInit() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInInput() { +s32 PS4_SYSV_ABI sceAudioInInput() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInInputs() { +s32 PS4_SYSV_ABI sceAudioInInputs() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInIsSharedDevice() { +s32 PS4_SYSV_ABI sceAudioInIsSharedDevice() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInOpen() { +s32 PS4_SYSV_ABI sceAudioInOpen() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInOpenEx() { +s32 PS4_SYSV_ABI sceAudioInOpenEx() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetAllMute() { +s32 PS4_SYSV_ABI sceAudioInSetAllMute() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetCompressorPreGain() { +s32 PS4_SYSV_ABI sceAudioInSetCompressorPreGain() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetConnections() { +s32 PS4_SYSV_ABI sceAudioInSetConnections() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetConnectionsForUser() { +s32 PS4_SYSV_ABI sceAudioInSetConnectionsForUser() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetDevConnection() { +s32 PS4_SYSV_ABI sceAudioInSetDevConnection() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetFocusForUser() { +s32 PS4_SYSV_ABI sceAudioInSetFocusForUser() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetMode() { +s32 PS4_SYSV_ABI sceAudioInSetMode() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetMode2() { +s32 PS4_SYSV_ABI sceAudioInSetMode2() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetPortConnections() { +s32 PS4_SYSV_ABI sceAudioInSetPortConnections() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetPortStatuses() { +s32 PS4_SYSV_ABI sceAudioInSetPortStatuses() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetSparkParam() { +s32 PS4_SYSV_ABI sceAudioInSetSparkParam() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetSparkSideTone() { +s32 PS4_SYSV_ABI sceAudioInSetSparkSideTone() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetUsbGain() { +s32 PS4_SYSV_ABI sceAudioInSetUsbGain() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInSetUserMute() { +s32 PS4_SYSV_ABI sceAudioInSetUserMute() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInVmicCreate() { +s32 PS4_SYSV_ABI sceAudioInVmicCreate() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInVmicDestroy() { +s32 PS4_SYSV_ABI sceAudioInVmicDestroy() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioInVmicWrite() { +s32 PS4_SYSV_ABI sceAudioInVmicWrite() { LOG_ERROR(Lib_AudioIn, "(STUBBED) called"); return ORBIS_OK; } @@ -221,36 +221,37 @@ int PS4_SYSV_ABI sceAudioInVmicWrite() { void RegisterlibSceAudioIn(Core::Loader::SymbolsResolver* sym) { LIB_FUNCTION("IQtWgnrw6v8", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, 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("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("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, 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("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("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, sceAudioInSetCompressorPreGain); LIB_FUNCTION("YeBSNVAELe4", "libSceAudioIn", 1, "libSceAudioIn", 1, 1, @@ -261,20 +262,21 @@ void RegisterlibSceAudioIn(Core::Loader::SymbolsResolver* sym) { 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("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("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("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); }; } // namespace Libraries::AudioIn \ No newline at end of file diff --git a/libraries/audioin.h b/libraries/audioin.h index 205b901..4a88e51 100644 --- a/libraries/audioin.h +++ b/libraries/audioin.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,48 +11,48 @@ class SymbolsResolver; namespace Libraries::AudioIn { -int PS4_SYSV_ABI sceAudioInChangeAppModuleState(); -int PS4_SYSV_ABI sceAudioInClose(); -int PS4_SYSV_ABI sceAudioInCountPorts(); -int PS4_SYSV_ABI sceAudioInDeviceHqOpen(); -int PS4_SYSV_ABI sceAudioInDeviceIdHqOpen(); -int PS4_SYSV_ABI sceAudioInDeviceIdOpen(); -int PS4_SYSV_ABI sceAudioInDeviceOpen(); -int PS4_SYSV_ABI sceAudioInDeviceOpenEx(); -int PS4_SYSV_ABI sceAudioInExtClose(); -int PS4_SYSV_ABI sceAudioInExtCtrl(); -int PS4_SYSV_ABI sceAudioInExtInput(); -int PS4_SYSV_ABI sceAudioInExtOpen(); -int PS4_SYSV_ABI sceAudioInExtSetAecMode(); -int PS4_SYSV_ABI sceAudioInGetGain(); -int PS4_SYSV_ABI sceAudioInGetHandleStatusInfo(); -int PS4_SYSV_ABI sceAudioInGetRerouteCount(); -int PS4_SYSV_ABI sceAudioInGetSilentState(); -int PS4_SYSV_ABI sceAudioInHqOpen(); -int PS4_SYSV_ABI sceAudioInHqOpenEx(); -int PS4_SYSV_ABI sceAudioInInit(); -int PS4_SYSV_ABI sceAudioInInput(); -int PS4_SYSV_ABI sceAudioInInputs(); -int PS4_SYSV_ABI sceAudioInIsSharedDevice(); -int PS4_SYSV_ABI sceAudioInOpen(); -int PS4_SYSV_ABI sceAudioInOpenEx(); -int PS4_SYSV_ABI sceAudioInSetAllMute(); -int PS4_SYSV_ABI sceAudioInSetCompressorPreGain(); -int PS4_SYSV_ABI sceAudioInSetConnections(); -int PS4_SYSV_ABI sceAudioInSetConnectionsForUser(); -int PS4_SYSV_ABI sceAudioInSetDevConnection(); -int PS4_SYSV_ABI sceAudioInSetFocusForUser(); -int PS4_SYSV_ABI sceAudioInSetMode(); -int PS4_SYSV_ABI sceAudioInSetMode2(); -int PS4_SYSV_ABI sceAudioInSetPortConnections(); -int PS4_SYSV_ABI sceAudioInSetPortStatuses(); -int PS4_SYSV_ABI sceAudioInSetSparkParam(); -int PS4_SYSV_ABI sceAudioInSetSparkSideTone(); -int PS4_SYSV_ABI sceAudioInSetUsbGain(); -int PS4_SYSV_ABI sceAudioInSetUserMute(); -int PS4_SYSV_ABI sceAudioInVmicCreate(); -int PS4_SYSV_ABI sceAudioInVmicDestroy(); -int PS4_SYSV_ABI sceAudioInVmicWrite(); +s32 PS4_SYSV_ABI sceAudioInChangeAppModuleState(); +s32 PS4_SYSV_ABI sceAudioInClose(); +s32 PS4_SYSV_ABI sceAudioInCountPorts(); +s32 PS4_SYSV_ABI sceAudioInDeviceHqOpen(); +s32 PS4_SYSV_ABI sceAudioInDeviceIdHqOpen(); +s32 PS4_SYSV_ABI sceAudioInDeviceIdOpen(); +s32 PS4_SYSV_ABI sceAudioInDeviceOpen(); +s32 PS4_SYSV_ABI sceAudioInDeviceOpenEx(); +s32 PS4_SYSV_ABI sceAudioInExtClose(); +s32 PS4_SYSV_ABI sceAudioInExtCtrl(); +s32 PS4_SYSV_ABI sceAudioInExtInput(); +s32 PS4_SYSV_ABI sceAudioInExtOpen(); +s32 PS4_SYSV_ABI sceAudioInExtSetAecMode(); +s32 PS4_SYSV_ABI sceAudioInGetGain(); +s32 PS4_SYSV_ABI sceAudioInGetHandleStatusInfo(); +s32 PS4_SYSV_ABI sceAudioInGetRerouteCount(); +s32 PS4_SYSV_ABI sceAudioInGetSilentState(); +s32 PS4_SYSV_ABI sceAudioInHqOpen(); +s32 PS4_SYSV_ABI sceAudioInHqOpenEx(); +s32 PS4_SYSV_ABI sceAudioInInit(); +s32 PS4_SYSV_ABI sceAudioInInput(); +s32 PS4_SYSV_ABI sceAudioInInputs(); +s32 PS4_SYSV_ABI sceAudioInIsSharedDevice(); +s32 PS4_SYSV_ABI sceAudioInOpen(); +s32 PS4_SYSV_ABI sceAudioInOpenEx(); +s32 PS4_SYSV_ABI sceAudioInSetAllMute(); +s32 PS4_SYSV_ABI sceAudioInSetCompressorPreGain(); +s32 PS4_SYSV_ABI sceAudioInSetConnections(); +s32 PS4_SYSV_ABI sceAudioInSetConnectionsForUser(); +s32 PS4_SYSV_ABI sceAudioInSetDevConnection(); +s32 PS4_SYSV_ABI sceAudioInSetFocusForUser(); +s32 PS4_SYSV_ABI sceAudioInSetMode(); +s32 PS4_SYSV_ABI sceAudioInSetMode2(); +s32 PS4_SYSV_ABI sceAudioInSetPortConnections(); +s32 PS4_SYSV_ABI sceAudioInSetPortStatuses(); +s32 PS4_SYSV_ABI sceAudioInSetSparkParam(); +s32 PS4_SYSV_ABI sceAudioInSetSparkSideTone(); +s32 PS4_SYSV_ABI sceAudioInSetUsbGain(); +s32 PS4_SYSV_ABI sceAudioInSetUserMute(); +s32 PS4_SYSV_ABI sceAudioInVmicCreate(); +s32 PS4_SYSV_ABI sceAudioInVmicDestroy(); +s32 PS4_SYSV_ABI sceAudioInVmicWrite(); void RegisterlibSceAudioIn(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::AudioIn \ No newline at end of file diff --git a/libraries/audioout.cpp b/libraries/audioout.cpp index 6220684..42d1522 100644 --- a/libraries/audioout.cpp +++ b/libraries/audioout.cpp @@ -8,357 +8,357 @@ namespace Libraries::AudioOut { -int PS4_SYSV_ABI sceAudioOutSetSystemDebugState() { +s32 PS4_SYSV_ABI sceAudioOutSetSystemDebugState() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSparkControlSetEqCoef() { +s32 PS4_SYSV_ABI sceAudioOutSparkControlSetEqCoef() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutDeviceIdOpen() { +s32 PS4_SYSV_ABI sceAudioOutDeviceIdOpen() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutA3dControl() { +s32 PS4_SYSV_ABI sceAudioOutA3dControl() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutA3dExit() { +s32 PS4_SYSV_ABI sceAudioOutA3dExit() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutA3dInit() { +s32 PS4_SYSV_ABI sceAudioOutA3dInit() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutAttachToApplicationByPid() { +s32 PS4_SYSV_ABI sceAudioOutAttachToApplicationByPid() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutChangeAppModuleState() { +s32 PS4_SYSV_ABI sceAudioOutChangeAppModuleState() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutClose() { +s32 PS4_SYSV_ABI sceAudioOutClose() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutDetachFromApplicationByPid() { +s32 PS4_SYSV_ABI sceAudioOutDetachFromApplicationByPid() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutExConfigureOutputMode() { +s32 PS4_SYSV_ABI sceAudioOutExConfigureOutputMode() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutExGetSystemInfo() { +s32 PS4_SYSV_ABI sceAudioOutExGetSystemInfo() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutExPtClose() { +s32 PS4_SYSV_ABI sceAudioOutExPtClose() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutExPtGetLastOutputTime() { +s32 PS4_SYSV_ABI sceAudioOutExPtGetLastOutputTime() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutExPtOpen() { +s32 PS4_SYSV_ABI sceAudioOutExPtOpen() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutExSystemInfoIsSupportedAudioOutExMode() { +s32 PS4_SYSV_ABI sceAudioOutExSystemInfoIsSupportedAudioOutExMode() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutGetFocusEnablePid() { +s32 PS4_SYSV_ABI sceAudioOutGetFocusEnablePid() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutGetHandleStatusInfo() { +s32 PS4_SYSV_ABI sceAudioOutGetHandleStatusInfo() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutGetInfo() { +s32 PS4_SYSV_ABI sceAudioOutGetInfo() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutGetInfoOpenNum() { +s32 PS4_SYSV_ABI sceAudioOutGetInfoOpenNum() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutGetLastOutputTime() { +s32 PS4_SYSV_ABI sceAudioOutGetLastOutputTime() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutGetPortState() { +s32 PS4_SYSV_ABI sceAudioOutGetPortState() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutGetSimulatedBusUsableStatusByBusType() { +s32 PS4_SYSV_ABI sceAudioOutGetSimulatedBusUsableStatusByBusType() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutGetSimulatedHandleStatusInfo() { +s32 PS4_SYSV_ABI sceAudioOutGetSimulatedHandleStatusInfo() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutGetSimulatedHandleStatusInfo2() { +s32 PS4_SYSV_ABI sceAudioOutGetSimulatedHandleStatusInfo2() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutGetSparkVss() { +s32 PS4_SYSV_ABI sceAudioOutGetSparkVss() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutGetSystemState() { +s32 PS4_SYSV_ABI sceAudioOutGetSystemState() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutInit() { +s32 PS4_SYSV_ABI sceAudioOutInit() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutInitIpmiGetSession() { +s32 PS4_SYSV_ABI sceAudioOutInitIpmiGetSession() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutMasteringGetState() { +s32 PS4_SYSV_ABI sceAudioOutMasteringGetState() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutMasteringInit() { +s32 PS4_SYSV_ABI sceAudioOutMasteringInit() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutMasteringSetParam() { +s32 PS4_SYSV_ABI sceAudioOutMasteringSetParam() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutMasteringTerm() { +s32 PS4_SYSV_ABI sceAudioOutMasteringTerm() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutMbusInit() { +s32 PS4_SYSV_ABI sceAudioOutMbusInit() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutOpen() { +s32 PS4_SYSV_ABI sceAudioOutOpen() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutOpenEx() { +s32 PS4_SYSV_ABI sceAudioOutOpenEx() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutOutput() { +s32 PS4_SYSV_ABI sceAudioOutOutput() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutOutputs() { +s32 PS4_SYSV_ABI sceAudioOutOutputs() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutPtClose() { +s32 PS4_SYSV_ABI sceAudioOutPtClose() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutPtGetLastOutputTime() { +s32 PS4_SYSV_ABI sceAudioOutPtGetLastOutputTime() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutPtOpen() { +s32 PS4_SYSV_ABI sceAudioOutPtOpen() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetConnections() { +s32 PS4_SYSV_ABI sceAudioOutSetConnections() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetConnectionsForUser() { +s32 PS4_SYSV_ABI sceAudioOutSetConnectionsForUser() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetDevConnection() { +s32 PS4_SYSV_ABI sceAudioOutSetDevConnection() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetHeadphoneOutMode() { +s32 PS4_SYSV_ABI sceAudioOutSetHeadphoneOutMode() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetJediJackVolume() { +s32 PS4_SYSV_ABI sceAudioOutSetJediJackVolume() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetJediSpkVolume() { +s32 PS4_SYSV_ABI sceAudioOutSetJediSpkVolume() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetMainOutput() { +s32 PS4_SYSV_ABI sceAudioOutSetMainOutput() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetMixLevelPadSpk() { +s32 PS4_SYSV_ABI sceAudioOutSetMixLevelPadSpk() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetMorpheusParam() { +s32 PS4_SYSV_ABI sceAudioOutSetMorpheusParam() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetMorpheusWorkingMode() { +s32 PS4_SYSV_ABI sceAudioOutSetMorpheusWorkingMode() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetPortConnections() { +s32 PS4_SYSV_ABI sceAudioOutSetPortConnections() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetPortStatuses() { +s32 PS4_SYSV_ABI sceAudioOutSetPortStatuses() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetRecMode() { +s32 PS4_SYSV_ABI sceAudioOutSetRecMode() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetSparkParam() { +s32 PS4_SYSV_ABI sceAudioOutSetSparkParam() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetUsbVolume() { +s32 PS4_SYSV_ABI sceAudioOutSetUsbVolume() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetVolume() { +s32 PS4_SYSV_ABI sceAudioOutSetVolume() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSetVolumeDown() { +s32 PS4_SYSV_ABI sceAudioOutSetVolumeDown() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutStartAuxBroadcast() { +s32 PS4_SYSV_ABI sceAudioOutStartAuxBroadcast() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutStartSharePlay() { +s32 PS4_SYSV_ABI sceAudioOutStartSharePlay() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutStopAuxBroadcast() { +s32 PS4_SYSV_ABI sceAudioOutStopAuxBroadcast() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutStopSharePlay() { +s32 PS4_SYSV_ABI sceAudioOutStopSharePlay() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSuspendResume() { +s32 PS4_SYSV_ABI sceAudioOutSuspendResume() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSysConfigureOutputMode() { +s32 PS4_SYSV_ABI sceAudioOutSysConfigureOutputMode() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSysGetHdmiMonitorInfo() { +s32 PS4_SYSV_ABI sceAudioOutSysGetHdmiMonitorInfo() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSysGetSystemInfo() { +s32 PS4_SYSV_ABI sceAudioOutSysGetSystemInfo() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSysHdmiMonitorInfoIsSupportedAudioOutMode() { +s32 PS4_SYSV_ABI sceAudioOutSysHdmiMonitorInfoIsSupportedAudioOutMode() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSystemControlGet() { +s32 PS4_SYSV_ABI sceAudioOutSystemControlGet() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioOutSystemControlSet() { +s32 PS4_SYSV_ABI sceAudioOutSystemControlSet() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioDeviceControlGet() { +s32 PS4_SYSV_ABI sceAudioDeviceControlGet() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAudioDeviceControlSet() { +s32 PS4_SYSV_ABI sceAudioDeviceControlSet() { LOG_ERROR(Lib_AudioOut, "(STUBBED) called"); return ORBIS_OK; } @@ -370,31 +370,32 @@ void RegisterlibSceAudioOut(Core::Loader::SymbolsResolver* sym) { sceAudioOutSparkControlSetEqCoef); LIB_FUNCTION("cx2dYFbzIAg", "libSceAudioOutDeviceService", 1, "libSceAudioOut", 1, 1, 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("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, sceAudioOutAttachToApplicationByPid); LIB_FUNCTION("O3FM2WXIJaI", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutChangeAppModuleState); - LIB_FUNCTION("s1--uE9mBFw", "libSceAudioOut", 1, "libSceAudioOut", 1, 1,sceAudioOutClose); + LIB_FUNCTION("s1--uE9mBFw", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutClose); LIB_FUNCTION("ol4LbeTG8mc", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutDetachFromApplicationByPid); LIB_FUNCTION("r1V9IFEE+Ts", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutExConfigureOutputMode); LIB_FUNCTION("wZakRQsWGos", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutExGetSystemInfo); - LIB_FUNCTION("xjjhT5uw08o", "libSceAudioOut", 1, "libSceAudioOut", 1, 1,sceAudioOutExPtClose); + LIB_FUNCTION("xjjhT5uw08o", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutExPtClose); LIB_FUNCTION("DsST7TNsyfo", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutExPtGetLastOutputTime); - LIB_FUNCTION("4UlW3CSuCa4", "libSceAudioOut", 1, "libSceAudioOut", 1, 1,sceAudioOutExPtOpen); + LIB_FUNCTION("4UlW3CSuCa4", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutExPtOpen); LIB_FUNCTION("Xcj8VTtnZw0", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutExSystemInfoIsSupportedAudioOutExMode); LIB_FUNCTION("I3Fwcmkg5Po", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutGetFocusEnablePid); LIB_FUNCTION("Y3lXfCFEWFY", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutGetHandleStatusInfo); - LIB_FUNCTION("-00OAutAw+c", "libSceAudioOut", 1, "libSceAudioOut", 1, 1,sceAudioOutGetInfo); + 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, @@ -411,7 +412,7 @@ void RegisterlibSceAudioOut(Core::Loader::SymbolsResolver* sym) { sceAudioOutGetSparkVss); LIB_FUNCTION("R5hemoKKID8", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutGetSystemState); - LIB_FUNCTION("JfEPXVxhFqA", "libSceAudioOut", 1, "libSceAudioOut", 1, 1,sceAudioOutInit); + LIB_FUNCTION("JfEPXVxhFqA", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutInit); LIB_FUNCTION("n16Kdoxnvl0", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutInitIpmiGetSession); LIB_FUNCTION("r+qKw+ueD+Q", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, @@ -422,15 +423,15 @@ void RegisterlibSceAudioOut(Core::Loader::SymbolsResolver* sym) { 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("-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, sceAudioOutPtGetLastOutputTime); - LIB_FUNCTION("xyT8IUCL3CI", "libSceAudioOut", 1, "libSceAudioOut", 1, 1,sceAudioOutPtOpen); + 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, @@ -455,12 +456,13 @@ void RegisterlibSceAudioOut(Core::Loader::SymbolsResolver* sym) { sceAudioOutSetPortConnections); LIB_FUNCTION("oRBFflIrCg0", "libSceAudioOut", 1, "libSceAudioOut", 1, 1, sceAudioOutSetPortStatuses); - LIB_FUNCTION("ae-IVPMSWjU", "libSceAudioOut", 1, "libSceAudioOut", 1, 1,sceAudioOutSetRecMode); + 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("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, diff --git a/libraries/audioout.h b/libraries/audioout.h index e0f04fc..9aa2042 100644 --- a/libraries/audioout.h +++ b/libraries/audioout.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,77 +11,77 @@ class SymbolsResolver; namespace Libraries::AudioOut { -int PS4_SYSV_ABI sceAudioOutSetSystemDebugState(); -int PS4_SYSV_ABI sceAudioOutSparkControlSetEqCoef(); -int PS4_SYSV_ABI sceAudioOutDeviceIdOpen(); -int PS4_SYSV_ABI sceAudioOutA3dControl(); -int PS4_SYSV_ABI sceAudioOutA3dExit(); -int PS4_SYSV_ABI sceAudioOutA3dInit(); -int PS4_SYSV_ABI sceAudioOutAttachToApplicationByPid(); -int PS4_SYSV_ABI sceAudioOutChangeAppModuleState(); -int PS4_SYSV_ABI sceAudioOutClose(); -int PS4_SYSV_ABI sceAudioOutDetachFromApplicationByPid(); -int PS4_SYSV_ABI sceAudioOutExConfigureOutputMode(); -int PS4_SYSV_ABI sceAudioOutExGetSystemInfo(); -int PS4_SYSV_ABI sceAudioOutExPtClose(); -int PS4_SYSV_ABI sceAudioOutExPtGetLastOutputTime(); -int PS4_SYSV_ABI sceAudioOutExPtOpen(); -int PS4_SYSV_ABI sceAudioOutExSystemInfoIsSupportedAudioOutExMode(); -int PS4_SYSV_ABI sceAudioOutGetFocusEnablePid(); -int PS4_SYSV_ABI sceAudioOutGetHandleStatusInfo(); -int PS4_SYSV_ABI sceAudioOutGetInfo(); -int PS4_SYSV_ABI sceAudioOutGetInfoOpenNum(); -int PS4_SYSV_ABI sceAudioOutGetLastOutputTime(); -int PS4_SYSV_ABI sceAudioOutGetPortState(); -int PS4_SYSV_ABI sceAudioOutGetSimulatedBusUsableStatusByBusType(); -int PS4_SYSV_ABI sceAudioOutGetSimulatedHandleStatusInfo(); -int PS4_SYSV_ABI sceAudioOutGetSimulatedHandleStatusInfo2(); -int PS4_SYSV_ABI sceAudioOutGetSparkVss(); -int PS4_SYSV_ABI sceAudioOutGetSystemState(); -int PS4_SYSV_ABI sceAudioOutInit(); -int PS4_SYSV_ABI sceAudioOutInitIpmiGetSession(); -int PS4_SYSV_ABI sceAudioOutMasteringGetState(); -int PS4_SYSV_ABI sceAudioOutMasteringInit(); -int PS4_SYSV_ABI sceAudioOutMasteringSetParam(); -int PS4_SYSV_ABI sceAudioOutMasteringTerm(); -int PS4_SYSV_ABI sceAudioOutMbusInit(); -int PS4_SYSV_ABI sceAudioOutOpen(); -int PS4_SYSV_ABI sceAudioOutOpenEx(); -int PS4_SYSV_ABI sceAudioOutOutput(); -int PS4_SYSV_ABI sceAudioOutOutputs(); -int PS4_SYSV_ABI sceAudioOutPtClose(); -int PS4_SYSV_ABI sceAudioOutPtGetLastOutputTime(); -int PS4_SYSV_ABI sceAudioOutPtOpen(); -int PS4_SYSV_ABI sceAudioOutSetConnections(); -int PS4_SYSV_ABI sceAudioOutSetConnectionsForUser(); -int PS4_SYSV_ABI sceAudioOutSetDevConnection(); -int PS4_SYSV_ABI sceAudioOutSetHeadphoneOutMode(); -int PS4_SYSV_ABI sceAudioOutSetJediJackVolume(); -int PS4_SYSV_ABI sceAudioOutSetJediSpkVolume(); -int PS4_SYSV_ABI sceAudioOutSetMainOutput(); -int PS4_SYSV_ABI sceAudioOutSetMixLevelPadSpk(); -int PS4_SYSV_ABI sceAudioOutSetMorpheusParam(); -int PS4_SYSV_ABI sceAudioOutSetMorpheusWorkingMode(); -int PS4_SYSV_ABI sceAudioOutSetPortConnections(); -int PS4_SYSV_ABI sceAudioOutSetPortStatuses(); -int PS4_SYSV_ABI sceAudioOutSetRecMode(); -int PS4_SYSV_ABI sceAudioOutSetSparkParam(); -int PS4_SYSV_ABI sceAudioOutSetUsbVolume(); -int PS4_SYSV_ABI sceAudioOutSetVolume(); -int PS4_SYSV_ABI sceAudioOutSetVolumeDown(); -int PS4_SYSV_ABI sceAudioOutStartAuxBroadcast(); -int PS4_SYSV_ABI sceAudioOutStartSharePlay(); -int PS4_SYSV_ABI sceAudioOutStopAuxBroadcast(); -int PS4_SYSV_ABI sceAudioOutStopSharePlay(); -int PS4_SYSV_ABI sceAudioOutSuspendResume(); -int PS4_SYSV_ABI sceAudioOutSysConfigureOutputMode(); -int PS4_SYSV_ABI sceAudioOutSysGetHdmiMonitorInfo(); -int PS4_SYSV_ABI sceAudioOutSysGetSystemInfo(); -int PS4_SYSV_ABI sceAudioOutSysHdmiMonitorInfoIsSupportedAudioOutMode(); -int PS4_SYSV_ABI sceAudioOutSystemControlGet(); -int PS4_SYSV_ABI sceAudioOutSystemControlSet(); -int PS4_SYSV_ABI sceAudioDeviceControlGet(); -int PS4_SYSV_ABI sceAudioDeviceControlSet(); +s32 PS4_SYSV_ABI sceAudioOutSetSystemDebugState(); +s32 PS4_SYSV_ABI sceAudioOutSparkControlSetEqCoef(); +s32 PS4_SYSV_ABI sceAudioOutDeviceIdOpen(); +s32 PS4_SYSV_ABI sceAudioOutA3dControl(); +s32 PS4_SYSV_ABI sceAudioOutA3dExit(); +s32 PS4_SYSV_ABI sceAudioOutA3dInit(); +s32 PS4_SYSV_ABI sceAudioOutAttachToApplicationByPid(); +s32 PS4_SYSV_ABI sceAudioOutChangeAppModuleState(); +s32 PS4_SYSV_ABI sceAudioOutClose(); +s32 PS4_SYSV_ABI sceAudioOutDetachFromApplicationByPid(); +s32 PS4_SYSV_ABI sceAudioOutExConfigureOutputMode(); +s32 PS4_SYSV_ABI sceAudioOutExGetSystemInfo(); +s32 PS4_SYSV_ABI sceAudioOutExPtClose(); +s32 PS4_SYSV_ABI sceAudioOutExPtGetLastOutputTime(); +s32 PS4_SYSV_ABI sceAudioOutExPtOpen(); +s32 PS4_SYSV_ABI sceAudioOutExSystemInfoIsSupportedAudioOutExMode(); +s32 PS4_SYSV_ABI sceAudioOutGetFocusEnablePid(); +s32 PS4_SYSV_ABI sceAudioOutGetHandleStatusInfo(); +s32 PS4_SYSV_ABI sceAudioOutGetInfo(); +s32 PS4_SYSV_ABI sceAudioOutGetInfoOpenNum(); +s32 PS4_SYSV_ABI sceAudioOutGetLastOutputTime(); +s32 PS4_SYSV_ABI sceAudioOutGetPortState(); +s32 PS4_SYSV_ABI sceAudioOutGetSimulatedBusUsableStatusByBusType(); +s32 PS4_SYSV_ABI sceAudioOutGetSimulatedHandleStatusInfo(); +s32 PS4_SYSV_ABI sceAudioOutGetSimulatedHandleStatusInfo2(); +s32 PS4_SYSV_ABI sceAudioOutGetSparkVss(); +s32 PS4_SYSV_ABI sceAudioOutGetSystemState(); +s32 PS4_SYSV_ABI sceAudioOutInit(); +s32 PS4_SYSV_ABI sceAudioOutInitIpmiGetSession(); +s32 PS4_SYSV_ABI sceAudioOutMasteringGetState(); +s32 PS4_SYSV_ABI sceAudioOutMasteringInit(); +s32 PS4_SYSV_ABI sceAudioOutMasteringSetParam(); +s32 PS4_SYSV_ABI sceAudioOutMasteringTerm(); +s32 PS4_SYSV_ABI sceAudioOutMbusInit(); +s32 PS4_SYSV_ABI sceAudioOutOpen(); +s32 PS4_SYSV_ABI sceAudioOutOpenEx(); +s32 PS4_SYSV_ABI sceAudioOutOutput(); +s32 PS4_SYSV_ABI sceAudioOutOutputs(); +s32 PS4_SYSV_ABI sceAudioOutPtClose(); +s32 PS4_SYSV_ABI sceAudioOutPtGetLastOutputTime(); +s32 PS4_SYSV_ABI sceAudioOutPtOpen(); +s32 PS4_SYSV_ABI sceAudioOutSetConnections(); +s32 PS4_SYSV_ABI sceAudioOutSetConnectionsForUser(); +s32 PS4_SYSV_ABI sceAudioOutSetDevConnection(); +s32 PS4_SYSV_ABI sceAudioOutSetHeadphoneOutMode(); +s32 PS4_SYSV_ABI sceAudioOutSetJediJackVolume(); +s32 PS4_SYSV_ABI sceAudioOutSetJediSpkVolume(); +s32 PS4_SYSV_ABI sceAudioOutSetMainOutput(); +s32 PS4_SYSV_ABI sceAudioOutSetMixLevelPadSpk(); +s32 PS4_SYSV_ABI sceAudioOutSetMorpheusParam(); +s32 PS4_SYSV_ABI sceAudioOutSetMorpheusWorkingMode(); +s32 PS4_SYSV_ABI sceAudioOutSetPortConnections(); +s32 PS4_SYSV_ABI sceAudioOutSetPortStatuses(); +s32 PS4_SYSV_ABI sceAudioOutSetRecMode(); +s32 PS4_SYSV_ABI sceAudioOutSetSparkParam(); +s32 PS4_SYSV_ABI sceAudioOutSetUsbVolume(); +s32 PS4_SYSV_ABI sceAudioOutSetVolume(); +s32 PS4_SYSV_ABI sceAudioOutSetVolumeDown(); +s32 PS4_SYSV_ABI sceAudioOutStartAuxBroadcast(); +s32 PS4_SYSV_ABI sceAudioOutStartSharePlay(); +s32 PS4_SYSV_ABI sceAudioOutStopAuxBroadcast(); +s32 PS4_SYSV_ABI sceAudioOutStopSharePlay(); +s32 PS4_SYSV_ABI sceAudioOutSuspendResume(); +s32 PS4_SYSV_ABI sceAudioOutSysConfigureOutputMode(); +s32 PS4_SYSV_ABI sceAudioOutSysGetHdmiMonitorInfo(); +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(); void RegisterlibSceAudioOut(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::AudioOut \ No newline at end of file diff --git a/libraries/commondialog.cpp b/libraries/commondialog.cpp index e7f077d..7ee15f6 100644 --- a/libraries/commondialog.cpp +++ b/libraries/commondialog.cpp @@ -8,142 +8,142 @@ namespace Libraries::CommonDialog { -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil12getSelfAppIdEv() { +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil12getSelfAppIdEv() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6Client11closeModuleEv() { +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6Client11closeModuleEv() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6Client11updateStateEv() { +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6Client11updateStateEv() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6Client15launchCmnDialogEv() { +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6Client15launchCmnDialogEv() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6ClientD0Ev() { +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6ClientD0Ev() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6ClientD1Ev() { +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6ClientD1Ev() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6ClientD2Ev() { +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6ClientD2Ev() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client10isCloseReqEv() { +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client10isCloseReqEv() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client13getFinishDataEPvm() { +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client13getFinishDataEPvm() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client14getClientStateEv() { +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client14getClientStateEv() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client19isInitializedStatusEv() { +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client19isInitializedStatusEv() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client8getAppIdEv() { +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client8getAppIdEv() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client8isFinishEv() { +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client8isFinishEv() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client9getResultEv() { +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client9getResultEv() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN3sce16CommonDialogUtil6ClientE() { +s32 PS4_SYSV_ABI _ZTVN3sce16CommonDialogUtil6ClientE() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCommonDialogInitialize() { +s32 PS4_SYSV_ABI sceCommonDialogInitialize() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCommonDialogIsUsed() { +s32 PS4_SYSV_ABI sceCommonDialogIsUsed() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_0FF577E4E8457883() { +s32 PS4_SYSV_ABI Func_0FF577E4E8457883() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_41716C2CE379416C() { +s32 PS4_SYSV_ABI Func_41716C2CE379416C() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_483A427D8F6E0748() { +s32 PS4_SYSV_ABI Func_483A427D8F6E0748() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_6944B83E02727BDF() { +s32 PS4_SYSV_ABI Func_6944B83E02727BDF() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_69F2DD23A8B4950C() { +s32 PS4_SYSV_ABI Func_69F2DD23A8B4950C() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_9954673DEAC170AD() { +s32 PS4_SYSV_ABI Func_9954673DEAC170AD() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_A7D4D3AB86CB7455() { +s32 PS4_SYSV_ABI Func_A7D4D3AB86CB7455() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_ADE4C51256B8350C() { +s32 PS4_SYSV_ABI Func_ADE4C51256B8350C() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_B71349CF15FACAB0() { +s32 PS4_SYSV_ABI Func_B71349CF15FACAB0() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_CB18E00EFA946C64() { +s32 PS4_SYSV_ABI Func_CB18E00EFA946C64() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_F2AEE270605622B0() { +s32 PS4_SYSV_ABI Func_F2AEE270605622B0() { LOG_ERROR(Lib_CommonDialog, "(STUBBED) called"); return ORBIS_OK; } diff --git a/libraries/commondialog.h b/libraries/commondialog.h index 9b665e7..d5c4b97 100644 --- a/libraries/commondialog.h +++ b/libraries/commondialog.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,34 +11,34 @@ class SymbolsResolver; namespace Libraries::CommonDialog { -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil12getSelfAppIdEv(); -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6Client11closeModuleEv(); -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6Client11updateStateEv(); -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6Client15launchCmnDialogEv(); -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6ClientD0Ev(); -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6ClientD1Ev(); -int PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6ClientD2Ev(); -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client10isCloseReqEv(); -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client13getFinishDataEPvm(); -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client14getClientStateEv(); -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client19isInitializedStatusEv(); -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client8getAppIdEv(); -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client8isFinishEv(); -int PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client9getResultEv(); -int PS4_SYSV_ABI _ZTVN3sce16CommonDialogUtil6ClientE(); -int PS4_SYSV_ABI sceCommonDialogInitialize(); -int PS4_SYSV_ABI sceCommonDialogIsUsed(); -int PS4_SYSV_ABI Func_0FF577E4E8457883(); -int PS4_SYSV_ABI Func_41716C2CE379416C(); -int PS4_SYSV_ABI Func_483A427D8F6E0748(); -int PS4_SYSV_ABI Func_6944B83E02727BDF(); -int PS4_SYSV_ABI Func_69F2DD23A8B4950C(); -int PS4_SYSV_ABI Func_9954673DEAC170AD(); -int PS4_SYSV_ABI Func_A7D4D3AB86CB7455(); -int PS4_SYSV_ABI Func_ADE4C51256B8350C(); -int PS4_SYSV_ABI Func_B71349CF15FACAB0(); -int PS4_SYSV_ABI Func_CB18E00EFA946C64(); -int PS4_SYSV_ABI Func_F2AEE270605622B0(); +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil12getSelfAppIdEv(); +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6Client11closeModuleEv(); +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6Client11updateStateEv(); +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6Client15launchCmnDialogEv(); +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6ClientD0Ev(); +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6ClientD1Ev(); +s32 PS4_SYSV_ABI _ZN3sce16CommonDialogUtil6ClientD2Ev(); +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client10isCloseReqEv(); +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client13getFinishDataEPvm(); +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client14getClientStateEv(); +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client19isInitializedStatusEv(); +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client8getAppIdEv(); +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client8isFinishEv(); +s32 PS4_SYSV_ABI _ZNK3sce16CommonDialogUtil6Client9getResultEv(); +s32 PS4_SYSV_ABI _ZTVN3sce16CommonDialogUtil6ClientE(); +s32 PS4_SYSV_ABI sceCommonDialogInitialize(); +s32 PS4_SYSV_ABI sceCommonDialogIsUsed(); +s32 PS4_SYSV_ABI Func_0FF577E4E8457883(); +s32 PS4_SYSV_ABI Func_41716C2CE379416C(); +s32 PS4_SYSV_ABI Func_483A427D8F6E0748(); +s32 PS4_SYSV_ABI Func_6944B83E02727BDF(); +s32 PS4_SYSV_ABI Func_69F2DD23A8B4950C(); +s32 PS4_SYSV_ABI Func_9954673DEAC170AD(); +s32 PS4_SYSV_ABI Func_A7D4D3AB86CB7455(); +s32 PS4_SYSV_ABI Func_ADE4C51256B8350C(); +s32 PS4_SYSV_ABI Func_B71349CF15FACAB0(); +s32 PS4_SYSV_ABI Func_CB18E00EFA946C64(); +s32 PS4_SYSV_ABI Func_F2AEE270605622B0(); void RegisterlibSceCommonDialog(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::CommonDialog \ No newline at end of file diff --git a/libraries/gamelivestreaming.cpp b/libraries/gamelivestreaming.cpp index 634556a..613461f 100644 --- a/libraries/gamelivestreaming.cpp +++ b/libraries/gamelivestreaming.cpp @@ -8,237 +8,237 @@ namespace Libraries::GameLiveStreaming { -int PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus() { +s32 PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingLaunchLiveViewer() { +s32 PS4_SYSV_ABI sceGameLiveStreamingLaunchLiveViewer() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingStartDebugBroadcast() { +s32 PS4_SYSV_ABI sceGameLiveStreamingStartDebugBroadcast() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingStopDebugBroadcast() { +s32 PS4_SYSV_ABI sceGameLiveStreamingStopDebugBroadcast() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingApplySocialFeedbackMessageFilter() { +s32 PS4_SYSV_ABI sceGameLiveStreamingApplySocialFeedbackMessageFilter() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingCheckCallback() { +s32 PS4_SYSV_ABI sceGameLiveStreamingCheckCallback() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingClearPresetSocialFeedbackCommands() { +s32 PS4_SYSV_ABI sceGameLiveStreamingClearPresetSocialFeedbackCommands() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingClearSocialFeedbackMessages() { +s32 PS4_SYSV_ABI sceGameLiveStreamingClearSocialFeedbackMessages() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingClearSpoilerTag() { +s32 PS4_SYSV_ABI sceGameLiveStreamingClearSpoilerTag() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingEnableLiveStreaming() { +s32 PS4_SYSV_ABI sceGameLiveStreamingEnableLiveStreaming() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingEnableSocialFeedback() { +s32 PS4_SYSV_ABI sceGameLiveStreamingEnableSocialFeedback() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingGetCurrentBroadcastScreenLayout() { +s32 PS4_SYSV_ABI sceGameLiveStreamingGetCurrentBroadcastScreenLayout() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus2() { +s32 PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus2() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingGetProgramInfo() { +s32 PS4_SYSV_ABI sceGameLiveStreamingGetProgramInfo() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingGetSocialFeedbackMessages() { +s32 PS4_SYSV_ABI sceGameLiveStreamingGetSocialFeedbackMessages() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingGetSocialFeedbackMessagesCount() { +s32 PS4_SYSV_ABI sceGameLiveStreamingGetSocialFeedbackMessagesCount() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingInitialize() { +s32 PS4_SYSV_ABI sceGameLiveStreamingInitialize() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingLaunchLiveViewerA() { +s32 PS4_SYSV_ABI sceGameLiveStreamingLaunchLiveViewerA() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingPermitLiveStreaming() { +s32 PS4_SYSV_ABI sceGameLiveStreamingPermitLiveStreaming() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingPermitServerSideRecording() { +s32 PS4_SYSV_ABI sceGameLiveStreamingPermitServerSideRecording() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingPostSocialMessage() { +s32 PS4_SYSV_ABI sceGameLiveStreamingPostSocialMessage() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingRegisterCallback() { +s32 PS4_SYSV_ABI sceGameLiveStreamingRegisterCallback() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingScreenCloseSeparateMode() { +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenCloseSeparateMode() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingScreenConfigureSeparateMode() { +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenConfigureSeparateMode() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingScreenInitialize() { +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenInitialize() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingScreenInitializeSeparateModeParameter() { +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenInitializeSeparateModeParameter() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingScreenOpenSeparateMode() { +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenOpenSeparateMode() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingScreenSetMode() { +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenSetMode() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingScreenTerminate() { +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenTerminate() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingSetCameraFrameSetting() { +s32 PS4_SYSV_ABI sceGameLiveStreamingSetCameraFrameSetting() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingSetDefaultServiceProviderPermission() { +s32 PS4_SYSV_ABI sceGameLiveStreamingSetDefaultServiceProviderPermission() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingSetGuardAreas() { +s32 PS4_SYSV_ABI sceGameLiveStreamingSetGuardAreas() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingSetInvitationSessionId() { +s32 PS4_SYSV_ABI sceGameLiveStreamingSetInvitationSessionId() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingSetLinkCommentPreset() { +s32 PS4_SYSV_ABI sceGameLiveStreamingSetLinkCommentPreset() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingSetMaxBitrate() { +s32 PS4_SYSV_ABI sceGameLiveStreamingSetMaxBitrate() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingSetMetadata() { +s32 PS4_SYSV_ABI sceGameLiveStreamingSetMetadata() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingSetPresetSocialFeedbackCommands() { +s32 PS4_SYSV_ABI sceGameLiveStreamingSetPresetSocialFeedbackCommands() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingSetPresetSocialFeedbackCommandsDescription() { +s32 PS4_SYSV_ABI sceGameLiveStreamingSetPresetSocialFeedbackCommandsDescription() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingSetServiceProviderPermission() { +s32 PS4_SYSV_ABI sceGameLiveStreamingSetServiceProviderPermission() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingSetSpoilerTag() { +s32 PS4_SYSV_ABI sceGameLiveStreamingSetSpoilerTag() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingSetStandbyScreenResource() { +s32 PS4_SYSV_ABI sceGameLiveStreamingSetStandbyScreenResource() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingStartGenerateStandbyScreenResource() { +s32 PS4_SYSV_ABI sceGameLiveStreamingStartGenerateStandbyScreenResource() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingStartSocialFeedbackMessageFiltering() { +s32 PS4_SYSV_ABI sceGameLiveStreamingStartSocialFeedbackMessageFiltering() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingStopGenerateStandbyScreenResource() { +s32 PS4_SYSV_ABI sceGameLiveStreamingStopGenerateStandbyScreenResource() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingStopSocialFeedbackMessageFiltering() { +s32 PS4_SYSV_ABI sceGameLiveStreamingStopSocialFeedbackMessageFiltering() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingTerminate() { +s32 PS4_SYSV_ABI sceGameLiveStreamingTerminate() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGameLiveStreamingUnregisterCallback() { +s32 PS4_SYSV_ABI sceGameLiveStreamingUnregisterCallback() { LOG_ERROR(Lib_GameLiveStreaming, "(STUBBED) called"); return ORBIS_OK; } diff --git a/libraries/gamelivestreaming.h b/libraries/gamelivestreaming.h index ec05732..7098f05 100644 --- a/libraries/gamelivestreaming.h +++ b/libraries/gamelivestreaming.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,53 +11,53 @@ class SymbolsResolver; namespace Libraries::GameLiveStreaming { -int PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus(); -int PS4_SYSV_ABI sceGameLiveStreamingLaunchLiveViewer(); -int PS4_SYSV_ABI sceGameLiveStreamingStartDebugBroadcast(); -int PS4_SYSV_ABI sceGameLiveStreamingStopDebugBroadcast(); -int PS4_SYSV_ABI sceGameLiveStreamingApplySocialFeedbackMessageFilter(); -int PS4_SYSV_ABI sceGameLiveStreamingCheckCallback(); -int PS4_SYSV_ABI sceGameLiveStreamingClearPresetSocialFeedbackCommands(); -int PS4_SYSV_ABI sceGameLiveStreamingClearSocialFeedbackMessages(); -int PS4_SYSV_ABI sceGameLiveStreamingClearSpoilerTag(); -int PS4_SYSV_ABI sceGameLiveStreamingEnableLiveStreaming(); -int PS4_SYSV_ABI sceGameLiveStreamingEnableSocialFeedback(); -int PS4_SYSV_ABI sceGameLiveStreamingGetCurrentBroadcastScreenLayout(); -int PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus2(); -int PS4_SYSV_ABI sceGameLiveStreamingGetProgramInfo(); -int PS4_SYSV_ABI sceGameLiveStreamingGetSocialFeedbackMessages(); -int PS4_SYSV_ABI sceGameLiveStreamingGetSocialFeedbackMessagesCount(); -int PS4_SYSV_ABI sceGameLiveStreamingInitialize(); -int PS4_SYSV_ABI sceGameLiveStreamingLaunchLiveViewerA(); -int PS4_SYSV_ABI sceGameLiveStreamingPermitLiveStreaming(); -int PS4_SYSV_ABI sceGameLiveStreamingPermitServerSideRecording(); -int PS4_SYSV_ABI sceGameLiveStreamingPostSocialMessage(); -int PS4_SYSV_ABI sceGameLiveStreamingRegisterCallback(); -int PS4_SYSV_ABI sceGameLiveStreamingScreenCloseSeparateMode(); -int PS4_SYSV_ABI sceGameLiveStreamingScreenConfigureSeparateMode(); -int PS4_SYSV_ABI sceGameLiveStreamingScreenInitialize(); -int PS4_SYSV_ABI sceGameLiveStreamingScreenInitializeSeparateModeParameter(); -int PS4_SYSV_ABI sceGameLiveStreamingScreenOpenSeparateMode(); -int PS4_SYSV_ABI sceGameLiveStreamingScreenSetMode(); -int PS4_SYSV_ABI sceGameLiveStreamingScreenTerminate(); -int PS4_SYSV_ABI sceGameLiveStreamingSetCameraFrameSetting(); -int PS4_SYSV_ABI sceGameLiveStreamingSetDefaultServiceProviderPermission(); -int PS4_SYSV_ABI sceGameLiveStreamingSetGuardAreas(); -int PS4_SYSV_ABI sceGameLiveStreamingSetInvitationSessionId(); -int PS4_SYSV_ABI sceGameLiveStreamingSetLinkCommentPreset(); -int PS4_SYSV_ABI sceGameLiveStreamingSetMaxBitrate(); -int PS4_SYSV_ABI sceGameLiveStreamingSetMetadata(); -int PS4_SYSV_ABI sceGameLiveStreamingSetPresetSocialFeedbackCommands(); -int PS4_SYSV_ABI sceGameLiveStreamingSetPresetSocialFeedbackCommandsDescription(); -int PS4_SYSV_ABI sceGameLiveStreamingSetServiceProviderPermission(); -int PS4_SYSV_ABI sceGameLiveStreamingSetSpoilerTag(); -int PS4_SYSV_ABI sceGameLiveStreamingSetStandbyScreenResource(); -int PS4_SYSV_ABI sceGameLiveStreamingStartGenerateStandbyScreenResource(); -int PS4_SYSV_ABI sceGameLiveStreamingStartSocialFeedbackMessageFiltering(); -int PS4_SYSV_ABI sceGameLiveStreamingStopGenerateStandbyScreenResource(); -int PS4_SYSV_ABI sceGameLiveStreamingStopSocialFeedbackMessageFiltering(); -int PS4_SYSV_ABI sceGameLiveStreamingTerminate(); -int PS4_SYSV_ABI sceGameLiveStreamingUnregisterCallback(); +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(); +s32 PS4_SYSV_ABI sceGameLiveStreamingCheckCallback(); +s32 PS4_SYSV_ABI sceGameLiveStreamingClearPresetSocialFeedbackCommands(); +s32 PS4_SYSV_ABI sceGameLiveStreamingClearSocialFeedbackMessages(); +s32 PS4_SYSV_ABI sceGameLiveStreamingClearSpoilerTag(); +s32 PS4_SYSV_ABI sceGameLiveStreamingEnableLiveStreaming(); +s32 PS4_SYSV_ABI sceGameLiveStreamingEnableSocialFeedback(); +s32 PS4_SYSV_ABI sceGameLiveStreamingGetCurrentBroadcastScreenLayout(); +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 sceGameLiveStreamingLaunchLiveViewerA(); +s32 PS4_SYSV_ABI sceGameLiveStreamingPermitLiveStreaming(); +s32 PS4_SYSV_ABI sceGameLiveStreamingPermitServerSideRecording(); +s32 PS4_SYSV_ABI sceGameLiveStreamingPostSocialMessage(); +s32 PS4_SYSV_ABI sceGameLiveStreamingRegisterCallback(); +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenCloseSeparateMode(); +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenConfigureSeparateMode(); +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenInitialize(); +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenInitializeSeparateModeParameter(); +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenOpenSeparateMode(); +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenSetMode(); +s32 PS4_SYSV_ABI sceGameLiveStreamingScreenTerminate(); +s32 PS4_SYSV_ABI sceGameLiveStreamingSetCameraFrameSetting(); +s32 PS4_SYSV_ABI sceGameLiveStreamingSetDefaultServiceProviderPermission(); +s32 PS4_SYSV_ABI sceGameLiveStreamingSetGuardAreas(); +s32 PS4_SYSV_ABI sceGameLiveStreamingSetInvitationSessionId(); +s32 PS4_SYSV_ABI sceGameLiveStreamingSetLinkCommentPreset(); +s32 PS4_SYSV_ABI sceGameLiveStreamingSetMaxBitrate(); +s32 PS4_SYSV_ABI sceGameLiveStreamingSetMetadata(); +s32 PS4_SYSV_ABI sceGameLiveStreamingSetPresetSocialFeedbackCommands(); +s32 PS4_SYSV_ABI sceGameLiveStreamingSetPresetSocialFeedbackCommandsDescription(); +s32 PS4_SYSV_ABI sceGameLiveStreamingSetServiceProviderPermission(); +s32 PS4_SYSV_ABI sceGameLiveStreamingSetSpoilerTag(); +s32 PS4_SYSV_ABI sceGameLiveStreamingSetStandbyScreenResource(); +s32 PS4_SYSV_ABI sceGameLiveStreamingStartGenerateStandbyScreenResource(); +s32 PS4_SYSV_ABI sceGameLiveStreamingStartSocialFeedbackMessageFiltering(); +s32 PS4_SYSV_ABI sceGameLiveStreamingStopGenerateStandbyScreenResource(); +s32 PS4_SYSV_ABI sceGameLiveStreamingStopSocialFeedbackMessageFiltering(); +s32 PS4_SYSV_ABI sceGameLiveStreamingTerminate(); +s32 PS4_SYSV_ABI sceGameLiveStreamingUnregisterCallback(); void RegisterlibSceGameLiveStreaming(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::GameLiveStreaming \ No newline at end of file diff --git a/libraries/gnmdriver.cpp b/libraries/gnmdriver.cpp index e453c4d..c77d5f8 100644 --- a/libraries/gnmdriver.cpp +++ b/libraries/gnmdriver.cpp @@ -8,1257 +8,1257 @@ namespace Libraries::GnmDriver { -int PS4_SYSV_ABI Func_4774D83BB4DDBF9A() { +s32 PS4_SYSV_ABI Func_4774D83BB4DDBF9A() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_BADE7B4C199140DD() { +s32 PS4_SYSV_ABI Func_BADE7B4C199140DD() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetGpuCoreClockFrequency() { +s32 PS4_SYSV_ABI sceGnmGetGpuCoreClockFrequency() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmFindResources() { +s32 PS4_SYSV_ABI sceGnmFindResources() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetResourceRegistrationBuffers() { +s32 PS4_SYSV_ABI sceGnmGetResourceRegistrationBuffers() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmRegisterOwnerForSystem() { +s32 PS4_SYSV_ABI sceGnmRegisterOwnerForSystem() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_1C43886B16EE5530() { +s32 PS4_SYSV_ABI Func_1C43886B16EE5530() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_81037019ECCD0E01() { +s32 PS4_SYSV_ABI Func_81037019ECCD0E01() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_BFB41C057478F0BF() { +s32 PS4_SYSV_ABI Func_BFB41C057478F0BF() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_E51D44DB8151238C() { +s32 PS4_SYSV_ABI Func_E51D44DB8151238C() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_F916890425496553() { +s32 PS4_SYSV_ABI Func_F916890425496553() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalCommand() { +s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalCommand() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalSize() { +s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalSize() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmAddEqEvent() { +s32 PS4_SYSV_ABI sceGnmAddEqEvent() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmAreSubmitsAllowed() { +s32 PS4_SYSV_ABI sceGnmAreSubmitsAllowed() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmBeginWorkload() { +s32 PS4_SYSV_ABI sceGnmBeginWorkload() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmComputeWaitOnAddress() { +s32 PS4_SYSV_ABI sceGnmComputeWaitOnAddress() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmComputeWaitSemaphore() { +s32 PS4_SYSV_ABI sceGnmComputeWaitSemaphore() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmCreateWorkloadStream() { +s32 PS4_SYSV_ABI sceGnmCreateWorkloadStream() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDebuggerGetAddressWatch() { +s32 PS4_SYSV_ABI sceGnmDebuggerGetAddressWatch() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDebuggerHaltWavefront() { +s32 PS4_SYSV_ABI sceGnmDebuggerHaltWavefront() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDebuggerReadGds() { +s32 PS4_SYSV_ABI sceGnmDebuggerReadGds() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDebuggerReadSqIndirectRegister() { +s32 PS4_SYSV_ABI sceGnmDebuggerReadSqIndirectRegister() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDebuggerResumeWavefront() { +s32 PS4_SYSV_ABI sceGnmDebuggerResumeWavefront() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDebuggerResumeWavefrontCreation() { +s32 PS4_SYSV_ABI sceGnmDebuggerResumeWavefrontCreation() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDebuggerSetAddressWatch() { +s32 PS4_SYSV_ABI sceGnmDebuggerSetAddressWatch() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDebuggerWriteGds() { +s32 PS4_SYSV_ABI sceGnmDebuggerWriteGds() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDebuggerWriteSqIndirectRegister() { +s32 PS4_SYSV_ABI sceGnmDebuggerWriteSqIndirectRegister() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDebugHardwareStatus() { +s32 PS4_SYSV_ABI sceGnmDebugHardwareStatus() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDeleteEqEvent() { +s32 PS4_SYSV_ABI sceGnmDeleteEqEvent() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDestroyWorkloadStream() { +s32 PS4_SYSV_ABI sceGnmDestroyWorkloadStream() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDingDong() { +s32 PS4_SYSV_ABI sceGnmDingDong() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDingDongForWorkload() { +s32 PS4_SYSV_ABI sceGnmDingDongForWorkload() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDisableMipStatsReport() { +s32 PS4_SYSV_ABI sceGnmDisableMipStatsReport() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDispatchDirect() { +s32 PS4_SYSV_ABI sceGnmDispatchDirect() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDispatchIndirect() { +s32 PS4_SYSV_ABI sceGnmDispatchIndirect() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDispatchIndirectOnMec() { +s32 PS4_SYSV_ABI sceGnmDispatchIndirectOnMec() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDispatchInitDefaultHardwareState() { +s32 PS4_SYSV_ABI sceGnmDispatchInitDefaultHardwareState() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawIndex() { +s32 PS4_SYSV_ABI sceGnmDrawIndex() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawIndexAuto() { +s32 PS4_SYSV_ABI sceGnmDrawIndexAuto() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawIndexIndirect() { +s32 PS4_SYSV_ABI sceGnmDrawIndexIndirect() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawIndexIndirectCountMulti() { +s32 PS4_SYSV_ABI sceGnmDrawIndexIndirectCountMulti() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawIndexIndirectMulti() { +s32 PS4_SYSV_ABI sceGnmDrawIndexIndirectMulti() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawIndexMultiInstanced() { +s32 PS4_SYSV_ABI sceGnmDrawIndexMultiInstanced() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawIndexOffset() { +s32 PS4_SYSV_ABI sceGnmDrawIndexOffset() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawIndirect() { +s32 PS4_SYSV_ABI sceGnmDrawIndirect() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawIndirectCountMulti() { +s32 PS4_SYSV_ABI sceGnmDrawIndirectCountMulti() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawIndirectMulti() { +s32 PS4_SYSV_ABI sceGnmDrawIndirectMulti() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState() { +s32 PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState175() { +s32 PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState175() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState200() { +s32 PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState200() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState350() { +s32 PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState350() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawInitToDefaultContextState() { +s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextState() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawInitToDefaultContextState400() { +s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextState400() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDrawOpaqueAuto() { +s32 PS4_SYSV_ABI sceGnmDrawOpaqueAuto() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDriverCaptureInProgress() { +s32 PS4_SYSV_ABI sceGnmDriverCaptureInProgress() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterface() { +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterface() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForGpuDebugger() { +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForGpuDebugger() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForGpuException() { +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForGpuException() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForHDRScopes() { +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForHDRScopes() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForReplay() { +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForReplay() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForResourceRegistration() { +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForResourceRegistration() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForValidation() { +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForValidation() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDriverInternalVirtualQuery() { +s32 PS4_SYSV_ABI sceGnmDriverInternalVirtualQuery() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDriverTraceInProgress() { +s32 PS4_SYSV_ABI sceGnmDriverTraceInProgress() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDriverTriggerCapture() { +s32 PS4_SYSV_ABI sceGnmDriverTriggerCapture() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmEndWorkload() { +s32 PS4_SYSV_ABI sceGnmEndWorkload() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmFindResourcesPublic() { +s32 PS4_SYSV_ABI sceGnmFindResourcesPublic() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmFlushGarlic() { +s32 PS4_SYSV_ABI sceGnmFlushGarlic() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetCoredumpAddress() { +s32 PS4_SYSV_ABI sceGnmGetCoredumpAddress() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetCoredumpMode() { +s32 PS4_SYSV_ABI sceGnmGetCoredumpMode() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetCoredumpProtectionFaultTimestamp() { +s32 PS4_SYSV_ABI sceGnmGetCoredumpProtectionFaultTimestamp() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetDbgGcHandle() { +s32 PS4_SYSV_ABI sceGnmGetDbgGcHandle() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetDebugTimestamp() { +s32 PS4_SYSV_ABI sceGnmGetDebugTimestamp() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetEqEventType() { +s32 PS4_SYSV_ABI sceGnmGetEqEventType() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetEqTimeStamp() { +s32 PS4_SYSV_ABI sceGnmGetEqTimeStamp() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetGpuBlockStatus() { +s32 PS4_SYSV_ABI sceGnmGetGpuBlockStatus() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetGpuInfoStatus() { +s32 PS4_SYSV_ABI sceGnmGetGpuInfoStatus() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetLastWaitedAddress() { +s32 PS4_SYSV_ABI sceGnmGetLastWaitedAddress() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetNumTcaUnits() { +s32 PS4_SYSV_ABI sceGnmGetNumTcaUnits() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetOffChipTessellationBufferSize() { +s32 PS4_SYSV_ABI sceGnmGetOffChipTessellationBufferSize() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetOwnerName() { +s32 PS4_SYSV_ABI sceGnmGetOwnerName() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetPhysicalCounterFromVirtualized() { +s32 PS4_SYSV_ABI sceGnmGetPhysicalCounterFromVirtualized() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetProtectionFaultTimeStamp() { +s32 PS4_SYSV_ABI sceGnmGetProtectionFaultTimeStamp() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetResourceBaseAddressAndSizeInBytes() { +s32 PS4_SYSV_ABI sceGnmGetResourceBaseAddressAndSizeInBytes() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetResourceName() { +s32 PS4_SYSV_ABI sceGnmGetResourceName() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetResourceShaderGuid() { +s32 PS4_SYSV_ABI sceGnmGetResourceShaderGuid() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetResourceType() { +s32 PS4_SYSV_ABI sceGnmGetResourceType() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetResourceUserData() { +s32 PS4_SYSV_ABI sceGnmGetResourceUserData() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetShaderProgramBaseAddress() { +s32 PS4_SYSV_ABI sceGnmGetShaderProgramBaseAddress() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetShaderStatus() { +s32 PS4_SYSV_ABI sceGnmGetShaderStatus() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGetTheTessellationFactorRingBufferBaseAddress() { +s32 PS4_SYSV_ABI sceGnmGetTheTessellationFactorRingBufferBaseAddress() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGpuPaDebugEnter() { +s32 PS4_SYSV_ABI sceGnmGpuPaDebugEnter() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmGpuPaDebugLeave() { +s32 PS4_SYSV_ABI sceGnmGpuPaDebugLeave() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmInsertDingDongMarker() { +s32 PS4_SYSV_ABI sceGnmInsertDingDongMarker() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmInsertPopMarker() { +s32 PS4_SYSV_ABI sceGnmInsertPopMarker() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmInsertPushColorMarker() { +s32 PS4_SYSV_ABI sceGnmInsertPushColorMarker() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmInsertPushMarker() { +s32 PS4_SYSV_ABI sceGnmInsertPushMarker() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmInsertSetColorMarker() { +s32 PS4_SYSV_ABI sceGnmInsertSetColorMarker() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmInsertSetMarker() { +s32 PS4_SYSV_ABI sceGnmInsertSetMarker() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmInsertThreadTraceMarker() { +s32 PS4_SYSV_ABI sceGnmInsertThreadTraceMarker() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmInsertWaitFlipDone() { +s32 PS4_SYSV_ABI sceGnmInsertWaitFlipDone() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmIsCoredumpValid() { +s32 PS4_SYSV_ABI sceGnmIsCoredumpValid() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmIsUserPaEnabled() { +s32 PS4_SYSV_ABI sceGnmIsUserPaEnabled() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmLogicalCuIndexToPhysicalCuIndex() { +s32 PS4_SYSV_ABI sceGnmLogicalCuIndexToPhysicalCuIndex() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmLogicalCuMaskToPhysicalCuMask() { +s32 PS4_SYSV_ABI sceGnmLogicalCuMaskToPhysicalCuMask() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmLogicalTcaUnitToPhysical() { +s32 PS4_SYSV_ABI sceGnmLogicalTcaUnitToPhysical() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmMapComputeQueue() { +s32 PS4_SYSV_ABI sceGnmMapComputeQueue() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmMapComputeQueueWithPriority() { +s32 PS4_SYSV_ABI sceGnmMapComputeQueueWithPriority() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmPaDisableFlipCallbacks() { +s32 PS4_SYSV_ABI sceGnmPaDisableFlipCallbacks() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmPaEnableFlipCallbacks() { +s32 PS4_SYSV_ABI sceGnmPaEnableFlipCallbacks() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmPaHeartbeat() { +s32 PS4_SYSV_ABI sceGnmPaHeartbeat() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmQueryResourceRegistrationUserMemoryRequirements() { +s32 PS4_SYSV_ABI sceGnmQueryResourceRegistrationUserMemoryRequirements() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmRaiseUserExceptionEvent() { +s32 PS4_SYSV_ABI sceGnmRaiseUserExceptionEvent() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmRegisterGdsResource() { +s32 PS4_SYSV_ABI sceGnmRegisterGdsResource() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmRegisterGnmLiveCallbackConfig() { +s32 PS4_SYSV_ABI sceGnmRegisterGnmLiveCallbackConfig() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmRegisterOwner() { +s32 PS4_SYSV_ABI sceGnmRegisterOwner() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmRegisterResource() { +s32 PS4_SYSV_ABI sceGnmRegisterResource() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmRequestFlipAndSubmitDone() { +s32 PS4_SYSV_ABI sceGnmRequestFlipAndSubmitDone() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmRequestFlipAndSubmitDoneForWorkload() { +s32 PS4_SYSV_ABI sceGnmRequestFlipAndSubmitDoneForWorkload() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmRequestMipStatsReportAndReset() { +s32 PS4_SYSV_ABI sceGnmRequestMipStatsReportAndReset() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmResetVgtControl() { +s32 PS4_SYSV_ABI sceGnmResetVgtControl() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSdmaClose() { +s32 PS4_SYSV_ABI sceGnmSdmaClose() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSdmaConstFill() { +s32 PS4_SYSV_ABI sceGnmSdmaConstFill() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSdmaCopyLinear() { +s32 PS4_SYSV_ABI sceGnmSdmaCopyLinear() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSdmaCopyTiled() { +s32 PS4_SYSV_ABI sceGnmSdmaCopyTiled() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSdmaCopyWindow() { +s32 PS4_SYSV_ABI sceGnmSdmaCopyWindow() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSdmaFlush() { +s32 PS4_SYSV_ABI sceGnmSdmaFlush() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSdmaGetMinCmdSize() { +s32 PS4_SYSV_ABI sceGnmSdmaGetMinCmdSize() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSdmaOpen() { +s32 PS4_SYSV_ABI sceGnmSdmaOpen() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetCsShader() { +s32 PS4_SYSV_ABI sceGnmSetCsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetCsShaderWithModifier() { +s32 PS4_SYSV_ABI sceGnmSetCsShaderWithModifier() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetEmbeddedPsShader() { +s32 PS4_SYSV_ABI sceGnmSetEmbeddedPsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetEmbeddedVsShader() { +s32 PS4_SYSV_ABI sceGnmSetEmbeddedVsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetEsShader() { +s32 PS4_SYSV_ABI sceGnmSetEsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetGsRingSizes() { +s32 PS4_SYSV_ABI sceGnmSetGsRingSizes() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetGsShader() { +s32 PS4_SYSV_ABI sceGnmSetGsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetHsShader() { +s32 PS4_SYSV_ABI sceGnmSetHsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetLsShader() { +s32 PS4_SYSV_ABI sceGnmSetLsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetPsShader() { +s32 PS4_SYSV_ABI sceGnmSetPsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetPsShader350() { +s32 PS4_SYSV_ABI sceGnmSetPsShader350() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetResourceRegistrationUserMemory() { +s32 PS4_SYSV_ABI sceGnmSetResourceRegistrationUserMemory() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetResourceUserData() { +s32 PS4_SYSV_ABI sceGnmSetResourceUserData() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetSpiEnableSqCounters() { +s32 PS4_SYSV_ABI sceGnmSetSpiEnableSqCounters() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetSpiEnableSqCountersForUnitInstance() { +s32 PS4_SYSV_ABI sceGnmSetSpiEnableSqCountersForUnitInstance() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetupMipStatsReport() { +s32 PS4_SYSV_ABI sceGnmSetupMipStatsReport() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetVgtControl() { +s32 PS4_SYSV_ABI sceGnmSetVgtControl() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetVsShader() { +s32 PS4_SYSV_ABI sceGnmSetVsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetWaveLimitMultiplier() { +s32 PS4_SYSV_ABI sceGnmSetWaveLimitMultiplier() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSetWaveLimitMultipliers() { +s32 PS4_SYSV_ABI sceGnmSetWaveLimitMultipliers() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSpmEndSpm() { +s32 PS4_SYSV_ABI sceGnmSpmEndSpm() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSpmInit() { +s32 PS4_SYSV_ABI sceGnmSpmInit() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSpmInit2() { +s32 PS4_SYSV_ABI sceGnmSpmInit2() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSpmSetDelay() { +s32 PS4_SYSV_ABI sceGnmSpmSetDelay() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSpmSetMuxRam() { +s32 PS4_SYSV_ABI sceGnmSpmSetMuxRam() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSpmSetMuxRam2() { +s32 PS4_SYSV_ABI sceGnmSpmSetMuxRam2() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSpmSetSelectCounter() { +s32 PS4_SYSV_ABI sceGnmSpmSetSelectCounter() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSpmSetSpmSelects() { +s32 PS4_SYSV_ABI sceGnmSpmSetSpmSelects() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSpmSetSpmSelects2() { +s32 PS4_SYSV_ABI sceGnmSpmSetSpmSelects2() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSpmStartSpm() { +s32 PS4_SYSV_ABI sceGnmSpmStartSpm() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttFini() { +s32 PS4_SYSV_ABI sceGnmSqttFini() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttFinishTrace() { +s32 PS4_SYSV_ABI sceGnmSqttFinishTrace() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttGetBcInfo() { +s32 PS4_SYSV_ABI sceGnmSqttGetBcInfo() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttGetGpuClocks() { +s32 PS4_SYSV_ABI sceGnmSqttGetGpuClocks() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttGetHiWater() { +s32 PS4_SYSV_ABI sceGnmSqttGetHiWater() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttGetStatus() { +s32 PS4_SYSV_ABI sceGnmSqttGetStatus() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttGetTraceCounter() { +s32 PS4_SYSV_ABI sceGnmSqttGetTraceCounter() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttGetTraceWptr() { +s32 PS4_SYSV_ABI sceGnmSqttGetTraceWptr() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttGetWrapCounts() { +s32 PS4_SYSV_ABI sceGnmSqttGetWrapCounts() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttGetWrapCounts2() { +s32 PS4_SYSV_ABI sceGnmSqttGetWrapCounts2() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttGetWritebackLabels() { +s32 PS4_SYSV_ABI sceGnmSqttGetWritebackLabels() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttInit() { +s32 PS4_SYSV_ABI sceGnmSqttInit() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttSelectMode() { +s32 PS4_SYSV_ABI sceGnmSqttSelectMode() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttSelectTarget() { +s32 PS4_SYSV_ABI sceGnmSqttSelectTarget() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttSelectTokens() { +s32 PS4_SYSV_ABI sceGnmSqttSelectTokens() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttSetCuPerfMask() { +s32 PS4_SYSV_ABI sceGnmSqttSetCuPerfMask() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttSetDceEventWrite() { +s32 PS4_SYSV_ABI sceGnmSqttSetDceEventWrite() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttSetHiWater() { +s32 PS4_SYSV_ABI sceGnmSqttSetHiWater() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttSetTraceBuffer2() { +s32 PS4_SYSV_ABI sceGnmSqttSetTraceBuffer2() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttSetTraceBuffers() { +s32 PS4_SYSV_ABI sceGnmSqttSetTraceBuffers() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttSetUserData() { +s32 PS4_SYSV_ABI sceGnmSqttSetUserData() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttSetUserdataTimer() { +s32 PS4_SYSV_ABI sceGnmSqttSetUserdataTimer() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttStartTrace() { +s32 PS4_SYSV_ABI sceGnmSqttStartTrace() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttStopTrace() { +s32 PS4_SYSV_ABI sceGnmSqttStopTrace() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttSwitchTraceBuffer() { +s32 PS4_SYSV_ABI sceGnmSqttSwitchTraceBuffer() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttSwitchTraceBuffer2() { +s32 PS4_SYSV_ABI sceGnmSqttSwitchTraceBuffer2() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSqttWaitForEvent() { +s32 PS4_SYSV_ABI sceGnmSqttWaitForEvent() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSubmitAndFlipCommandBuffers() { +s32 PS4_SYSV_ABI sceGnmSubmitAndFlipCommandBuffers() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSubmitAndFlipCommandBuffersForWorkload() { +s32 PS4_SYSV_ABI sceGnmSubmitAndFlipCommandBuffersForWorkload() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSubmitCommandBuffers() { +s32 PS4_SYSV_ABI sceGnmSubmitCommandBuffers() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSubmitCommandBuffersForWorkload() { +s32 PS4_SYSV_ABI sceGnmSubmitCommandBuffersForWorkload() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmSubmitDone() { +s32 PS4_SYSV_ABI sceGnmSubmitDone() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmUnmapComputeQueue() { +s32 PS4_SYSV_ABI sceGnmUnmapComputeQueue() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmUnregisterAllResourcesForOwner() { +s32 PS4_SYSV_ABI sceGnmUnregisterAllResourcesForOwner() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmUnregisterOwnerAndResources() { +s32 PS4_SYSV_ABI sceGnmUnregisterOwnerAndResources() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmUnregisterResource() { +s32 PS4_SYSV_ABI sceGnmUnregisterResource() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmUpdateGsShader() { +s32 PS4_SYSV_ABI sceGnmUpdateGsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmUpdateHsShader() { +s32 PS4_SYSV_ABI sceGnmUpdateHsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmUpdatePsShader() { +s32 PS4_SYSV_ABI sceGnmUpdatePsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmUpdatePsShader350() { +s32 PS4_SYSV_ABI sceGnmUpdatePsShader350() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmUpdateVsShader() { +s32 PS4_SYSV_ABI sceGnmUpdateVsShader() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmValidateCommandBuffers() { +s32 PS4_SYSV_ABI sceGnmValidateCommandBuffers() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmValidateDisableDiagnostics() { +s32 PS4_SYSV_ABI sceGnmValidateDisableDiagnostics() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmValidateDisableDiagnostics2() { +s32 PS4_SYSV_ABI sceGnmValidateDisableDiagnostics2() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmValidateDispatchCommandBuffers() { +s32 PS4_SYSV_ABI sceGnmValidateDispatchCommandBuffers() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmValidateDrawCommandBuffers() { +s32 PS4_SYSV_ABI sceGnmValidateDrawCommandBuffers() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmValidateGetDiagnosticInfo() { +s32 PS4_SYSV_ABI sceGnmValidateGetDiagnosticInfo() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmValidateGetDiagnostics() { +s32 PS4_SYSV_ABI sceGnmValidateGetDiagnostics() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmValidateGetVersion() { +s32 PS4_SYSV_ABI sceGnmValidateGetVersion() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmValidateOnSubmitEnabled() { +s32 PS4_SYSV_ABI sceGnmValidateOnSubmitEnabled() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmValidateResetState() { +s32 PS4_SYSV_ABI sceGnmValidateResetState() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmValidationRegisterMemoryCheckCallback() { +s32 PS4_SYSV_ABI sceGnmValidationRegisterMemoryCheckCallback() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRazorCaptureCommandBuffersOnlyImmediate() { +s32 PS4_SYSV_ABI sceRazorCaptureCommandBuffersOnlyImmediate() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRazorCaptureCommandBuffersOnlySinceLastFlip() { +s32 PS4_SYSV_ABI sceRazorCaptureCommandBuffersOnlySinceLastFlip() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRazorCaptureImmediate() { +s32 PS4_SYSV_ABI sceRazorCaptureImmediate() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRazorCaptureSinceLastFlip() { +s32 PS4_SYSV_ABI sceRazorCaptureSinceLastFlip() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRazorIsLoaded() { +s32 PS4_SYSV_ABI sceRazorIsLoaded() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_063D065A2D6359C3() { +s32 PS4_SYSV_ABI Func_063D065A2D6359C3() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_0CABACAFB258429D() { +s32 PS4_SYSV_ABI Func_0CABACAFB258429D() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_150CF336FC2E99A3() { +s32 PS4_SYSV_ABI Func_150CF336FC2E99A3() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_17CA687F9EE52D49() { +s32 PS4_SYSV_ABI Func_17CA687F9EE52D49() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_1870B89F759C6B45() { +s32 PS4_SYSV_ABI Func_1870B89F759C6B45() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_26F9029EF68A955E() { +s32 PS4_SYSV_ABI Func_26F9029EF68A955E() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_301E3DBBAB092DB0() { +s32 PS4_SYSV_ABI Func_301E3DBBAB092DB0() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_30BAFE172AF17FEF() { +s32 PS4_SYSV_ABI Func_30BAFE172AF17FEF() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_3E6A3E8203D95317() { +s32 PS4_SYSV_ABI Func_3E6A3E8203D95317() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_40FEEF0C6534C434() { +s32 PS4_SYSV_ABI Func_40FEEF0C6534C434() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_416B9079DE4CBACE() { +s32 PS4_SYSV_ABI Func_416B9079DE4CBACE() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_50678F1CCEEB9A00() { +s32 PS4_SYSV_ABI Func_50678F1CCEEB9A00() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_54A2EC5FA4C62413() { +s32 PS4_SYSV_ABI Func_54A2EC5FA4C62413() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_5A9C52C83138AE6B() { +s32 PS4_SYSV_ABI Func_5A9C52C83138AE6B() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_5D22193A31EA1142() { +s32 PS4_SYSV_ABI Func_5D22193A31EA1142() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_725A36DEBB60948D() { +s32 PS4_SYSV_ABI Func_725A36DEBB60948D() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_8021A502FA61B9BB() { +s32 PS4_SYSV_ABI Func_8021A502FA61B9BB() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_9D002FE0FA40F0E6() { +s32 PS4_SYSV_ABI Func_9D002FE0FA40F0E6() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_9D297F36A7028B71() { +s32 PS4_SYSV_ABI Func_9D297F36A7028B71() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_A2D7EC7A7BCF79B3() { +s32 PS4_SYSV_ABI Func_A2D7EC7A7BCF79B3() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_AA12A3CB8990854A() { +s32 PS4_SYSV_ABI Func_AA12A3CB8990854A() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_ADC8DDC005020BC6() { +s32 PS4_SYSV_ABI Func_ADC8DDC005020BC6() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_B0A8688B679CB42D() { +s32 PS4_SYSV_ABI Func_B0A8688B679CB42D() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_B489020B5157A5FF() { +s32 PS4_SYSV_ABI Func_B489020B5157A5FF() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_D1511B9DCFFB3DD9() { +s32 PS4_SYSV_ABI Func_D1511B9DCFFB3DD9() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_D53446649B02E58E() { +s32 PS4_SYSV_ABI Func_D53446649B02E58E() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_D8B6E8E28E1EF0A3() { +s32 PS4_SYSV_ABI Func_D8B6E8E28E1EF0A3() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_D93D733A19DD7454() { +s32 PS4_SYSV_ABI Func_D93D733A19DD7454() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_DE995443BC2A8317() { +s32 PS4_SYSV_ABI Func_DE995443BC2A8317() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_DF6E9528150C23FF() { +s32 PS4_SYSV_ABI Func_DF6E9528150C23FF() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_ECB4C6BA41FE3350() { +s32 PS4_SYSV_ABI Func_ECB4C6BA41FE3350() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDebugReset() { +s32 PS4_SYSV_ABI sceGnmDebugReset() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C4C328B7CF3B4171() { +s32 PS4_SYSV_ABI Func_C4C328B7CF3B4171() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceGnmDebugModuleReset() { +s32 PS4_SYSV_ABI sceGnmDebugModuleReset() { LOG_ERROR(Lib_GnmDriver, "(STUBBED) called"); return ORBIS_OK; } @@ -1290,10 +1290,11 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceGnmDrawInitToDefaultContextStateInternalCommand); LIB_FUNCTION("jajhf-Gi3AI", "libSceGnmDriverCompat", 1, "libSceGnmDriver", 1, 1, sceGnmDrawInitToDefaultContextStateInternalSize); - LIB_FUNCTION("b0xyllnVY-I", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmAddEqEvent); + 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("ihxrbsoSKWc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + sceGnmBeginWorkload); LIB_FUNCTION("ffrNQOshows", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmComputeWaitOnAddress); LIB_FUNCTION("EJapNl2+pgU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, @@ -1320,10 +1321,11 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceGnmDebuggerWriteSqIndirectRegister); LIB_FUNCTION("qpGITzPE+Zc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmDebugHardwareStatus); - LIB_FUNCTION("PVT+fuoS9gU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmDeleteEqEvent); + LIB_FUNCTION("PVT+fuoS9gU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + sceGnmDeleteEqEvent); LIB_FUNCTION("UtObDRQiGbs", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmDestroyWorkloadStream); - LIB_FUNCTION("bX5IbRvECXk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmDingDong); + LIB_FUNCTION("bX5IbRvECXk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmDingDong); LIB_FUNCTION("byXlqupd8cE", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmDingDongForWorkload); LIB_FUNCTION("HHo1BAljZO8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, @@ -1336,8 +1338,9 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceGnmDispatchIndirectOnMec); LIB_FUNCTION("nF6bFRUBRAU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmDispatchInitDefaultHardwareState); - LIB_FUNCTION("HlTPoZ-oY7Y", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmDrawIndex); - LIB_FUNCTION("GGsn7jMTxw4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmDrawIndexAuto); + 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, @@ -1348,7 +1351,7 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceGnmDrawIndexMultiInstanced); LIB_FUNCTION("oYM+YzfCm2Y", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmDrawIndexOffset); - LIB_FUNCTION("4v+otIIdjqg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmDrawIndirect); + LIB_FUNCTION("4v+otIIdjqg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmDrawIndirect); LIB_FUNCTION("cUCo8OvArrw", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmDrawIndirectCountMulti); LIB_FUNCTION("f5QQLp9rzGk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, @@ -1389,10 +1392,10 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceGnmDriverTraceInProgress); LIB_FUNCTION("d88anrgNoKY", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmDriverTriggerCapture); - LIB_FUNCTION("Fa3x75OOLRA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmEndWorkload); + LIB_FUNCTION("Fa3x75OOLRA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmEndWorkload); LIB_FUNCTION("4Mv9OXypBG8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmFindResourcesPublic); - LIB_FUNCTION("iBt3Oe00Kvc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmFlushGarlic); + 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, @@ -1419,7 +1422,7 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceGnmGetNumTcaUnits); LIB_FUNCTION("FFVZcCu3zWU", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmGetOffChipTessellationBufferSize); - LIB_FUNCTION("QJjPjlmPAL0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmGetOwnerName); + LIB_FUNCTION("QJjPjlmPAL0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmGetOwnerName); LIB_FUNCTION("dewXw5roLs0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmGetPhysicalCounterFromVirtualized); LIB_FUNCTION("fzJdEihTFV4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, @@ -1478,7 +1481,7 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceGnmPaDisableFlipCallbacks); LIB_FUNCTION("8WDA9RiXLaw", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmPaEnableFlipCallbacks); - LIB_FUNCTION("tNuT48mApTc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmPaHeartbeat); + LIB_FUNCTION("tNuT48mApTc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmPaHeartbeat); LIB_FUNCTION("6IMbpR7nTzA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmQueryResourceRegistrationUserMemoryRequirements); LIB_FUNCTION("+rJnw2e9O+0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, @@ -1487,7 +1490,8 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceGnmRegisterGdsResource); LIB_FUNCTION("t7-VbMosbR4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmRegisterGnmLiveCallbackConfig); - LIB_FUNCTION("ZFqKFl23aMc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmRegisterOwner); + 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, @@ -1498,31 +1502,33 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { 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("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("-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("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("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, sceGnmSetCsShaderWithModifier); LIB_FUNCTION("X9Omw9dwv5M", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSetEmbeddedPsShader); LIB_FUNCTION("+AFvOEXrKJk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSetEmbeddedVsShader); - LIB_FUNCTION("FUHG8sQ3R58", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmSetEsShader); + 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("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, @@ -1535,34 +1541,38 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceGnmSetSpiEnableSqCountersForUnitInstance); LIB_FUNCTION("+xuDhxlWRPg", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSetupMipStatsReport); - LIB_FUNCTION("cFCp0NX8wf0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmSetVgtControl); - LIB_FUNCTION("gAhCn6UiU4Y", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmSetVsShader); + 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, sceGnmSetWaveLimitMultiplier); LIB_FUNCTION("XiyzNZ9J4nQ", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, 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("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, 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("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("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("9X4SkENMS0M", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + sceGnmSqttGetStatus); LIB_FUNCTION("lbMccQM2iqc", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSqttGetTraceCounter); LIB_FUNCTION("DYAC6JUeZvM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, @@ -1573,7 +1583,7 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceGnmSqttGetWrapCounts2); LIB_FUNCTION("ARS+TNLopyk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSqttGetWritebackLabels); - LIB_FUNCTION("X6yCBYPP7HA", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmSqttInit); + 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, @@ -1596,7 +1606,8 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceGnmSqttSetUserdataTimer); LIB_FUNCTION("ru8cb4he6O8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSqttStartTrace); - LIB_FUNCTION("gVuGo1nBnG8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmSqttStopTrace); + LIB_FUNCTION("gVuGo1nBnG8", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, + sceGnmSqttStopTrace); LIB_FUNCTION("OpyolX6RwS0", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSqttSwitchTraceBuffer); LIB_FUNCTION("dl5u5eGBgNk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, @@ -1611,7 +1622,7 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceGnmSubmitCommandBuffers); LIB_FUNCTION("jRcI8VcgTz4", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceGnmSubmitCommandBuffersForWorkload); - LIB_FUNCTION("yvZ73uQUqrk", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceGnmSubmitDone); + 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, @@ -1660,7 +1671,7 @@ void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym) { sceRazorCaptureImmediate); LIB_FUNCTION("4UFagYlfuAM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1, sceRazorCaptureSinceLastFlip); - LIB_FUNCTION("f33OrruQYbM", "libSceGnmDriver", 1, "libSceGnmDriver", 1, 1,sceRazorIsLoaded); + 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, diff --git a/libraries/gnmdriver.h b/libraries/gnmdriver.h index d26c11c..df49d55 100644 --- a/libraries/gnmdriver.h +++ b/libraries/gnmdriver.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,257 +11,257 @@ class SymbolsResolver; namespace Libraries::GnmDriver { -int PS4_SYSV_ABI Func_4774D83BB4DDBF9A(); -int PS4_SYSV_ABI Func_BADE7B4C199140DD(); -int PS4_SYSV_ABI sceGnmGetGpuCoreClockFrequency(); -int PS4_SYSV_ABI sceGnmFindResources(); -int PS4_SYSV_ABI sceGnmGetResourceRegistrationBuffers(); -int PS4_SYSV_ABI sceGnmRegisterOwnerForSystem(); -int PS4_SYSV_ABI Func_1C43886B16EE5530(); -int PS4_SYSV_ABI Func_81037019ECCD0E01(); -int PS4_SYSV_ABI Func_BFB41C057478F0BF(); -int PS4_SYSV_ABI Func_E51D44DB8151238C(); -int PS4_SYSV_ABI Func_F916890425496553(); -int PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalCommand(); -int PS4_SYSV_ABI sceGnmDrawInitToDefaultContextStateInternalSize(); -int PS4_SYSV_ABI sceGnmAddEqEvent(); -int PS4_SYSV_ABI sceGnmAreSubmitsAllowed(); -int PS4_SYSV_ABI sceGnmBeginWorkload(); -int PS4_SYSV_ABI sceGnmComputeWaitOnAddress(); -int PS4_SYSV_ABI sceGnmComputeWaitSemaphore(); -int PS4_SYSV_ABI sceGnmCreateWorkloadStream(); -int PS4_SYSV_ABI sceGnmDebuggerGetAddressWatch(); -int PS4_SYSV_ABI sceGnmDebuggerHaltWavefront(); -int PS4_SYSV_ABI sceGnmDebuggerReadGds(); -int PS4_SYSV_ABI sceGnmDebuggerReadSqIndirectRegister(); -int PS4_SYSV_ABI sceGnmDebuggerResumeWavefront(); -int PS4_SYSV_ABI sceGnmDebuggerResumeWavefrontCreation(); -int PS4_SYSV_ABI sceGnmDebuggerSetAddressWatch(); -int PS4_SYSV_ABI sceGnmDebuggerWriteGds(); -int PS4_SYSV_ABI sceGnmDebuggerWriteSqIndirectRegister(); -int PS4_SYSV_ABI sceGnmDebugHardwareStatus(); -int PS4_SYSV_ABI sceGnmDeleteEqEvent(); -int PS4_SYSV_ABI sceGnmDestroyWorkloadStream(); -int PS4_SYSV_ABI sceGnmDingDong(); -int PS4_SYSV_ABI sceGnmDingDongForWorkload(); -int PS4_SYSV_ABI sceGnmDisableMipStatsReport(); -int PS4_SYSV_ABI sceGnmDispatchDirect(); -int PS4_SYSV_ABI sceGnmDispatchIndirect(); -int PS4_SYSV_ABI sceGnmDispatchIndirectOnMec(); -int PS4_SYSV_ABI sceGnmDispatchInitDefaultHardwareState(); -int PS4_SYSV_ABI sceGnmDrawIndex(); -int PS4_SYSV_ABI sceGnmDrawIndexAuto(); -int PS4_SYSV_ABI sceGnmDrawIndexIndirect(); -int PS4_SYSV_ABI sceGnmDrawIndexIndirectCountMulti(); -int PS4_SYSV_ABI sceGnmDrawIndexIndirectMulti(); -int PS4_SYSV_ABI sceGnmDrawIndexMultiInstanced(); -int PS4_SYSV_ABI sceGnmDrawIndexOffset(); -int PS4_SYSV_ABI sceGnmDrawIndirect(); -int PS4_SYSV_ABI sceGnmDrawIndirectCountMulti(); -int PS4_SYSV_ABI sceGnmDrawIndirectMulti(); -int PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState(); -int PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState175(); -int PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState200(); -int PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState350(); -int PS4_SYSV_ABI sceGnmDrawInitToDefaultContextState(); -int PS4_SYSV_ABI sceGnmDrawInitToDefaultContextState400(); -int PS4_SYSV_ABI sceGnmDrawOpaqueAuto(); -int PS4_SYSV_ABI sceGnmDriverCaptureInProgress(); -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterface(); -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForGpuDebugger(); -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForGpuException(); -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForHDRScopes(); -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForReplay(); -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForResourceRegistration(); -int PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForValidation(); -int PS4_SYSV_ABI sceGnmDriverInternalVirtualQuery(); -int PS4_SYSV_ABI sceGnmDriverTraceInProgress(); -int PS4_SYSV_ABI sceGnmDriverTriggerCapture(); -int PS4_SYSV_ABI sceGnmEndWorkload(); -int PS4_SYSV_ABI sceGnmFindResourcesPublic(); -int PS4_SYSV_ABI sceGnmFlushGarlic(); -int PS4_SYSV_ABI sceGnmGetCoredumpAddress(); -int PS4_SYSV_ABI sceGnmGetCoredumpMode(); -int PS4_SYSV_ABI sceGnmGetCoredumpProtectionFaultTimestamp(); -int PS4_SYSV_ABI sceGnmGetDbgGcHandle(); -int PS4_SYSV_ABI sceGnmGetDebugTimestamp(); -int PS4_SYSV_ABI sceGnmGetEqEventType(); -int PS4_SYSV_ABI sceGnmGetEqTimeStamp(); -int PS4_SYSV_ABI sceGnmGetGpuBlockStatus(); -int PS4_SYSV_ABI sceGnmGetGpuInfoStatus(); -int PS4_SYSV_ABI sceGnmGetLastWaitedAddress(); -int PS4_SYSV_ABI sceGnmGetNumTcaUnits(); -int PS4_SYSV_ABI sceGnmGetOffChipTessellationBufferSize(); -int PS4_SYSV_ABI sceGnmGetOwnerName(); -int PS4_SYSV_ABI sceGnmGetPhysicalCounterFromVirtualized(); -int PS4_SYSV_ABI sceGnmGetProtectionFaultTimeStamp(); -int PS4_SYSV_ABI sceGnmGetResourceBaseAddressAndSizeInBytes(); -int PS4_SYSV_ABI sceGnmGetResourceName(); -int PS4_SYSV_ABI sceGnmGetResourceShaderGuid(); -int PS4_SYSV_ABI sceGnmGetResourceType(); -int PS4_SYSV_ABI sceGnmGetResourceUserData(); -int PS4_SYSV_ABI sceGnmGetShaderProgramBaseAddress(); -int PS4_SYSV_ABI sceGnmGetShaderStatus(); -int PS4_SYSV_ABI sceGnmGetTheTessellationFactorRingBufferBaseAddress(); -int PS4_SYSV_ABI sceGnmGpuPaDebugEnter(); -int PS4_SYSV_ABI sceGnmGpuPaDebugLeave(); -int PS4_SYSV_ABI sceGnmInsertDingDongMarker(); -int PS4_SYSV_ABI sceGnmInsertPopMarker(); -int PS4_SYSV_ABI sceGnmInsertPushColorMarker(); -int PS4_SYSV_ABI sceGnmInsertPushMarker(); -int PS4_SYSV_ABI sceGnmInsertSetColorMarker(); -int PS4_SYSV_ABI sceGnmInsertSetMarker(); -int PS4_SYSV_ABI sceGnmInsertThreadTraceMarker(); -int PS4_SYSV_ABI sceGnmInsertWaitFlipDone(); -int PS4_SYSV_ABI sceGnmIsCoredumpValid(); -int PS4_SYSV_ABI sceGnmIsUserPaEnabled(); -int PS4_SYSV_ABI sceGnmLogicalCuIndexToPhysicalCuIndex(); -int PS4_SYSV_ABI sceGnmLogicalCuMaskToPhysicalCuMask(); -int PS4_SYSV_ABI sceGnmLogicalTcaUnitToPhysical(); -int PS4_SYSV_ABI sceGnmMapComputeQueue(); -int PS4_SYSV_ABI sceGnmMapComputeQueueWithPriority(); -int PS4_SYSV_ABI sceGnmPaDisableFlipCallbacks(); -int PS4_SYSV_ABI sceGnmPaEnableFlipCallbacks(); -int PS4_SYSV_ABI sceGnmPaHeartbeat(); -int PS4_SYSV_ABI sceGnmQueryResourceRegistrationUserMemoryRequirements(); -int PS4_SYSV_ABI sceGnmRaiseUserExceptionEvent(); -int PS4_SYSV_ABI sceGnmRegisterGdsResource(); -int PS4_SYSV_ABI sceGnmRegisterGnmLiveCallbackConfig(); -int PS4_SYSV_ABI sceGnmRegisterOwner(); -int PS4_SYSV_ABI sceGnmRegisterResource(); -int PS4_SYSV_ABI sceGnmRequestFlipAndSubmitDone(); -int PS4_SYSV_ABI sceGnmRequestFlipAndSubmitDoneForWorkload(); -int PS4_SYSV_ABI sceGnmRequestMipStatsReportAndReset(); -int PS4_SYSV_ABI sceGnmResetVgtControl(); -int PS4_SYSV_ABI sceGnmSdmaClose(); -int PS4_SYSV_ABI sceGnmSdmaConstFill(); -int PS4_SYSV_ABI sceGnmSdmaCopyLinear(); -int PS4_SYSV_ABI sceGnmSdmaCopyTiled(); -int PS4_SYSV_ABI sceGnmSdmaCopyWindow(); -int PS4_SYSV_ABI sceGnmSdmaFlush(); -int PS4_SYSV_ABI sceGnmSdmaGetMinCmdSize(); -int PS4_SYSV_ABI sceGnmSdmaOpen(); -int PS4_SYSV_ABI sceGnmSetCsShader(); -int PS4_SYSV_ABI sceGnmSetCsShaderWithModifier(); -int PS4_SYSV_ABI sceGnmSetEmbeddedPsShader(); -int PS4_SYSV_ABI sceGnmSetEmbeddedVsShader(); -int PS4_SYSV_ABI sceGnmSetEsShader(); -int PS4_SYSV_ABI sceGnmSetGsRingSizes(); -int PS4_SYSV_ABI sceGnmSetGsShader(); -int PS4_SYSV_ABI sceGnmSetHsShader(); -int PS4_SYSV_ABI sceGnmSetLsShader(); -int PS4_SYSV_ABI sceGnmSetPsShader(); -int PS4_SYSV_ABI sceGnmSetPsShader350(); -int PS4_SYSV_ABI sceGnmSetResourceRegistrationUserMemory(); -int PS4_SYSV_ABI sceGnmSetResourceUserData(); -int PS4_SYSV_ABI sceGnmSetSpiEnableSqCounters(); -int PS4_SYSV_ABI sceGnmSetSpiEnableSqCountersForUnitInstance(); -int PS4_SYSV_ABI sceGnmSetupMipStatsReport(); -int PS4_SYSV_ABI sceGnmSetVgtControl(); -int PS4_SYSV_ABI sceGnmSetVsShader(); -int PS4_SYSV_ABI sceGnmSetWaveLimitMultiplier(); -int PS4_SYSV_ABI sceGnmSetWaveLimitMultipliers(); -int PS4_SYSV_ABI sceGnmSpmEndSpm(); -int PS4_SYSV_ABI sceGnmSpmInit(); -int PS4_SYSV_ABI sceGnmSpmInit2(); -int PS4_SYSV_ABI sceGnmSpmSetDelay(); -int PS4_SYSV_ABI sceGnmSpmSetMuxRam(); -int PS4_SYSV_ABI sceGnmSpmSetMuxRam2(); -int PS4_SYSV_ABI sceGnmSpmSetSelectCounter(); -int PS4_SYSV_ABI sceGnmSpmSetSpmSelects(); -int PS4_SYSV_ABI sceGnmSpmSetSpmSelects2(); -int PS4_SYSV_ABI sceGnmSpmStartSpm(); -int PS4_SYSV_ABI sceGnmSqttFini(); -int PS4_SYSV_ABI sceGnmSqttFinishTrace(); -int PS4_SYSV_ABI sceGnmSqttGetBcInfo(); -int PS4_SYSV_ABI sceGnmSqttGetGpuClocks(); -int PS4_SYSV_ABI sceGnmSqttGetHiWater(); -int PS4_SYSV_ABI sceGnmSqttGetStatus(); -int PS4_SYSV_ABI sceGnmSqttGetTraceCounter(); -int PS4_SYSV_ABI sceGnmSqttGetTraceWptr(); -int PS4_SYSV_ABI sceGnmSqttGetWrapCounts(); -int PS4_SYSV_ABI sceGnmSqttGetWrapCounts2(); -int PS4_SYSV_ABI sceGnmSqttGetWritebackLabels(); -int PS4_SYSV_ABI sceGnmSqttInit(); -int PS4_SYSV_ABI sceGnmSqttSelectMode(); -int PS4_SYSV_ABI sceGnmSqttSelectTarget(); -int PS4_SYSV_ABI sceGnmSqttSelectTokens(); -int PS4_SYSV_ABI sceGnmSqttSetCuPerfMask(); -int PS4_SYSV_ABI sceGnmSqttSetDceEventWrite(); -int PS4_SYSV_ABI sceGnmSqttSetHiWater(); -int PS4_SYSV_ABI sceGnmSqttSetTraceBuffer2(); -int PS4_SYSV_ABI sceGnmSqttSetTraceBuffers(); -int PS4_SYSV_ABI sceGnmSqttSetUserData(); -int PS4_SYSV_ABI sceGnmSqttSetUserdataTimer(); -int PS4_SYSV_ABI sceGnmSqttStartTrace(); -int PS4_SYSV_ABI sceGnmSqttStopTrace(); -int PS4_SYSV_ABI sceGnmSqttSwitchTraceBuffer(); -int PS4_SYSV_ABI sceGnmSqttSwitchTraceBuffer2(); -int PS4_SYSV_ABI sceGnmSqttWaitForEvent(); -int PS4_SYSV_ABI sceGnmSubmitAndFlipCommandBuffers(); -int PS4_SYSV_ABI sceGnmSubmitAndFlipCommandBuffersForWorkload(); -int PS4_SYSV_ABI sceGnmSubmitCommandBuffers(); -int PS4_SYSV_ABI sceGnmSubmitCommandBuffersForWorkload(); -int PS4_SYSV_ABI sceGnmSubmitDone(); -int PS4_SYSV_ABI sceGnmUnmapComputeQueue(); -int PS4_SYSV_ABI sceGnmUnregisterAllResourcesForOwner(); -int PS4_SYSV_ABI sceGnmUnregisterOwnerAndResources(); -int PS4_SYSV_ABI sceGnmUnregisterResource(); -int PS4_SYSV_ABI sceGnmUpdateGsShader(); -int PS4_SYSV_ABI sceGnmUpdateHsShader(); -int PS4_SYSV_ABI sceGnmUpdatePsShader(); -int PS4_SYSV_ABI sceGnmUpdatePsShader350(); -int PS4_SYSV_ABI sceGnmUpdateVsShader(); -int PS4_SYSV_ABI sceGnmValidateCommandBuffers(); -int PS4_SYSV_ABI sceGnmValidateDisableDiagnostics(); -int PS4_SYSV_ABI sceGnmValidateDisableDiagnostics2(); -int PS4_SYSV_ABI sceGnmValidateDispatchCommandBuffers(); -int PS4_SYSV_ABI sceGnmValidateDrawCommandBuffers(); -int PS4_SYSV_ABI sceGnmValidateGetDiagnosticInfo(); -int PS4_SYSV_ABI sceGnmValidateGetDiagnostics(); -int PS4_SYSV_ABI sceGnmValidateGetVersion(); -int PS4_SYSV_ABI sceGnmValidateOnSubmitEnabled(); -int PS4_SYSV_ABI sceGnmValidateResetState(); -int PS4_SYSV_ABI sceGnmValidationRegisterMemoryCheckCallback(); -int PS4_SYSV_ABI sceRazorCaptureCommandBuffersOnlyImmediate(); -int PS4_SYSV_ABI sceRazorCaptureCommandBuffersOnlySinceLastFlip(); -int PS4_SYSV_ABI sceRazorCaptureImmediate(); -int PS4_SYSV_ABI sceRazorCaptureSinceLastFlip(); -int PS4_SYSV_ABI sceRazorIsLoaded(); -int PS4_SYSV_ABI Func_063D065A2D6359C3(); -int PS4_SYSV_ABI Func_0CABACAFB258429D(); -int PS4_SYSV_ABI Func_150CF336FC2E99A3(); -int PS4_SYSV_ABI Func_17CA687F9EE52D49(); -int PS4_SYSV_ABI Func_1870B89F759C6B45(); -int PS4_SYSV_ABI Func_26F9029EF68A955E(); -int PS4_SYSV_ABI Func_301E3DBBAB092DB0(); -int PS4_SYSV_ABI Func_30BAFE172AF17FEF(); -int PS4_SYSV_ABI Func_3E6A3E8203D95317(); -int PS4_SYSV_ABI Func_40FEEF0C6534C434(); -int PS4_SYSV_ABI Func_416B9079DE4CBACE(); -int PS4_SYSV_ABI Func_50678F1CCEEB9A00(); -int PS4_SYSV_ABI Func_54A2EC5FA4C62413(); -int PS4_SYSV_ABI Func_5A9C52C83138AE6B(); -int PS4_SYSV_ABI Func_5D22193A31EA1142(); -int PS4_SYSV_ABI Func_725A36DEBB60948D(); -int PS4_SYSV_ABI Func_8021A502FA61B9BB(); -int PS4_SYSV_ABI Func_9D002FE0FA40F0E6(); -int PS4_SYSV_ABI Func_9D297F36A7028B71(); -int PS4_SYSV_ABI Func_A2D7EC7A7BCF79B3(); -int PS4_SYSV_ABI Func_AA12A3CB8990854A(); -int PS4_SYSV_ABI Func_ADC8DDC005020BC6(); -int PS4_SYSV_ABI Func_B0A8688B679CB42D(); -int PS4_SYSV_ABI Func_B489020B5157A5FF(); -int PS4_SYSV_ABI Func_D1511B9DCFFB3DD9(); -int PS4_SYSV_ABI Func_D53446649B02E58E(); -int PS4_SYSV_ABI Func_D8B6E8E28E1EF0A3(); -int PS4_SYSV_ABI Func_D93D733A19DD7454(); -int PS4_SYSV_ABI Func_DE995443BC2A8317(); -int PS4_SYSV_ABI Func_DF6E9528150C23FF(); -int PS4_SYSV_ABI Func_ECB4C6BA41FE3350(); -int PS4_SYSV_ABI sceGnmDebugReset(); -int PS4_SYSV_ABI Func_C4C328B7CF3B4171(); -int PS4_SYSV_ABI sceGnmDebugModuleReset(); +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(); +s32 PS4_SYSV_ABI sceGnmComputeWaitOnAddress(); +s32 PS4_SYSV_ABI sceGnmComputeWaitSemaphore(); +s32 PS4_SYSV_ABI sceGnmCreateWorkloadStream(); +s32 PS4_SYSV_ABI sceGnmDebuggerGetAddressWatch(); +s32 PS4_SYSV_ABI sceGnmDebuggerHaltWavefront(); +s32 PS4_SYSV_ABI sceGnmDebuggerReadGds(); +s32 PS4_SYSV_ABI sceGnmDebuggerReadSqIndirectRegister(); +s32 PS4_SYSV_ABI sceGnmDebuggerResumeWavefront(); +s32 PS4_SYSV_ABI sceGnmDebuggerResumeWavefrontCreation(); +s32 PS4_SYSV_ABI sceGnmDebuggerSetAddressWatch(); +s32 PS4_SYSV_ABI sceGnmDebuggerWriteGds(); +s32 PS4_SYSV_ABI sceGnmDebuggerWriteSqIndirectRegister(); +s32 PS4_SYSV_ABI sceGnmDebugHardwareStatus(); +s32 PS4_SYSV_ABI sceGnmDeleteEqEvent(); +s32 PS4_SYSV_ABI sceGnmDestroyWorkloadStream(); +s32 PS4_SYSV_ABI sceGnmDingDong(); +s32 PS4_SYSV_ABI sceGnmDingDongForWorkload(); +s32 PS4_SYSV_ABI sceGnmDisableMipStatsReport(); +s32 PS4_SYSV_ABI sceGnmDispatchDirect(); +s32 PS4_SYSV_ABI sceGnmDispatchIndirect(); +s32 PS4_SYSV_ABI sceGnmDispatchIndirectOnMec(); +s32 PS4_SYSV_ABI sceGnmDispatchInitDefaultHardwareState(); +s32 PS4_SYSV_ABI sceGnmDrawIndex(); +s32 PS4_SYSV_ABI sceGnmDrawIndexAuto(); +s32 PS4_SYSV_ABI sceGnmDrawIndexIndirect(); +s32 PS4_SYSV_ABI sceGnmDrawIndexIndirectCountMulti(); +s32 PS4_SYSV_ABI sceGnmDrawIndexIndirectMulti(); +s32 PS4_SYSV_ABI sceGnmDrawIndexMultiInstanced(); +s32 PS4_SYSV_ABI sceGnmDrawIndexOffset(); +s32 PS4_SYSV_ABI sceGnmDrawIndirect(); +s32 PS4_SYSV_ABI sceGnmDrawIndirectCountMulti(); +s32 PS4_SYSV_ABI sceGnmDrawIndirectMulti(); +s32 PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState(); +s32 PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState175(); +s32 PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState200(); +s32 PS4_SYSV_ABI sceGnmDrawInitDefaultHardwareState350(); +s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextState(); +s32 PS4_SYSV_ABI sceGnmDrawInitToDefaultContextState400(); +s32 PS4_SYSV_ABI sceGnmDrawOpaqueAuto(); +s32 PS4_SYSV_ABI sceGnmDriverCaptureInProgress(); +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterface(); +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForGpuDebugger(); +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForGpuException(); +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForHDRScopes(); +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForReplay(); +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForResourceRegistration(); +s32 PS4_SYSV_ABI sceGnmDriverInternalRetrieveGnmInterfaceForValidation(); +s32 PS4_SYSV_ABI sceGnmDriverInternalVirtualQuery(); +s32 PS4_SYSV_ABI sceGnmDriverTraceInProgress(); +s32 PS4_SYSV_ABI sceGnmDriverTriggerCapture(); +s32 PS4_SYSV_ABI sceGnmEndWorkload(); +s32 PS4_SYSV_ABI sceGnmFindResourcesPublic(); +s32 PS4_SYSV_ABI sceGnmFlushGarlic(); +s32 PS4_SYSV_ABI sceGnmGetCoredumpAddress(); +s32 PS4_SYSV_ABI sceGnmGetCoredumpMode(); +s32 PS4_SYSV_ABI sceGnmGetCoredumpProtectionFaultTimestamp(); +s32 PS4_SYSV_ABI sceGnmGetDbgGcHandle(); +s32 PS4_SYSV_ABI sceGnmGetDebugTimestamp(); +s32 PS4_SYSV_ABI sceGnmGetEqEventType(); +s32 PS4_SYSV_ABI sceGnmGetEqTimeStamp(); +s32 PS4_SYSV_ABI sceGnmGetGpuBlockStatus(); +s32 PS4_SYSV_ABI sceGnmGetGpuInfoStatus(); +s32 PS4_SYSV_ABI sceGnmGetLastWaitedAddress(); +s32 PS4_SYSV_ABI sceGnmGetNumTcaUnits(); +s32 PS4_SYSV_ABI sceGnmGetOffChipTessellationBufferSize(); +s32 PS4_SYSV_ABI sceGnmGetOwnerName(); +s32 PS4_SYSV_ABI sceGnmGetPhysicalCounterFromVirtualized(); +s32 PS4_SYSV_ABI sceGnmGetProtectionFaultTimeStamp(); +s32 PS4_SYSV_ABI sceGnmGetResourceBaseAddressAndSizeInBytes(); +s32 PS4_SYSV_ABI sceGnmGetResourceName(); +s32 PS4_SYSV_ABI sceGnmGetResourceShaderGuid(); +s32 PS4_SYSV_ABI sceGnmGetResourceType(); +s32 PS4_SYSV_ABI sceGnmGetResourceUserData(); +s32 PS4_SYSV_ABI sceGnmGetShaderProgramBaseAddress(); +s32 PS4_SYSV_ABI sceGnmGetShaderStatus(); +s32 PS4_SYSV_ABI sceGnmGetTheTessellationFactorRingBufferBaseAddress(); +s32 PS4_SYSV_ABI sceGnmGpuPaDebugEnter(); +s32 PS4_SYSV_ABI sceGnmGpuPaDebugLeave(); +s32 PS4_SYSV_ABI sceGnmInsertDingDongMarker(); +s32 PS4_SYSV_ABI sceGnmInsertPopMarker(); +s32 PS4_SYSV_ABI sceGnmInsertPushColorMarker(); +s32 PS4_SYSV_ABI sceGnmInsertPushMarker(); +s32 PS4_SYSV_ABI sceGnmInsertSetColorMarker(); +s32 PS4_SYSV_ABI sceGnmInsertSetMarker(); +s32 PS4_SYSV_ABI sceGnmInsertThreadTraceMarker(); +s32 PS4_SYSV_ABI sceGnmInsertWaitFlipDone(); +s32 PS4_SYSV_ABI sceGnmIsCoredumpValid(); +s32 PS4_SYSV_ABI sceGnmIsUserPaEnabled(); +s32 PS4_SYSV_ABI sceGnmLogicalCuIndexToPhysicalCuIndex(); +s32 PS4_SYSV_ABI sceGnmLogicalCuMaskToPhysicalCuMask(); +s32 PS4_SYSV_ABI sceGnmLogicalTcaUnitToPhysical(); +s32 PS4_SYSV_ABI sceGnmMapComputeQueue(); +s32 PS4_SYSV_ABI sceGnmMapComputeQueueWithPriority(); +s32 PS4_SYSV_ABI sceGnmPaDisableFlipCallbacks(); +s32 PS4_SYSV_ABI sceGnmPaEnableFlipCallbacks(); +s32 PS4_SYSV_ABI sceGnmPaHeartbeat(); +s32 PS4_SYSV_ABI sceGnmQueryResourceRegistrationUserMemoryRequirements(); +s32 PS4_SYSV_ABI sceGnmRaiseUserExceptionEvent(); +s32 PS4_SYSV_ABI sceGnmRegisterGdsResource(); +s32 PS4_SYSV_ABI sceGnmRegisterGnmLiveCallbackConfig(); +s32 PS4_SYSV_ABI sceGnmRegisterOwner(); +s32 PS4_SYSV_ABI sceGnmRegisterResource(); +s32 PS4_SYSV_ABI sceGnmRequestFlipAndSubmitDone(); +s32 PS4_SYSV_ABI sceGnmRequestFlipAndSubmitDoneForWorkload(); +s32 PS4_SYSV_ABI sceGnmRequestMipStatsReportAndReset(); +s32 PS4_SYSV_ABI sceGnmResetVgtControl(); +s32 PS4_SYSV_ABI sceGnmSdmaClose(); +s32 PS4_SYSV_ABI sceGnmSdmaConstFill(); +s32 PS4_SYSV_ABI sceGnmSdmaCopyLinear(); +s32 PS4_SYSV_ABI sceGnmSdmaCopyTiled(); +s32 PS4_SYSV_ABI sceGnmSdmaCopyWindow(); +s32 PS4_SYSV_ABI sceGnmSdmaFlush(); +s32 PS4_SYSV_ABI sceGnmSdmaGetMinCmdSize(); +s32 PS4_SYSV_ABI sceGnmSdmaOpen(); +s32 PS4_SYSV_ABI sceGnmSetCsShader(); +s32 PS4_SYSV_ABI sceGnmSetCsShaderWithModifier(); +s32 PS4_SYSV_ABI sceGnmSetEmbeddedPsShader(); +s32 PS4_SYSV_ABI sceGnmSetEmbeddedVsShader(); +s32 PS4_SYSV_ABI sceGnmSetEsShader(); +s32 PS4_SYSV_ABI sceGnmSetGsRingSizes(); +s32 PS4_SYSV_ABI sceGnmSetGsShader(); +s32 PS4_SYSV_ABI sceGnmSetHsShader(); +s32 PS4_SYSV_ABI sceGnmSetLsShader(); +s32 PS4_SYSV_ABI sceGnmSetPsShader(); +s32 PS4_SYSV_ABI sceGnmSetPsShader350(); +s32 PS4_SYSV_ABI sceGnmSetResourceRegistrationUserMemory(); +s32 PS4_SYSV_ABI sceGnmSetResourceUserData(); +s32 PS4_SYSV_ABI sceGnmSetSpiEnableSqCounters(); +s32 PS4_SYSV_ABI sceGnmSetSpiEnableSqCountersForUnitInstance(); +s32 PS4_SYSV_ABI sceGnmSetupMipStatsReport(); +s32 PS4_SYSV_ABI sceGnmSetVgtControl(); +s32 PS4_SYSV_ABI sceGnmSetVsShader(); +s32 PS4_SYSV_ABI sceGnmSetWaveLimitMultiplier(); +s32 PS4_SYSV_ABI sceGnmSetWaveLimitMultipliers(); +s32 PS4_SYSV_ABI sceGnmSpmEndSpm(); +s32 PS4_SYSV_ABI sceGnmSpmInit(); +s32 PS4_SYSV_ABI sceGnmSpmInit2(); +s32 PS4_SYSV_ABI sceGnmSpmSetDelay(); +s32 PS4_SYSV_ABI sceGnmSpmSetMuxRam(); +s32 PS4_SYSV_ABI sceGnmSpmSetMuxRam2(); +s32 PS4_SYSV_ABI sceGnmSpmSetSelectCounter(); +s32 PS4_SYSV_ABI sceGnmSpmSetSpmSelects(); +s32 PS4_SYSV_ABI sceGnmSpmSetSpmSelects2(); +s32 PS4_SYSV_ABI sceGnmSpmStartSpm(); +s32 PS4_SYSV_ABI sceGnmSqttFini(); +s32 PS4_SYSV_ABI sceGnmSqttFinishTrace(); +s32 PS4_SYSV_ABI sceGnmSqttGetBcInfo(); +s32 PS4_SYSV_ABI sceGnmSqttGetGpuClocks(); +s32 PS4_SYSV_ABI sceGnmSqttGetHiWater(); +s32 PS4_SYSV_ABI sceGnmSqttGetStatus(); +s32 PS4_SYSV_ABI sceGnmSqttGetTraceCounter(); +s32 PS4_SYSV_ABI sceGnmSqttGetTraceWptr(); +s32 PS4_SYSV_ABI sceGnmSqttGetWrapCounts(); +s32 PS4_SYSV_ABI sceGnmSqttGetWrapCounts2(); +s32 PS4_SYSV_ABI sceGnmSqttGetWritebackLabels(); +s32 PS4_SYSV_ABI sceGnmSqttInit(); +s32 PS4_SYSV_ABI sceGnmSqttSelectMode(); +s32 PS4_SYSV_ABI sceGnmSqttSelectTarget(); +s32 PS4_SYSV_ABI sceGnmSqttSelectTokens(); +s32 PS4_SYSV_ABI sceGnmSqttSetCuPerfMask(); +s32 PS4_SYSV_ABI sceGnmSqttSetDceEventWrite(); +s32 PS4_SYSV_ABI sceGnmSqttSetHiWater(); +s32 PS4_SYSV_ABI sceGnmSqttSetTraceBuffer2(); +s32 PS4_SYSV_ABI sceGnmSqttSetTraceBuffers(); +s32 PS4_SYSV_ABI sceGnmSqttSetUserData(); +s32 PS4_SYSV_ABI sceGnmSqttSetUserdataTimer(); +s32 PS4_SYSV_ABI sceGnmSqttStartTrace(); +s32 PS4_SYSV_ABI sceGnmSqttStopTrace(); +s32 PS4_SYSV_ABI sceGnmSqttSwitchTraceBuffer(); +s32 PS4_SYSV_ABI sceGnmSqttSwitchTraceBuffer2(); +s32 PS4_SYSV_ABI sceGnmSqttWaitForEvent(); +s32 PS4_SYSV_ABI sceGnmSubmitAndFlipCommandBuffers(); +s32 PS4_SYSV_ABI sceGnmSubmitAndFlipCommandBuffersForWorkload(); +s32 PS4_SYSV_ABI sceGnmSubmitCommandBuffers(); +s32 PS4_SYSV_ABI sceGnmSubmitCommandBuffersForWorkload(); +s32 PS4_SYSV_ABI sceGnmSubmitDone(); +s32 PS4_SYSV_ABI sceGnmUnmapComputeQueue(); +s32 PS4_SYSV_ABI sceGnmUnregisterAllResourcesForOwner(); +s32 PS4_SYSV_ABI sceGnmUnregisterOwnerAndResources(); +s32 PS4_SYSV_ABI sceGnmUnregisterResource(); +s32 PS4_SYSV_ABI sceGnmUpdateGsShader(); +s32 PS4_SYSV_ABI sceGnmUpdateHsShader(); +s32 PS4_SYSV_ABI sceGnmUpdatePsShader(); +s32 PS4_SYSV_ABI sceGnmUpdatePsShader350(); +s32 PS4_SYSV_ABI sceGnmUpdateVsShader(); +s32 PS4_SYSV_ABI sceGnmValidateCommandBuffers(); +s32 PS4_SYSV_ABI sceGnmValidateDisableDiagnostics(); +s32 PS4_SYSV_ABI sceGnmValidateDisableDiagnostics2(); +s32 PS4_SYSV_ABI sceGnmValidateDispatchCommandBuffers(); +s32 PS4_SYSV_ABI sceGnmValidateDrawCommandBuffers(); +s32 PS4_SYSV_ABI sceGnmValidateGetDiagnosticInfo(); +s32 PS4_SYSV_ABI sceGnmValidateGetDiagnostics(); +s32 PS4_SYSV_ABI sceGnmValidateGetVersion(); +s32 PS4_SYSV_ABI sceGnmValidateOnSubmitEnabled(); +s32 PS4_SYSV_ABI sceGnmValidateResetState(); +s32 PS4_SYSV_ABI sceGnmValidationRegisterMemoryCheckCallback(); +s32 PS4_SYSV_ABI sceRazorCaptureCommandBuffersOnlyImmediate(); +s32 PS4_SYSV_ABI sceRazorCaptureCommandBuffersOnlySinceLastFlip(); +s32 PS4_SYSV_ABI sceRazorCaptureImmediate(); +s32 PS4_SYSV_ABI sceRazorCaptureSinceLastFlip(); +s32 PS4_SYSV_ABI sceRazorIsLoaded(); +s32 PS4_SYSV_ABI Func_063D065A2D6359C3(); +s32 PS4_SYSV_ABI Func_0CABACAFB258429D(); +s32 PS4_SYSV_ABI Func_150CF336FC2E99A3(); +s32 PS4_SYSV_ABI Func_17CA687F9EE52D49(); +s32 PS4_SYSV_ABI Func_1870B89F759C6B45(); +s32 PS4_SYSV_ABI Func_26F9029EF68A955E(); +s32 PS4_SYSV_ABI Func_301E3DBBAB092DB0(); +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_50678F1CCEEB9A00(); +s32 PS4_SYSV_ABI Func_54A2EC5FA4C62413(); +s32 PS4_SYSV_ABI Func_5A9C52C83138AE6B(); +s32 PS4_SYSV_ABI Func_5D22193A31EA1142(); +s32 PS4_SYSV_ABI Func_725A36DEBB60948D(); +s32 PS4_SYSV_ABI Func_8021A502FA61B9BB(); +s32 PS4_SYSV_ABI Func_9D002FE0FA40F0E6(); +s32 PS4_SYSV_ABI Func_9D297F36A7028B71(); +s32 PS4_SYSV_ABI Func_A2D7EC7A7BCF79B3(); +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_D1511B9DCFFB3DD9(); +s32 PS4_SYSV_ABI Func_D53446649B02E58E(); +s32 PS4_SYSV_ABI Func_D8B6E8E28E1EF0A3(); +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 sceGnmDebugReset(); +s32 PS4_SYSV_ABI Func_C4C328B7CF3B4171(); +s32 PS4_SYSV_ABI sceGnmDebugModuleReset(); void RegisterlibSceGnmDriver(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::GnmDriver \ No newline at end of file diff --git a/libraries/http.cpp b/libraries/http.cpp index 6980ce3..fad53c8 100644 --- a/libraries/http.cpp +++ b/libraries/http.cpp @@ -8,710 +8,710 @@ namespace Libraries::Http { -int PS4_SYSV_ABI sceHttpAbortRequest() { +s32 PS4_SYSV_ABI sceHttpAbortRequest() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpAbortRequestForce() { +s32 PS4_SYSV_ABI sceHttpAbortRequestForce() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpAbortWaitRequest() { +s32 PS4_SYSV_ABI sceHttpAbortWaitRequest() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpAddCookie() { +s32 PS4_SYSV_ABI sceHttpAddCookie() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpAddQuery() { +s32 PS4_SYSV_ABI sceHttpAddQuery() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpAddRequestHeader() { +s32 PS4_SYSV_ABI sceHttpAddRequestHeader() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpAddRequestHeaderRaw() { +s32 PS4_SYSV_ABI sceHttpAddRequestHeaderRaw() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpAuthCacheExport() { +s32 PS4_SYSV_ABI sceHttpAuthCacheExport() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpAuthCacheFlush() { +s32 PS4_SYSV_ABI sceHttpAuthCacheFlush() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpAuthCacheImport() { +s32 PS4_SYSV_ABI sceHttpAuthCacheImport() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpCacheRedirectedConnectionEnabled() { +s32 PS4_SYSV_ABI sceHttpCacheRedirectedConnectionEnabled() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpCookieExport() { +s32 PS4_SYSV_ABI sceHttpCookieExport() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpCookieFlush() { +s32 PS4_SYSV_ABI sceHttpCookieFlush() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpCookieImport() { +s32 PS4_SYSV_ABI sceHttpCookieImport() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpCreateConnection() { +s32 PS4_SYSV_ABI sceHttpCreateConnection() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpCreateConnectionWithURL() { +s32 PS4_SYSV_ABI sceHttpCreateConnectionWithURL() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpCreateEpoll() { +s32 PS4_SYSV_ABI sceHttpCreateEpoll() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpCreateRequest() { +s32 PS4_SYSV_ABI sceHttpCreateRequest() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpCreateRequest2() { +s32 PS4_SYSV_ABI sceHttpCreateRequest2() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpCreateRequestWithURL() { +s32 PS4_SYSV_ABI sceHttpCreateRequestWithURL() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpCreateRequestWithURL2() { +s32 PS4_SYSV_ABI sceHttpCreateRequestWithURL2() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpCreateTemplate() { +s32 PS4_SYSV_ABI sceHttpCreateTemplate() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpDbgEnableProfile() { +s32 PS4_SYSV_ABI sceHttpDbgEnableProfile() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpDbgGetConnectionStat() { +s32 PS4_SYSV_ABI sceHttpDbgGetConnectionStat() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpDbgGetRequestStat() { +s32 PS4_SYSV_ABI sceHttpDbgGetRequestStat() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpDbgSetPrintf() { +s32 PS4_SYSV_ABI sceHttpDbgSetPrintf() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpDbgShowConnectionStat() { +s32 PS4_SYSV_ABI sceHttpDbgShowConnectionStat() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpDbgShowMemoryPoolStat() { +s32 PS4_SYSV_ABI sceHttpDbgShowMemoryPoolStat() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpDbgShowRequestStat() { +s32 PS4_SYSV_ABI sceHttpDbgShowRequestStat() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpDbgShowStat() { +s32 PS4_SYSV_ABI sceHttpDbgShowStat() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpDeleteConnection() { +s32 PS4_SYSV_ABI sceHttpDeleteConnection() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpDeleteRequest() { +s32 PS4_SYSV_ABI sceHttpDeleteRequest() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpDeleteTemplate() { +s32 PS4_SYSV_ABI sceHttpDeleteTemplate() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpDestroyEpoll() { +s32 PS4_SYSV_ABI sceHttpDestroyEpoll() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetAcceptEncodingGZIPEnabled() { +s32 PS4_SYSV_ABI sceHttpGetAcceptEncodingGZIPEnabled() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetAllResponseHeaders() { +s32 PS4_SYSV_ABI sceHttpGetAllResponseHeaders() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetAuthEnabled() { +s32 PS4_SYSV_ABI sceHttpGetAuthEnabled() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetAutoRedirect() { +s32 PS4_SYSV_ABI sceHttpGetAutoRedirect() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetConnectionStat() { +s32 PS4_SYSV_ABI sceHttpGetConnectionStat() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetCookie() { +s32 PS4_SYSV_ABI sceHttpGetCookie() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetCookieEnabled() { +s32 PS4_SYSV_ABI sceHttpGetCookieEnabled() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetCookieStats() { +s32 PS4_SYSV_ABI sceHttpGetCookieStats() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetEpoll() { +s32 PS4_SYSV_ABI sceHttpGetEpoll() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetEpollId() { +s32 PS4_SYSV_ABI sceHttpGetEpollId() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetLastErrno() { +s32 PS4_SYSV_ABI sceHttpGetLastErrno() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetMemoryPoolStats() { +s32 PS4_SYSV_ABI sceHttpGetMemoryPoolStats() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetNonblock() { +s32 PS4_SYSV_ABI sceHttpGetNonblock() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetRegisteredCtxIds() { +s32 PS4_SYSV_ABI sceHttpGetRegisteredCtxIds() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetResponseContentLength() { +s32 PS4_SYSV_ABI sceHttpGetResponseContentLength() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpGetStatusCode() { +s32 PS4_SYSV_ABI sceHttpGetStatusCode() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpInit() { +s32 PS4_SYSV_ABI sceHttpInit() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpParseResponseHeader() { +s32 PS4_SYSV_ABI sceHttpParseResponseHeader() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpParseStatusLine() { +s32 PS4_SYSV_ABI sceHttpParseStatusLine() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpReadData() { +s32 PS4_SYSV_ABI sceHttpReadData() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpRedirectCacheFlush() { +s32 PS4_SYSV_ABI sceHttpRedirectCacheFlush() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpRemoveRequestHeader() { +s32 PS4_SYSV_ABI sceHttpRemoveRequestHeader() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpRequestGetAllHeaders() { +s32 PS4_SYSV_ABI sceHttpRequestGetAllHeaders() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpsDisableOption() { +s32 PS4_SYSV_ABI sceHttpsDisableOption() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpsDisableOptionPrivate() { +s32 PS4_SYSV_ABI sceHttpsDisableOptionPrivate() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpsEnableOption() { +s32 PS4_SYSV_ABI sceHttpsEnableOption() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpsEnableOptionPrivate() { +s32 PS4_SYSV_ABI sceHttpsEnableOptionPrivate() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSendRequest() { +s32 PS4_SYSV_ABI sceHttpSendRequest() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetAcceptEncodingGZIPEnabled() { +s32 PS4_SYSV_ABI sceHttpSetAcceptEncodingGZIPEnabled() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetAuthEnabled() { +s32 PS4_SYSV_ABI sceHttpSetAuthEnabled() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetAuthInfoCallback() { +s32 PS4_SYSV_ABI sceHttpSetAuthInfoCallback() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetAutoRedirect() { +s32 PS4_SYSV_ABI sceHttpSetAutoRedirect() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetChunkedTransferEnabled() { +s32 PS4_SYSV_ABI sceHttpSetChunkedTransferEnabled() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetConnectTimeOut() { +s32 PS4_SYSV_ABI sceHttpSetConnectTimeOut() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetCookieEnabled() { +s32 PS4_SYSV_ABI sceHttpSetCookieEnabled() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetCookieMaxNum() { +s32 PS4_SYSV_ABI sceHttpSetCookieMaxNum() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetCookieMaxNumPerDomain() { +s32 PS4_SYSV_ABI sceHttpSetCookieMaxNumPerDomain() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetCookieMaxSize() { +s32 PS4_SYSV_ABI sceHttpSetCookieMaxSize() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetCookieRecvCallback() { +s32 PS4_SYSV_ABI sceHttpSetCookieRecvCallback() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetCookieSendCallback() { +s32 PS4_SYSV_ABI sceHttpSetCookieSendCallback() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetCookieTotalMaxSize() { +s32 PS4_SYSV_ABI sceHttpSetCookieTotalMaxSize() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetDefaultAcceptEncodingGZIPEnabled() { +s32 PS4_SYSV_ABI sceHttpSetDefaultAcceptEncodingGZIPEnabled() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetDelayBuildRequestEnabled() { +s32 PS4_SYSV_ABI sceHttpSetDelayBuildRequestEnabled() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetEpoll() { +s32 PS4_SYSV_ABI sceHttpSetEpoll() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetEpollId() { +s32 PS4_SYSV_ABI sceHttpSetEpollId() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetHttp09Enabled() { +s32 PS4_SYSV_ABI sceHttpSetHttp09Enabled() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetInflateGZIPEnabled() { +s32 PS4_SYSV_ABI sceHttpSetInflateGZIPEnabled() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetNonblock() { +s32 PS4_SYSV_ABI sceHttpSetNonblock() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetPolicyOption() { +s32 PS4_SYSV_ABI sceHttpSetPolicyOption() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetPriorityOption() { +s32 PS4_SYSV_ABI sceHttpSetPriorityOption() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetProxy() { +s32 PS4_SYSV_ABI sceHttpSetProxy() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetRecvBlockSize() { +s32 PS4_SYSV_ABI sceHttpSetRecvBlockSize() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetRecvTimeOut() { +s32 PS4_SYSV_ABI sceHttpSetRecvTimeOut() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetRedirectCallback() { +s32 PS4_SYSV_ABI sceHttpSetRedirectCallback() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetRequestContentLength() { +s32 PS4_SYSV_ABI sceHttpSetRequestContentLength() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetRequestStatusCallback() { +s32 PS4_SYSV_ABI sceHttpSetRequestStatusCallback() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetResolveRetry() { +s32 PS4_SYSV_ABI sceHttpSetResolveRetry() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetResolveTimeOut() { +s32 PS4_SYSV_ABI sceHttpSetResolveTimeOut() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetResponseHeaderMaxSize() { +s32 PS4_SYSV_ABI sceHttpSetResponseHeaderMaxSize() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetSendTimeOut() { +s32 PS4_SYSV_ABI sceHttpSetSendTimeOut() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpSetSocketCreationCallback() { +s32 PS4_SYSV_ABI sceHttpSetSocketCreationCallback() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpsFreeCaList() { +s32 PS4_SYSV_ABI sceHttpsFreeCaList() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpsGetCaList() { +s32 PS4_SYSV_ABI sceHttpsGetCaList() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpsGetSslError() { +s32 PS4_SYSV_ABI sceHttpsGetSslError() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpsLoadCert() { +s32 PS4_SYSV_ABI sceHttpsLoadCert() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpsSetMinSslVersion() { +s32 PS4_SYSV_ABI sceHttpsSetMinSslVersion() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpsSetSslCallback() { +s32 PS4_SYSV_ABI sceHttpsSetSslCallback() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpsSetSslVersion() { +s32 PS4_SYSV_ABI sceHttpsSetSslVersion() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpsUnloadCert() { +s32 PS4_SYSV_ABI sceHttpsUnloadCert() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpTerm() { +s32 PS4_SYSV_ABI sceHttpTerm() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpTryGetNonblock() { +s32 PS4_SYSV_ABI sceHttpTryGetNonblock() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpTrySetNonblock() { +s32 PS4_SYSV_ABI sceHttpTrySetNonblock() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpUnsetEpoll() { +s32 PS4_SYSV_ABI sceHttpUnsetEpoll() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpUriBuild() { +s32 PS4_SYSV_ABI sceHttpUriBuild() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpUriCopy() { +s32 PS4_SYSV_ABI sceHttpUriCopy() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpUriEscape() { +s32 PS4_SYSV_ABI sceHttpUriEscape() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpUriMerge() { +s32 PS4_SYSV_ABI sceHttpUriMerge() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpUriParse() { +s32 PS4_SYSV_ABI sceHttpUriParse() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpUriSweepPath() { +s32 PS4_SYSV_ABI sceHttpUriSweepPath() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpUriUnescape() { +s32 PS4_SYSV_ABI sceHttpUriUnescape() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceHttpWaitRequest() { +s32 PS4_SYSV_ABI sceHttpWaitRequest() { LOG_ERROR(Lib_Http, "(STUBBED) called"); return ORBIS_OK; } void RegisterlibSceHttp(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("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, 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("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("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, 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("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("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, 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("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("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("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, 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("-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("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("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("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); }; } // namespace Libraries::Http \ No newline at end of file diff --git a/libraries/http.h b/libraries/http.h index 30e23be..873180a 100644 --- a/libraries/http.h +++ b/libraries/http.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,121 +11,121 @@ class SymbolsResolver; namespace Libraries::Http { -int PS4_SYSV_ABI sceHttpAbortRequest(); -int PS4_SYSV_ABI sceHttpAbortRequestForce(); -int PS4_SYSV_ABI sceHttpAbortWaitRequest(); -int PS4_SYSV_ABI sceHttpAddCookie(); -int PS4_SYSV_ABI sceHttpAddQuery(); -int PS4_SYSV_ABI sceHttpAddRequestHeader(); -int PS4_SYSV_ABI sceHttpAddRequestHeaderRaw(); -int PS4_SYSV_ABI sceHttpAuthCacheExport(); -int PS4_SYSV_ABI sceHttpAuthCacheFlush(); -int PS4_SYSV_ABI sceHttpAuthCacheImport(); -int PS4_SYSV_ABI sceHttpCacheRedirectedConnectionEnabled(); -int PS4_SYSV_ABI sceHttpCookieExport(); -int PS4_SYSV_ABI sceHttpCookieFlush(); -int PS4_SYSV_ABI sceHttpCookieImport(); -int PS4_SYSV_ABI sceHttpCreateConnection(); -int PS4_SYSV_ABI sceHttpCreateConnectionWithURL(); -int PS4_SYSV_ABI sceHttpCreateEpoll(); -int PS4_SYSV_ABI sceHttpCreateRequest(); -int PS4_SYSV_ABI sceHttpCreateRequest2(); -int PS4_SYSV_ABI sceHttpCreateRequestWithURL(); -int PS4_SYSV_ABI sceHttpCreateRequestWithURL2(); -int PS4_SYSV_ABI sceHttpCreateTemplate(); -int PS4_SYSV_ABI sceHttpDbgEnableProfile(); -int PS4_SYSV_ABI sceHttpDbgGetConnectionStat(); -int PS4_SYSV_ABI sceHttpDbgGetRequestStat(); -int PS4_SYSV_ABI sceHttpDbgSetPrintf(); -int PS4_SYSV_ABI sceHttpDbgShowConnectionStat(); -int PS4_SYSV_ABI sceHttpDbgShowMemoryPoolStat(); -int PS4_SYSV_ABI sceHttpDbgShowRequestStat(); -int PS4_SYSV_ABI sceHttpDbgShowStat(); -int PS4_SYSV_ABI sceHttpDeleteConnection(); -int PS4_SYSV_ABI sceHttpDeleteRequest(); -int PS4_SYSV_ABI sceHttpDeleteTemplate(); -int PS4_SYSV_ABI sceHttpDestroyEpoll(); -int PS4_SYSV_ABI sceHttpGetAcceptEncodingGZIPEnabled(); -int PS4_SYSV_ABI sceHttpGetAllResponseHeaders(); -int PS4_SYSV_ABI sceHttpGetAuthEnabled(); -int PS4_SYSV_ABI sceHttpGetAutoRedirect(); -int PS4_SYSV_ABI sceHttpGetConnectionStat(); -int PS4_SYSV_ABI sceHttpGetCookie(); -int PS4_SYSV_ABI sceHttpGetCookieEnabled(); -int PS4_SYSV_ABI sceHttpGetCookieStats(); -int PS4_SYSV_ABI sceHttpGetEpoll(); -int PS4_SYSV_ABI sceHttpGetEpollId(); -int PS4_SYSV_ABI sceHttpGetLastErrno(); -int PS4_SYSV_ABI sceHttpGetMemoryPoolStats(); -int PS4_SYSV_ABI sceHttpGetNonblock(); -int PS4_SYSV_ABI sceHttpGetRegisteredCtxIds(); -int PS4_SYSV_ABI sceHttpGetResponseContentLength(); -int PS4_SYSV_ABI sceHttpGetStatusCode(); -int PS4_SYSV_ABI sceHttpInit(); -int PS4_SYSV_ABI sceHttpParseResponseHeader(); -int PS4_SYSV_ABI sceHttpParseStatusLine(); -int PS4_SYSV_ABI sceHttpReadData(); -int PS4_SYSV_ABI sceHttpRedirectCacheFlush(); -int PS4_SYSV_ABI sceHttpRemoveRequestHeader(); -int PS4_SYSV_ABI sceHttpRequestGetAllHeaders(); -int PS4_SYSV_ABI sceHttpsDisableOption(); -int PS4_SYSV_ABI sceHttpsDisableOptionPrivate(); -int PS4_SYSV_ABI sceHttpsEnableOption(); -int PS4_SYSV_ABI sceHttpsEnableOptionPrivate(); -int PS4_SYSV_ABI sceHttpSendRequest(); -int PS4_SYSV_ABI sceHttpSetAcceptEncodingGZIPEnabled(); -int PS4_SYSV_ABI sceHttpSetAuthEnabled(); -int PS4_SYSV_ABI sceHttpSetAuthInfoCallback(); -int PS4_SYSV_ABI sceHttpSetAutoRedirect(); -int PS4_SYSV_ABI sceHttpSetChunkedTransferEnabled(); -int PS4_SYSV_ABI sceHttpSetConnectTimeOut(); -int PS4_SYSV_ABI sceHttpSetCookieEnabled(); -int PS4_SYSV_ABI sceHttpSetCookieMaxNum(); -int PS4_SYSV_ABI sceHttpSetCookieMaxNumPerDomain(); -int PS4_SYSV_ABI sceHttpSetCookieMaxSize(); -int PS4_SYSV_ABI sceHttpSetCookieRecvCallback(); -int PS4_SYSV_ABI sceHttpSetCookieSendCallback(); -int PS4_SYSV_ABI sceHttpSetCookieTotalMaxSize(); -int PS4_SYSV_ABI sceHttpSetDefaultAcceptEncodingGZIPEnabled(); -int PS4_SYSV_ABI sceHttpSetDelayBuildRequestEnabled(); -int PS4_SYSV_ABI sceHttpSetEpoll(); -int PS4_SYSV_ABI sceHttpSetEpollId(); -int PS4_SYSV_ABI sceHttpSetHttp09Enabled(); -int PS4_SYSV_ABI sceHttpSetInflateGZIPEnabled(); -int PS4_SYSV_ABI sceHttpSetNonblock(); -int PS4_SYSV_ABI sceHttpSetPolicyOption(); -int PS4_SYSV_ABI sceHttpSetPriorityOption(); -int PS4_SYSV_ABI sceHttpSetProxy(); -int PS4_SYSV_ABI sceHttpSetRecvBlockSize(); -int PS4_SYSV_ABI sceHttpSetRecvTimeOut(); -int PS4_SYSV_ABI sceHttpSetRedirectCallback(); -int PS4_SYSV_ABI sceHttpSetRequestContentLength(); -int PS4_SYSV_ABI sceHttpSetRequestStatusCallback(); -int PS4_SYSV_ABI sceHttpSetResolveRetry(); -int PS4_SYSV_ABI sceHttpSetResolveTimeOut(); -int PS4_SYSV_ABI sceHttpSetResponseHeaderMaxSize(); -int PS4_SYSV_ABI sceHttpSetSendTimeOut(); -int PS4_SYSV_ABI sceHttpSetSocketCreationCallback(); -int PS4_SYSV_ABI sceHttpsFreeCaList(); -int PS4_SYSV_ABI sceHttpsGetCaList(); -int PS4_SYSV_ABI sceHttpsGetSslError(); -int PS4_SYSV_ABI sceHttpsLoadCert(); -int PS4_SYSV_ABI sceHttpsSetMinSslVersion(); -int PS4_SYSV_ABI sceHttpsSetSslCallback(); -int PS4_SYSV_ABI sceHttpsSetSslVersion(); -int PS4_SYSV_ABI sceHttpsUnloadCert(); -int PS4_SYSV_ABI sceHttpTerm(); -int PS4_SYSV_ABI sceHttpTryGetNonblock(); -int PS4_SYSV_ABI sceHttpTrySetNonblock(); -int PS4_SYSV_ABI sceHttpUnsetEpoll(); -int PS4_SYSV_ABI sceHttpUriBuild(); -int PS4_SYSV_ABI sceHttpUriCopy(); -int PS4_SYSV_ABI sceHttpUriEscape(); -int PS4_SYSV_ABI sceHttpUriMerge(); -int PS4_SYSV_ABI sceHttpUriParse(); -int PS4_SYSV_ABI sceHttpUriSweepPath(); -int PS4_SYSV_ABI sceHttpUriUnescape(); -int PS4_SYSV_ABI sceHttpWaitRequest(); +s32 PS4_SYSV_ABI sceHttpAbortRequest(); +s32 PS4_SYSV_ABI sceHttpAbortRequestForce(); +s32 PS4_SYSV_ABI sceHttpAbortWaitRequest(); +s32 PS4_SYSV_ABI sceHttpAddCookie(); +s32 PS4_SYSV_ABI sceHttpAddQuery(); +s32 PS4_SYSV_ABI sceHttpAddRequestHeader(); +s32 PS4_SYSV_ABI sceHttpAddRequestHeaderRaw(); +s32 PS4_SYSV_ABI sceHttpAuthCacheExport(); +s32 PS4_SYSV_ABI sceHttpAuthCacheFlush(); +s32 PS4_SYSV_ABI sceHttpAuthCacheImport(); +s32 PS4_SYSV_ABI sceHttpCacheRedirectedConnectionEnabled(); +s32 PS4_SYSV_ABI sceHttpCookieExport(); +s32 PS4_SYSV_ABI sceHttpCookieFlush(); +s32 PS4_SYSV_ABI sceHttpCookieImport(); +s32 PS4_SYSV_ABI sceHttpCreateConnection(); +s32 PS4_SYSV_ABI sceHttpCreateConnectionWithURL(); +s32 PS4_SYSV_ABI sceHttpCreateEpoll(); +s32 PS4_SYSV_ABI sceHttpCreateRequest(); +s32 PS4_SYSV_ABI sceHttpCreateRequest2(); +s32 PS4_SYSV_ABI sceHttpCreateRequestWithURL(); +s32 PS4_SYSV_ABI sceHttpCreateRequestWithURL2(); +s32 PS4_SYSV_ABI sceHttpCreateTemplate(); +s32 PS4_SYSV_ABI sceHttpDbgEnableProfile(); +s32 PS4_SYSV_ABI sceHttpDbgGetConnectionStat(); +s32 PS4_SYSV_ABI sceHttpDbgGetRequestStat(); +s32 PS4_SYSV_ABI sceHttpDbgSetPrintf(); +s32 PS4_SYSV_ABI sceHttpDbgShowConnectionStat(); +s32 PS4_SYSV_ABI sceHttpDbgShowMemoryPoolStat(); +s32 PS4_SYSV_ABI sceHttpDbgShowRequestStat(); +s32 PS4_SYSV_ABI sceHttpDbgShowStat(); +s32 PS4_SYSV_ABI sceHttpDeleteConnection(); +s32 PS4_SYSV_ABI sceHttpDeleteRequest(); +s32 PS4_SYSV_ABI sceHttpDeleteTemplate(); +s32 PS4_SYSV_ABI sceHttpDestroyEpoll(); +s32 PS4_SYSV_ABI sceHttpGetAcceptEncodingGZIPEnabled(); +s32 PS4_SYSV_ABI sceHttpGetAllResponseHeaders(); +s32 PS4_SYSV_ABI sceHttpGetAuthEnabled(); +s32 PS4_SYSV_ABI sceHttpGetAutoRedirect(); +s32 PS4_SYSV_ABI sceHttpGetConnectionStat(); +s32 PS4_SYSV_ABI sceHttpGetCookie(); +s32 PS4_SYSV_ABI sceHttpGetCookieEnabled(); +s32 PS4_SYSV_ABI sceHttpGetCookieStats(); +s32 PS4_SYSV_ABI sceHttpGetEpoll(); +s32 PS4_SYSV_ABI sceHttpGetEpollId(); +s32 PS4_SYSV_ABI sceHttpGetLastErrno(); +s32 PS4_SYSV_ABI sceHttpGetMemoryPoolStats(); +s32 PS4_SYSV_ABI sceHttpGetNonblock(); +s32 PS4_SYSV_ABI sceHttpGetRegisteredCtxIds(); +s32 PS4_SYSV_ABI sceHttpGetResponseContentLength(); +s32 PS4_SYSV_ABI sceHttpGetStatusCode(); +s32 PS4_SYSV_ABI sceHttpInit(); +s32 PS4_SYSV_ABI sceHttpParseResponseHeader(); +s32 PS4_SYSV_ABI sceHttpParseStatusLine(); +s32 PS4_SYSV_ABI sceHttpReadData(); +s32 PS4_SYSV_ABI sceHttpRedirectCacheFlush(); +s32 PS4_SYSV_ABI sceHttpRemoveRequestHeader(); +s32 PS4_SYSV_ABI sceHttpRequestGetAllHeaders(); +s32 PS4_SYSV_ABI sceHttpsDisableOption(); +s32 PS4_SYSV_ABI sceHttpsDisableOptionPrivate(); +s32 PS4_SYSV_ABI sceHttpsEnableOption(); +s32 PS4_SYSV_ABI sceHttpsEnableOptionPrivate(); +s32 PS4_SYSV_ABI sceHttpSendRequest(); +s32 PS4_SYSV_ABI sceHttpSetAcceptEncodingGZIPEnabled(); +s32 PS4_SYSV_ABI sceHttpSetAuthEnabled(); +s32 PS4_SYSV_ABI sceHttpSetAuthInfoCallback(); +s32 PS4_SYSV_ABI sceHttpSetAutoRedirect(); +s32 PS4_SYSV_ABI sceHttpSetChunkedTransferEnabled(); +s32 PS4_SYSV_ABI sceHttpSetConnectTimeOut(); +s32 PS4_SYSV_ABI sceHttpSetCookieEnabled(); +s32 PS4_SYSV_ABI sceHttpSetCookieMaxNum(); +s32 PS4_SYSV_ABI sceHttpSetCookieMaxNumPerDomain(); +s32 PS4_SYSV_ABI sceHttpSetCookieMaxSize(); +s32 PS4_SYSV_ABI sceHttpSetCookieRecvCallback(); +s32 PS4_SYSV_ABI sceHttpSetCookieSendCallback(); +s32 PS4_SYSV_ABI sceHttpSetCookieTotalMaxSize(); +s32 PS4_SYSV_ABI sceHttpSetDefaultAcceptEncodingGZIPEnabled(); +s32 PS4_SYSV_ABI sceHttpSetDelayBuildRequestEnabled(); +s32 PS4_SYSV_ABI sceHttpSetEpoll(); +s32 PS4_SYSV_ABI sceHttpSetEpollId(); +s32 PS4_SYSV_ABI sceHttpSetHttp09Enabled(); +s32 PS4_SYSV_ABI sceHttpSetInflateGZIPEnabled(); +s32 PS4_SYSV_ABI sceHttpSetNonblock(); +s32 PS4_SYSV_ABI sceHttpSetPolicyOption(); +s32 PS4_SYSV_ABI sceHttpSetPriorityOption(); +s32 PS4_SYSV_ABI sceHttpSetProxy(); +s32 PS4_SYSV_ABI sceHttpSetRecvBlockSize(); +s32 PS4_SYSV_ABI sceHttpSetRecvTimeOut(); +s32 PS4_SYSV_ABI sceHttpSetRedirectCallback(); +s32 PS4_SYSV_ABI sceHttpSetRequestContentLength(); +s32 PS4_SYSV_ABI sceHttpSetRequestStatusCallback(); +s32 PS4_SYSV_ABI sceHttpSetResolveRetry(); +s32 PS4_SYSV_ABI sceHttpSetResolveTimeOut(); +s32 PS4_SYSV_ABI sceHttpSetResponseHeaderMaxSize(); +s32 PS4_SYSV_ABI sceHttpSetSendTimeOut(); +s32 PS4_SYSV_ABI sceHttpSetSocketCreationCallback(); +s32 PS4_SYSV_ABI sceHttpsFreeCaList(); +s32 PS4_SYSV_ABI sceHttpsGetCaList(); +s32 PS4_SYSV_ABI sceHttpsGetSslError(); +s32 PS4_SYSV_ABI sceHttpsLoadCert(); +s32 PS4_SYSV_ABI sceHttpsSetMinSslVersion(); +s32 PS4_SYSV_ABI sceHttpsSetSslCallback(); +s32 PS4_SYSV_ABI sceHttpsSetSslVersion(); +s32 PS4_SYSV_ABI sceHttpsUnloadCert(); +s32 PS4_SYSV_ABI sceHttpTerm(); +s32 PS4_SYSV_ABI sceHttpTryGetNonblock(); +s32 PS4_SYSV_ABI sceHttpTrySetNonblock(); +s32 PS4_SYSV_ABI sceHttpUnsetEpoll(); +s32 PS4_SYSV_ABI sceHttpUriBuild(); +s32 PS4_SYSV_ABI sceHttpUriCopy(); +s32 PS4_SYSV_ABI sceHttpUriEscape(); +s32 PS4_SYSV_ABI sceHttpUriMerge(); +s32 PS4_SYSV_ABI sceHttpUriParse(); +s32 PS4_SYSV_ABI sceHttpUriSweepPath(); +s32 PS4_SYSV_ABI sceHttpUriUnescape(); +s32 PS4_SYSV_ABI sceHttpWaitRequest(); void RegisterlibSceHttp(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::Http \ No newline at end of file diff --git a/libraries/ime.cpp b/libraries/ime.cpp index 311b3f5..803675e 100644 --- a/libraries/ime.cpp +++ b/libraries/ime.cpp @@ -8,332 +8,333 @@ namespace Libraries::Ime { -int PS4_SYSV_ABI FinalizeImeModule() { +s32 PS4_SYSV_ABI FinalizeImeModule() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI InitializeImeModule() { +s32 PS4_SYSV_ABI InitializeImeModule() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeCheckFilterText() { +s32 PS4_SYSV_ABI sceImeCheckFilterText() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeCheckRemoteEventParam() { +s32 PS4_SYSV_ABI sceImeCheckRemoteEventParam() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeCheckUpdateTextInfo() { +s32 PS4_SYSV_ABI sceImeCheckUpdateTextInfo() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeClose() { +s32 PS4_SYSV_ABI sceImeClose() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeConfigGet() { +s32 PS4_SYSV_ABI sceImeConfigGet() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeConfigSet() { +s32 PS4_SYSV_ABI sceImeConfigSet() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeConfirmCandidate() { +s32 PS4_SYSV_ABI sceImeConfirmCandidate() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeDicAddWord() { +s32 PS4_SYSV_ABI sceImeDicAddWord() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeDicDeleteLearnDics() { +s32 PS4_SYSV_ABI sceImeDicDeleteLearnDics() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeDicDeleteUserDics() { +s32 PS4_SYSV_ABI sceImeDicDeleteUserDics() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeDicDeleteWord() { +s32 PS4_SYSV_ABI sceImeDicDeleteWord() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeDicGetWords() { +s32 PS4_SYSV_ABI sceImeDicGetWords() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeDicReplaceWord() { +s32 PS4_SYSV_ABI sceImeDicReplaceWord() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeDisableController() { +s32 PS4_SYSV_ABI sceImeDisableController() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeFilterText() { +s32 PS4_SYSV_ABI sceImeFilterText() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeForTestFunction() { +s32 PS4_SYSV_ABI sceImeForTestFunction() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeGetPanelPositionAndForm() { +s32 PS4_SYSV_ABI sceImeGetPanelPositionAndForm() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeGetPanelSize() { +s32 PS4_SYSV_ABI sceImeGetPanelSize() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeKeyboardClose() { +s32 PS4_SYSV_ABI sceImeKeyboardClose() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeKeyboardGetInfo() { +s32 PS4_SYSV_ABI sceImeKeyboardGetInfo() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeKeyboardGetResourceId() { +s32 PS4_SYSV_ABI sceImeKeyboardGetResourceId() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeKeyboardOpen() { +s32 PS4_SYSV_ABI sceImeKeyboardOpen() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeKeyboardOpenInternal() { +s32 PS4_SYSV_ABI sceImeKeyboardOpenInternal() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeKeyboardSetMode() { +s32 PS4_SYSV_ABI sceImeKeyboardSetMode() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeKeyboardUpdate() { +s32 PS4_SYSV_ABI sceImeKeyboardUpdate() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeOpen() { +s32 PS4_SYSV_ABI sceImeOpen() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeOpenInternal() { +s32 PS4_SYSV_ABI sceImeOpenInternal() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeParamInit() { +s32 PS4_SYSV_ABI sceImeParamInit() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeSetCandidateIndex() { +s32 PS4_SYSV_ABI sceImeSetCandidateIndex() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeSetCaret() { +s32 PS4_SYSV_ABI sceImeSetCaret() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeSetText() { +s32 PS4_SYSV_ABI sceImeSetText() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeSetTextGeometry() { +s32 PS4_SYSV_ABI sceImeSetTextGeometry() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeUpdate() { +s32 PS4_SYSV_ABI sceImeUpdate() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshClearPreedit() { +s32 PS4_SYSV_ABI sceImeVshClearPreedit() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshClose() { +s32 PS4_SYSV_ABI sceImeVshClose() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshConfirmPreedit() { +s32 PS4_SYSV_ABI sceImeVshConfirmPreedit() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshDisableController() { +s32 PS4_SYSV_ABI sceImeVshDisableController() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshGetPanelPositionAndForm() { +s32 PS4_SYSV_ABI sceImeVshGetPanelPositionAndForm() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshInformConfirmdString() { +s32 PS4_SYSV_ABI sceImeVshInformConfirmdString() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshInformConfirmdString2() { +s32 PS4_SYSV_ABI sceImeVshInformConfirmdString2() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshOpen() { +s32 PS4_SYSV_ABI sceImeVshOpen() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshSendTextInfo() { +s32 PS4_SYSV_ABI sceImeVshSendTextInfo() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshSetCaretGeometry() { +s32 PS4_SYSV_ABI sceImeVshSetCaretGeometry() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshSetCaretIndexInPreedit() { +s32 PS4_SYSV_ABI sceImeVshSetCaretIndexInPreedit() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshSetPanelPosition() { +s32 PS4_SYSV_ABI sceImeVshSetPanelPosition() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshSetParam() { +s32 PS4_SYSV_ABI sceImeVshSetParam() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshSetPreeditGeometry() { +s32 PS4_SYSV_ABI sceImeVshSetPreeditGeometry() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshSetSelectGeometry() { +s32 PS4_SYSV_ABI sceImeVshSetSelectGeometry() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshSetSelectionText() { +s32 PS4_SYSV_ABI sceImeVshSetSelectionText() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshUpdate() { +s32 PS4_SYSV_ABI sceImeVshUpdate() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshUpdateContext() { +s32 PS4_SYSV_ABI sceImeVshUpdateContext() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceImeVshUpdateContext2() { +s32 PS4_SYSV_ABI sceImeVshUpdateContext2() { LOG_ERROR(Lib_Ime, "(STUBBED) called"); return ORBIS_OK; } void RegisterlibSceIme(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("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("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); }; } // namespace Libraries::Ime \ No newline at end of file diff --git a/libraries/ime.h b/libraries/ime.h index 2effbdd..b86033d 100644 --- a/libraries/ime.h +++ b/libraries/ime.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,60 +11,60 @@ class SymbolsResolver; namespace Libraries::Ime { -int PS4_SYSV_ABI FinalizeImeModule(); -int PS4_SYSV_ABI InitializeImeModule(); -int PS4_SYSV_ABI sceImeCheckFilterText(); -int PS4_SYSV_ABI sceImeCheckRemoteEventParam(); -int PS4_SYSV_ABI sceImeCheckUpdateTextInfo(); -int PS4_SYSV_ABI sceImeClose(); -int PS4_SYSV_ABI sceImeConfigGet(); -int PS4_SYSV_ABI sceImeConfigSet(); -int PS4_SYSV_ABI sceImeConfirmCandidate(); -int PS4_SYSV_ABI sceImeDicAddWord(); -int PS4_SYSV_ABI sceImeDicDeleteLearnDics(); -int PS4_SYSV_ABI sceImeDicDeleteUserDics(); -int PS4_SYSV_ABI sceImeDicDeleteWord(); -int PS4_SYSV_ABI sceImeDicGetWords(); -int PS4_SYSV_ABI sceImeDicReplaceWord(); -int PS4_SYSV_ABI sceImeDisableController(); -int PS4_SYSV_ABI sceImeFilterText(); -int PS4_SYSV_ABI sceImeForTestFunction(); -int PS4_SYSV_ABI sceImeGetPanelPositionAndForm(); -int PS4_SYSV_ABI sceImeGetPanelSize(); -int PS4_SYSV_ABI sceImeKeyboardClose(); -int PS4_SYSV_ABI sceImeKeyboardGetInfo(); -int PS4_SYSV_ABI sceImeKeyboardGetResourceId(); -int PS4_SYSV_ABI sceImeKeyboardOpen(); -int PS4_SYSV_ABI sceImeKeyboardOpenInternal(); -int PS4_SYSV_ABI sceImeKeyboardSetMode(); -int PS4_SYSV_ABI sceImeKeyboardUpdate(); -int PS4_SYSV_ABI sceImeOpen(); -int PS4_SYSV_ABI sceImeOpenInternal(); -int PS4_SYSV_ABI sceImeParamInit(); -int PS4_SYSV_ABI sceImeSetCandidateIndex(); -int PS4_SYSV_ABI sceImeSetCaret(); -int PS4_SYSV_ABI sceImeSetText(); -int PS4_SYSV_ABI sceImeSetTextGeometry(); -int PS4_SYSV_ABI sceImeUpdate(); -int PS4_SYSV_ABI sceImeVshClearPreedit(); -int PS4_SYSV_ABI sceImeVshClose(); -int PS4_SYSV_ABI sceImeVshConfirmPreedit(); -int PS4_SYSV_ABI sceImeVshDisableController(); -int PS4_SYSV_ABI sceImeVshGetPanelPositionAndForm(); -int PS4_SYSV_ABI sceImeVshInformConfirmdString(); -int PS4_SYSV_ABI sceImeVshInformConfirmdString2(); -int PS4_SYSV_ABI sceImeVshOpen(); -int PS4_SYSV_ABI sceImeVshSendTextInfo(); -int PS4_SYSV_ABI sceImeVshSetCaretGeometry(); -int PS4_SYSV_ABI sceImeVshSetCaretIndexInPreedit(); -int PS4_SYSV_ABI sceImeVshSetPanelPosition(); -int PS4_SYSV_ABI sceImeVshSetParam(); -int PS4_SYSV_ABI sceImeVshSetPreeditGeometry(); -int PS4_SYSV_ABI sceImeVshSetSelectGeometry(); -int PS4_SYSV_ABI sceImeVshSetSelectionText(); -int PS4_SYSV_ABI sceImeVshUpdate(); -int PS4_SYSV_ABI sceImeVshUpdateContext(); -int PS4_SYSV_ABI sceImeVshUpdateContext2(); +s32 PS4_SYSV_ABI FinalizeImeModule(); +s32 PS4_SYSV_ABI InitializeImeModule(); +s32 PS4_SYSV_ABI sceImeCheckFilterText(); +s32 PS4_SYSV_ABI sceImeCheckRemoteEventParam(); +s32 PS4_SYSV_ABI sceImeCheckUpdateTextInfo(); +s32 PS4_SYSV_ABI sceImeClose(); +s32 PS4_SYSV_ABI sceImeConfigGet(); +s32 PS4_SYSV_ABI sceImeConfigSet(); +s32 PS4_SYSV_ABI sceImeConfirmCandidate(); +s32 PS4_SYSV_ABI sceImeDicAddWord(); +s32 PS4_SYSV_ABI sceImeDicDeleteLearnDics(); +s32 PS4_SYSV_ABI sceImeDicDeleteUserDics(); +s32 PS4_SYSV_ABI sceImeDicDeleteWord(); +s32 PS4_SYSV_ABI sceImeDicGetWords(); +s32 PS4_SYSV_ABI sceImeDicReplaceWord(); +s32 PS4_SYSV_ABI sceImeDisableController(); +s32 PS4_SYSV_ABI sceImeFilterText(); +s32 PS4_SYSV_ABI sceImeForTestFunction(); +s32 PS4_SYSV_ABI sceImeGetPanelPositionAndForm(); +s32 PS4_SYSV_ABI sceImeGetPanelSize(); +s32 PS4_SYSV_ABI sceImeKeyboardClose(); +s32 PS4_SYSV_ABI sceImeKeyboardGetInfo(); +s32 PS4_SYSV_ABI sceImeKeyboardGetResourceId(); +s32 PS4_SYSV_ABI sceImeKeyboardOpen(); +s32 PS4_SYSV_ABI sceImeKeyboardOpenInternal(); +s32 PS4_SYSV_ABI sceImeKeyboardSetMode(); +s32 PS4_SYSV_ABI sceImeKeyboardUpdate(); +s32 PS4_SYSV_ABI sceImeOpen(); +s32 PS4_SYSV_ABI sceImeOpenInternal(); +s32 PS4_SYSV_ABI sceImeParamInit(); +s32 PS4_SYSV_ABI sceImeSetCandidateIndex(); +s32 PS4_SYSV_ABI sceImeSetCaret(); +s32 PS4_SYSV_ABI sceImeSetText(); +s32 PS4_SYSV_ABI sceImeSetTextGeometry(); +s32 PS4_SYSV_ABI sceImeUpdate(); +s32 PS4_SYSV_ABI sceImeVshClearPreedit(); +s32 PS4_SYSV_ABI sceImeVshClose(); +s32 PS4_SYSV_ABI sceImeVshConfirmPreedit(); +s32 PS4_SYSV_ABI sceImeVshDisableController(); +s32 PS4_SYSV_ABI sceImeVshGetPanelPositionAndForm(); +s32 PS4_SYSV_ABI sceImeVshInformConfirmdString(); +s32 PS4_SYSV_ABI sceImeVshInformConfirmdString2(); +s32 PS4_SYSV_ABI sceImeVshOpen(); +s32 PS4_SYSV_ABI sceImeVshSendTextInfo(); +s32 PS4_SYSV_ABI sceImeVshSetCaretGeometry(); +s32 PS4_SYSV_ABI sceImeVshSetCaretIndexInPreedit(); +s32 PS4_SYSV_ABI sceImeVshSetPanelPosition(); +s32 PS4_SYSV_ABI sceImeVshSetParam(); +s32 PS4_SYSV_ABI sceImeVshSetPreeditGeometry(); +s32 PS4_SYSV_ABI sceImeVshSetSelectGeometry(); +s32 PS4_SYSV_ABI sceImeVshSetSelectionText(); +s32 PS4_SYSV_ABI sceImeVshUpdate(); +s32 PS4_SYSV_ABI sceImeVshUpdateContext(); +s32 PS4_SYSV_ABI sceImeVshUpdateContext2(); void RegisterlibSceIme(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::Ime \ No newline at end of file diff --git a/libraries/kernel.cpp b/libraries/kernel.cpp index c8befc8..2405251 100644 --- a/libraries/kernel.cpp +++ b/libraries/kernel.cpp @@ -8,5293 +8,5295 @@ namespace Libraries::Kernel { -int PS4_SYSV_ABI sceKernelGetOpenPsId() { +s32 PS4_SYSV_ABI sceKernelGetOpenPsId() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpAttachMemoryRegion() { +s32 PS4_SYSV_ABI sceCoredumpAttachMemoryRegion() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpAttachMemoryRegionAsUserFile() { +s32 PS4_SYSV_ABI sceCoredumpAttachMemoryRegionAsUserFile() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpAttachUserFile() { +s32 PS4_SYSV_ABI sceCoredumpAttachUserFile() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpAttachUserMemoryFile() { +s32 PS4_SYSV_ABI sceCoredumpAttachUserMemoryFile() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpConfigDumpMode() { +s32 PS4_SYSV_ABI sceCoredumpConfigDumpMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpDebugTextOut() { +s32 PS4_SYSV_ABI sceCoredumpDebugTextOut() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpGetStopInfoCpu() { +s32 PS4_SYSV_ABI sceCoredumpGetStopInfoCpu() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpGetStopInfoGpu() { +s32 PS4_SYSV_ABI sceCoredumpGetStopInfoGpu() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpGetThreadContextInfo() { +s32 PS4_SYSV_ABI sceCoredumpGetThreadContextInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpInternalGetThreadContextInfo() { +s32 PS4_SYSV_ABI sceCoredumpInternalGetThreadContextInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpRegisterCoredumpHandler() { +s32 PS4_SYSV_ABI sceCoredumpRegisterCoredumpHandler() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpSetUserDataType() { +s32 PS4_SYSV_ABI sceCoredumpSetUserDataType() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpUnregisterCoredumpHandler() { +s32 PS4_SYSV_ABI sceCoredumpUnregisterCoredumpHandler() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpWriteUserData() { +s32 PS4_SYSV_ABI sceCoredumpWriteUserData() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_9889095293F9BCAA() { +s32 PS4_SYSV_ABI Func_9889095293F9BCAA() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __freeze() { +s32 PS4_SYSV_ABI __freeze() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sysc_e00() { +s32 PS4_SYSV_ABI sysc_e00() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sysc_s00() { +s32 PS4_SYSV_ABI sysc_s00() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI access() { +s32 PS4_SYSV_ABI access() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI chdir() { +s32 PS4_SYSV_ABI chdir() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI dup() { +s32 PS4_SYSV_ABI dup() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI dup2() { +s32 PS4_SYSV_ABI dup2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ioctl() { +s32 PS4_SYSV_ABI ioctl() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lstat() { +s32 PS4_SYSV_ABI lstat() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pipe() { +s32 PS4_SYSV_ABI pipe() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI poll() { +s32 PS4_SYSV_ABI poll() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_cond_setname_np() { +s32 PS4_SYSV_ABI pthread_cond_setname_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_get_user_context_np() { +s32 PS4_SYSV_ABI pthread_get_user_context_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_kill() { +s32 PS4_SYSV_ABI pthread_kill() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_reltimedlock_np() { +s32 PS4_SYSV_ABI pthread_mutex_reltimedlock_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_setname_np() { +s32 PS4_SYSV_ABI pthread_mutex_setname_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_resume_user_context_np() { +s32 PS4_SYSV_ABI pthread_resume_user_context_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_suspend_user_context_np() { +s32 PS4_SYSV_ABI pthread_suspend_user_context_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDebugRaiseException() { +s32 PS4_SYSV_ABI sceKernelDebugRaiseException() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithContext() { +s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithContext() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetFsSandboxRandomWord() { +s32 PS4_SYSV_ABI sceKernelGetFsSandboxRandomWord() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetModuleInfoFromAddr() { +s32 PS4_SYSV_ABI sceKernelGetModuleInfoFromAddr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelJitCreateAliasOfSharedMemory() { +s32 PS4_SYSV_ABI sceKernelJitCreateAliasOfSharedMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelJitCreateSharedMemory() { +s32 PS4_SYSV_ABI sceKernelJitCreateSharedMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelJitMapSharedMemory() { +s32 PS4_SYSV_ABI sceKernelJitMapSharedMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelOpenSema() { +s32 PS4_SYSV_ABI sceKernelOpenSema() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetProcessProperty() { +s32 PS4_SYSV_ABI sceKernelSetProcessProperty() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sem_setname() { +s32 PS4_SYSV_ABI sem_setname() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigaction() { +s32 PS4_SYSV_ABI sigaction() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigaddset() { +s32 PS4_SYSV_ABI sigaddset() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigaltstack() { +s32 PS4_SYSV_ABI sigaltstack() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigdelset() { +s32 PS4_SYSV_ABI sigdelset() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigemptyset() { +s32 PS4_SYSV_ABI sigemptyset() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigfillset() { +s32 PS4_SYSV_ABI sigfillset() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigismember() { +s32 PS4_SYSV_ABI sigismember() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI signal() { +s32 PS4_SYSV_ABI signal() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigprocmask() { +s32 PS4_SYSV_ABI sigprocmask() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigsuspend() { +s32 PS4_SYSV_ABI sigsuspend() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI socketpair() { +s32 PS4_SYSV_ABI socketpair() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sysconf() { +s32 PS4_SYSV_ABI sysconf() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelJitGetSharedMemoryInfo() { +s32 PS4_SYSV_ABI sceKernelJitGetSharedMemoryInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpDebugForceCoredumpOnAppClose() { +s32 PS4_SYSV_ABI sceCoredumpDebugForceCoredumpOnAppClose() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceCoredumpDebugTriggerCoredump() { +s32 PS4_SYSV_ABI sceCoredumpDebugTriggerCoredump() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSocPowerConsumption() { +s32 PS4_SYSV_ABI sceKernelGetSocPowerConsumption() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccGetCountTime() { +s32 PS4_SYSV_ABI sceKernelIccGetCountTime() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccGetErrLog() { +s32 PS4_SYSV_ABI sceKernelIccGetErrLog() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccGetHwInfo() { +s32 PS4_SYSV_ABI sceKernelIccGetHwInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccGetSysEventLog() { +s32 PS4_SYSV_ABI sceKernelIccGetSysEventLog() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_829822FC6C04D88B() { +s32 PS4_SYSV_ABI Func_829822FC6C04D88B() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_B95F988A5707A80B() { +s32 PS4_SYSV_ABI Func_B95F988A5707A80B() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __elf_phdr_match_addr() { +s32 PS4_SYSV_ABI __elf_phdr_match_addr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __error() { +s32 PS4_SYSV_ABI __error() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __inet_ntop() { +s32 PS4_SYSV_ABI __inet_ntop() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __inet_pton() { +s32 PS4_SYSV_ABI __inet_pton() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __progname() { +s32 PS4_SYSV_ABI __progname() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __pthread_cleanup_pop_imp() { +s32 PS4_SYSV_ABI __pthread_cleanup_pop_imp() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __pthread_cleanup_push_imp() { +s32 PS4_SYSV_ABI __pthread_cleanup_push_imp() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __pthread_cxa_finalize() { +s32 PS4_SYSV_ABI __pthread_cxa_finalize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sceKernelGetGPI() { +s32 PS4_SYSV_ABI __sceKernelGetGPI() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __stack_chk_fail() { +s32 PS4_SYSV_ABI __stack_chk_fail() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __stack_chk_guard() { +s32 PS4_SYSV_ABI __stack_chk_guard() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_debug_init() { +s32 PS4_SYSV_ABI __sys_debug_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_dl_get_info() { +s32 PS4_SYSV_ABI __sys_dl_get_info() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_dl_get_list() { +s32 PS4_SYSV_ABI __sys_dl_get_list() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_dl_get_metadata() { +s32 PS4_SYSV_ABI __sys_dl_get_metadata() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_dynlib_get_info_for_libdbg() { +s32 PS4_SYSV_ABI __sys_dynlib_get_info_for_libdbg() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_dynlib_get_info2() { +s32 PS4_SYSV_ABI __sys_dynlib_get_info2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_dynlib_get_list_for_libdbg() { +s32 PS4_SYSV_ABI __sys_dynlib_get_list_for_libdbg() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_dynlib_get_list2() { +s32 PS4_SYSV_ABI __sys_dynlib_get_list2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_dynlib_load_prx() { +s32 PS4_SYSV_ABI __sys_dynlib_load_prx() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_get_proc_type_info() { +s32 PS4_SYSV_ABI __sys_get_proc_type_info() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_is_development_mode() { +s32 PS4_SYSV_ABI __sys_is_development_mode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_kqueueex() { +s32 PS4_SYSV_ABI __sys_kqueueex() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_namedobj_create() { +s32 PS4_SYSV_ABI __sys_namedobj_create() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_namedobj_delete() { +s32 PS4_SYSV_ABI __sys_namedobj_delete() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_netabort() { +s32 PS4_SYSV_ABI __sys_netabort() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_netcontrol() { +s32 PS4_SYSV_ABI __sys_netcontrol() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_netgetiflist() { +s32 PS4_SYSV_ABI __sys_netgetiflist() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_netgetsockinfo() { +s32 PS4_SYSV_ABI __sys_netgetsockinfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_opmc_disable() { +s32 PS4_SYSV_ABI __sys_opmc_disable() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_opmc_enable() { +s32 PS4_SYSV_ABI __sys_opmc_enable() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_opmc_get_ctr() { +s32 PS4_SYSV_ABI __sys_opmc_get_ctr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_opmc_get_hw() { +s32 PS4_SYSV_ABI __sys_opmc_get_hw() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_opmc_set_ctl() { +s32 PS4_SYSV_ABI __sys_opmc_set_ctl() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_opmc_set_ctr() { +s32 PS4_SYSV_ABI __sys_opmc_set_ctr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_opmc_set_hw() { +s32 PS4_SYSV_ABI __sys_opmc_set_hw() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_osem_close() { +s32 PS4_SYSV_ABI __sys_osem_close() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_osem_open() { +s32 PS4_SYSV_ABI __sys_osem_open() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_randomized_path() { +s32 PS4_SYSV_ABI __sys_randomized_path() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_rdup() { +s32 PS4_SYSV_ABI __sys_rdup() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_regmgr_call() { +s32 PS4_SYSV_ABI __sys_regmgr_call() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_set_uevt() { +s32 PS4_SYSV_ABI __sys_set_uevt() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_socketclose() { +s32 PS4_SYSV_ABI __sys_socketclose() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_socketex() { +s32 PS4_SYSV_ABI __sys_socketex() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_test_debug_rwmem() { +s32 PS4_SYSV_ABI __sys_test_debug_rwmem() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sys_workaround8849() { +s32 PS4_SYSV_ABI __sys_workaround8849() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __tls_get_addr() { +s32 PS4_SYSV_ABI __tls_get_addr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __Ux86_64_setcontext() { +s32 PS4_SYSV_ABI __Ux86_64_setcontext() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _accept() { +s32 PS4_SYSV_ABI _accept() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _bind() { +s32 PS4_SYSV_ABI _bind() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _close() { +s32 PS4_SYSV_ABI _close() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _connect() { +s32 PS4_SYSV_ABI _connect() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _dup2() { +s32 PS4_SYSV_ABI _dup2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _execve() { +s32 PS4_SYSV_ABI _execve() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _execvpe() { +s32 PS4_SYSV_ABI _execvpe() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _exit() { +s32 PS4_SYSV_ABI _exit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _fcntl() { +s32 PS4_SYSV_ABI _fcntl() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _fpathconf() { +s32 PS4_SYSV_ABI _fpathconf() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _fstat() { +s32 PS4_SYSV_ABI _fstat() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _fstatfs() { +s32 PS4_SYSV_ABI _fstatfs() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _getdirentries() { +s32 PS4_SYSV_ABI _getdirentries() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _getpeername() { +s32 PS4_SYSV_ABI _getpeername() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _getsockname() { +s32 PS4_SYSV_ABI _getsockname() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _getsockopt() { +s32 PS4_SYSV_ABI _getsockopt() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ioctl() { +s32 PS4_SYSV_ABI _ioctl() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _is_signal_return() { +s32 PS4_SYSV_ABI _is_signal_return() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _listen() { +s32 PS4_SYSV_ABI _listen() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _nanosleep() { +s32 PS4_SYSV_ABI _nanosleep() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _open() { +s32 PS4_SYSV_ABI _open() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _openat() { +s32 PS4_SYSV_ABI _openat() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _read() { +s32 PS4_SYSV_ABI _read() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _readv() { +s32 PS4_SYSV_ABI _readv() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _recvfrom() { +s32 PS4_SYSV_ABI _recvfrom() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _recvmsg() { +s32 PS4_SYSV_ABI _recvmsg() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceKernelRtldSetApplicationHeapAPI() { +s32 PS4_SYSV_ABI _sceKernelRtldSetApplicationHeapAPI() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceKernelRtldThreadAtexitDecrement() { +s32 PS4_SYSV_ABI _sceKernelRtldThreadAtexitDecrement() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceKernelRtldThreadAtexitIncrement() { +s32 PS4_SYSV_ABI _sceKernelRtldThreadAtexitIncrement() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceKernelSetThreadAtexitCount() { +s32 PS4_SYSV_ABI _sceKernelSetThreadAtexitCount() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceKernelSetThreadAtexitReport() { +s32 PS4_SYSV_ABI _sceKernelSetThreadAtexitReport() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceKernelSetThreadDtors() { +s32 PS4_SYSV_ABI _sceKernelSetThreadDtors() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sendmsg() { +s32 PS4_SYSV_ABI _sendmsg() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sendto() { +s32 PS4_SYSV_ABI _sendto() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _setsockopt() { +s32 PS4_SYSV_ABI _setsockopt() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sigaction() { +s32 PS4_SYSV_ABI _sigaction() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sigintr() { +s32 PS4_SYSV_ABI _sigintr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sigprocmask() { +s32 PS4_SYSV_ABI _sigprocmask() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sigsuspend() { +s32 PS4_SYSV_ABI _sigsuspend() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _umtx_op() { +s32 PS4_SYSV_ABI _umtx_op() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _wait4() { +s32 PS4_SYSV_ABI _wait4() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _write() { +s32 PS4_SYSV_ABI _write() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _writev() { +s32 PS4_SYSV_ABI _writev() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI accept() { +s32 PS4_SYSV_ABI accept() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI amd64_set_fsbase() { +s32 PS4_SYSV_ABI amd64_set_fsbase() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI bind() { +s32 PS4_SYSV_ABI bind() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI blockpool_batch() { +s32 PS4_SYSV_ABI blockpool_batch() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI blockpool_map() { +s32 PS4_SYSV_ABI blockpool_map() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI blockpool_open() { +s32 PS4_SYSV_ABI blockpool_open() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI blockpool_unmap() { +s32 PS4_SYSV_ABI blockpool_unmap() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI chflags() { +s32 PS4_SYSV_ABI chflags() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI chmod() { +s32 PS4_SYSV_ABI chmod() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI clock_getres() { +s32 PS4_SYSV_ABI clock_getres() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI clock_gettime() { +s32 PS4_SYSV_ABI clock_gettime() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI clock_settime() { +s32 PS4_SYSV_ABI clock_settime() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI close() { +s32 PS4_SYSV_ABI close() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI connect() { +s32 PS4_SYSV_ABI connect() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI cpuset_getaffinity() { +s32 PS4_SYSV_ABI cpuset_getaffinity() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI cpuset_getid() { +s32 PS4_SYSV_ABI cpuset_getid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI cpuset_setaffinity() { +s32 PS4_SYSV_ABI cpuset_setaffinity() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI creat() { +s32 PS4_SYSV_ABI creat() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI dlclose() { +s32 PS4_SYSV_ABI dlclose() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI dlerror() { +s32 PS4_SYSV_ABI dlerror() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI dlopen() { +s32 PS4_SYSV_ABI dlopen() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI dlsym() { +s32 PS4_SYSV_ABI dlsym() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI dynlib_get_obj_member() { +s32 PS4_SYSV_ABI dynlib_get_obj_member() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI environ() { +s32 PS4_SYSV_ABI environ() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI errno() { +s32 PS4_SYSV_ABI errno() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI execv() { +s32 PS4_SYSV_ABI execv() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI execve() { +s32 PS4_SYSV_ABI execve() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI execvp() { +s32 PS4_SYSV_ABI execvp() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fchflags() { +s32 PS4_SYSV_ABI fchflags() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fchmod() { +s32 PS4_SYSV_ABI fchmod() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fcntl() { +s32 PS4_SYSV_ABI fcntl() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fdatasync() { +s32 PS4_SYSV_ABI fdatasync() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI flock() { +s32 PS4_SYSV_ABI flock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fstat() { +s32 PS4_SYSV_ABI fstat() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fsync() { +s32 PS4_SYSV_ABI fsync() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ftruncate() { +s32 PS4_SYSV_ABI ftruncate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI futimes() { +s32 PS4_SYSV_ABI futimes() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI get_authinfo() { +s32 PS4_SYSV_ABI get_authinfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI get_module_info_list() { +s32 PS4_SYSV_ABI get_module_info_list() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI get_page_table_stats() { +s32 PS4_SYSV_ABI get_page_table_stats() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI get_sdk_compiled_version() { +s32 PS4_SYSV_ABI get_sdk_compiled_version() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI get_self_auth_info() { +s32 PS4_SYSV_ABI get_self_auth_info() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI get_vm_map_timestamp() { +s32 PS4_SYSV_ABI get_vm_map_timestamp() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getargc() { +s32 PS4_SYSV_ABI getargc() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getargv() { +s32 PS4_SYSV_ABI getargv() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getcontext() { +s32 PS4_SYSV_ABI getcontext() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getdents() { +s32 PS4_SYSV_ABI getdents() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getdirentries() { +s32 PS4_SYSV_ABI getdirentries() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getdtablesize() { +s32 PS4_SYSV_ABI getdtablesize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getegid() { +s32 PS4_SYSV_ABI getegid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI geteuid() { +s32 PS4_SYSV_ABI geteuid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getgid() { +s32 PS4_SYSV_ABI getgid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getgroups() { +s32 PS4_SYSV_ABI getgroups() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getitimer() { +s32 PS4_SYSV_ABI getitimer() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getlogin() { +s32 PS4_SYSV_ABI getlogin() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getlogin_r() { +s32 PS4_SYSV_ABI getlogin_r() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getpagesize() { +s32 PS4_SYSV_ABI getpagesize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getpeername() { +s32 PS4_SYSV_ABI getpeername() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getpid() { +s32 PS4_SYSV_ABI getpid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getppid() { +s32 PS4_SYSV_ABI getppid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getpriority() { +s32 PS4_SYSV_ABI getpriority() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getrlimit() { +s32 PS4_SYSV_ABI getrlimit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getrusage() { +s32 PS4_SYSV_ABI getrusage() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getsid() { +s32 PS4_SYSV_ABI getsid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getsockname() { +s32 PS4_SYSV_ABI getsockname() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getsockopt() { +s32 PS4_SYSV_ABI getsockopt() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI gettimeofday() { +s32 PS4_SYSV_ABI gettimeofday() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getuid() { +s32 PS4_SYSV_ABI getuid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI htonl() { +s32 PS4_SYSV_ABI htonl() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI htons() { +s32 PS4_SYSV_ABI htons() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI inet_ntop() { +s32 PS4_SYSV_ABI inet_ntop() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI inet_pton() { +s32 PS4_SYSV_ABI inet_pton() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ipmimgr_call() { +s32 PS4_SYSV_ABI ipmimgr_call() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI is_in_sandbox() { +s32 PS4_SYSV_ABI is_in_sandbox() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI issetugid() { +s32 PS4_SYSV_ABI issetugid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI kevent() { +s32 PS4_SYSV_ABI kevent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI kill() { +s32 PS4_SYSV_ABI kill() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI kqueue() { +s32 PS4_SYSV_ABI kqueue() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ksem_close() { +s32 PS4_SYSV_ABI ksem_close() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ksem_destroy() { +s32 PS4_SYSV_ABI ksem_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ksem_getvalue() { +s32 PS4_SYSV_ABI ksem_getvalue() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ksem_init() { +s32 PS4_SYSV_ABI ksem_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ksem_open() { +s32 PS4_SYSV_ABI ksem_open() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ksem_post() { +s32 PS4_SYSV_ABI ksem_post() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ksem_timedwait() { +s32 PS4_SYSV_ABI ksem_timedwait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ksem_trywait() { +s32 PS4_SYSV_ABI ksem_trywait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ksem_unlink() { +s32 PS4_SYSV_ABI ksem_unlink() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ksem_wait() { +s32 PS4_SYSV_ABI ksem_wait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ktimer_create() { +s32 PS4_SYSV_ABI ktimer_create() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ktimer_delete() { +s32 PS4_SYSV_ABI ktimer_delete() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ktimer_getoverrun() { +s32 PS4_SYSV_ABI ktimer_getoverrun() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ktimer_gettime() { +s32 PS4_SYSV_ABI ktimer_gettime() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ktimer_settime() { +s32 PS4_SYSV_ABI ktimer_settime() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI listen() { +s32 PS4_SYSV_ABI listen() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lseek() { +s32 PS4_SYSV_ABI lseek() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI madvise() { +s32 PS4_SYSV_ABI madvise() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mdbg_service() { +s32 PS4_SYSV_ABI mdbg_service() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mincore() { +s32 PS4_SYSV_ABI mincore() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mkdir() { +s32 PS4_SYSV_ABI mkdir() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mlock() { +s32 PS4_SYSV_ABI mlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mlockall() { +s32 PS4_SYSV_ABI mlockall() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mmap() { +s32 PS4_SYSV_ABI mmap() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mprotect() { +s32 PS4_SYSV_ABI mprotect() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI msync() { +s32 PS4_SYSV_ABI msync() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI munlock() { +s32 PS4_SYSV_ABI munlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI munlockall() { +s32 PS4_SYSV_ABI munlockall() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI munmap() { +s32 PS4_SYSV_ABI munmap() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nanosleep() { +s32 PS4_SYSV_ABI nanosleep() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ntohl() { +s32 PS4_SYSV_ABI ntohl() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ntohs() { +s32 PS4_SYSV_ABI ntohs() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI open() { +s32 PS4_SYSV_ABI open() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pause() { +s32 PS4_SYSV_ABI pause() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI physhm_open() { +s32 PS4_SYSV_ABI physhm_open() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI physhm_unlink() { +s32 PS4_SYSV_ABI physhm_unlink() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pread() { +s32 PS4_SYSV_ABI pread() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI preadv() { +s32 PS4_SYSV_ABI preadv() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI profil() { +s32 PS4_SYSV_ABI profil() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pselect() { +s32 PS4_SYSV_ABI pselect() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_atfork() { +s32 PS4_SYSV_ABI pthread_atfork() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_destroy() { +s32 PS4_SYSV_ABI pthread_attr_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_get_np() { +s32 PS4_SYSV_ABI pthread_attr_get_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_getaffinity_np() { +s32 PS4_SYSV_ABI pthread_attr_getaffinity_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_getdetachstate() { +s32 PS4_SYSV_ABI pthread_attr_getdetachstate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_getguardsize() { +s32 PS4_SYSV_ABI pthread_attr_getguardsize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_getinheritsched() { +s32 PS4_SYSV_ABI pthread_attr_getinheritsched() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_getschedparam() { +s32 PS4_SYSV_ABI pthread_attr_getschedparam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_getschedpolicy() { +s32 PS4_SYSV_ABI pthread_attr_getschedpolicy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_getscope() { +s32 PS4_SYSV_ABI pthread_attr_getscope() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_getstack() { +s32 PS4_SYSV_ABI pthread_attr_getstack() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_getstackaddr() { +s32 PS4_SYSV_ABI pthread_attr_getstackaddr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_getstacksize() { +s32 PS4_SYSV_ABI pthread_attr_getstacksize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_init() { +s32 PS4_SYSV_ABI pthread_attr_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_setaffinity_np() { +s32 PS4_SYSV_ABI pthread_attr_setaffinity_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_setcreatesuspend_np() { +s32 PS4_SYSV_ABI pthread_attr_setcreatesuspend_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_setdetachstate() { +s32 PS4_SYSV_ABI pthread_attr_setdetachstate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_setguardsize() { +s32 PS4_SYSV_ABI pthread_attr_setguardsize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_setinheritsched() { +s32 PS4_SYSV_ABI pthread_attr_setinheritsched() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_setschedparam() { +s32 PS4_SYSV_ABI pthread_attr_setschedparam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_setschedpolicy() { +s32 PS4_SYSV_ABI pthread_attr_setschedpolicy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_setscope() { +s32 PS4_SYSV_ABI pthread_attr_setscope() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_setstack() { +s32 PS4_SYSV_ABI pthread_attr_setstack() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_setstackaddr() { +s32 PS4_SYSV_ABI pthread_attr_setstackaddr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_attr_setstacksize() { +s32 PS4_SYSV_ABI pthread_attr_setstacksize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_barrier_destroy() { +s32 PS4_SYSV_ABI pthread_barrier_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_barrier_init() { +s32 PS4_SYSV_ABI pthread_barrier_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_barrier_setname_np() { +s32 PS4_SYSV_ABI pthread_barrier_setname_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_barrier_wait() { +s32 PS4_SYSV_ABI pthread_barrier_wait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_barrierattr_destroy() { +s32 PS4_SYSV_ABI pthread_barrierattr_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_barrierattr_getpshared() { +s32 PS4_SYSV_ABI pthread_barrierattr_getpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_barrierattr_init() { +s32 PS4_SYSV_ABI pthread_barrierattr_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_barrierattr_setpshared() { +s32 PS4_SYSV_ABI pthread_barrierattr_setpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_cancel() { +s32 PS4_SYSV_ABI pthread_cancel() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_cleanup_pop() { +s32 PS4_SYSV_ABI pthread_cleanup_pop() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_cleanup_push() { +s32 PS4_SYSV_ABI pthread_cleanup_push() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_cond_broadcast() { +s32 PS4_SYSV_ABI pthread_cond_broadcast() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_cond_destroy() { +s32 PS4_SYSV_ABI pthread_cond_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_cond_init() { +s32 PS4_SYSV_ABI pthread_cond_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_cond_reltimedwait_np() { +s32 PS4_SYSV_ABI pthread_cond_reltimedwait_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_cond_signal() { +s32 PS4_SYSV_ABI pthread_cond_signal() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_cond_signalto_np() { +s32 PS4_SYSV_ABI pthread_cond_signalto_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_cond_timedwait() { +s32 PS4_SYSV_ABI pthread_cond_timedwait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_cond_wait() { +s32 PS4_SYSV_ABI pthread_cond_wait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_condattr_destroy() { +s32 PS4_SYSV_ABI pthread_condattr_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_condattr_getclock() { +s32 PS4_SYSV_ABI pthread_condattr_getclock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_condattr_getpshared() { +s32 PS4_SYSV_ABI pthread_condattr_getpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_condattr_init() { +s32 PS4_SYSV_ABI pthread_condattr_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_condattr_setclock() { +s32 PS4_SYSV_ABI pthread_condattr_setclock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_condattr_setpshared() { +s32 PS4_SYSV_ABI pthread_condattr_setpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_create() { +s32 PS4_SYSV_ABI pthread_create() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_create_name_np() { +s32 PS4_SYSV_ABI pthread_create_name_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_detach() { +s32 PS4_SYSV_ABI pthread_detach() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_equal() { +s32 PS4_SYSV_ABI pthread_equal() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_exit() { +s32 PS4_SYSV_ABI pthread_exit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_get_specificarray_np() { +s32 PS4_SYSV_ABI pthread_get_specificarray_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_getaffinity_np() { +s32 PS4_SYSV_ABI pthread_getaffinity_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_getconcurrency() { +s32 PS4_SYSV_ABI pthread_getconcurrency() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_getcpuclockid() { +s32 PS4_SYSV_ABI pthread_getcpuclockid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_getname_np() { +s32 PS4_SYSV_ABI pthread_getname_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_getprio() { +s32 PS4_SYSV_ABI pthread_getprio() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_getschedparam() { +s32 PS4_SYSV_ABI pthread_getschedparam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_getspecific() { +s32 PS4_SYSV_ABI pthread_getspecific() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_getstack_np() { +s32 PS4_SYSV_ABI pthread_getstack_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_getthreadid_np() { +s32 PS4_SYSV_ABI pthread_getthreadid_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_join() { +s32 PS4_SYSV_ABI pthread_join() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_key_create() { +s32 PS4_SYSV_ABI pthread_key_create() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_key_delete() { +s32 PS4_SYSV_ABI pthread_key_delete() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_main_np() { +s32 PS4_SYSV_ABI pthread_main_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_multi_np() { +s32 PS4_SYSV_ABI pthread_multi_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_destroy() { +s32 PS4_SYSV_ABI pthread_mutex_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_getprioceiling() { +s32 PS4_SYSV_ABI pthread_mutex_getprioceiling() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_getspinloops_np() { +s32 PS4_SYSV_ABI pthread_mutex_getspinloops_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_getyieldloops_np() { +s32 PS4_SYSV_ABI pthread_mutex_getyieldloops_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_init() { +s32 PS4_SYSV_ABI pthread_mutex_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_init_for_mono() { +s32 PS4_SYSV_ABI pthread_mutex_init_for_mono() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_isowned_np() { +s32 PS4_SYSV_ABI pthread_mutex_isowned_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_lock() { +s32 PS4_SYSV_ABI pthread_mutex_lock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_setprioceiling() { +s32 PS4_SYSV_ABI pthread_mutex_setprioceiling() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_setspinloops_np() { +s32 PS4_SYSV_ABI pthread_mutex_setspinloops_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_setyieldloops_np() { +s32 PS4_SYSV_ABI pthread_mutex_setyieldloops_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_timedlock() { +s32 PS4_SYSV_ABI pthread_mutex_timedlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_trylock() { +s32 PS4_SYSV_ABI pthread_mutex_trylock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutex_unlock() { +s32 PS4_SYSV_ABI pthread_mutex_unlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutexattr_destroy() { +s32 PS4_SYSV_ABI pthread_mutexattr_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutexattr_getkind_np() { +s32 PS4_SYSV_ABI pthread_mutexattr_getkind_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutexattr_getprioceiling() { +s32 PS4_SYSV_ABI pthread_mutexattr_getprioceiling() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutexattr_getprotocol() { +s32 PS4_SYSV_ABI pthread_mutexattr_getprotocol() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutexattr_getpshared() { +s32 PS4_SYSV_ABI pthread_mutexattr_getpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutexattr_gettype() { +s32 PS4_SYSV_ABI pthread_mutexattr_gettype() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutexattr_init() { +s32 PS4_SYSV_ABI pthread_mutexattr_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutexattr_setkind_np() { +s32 PS4_SYSV_ABI pthread_mutexattr_setkind_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutexattr_setprioceiling() { +s32 PS4_SYSV_ABI pthread_mutexattr_setprioceiling() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutexattr_setprotocol() { +s32 PS4_SYSV_ABI pthread_mutexattr_setprotocol() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutexattr_setpshared() { +s32 PS4_SYSV_ABI pthread_mutexattr_setpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_mutexattr_settype() { +s32 PS4_SYSV_ABI pthread_mutexattr_settype() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_once() { +s32 PS4_SYSV_ABI pthread_once() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rename_np() { +s32 PS4_SYSV_ABI pthread_rename_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_resume_all_np() { +s32 PS4_SYSV_ABI pthread_resume_all_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_resume_np() { +s32 PS4_SYSV_ABI pthread_resume_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlock_destroy() { +s32 PS4_SYSV_ABI pthread_rwlock_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlock_init() { +s32 PS4_SYSV_ABI pthread_rwlock_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlock_rdlock() { +s32 PS4_SYSV_ABI pthread_rwlock_rdlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlock_reltimedrdlock_np() { +s32 PS4_SYSV_ABI pthread_rwlock_reltimedrdlock_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlock_reltimedwrlock_np() { +s32 PS4_SYSV_ABI pthread_rwlock_reltimedwrlock_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlock_setname_np() { +s32 PS4_SYSV_ABI pthread_rwlock_setname_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlock_timedrdlock() { +s32 PS4_SYSV_ABI pthread_rwlock_timedrdlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlock_timedwrlock() { +s32 PS4_SYSV_ABI pthread_rwlock_timedwrlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlock_tryrdlock() { +s32 PS4_SYSV_ABI pthread_rwlock_tryrdlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlock_trywrlock() { +s32 PS4_SYSV_ABI pthread_rwlock_trywrlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlock_unlock() { +s32 PS4_SYSV_ABI pthread_rwlock_unlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlock_wrlock() { +s32 PS4_SYSV_ABI pthread_rwlock_wrlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlockattr_destroy() { +s32 PS4_SYSV_ABI pthread_rwlockattr_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlockattr_getpshared() { +s32 PS4_SYSV_ABI pthread_rwlockattr_getpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlockattr_gettype_np() { +s32 PS4_SYSV_ABI pthread_rwlockattr_gettype_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlockattr_init() { +s32 PS4_SYSV_ABI pthread_rwlockattr_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlockattr_setpshared() { +s32 PS4_SYSV_ABI pthread_rwlockattr_setpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_rwlockattr_settype_np() { +s32 PS4_SYSV_ABI pthread_rwlockattr_settype_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_self() { +s32 PS4_SYSV_ABI pthread_self() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_set_defaultstacksize_np() { +s32 PS4_SYSV_ABI pthread_set_defaultstacksize_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_set_name_np() { +s32 PS4_SYSV_ABI pthread_set_name_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_set_user_context_np() { +s32 PS4_SYSV_ABI pthread_set_user_context_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_setaffinity_np() { +s32 PS4_SYSV_ABI pthread_setaffinity_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_setcancelstate() { +s32 PS4_SYSV_ABI pthread_setcancelstate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_setcanceltype() { +s32 PS4_SYSV_ABI pthread_setcanceltype() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_setconcurrency() { +s32 PS4_SYSV_ABI pthread_setconcurrency() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_setprio() { +s32 PS4_SYSV_ABI pthread_setprio() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_setschedparam() { +s32 PS4_SYSV_ABI pthread_setschedparam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_setspecific() { +s32 PS4_SYSV_ABI pthread_setspecific() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_sigmask() { +s32 PS4_SYSV_ABI pthread_sigmask() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_single_np() { +s32 PS4_SYSV_ABI pthread_single_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_spin_destroy() { +s32 PS4_SYSV_ABI pthread_spin_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_spin_init() { +s32 PS4_SYSV_ABI pthread_spin_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_spin_lock() { +s32 PS4_SYSV_ABI pthread_spin_lock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_spin_trylock() { +s32 PS4_SYSV_ABI pthread_spin_trylock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_spin_unlock() { +s32 PS4_SYSV_ABI pthread_spin_unlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_suspend_all_np() { +s32 PS4_SYSV_ABI pthread_suspend_all_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_suspend_np() { +s32 PS4_SYSV_ABI pthread_suspend_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_switch_add_np() { +s32 PS4_SYSV_ABI pthread_switch_add_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_switch_delete_np() { +s32 PS4_SYSV_ABI pthread_switch_delete_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_testcancel() { +s32 PS4_SYSV_ABI pthread_testcancel() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_timedjoin_np() { +s32 PS4_SYSV_ABI pthread_timedjoin_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pthread_yield() { +s32 PS4_SYSV_ABI pthread_yield() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pwrite() { +s32 PS4_SYSV_ABI pwrite() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pwritev() { +s32 PS4_SYSV_ABI pwritev() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI raise() { +s32 PS4_SYSV_ABI raise() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI read() { +s32 PS4_SYSV_ABI read() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI readv() { +s32 PS4_SYSV_ABI readv() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI recv() { +s32 PS4_SYSV_ABI recv() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI recvfrom() { +s32 PS4_SYSV_ABI recvfrom() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI recvmsg() { +s32 PS4_SYSV_ABI recvmsg() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rename() { +s32 PS4_SYSV_ABI rename() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rfork_thread() { +s32 PS4_SYSV_ABI rfork_thread() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rmdir() { +s32 PS4_SYSV_ABI rmdir() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rtld_printf() { +s32 PS4_SYSV_ABI rtld_printf() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rtprio_thread() { +s32 PS4_SYSV_ABI rtprio_thread() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAddCpumodeEvent() { +s32 PS4_SYSV_ABI sceKernelAddCpumodeEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAddFileEvent() { +s32 PS4_SYSV_ABI sceKernelAddFileEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAddGpuExceptionEvent() { +s32 PS4_SYSV_ABI sceKernelAddGpuExceptionEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAddHRTimerEvent() { +s32 PS4_SYSV_ABI sceKernelAddHRTimerEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAddReadEvent() { +s32 PS4_SYSV_ABI sceKernelAddReadEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAddTimerEvent() { +s32 PS4_SYSV_ABI sceKernelAddTimerEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAddUserEvent() { +s32 PS4_SYSV_ABI sceKernelAddUserEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAddUserEventEdge() { +s32 PS4_SYSV_ABI sceKernelAddUserEventEdge() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAddWriteEvent() { +s32 PS4_SYSV_ABI sceKernelAddWriteEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioCancelRequest() { +s32 PS4_SYSV_ABI sceKernelAioCancelRequest() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioCancelRequests() { +s32 PS4_SYSV_ABI sceKernelAioCancelRequests() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioDeleteRequest() { +s32 PS4_SYSV_ABI sceKernelAioDeleteRequest() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioDeleteRequests() { +s32 PS4_SYSV_ABI sceKernelAioDeleteRequests() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioInitializeImpl() { +s32 PS4_SYSV_ABI sceKernelAioInitializeImpl() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioInitializeParam() { +s32 PS4_SYSV_ABI sceKernelAioInitializeParam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioPollRequest() { +s32 PS4_SYSV_ABI sceKernelAioPollRequest() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioPollRequests() { +s32 PS4_SYSV_ABI sceKernelAioPollRequests() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioSetParam() { +s32 PS4_SYSV_ABI sceKernelAioSetParam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioSubmitReadCommands() { +s32 PS4_SYSV_ABI sceKernelAioSubmitReadCommands() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioSubmitReadCommandsMultiple() { +s32 PS4_SYSV_ABI sceKernelAioSubmitReadCommandsMultiple() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioSubmitWriteCommands() { +s32 PS4_SYSV_ABI sceKernelAioSubmitWriteCommands() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioSubmitWriteCommandsMultiple() { +s32 PS4_SYSV_ABI sceKernelAioSubmitWriteCommandsMultiple() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioWaitRequest() { +s32 PS4_SYSV_ABI sceKernelAioWaitRequest() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAioWaitRequests() { +s32 PS4_SYSV_ABI sceKernelAioWaitRequests() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAllocateDirectMemory() { +s32 PS4_SYSV_ABI sceKernelAllocateDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAllocateDirectMemoryForMiniApp() { +s32 PS4_SYSV_ABI sceKernelAllocateDirectMemoryForMiniApp() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAllocateMainDirectMemory() { +s32 PS4_SYSV_ABI sceKernelAllocateMainDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAllocateTraceDirectMemory() { +s32 PS4_SYSV_ABI sceKernelAllocateTraceDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAvailableDirectMemorySize() { +s32 PS4_SYSV_ABI sceKernelAvailableDirectMemorySize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelAvailableFlexibleMemorySize() { +s32 PS4_SYSV_ABI sceKernelAvailableFlexibleMemorySize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelBacktraceSelf() { +s32 PS4_SYSV_ABI sceKernelBacktraceSelf() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelBatchMap() { +s32 PS4_SYSV_ABI sceKernelBatchMap() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelBatchMap2() { +s32 PS4_SYSV_ABI sceKernelBatchMap2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelCancelEventFlag() { +s32 PS4_SYSV_ABI sceKernelCancelEventFlag() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelCancelSema() { +s32 PS4_SYSV_ABI sceKernelCancelSema() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelCheckedReleaseDirectMemory() { +s32 PS4_SYSV_ABI sceKernelCheckedReleaseDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelCheckReachability() { +s32 PS4_SYSV_ABI sceKernelCheckReachability() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelChmod() { +s32 PS4_SYSV_ABI sceKernelChmod() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelClearBootReqNotifyCount() { +s32 PS4_SYSV_ABI sceKernelClearBootReqNotifyCount() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelClearEventFlag() { +s32 PS4_SYSV_ABI sceKernelClearEventFlag() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelClearGameDirectMemory() { +s32 PS4_SYSV_ABI sceKernelClearGameDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelClockGetres() { +s32 PS4_SYSV_ABI sceKernelClockGetres() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelClockGettime() { +s32 PS4_SYSV_ABI sceKernelClockGettime() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelClose() { +s32 PS4_SYSV_ABI sceKernelClose() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelCloseEport() { +s32 PS4_SYSV_ABI sceKernelCloseEport() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelCloseEventFlag() { +s32 PS4_SYSV_ABI sceKernelCloseEventFlag() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelCloseSema() { +s32 PS4_SYSV_ABI sceKernelCloseSema() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelConfiguredFlexibleMemorySize() { +s32 PS4_SYSV_ABI sceKernelConfiguredFlexibleMemorySize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelConvertLocaltimeToUtc() { +s32 PS4_SYSV_ABI sceKernelConvertLocaltimeToUtc() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelConvertUtcToLocaltime() { +s32 PS4_SYSV_ABI sceKernelConvertUtcToLocaltime() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelCreateEport() { +s32 PS4_SYSV_ABI sceKernelCreateEport() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelCreateEqueue() { +s32 PS4_SYSV_ABI sceKernelCreateEqueue() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelCreateEventFlag() { +s32 PS4_SYSV_ABI sceKernelCreateEventFlag() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelCreateSema() { +s32 PS4_SYSV_ABI sceKernelCreateSema() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDebugAcquireAndUpdateDebugRegister() { +s32 PS4_SYSV_ABI sceKernelDebugAcquireAndUpdateDebugRegister() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDebugGetAppStatus() { +s32 PS4_SYSV_ABI sceKernelDebugGetAppStatus() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDebugGetPauseCount() { +s32 PS4_SYSV_ABI sceKernelDebugGetPauseCount() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDebugGpuPaDebugIsInProgress() { +s32 PS4_SYSV_ABI sceKernelDebugGpuPaDebugIsInProgress() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDebugOutText() { +s32 PS4_SYSV_ABI sceKernelDebugOutText() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDebugRaiseExceptionOnReleaseMode() { +s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionOnReleaseMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithInfo() { +s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDebugReleaseDebugContext() { +s32 PS4_SYSV_ABI sceKernelDebugReleaseDebugContext() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDeleteCpumodeEvent() { +s32 PS4_SYSV_ABI sceKernelDeleteCpumodeEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDeleteEport() { +s32 PS4_SYSV_ABI sceKernelDeleteEport() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDeleteEqueue() { +s32 PS4_SYSV_ABI sceKernelDeleteEqueue() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDeleteEventFlag() { +s32 PS4_SYSV_ABI sceKernelDeleteEventFlag() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDeleteFileEvent() { +s32 PS4_SYSV_ABI sceKernelDeleteFileEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDeleteGpuExceptionEvent() { +s32 PS4_SYSV_ABI sceKernelDeleteGpuExceptionEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDeleteHRTimerEvent() { +s32 PS4_SYSV_ABI sceKernelDeleteHRTimerEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDeleteReadEvent() { +s32 PS4_SYSV_ABI sceKernelDeleteReadEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDeleteSema() { +s32 PS4_SYSV_ABI sceKernelDeleteSema() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDeleteTimerEvent() { +s32 PS4_SYSV_ABI sceKernelDeleteTimerEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDeleteUserEvent() { +s32 PS4_SYSV_ABI sceKernelDeleteUserEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDeleteWriteEvent() { +s32 PS4_SYSV_ABI sceKernelDeleteWriteEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDirectMemoryQuery() { +s32 PS4_SYSV_ABI sceKernelDirectMemoryQuery() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDirectMemoryQueryForId() { +s32 PS4_SYSV_ABI sceKernelDirectMemoryQueryForId() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelDlsym() { +s32 PS4_SYSV_ABI sceKernelDlsym() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelEnableDmemAliasing() { +s32 PS4_SYSV_ABI sceKernelEnableDmemAliasing() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelEnableDmemAliasing2() { +s32 PS4_SYSV_ABI sceKernelEnableDmemAliasing2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelEnablePthreadObjectCheck() { +s32 PS4_SYSV_ABI sceKernelEnablePthreadObjectCheck() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelError() { +s32 PS4_SYSV_ABI sceKernelError() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelEventLogInit() { +s32 PS4_SYSV_ABI sceKernelEventLogInit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelEventLogPread() { +s32 PS4_SYSV_ABI sceKernelEventLogPread() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelEventLogRead() { +s32 PS4_SYSV_ABI sceKernelEventLogRead() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelEventLogWrite() { +s32 PS4_SYSV_ABI sceKernelEventLogWrite() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelFchmod() { +s32 PS4_SYSV_ABI sceKernelFchmod() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelFcntl() { +s32 PS4_SYSV_ABI sceKernelFcntl() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelFdatasync() { +s32 PS4_SYSV_ABI sceKernelFdatasync() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelFlock() { +s32 PS4_SYSV_ABI sceKernelFlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelFstat() { +s32 PS4_SYSV_ABI sceKernelFstat() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelFsync() { +s32 PS4_SYSV_ABI sceKernelFsync() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelFtruncate() { +s32 PS4_SYSV_ABI sceKernelFtruncate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelFutimes() { +s32 PS4_SYSV_ABI sceKernelFutimes() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetAllowedSdkVersionOnSystem() { +s32 PS4_SYSV_ABI sceKernelGetAllowedSdkVersionOnSystem() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetAppInfo() { +s32 PS4_SYSV_ABI sceKernelGetAppInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetAslrStatus() { +s32 PS4_SYSV_ABI sceKernelGetAslrStatus() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetBackupRestoreMode() { +s32 PS4_SYSV_ABI sceKernelGetBackupRestoreMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetBackupRestoreModeOfNextBoot() { +s32 PS4_SYSV_ABI sceKernelGetBackupRestoreModeOfNextBoot() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetBasicProductShape() { +s32 PS4_SYSV_ABI sceKernelGetBasicProductShape() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetBetaUpdateTestForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetBetaUpdateTestForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetBioUsageAll() { +s32 PS4_SYSV_ABI sceKernelGetBioUsageAll() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetBootReqNotifyCount() { +s32 PS4_SYSV_ABI sceKernelGetBootReqNotifyCount() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCallRecord() { +s32 PS4_SYSV_ABI sceKernelGetCallRecord() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCompiledSdkVersion() { +s32 PS4_SYSV_ABI sceKernelGetCompiledSdkVersion() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCompiledSdkVersionByPath() { +s32 PS4_SYSV_ABI sceKernelGetCompiledSdkVersionByPath() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCompiledSdkVersionByPid() { +s32 PS4_SYSV_ABI sceKernelGetCompiledSdkVersionByPid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCpuFrequency() { +s32 PS4_SYSV_ABI sceKernelGetCpuFrequency() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCpumode() { +s32 PS4_SYSV_ABI sceKernelGetCpumode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCpumodeGame() { +s32 PS4_SYSV_ABI sceKernelGetCpumodeGame() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCpuTemperature() { +s32 PS4_SYSV_ABI sceKernelGetCpuTemperature() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCpuUsage() { +s32 PS4_SYSV_ABI sceKernelGetCpuUsage() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCpuUsageAll() { +s32 PS4_SYSV_ABI sceKernelGetCpuUsageAll() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCpuUsageProc() { +s32 PS4_SYSV_ABI sceKernelGetCpuUsageProc() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCpuUsageProc2() { +s32 PS4_SYSV_ABI sceKernelGetCpuUsageProc2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCpuUsageThread() { +s32 PS4_SYSV_ABI sceKernelGetCpuUsageThread() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetCurrentCpu() { +s32 PS4_SYSV_ABI sceKernelGetCurrentCpu() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetDataTransferMode() { +s32 PS4_SYSV_ABI sceKernelGetDataTransferMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetDebugMenuMiniModeForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetDebugMenuMiniModeForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetDebugMenuModeForPsmForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetDebugMenuModeForPsmForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetDebugMenuModeForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetDebugMenuModeForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetdents() { +s32 PS4_SYSV_ABI sceKernelGetdents() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetDirectMemorySize() { +s32 PS4_SYSV_ABI sceKernelGetDirectMemorySize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetDirectMemoryType() { +s32 PS4_SYSV_ABI sceKernelGetDirectMemoryType() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetdirentries() { +s32 PS4_SYSV_ABI sceKernelGetdirentries() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetEventData() { +s32 PS4_SYSV_ABI sceKernelGetEventData() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetEventError() { +s32 PS4_SYSV_ABI sceKernelGetEventError() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetEventFflags() { +s32 PS4_SYSV_ABI sceKernelGetEventFflags() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetEventFilter() { +s32 PS4_SYSV_ABI sceKernelGetEventFilter() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetEventId() { +s32 PS4_SYSV_ABI sceKernelGetEventId() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetEventUserData() { +s32 PS4_SYSV_ABI sceKernelGetEventUserData() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetExecutableModuleHandle() { +s32 PS4_SYSV_ABI sceKernelGetExecutableModuleHandle() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetExtLibcHandle() { +s32 PS4_SYSV_ABI sceKernelGetExtLibcHandle() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetFakeFinalizeMenuForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetFakeFinalizeMenuForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetFlagedUpdaterForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetFlagedUpdaterForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetForceUpdateModeForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetForceUpdateModeForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetGPI() { +s32 PS4_SYSV_ABI sceKernelGetGPI() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetGPO() { +s32 PS4_SYSV_ABI sceKernelGetGPO() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetHwFeatureInfoForDecid() { +s32 PS4_SYSV_ABI sceKernelGetHwFeatureInfoForDecid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetIdPs() { +s32 PS4_SYSV_ABI sceKernelGetIdPs() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetIdTableCurrentCount() { +s32 PS4_SYSV_ABI sceKernelGetIdTableCurrentCount() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetIpcPath() { +s32 PS4_SYSV_ABI sceKernelGetIpcPath() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetLibkernelTextLocation() { +s32 PS4_SYSV_ABI sceKernelGetLibkernelTextLocation() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetMainSocId() { +s32 PS4_SYSV_ABI sceKernelGetMainSocId() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetModuleInfo() { +s32 PS4_SYSV_ABI sceKernelGetModuleInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetModuleInfoForUnwind() { +s32 PS4_SYSV_ABI sceKernelGetModuleInfoForUnwind() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetModuleInfoInternal() { +s32 PS4_SYSV_ABI sceKernelGetModuleInfoInternal() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetModuleList() { +s32 PS4_SYSV_ABI sceKernelGetModuleList() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetModuleListInternal() { +s32 PS4_SYSV_ABI sceKernelGetModuleListInternal() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetOpenPsIdForSystem() { +s32 PS4_SYSV_ABI sceKernelGetOpenPsIdForSystem() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetPageTableStats() { +s32 PS4_SYSV_ABI sceKernelGetPageTableStats() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetPagingStatsOfAllObjects() { +s32 PS4_SYSV_ABI sceKernelGetPagingStatsOfAllObjects() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetPagingStatsOfAllThreads() { +s32 PS4_SYSV_ABI sceKernelGetPagingStatsOfAllThreads() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetPhysPageSize() { +s32 PS4_SYSV_ABI sceKernelGetPhysPageSize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetProcessName() { +s32 PS4_SYSV_ABI sceKernelGetProcessName() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetProcessTime() { +s32 PS4_SYSV_ABI sceKernelGetProcessTime() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetProcessTimeCounter() { +s32 PS4_SYSV_ABI sceKernelGetProcessTimeCounter() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetProcessTimeCounterFrequency() { +s32 PS4_SYSV_ABI sceKernelGetProcessTimeCounterFrequency() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetProcessType() { +s32 PS4_SYSV_ABI sceKernelGetProcessType() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetProcParam() { +s32 PS4_SYSV_ABI sceKernelGetProcParam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetProductCode() { +s32 PS4_SYSV_ABI sceKernelGetProductCode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetProductStr() { +s32 PS4_SYSV_ABI sceKernelGetProductStr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetPrtAperture() { +s32 PS4_SYSV_ABI sceKernelGetPrtAperture() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetPsmIntdevModeForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetPsmIntdevModeForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetPsnAccessTraceLogForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetPsnAccessTraceLogForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetQafExpirationTimeNotafterForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetQafExpirationTimeNotafterForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetQafExpirationTimeNotbeforeForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetQafExpirationTimeNotbeforeForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetQafGenerationForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetQafGenerationForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetQafNameForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetQafNameForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetRenderingMode() { +s32 PS4_SYSV_ABI sceKernelGetRenderingMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetResidentCount() { +s32 PS4_SYSV_ABI sceKernelGetResidentCount() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetResidentFmemCount() { +s32 PS4_SYSV_ABI sceKernelGetResidentFmemCount() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSafemode() { +s32 PS4_SYSV_ABI sceKernelGetSafemode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSanitizerMallocReplace() { +s32 PS4_SYSV_ABI sceKernelGetSanitizerMallocReplace() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSanitizerMallocReplaceExternal() { +s32 PS4_SYSV_ABI sceKernelGetSanitizerMallocReplaceExternal() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSanitizerNewReplace() { +s32 PS4_SYSV_ABI sceKernelGetSanitizerNewReplace() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSanitizerNewReplaceExternal() { +s32 PS4_SYSV_ABI sceKernelGetSanitizerNewReplaceExternal() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSocSensorTemperature() { +s32 PS4_SYSV_ABI sceKernelGetSocSensorTemperature() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSpecialIForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetSpecialIForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSubsysId() { +s32 PS4_SYSV_ABI sceKernelGetSubsysId() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSystemExVersion() { +s32 PS4_SYSV_ABI sceKernelGetSystemExVersion() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSystemLevelDebuggerModeForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetSystemLevelDebuggerModeForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSystemSwBeta() { +s32 PS4_SYSV_ABI sceKernelGetSystemSwBeta() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetSystemSwVersion() { +s32 PS4_SYSV_ABI sceKernelGetSystemSwVersion() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetThreadName() { +s32 PS4_SYSV_ABI sceKernelGetThreadName() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGettimeofday() { +s32 PS4_SYSV_ABI sceKernelGettimeofday() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGettimezone() { +s32 PS4_SYSV_ABI sceKernelGettimezone() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetTraceMemoryStats() { +s32 PS4_SYSV_ABI sceKernelGetTraceMemoryStats() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetTscFrequency() { +s32 PS4_SYSV_ABI sceKernelGetTscFrequency() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetUtokenDataExecutionForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetUtokenDataExecutionForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetUtokenExpirationTimeNotafterForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetUtokenExpirationTimeNotafterForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetUtokenExpirationTimeNotbeforeForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetUtokenExpirationTimeNotbeforeForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetUtokenFakeSharefactoryForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetUtokenFakeSharefactoryForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetUtokenFlagedUpdaterForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetUtokenFlagedUpdaterForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetUtokenNpEnvSwitchingForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetUtokenNpEnvSwitchingForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetUtokenSaveDataRepairForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetUtokenSaveDataRepairForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetUtokenStoreModeForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetUtokenStoreModeForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetUtokenUseSoftwagnerForAcmgr() { +s32 PS4_SYSV_ABI sceKernelGetUtokenUseSoftwagnerForAcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetUtokenUseSoftwagnerForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetUtokenUseSoftwagnerForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetUtokenWeakenedPortRestrictionForRcmgr() { +s32 PS4_SYSV_ABI sceKernelGetUtokenWeakenedPortRestrictionForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetVrCaptureSize() { +s32 PS4_SYSV_ABI sceKernelGetVrCaptureSize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelHasNeoMode() { +s32 PS4_SYSV_ABI sceKernelHasNeoMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelHwHasOpticalOut() { +s32 PS4_SYSV_ABI sceKernelHwHasOpticalOut() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelHwHasWlanBt() { +s32 PS4_SYSV_ABI sceKernelHwHasWlanBt() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccControlBDPowerState() { +s32 PS4_SYSV_ABI sceKernelIccControlBDPowerState() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccControlUSBPowerState() { +s32 PS4_SYSV_ABI sceKernelIccControlUSBPowerState() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccGetBDPowerState() { +s32 PS4_SYSV_ABI sceKernelIccGetBDPowerState() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccGetCPMode() { +s32 PS4_SYSV_ABI sceKernelIccGetCPMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccGetCpuInfoBit() { +s32 PS4_SYSV_ABI sceKernelIccGetCpuInfoBit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccGetPowerNumberOfBootShutdown() { +s32 PS4_SYSV_ABI sceKernelIccGetPowerNumberOfBootShutdown() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccGetPowerOperatingTime() { +s32 PS4_SYSV_ABI sceKernelIccGetPowerOperatingTime() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccGetPowerUpCause() { +s32 PS4_SYSV_ABI sceKernelIccGetPowerUpCause() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccGetThermalAlert() { +s32 PS4_SYSV_ABI sceKernelIccGetThermalAlert() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccGetUSBPowerState() { +s32 PS4_SYSV_ABI sceKernelIccGetUSBPowerState() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccIndicatorBootDone() { +s32 PS4_SYSV_ABI sceKernelIccIndicatorBootDone() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccIndicatorShutdown() { +s32 PS4_SYSV_ABI sceKernelIccIndicatorShutdown() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccIndicatorStandby() { +s32 PS4_SYSV_ABI sceKernelIccIndicatorStandby() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccIndicatorStandbyBoot() { +s32 PS4_SYSV_ABI sceKernelIccIndicatorStandbyBoot() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccIndicatorStandbyShutdown() { +s32 PS4_SYSV_ABI sceKernelIccIndicatorStandbyShutdown() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccNotifyBootStatus() { +s32 PS4_SYSV_ABI sceKernelIccNotifyBootStatus() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccNvsFlush() { +s32 PS4_SYSV_ABI sceKernelIccNvsFlush() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccReadPowerBootMessage() { +s32 PS4_SYSV_ABI sceKernelIccReadPowerBootMessage() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccSetBuzzer() { +s32 PS4_SYSV_ABI sceKernelIccSetBuzzer() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccSetCPMode() { +s32 PS4_SYSV_ABI sceKernelIccSetCPMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccSetCpuInfoBit() { +s32 PS4_SYSV_ABI sceKernelIccSetCpuInfoBit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIccSetDownloadMode() { +s32 PS4_SYSV_ABI sceKernelIccSetDownloadMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelInstallExceptionHandler() { +s32 PS4_SYSV_ABI sceKernelInstallExceptionHandler() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelInternalGetKmemStatistics() { +s32 PS4_SYSV_ABI sceKernelInternalGetKmemStatistics() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelInternalGetMapStatistics() { +s32 PS4_SYSV_ABI sceKernelInternalGetMapStatistics() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelInternalHeapPrintBacktraceWithModuleInfo() { +s32 PS4_SYSV_ABI sceKernelInternalHeapPrintBacktraceWithModuleInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelInternalMapDirectMemory() { +s32 PS4_SYSV_ABI sceKernelInternalMapDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelInternalMapNamedDirectMemory() { +s32 PS4_SYSV_ABI sceKernelInternalMapNamedDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelInternalMemoryGetAvailableSize() { +s32 PS4_SYSV_ABI sceKernelInternalMemoryGetAvailableSize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelInternalMemoryGetModuleSegmentInfo() { +s32 PS4_SYSV_ABI sceKernelInternalMemoryGetModuleSegmentInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelInternalResumeDirectMemoryRelease() { +s32 PS4_SYSV_ABI sceKernelInternalResumeDirectMemoryRelease() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelInternalSuspendDirectMemoryRelease() { +s32 PS4_SYSV_ABI sceKernelInternalSuspendDirectMemoryRelease() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsAddressSanitizerEnabled() { +s32 PS4_SYSV_ABI sceKernelIsAddressSanitizerEnabled() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsAllowedToSelectDvdRegion() { +s32 PS4_SYSV_ABI sceKernelIsAllowedToSelectDvdRegion() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsAuthenticNeo() { +s32 PS4_SYSV_ABI sceKernelIsAuthenticNeo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsCEX() { +s32 PS4_SYSV_ABI sceKernelIsCEX() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsDebuggerAttached() { +s32 PS4_SYSV_ABI sceKernelIsDebuggerAttached() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsDevKit() { +s32 PS4_SYSV_ABI sceKernelIsDevKit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsExperimentalBeta() { +s32 PS4_SYSV_ABI sceKernelIsExperimentalBeta() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsGenuineCEX() { +s32 PS4_SYSV_ABI sceKernelIsGenuineCEX() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsGenuineDevKit() { +s32 PS4_SYSV_ABI sceKernelIsGenuineDevKit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsGenuineKratosCex() { +s32 PS4_SYSV_ABI sceKernelIsGenuineKratosCex() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsGenuineN() { +s32 PS4_SYSV_ABI sceKernelIsGenuineN() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsGenuineTestKit() { +s32 PS4_SYSV_ABI sceKernelIsGenuineTestKit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsInSandbox() { +s32 PS4_SYSV_ABI sceKernelIsInSandbox() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsKratos() { +s32 PS4_SYSV_ABI sceKernelIsKratos() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsMainOnStanbyMode() { +s32 PS4_SYSV_ABI sceKernelIsMainOnStanbyMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsMainOnStandbyMode() { +s32 PS4_SYSV_ABI sceKernelIsMainOnStandbyMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsNeoMode() { +s32 PS4_SYSV_ABI sceKernelIsNeoMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsStack() { +s32 PS4_SYSV_ABI sceKernelIsStack() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsTestKit() { +s32 PS4_SYSV_ABI sceKernelIsTestKit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelKernelHeapUsage() { +s32 PS4_SYSV_ABI sceKernelKernelHeapUsage() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelLoadStartModule() { +s32 PS4_SYSV_ABI sceKernelLoadStartModule() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelLoadStartModuleForSysmodule() { +s32 PS4_SYSV_ABI sceKernelLoadStartModuleForSysmodule() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelLseek() { +s32 PS4_SYSV_ABI sceKernelLseek() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelLwfsAllocateBlock() { +s32 PS4_SYSV_ABI sceKernelLwfsAllocateBlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelLwfsLseek() { +s32 PS4_SYSV_ABI sceKernelLwfsLseek() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelLwfsSetAttribute() { +s32 PS4_SYSV_ABI sceKernelLwfsSetAttribute() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelLwfsTrimBlock() { +s32 PS4_SYSV_ABI sceKernelLwfsTrimBlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelLwfsWrite() { +s32 PS4_SYSV_ABI sceKernelLwfsWrite() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMapDirectMemory() { +s32 PS4_SYSV_ABI sceKernelMapDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMapDirectMemory2() { +s32 PS4_SYSV_ABI sceKernelMapDirectMemory2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMapFlexibleMemory() { +s32 PS4_SYSV_ABI sceKernelMapFlexibleMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMapNamedDirectMemory() { +s32 PS4_SYSV_ABI sceKernelMapNamedDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMapNamedFlexibleMemory() { +s32 PS4_SYSV_ABI sceKernelMapNamedFlexibleMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMapNamedSystemFlexibleMemory() { +s32 PS4_SYSV_ABI sceKernelMapNamedSystemFlexibleMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMapSanitizerShadowMemory() { +s32 PS4_SYSV_ABI sceKernelMapSanitizerShadowMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMapTraceMemory() { +s32 PS4_SYSV_ABI sceKernelMapTraceMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMemoryPoolBatch() { +s32 PS4_SYSV_ABI sceKernelMemoryPoolBatch() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMemoryPoolCommit() { +s32 PS4_SYSV_ABI sceKernelMemoryPoolCommit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMemoryPoolDecommit() { +s32 PS4_SYSV_ABI sceKernelMemoryPoolDecommit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMemoryPoolExpand() { +s32 PS4_SYSV_ABI sceKernelMemoryPoolExpand() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMemoryPoolGetBlockStats() { +s32 PS4_SYSV_ABI sceKernelMemoryPoolGetBlockStats() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMemoryPoolMove() { +s32 PS4_SYSV_ABI sceKernelMemoryPoolMove() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMemoryPoolReserve() { +s32 PS4_SYSV_ABI sceKernelMemoryPoolReserve() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMkdir() { +s32 PS4_SYSV_ABI sceKernelMkdir() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMlock() { +s32 PS4_SYSV_ABI sceKernelMlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMlockall() { +s32 PS4_SYSV_ABI sceKernelMlockall() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMmap() { +s32 PS4_SYSV_ABI sceKernelMmap() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMprotect() { +s32 PS4_SYSV_ABI sceKernelMprotect() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMsync() { +s32 PS4_SYSV_ABI sceKernelMsync() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMtypeprotect() { +s32 PS4_SYSV_ABI sceKernelMtypeprotect() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMunlock() { +s32 PS4_SYSV_ABI sceKernelMunlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMunlockall() { +s32 PS4_SYSV_ABI sceKernelMunlockall() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelMunmap() { +s32 PS4_SYSV_ABI sceKernelMunmap() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelNanosleep() { +s32 PS4_SYSV_ABI sceKernelNanosleep() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelNormalizePath() { +s32 PS4_SYSV_ABI sceKernelNormalizePath() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelNotifyAppStateChanged() { +s32 PS4_SYSV_ABI sceKernelNotifyAppStateChanged() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelNotifySystemSuspendResumeProgress() { +s32 PS4_SYSV_ABI sceKernelNotifySystemSuspendResumeProgress() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelNotifySystemSuspendStart() { +s32 PS4_SYSV_ABI sceKernelNotifySystemSuspendStart() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelOpen() { +s32 PS4_SYSV_ABI sceKernelOpen() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelOpenEport() { +s32 PS4_SYSV_ABI sceKernelOpenEport() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelOpenEventFlag() { +s32 PS4_SYSV_ABI sceKernelOpenEventFlag() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelPollEventFlag() { +s32 PS4_SYSV_ABI sceKernelPollEventFlag() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelPollSema() { +s32 PS4_SYSV_ABI sceKernelPollSema() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelPread() { +s32 PS4_SYSV_ABI sceKernelPread() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelPreadv() { +s32 PS4_SYSV_ABI sceKernelPreadv() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelPrintBacktraceWithModuleInfo() { +s32 PS4_SYSV_ABI sceKernelPrintBacktraceWithModuleInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelProtectDirectMemory() { +s32 PS4_SYSV_ABI sceKernelProtectDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelProtectDirectMemoryForPID() { +s32 PS4_SYSV_ABI sceKernelProtectDirectMemoryForPID() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelPwrite() { +s32 PS4_SYSV_ABI sceKernelPwrite() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelPwritev() { +s32 PS4_SYSV_ABI sceKernelPwritev() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelQueryMemoryProtection() { +s32 PS4_SYSV_ABI sceKernelQueryMemoryProtection() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelQueryTraceMemory() { +s32 PS4_SYSV_ABI sceKernelQueryTraceMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelRaiseException() { +s32 PS4_SYSV_ABI sceKernelRaiseException() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelRandomizedPath() { +s32 PS4_SYSV_ABI sceKernelRandomizedPath() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelRdup() { +s32 PS4_SYSV_ABI sceKernelRdup() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelRead() { +s32 PS4_SYSV_ABI sceKernelRead() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelReadTsc() { +s32 PS4_SYSV_ABI sceKernelReadTsc() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelReadv() { +s32 PS4_SYSV_ABI sceKernelReadv() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelReboot() { +s32 PS4_SYSV_ABI sceKernelReboot() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelReleaseDirectMemory() { +s32 PS4_SYSV_ABI sceKernelReleaseDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelReleaseFlexibleMemory() { +s32 PS4_SYSV_ABI sceKernelReleaseFlexibleMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelReleaseTraceDirectMemory() { +s32 PS4_SYSV_ABI sceKernelReleaseTraceDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelRemoveExceptionHandler() { +s32 PS4_SYSV_ABI sceKernelRemoveExceptionHandler() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelRename() { +s32 PS4_SYSV_ABI sceKernelRename() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelReportUnpatchedFunctionCall() { +s32 PS4_SYSV_ABI sceKernelReportUnpatchedFunctionCall() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelReserve2mbPage() { +s32 PS4_SYSV_ABI sceKernelReserve2mbPage() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelReserveSystemDirectMemory() { +s32 PS4_SYSV_ABI sceKernelReserveSystemDirectMemory() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelReserveVirtualRange() { +s32 PS4_SYSV_ABI sceKernelReserveVirtualRange() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelResumeDirectMemoryRelease() { +s32 PS4_SYSV_ABI sceKernelResumeDirectMemoryRelease() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelRmdir() { +s32 PS4_SYSV_ABI sceKernelRmdir() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelRtldControl() { +s32 PS4_SYSV_ABI sceKernelRtldControl() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSandboxPath() { +s32 PS4_SYSV_ABI sceKernelSandboxPath() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSendNotificationRequest() { +s32 PS4_SYSV_ABI sceKernelSendNotificationRequest() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetAppInfo() { +s32 PS4_SYSV_ABI sceKernelSetAppInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetBackupRestoreMode() { +s32 PS4_SYSV_ABI sceKernelSetBackupRestoreMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetBaseModeClock() { +s32 PS4_SYSV_ABI sceKernelSetBaseModeClock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetBesteffort() { +s32 PS4_SYSV_ABI sceKernelSetBesteffort() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetBootReqNotify() { +s32 PS4_SYSV_ABI sceKernelSetBootReqNotify() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetCallRecord() { +s32 PS4_SYSV_ABI sceKernelSetCallRecord() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetCompressionAttribute() { +s32 PS4_SYSV_ABI sceKernelSetCompressionAttribute() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetCpumodeGame() { +s32 PS4_SYSV_ABI sceKernelSetCpumodeGame() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetDataTransferMode() { +s32 PS4_SYSV_ABI sceKernelSetDataTransferMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetEventFlag() { +s32 PS4_SYSV_ABI sceKernelSetEventFlag() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetFsstParam() { +s32 PS4_SYSV_ABI sceKernelSetFsstParam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetGameDirectMemoryLimit() { +s32 PS4_SYSV_ABI sceKernelSetGameDirectMemoryLimit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetGPI() { +s32 PS4_SYSV_ABI sceKernelSetGPI() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetGPO() { +s32 PS4_SYSV_ABI sceKernelSetGPO() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetGpuCu() { +s32 PS4_SYSV_ABI sceKernelSetGpuCu() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetMemoryPstate() { +s32 PS4_SYSV_ABI sceKernelSetMemoryPstate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetNeoModeClock() { +s32 PS4_SYSV_ABI sceKernelSetNeoModeClock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetPhysFmemLimit() { +s32 PS4_SYSV_ABI sceKernelSetPhysFmemLimit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetProcessName() { +s32 PS4_SYSV_ABI sceKernelSetProcessName() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetProcessPropertyString() { +s32 PS4_SYSV_ABI sceKernelSetProcessPropertyString() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetPrtAperture() { +s32 PS4_SYSV_ABI sceKernelSetPrtAperture() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetSafemode() { +s32 PS4_SYSV_ABI sceKernelSetSafemode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSettimeofday() { +s32 PS4_SYSV_ABI sceKernelSettimeofday() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetTimezoneInfo() { +s32 PS4_SYSV_ABI sceKernelSetTimezoneInfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetVirtualRangeName() { +s32 PS4_SYSV_ABI sceKernelSetVirtualRangeName() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSetVmContainer() { +s32 PS4_SYSV_ABI sceKernelSetVmContainer() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSignalSema() { +s32 PS4_SYSV_ABI sceKernelSignalSema() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSleep() { +s32 PS4_SYSV_ABI sceKernelSleep() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSlvNotifyError() { +s32 PS4_SYSV_ABI sceKernelSlvNotifyError() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelStat() { +s32 PS4_SYSV_ABI sceKernelStat() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelStopUnloadModule() { +s32 PS4_SYSV_ABI sceKernelStopUnloadModule() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSuspendDirectMemoryRelease() { +s32 PS4_SYSV_ABI sceKernelSuspendDirectMemoryRelease() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSwitchToBaseMode() { +s32 PS4_SYSV_ABI sceKernelSwitchToBaseMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSwitchToNeoMode() { +s32 PS4_SYSV_ABI sceKernelSwitchToNeoMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelSync() { +s32 PS4_SYSV_ABI sceKernelSync() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelTerminateSysCore() { +s32 PS4_SYSV_ABI sceKernelTerminateSysCore() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelTitleWorkaroundIsEnabled() { +s32 PS4_SYSV_ABI sceKernelTitleWorkaroundIsEnabled() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelTitleWorkdaroundIsEnabled() { +s32 PS4_SYSV_ABI sceKernelTitleWorkdaroundIsEnabled() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelTraceMemoryTypeProtect() { +s32 PS4_SYSV_ABI sceKernelTraceMemoryTypeProtect() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelTriggerEport() { +s32 PS4_SYSV_ABI sceKernelTriggerEport() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelTriggerUserEvent() { +s32 PS4_SYSV_ABI sceKernelTriggerUserEvent() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelTruncate() { +s32 PS4_SYSV_ABI sceKernelTruncate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelUnlink() { +s32 PS4_SYSV_ABI sceKernelUnlink() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelUsleep() { +s32 PS4_SYSV_ABI sceKernelUsleep() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelUtimes() { +s32 PS4_SYSV_ABI sceKernelUtimes() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelUuidCreate() { +s32 PS4_SYSV_ABI sceKernelUuidCreate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelVirtualQuery() { +s32 PS4_SYSV_ABI sceKernelVirtualQuery() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelVirtualQueryAll() { +s32 PS4_SYSV_ABI sceKernelVirtualQueryAll() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelWaitEqueue() { +s32 PS4_SYSV_ABI sceKernelWaitEqueue() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelWaitEventFlag() { +s32 PS4_SYSV_ABI sceKernelWaitEventFlag() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelWaitSema() { +s32 PS4_SYSV_ABI sceKernelWaitSema() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelWrite() { +s32 PS4_SYSV_ABI sceKernelWrite() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelWriteSdkEventLog() { +s32 PS4_SYSV_ABI sceKernelWriteSdkEventLog() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelWritev() { +s32 PS4_SYSV_ABI sceKernelWritev() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelYieldCpumode() { +s32 PS4_SYSV_ABI sceKernelYieldCpumode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceCreateForMonoMutex() { +s32 PS4_SYSV_ABI sceLibcMspaceCreateForMonoMutex() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAtfork() { +s32 PS4_SYSV_ABI scePthreadAtfork() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrDestroy() { +s32 PS4_SYSV_ABI scePthreadAttrDestroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrGet() { +s32 PS4_SYSV_ABI scePthreadAttrGet() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrGetaffinity() { +s32 PS4_SYSV_ABI scePthreadAttrGetaffinity() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrGetdetachstate() { +s32 PS4_SYSV_ABI scePthreadAttrGetdetachstate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrGetguardsize() { +s32 PS4_SYSV_ABI scePthreadAttrGetguardsize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrGetinheritsched() { +s32 PS4_SYSV_ABI scePthreadAttrGetinheritsched() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrGetschedparam() { +s32 PS4_SYSV_ABI scePthreadAttrGetschedparam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrGetschedpolicy() { +s32 PS4_SYSV_ABI scePthreadAttrGetschedpolicy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrGetscope() { +s32 PS4_SYSV_ABI scePthreadAttrGetscope() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrGetstack() { +s32 PS4_SYSV_ABI scePthreadAttrGetstack() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrGetstackaddr() { +s32 PS4_SYSV_ABI scePthreadAttrGetstackaddr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrGetstacksize() { +s32 PS4_SYSV_ABI scePthreadAttrGetstacksize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrInit() { +s32 PS4_SYSV_ABI scePthreadAttrInit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrSetaffinity() { +s32 PS4_SYSV_ABI scePthreadAttrSetaffinity() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrSetcreatesuspend() { +s32 PS4_SYSV_ABI scePthreadAttrSetcreatesuspend() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrSetdetachstate() { +s32 PS4_SYSV_ABI scePthreadAttrSetdetachstate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrSetguardsize() { +s32 PS4_SYSV_ABI scePthreadAttrSetguardsize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrSetinheritsched() { +s32 PS4_SYSV_ABI scePthreadAttrSetinheritsched() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrSetschedparam() { +s32 PS4_SYSV_ABI scePthreadAttrSetschedparam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrSetschedpolicy() { +s32 PS4_SYSV_ABI scePthreadAttrSetschedpolicy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrSetscope() { +s32 PS4_SYSV_ABI scePthreadAttrSetscope() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrSetstack() { +s32 PS4_SYSV_ABI scePthreadAttrSetstack() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrSetstackaddr() { +s32 PS4_SYSV_ABI scePthreadAttrSetstackaddr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadAttrSetstacksize() { +s32 PS4_SYSV_ABI scePthreadAttrSetstacksize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadBarrierattrDestroy() { +s32 PS4_SYSV_ABI scePthreadBarrierattrDestroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadBarrierattrGetpshared() { +s32 PS4_SYSV_ABI scePthreadBarrierattrGetpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadBarrierattrInit() { +s32 PS4_SYSV_ABI scePthreadBarrierattrInit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadBarrierattrSetpshared() { +s32 PS4_SYSV_ABI scePthreadBarrierattrSetpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadBarrierDestroy() { +s32 PS4_SYSV_ABI scePthreadBarrierDestroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadBarrierInit() { +s32 PS4_SYSV_ABI scePthreadBarrierInit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadBarrierWait() { +s32 PS4_SYSV_ABI scePthreadBarrierWait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCancel() { +s32 PS4_SYSV_ABI scePthreadCancel() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondattrDestroy() { +s32 PS4_SYSV_ABI scePthreadCondattrDestroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondattrGetclock() { +s32 PS4_SYSV_ABI scePthreadCondattrGetclock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondattrGetpshared() { +s32 PS4_SYSV_ABI scePthreadCondattrGetpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondattrInit() { +s32 PS4_SYSV_ABI scePthreadCondattrInit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondattrSetclock() { +s32 PS4_SYSV_ABI scePthreadCondattrSetclock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondattrSetpshared() { +s32 PS4_SYSV_ABI scePthreadCondattrSetpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondBroadcast() { +s32 PS4_SYSV_ABI scePthreadCondBroadcast() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondDestroy() { +s32 PS4_SYSV_ABI scePthreadCondDestroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondInit() { +s32 PS4_SYSV_ABI scePthreadCondInit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondSignal() { +s32 PS4_SYSV_ABI scePthreadCondSignal() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondSignalto() { +s32 PS4_SYSV_ABI scePthreadCondSignalto() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondTimedwait() { +s32 PS4_SYSV_ABI scePthreadCondTimedwait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCondWait() { +s32 PS4_SYSV_ABI scePthreadCondWait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadCreate() { +s32 PS4_SYSV_ABI scePthreadCreate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadDetach() { +s32 PS4_SYSV_ABI scePthreadDetach() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadEqual() { +s32 PS4_SYSV_ABI scePthreadEqual() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadExit() { +s32 PS4_SYSV_ABI scePthreadExit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadGetaffinity() { +s32 PS4_SYSV_ABI scePthreadGetaffinity() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadGetconcurrency() { +s32 PS4_SYSV_ABI scePthreadGetconcurrency() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadGetcpuclockid() { +s32 PS4_SYSV_ABI scePthreadGetcpuclockid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadGetname() { +s32 PS4_SYSV_ABI scePthreadGetname() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadGetprio() { +s32 PS4_SYSV_ABI scePthreadGetprio() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadGetschedparam() { +s32 PS4_SYSV_ABI scePthreadGetschedparam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadGetspecific() { +s32 PS4_SYSV_ABI scePthreadGetspecific() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadGetthreadid() { +s32 PS4_SYSV_ABI scePthreadGetthreadid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadJoin() { +s32 PS4_SYSV_ABI scePthreadJoin() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadKeyCreate() { +s32 PS4_SYSV_ABI scePthreadKeyCreate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadKeyDelete() { +s32 PS4_SYSV_ABI scePthreadKeyDelete() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMain() { +s32 PS4_SYSV_ABI scePthreadMain() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMulti() { +s32 PS4_SYSV_ABI scePthreadMulti() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrDestroy() { +s32 PS4_SYSV_ABI scePthreadMutexattrDestroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrGetkind() { +s32 PS4_SYSV_ABI scePthreadMutexattrGetkind() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrGetprioceiling() { +s32 PS4_SYSV_ABI scePthreadMutexattrGetprioceiling() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrGetprotocol() { +s32 PS4_SYSV_ABI scePthreadMutexattrGetprotocol() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrGetpshared() { +s32 PS4_SYSV_ABI scePthreadMutexattrGetpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrGettype() { +s32 PS4_SYSV_ABI scePthreadMutexattrGettype() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrInit() { +s32 PS4_SYSV_ABI scePthreadMutexattrInit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrInitForInternalLibc() { +s32 PS4_SYSV_ABI scePthreadMutexattrInitForInternalLibc() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrSetkind() { +s32 PS4_SYSV_ABI scePthreadMutexattrSetkind() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrSetprioceiling() { +s32 PS4_SYSV_ABI scePthreadMutexattrSetprioceiling() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrSetprotocol() { +s32 PS4_SYSV_ABI scePthreadMutexattrSetprotocol() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrSetpshared() { +s32 PS4_SYSV_ABI scePthreadMutexattrSetpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexattrSettype() { +s32 PS4_SYSV_ABI scePthreadMutexattrSettype() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexDestroy() { +s32 PS4_SYSV_ABI scePthreadMutexDestroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexGetprioceiling() { +s32 PS4_SYSV_ABI scePthreadMutexGetprioceiling() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexGetspinloops() { +s32 PS4_SYSV_ABI scePthreadMutexGetspinloops() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexGetyieldloops() { +s32 PS4_SYSV_ABI scePthreadMutexGetyieldloops() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexInit() { +s32 PS4_SYSV_ABI scePthreadMutexInit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexInitForInternalLibc() { +s32 PS4_SYSV_ABI scePthreadMutexInitForInternalLibc() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexIsowned() { +s32 PS4_SYSV_ABI scePthreadMutexIsowned() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexLock() { +s32 PS4_SYSV_ABI scePthreadMutexLock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexSetprioceiling() { +s32 PS4_SYSV_ABI scePthreadMutexSetprioceiling() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexSetspinloops() { +s32 PS4_SYSV_ABI scePthreadMutexSetspinloops() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexSetyieldloops() { +s32 PS4_SYSV_ABI scePthreadMutexSetyieldloops() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexTimedlock() { +s32 PS4_SYSV_ABI scePthreadMutexTimedlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexTrylock() { +s32 PS4_SYSV_ABI scePthreadMutexTrylock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadMutexUnlock() { +s32 PS4_SYSV_ABI scePthreadMutexUnlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadOnce() { +s32 PS4_SYSV_ABI scePthreadOnce() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRename() { +s32 PS4_SYSV_ABI scePthreadRename() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadResume() { +s32 PS4_SYSV_ABI scePthreadResume() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadResumeAll() { +s32 PS4_SYSV_ABI scePthreadResumeAll() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockattrDestroy() { +s32 PS4_SYSV_ABI scePthreadRwlockattrDestroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockattrGetpshared() { +s32 PS4_SYSV_ABI scePthreadRwlockattrGetpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockattrGettype() { +s32 PS4_SYSV_ABI scePthreadRwlockattrGettype() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockattrInit() { +s32 PS4_SYSV_ABI scePthreadRwlockattrInit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockattrSetpshared() { +s32 PS4_SYSV_ABI scePthreadRwlockattrSetpshared() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockattrSettype() { +s32 PS4_SYSV_ABI scePthreadRwlockattrSettype() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockDestroy() { +s32 PS4_SYSV_ABI scePthreadRwlockDestroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockInit() { +s32 PS4_SYSV_ABI scePthreadRwlockInit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockRdlock() { +s32 PS4_SYSV_ABI scePthreadRwlockRdlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockTimedrdlock() { +s32 PS4_SYSV_ABI scePthreadRwlockTimedrdlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockTimedwrlock() { +s32 PS4_SYSV_ABI scePthreadRwlockTimedwrlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockTryrdlock() { +s32 PS4_SYSV_ABI scePthreadRwlockTryrdlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockTrywrlock() { +s32 PS4_SYSV_ABI scePthreadRwlockTrywrlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockUnlock() { +s32 PS4_SYSV_ABI scePthreadRwlockUnlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadRwlockWrlock() { +s32 PS4_SYSV_ABI scePthreadRwlockWrlock() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSelf() { +s32 PS4_SYSV_ABI scePthreadSelf() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSemDestroy() { +s32 PS4_SYSV_ABI scePthreadSemDestroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSemGetvalue() { +s32 PS4_SYSV_ABI scePthreadSemGetvalue() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSemInit() { +s32 PS4_SYSV_ABI scePthreadSemInit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSemPost() { +s32 PS4_SYSV_ABI scePthreadSemPost() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSemTimedwait() { +s32 PS4_SYSV_ABI scePthreadSemTimedwait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSemTrywait() { +s32 PS4_SYSV_ABI scePthreadSemTrywait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSemWait() { +s32 PS4_SYSV_ABI scePthreadSemWait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSetaffinity() { +s32 PS4_SYSV_ABI scePthreadSetaffinity() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSetBesteffort() { +s32 PS4_SYSV_ABI scePthreadSetBesteffort() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSetcancelstate() { +s32 PS4_SYSV_ABI scePthreadSetcancelstate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSetcanceltype() { +s32 PS4_SYSV_ABI scePthreadSetcanceltype() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSetconcurrency() { +s32 PS4_SYSV_ABI scePthreadSetconcurrency() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSetDefaultstacksize() { +s32 PS4_SYSV_ABI scePthreadSetDefaultstacksize() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSetName() { +s32 PS4_SYSV_ABI scePthreadSetName() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSetprio() { +s32 PS4_SYSV_ABI scePthreadSetprio() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSetschedparam() { +s32 PS4_SYSV_ABI scePthreadSetschedparam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSetspecific() { +s32 PS4_SYSV_ABI scePthreadSetspecific() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSingle() { +s32 PS4_SYSV_ABI scePthreadSingle() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSuspend() { +s32 PS4_SYSV_ABI scePthreadSuspend() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadSuspendAll() { +s32 PS4_SYSV_ABI scePthreadSuspendAll() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadTestcancel() { +s32 PS4_SYSV_ABI scePthreadTestcancel() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadTimedjoin() { +s32 PS4_SYSV_ABI scePthreadTimedjoin() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePthreadYield() { +s32 PS4_SYSV_ABI scePthreadYield() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sched_get_priority_max() { +s32 PS4_SYSV_ABI sched_get_priority_max() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sched_get_priority_min() { +s32 PS4_SYSV_ABI sched_get_priority_min() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sched_getparam() { +s32 PS4_SYSV_ABI sched_getparam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sched_getscheduler() { +s32 PS4_SYSV_ABI sched_getscheduler() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sched_rr_get_interval() { +s32 PS4_SYSV_ABI sched_rr_get_interval() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sched_setparam() { +s32 PS4_SYSV_ABI sched_setparam() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sched_setscheduler() { +s32 PS4_SYSV_ABI sched_setscheduler() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sched_yield() { +s32 PS4_SYSV_ABI sched_yield() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI select() { +s32 PS4_SYSV_ABI select() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sem_close() { +s32 PS4_SYSV_ABI sem_close() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sem_destroy() { +s32 PS4_SYSV_ABI sem_destroy() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sem_getvalue() { +s32 PS4_SYSV_ABI sem_getvalue() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sem_init() { +s32 PS4_SYSV_ABI sem_init() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sem_open() { +s32 PS4_SYSV_ABI sem_open() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sem_post() { +s32 PS4_SYSV_ABI sem_post() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sem_reltimedwait_np() { +s32 PS4_SYSV_ABI sem_reltimedwait_np() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sem_timedwait() { +s32 PS4_SYSV_ABI sem_timedwait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sem_trywait() { +s32 PS4_SYSV_ABI sem_trywait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sem_unlink() { +s32 PS4_SYSV_ABI sem_unlink() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sem_wait() { +s32 PS4_SYSV_ABI sem_wait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI send() { +s32 PS4_SYSV_ABI send() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sendfile() { +s32 PS4_SYSV_ABI sendfile() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sendmsg() { +s32 PS4_SYSV_ABI sendmsg() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sendto() { +s32 PS4_SYSV_ABI sendto() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI set_phys_fmem_limit() { +s32 PS4_SYSV_ABI set_phys_fmem_limit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setcontext() { +s32 PS4_SYSV_ABI setcontext() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setegid() { +s32 PS4_SYSV_ABI setegid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI seteuid() { +s32 PS4_SYSV_ABI seteuid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setgroups() { +s32 PS4_SYSV_ABI setgroups() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setitimer() { +s32 PS4_SYSV_ABI setitimer() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setpriority() { +s32 PS4_SYSV_ABI setpriority() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setregid() { +s32 PS4_SYSV_ABI setregid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setreuid() { +s32 PS4_SYSV_ABI setreuid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setrlimit() { +s32 PS4_SYSV_ABI setrlimit() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setsockopt() { +s32 PS4_SYSV_ABI setsockopt() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI settimeofday() { +s32 PS4_SYSV_ABI settimeofday() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setuid() { +s32 PS4_SYSV_ABI setuid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI shm_open() { +s32 PS4_SYSV_ABI shm_open() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI shm_unlink() { +s32 PS4_SYSV_ABI shm_unlink() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI shutdown() { +s32 PS4_SYSV_ABI shutdown() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI siglongjmp() { +s32 PS4_SYSV_ABI siglongjmp() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigpending() { +s32 PS4_SYSV_ABI sigpending() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigqueue() { +s32 PS4_SYSV_ABI sigqueue() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigreturn() { +s32 PS4_SYSV_ABI sigreturn() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigsetjmp() { +s32 PS4_SYSV_ABI sigsetjmp() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigtimedwait() { +s32 PS4_SYSV_ABI sigtimedwait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigwait() { +s32 PS4_SYSV_ABI sigwait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigwaitinfo() { +s32 PS4_SYSV_ABI sigwaitinfo() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sleep() { +s32 PS4_SYSV_ABI sleep() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI socket() { +s32 PS4_SYSV_ABI socket() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI stat() { +s32 PS4_SYSV_ABI stat() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI swapcontext() { +s32 PS4_SYSV_ABI swapcontext() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sync() { +s32 PS4_SYSV_ABI sync() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sysarch() { +s32 PS4_SYSV_ABI sysarch() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sysctl() { +s32 PS4_SYSV_ABI sysctl() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sysctlbyname() { +s32 PS4_SYSV_ABI sysctlbyname() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sysctlnametomib() { +s32 PS4_SYSV_ABI sysctlnametomib() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sysKernelGetIntdevModeForRcmgr() { +s32 PS4_SYSV_ABI sysKernelGetIntdevModeForRcmgr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sysKernelGetLowerLimitSysexVersion() { +s32 PS4_SYSV_ABI sysKernelGetLowerLimitSysexVersion() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sysKernelGetLowerLimitUpdVersion() { +s32 PS4_SYSV_ABI sysKernelGetLowerLimitUpdVersion() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sysKernelGetManufacturingMode() { +s32 PS4_SYSV_ABI sysKernelGetManufacturingMode() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sysKernelGetUpdVersion() { +s32 PS4_SYSV_ABI sysKernelGetUpdVersion() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI system() { +s32 PS4_SYSV_ABI system() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tcdrain() { +s32 PS4_SYSV_ABI tcdrain() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tcflow() { +s32 PS4_SYSV_ABI tcflow() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tcflush() { +s32 PS4_SYSV_ABI tcflush() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tcgetattr() { +s32 PS4_SYSV_ABI tcgetattr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tcgetpgrp() { +s32 PS4_SYSV_ABI tcgetpgrp() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tcgetsid() { +s32 PS4_SYSV_ABI tcgetsid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tcsendbreak() { +s32 PS4_SYSV_ABI tcsendbreak() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tcsetattr() { +s32 PS4_SYSV_ABI tcsetattr() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tcsetpgrp() { +s32 PS4_SYSV_ABI tcsetpgrp() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tcsetsid() { +s32 PS4_SYSV_ABI tcsetsid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI truncate() { +s32 PS4_SYSV_ABI truncate() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI unlink() { +s32 PS4_SYSV_ABI unlink() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI usleep() { +s32 PS4_SYSV_ABI usleep() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI utimes() { +s32 PS4_SYSV_ABI utimes() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI uuidgen() { +s32 PS4_SYSV_ABI uuidgen() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wait() { +s32 PS4_SYSV_ABI wait() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wait3() { +s32 PS4_SYSV_ABI wait3() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI waitpid() { +s32 PS4_SYSV_ABI waitpid() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI write() { +s32 PS4_SYSV_ABI write() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI writev() { +s32 PS4_SYSV_ABI writev() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_37DE1AD13E05E3E5() { +s32 PS4_SYSV_ABI Func_37DE1AD13E05E3E5() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_71A7C3C5AEB8B0EE() { +s32 PS4_SYSV_ABI Func_71A7C3C5AEB8B0EE() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_866AB0F0694DFAD2() { +s32 PS4_SYSV_ABI Func_866AB0F0694DFAD2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_8CCB8DA014423D48() { +s32 PS4_SYSV_ABI Func_8CCB8DA014423D48() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_AAD1CE2ED156ABB6() { +s32 PS4_SYSV_ABI Func_AAD1CE2ED156ABB6() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_BDF61AC64C672574() { +s32 PS4_SYSV_ABI Func_BDF61AC64C672574() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_BFEA9394D8C5EA41() { +s32 PS4_SYSV_ABI Func_BFEA9394D8C5EA41() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C740D02B44D70E4D() { +s32 PS4_SYSV_ABI Func_C740D02B44D70E4D() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_D6FDB7C3B4679227() { +s32 PS4_SYSV_ABI Func_D6FDB7C3B4679227() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_DB02A3203D221953() { +s32 PS4_SYSV_ABI Func_DB02A3203D221953() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_DB1838257BDA27A9() { +s32 PS4_SYSV_ABI Func_DB1838257BDA27A9() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_FCF341DED7E70FC7() { +s32 PS4_SYSV_ABI Func_FCF341DED7E70FC7() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_FEE3EAF3655B44C2() { +s32 PS4_SYSV_ABI Func_FEE3EAF3655B44C2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_0A531D1EEBBE4750() { +s32 PS4_SYSV_ABI Func_0A531D1EEBBE4750() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetModuleInfo2() { +s32 PS4_SYSV_ABI sceKernelGetModuleInfo2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelGetModuleList2() { +s32 PS4_SYSV_ABI sceKernelGetModuleList2() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsProspero() { +s32 PS4_SYSV_ABI sceKernelIsProspero() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceKernelIsModuleLoaded() { +s32 PS4_SYSV_ABI sceKernelIsModuleLoaded() { LOG_ERROR(Lib_Kernel, "(STUBBED) called"); return ORBIS_OK; } void Registerlibkernel(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("DLORcroUqbc", "libSceOpenPsId", 1, "libkernel", 1, 1,sceKernelGetOpenPsId); + 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("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("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("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("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("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("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, @@ -5313,22 +5315,22 @@ void Registerlibkernel(Core::Loader::SymbolsResolver* sym) { sceKernelJitCreateSharedMemory); LIB_FUNCTION("YKT49TOLQWs", "libkernel_psmkit", 1, "libkernel", 1, 1, sceKernelJitMapSharedMemory); - LIB_FUNCTION("MwhHNKdBXq8", "libkernel_psmkit", 1, "libkernel", 1, 1,sceKernelOpenSema); + 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("-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, @@ -5337,439 +5339,444 @@ void Registerlibkernel(Core::Loader::SymbolsResolver* sym) { sceKernelJitGetSharedMemoryInfo); LIB_FUNCTION("YKT49TOLQWs", "libkernel_ps2emu", 1, "libkernel", 1, 1, sceKernelJitMapSharedMemory); - LIB_FUNCTION("MZb0GKT3mo8", "libkernel_ps2emu", 1, "libkernel", 1, 1,socketpair); + 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("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("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("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("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("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("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("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("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("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("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, sceKernelAioSubmitReadCommandsMultiple); - LIB_FUNCTION("XQ8C8y+de+E", "libkernel", 1, "libkernel", 1, 1,sceKernelAioSubmitWriteCommands); + LIB_FUNCTION("XQ8C8y+de+E", "libkernel", 1, "libkernel", 1, 1, + sceKernelAioSubmitWriteCommands); LIB_FUNCTION("xT3Cpz0yh6Y", "libkernel", 1, "libkernel", 1, 1, 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("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, sceKernelAllocateDirectMemoryForMiniApp); LIB_FUNCTION("B+vc2AO2Zrc", "libkernel", 1, "libkernel", 1, 1, @@ -5780,41 +5787,41 @@ void Registerlibkernel(Core::Loader::SymbolsResolver* sym) { 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("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("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("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, 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("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, sceKernelDebugAcquireAndUpdateDebugRegister); - LIB_FUNCTION("XECwgo2nbek", "libkernel", 1, "libkernel", 1, 1,sceKernelDebugGetAppStatus); - LIB_FUNCTION("CgfvQDFAtYU", "libkernel", 1, "libkernel", 1, 1,sceKernelDebugGetPauseCount); + 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("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, sceKernelDebugRaiseExceptionOnReleaseMode); LIB_FUNCTION("DKWTYfo-jMY", "libkernel", 1, "libkernel", 1, 1, @@ -5823,127 +5830,131 @@ void Registerlibkernel(Core::Loader::SymbolsResolver* sym) { 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("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("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("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, 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("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, sceKernelGetBackupRestoreModeOfNextBoot); - LIB_FUNCTION("wSxRrFKzKXk", "libkernel", 1, "libkernel", 1, 1,sceKernelGetBasicProductShape); + 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("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("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, sceKernelGetDebugMenuMiniModeForRcmgr); LIB_FUNCTION("qYwuXe0hTHs", "libkernel", 1, "libkernel", 1, 1, 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("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("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("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("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("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("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, 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("+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, @@ -5954,33 +5965,35 @@ void Registerlibkernel(Core::Loader::SymbolsResolver* sym) { 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("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, sceKernelGetSanitizerMallocReplaceExternal); - LIB_FUNCTION("F4Kib3Mb0wI", "libkernel", 1, "libkernel", 1, 1,sceKernelGetSanitizerNewReplace); + LIB_FUNCTION("F4Kib3Mb0wI", "libkernel", 1, "libkernel", 1, 1, + sceKernelGetSanitizerNewReplace); LIB_FUNCTION("bnZxYgAFeA0", "libkernel", 1, "libkernel", 1, 1, sceKernelGetSanitizerNewReplaceExternal); - LIB_FUNCTION("CA5jcDb2vYI", "libkernel", 1, "libkernel", 1, 1,sceKernelGetSocPowerConsumption); + 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("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, 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("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, sceKernelGetUtokenDataExecutionForRcmgr); LIB_FUNCTION("8PGQdZFioFQ", "libkernel", 1, "libkernel", 1, 1, @@ -6003,42 +6016,43 @@ void Registerlibkernel(Core::Loader::SymbolsResolver* sym) { sceKernelGetUtokenUseSoftwagnerForRcmgr); LIB_FUNCTION("T1t68JwPqME", "libkernel", 1, "libkernel", 1, 1, 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("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("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, 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("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("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("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, @@ -6063,653 +6077,666 @@ void Registerlibkernel(Core::Loader::SymbolsResolver* sym) { 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("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, 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("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("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, 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("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("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, 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("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, sceKernelPrintBacktraceWithModuleInfo); - LIB_FUNCTION("k1jIkFHa9OU", "libkernel", 1, "libkernel", 1, 1,sceKernelProtectDirectMemory); + 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("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("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("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("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("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("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("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("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("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("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("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("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, scePthreadMutexattrInitForInternalLibc); - LIB_FUNCTION("UWZbVSFze24", "libkernel", 1, "libkernel", 1, 1,scePthreadMutexattrSetkind); + 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("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("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("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, 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("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("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("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("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("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("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, sceKernelInstallExceptionHandler); - LIB_FUNCTION("il03nluKfMk", "libkernel_unity", 1, "libkernel", 1, 1,sceKernelRaiseException); + LIB_FUNCTION("il03nluKfMk", "libkernel_unity", 1, "libkernel", 1, 1, sceKernelRaiseException); LIB_FUNCTION("Qhv5ARAoOEc", "libkernel_unity", 1, "libkernel", 1, 1, sceKernelRemoveExceptionHandler); LIB_FUNCTION("usHTMoFoBTM", "libkernel_dmem_aliasing", 1, "libkernel", 1, 1, sceKernelEnableDmemAliasing); - LIB_FUNCTION("2SKEx6bSq-4", "libkernel_pre250mmap", 1, "libkernel", 1, 1,sceKernelBatchMap); + 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, @@ -6728,12 +6755,12 @@ void Registerlibkernel(Core::Loader::SymbolsResolver* sym) { sceKernelInstallExceptionHandler); LIB_FUNCTION("Qhv5ARAoOEc", "libkernel_exception", 1, "libkernel", 1, 1, 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("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, @@ -6742,19 +6769,20 @@ void Registerlibkernel(Core::Loader::SymbolsResolver* sym) { 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("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); }; diff --git a/libraries/kernel.h b/libraries/kernel.h index ab270e2..3566c4c 100644 --- a/libraries/kernel.h +++ b/libraries/kernel.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,1055 +11,1055 @@ class SymbolsResolver; namespace Libraries::Kernel { -int PS4_SYSV_ABI sceKernelGetOpenPsId(); -int PS4_SYSV_ABI sceCoredumpAttachMemoryRegion(); -int PS4_SYSV_ABI sceCoredumpAttachMemoryRegionAsUserFile(); -int PS4_SYSV_ABI sceCoredumpAttachUserFile(); -int PS4_SYSV_ABI sceCoredumpAttachUserMemoryFile(); -int PS4_SYSV_ABI sceCoredumpConfigDumpMode(); -int PS4_SYSV_ABI sceCoredumpDebugTextOut(); -int PS4_SYSV_ABI sceCoredumpGetStopInfoCpu(); -int PS4_SYSV_ABI sceCoredumpGetStopInfoGpu(); -int PS4_SYSV_ABI sceCoredumpGetThreadContextInfo(); -int PS4_SYSV_ABI sceCoredumpInternalGetThreadContextInfo(); -int PS4_SYSV_ABI sceCoredumpRegisterCoredumpHandler(); -int PS4_SYSV_ABI sceCoredumpSetUserDataType(); -int PS4_SYSV_ABI sceCoredumpUnregisterCoredumpHandler(); -int PS4_SYSV_ABI sceCoredumpWriteUserData(); -int PS4_SYSV_ABI Func_9889095293F9BCAA(); -int PS4_SYSV_ABI __freeze(); -int PS4_SYSV_ABI sysc_e00(); -int PS4_SYSV_ABI sysc_s00(); -int PS4_SYSV_ABI access(); -int PS4_SYSV_ABI chdir(); -int PS4_SYSV_ABI dup(); -int PS4_SYSV_ABI dup2(); -int PS4_SYSV_ABI ioctl(); -int PS4_SYSV_ABI lstat(); -int PS4_SYSV_ABI pipe(); -int PS4_SYSV_ABI poll(); -int PS4_SYSV_ABI pthread_cond_setname_np(); -int PS4_SYSV_ABI pthread_get_user_context_np(); -int PS4_SYSV_ABI pthread_kill(); -int PS4_SYSV_ABI pthread_mutex_reltimedlock_np(); -int PS4_SYSV_ABI pthread_mutex_setname_np(); -int PS4_SYSV_ABI pthread_resume_user_context_np(); -int PS4_SYSV_ABI pthread_suspend_user_context_np(); -int PS4_SYSV_ABI sceKernelDebugRaiseException(); -int PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithContext(); -int PS4_SYSV_ABI sceKernelGetFsSandboxRandomWord(); -int PS4_SYSV_ABI sceKernelGetModuleInfoFromAddr(); -int PS4_SYSV_ABI sceKernelJitCreateAliasOfSharedMemory(); -int PS4_SYSV_ABI sceKernelJitCreateSharedMemory(); -int PS4_SYSV_ABI sceKernelJitMapSharedMemory(); -int PS4_SYSV_ABI sceKernelOpenSema(); -int PS4_SYSV_ABI sceKernelSetProcessProperty(); -int PS4_SYSV_ABI sem_setname(); -int PS4_SYSV_ABI sigaction(); -int PS4_SYSV_ABI sigaddset(); -int PS4_SYSV_ABI sigaltstack(); -int PS4_SYSV_ABI sigdelset(); -int PS4_SYSV_ABI sigemptyset(); -int PS4_SYSV_ABI sigfillset(); -int PS4_SYSV_ABI sigismember(); -int PS4_SYSV_ABI signal(); -int PS4_SYSV_ABI sigprocmask(); -int PS4_SYSV_ABI sigsuspend(); -int PS4_SYSV_ABI socketpair(); -int PS4_SYSV_ABI sysconf(); -int PS4_SYSV_ABI sceKernelJitGetSharedMemoryInfo(); -int PS4_SYSV_ABI sceCoredumpDebugForceCoredumpOnAppClose(); -int PS4_SYSV_ABI sceCoredumpDebugTriggerCoredump(); -int PS4_SYSV_ABI sceKernelGetSocPowerConsumption(); -int PS4_SYSV_ABI sceKernelIccGetCountTime(); -int PS4_SYSV_ABI sceKernelIccGetErrLog(); -int PS4_SYSV_ABI sceKernelIccGetHwInfo(); -int PS4_SYSV_ABI sceKernelIccGetSysEventLog(); -int PS4_SYSV_ABI Func_829822FC6C04D88B(); -int PS4_SYSV_ABI Func_B95F988A5707A80B(); -int PS4_SYSV_ABI __elf_phdr_match_addr(); -int PS4_SYSV_ABI __error(); -int PS4_SYSV_ABI __inet_ntop(); -int PS4_SYSV_ABI __inet_pton(); -int PS4_SYSV_ABI __progname(); -int PS4_SYSV_ABI __pthread_cleanup_pop_imp(); -int PS4_SYSV_ABI __pthread_cleanup_push_imp(); -int PS4_SYSV_ABI __pthread_cxa_finalize(); -int PS4_SYSV_ABI __sceKernelGetGPI(); -int PS4_SYSV_ABI __stack_chk_fail(); -int PS4_SYSV_ABI __stack_chk_guard(); -int PS4_SYSV_ABI __sys_debug_init(); -int PS4_SYSV_ABI __sys_dl_get_info(); -int PS4_SYSV_ABI __sys_dl_get_list(); -int PS4_SYSV_ABI __sys_dl_get_metadata(); -int PS4_SYSV_ABI __sys_dynlib_get_info_for_libdbg(); -int PS4_SYSV_ABI __sys_dynlib_get_info2(); -int PS4_SYSV_ABI __sys_dynlib_get_list_for_libdbg(); -int PS4_SYSV_ABI __sys_dynlib_get_list2(); -int PS4_SYSV_ABI __sys_dynlib_load_prx(); -int PS4_SYSV_ABI __sys_get_proc_type_info(); -int PS4_SYSV_ABI __sys_is_development_mode(); -int PS4_SYSV_ABI __sys_kqueueex(); -int PS4_SYSV_ABI __sys_namedobj_create(); -int PS4_SYSV_ABI __sys_namedobj_delete(); -int PS4_SYSV_ABI __sys_netabort(); -int PS4_SYSV_ABI __sys_netcontrol(); -int PS4_SYSV_ABI __sys_netgetiflist(); -int PS4_SYSV_ABI __sys_netgetsockinfo(); -int PS4_SYSV_ABI __sys_opmc_disable(); -int PS4_SYSV_ABI __sys_opmc_enable(); -int PS4_SYSV_ABI __sys_opmc_get_ctr(); -int PS4_SYSV_ABI __sys_opmc_get_hw(); -int PS4_SYSV_ABI __sys_opmc_set_ctl(); -int PS4_SYSV_ABI __sys_opmc_set_ctr(); -int PS4_SYSV_ABI __sys_opmc_set_hw(); -int PS4_SYSV_ABI __sys_osem_close(); -int PS4_SYSV_ABI __sys_osem_open(); -int PS4_SYSV_ABI __sys_randomized_path(); -int PS4_SYSV_ABI __sys_rdup(); -int PS4_SYSV_ABI __sys_regmgr_call(); -int PS4_SYSV_ABI __sys_set_uevt(); -int PS4_SYSV_ABI __sys_socketclose(); -int PS4_SYSV_ABI __sys_socketex(); -int PS4_SYSV_ABI __sys_test_debug_rwmem(); -int PS4_SYSV_ABI __sys_workaround8849(); -int PS4_SYSV_ABI __tls_get_addr(); -int PS4_SYSV_ABI __Ux86_64_setcontext(); -int PS4_SYSV_ABI _accept(); -int PS4_SYSV_ABI _bind(); -int PS4_SYSV_ABI _close(); -int PS4_SYSV_ABI _connect(); -int PS4_SYSV_ABI _dup2(); -int PS4_SYSV_ABI _execve(); -int PS4_SYSV_ABI _execvpe(); -int PS4_SYSV_ABI _exit(); -int PS4_SYSV_ABI _fcntl(); -int PS4_SYSV_ABI _fpathconf(); -int PS4_SYSV_ABI _fstat(); -int PS4_SYSV_ABI _fstatfs(); -int PS4_SYSV_ABI _getdirentries(); -int PS4_SYSV_ABI _getpeername(); -int PS4_SYSV_ABI _getsockname(); -int PS4_SYSV_ABI _getsockopt(); -int PS4_SYSV_ABI _ioctl(); -int PS4_SYSV_ABI _is_signal_return(); -int PS4_SYSV_ABI _listen(); -int PS4_SYSV_ABI _nanosleep(); -int PS4_SYSV_ABI _open(); -int PS4_SYSV_ABI _openat(); -int PS4_SYSV_ABI _read(); -int PS4_SYSV_ABI _readv(); -int PS4_SYSV_ABI _recvfrom(); -int PS4_SYSV_ABI _recvmsg(); -int PS4_SYSV_ABI _sceKernelRtldSetApplicationHeapAPI(); -int PS4_SYSV_ABI _sceKernelRtldThreadAtexitDecrement(); -int PS4_SYSV_ABI _sceKernelRtldThreadAtexitIncrement(); -int PS4_SYSV_ABI _sceKernelSetThreadAtexitCount(); -int PS4_SYSV_ABI _sceKernelSetThreadAtexitReport(); -int PS4_SYSV_ABI _sceKernelSetThreadDtors(); -int PS4_SYSV_ABI _sendmsg(); -int PS4_SYSV_ABI _sendto(); -int PS4_SYSV_ABI _setsockopt(); -int PS4_SYSV_ABI _sigaction(); -int PS4_SYSV_ABI _sigintr(); -int PS4_SYSV_ABI _sigprocmask(); -int PS4_SYSV_ABI _sigsuspend(); -int PS4_SYSV_ABI _umtx_op(); -int PS4_SYSV_ABI _wait4(); -int PS4_SYSV_ABI _write(); -int PS4_SYSV_ABI _writev(); -int PS4_SYSV_ABI accept(); -int PS4_SYSV_ABI amd64_set_fsbase(); -int PS4_SYSV_ABI bind(); -int PS4_SYSV_ABI blockpool_batch(); -int PS4_SYSV_ABI blockpool_map(); -int PS4_SYSV_ABI blockpool_open(); -int PS4_SYSV_ABI blockpool_unmap(); -int PS4_SYSV_ABI chflags(); -int PS4_SYSV_ABI chmod(); -int PS4_SYSV_ABI clock_getres(); -int PS4_SYSV_ABI clock_gettime(); -int PS4_SYSV_ABI clock_settime(); -int PS4_SYSV_ABI close(); -int PS4_SYSV_ABI connect(); -int PS4_SYSV_ABI cpuset_getaffinity(); -int PS4_SYSV_ABI cpuset_getid(); -int PS4_SYSV_ABI cpuset_setaffinity(); -int PS4_SYSV_ABI creat(); -int PS4_SYSV_ABI dlclose(); -int PS4_SYSV_ABI dlerror(); -int PS4_SYSV_ABI dlopen(); -int PS4_SYSV_ABI dlsym(); -int PS4_SYSV_ABI dynlib_get_obj_member(); -int PS4_SYSV_ABI environ(); -int PS4_SYSV_ABI errno(); -int PS4_SYSV_ABI execv(); -int PS4_SYSV_ABI execve(); -int PS4_SYSV_ABI execvp(); -int PS4_SYSV_ABI fchflags(); -int PS4_SYSV_ABI fchmod(); -int PS4_SYSV_ABI fcntl(); -int PS4_SYSV_ABI fdatasync(); -int PS4_SYSV_ABI flock(); -int PS4_SYSV_ABI fstat(); -int PS4_SYSV_ABI fsync(); -int PS4_SYSV_ABI ftruncate(); -int PS4_SYSV_ABI futimes(); -int PS4_SYSV_ABI get_authinfo(); -int PS4_SYSV_ABI get_module_info_list(); -int PS4_SYSV_ABI get_page_table_stats(); -int PS4_SYSV_ABI get_sdk_compiled_version(); -int PS4_SYSV_ABI get_self_auth_info(); -int PS4_SYSV_ABI get_vm_map_timestamp(); -int PS4_SYSV_ABI getargc(); -int PS4_SYSV_ABI getargv(); -int PS4_SYSV_ABI getcontext(); -int PS4_SYSV_ABI getdents(); -int PS4_SYSV_ABI getdirentries(); -int PS4_SYSV_ABI getdtablesize(); -int PS4_SYSV_ABI getegid(); -int PS4_SYSV_ABI geteuid(); -int PS4_SYSV_ABI getgid(); -int PS4_SYSV_ABI getgroups(); -int PS4_SYSV_ABI getitimer(); -int PS4_SYSV_ABI getlogin(); -int PS4_SYSV_ABI getlogin_r(); -int PS4_SYSV_ABI getpagesize(); -int PS4_SYSV_ABI getpeername(); -int PS4_SYSV_ABI getpid(); -int PS4_SYSV_ABI getppid(); -int PS4_SYSV_ABI getpriority(); -int PS4_SYSV_ABI getrlimit(); -int PS4_SYSV_ABI getrusage(); -int PS4_SYSV_ABI getsid(); -int PS4_SYSV_ABI getsockname(); -int PS4_SYSV_ABI getsockopt(); -int PS4_SYSV_ABI gettimeofday(); -int PS4_SYSV_ABI getuid(); -int PS4_SYSV_ABI htonl(); -int PS4_SYSV_ABI htons(); -int PS4_SYSV_ABI inet_ntop(); -int PS4_SYSV_ABI inet_pton(); -int PS4_SYSV_ABI ipmimgr_call(); -int PS4_SYSV_ABI is_in_sandbox(); -int PS4_SYSV_ABI issetugid(); -int PS4_SYSV_ABI kevent(); -int PS4_SYSV_ABI kill(); -int PS4_SYSV_ABI kqueue(); -int PS4_SYSV_ABI ksem_close(); -int PS4_SYSV_ABI ksem_destroy(); -int PS4_SYSV_ABI ksem_getvalue(); -int PS4_SYSV_ABI ksem_init(); -int PS4_SYSV_ABI ksem_open(); -int PS4_SYSV_ABI ksem_post(); -int PS4_SYSV_ABI ksem_timedwait(); -int PS4_SYSV_ABI ksem_trywait(); -int PS4_SYSV_ABI ksem_unlink(); -int PS4_SYSV_ABI ksem_wait(); -int PS4_SYSV_ABI ktimer_create(); -int PS4_SYSV_ABI ktimer_delete(); -int PS4_SYSV_ABI ktimer_getoverrun(); -int PS4_SYSV_ABI ktimer_gettime(); -int PS4_SYSV_ABI ktimer_settime(); -int PS4_SYSV_ABI listen(); -int PS4_SYSV_ABI lseek(); -int PS4_SYSV_ABI madvise(); -int PS4_SYSV_ABI mdbg_service(); -int PS4_SYSV_ABI mincore(); -int PS4_SYSV_ABI mkdir(); -int PS4_SYSV_ABI mlock(); -int PS4_SYSV_ABI mlockall(); -int PS4_SYSV_ABI mmap(); -int PS4_SYSV_ABI mprotect(); -int PS4_SYSV_ABI msync(); -int PS4_SYSV_ABI munlock(); -int PS4_SYSV_ABI munlockall(); -int PS4_SYSV_ABI munmap(); -int PS4_SYSV_ABI nanosleep(); -int PS4_SYSV_ABI ntohl(); -int PS4_SYSV_ABI ntohs(); -int PS4_SYSV_ABI open(); -int PS4_SYSV_ABI pause(); -int PS4_SYSV_ABI physhm_open(); -int PS4_SYSV_ABI physhm_unlink(); -int PS4_SYSV_ABI pread(); -int PS4_SYSV_ABI preadv(); -int PS4_SYSV_ABI profil(); -int PS4_SYSV_ABI pselect(); -int PS4_SYSV_ABI pthread_atfork(); -int PS4_SYSV_ABI pthread_attr_destroy(); -int PS4_SYSV_ABI pthread_attr_get_np(); -int PS4_SYSV_ABI pthread_attr_getaffinity_np(); -int PS4_SYSV_ABI pthread_attr_getdetachstate(); -int PS4_SYSV_ABI pthread_attr_getguardsize(); -int PS4_SYSV_ABI pthread_attr_getinheritsched(); -int PS4_SYSV_ABI pthread_attr_getschedparam(); -int PS4_SYSV_ABI pthread_attr_getschedpolicy(); -int PS4_SYSV_ABI pthread_attr_getscope(); -int PS4_SYSV_ABI pthread_attr_getstack(); -int PS4_SYSV_ABI pthread_attr_getstackaddr(); -int PS4_SYSV_ABI pthread_attr_getstacksize(); -int PS4_SYSV_ABI pthread_attr_init(); -int PS4_SYSV_ABI pthread_attr_setaffinity_np(); -int PS4_SYSV_ABI pthread_attr_setcreatesuspend_np(); -int PS4_SYSV_ABI pthread_attr_setdetachstate(); -int PS4_SYSV_ABI pthread_attr_setguardsize(); -int PS4_SYSV_ABI pthread_attr_setinheritsched(); -int PS4_SYSV_ABI pthread_attr_setschedparam(); -int PS4_SYSV_ABI pthread_attr_setschedpolicy(); -int PS4_SYSV_ABI pthread_attr_setscope(); -int PS4_SYSV_ABI pthread_attr_setstack(); -int PS4_SYSV_ABI pthread_attr_setstackaddr(); -int PS4_SYSV_ABI pthread_attr_setstacksize(); -int PS4_SYSV_ABI pthread_barrier_destroy(); -int PS4_SYSV_ABI pthread_barrier_init(); -int PS4_SYSV_ABI pthread_barrier_setname_np(); -int PS4_SYSV_ABI pthread_barrier_wait(); -int PS4_SYSV_ABI pthread_barrierattr_destroy(); -int PS4_SYSV_ABI pthread_barrierattr_getpshared(); -int PS4_SYSV_ABI pthread_barrierattr_init(); -int PS4_SYSV_ABI pthread_barrierattr_setpshared(); -int PS4_SYSV_ABI pthread_cancel(); -int PS4_SYSV_ABI pthread_cleanup_pop(); -int PS4_SYSV_ABI pthread_cleanup_push(); -int PS4_SYSV_ABI pthread_cond_broadcast(); -int PS4_SYSV_ABI pthread_cond_destroy(); -int PS4_SYSV_ABI pthread_cond_init(); -int PS4_SYSV_ABI pthread_cond_reltimedwait_np(); -int PS4_SYSV_ABI pthread_cond_signal(); -int PS4_SYSV_ABI pthread_cond_signalto_np(); -int PS4_SYSV_ABI pthread_cond_timedwait(); -int PS4_SYSV_ABI pthread_cond_wait(); -int PS4_SYSV_ABI pthread_condattr_destroy(); -int PS4_SYSV_ABI pthread_condattr_getclock(); -int PS4_SYSV_ABI pthread_condattr_getpshared(); -int PS4_SYSV_ABI pthread_condattr_init(); -int PS4_SYSV_ABI pthread_condattr_setclock(); -int PS4_SYSV_ABI pthread_condattr_setpshared(); -int PS4_SYSV_ABI pthread_create(); -int PS4_SYSV_ABI pthread_create_name_np(); -int PS4_SYSV_ABI pthread_detach(); -int PS4_SYSV_ABI pthread_equal(); -int PS4_SYSV_ABI pthread_exit(); -int PS4_SYSV_ABI pthread_get_specificarray_np(); -int PS4_SYSV_ABI pthread_getaffinity_np(); -int PS4_SYSV_ABI pthread_getconcurrency(); -int PS4_SYSV_ABI pthread_getcpuclockid(); -int PS4_SYSV_ABI pthread_getname_np(); -int PS4_SYSV_ABI pthread_getprio(); -int PS4_SYSV_ABI pthread_getschedparam(); -int PS4_SYSV_ABI pthread_getspecific(); -int PS4_SYSV_ABI pthread_getstack_np(); -int PS4_SYSV_ABI pthread_getthreadid_np(); -int PS4_SYSV_ABI pthread_join(); -int PS4_SYSV_ABI pthread_key_create(); -int PS4_SYSV_ABI pthread_key_delete(); -int PS4_SYSV_ABI pthread_main_np(); -int PS4_SYSV_ABI pthread_multi_np(); -int PS4_SYSV_ABI pthread_mutex_destroy(); -int PS4_SYSV_ABI pthread_mutex_getprioceiling(); -int PS4_SYSV_ABI pthread_mutex_getspinloops_np(); -int PS4_SYSV_ABI pthread_mutex_getyieldloops_np(); -int PS4_SYSV_ABI pthread_mutex_init(); -int PS4_SYSV_ABI pthread_mutex_init_for_mono(); -int PS4_SYSV_ABI pthread_mutex_isowned_np(); -int PS4_SYSV_ABI pthread_mutex_lock(); -int PS4_SYSV_ABI pthread_mutex_setprioceiling(); -int PS4_SYSV_ABI pthread_mutex_setspinloops_np(); -int PS4_SYSV_ABI pthread_mutex_setyieldloops_np(); -int PS4_SYSV_ABI pthread_mutex_timedlock(); -int PS4_SYSV_ABI pthread_mutex_trylock(); -int PS4_SYSV_ABI pthread_mutex_unlock(); -int PS4_SYSV_ABI pthread_mutexattr_destroy(); -int PS4_SYSV_ABI pthread_mutexattr_getkind_np(); -int PS4_SYSV_ABI pthread_mutexattr_getprioceiling(); -int PS4_SYSV_ABI pthread_mutexattr_getprotocol(); -int PS4_SYSV_ABI pthread_mutexattr_getpshared(); -int PS4_SYSV_ABI pthread_mutexattr_gettype(); -int PS4_SYSV_ABI pthread_mutexattr_init(); -int PS4_SYSV_ABI pthread_mutexattr_setkind_np(); -int PS4_SYSV_ABI pthread_mutexattr_setprioceiling(); -int PS4_SYSV_ABI pthread_mutexattr_setprotocol(); -int PS4_SYSV_ABI pthread_mutexattr_setpshared(); -int PS4_SYSV_ABI pthread_mutexattr_settype(); -int PS4_SYSV_ABI pthread_once(); -int PS4_SYSV_ABI pthread_rename_np(); -int PS4_SYSV_ABI pthread_resume_all_np(); -int PS4_SYSV_ABI pthread_resume_np(); -int PS4_SYSV_ABI pthread_rwlock_destroy(); -int PS4_SYSV_ABI pthread_rwlock_init(); -int PS4_SYSV_ABI pthread_rwlock_rdlock(); -int PS4_SYSV_ABI pthread_rwlock_reltimedrdlock_np(); -int PS4_SYSV_ABI pthread_rwlock_reltimedwrlock_np(); -int PS4_SYSV_ABI pthread_rwlock_setname_np(); -int PS4_SYSV_ABI pthread_rwlock_timedrdlock(); -int PS4_SYSV_ABI pthread_rwlock_timedwrlock(); -int PS4_SYSV_ABI pthread_rwlock_tryrdlock(); -int PS4_SYSV_ABI pthread_rwlock_trywrlock(); -int PS4_SYSV_ABI pthread_rwlock_unlock(); -int PS4_SYSV_ABI pthread_rwlock_wrlock(); -int PS4_SYSV_ABI pthread_rwlockattr_destroy(); -int PS4_SYSV_ABI pthread_rwlockattr_getpshared(); -int PS4_SYSV_ABI pthread_rwlockattr_gettype_np(); -int PS4_SYSV_ABI pthread_rwlockattr_init(); -int PS4_SYSV_ABI pthread_rwlockattr_setpshared(); -int PS4_SYSV_ABI pthread_rwlockattr_settype_np(); -int PS4_SYSV_ABI pthread_self(); -int PS4_SYSV_ABI pthread_set_defaultstacksize_np(); -int PS4_SYSV_ABI pthread_set_name_np(); -int PS4_SYSV_ABI pthread_set_user_context_np(); -int PS4_SYSV_ABI pthread_setaffinity_np(); -int PS4_SYSV_ABI pthread_setcancelstate(); -int PS4_SYSV_ABI pthread_setcanceltype(); -int PS4_SYSV_ABI pthread_setconcurrency(); -int PS4_SYSV_ABI pthread_setprio(); -int PS4_SYSV_ABI pthread_setschedparam(); -int PS4_SYSV_ABI pthread_setspecific(); -int PS4_SYSV_ABI pthread_sigmask(); -int PS4_SYSV_ABI pthread_single_np(); -int PS4_SYSV_ABI pthread_spin_destroy(); -int PS4_SYSV_ABI pthread_spin_init(); -int PS4_SYSV_ABI pthread_spin_lock(); -int PS4_SYSV_ABI pthread_spin_trylock(); -int PS4_SYSV_ABI pthread_spin_unlock(); -int PS4_SYSV_ABI pthread_suspend_all_np(); -int PS4_SYSV_ABI pthread_suspend_np(); -int PS4_SYSV_ABI pthread_switch_add_np(); -int PS4_SYSV_ABI pthread_switch_delete_np(); -int PS4_SYSV_ABI pthread_testcancel(); -int PS4_SYSV_ABI pthread_timedjoin_np(); -int PS4_SYSV_ABI pthread_yield(); -int PS4_SYSV_ABI pwrite(); -int PS4_SYSV_ABI pwritev(); -int PS4_SYSV_ABI raise(); -int PS4_SYSV_ABI read(); -int PS4_SYSV_ABI readv(); -int PS4_SYSV_ABI recv(); -int PS4_SYSV_ABI recvfrom(); -int PS4_SYSV_ABI recvmsg(); -int PS4_SYSV_ABI rename(); -int PS4_SYSV_ABI rfork_thread(); -int PS4_SYSV_ABI rmdir(); -int PS4_SYSV_ABI rtld_printf(); -int PS4_SYSV_ABI rtprio_thread(); -int PS4_SYSV_ABI sceKernelAddCpumodeEvent(); -int PS4_SYSV_ABI sceKernelAddFileEvent(); -int PS4_SYSV_ABI sceKernelAddGpuExceptionEvent(); -int PS4_SYSV_ABI sceKernelAddHRTimerEvent(); -int PS4_SYSV_ABI sceKernelAddReadEvent(); -int PS4_SYSV_ABI sceKernelAddTimerEvent(); -int PS4_SYSV_ABI sceKernelAddUserEvent(); -int PS4_SYSV_ABI sceKernelAddUserEventEdge(); -int PS4_SYSV_ABI sceKernelAddWriteEvent(); -int PS4_SYSV_ABI sceKernelAioCancelRequest(); -int PS4_SYSV_ABI sceKernelAioCancelRequests(); -int PS4_SYSV_ABI sceKernelAioDeleteRequest(); -int PS4_SYSV_ABI sceKernelAioDeleteRequests(); -int PS4_SYSV_ABI sceKernelAioInitializeImpl(); -int PS4_SYSV_ABI sceKernelAioInitializeParam(); -int PS4_SYSV_ABI sceKernelAioPollRequest(); -int PS4_SYSV_ABI sceKernelAioPollRequests(); -int PS4_SYSV_ABI sceKernelAioSetParam(); -int PS4_SYSV_ABI sceKernelAioSubmitReadCommands(); -int PS4_SYSV_ABI sceKernelAioSubmitReadCommandsMultiple(); -int PS4_SYSV_ABI sceKernelAioSubmitWriteCommands(); -int PS4_SYSV_ABI sceKernelAioSubmitWriteCommandsMultiple(); -int PS4_SYSV_ABI sceKernelAioWaitRequest(); -int PS4_SYSV_ABI sceKernelAioWaitRequests(); -int PS4_SYSV_ABI sceKernelAllocateDirectMemory(); -int PS4_SYSV_ABI sceKernelAllocateDirectMemoryForMiniApp(); -int PS4_SYSV_ABI sceKernelAllocateMainDirectMemory(); -int PS4_SYSV_ABI sceKernelAllocateTraceDirectMemory(); -int PS4_SYSV_ABI sceKernelAvailableDirectMemorySize(); -int PS4_SYSV_ABI sceKernelAvailableFlexibleMemorySize(); -int PS4_SYSV_ABI sceKernelBacktraceSelf(); -int PS4_SYSV_ABI sceKernelBatchMap(); -int PS4_SYSV_ABI sceKernelBatchMap2(); -int PS4_SYSV_ABI sceKernelCancelEventFlag(); -int PS4_SYSV_ABI sceKernelCancelSema(); -int PS4_SYSV_ABI sceKernelCheckedReleaseDirectMemory(); -int PS4_SYSV_ABI sceKernelCheckReachability(); -int PS4_SYSV_ABI sceKernelChmod(); -int PS4_SYSV_ABI sceKernelClearBootReqNotifyCount(); -int PS4_SYSV_ABI sceKernelClearEventFlag(); -int PS4_SYSV_ABI sceKernelClearGameDirectMemory(); -int PS4_SYSV_ABI sceKernelClockGetres(); -int PS4_SYSV_ABI sceKernelClockGettime(); -int PS4_SYSV_ABI sceKernelClose(); -int PS4_SYSV_ABI sceKernelCloseEport(); -int PS4_SYSV_ABI sceKernelCloseEventFlag(); -int PS4_SYSV_ABI sceKernelCloseSema(); -int PS4_SYSV_ABI sceKernelConfiguredFlexibleMemorySize(); -int PS4_SYSV_ABI sceKernelConvertLocaltimeToUtc(); -int PS4_SYSV_ABI sceKernelConvertUtcToLocaltime(); -int PS4_SYSV_ABI sceKernelCreateEport(); -int PS4_SYSV_ABI sceKernelCreateEqueue(); -int PS4_SYSV_ABI sceKernelCreateEventFlag(); -int PS4_SYSV_ABI sceKernelCreateSema(); -int PS4_SYSV_ABI sceKernelDebugAcquireAndUpdateDebugRegister(); -int PS4_SYSV_ABI sceKernelDebugGetAppStatus(); -int PS4_SYSV_ABI sceKernelDebugGetPauseCount(); -int PS4_SYSV_ABI sceKernelDebugGpuPaDebugIsInProgress(); -int PS4_SYSV_ABI sceKernelDebugOutText(); -int PS4_SYSV_ABI sceKernelDebugRaiseExceptionOnReleaseMode(); -int PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithInfo(); -int PS4_SYSV_ABI sceKernelDebugReleaseDebugContext(); -int PS4_SYSV_ABI sceKernelDeleteCpumodeEvent(); -int PS4_SYSV_ABI sceKernelDeleteEport(); -int PS4_SYSV_ABI sceKernelDeleteEqueue(); -int PS4_SYSV_ABI sceKernelDeleteEventFlag(); -int PS4_SYSV_ABI sceKernelDeleteFileEvent(); -int PS4_SYSV_ABI sceKernelDeleteGpuExceptionEvent(); -int PS4_SYSV_ABI sceKernelDeleteHRTimerEvent(); -int PS4_SYSV_ABI sceKernelDeleteReadEvent(); -int PS4_SYSV_ABI sceKernelDeleteSema(); -int PS4_SYSV_ABI sceKernelDeleteTimerEvent(); -int PS4_SYSV_ABI sceKernelDeleteUserEvent(); -int PS4_SYSV_ABI sceKernelDeleteWriteEvent(); -int PS4_SYSV_ABI sceKernelDirectMemoryQuery(); -int PS4_SYSV_ABI sceKernelDirectMemoryQueryForId(); -int PS4_SYSV_ABI sceKernelDlsym(); -int PS4_SYSV_ABI sceKernelEnableDmemAliasing(); -int PS4_SYSV_ABI sceKernelEnableDmemAliasing2(); -int PS4_SYSV_ABI sceKernelEnablePthreadObjectCheck(); -int PS4_SYSV_ABI sceKernelError(); -int PS4_SYSV_ABI sceKernelEventLogInit(); -int PS4_SYSV_ABI sceKernelEventLogPread(); -int PS4_SYSV_ABI sceKernelEventLogRead(); -int PS4_SYSV_ABI sceKernelEventLogWrite(); -int PS4_SYSV_ABI sceKernelFchmod(); -int PS4_SYSV_ABI sceKernelFcntl(); -int PS4_SYSV_ABI sceKernelFdatasync(); -int PS4_SYSV_ABI sceKernelFlock(); -int PS4_SYSV_ABI sceKernelFstat(); -int PS4_SYSV_ABI sceKernelFsync(); -int PS4_SYSV_ABI sceKernelFtruncate(); -int PS4_SYSV_ABI sceKernelFutimes(); -int PS4_SYSV_ABI sceKernelGetAllowedSdkVersionOnSystem(); -int PS4_SYSV_ABI sceKernelGetAppInfo(); -int PS4_SYSV_ABI sceKernelGetAslrStatus(); -int PS4_SYSV_ABI sceKernelGetBackupRestoreMode(); -int PS4_SYSV_ABI sceKernelGetBackupRestoreModeOfNextBoot(); -int PS4_SYSV_ABI sceKernelGetBasicProductShape(); -int PS4_SYSV_ABI sceKernelGetBetaUpdateTestForRcmgr(); -int PS4_SYSV_ABI sceKernelGetBioUsageAll(); -int PS4_SYSV_ABI sceKernelGetBootReqNotifyCount(); -int PS4_SYSV_ABI sceKernelGetCallRecord(); -int PS4_SYSV_ABI sceKernelGetCompiledSdkVersion(); -int PS4_SYSV_ABI sceKernelGetCompiledSdkVersionByPath(); -int PS4_SYSV_ABI sceKernelGetCompiledSdkVersionByPid(); -int PS4_SYSV_ABI sceKernelGetCpuFrequency(); -int PS4_SYSV_ABI sceKernelGetCpumode(); -int PS4_SYSV_ABI sceKernelGetCpumodeGame(); -int PS4_SYSV_ABI sceKernelGetCpuTemperature(); -int PS4_SYSV_ABI sceKernelGetCpuUsage(); -int PS4_SYSV_ABI sceKernelGetCpuUsageAll(); -int PS4_SYSV_ABI sceKernelGetCpuUsageProc(); -int PS4_SYSV_ABI sceKernelGetCpuUsageProc2(); -int PS4_SYSV_ABI sceKernelGetCpuUsageThread(); -int PS4_SYSV_ABI sceKernelGetCurrentCpu(); -int PS4_SYSV_ABI sceKernelGetDataTransferMode(); -int PS4_SYSV_ABI sceKernelGetDebugMenuMiniModeForRcmgr(); -int PS4_SYSV_ABI sceKernelGetDebugMenuModeForPsmForRcmgr(); -int PS4_SYSV_ABI sceKernelGetDebugMenuModeForRcmgr(); -int PS4_SYSV_ABI sceKernelGetdents(); -int PS4_SYSV_ABI sceKernelGetDirectMemorySize(); -int PS4_SYSV_ABI sceKernelGetDirectMemoryType(); -int PS4_SYSV_ABI sceKernelGetdirentries(); -int PS4_SYSV_ABI sceKernelGetEventData(); -int PS4_SYSV_ABI sceKernelGetEventError(); -int PS4_SYSV_ABI sceKernelGetEventFflags(); -int PS4_SYSV_ABI sceKernelGetEventFilter(); -int PS4_SYSV_ABI sceKernelGetEventId(); -int PS4_SYSV_ABI sceKernelGetEventUserData(); -int PS4_SYSV_ABI sceKernelGetExecutableModuleHandle(); -int PS4_SYSV_ABI sceKernelGetExtLibcHandle(); -int PS4_SYSV_ABI sceKernelGetFakeFinalizeMenuForRcmgr(); -int PS4_SYSV_ABI sceKernelGetFlagedUpdaterForRcmgr(); -int PS4_SYSV_ABI sceKernelGetForceUpdateModeForRcmgr(); -int PS4_SYSV_ABI sceKernelGetGPI(); -int PS4_SYSV_ABI sceKernelGetGPO(); -int PS4_SYSV_ABI sceKernelGetHwFeatureInfoForDecid(); -int PS4_SYSV_ABI sceKernelGetIdPs(); -int PS4_SYSV_ABI sceKernelGetIdTableCurrentCount(); -int PS4_SYSV_ABI sceKernelGetIpcPath(); -int PS4_SYSV_ABI sceKernelGetLibkernelTextLocation(); -int PS4_SYSV_ABI sceKernelGetMainSocId(); -int PS4_SYSV_ABI sceKernelGetModuleInfo(); -int PS4_SYSV_ABI sceKernelGetModuleInfoForUnwind(); -int PS4_SYSV_ABI sceKernelGetModuleInfoInternal(); -int PS4_SYSV_ABI sceKernelGetModuleList(); -int PS4_SYSV_ABI sceKernelGetModuleListInternal(); -int PS4_SYSV_ABI sceKernelGetOpenPsIdForSystem(); -int PS4_SYSV_ABI sceKernelGetPageTableStats(); -int PS4_SYSV_ABI sceKernelGetPagingStatsOfAllObjects(); -int PS4_SYSV_ABI sceKernelGetPagingStatsOfAllThreads(); -int PS4_SYSV_ABI sceKernelGetPhysPageSize(); -int PS4_SYSV_ABI sceKernelGetProcessName(); -int PS4_SYSV_ABI sceKernelGetProcessTime(); -int PS4_SYSV_ABI sceKernelGetProcessTimeCounter(); -int PS4_SYSV_ABI sceKernelGetProcessTimeCounterFrequency(); -int PS4_SYSV_ABI sceKernelGetProcessType(); -int PS4_SYSV_ABI sceKernelGetProcParam(); -int PS4_SYSV_ABI sceKernelGetProductCode(); -int PS4_SYSV_ABI sceKernelGetProductStr(); -int PS4_SYSV_ABI sceKernelGetPrtAperture(); -int PS4_SYSV_ABI sceKernelGetPsmIntdevModeForRcmgr(); -int PS4_SYSV_ABI sceKernelGetPsnAccessTraceLogForRcmgr(); -int PS4_SYSV_ABI sceKernelGetQafExpirationTimeNotafterForRcmgr(); -int PS4_SYSV_ABI sceKernelGetQafExpirationTimeNotbeforeForRcmgr(); -int PS4_SYSV_ABI sceKernelGetQafGenerationForRcmgr(); -int PS4_SYSV_ABI sceKernelGetQafNameForRcmgr(); -int PS4_SYSV_ABI sceKernelGetRenderingMode(); -int PS4_SYSV_ABI sceKernelGetResidentCount(); -int PS4_SYSV_ABI sceKernelGetResidentFmemCount(); -int PS4_SYSV_ABI sceKernelGetSafemode(); -int PS4_SYSV_ABI sceKernelGetSanitizerMallocReplace(); -int PS4_SYSV_ABI sceKernelGetSanitizerMallocReplaceExternal(); -int PS4_SYSV_ABI sceKernelGetSanitizerNewReplace(); -int PS4_SYSV_ABI sceKernelGetSanitizerNewReplaceExternal(); -int PS4_SYSV_ABI sceKernelGetSocSensorTemperature(); -int PS4_SYSV_ABI sceKernelGetSpecialIForRcmgr(); -int PS4_SYSV_ABI sceKernelGetSubsysId(); -int PS4_SYSV_ABI sceKernelGetSystemExVersion(); -int PS4_SYSV_ABI sceKernelGetSystemLevelDebuggerModeForRcmgr(); -int PS4_SYSV_ABI sceKernelGetSystemSwBeta(); -int PS4_SYSV_ABI sceKernelGetSystemSwVersion(); -int PS4_SYSV_ABI sceKernelGetThreadName(); -int PS4_SYSV_ABI sceKernelGettimeofday(); -int PS4_SYSV_ABI sceKernelGettimezone(); -int PS4_SYSV_ABI sceKernelGetTraceMemoryStats(); -int PS4_SYSV_ABI sceKernelGetTscFrequency(); -int PS4_SYSV_ABI sceKernelGetUtokenDataExecutionForRcmgr(); -int PS4_SYSV_ABI sceKernelGetUtokenExpirationTimeNotafterForRcmgr(); -int PS4_SYSV_ABI sceKernelGetUtokenExpirationTimeNotbeforeForRcmgr(); -int PS4_SYSV_ABI sceKernelGetUtokenFakeSharefactoryForRcmgr(); -int PS4_SYSV_ABI sceKernelGetUtokenFlagedUpdaterForRcmgr(); -int PS4_SYSV_ABI sceKernelGetUtokenNpEnvSwitchingForRcmgr(); -int PS4_SYSV_ABI sceKernelGetUtokenSaveDataRepairForRcmgr(); -int PS4_SYSV_ABI sceKernelGetUtokenStoreModeForRcmgr(); -int PS4_SYSV_ABI sceKernelGetUtokenUseSoftwagnerForAcmgr(); -int PS4_SYSV_ABI sceKernelGetUtokenUseSoftwagnerForRcmgr(); -int PS4_SYSV_ABI sceKernelGetUtokenWeakenedPortRestrictionForRcmgr(); -int PS4_SYSV_ABI sceKernelGetVrCaptureSize(); -int PS4_SYSV_ABI sceKernelHasNeoMode(); -int PS4_SYSV_ABI sceKernelHwHasOpticalOut(); -int PS4_SYSV_ABI sceKernelHwHasWlanBt(); -int PS4_SYSV_ABI sceKernelIccControlBDPowerState(); -int PS4_SYSV_ABI sceKernelIccControlUSBPowerState(); -int PS4_SYSV_ABI sceKernelIccGetBDPowerState(); -int PS4_SYSV_ABI sceKernelIccGetCPMode(); -int PS4_SYSV_ABI sceKernelIccGetCpuInfoBit(); -int PS4_SYSV_ABI sceKernelIccGetPowerNumberOfBootShutdown(); -int PS4_SYSV_ABI sceKernelIccGetPowerOperatingTime(); -int PS4_SYSV_ABI sceKernelIccGetPowerUpCause(); -int PS4_SYSV_ABI sceKernelIccGetThermalAlert(); -int PS4_SYSV_ABI sceKernelIccGetUSBPowerState(); -int PS4_SYSV_ABI sceKernelIccIndicatorBootDone(); -int PS4_SYSV_ABI sceKernelIccIndicatorShutdown(); -int PS4_SYSV_ABI sceKernelIccIndicatorStandby(); -int PS4_SYSV_ABI sceKernelIccIndicatorStandbyBoot(); -int PS4_SYSV_ABI sceKernelIccIndicatorStandbyShutdown(); -int PS4_SYSV_ABI sceKernelIccNotifyBootStatus(); -int PS4_SYSV_ABI sceKernelIccNvsFlush(); -int PS4_SYSV_ABI sceKernelIccReadPowerBootMessage(); -int PS4_SYSV_ABI sceKernelIccSetBuzzer(); -int PS4_SYSV_ABI sceKernelIccSetCPMode(); -int PS4_SYSV_ABI sceKernelIccSetCpuInfoBit(); -int PS4_SYSV_ABI sceKernelIccSetDownloadMode(); -int PS4_SYSV_ABI sceKernelInstallExceptionHandler(); -int PS4_SYSV_ABI sceKernelInternalGetKmemStatistics(); -int PS4_SYSV_ABI sceKernelInternalGetMapStatistics(); -int PS4_SYSV_ABI sceKernelInternalHeapPrintBacktraceWithModuleInfo(); -int PS4_SYSV_ABI sceKernelInternalMapDirectMemory(); -int PS4_SYSV_ABI sceKernelInternalMapNamedDirectMemory(); -int PS4_SYSV_ABI sceKernelInternalMemoryGetAvailableSize(); -int PS4_SYSV_ABI sceKernelInternalMemoryGetModuleSegmentInfo(); -int PS4_SYSV_ABI sceKernelInternalResumeDirectMemoryRelease(); -int PS4_SYSV_ABI sceKernelInternalSuspendDirectMemoryRelease(); -int PS4_SYSV_ABI sceKernelIsAddressSanitizerEnabled(); -int PS4_SYSV_ABI sceKernelIsAllowedToSelectDvdRegion(); -int PS4_SYSV_ABI sceKernelIsAuthenticNeo(); -int PS4_SYSV_ABI sceKernelIsCEX(); -int PS4_SYSV_ABI sceKernelIsDebuggerAttached(); -int PS4_SYSV_ABI sceKernelIsDevKit(); -int PS4_SYSV_ABI sceKernelIsExperimentalBeta(); -int PS4_SYSV_ABI sceKernelIsGenuineCEX(); -int PS4_SYSV_ABI sceKernelIsGenuineDevKit(); -int PS4_SYSV_ABI sceKernelIsGenuineKratosCex(); -int PS4_SYSV_ABI sceKernelIsGenuineN(); -int PS4_SYSV_ABI sceKernelIsGenuineTestKit(); -int PS4_SYSV_ABI sceKernelIsInSandbox(); -int PS4_SYSV_ABI sceKernelIsKratos(); -int PS4_SYSV_ABI sceKernelIsMainOnStanbyMode(); -int PS4_SYSV_ABI sceKernelIsMainOnStandbyMode(); -int PS4_SYSV_ABI sceKernelIsNeoMode(); -int PS4_SYSV_ABI sceKernelIsStack(); -int PS4_SYSV_ABI sceKernelIsTestKit(); -int PS4_SYSV_ABI sceKernelKernelHeapUsage(); -int PS4_SYSV_ABI sceKernelLoadStartModule(); -int PS4_SYSV_ABI sceKernelLoadStartModuleForSysmodule(); -int PS4_SYSV_ABI sceKernelLseek(); -int PS4_SYSV_ABI sceKernelLwfsAllocateBlock(); -int PS4_SYSV_ABI sceKernelLwfsLseek(); -int PS4_SYSV_ABI sceKernelLwfsSetAttribute(); -int PS4_SYSV_ABI sceKernelLwfsTrimBlock(); -int PS4_SYSV_ABI sceKernelLwfsWrite(); -int PS4_SYSV_ABI sceKernelMapDirectMemory(); -int PS4_SYSV_ABI sceKernelMapDirectMemory2(); -int PS4_SYSV_ABI sceKernelMapFlexibleMemory(); -int PS4_SYSV_ABI sceKernelMapNamedDirectMemory(); -int PS4_SYSV_ABI sceKernelMapNamedFlexibleMemory(); -int PS4_SYSV_ABI sceKernelMapNamedSystemFlexibleMemory(); -int PS4_SYSV_ABI sceKernelMapSanitizerShadowMemory(); -int PS4_SYSV_ABI sceKernelMapTraceMemory(); -int PS4_SYSV_ABI sceKernelMemoryPoolBatch(); -int PS4_SYSV_ABI sceKernelMemoryPoolCommit(); -int PS4_SYSV_ABI sceKernelMemoryPoolDecommit(); -int PS4_SYSV_ABI sceKernelMemoryPoolExpand(); -int PS4_SYSV_ABI sceKernelMemoryPoolGetBlockStats(); -int PS4_SYSV_ABI sceKernelMemoryPoolMove(); -int PS4_SYSV_ABI sceKernelMemoryPoolReserve(); -int PS4_SYSV_ABI sceKernelMkdir(); -int PS4_SYSV_ABI sceKernelMlock(); -int PS4_SYSV_ABI sceKernelMlockall(); -int PS4_SYSV_ABI sceKernelMmap(); -int PS4_SYSV_ABI sceKernelMprotect(); -int PS4_SYSV_ABI sceKernelMsync(); -int PS4_SYSV_ABI sceKernelMtypeprotect(); -int PS4_SYSV_ABI sceKernelMunlock(); -int PS4_SYSV_ABI sceKernelMunlockall(); -int PS4_SYSV_ABI sceKernelMunmap(); -int PS4_SYSV_ABI sceKernelNanosleep(); -int PS4_SYSV_ABI sceKernelNormalizePath(); -int PS4_SYSV_ABI sceKernelNotifyAppStateChanged(); -int PS4_SYSV_ABI sceKernelNotifySystemSuspendResumeProgress(); -int PS4_SYSV_ABI sceKernelNotifySystemSuspendStart(); -int PS4_SYSV_ABI sceKernelOpen(); -int PS4_SYSV_ABI sceKernelOpenEport(); -int PS4_SYSV_ABI sceKernelOpenEventFlag(); -int PS4_SYSV_ABI sceKernelPollEventFlag(); -int PS4_SYSV_ABI sceKernelPollSema(); -int PS4_SYSV_ABI sceKernelPread(); -int PS4_SYSV_ABI sceKernelPreadv(); -int PS4_SYSV_ABI sceKernelPrintBacktraceWithModuleInfo(); -int PS4_SYSV_ABI sceKernelProtectDirectMemory(); -int PS4_SYSV_ABI sceKernelProtectDirectMemoryForPID(); -int PS4_SYSV_ABI sceKernelPwrite(); -int PS4_SYSV_ABI sceKernelPwritev(); -int PS4_SYSV_ABI sceKernelQueryMemoryProtection(); -int PS4_SYSV_ABI sceKernelQueryTraceMemory(); -int PS4_SYSV_ABI sceKernelRaiseException(); -int PS4_SYSV_ABI sceKernelRandomizedPath(); -int PS4_SYSV_ABI sceKernelRdup(); -int PS4_SYSV_ABI sceKernelRead(); -int PS4_SYSV_ABI sceKernelReadTsc(); -int PS4_SYSV_ABI sceKernelReadv(); -int PS4_SYSV_ABI sceKernelReboot(); -int PS4_SYSV_ABI sceKernelReleaseDirectMemory(); -int PS4_SYSV_ABI sceKernelReleaseFlexibleMemory(); -int PS4_SYSV_ABI sceKernelReleaseTraceDirectMemory(); -int PS4_SYSV_ABI sceKernelRemoveExceptionHandler(); -int PS4_SYSV_ABI sceKernelRename(); -int PS4_SYSV_ABI sceKernelReportUnpatchedFunctionCall(); -int PS4_SYSV_ABI sceKernelReserve2mbPage(); -int PS4_SYSV_ABI sceKernelReserveSystemDirectMemory(); -int PS4_SYSV_ABI sceKernelReserveVirtualRange(); -int PS4_SYSV_ABI sceKernelResumeDirectMemoryRelease(); -int PS4_SYSV_ABI sceKernelRmdir(); -int PS4_SYSV_ABI sceKernelRtldControl(); -int PS4_SYSV_ABI sceKernelSandboxPath(); -int PS4_SYSV_ABI sceKernelSendNotificationRequest(); -int PS4_SYSV_ABI sceKernelSetAppInfo(); -int PS4_SYSV_ABI sceKernelSetBackupRestoreMode(); -int PS4_SYSV_ABI sceKernelSetBaseModeClock(); -int PS4_SYSV_ABI sceKernelSetBesteffort(); -int PS4_SYSV_ABI sceKernelSetBootReqNotify(); -int PS4_SYSV_ABI sceKernelSetCallRecord(); -int PS4_SYSV_ABI sceKernelSetCompressionAttribute(); -int PS4_SYSV_ABI sceKernelSetCpumodeGame(); -int PS4_SYSV_ABI sceKernelSetDataTransferMode(); -int PS4_SYSV_ABI sceKernelSetEventFlag(); -int PS4_SYSV_ABI sceKernelSetFsstParam(); -int PS4_SYSV_ABI sceKernelSetGameDirectMemoryLimit(); -int PS4_SYSV_ABI sceKernelSetGPI(); -int PS4_SYSV_ABI sceKernelSetGPO(); -int PS4_SYSV_ABI sceKernelSetGpuCu(); -int PS4_SYSV_ABI sceKernelSetMemoryPstate(); -int PS4_SYSV_ABI sceKernelSetNeoModeClock(); -int PS4_SYSV_ABI sceKernelSetPhysFmemLimit(); -int PS4_SYSV_ABI sceKernelSetProcessName(); -int PS4_SYSV_ABI sceKernelSetProcessPropertyString(); -int PS4_SYSV_ABI sceKernelSetPrtAperture(); -int PS4_SYSV_ABI sceKernelSetSafemode(); -int PS4_SYSV_ABI sceKernelSettimeofday(); -int PS4_SYSV_ABI sceKernelSetTimezoneInfo(); -int PS4_SYSV_ABI sceKernelSetVirtualRangeName(); -int PS4_SYSV_ABI sceKernelSetVmContainer(); -int PS4_SYSV_ABI sceKernelSignalSema(); -int PS4_SYSV_ABI sceKernelSleep(); -int PS4_SYSV_ABI sceKernelSlvNotifyError(); -int PS4_SYSV_ABI sceKernelStat(); -int PS4_SYSV_ABI sceKernelStopUnloadModule(); -int PS4_SYSV_ABI sceKernelSuspendDirectMemoryRelease(); -int PS4_SYSV_ABI sceKernelSwitchToBaseMode(); -int PS4_SYSV_ABI sceKernelSwitchToNeoMode(); -int PS4_SYSV_ABI sceKernelSync(); -int PS4_SYSV_ABI sceKernelTerminateSysCore(); -int PS4_SYSV_ABI sceKernelTitleWorkaroundIsEnabled(); -int PS4_SYSV_ABI sceKernelTitleWorkdaroundIsEnabled(); -int PS4_SYSV_ABI sceKernelTraceMemoryTypeProtect(); -int PS4_SYSV_ABI sceKernelTriggerEport(); -int PS4_SYSV_ABI sceKernelTriggerUserEvent(); -int PS4_SYSV_ABI sceKernelTruncate(); -int PS4_SYSV_ABI sceKernelUnlink(); -int PS4_SYSV_ABI sceKernelUsleep(); -int PS4_SYSV_ABI sceKernelUtimes(); -int PS4_SYSV_ABI sceKernelUuidCreate(); -int PS4_SYSV_ABI sceKernelVirtualQuery(); -int PS4_SYSV_ABI sceKernelVirtualQueryAll(); -int PS4_SYSV_ABI sceKernelWaitEqueue(); -int PS4_SYSV_ABI sceKernelWaitEventFlag(); -int PS4_SYSV_ABI sceKernelWaitSema(); -int PS4_SYSV_ABI sceKernelWrite(); -int PS4_SYSV_ABI sceKernelWriteSdkEventLog(); -int PS4_SYSV_ABI sceKernelWritev(); -int PS4_SYSV_ABI sceKernelYieldCpumode(); -int PS4_SYSV_ABI sceLibcMspaceCreateForMonoMutex(); -int PS4_SYSV_ABI scePthreadAtfork(); -int PS4_SYSV_ABI scePthreadAttrDestroy(); -int PS4_SYSV_ABI scePthreadAttrGet(); -int PS4_SYSV_ABI scePthreadAttrGetaffinity(); -int PS4_SYSV_ABI scePthreadAttrGetdetachstate(); -int PS4_SYSV_ABI scePthreadAttrGetguardsize(); -int PS4_SYSV_ABI scePthreadAttrGetinheritsched(); -int PS4_SYSV_ABI scePthreadAttrGetschedparam(); -int PS4_SYSV_ABI scePthreadAttrGetschedpolicy(); -int PS4_SYSV_ABI scePthreadAttrGetscope(); -int PS4_SYSV_ABI scePthreadAttrGetstack(); -int PS4_SYSV_ABI scePthreadAttrGetstackaddr(); -int PS4_SYSV_ABI scePthreadAttrGetstacksize(); -int PS4_SYSV_ABI scePthreadAttrInit(); -int PS4_SYSV_ABI scePthreadAttrSetaffinity(); -int PS4_SYSV_ABI scePthreadAttrSetcreatesuspend(); -int PS4_SYSV_ABI scePthreadAttrSetdetachstate(); -int PS4_SYSV_ABI scePthreadAttrSetguardsize(); -int PS4_SYSV_ABI scePthreadAttrSetinheritsched(); -int PS4_SYSV_ABI scePthreadAttrSetschedparam(); -int PS4_SYSV_ABI scePthreadAttrSetschedpolicy(); -int PS4_SYSV_ABI scePthreadAttrSetscope(); -int PS4_SYSV_ABI scePthreadAttrSetstack(); -int PS4_SYSV_ABI scePthreadAttrSetstackaddr(); -int PS4_SYSV_ABI scePthreadAttrSetstacksize(); -int PS4_SYSV_ABI scePthreadBarrierattrDestroy(); -int PS4_SYSV_ABI scePthreadBarrierattrGetpshared(); -int PS4_SYSV_ABI scePthreadBarrierattrInit(); -int PS4_SYSV_ABI scePthreadBarrierattrSetpshared(); -int PS4_SYSV_ABI scePthreadBarrierDestroy(); -int PS4_SYSV_ABI scePthreadBarrierInit(); -int PS4_SYSV_ABI scePthreadBarrierWait(); -int PS4_SYSV_ABI scePthreadCancel(); -int PS4_SYSV_ABI scePthreadCondattrDestroy(); -int PS4_SYSV_ABI scePthreadCondattrGetclock(); -int PS4_SYSV_ABI scePthreadCondattrGetpshared(); -int PS4_SYSV_ABI scePthreadCondattrInit(); -int PS4_SYSV_ABI scePthreadCondattrSetclock(); -int PS4_SYSV_ABI scePthreadCondattrSetpshared(); -int PS4_SYSV_ABI scePthreadCondBroadcast(); -int PS4_SYSV_ABI scePthreadCondDestroy(); -int PS4_SYSV_ABI scePthreadCondInit(); -int PS4_SYSV_ABI scePthreadCondSignal(); -int PS4_SYSV_ABI scePthreadCondSignalto(); -int PS4_SYSV_ABI scePthreadCondTimedwait(); -int PS4_SYSV_ABI scePthreadCondWait(); -int PS4_SYSV_ABI scePthreadCreate(); -int PS4_SYSV_ABI scePthreadDetach(); -int PS4_SYSV_ABI scePthreadEqual(); -int PS4_SYSV_ABI scePthreadExit(); -int PS4_SYSV_ABI scePthreadGetaffinity(); -int PS4_SYSV_ABI scePthreadGetconcurrency(); -int PS4_SYSV_ABI scePthreadGetcpuclockid(); -int PS4_SYSV_ABI scePthreadGetname(); -int PS4_SYSV_ABI scePthreadGetprio(); -int PS4_SYSV_ABI scePthreadGetschedparam(); -int PS4_SYSV_ABI scePthreadGetspecific(); -int PS4_SYSV_ABI scePthreadGetthreadid(); -int PS4_SYSV_ABI scePthreadJoin(); -int PS4_SYSV_ABI scePthreadKeyCreate(); -int PS4_SYSV_ABI scePthreadKeyDelete(); -int PS4_SYSV_ABI scePthreadMain(); -int PS4_SYSV_ABI scePthreadMulti(); -int PS4_SYSV_ABI scePthreadMutexattrDestroy(); -int PS4_SYSV_ABI scePthreadMutexattrGetkind(); -int PS4_SYSV_ABI scePthreadMutexattrGetprioceiling(); -int PS4_SYSV_ABI scePthreadMutexattrGetprotocol(); -int PS4_SYSV_ABI scePthreadMutexattrGetpshared(); -int PS4_SYSV_ABI scePthreadMutexattrGettype(); -int PS4_SYSV_ABI scePthreadMutexattrInit(); -int PS4_SYSV_ABI scePthreadMutexattrInitForInternalLibc(); -int PS4_SYSV_ABI scePthreadMutexattrSetkind(); -int PS4_SYSV_ABI scePthreadMutexattrSetprioceiling(); -int PS4_SYSV_ABI scePthreadMutexattrSetprotocol(); -int PS4_SYSV_ABI scePthreadMutexattrSetpshared(); -int PS4_SYSV_ABI scePthreadMutexattrSettype(); -int PS4_SYSV_ABI scePthreadMutexDestroy(); -int PS4_SYSV_ABI scePthreadMutexGetprioceiling(); -int PS4_SYSV_ABI scePthreadMutexGetspinloops(); -int PS4_SYSV_ABI scePthreadMutexGetyieldloops(); -int PS4_SYSV_ABI scePthreadMutexInit(); -int PS4_SYSV_ABI scePthreadMutexInitForInternalLibc(); -int PS4_SYSV_ABI scePthreadMutexIsowned(); -int PS4_SYSV_ABI scePthreadMutexLock(); -int PS4_SYSV_ABI scePthreadMutexSetprioceiling(); -int PS4_SYSV_ABI scePthreadMutexSetspinloops(); -int PS4_SYSV_ABI scePthreadMutexSetyieldloops(); -int PS4_SYSV_ABI scePthreadMutexTimedlock(); -int PS4_SYSV_ABI scePthreadMutexTrylock(); -int PS4_SYSV_ABI scePthreadMutexUnlock(); -int PS4_SYSV_ABI scePthreadOnce(); -int PS4_SYSV_ABI scePthreadRename(); -int PS4_SYSV_ABI scePthreadResume(); -int PS4_SYSV_ABI scePthreadResumeAll(); -int PS4_SYSV_ABI scePthreadRwlockattrDestroy(); -int PS4_SYSV_ABI scePthreadRwlockattrGetpshared(); -int PS4_SYSV_ABI scePthreadRwlockattrGettype(); -int PS4_SYSV_ABI scePthreadRwlockattrInit(); -int PS4_SYSV_ABI scePthreadRwlockattrSetpshared(); -int PS4_SYSV_ABI scePthreadRwlockattrSettype(); -int PS4_SYSV_ABI scePthreadRwlockDestroy(); -int PS4_SYSV_ABI scePthreadRwlockInit(); -int PS4_SYSV_ABI scePthreadRwlockRdlock(); -int PS4_SYSV_ABI scePthreadRwlockTimedrdlock(); -int PS4_SYSV_ABI scePthreadRwlockTimedwrlock(); -int PS4_SYSV_ABI scePthreadRwlockTryrdlock(); -int PS4_SYSV_ABI scePthreadRwlockTrywrlock(); -int PS4_SYSV_ABI scePthreadRwlockUnlock(); -int PS4_SYSV_ABI scePthreadRwlockWrlock(); -int PS4_SYSV_ABI scePthreadSelf(); -int PS4_SYSV_ABI scePthreadSemDestroy(); -int PS4_SYSV_ABI scePthreadSemGetvalue(); -int PS4_SYSV_ABI scePthreadSemInit(); -int PS4_SYSV_ABI scePthreadSemPost(); -int PS4_SYSV_ABI scePthreadSemTimedwait(); -int PS4_SYSV_ABI scePthreadSemTrywait(); -int PS4_SYSV_ABI scePthreadSemWait(); -int PS4_SYSV_ABI scePthreadSetaffinity(); -int PS4_SYSV_ABI scePthreadSetBesteffort(); -int PS4_SYSV_ABI scePthreadSetcancelstate(); -int PS4_SYSV_ABI scePthreadSetcanceltype(); -int PS4_SYSV_ABI scePthreadSetconcurrency(); -int PS4_SYSV_ABI scePthreadSetDefaultstacksize(); -int PS4_SYSV_ABI scePthreadSetName(); -int PS4_SYSV_ABI scePthreadSetprio(); -int PS4_SYSV_ABI scePthreadSetschedparam(); -int PS4_SYSV_ABI scePthreadSetspecific(); -int PS4_SYSV_ABI scePthreadSingle(); -int PS4_SYSV_ABI scePthreadSuspend(); -int PS4_SYSV_ABI scePthreadSuspendAll(); -int PS4_SYSV_ABI scePthreadTestcancel(); -int PS4_SYSV_ABI scePthreadTimedjoin(); -int PS4_SYSV_ABI scePthreadYield(); -int PS4_SYSV_ABI sched_get_priority_max(); -int PS4_SYSV_ABI sched_get_priority_min(); -int PS4_SYSV_ABI sched_getparam(); -int PS4_SYSV_ABI sched_getscheduler(); -int PS4_SYSV_ABI sched_rr_get_interval(); -int PS4_SYSV_ABI sched_setparam(); -int PS4_SYSV_ABI sched_setscheduler(); -int PS4_SYSV_ABI sched_yield(); -int PS4_SYSV_ABI select(); -int PS4_SYSV_ABI sem_close(); -int PS4_SYSV_ABI sem_destroy(); -int PS4_SYSV_ABI sem_getvalue(); -int PS4_SYSV_ABI sem_init(); -int PS4_SYSV_ABI sem_open(); -int PS4_SYSV_ABI sem_post(); -int PS4_SYSV_ABI sem_reltimedwait_np(); -int PS4_SYSV_ABI sem_timedwait(); -int PS4_SYSV_ABI sem_trywait(); -int PS4_SYSV_ABI sem_unlink(); -int PS4_SYSV_ABI sem_wait(); -int PS4_SYSV_ABI send(); -int PS4_SYSV_ABI sendfile(); -int PS4_SYSV_ABI sendmsg(); -int PS4_SYSV_ABI sendto(); -int PS4_SYSV_ABI set_phys_fmem_limit(); -int PS4_SYSV_ABI setcontext(); -int PS4_SYSV_ABI setegid(); -int PS4_SYSV_ABI seteuid(); -int PS4_SYSV_ABI setgroups(); -int PS4_SYSV_ABI setitimer(); -int PS4_SYSV_ABI setpriority(); -int PS4_SYSV_ABI setregid(); -int PS4_SYSV_ABI setreuid(); -int PS4_SYSV_ABI setrlimit(); -int PS4_SYSV_ABI setsockopt(); -int PS4_SYSV_ABI settimeofday(); -int PS4_SYSV_ABI setuid(); -int PS4_SYSV_ABI shm_open(); -int PS4_SYSV_ABI shm_unlink(); -int PS4_SYSV_ABI shutdown(); -int PS4_SYSV_ABI siglongjmp(); -int PS4_SYSV_ABI sigpending(); -int PS4_SYSV_ABI sigqueue(); -int PS4_SYSV_ABI sigreturn(); -int PS4_SYSV_ABI sigsetjmp(); -int PS4_SYSV_ABI sigtimedwait(); -int PS4_SYSV_ABI sigwait(); -int PS4_SYSV_ABI sigwaitinfo(); -int PS4_SYSV_ABI sleep(); -int PS4_SYSV_ABI socket(); -int PS4_SYSV_ABI stat(); -int PS4_SYSV_ABI swapcontext(); -int PS4_SYSV_ABI sync(); -int PS4_SYSV_ABI sysarch(); -int PS4_SYSV_ABI sysctl(); -int PS4_SYSV_ABI sysctlbyname(); -int PS4_SYSV_ABI sysctlnametomib(); -int PS4_SYSV_ABI sysKernelGetIntdevModeForRcmgr(); -int PS4_SYSV_ABI sysKernelGetLowerLimitSysexVersion(); -int PS4_SYSV_ABI sysKernelGetLowerLimitUpdVersion(); -int PS4_SYSV_ABI sysKernelGetManufacturingMode(); -int PS4_SYSV_ABI sysKernelGetUpdVersion(); -int PS4_SYSV_ABI system(); -int PS4_SYSV_ABI tcdrain(); -int PS4_SYSV_ABI tcflow(); -int PS4_SYSV_ABI tcflush(); -int PS4_SYSV_ABI tcgetattr(); -int PS4_SYSV_ABI tcgetpgrp(); -int PS4_SYSV_ABI tcgetsid(); -int PS4_SYSV_ABI tcsendbreak(); -int PS4_SYSV_ABI tcsetattr(); -int PS4_SYSV_ABI tcsetpgrp(); -int PS4_SYSV_ABI tcsetsid(); -int PS4_SYSV_ABI truncate(); -int PS4_SYSV_ABI unlink(); -int PS4_SYSV_ABI usleep(); -int PS4_SYSV_ABI utimes(); -int PS4_SYSV_ABI uuidgen(); -int PS4_SYSV_ABI wait(); -int PS4_SYSV_ABI wait3(); -int PS4_SYSV_ABI waitpid(); -int PS4_SYSV_ABI write(); -int PS4_SYSV_ABI writev(); -int PS4_SYSV_ABI Func_37DE1AD13E05E3E5(); -int PS4_SYSV_ABI Func_71A7C3C5AEB8B0EE(); -int PS4_SYSV_ABI Func_866AB0F0694DFAD2(); -int PS4_SYSV_ABI Func_8CCB8DA014423D48(); -int PS4_SYSV_ABI Func_AAD1CE2ED156ABB6(); -int PS4_SYSV_ABI Func_BDF61AC64C672574(); -int PS4_SYSV_ABI Func_BFEA9394D8C5EA41(); -int PS4_SYSV_ABI Func_C740D02B44D70E4D(); -int PS4_SYSV_ABI Func_D6FDB7C3B4679227(); -int PS4_SYSV_ABI Func_DB02A3203D221953(); -int PS4_SYSV_ABI Func_DB1838257BDA27A9(); -int PS4_SYSV_ABI Func_FCF341DED7E70FC7(); -int PS4_SYSV_ABI Func_FEE3EAF3655B44C2(); -int PS4_SYSV_ABI Func_0A531D1EEBBE4750(); -int PS4_SYSV_ABI sceKernelGetModuleInfo2(); -int PS4_SYSV_ABI sceKernelGetModuleList2(); -int PS4_SYSV_ABI sceKernelIsProspero(); -int PS4_SYSV_ABI sceKernelIsModuleLoaded(); +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 __inet_ntop(); +s32 PS4_SYSV_ABI __inet_pton(); +s32 PS4_SYSV_ABI __progname(); +s32 PS4_SYSV_ABI __pthread_cleanup_pop_imp(); +s32 PS4_SYSV_ABI __pthread_cleanup_push_imp(); +s32 PS4_SYSV_ABI __pthread_cxa_finalize(); +s32 PS4_SYSV_ABI __sceKernelGetGPI(); +s32 PS4_SYSV_ABI __stack_chk_fail(); +s32 PS4_SYSV_ABI __stack_chk_guard(); +s32 PS4_SYSV_ABI __sys_debug_init(); +s32 PS4_SYSV_ABI __sys_dl_get_info(); +s32 PS4_SYSV_ABI __sys_dl_get_list(); +s32 PS4_SYSV_ABI __sys_dl_get_metadata(); +s32 PS4_SYSV_ABI __sys_dynlib_get_info_for_libdbg(); +s32 PS4_SYSV_ABI __sys_dynlib_get_info2(); +s32 PS4_SYSV_ABI __sys_dynlib_get_list_for_libdbg(); +s32 PS4_SYSV_ABI __sys_dynlib_get_list2(); +s32 PS4_SYSV_ABI __sys_dynlib_load_prx(); +s32 PS4_SYSV_ABI __sys_get_proc_type_info(); +s32 PS4_SYSV_ABI __sys_is_development_mode(); +s32 PS4_SYSV_ABI __sys_kqueueex(); +s32 PS4_SYSV_ABI __sys_namedobj_create(); +s32 PS4_SYSV_ABI __sys_namedobj_delete(); +s32 PS4_SYSV_ABI __sys_netabort(); +s32 PS4_SYSV_ABI __sys_netcontrol(); +s32 PS4_SYSV_ABI __sys_netgetiflist(); +s32 PS4_SYSV_ABI __sys_netgetsockinfo(); +s32 PS4_SYSV_ABI __sys_opmc_disable(); +s32 PS4_SYSV_ABI __sys_opmc_enable(); +s32 PS4_SYSV_ABI __sys_opmc_get_ctr(); +s32 PS4_SYSV_ABI __sys_opmc_get_hw(); +s32 PS4_SYSV_ABI __sys_opmc_set_ctl(); +s32 PS4_SYSV_ABI __sys_opmc_set_ctr(); +s32 PS4_SYSV_ABI __sys_opmc_set_hw(); +s32 PS4_SYSV_ABI __sys_osem_close(); +s32 PS4_SYSV_ABI __sys_osem_open(); +s32 PS4_SYSV_ABI __sys_randomized_path(); +s32 PS4_SYSV_ABI __sys_rdup(); +s32 PS4_SYSV_ABI __sys_regmgr_call(); +s32 PS4_SYSV_ABI __sys_set_uevt(); +s32 PS4_SYSV_ABI __sys_socketclose(); +s32 PS4_SYSV_ABI __sys_socketex(); +s32 PS4_SYSV_ABI __sys_test_debug_rwmem(); +s32 PS4_SYSV_ABI __sys_workaround8849(); +s32 PS4_SYSV_ABI __tls_get_addr(); +s32 PS4_SYSV_ABI __Ux86_64_setcontext(); +s32 PS4_SYSV_ABI _accept(); +s32 PS4_SYSV_ABI _bind(); +s32 PS4_SYSV_ABI _close(); +s32 PS4_SYSV_ABI _connect(); +s32 PS4_SYSV_ABI _dup2(); +s32 PS4_SYSV_ABI _execve(); +s32 PS4_SYSV_ABI _execvpe(); +s32 PS4_SYSV_ABI _exit(); +s32 PS4_SYSV_ABI _fcntl(); +s32 PS4_SYSV_ABI _fpathconf(); +s32 PS4_SYSV_ABI _fstat(); +s32 PS4_SYSV_ABI _fstatfs(); +s32 PS4_SYSV_ABI _getdirentries(); +s32 PS4_SYSV_ABI _getpeername(); +s32 PS4_SYSV_ABI _getsockname(); +s32 PS4_SYSV_ABI _getsockopt(); +s32 PS4_SYSV_ABI _ioctl(); +s32 PS4_SYSV_ABI _is_signal_return(); +s32 PS4_SYSV_ABI _listen(); +s32 PS4_SYSV_ABI _nanosleep(); +s32 PS4_SYSV_ABI _open(); +s32 PS4_SYSV_ABI _openat(); +s32 PS4_SYSV_ABI _read(); +s32 PS4_SYSV_ABI _readv(); +s32 PS4_SYSV_ABI _recvfrom(); +s32 PS4_SYSV_ABI _recvmsg(); +s32 PS4_SYSV_ABI _sceKernelRtldSetApplicationHeapAPI(); +s32 PS4_SYSV_ABI _sceKernelRtldThreadAtexitDecrement(); +s32 PS4_SYSV_ABI _sceKernelRtldThreadAtexitIncrement(); +s32 PS4_SYSV_ABI _sceKernelSetThreadAtexitCount(); +s32 PS4_SYSV_ABI _sceKernelSetThreadAtexitReport(); +s32 PS4_SYSV_ABI _sceKernelSetThreadDtors(); +s32 PS4_SYSV_ABI _sendmsg(); +s32 PS4_SYSV_ABI _sendto(); +s32 PS4_SYSV_ABI _setsockopt(); +s32 PS4_SYSV_ABI _sigaction(); +s32 PS4_SYSV_ABI _sigintr(); +s32 PS4_SYSV_ABI _sigprocmask(); +s32 PS4_SYSV_ABI _sigsuspend(); +s32 PS4_SYSV_ABI _umtx_op(); +s32 PS4_SYSV_ABI _wait4(); +s32 PS4_SYSV_ABI _write(); +s32 PS4_SYSV_ABI _writev(); +s32 PS4_SYSV_ABI accept(); +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 chflags(); +s32 PS4_SYSV_ABI chmod(); +s32 PS4_SYSV_ABI clock_getres(); +s32 PS4_SYSV_ABI clock_gettime(); +s32 PS4_SYSV_ABI clock_settime(); +s32 PS4_SYSV_ABI close(); +s32 PS4_SYSV_ABI connect(); +s32 PS4_SYSV_ABI cpuset_getaffinity(); +s32 PS4_SYSV_ABI cpuset_getid(); +s32 PS4_SYSV_ABI cpuset_setaffinity(); +s32 PS4_SYSV_ABI creat(); +s32 PS4_SYSV_ABI dlclose(); +s32 PS4_SYSV_ABI dlerror(); +s32 PS4_SYSV_ABI dlopen(); +s32 PS4_SYSV_ABI dlsym(); +s32 PS4_SYSV_ABI dynlib_get_obj_member(); +s32 PS4_SYSV_ABI environ(); +s32 PS4_SYSV_ABI errno(); +s32 PS4_SYSV_ABI execv(); +s32 PS4_SYSV_ABI execve(); +s32 PS4_SYSV_ABI execvp(); +s32 PS4_SYSV_ABI fchflags(); +s32 PS4_SYSV_ABI fchmod(); +s32 PS4_SYSV_ABI fcntl(); +s32 PS4_SYSV_ABI fdatasync(); +s32 PS4_SYSV_ABI flock(); +s32 PS4_SYSV_ABI fstat(); +s32 PS4_SYSV_ABI fsync(); +s32 PS4_SYSV_ABI ftruncate(); +s32 PS4_SYSV_ABI futimes(); +s32 PS4_SYSV_ABI get_authinfo(); +s32 PS4_SYSV_ABI get_module_info_list(); +s32 PS4_SYSV_ABI get_page_table_stats(); +s32 PS4_SYSV_ABI get_sdk_compiled_version(); +s32 PS4_SYSV_ABI get_self_auth_info(); +s32 PS4_SYSV_ABI get_vm_map_timestamp(); +s32 PS4_SYSV_ABI getargc(); +s32 PS4_SYSV_ABI getargv(); +s32 PS4_SYSV_ABI getcontext(); +s32 PS4_SYSV_ABI getdents(); +s32 PS4_SYSV_ABI getdirentries(); +s32 PS4_SYSV_ABI getdtablesize(); +s32 PS4_SYSV_ABI getegid(); +s32 PS4_SYSV_ABI geteuid(); +s32 PS4_SYSV_ABI getgid(); +s32 PS4_SYSV_ABI getgroups(); +s32 PS4_SYSV_ABI getitimer(); +s32 PS4_SYSV_ABI getlogin(); +s32 PS4_SYSV_ABI getlogin_r(); +s32 PS4_SYSV_ABI getpagesize(); +s32 PS4_SYSV_ABI getpeername(); +s32 PS4_SYSV_ABI getpid(); +s32 PS4_SYSV_ABI getppid(); +s32 PS4_SYSV_ABI getpriority(); +s32 PS4_SYSV_ABI getrlimit(); +s32 PS4_SYSV_ABI getrusage(); +s32 PS4_SYSV_ABI getsid(); +s32 PS4_SYSV_ABI getsockname(); +s32 PS4_SYSV_ABI getsockopt(); +s32 PS4_SYSV_ABI gettimeofday(); +s32 PS4_SYSV_ABI getuid(); +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 ipmimgr_call(); +s32 PS4_SYSV_ABI is_in_sandbox(); +s32 PS4_SYSV_ABI issetugid(); +s32 PS4_SYSV_ABI kevent(); +s32 PS4_SYSV_ABI kill(); +s32 PS4_SYSV_ABI kqueue(); +s32 PS4_SYSV_ABI ksem_close(); +s32 PS4_SYSV_ABI ksem_destroy(); +s32 PS4_SYSV_ABI ksem_getvalue(); +s32 PS4_SYSV_ABI ksem_init(); +s32 PS4_SYSV_ABI ksem_open(); +s32 PS4_SYSV_ABI ksem_post(); +s32 PS4_SYSV_ABI ksem_timedwait(); +s32 PS4_SYSV_ABI ksem_trywait(); +s32 PS4_SYSV_ABI ksem_unlink(); +s32 PS4_SYSV_ABI ksem_wait(); +s32 PS4_SYSV_ABI ktimer_create(); +s32 PS4_SYSV_ABI ktimer_delete(); +s32 PS4_SYSV_ABI ktimer_getoverrun(); +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 madvise(); +s32 PS4_SYSV_ABI mdbg_service(); +s32 PS4_SYSV_ABI mincore(); +s32 PS4_SYSV_ABI mkdir(); +s32 PS4_SYSV_ABI mlock(); +s32 PS4_SYSV_ABI mlockall(); +s32 PS4_SYSV_ABI mmap(); +s32 PS4_SYSV_ABI mprotect(); +s32 PS4_SYSV_ABI msync(); +s32 PS4_SYSV_ABI munlock(); +s32 PS4_SYSV_ABI munlockall(); +s32 PS4_SYSV_ABI munmap(); +s32 PS4_SYSV_ABI nanosleep(); +s32 PS4_SYSV_ABI ntohl(); +s32 PS4_SYSV_ABI ntohs(); +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 pread(); +s32 PS4_SYSV_ABI preadv(); +s32 PS4_SYSV_ABI profil(); +s32 PS4_SYSV_ABI pselect(); +s32 PS4_SYSV_ABI pthread_atfork(); +s32 PS4_SYSV_ABI pthread_attr_destroy(); +s32 PS4_SYSV_ABI pthread_attr_get_np(); +s32 PS4_SYSV_ABI pthread_attr_getaffinity_np(); +s32 PS4_SYSV_ABI pthread_attr_getdetachstate(); +s32 PS4_SYSV_ABI pthread_attr_getguardsize(); +s32 PS4_SYSV_ABI pthread_attr_getinheritsched(); +s32 PS4_SYSV_ABI pthread_attr_getschedparam(); +s32 PS4_SYSV_ABI pthread_attr_getschedpolicy(); +s32 PS4_SYSV_ABI pthread_attr_getscope(); +s32 PS4_SYSV_ABI pthread_attr_getstack(); +s32 PS4_SYSV_ABI pthread_attr_getstackaddr(); +s32 PS4_SYSV_ABI pthread_attr_getstacksize(); +s32 PS4_SYSV_ABI pthread_attr_init(); +s32 PS4_SYSV_ABI pthread_attr_setaffinity_np(); +s32 PS4_SYSV_ABI pthread_attr_setcreatesuspend_np(); +s32 PS4_SYSV_ABI pthread_attr_setdetachstate(); +s32 PS4_SYSV_ABI pthread_attr_setguardsize(); +s32 PS4_SYSV_ABI pthread_attr_setinheritsched(); +s32 PS4_SYSV_ABI pthread_attr_setschedparam(); +s32 PS4_SYSV_ABI pthread_attr_setschedpolicy(); +s32 PS4_SYSV_ABI pthread_attr_setscope(); +s32 PS4_SYSV_ABI pthread_attr_setstack(); +s32 PS4_SYSV_ABI pthread_attr_setstackaddr(); +s32 PS4_SYSV_ABI pthread_attr_setstacksize(); +s32 PS4_SYSV_ABI pthread_barrier_destroy(); +s32 PS4_SYSV_ABI pthread_barrier_init(); +s32 PS4_SYSV_ABI pthread_barrier_setname_np(); +s32 PS4_SYSV_ABI pthread_barrier_wait(); +s32 PS4_SYSV_ABI pthread_barrierattr_destroy(); +s32 PS4_SYSV_ABI pthread_barrierattr_getpshared(); +s32 PS4_SYSV_ABI pthread_barrierattr_init(); +s32 PS4_SYSV_ABI pthread_barrierattr_setpshared(); +s32 PS4_SYSV_ABI pthread_cancel(); +s32 PS4_SYSV_ABI pthread_cleanup_pop(); +s32 PS4_SYSV_ABI pthread_cleanup_push(); +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_signal(); +s32 PS4_SYSV_ABI pthread_cond_signalto_np(); +s32 PS4_SYSV_ABI pthread_cond_timedwait(); +s32 PS4_SYSV_ABI pthread_cond_wait(); +s32 PS4_SYSV_ABI pthread_condattr_destroy(); +s32 PS4_SYSV_ABI pthread_condattr_getclock(); +s32 PS4_SYSV_ABI pthread_condattr_getpshared(); +s32 PS4_SYSV_ABI pthread_condattr_init(); +s32 PS4_SYSV_ABI pthread_condattr_setclock(); +s32 PS4_SYSV_ABI pthread_condattr_setpshared(); +s32 PS4_SYSV_ABI pthread_create(); +s32 PS4_SYSV_ABI pthread_create_name_np(); +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_getaffinity_np(); +s32 PS4_SYSV_ABI pthread_getconcurrency(); +s32 PS4_SYSV_ABI pthread_getcpuclockid(); +s32 PS4_SYSV_ABI pthread_getname_np(); +s32 PS4_SYSV_ABI pthread_getprio(); +s32 PS4_SYSV_ABI pthread_getschedparam(); +s32 PS4_SYSV_ABI pthread_getspecific(); +s32 PS4_SYSV_ABI pthread_getstack_np(); +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_main_np(); +s32 PS4_SYSV_ABI pthread_multi_np(); +s32 PS4_SYSV_ABI pthread_mutex_destroy(); +s32 PS4_SYSV_ABI pthread_mutex_getprioceiling(); +s32 PS4_SYSV_ABI pthread_mutex_getspinloops_np(); +s32 PS4_SYSV_ABI pthread_mutex_getyieldloops_np(); +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_setprioceiling(); +s32 PS4_SYSV_ABI pthread_mutex_setspinloops_np(); +s32 PS4_SYSV_ABI pthread_mutex_setyieldloops_np(); +s32 PS4_SYSV_ABI pthread_mutex_timedlock(); +s32 PS4_SYSV_ABI pthread_mutex_trylock(); +s32 PS4_SYSV_ABI pthread_mutex_unlock(); +s32 PS4_SYSV_ABI pthread_mutexattr_destroy(); +s32 PS4_SYSV_ABI pthread_mutexattr_getkind_np(); +s32 PS4_SYSV_ABI pthread_mutexattr_getprioceiling(); +s32 PS4_SYSV_ABI pthread_mutexattr_getprotocol(); +s32 PS4_SYSV_ABI pthread_mutexattr_getpshared(); +s32 PS4_SYSV_ABI pthread_mutexattr_gettype(); +s32 PS4_SYSV_ABI pthread_mutexattr_init(); +s32 PS4_SYSV_ABI pthread_mutexattr_setkind_np(); +s32 PS4_SYSV_ABI pthread_mutexattr_setprioceiling(); +s32 PS4_SYSV_ABI pthread_mutexattr_setprotocol(); +s32 PS4_SYSV_ABI pthread_mutexattr_setpshared(); +s32 PS4_SYSV_ABI pthread_mutexattr_settype(); +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_rwlock_destroy(); +s32 PS4_SYSV_ABI pthread_rwlock_init(); +s32 PS4_SYSV_ABI pthread_rwlock_rdlock(); +s32 PS4_SYSV_ABI pthread_rwlock_reltimedrdlock_np(); +s32 PS4_SYSV_ABI pthread_rwlock_reltimedwrlock_np(); +s32 PS4_SYSV_ABI pthread_rwlock_setname_np(); +s32 PS4_SYSV_ABI pthread_rwlock_timedrdlock(); +s32 PS4_SYSV_ABI pthread_rwlock_timedwrlock(); +s32 PS4_SYSV_ABI pthread_rwlock_tryrdlock(); +s32 PS4_SYSV_ABI pthread_rwlock_trywrlock(); +s32 PS4_SYSV_ABI pthread_rwlock_unlock(); +s32 PS4_SYSV_ABI pthread_rwlock_wrlock(); +s32 PS4_SYSV_ABI pthread_rwlockattr_destroy(); +s32 PS4_SYSV_ABI pthread_rwlockattr_getpshared(); +s32 PS4_SYSV_ABI pthread_rwlockattr_gettype_np(); +s32 PS4_SYSV_ABI pthread_rwlockattr_init(); +s32 PS4_SYSV_ABI pthread_rwlockattr_setpshared(); +s32 PS4_SYSV_ABI pthread_rwlockattr_settype_np(); +s32 PS4_SYSV_ABI pthread_self(); +s32 PS4_SYSV_ABI pthread_set_defaultstacksize_np(); +s32 PS4_SYSV_ABI pthread_set_name_np(); +s32 PS4_SYSV_ABI pthread_set_user_context_np(); +s32 PS4_SYSV_ABI pthread_setaffinity_np(); +s32 PS4_SYSV_ABI pthread_setcancelstate(); +s32 PS4_SYSV_ABI pthread_setcanceltype(); +s32 PS4_SYSV_ABI pthread_setconcurrency(); +s32 PS4_SYSV_ABI pthread_setprio(); +s32 PS4_SYSV_ABI pthread_setschedparam(); +s32 PS4_SYSV_ABI pthread_setspecific(); +s32 PS4_SYSV_ABI pthread_sigmask(); +s32 PS4_SYSV_ABI pthread_single_np(); +s32 PS4_SYSV_ABI pthread_spin_destroy(); +s32 PS4_SYSV_ABI pthread_spin_init(); +s32 PS4_SYSV_ABI pthread_spin_lock(); +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_switch_add_np(); +s32 PS4_SYSV_ABI pthread_switch_delete_np(); +s32 PS4_SYSV_ABI pthread_testcancel(); +s32 PS4_SYSV_ABI pthread_timedjoin_np(); +s32 PS4_SYSV_ABI pthread_yield(); +s32 PS4_SYSV_ABI pwrite(); +s32 PS4_SYSV_ABI pwritev(); +s32 PS4_SYSV_ABI raise(); +s32 PS4_SYSV_ABI read(); +s32 PS4_SYSV_ABI readv(); +s32 PS4_SYSV_ABI recv(); +s32 PS4_SYSV_ABI recvfrom(); +s32 PS4_SYSV_ABI recvmsg(); +s32 PS4_SYSV_ABI rename(); +s32 PS4_SYSV_ABI rfork_thread(); +s32 PS4_SYSV_ABI rmdir(); +s32 PS4_SYSV_ABI rtld_printf(); +s32 PS4_SYSV_ABI rtprio_thread(); +s32 PS4_SYSV_ABI sceKernelAddCpumodeEvent(); +s32 PS4_SYSV_ABI sceKernelAddFileEvent(); +s32 PS4_SYSV_ABI sceKernelAddGpuExceptionEvent(); +s32 PS4_SYSV_ABI sceKernelAddHRTimerEvent(); +s32 PS4_SYSV_ABI sceKernelAddReadEvent(); +s32 PS4_SYSV_ABI sceKernelAddTimerEvent(); +s32 PS4_SYSV_ABI sceKernelAddUserEvent(); +s32 PS4_SYSV_ABI sceKernelAddUserEventEdge(); +s32 PS4_SYSV_ABI sceKernelAddWriteEvent(); +s32 PS4_SYSV_ABI sceKernelAioCancelRequest(); +s32 PS4_SYSV_ABI sceKernelAioCancelRequests(); +s32 PS4_SYSV_ABI sceKernelAioDeleteRequest(); +s32 PS4_SYSV_ABI sceKernelAioDeleteRequests(); +s32 PS4_SYSV_ABI sceKernelAioInitializeImpl(); +s32 PS4_SYSV_ABI sceKernelAioInitializeParam(); +s32 PS4_SYSV_ABI sceKernelAioPollRequest(); +s32 PS4_SYSV_ABI sceKernelAioPollRequests(); +s32 PS4_SYSV_ABI sceKernelAioSetParam(); +s32 PS4_SYSV_ABI sceKernelAioSubmitReadCommands(); +s32 PS4_SYSV_ABI sceKernelAioSubmitReadCommandsMultiple(); +s32 PS4_SYSV_ABI sceKernelAioSubmitWriteCommands(); +s32 PS4_SYSV_ABI sceKernelAioSubmitWriteCommandsMultiple(); +s32 PS4_SYSV_ABI sceKernelAioWaitRequest(); +s32 PS4_SYSV_ABI sceKernelAioWaitRequests(); +s32 PS4_SYSV_ABI sceKernelAllocateDirectMemory(); +s32 PS4_SYSV_ABI sceKernelAllocateDirectMemoryForMiniApp(); +s32 PS4_SYSV_ABI sceKernelAllocateMainDirectMemory(); +s32 PS4_SYSV_ABI sceKernelAllocateTraceDirectMemory(); +s32 PS4_SYSV_ABI sceKernelAvailableDirectMemorySize(); +s32 PS4_SYSV_ABI sceKernelAvailableFlexibleMemorySize(); +s32 PS4_SYSV_ABI sceKernelBacktraceSelf(); +s32 PS4_SYSV_ABI sceKernelBatchMap(); +s32 PS4_SYSV_ABI sceKernelBatchMap2(); +s32 PS4_SYSV_ABI sceKernelCancelEventFlag(); +s32 PS4_SYSV_ABI sceKernelCancelSema(); +s32 PS4_SYSV_ABI sceKernelCheckedReleaseDirectMemory(); +s32 PS4_SYSV_ABI sceKernelCheckReachability(); +s32 PS4_SYSV_ABI sceKernelChmod(); +s32 PS4_SYSV_ABI sceKernelClearBootReqNotifyCount(); +s32 PS4_SYSV_ABI sceKernelClearEventFlag(); +s32 PS4_SYSV_ABI sceKernelClearGameDirectMemory(); +s32 PS4_SYSV_ABI sceKernelClockGetres(); +s32 PS4_SYSV_ABI sceKernelClockGettime(); +s32 PS4_SYSV_ABI sceKernelClose(); +s32 PS4_SYSV_ABI sceKernelCloseEport(); +s32 PS4_SYSV_ABI sceKernelCloseEventFlag(); +s32 PS4_SYSV_ABI sceKernelCloseSema(); +s32 PS4_SYSV_ABI sceKernelConfiguredFlexibleMemorySize(); +s32 PS4_SYSV_ABI sceKernelConvertLocaltimeToUtc(); +s32 PS4_SYSV_ABI sceKernelConvertUtcToLocaltime(); +s32 PS4_SYSV_ABI sceKernelCreateEport(); +s32 PS4_SYSV_ABI sceKernelCreateEqueue(); +s32 PS4_SYSV_ABI sceKernelCreateEventFlag(); +s32 PS4_SYSV_ABI sceKernelCreateSema(); +s32 PS4_SYSV_ABI sceKernelDebugAcquireAndUpdateDebugRegister(); +s32 PS4_SYSV_ABI sceKernelDebugGetAppStatus(); +s32 PS4_SYSV_ABI sceKernelDebugGetPauseCount(); +s32 PS4_SYSV_ABI sceKernelDebugGpuPaDebugIsInProgress(); +s32 PS4_SYSV_ABI sceKernelDebugOutText(); +s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionOnReleaseMode(); +s32 PS4_SYSV_ABI sceKernelDebugRaiseExceptionWithInfo(); +s32 PS4_SYSV_ABI sceKernelDebugReleaseDebugContext(); +s32 PS4_SYSV_ABI sceKernelDeleteCpumodeEvent(); +s32 PS4_SYSV_ABI sceKernelDeleteEport(); +s32 PS4_SYSV_ABI sceKernelDeleteEqueue(); +s32 PS4_SYSV_ABI sceKernelDeleteEventFlag(); +s32 PS4_SYSV_ABI sceKernelDeleteFileEvent(); +s32 PS4_SYSV_ABI sceKernelDeleteGpuExceptionEvent(); +s32 PS4_SYSV_ABI sceKernelDeleteHRTimerEvent(); +s32 PS4_SYSV_ABI sceKernelDeleteReadEvent(); +s32 PS4_SYSV_ABI sceKernelDeleteSema(); +s32 PS4_SYSV_ABI sceKernelDeleteTimerEvent(); +s32 PS4_SYSV_ABI sceKernelDeleteUserEvent(); +s32 PS4_SYSV_ABI sceKernelDeleteWriteEvent(); +s32 PS4_SYSV_ABI sceKernelDirectMemoryQuery(); +s32 PS4_SYSV_ABI sceKernelDirectMemoryQueryForId(); +s32 PS4_SYSV_ABI sceKernelDlsym(); +s32 PS4_SYSV_ABI sceKernelEnableDmemAliasing(); +s32 PS4_SYSV_ABI sceKernelEnableDmemAliasing2(); +s32 PS4_SYSV_ABI sceKernelEnablePthreadObjectCheck(); +s32 PS4_SYSV_ABI sceKernelError(); +s32 PS4_SYSV_ABI sceKernelEventLogInit(); +s32 PS4_SYSV_ABI sceKernelEventLogPread(); +s32 PS4_SYSV_ABI sceKernelEventLogRead(); +s32 PS4_SYSV_ABI sceKernelEventLogWrite(); +s32 PS4_SYSV_ABI sceKernelFchmod(); +s32 PS4_SYSV_ABI sceKernelFcntl(); +s32 PS4_SYSV_ABI sceKernelFdatasync(); +s32 PS4_SYSV_ABI sceKernelFlock(); +s32 PS4_SYSV_ABI sceKernelFstat(); +s32 PS4_SYSV_ABI sceKernelFsync(); +s32 PS4_SYSV_ABI sceKernelFtruncate(); +s32 PS4_SYSV_ABI sceKernelFutimes(); +s32 PS4_SYSV_ABI sceKernelGetAllowedSdkVersionOnSystem(); +s32 PS4_SYSV_ABI sceKernelGetAppInfo(); +s32 PS4_SYSV_ABI sceKernelGetAslrStatus(); +s32 PS4_SYSV_ABI sceKernelGetBackupRestoreMode(); +s32 PS4_SYSV_ABI sceKernelGetBackupRestoreModeOfNextBoot(); +s32 PS4_SYSV_ABI sceKernelGetBasicProductShape(); +s32 PS4_SYSV_ABI sceKernelGetBetaUpdateTestForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetBioUsageAll(); +s32 PS4_SYSV_ABI sceKernelGetBootReqNotifyCount(); +s32 PS4_SYSV_ABI sceKernelGetCallRecord(); +s32 PS4_SYSV_ABI sceKernelGetCompiledSdkVersion(); +s32 PS4_SYSV_ABI sceKernelGetCompiledSdkVersionByPath(); +s32 PS4_SYSV_ABI sceKernelGetCompiledSdkVersionByPid(); +s32 PS4_SYSV_ABI sceKernelGetCpuFrequency(); +s32 PS4_SYSV_ABI sceKernelGetCpumode(); +s32 PS4_SYSV_ABI sceKernelGetCpumodeGame(); +s32 PS4_SYSV_ABI sceKernelGetCpuTemperature(); +s32 PS4_SYSV_ABI sceKernelGetCpuUsage(); +s32 PS4_SYSV_ABI sceKernelGetCpuUsageAll(); +s32 PS4_SYSV_ABI sceKernelGetCpuUsageProc(); +s32 PS4_SYSV_ABI sceKernelGetCpuUsageProc2(); +s32 PS4_SYSV_ABI sceKernelGetCpuUsageThread(); +s32 PS4_SYSV_ABI sceKernelGetCurrentCpu(); +s32 PS4_SYSV_ABI sceKernelGetDataTransferMode(); +s32 PS4_SYSV_ABI sceKernelGetDebugMenuMiniModeForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetDebugMenuModeForPsmForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetDebugMenuModeForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetdents(); +s32 PS4_SYSV_ABI sceKernelGetDirectMemorySize(); +s32 PS4_SYSV_ABI sceKernelGetDirectMemoryType(); +s32 PS4_SYSV_ABI sceKernelGetdirentries(); +s32 PS4_SYSV_ABI sceKernelGetEventData(); +s32 PS4_SYSV_ABI sceKernelGetEventError(); +s32 PS4_SYSV_ABI sceKernelGetEventFflags(); +s32 PS4_SYSV_ABI sceKernelGetEventFilter(); +s32 PS4_SYSV_ABI sceKernelGetEventId(); +s32 PS4_SYSV_ABI sceKernelGetEventUserData(); +s32 PS4_SYSV_ABI sceKernelGetExecutableModuleHandle(); +s32 PS4_SYSV_ABI sceKernelGetExtLibcHandle(); +s32 PS4_SYSV_ABI sceKernelGetFakeFinalizeMenuForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetFlagedUpdaterForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetForceUpdateModeForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetGPI(); +s32 PS4_SYSV_ABI sceKernelGetGPO(); +s32 PS4_SYSV_ABI sceKernelGetHwFeatureInfoForDecid(); +s32 PS4_SYSV_ABI sceKernelGetIdPs(); +s32 PS4_SYSV_ABI sceKernelGetIdTableCurrentCount(); +s32 PS4_SYSV_ABI sceKernelGetIpcPath(); +s32 PS4_SYSV_ABI sceKernelGetLibkernelTextLocation(); +s32 PS4_SYSV_ABI sceKernelGetMainSocId(); +s32 PS4_SYSV_ABI sceKernelGetModuleInfo(); +s32 PS4_SYSV_ABI sceKernelGetModuleInfoForUnwind(); +s32 PS4_SYSV_ABI sceKernelGetModuleInfoInternal(); +s32 PS4_SYSV_ABI sceKernelGetModuleList(); +s32 PS4_SYSV_ABI sceKernelGetModuleListInternal(); +s32 PS4_SYSV_ABI sceKernelGetOpenPsIdForSystem(); +s32 PS4_SYSV_ABI sceKernelGetPageTableStats(); +s32 PS4_SYSV_ABI sceKernelGetPagingStatsOfAllObjects(); +s32 PS4_SYSV_ABI sceKernelGetPagingStatsOfAllThreads(); +s32 PS4_SYSV_ABI sceKernelGetPhysPageSize(); +s32 PS4_SYSV_ABI sceKernelGetProcessName(); +s32 PS4_SYSV_ABI sceKernelGetProcessTime(); +s32 PS4_SYSV_ABI sceKernelGetProcessTimeCounter(); +s32 PS4_SYSV_ABI sceKernelGetProcessTimeCounterFrequency(); +s32 PS4_SYSV_ABI sceKernelGetProcessType(); +s32 PS4_SYSV_ABI sceKernelGetProcParam(); +s32 PS4_SYSV_ABI sceKernelGetProductCode(); +s32 PS4_SYSV_ABI sceKernelGetProductStr(); +s32 PS4_SYSV_ABI sceKernelGetPrtAperture(); +s32 PS4_SYSV_ABI sceKernelGetPsmIntdevModeForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetPsnAccessTraceLogForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetQafExpirationTimeNotafterForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetQafExpirationTimeNotbeforeForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetQafGenerationForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetQafNameForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetRenderingMode(); +s32 PS4_SYSV_ABI sceKernelGetResidentCount(); +s32 PS4_SYSV_ABI sceKernelGetResidentFmemCount(); +s32 PS4_SYSV_ABI sceKernelGetSafemode(); +s32 PS4_SYSV_ABI sceKernelGetSanitizerMallocReplace(); +s32 PS4_SYSV_ABI sceKernelGetSanitizerMallocReplaceExternal(); +s32 PS4_SYSV_ABI sceKernelGetSanitizerNewReplace(); +s32 PS4_SYSV_ABI sceKernelGetSanitizerNewReplaceExternal(); +s32 PS4_SYSV_ABI sceKernelGetSocSensorTemperature(); +s32 PS4_SYSV_ABI sceKernelGetSpecialIForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetSubsysId(); +s32 PS4_SYSV_ABI sceKernelGetSystemExVersion(); +s32 PS4_SYSV_ABI sceKernelGetSystemLevelDebuggerModeForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetSystemSwBeta(); +s32 PS4_SYSV_ABI sceKernelGetSystemSwVersion(); +s32 PS4_SYSV_ABI sceKernelGetThreadName(); +s32 PS4_SYSV_ABI sceKernelGettimeofday(); +s32 PS4_SYSV_ABI sceKernelGettimezone(); +s32 PS4_SYSV_ABI sceKernelGetTraceMemoryStats(); +s32 PS4_SYSV_ABI sceKernelGetTscFrequency(); +s32 PS4_SYSV_ABI sceKernelGetUtokenDataExecutionForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetUtokenExpirationTimeNotafterForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetUtokenExpirationTimeNotbeforeForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetUtokenFakeSharefactoryForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetUtokenFlagedUpdaterForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetUtokenNpEnvSwitchingForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetUtokenSaveDataRepairForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetUtokenStoreModeForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetUtokenUseSoftwagnerForAcmgr(); +s32 PS4_SYSV_ABI sceKernelGetUtokenUseSoftwagnerForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetUtokenWeakenedPortRestrictionForRcmgr(); +s32 PS4_SYSV_ABI sceKernelGetVrCaptureSize(); +s32 PS4_SYSV_ABI sceKernelHasNeoMode(); +s32 PS4_SYSV_ABI sceKernelHwHasOpticalOut(); +s32 PS4_SYSV_ABI sceKernelHwHasWlanBt(); +s32 PS4_SYSV_ABI sceKernelIccControlBDPowerState(); +s32 PS4_SYSV_ABI sceKernelIccControlUSBPowerState(); +s32 PS4_SYSV_ABI sceKernelIccGetBDPowerState(); +s32 PS4_SYSV_ABI sceKernelIccGetCPMode(); +s32 PS4_SYSV_ABI sceKernelIccGetCpuInfoBit(); +s32 PS4_SYSV_ABI sceKernelIccGetPowerNumberOfBootShutdown(); +s32 PS4_SYSV_ABI sceKernelIccGetPowerOperatingTime(); +s32 PS4_SYSV_ABI sceKernelIccGetPowerUpCause(); +s32 PS4_SYSV_ABI sceKernelIccGetThermalAlert(); +s32 PS4_SYSV_ABI sceKernelIccGetUSBPowerState(); +s32 PS4_SYSV_ABI sceKernelIccIndicatorBootDone(); +s32 PS4_SYSV_ABI sceKernelIccIndicatorShutdown(); +s32 PS4_SYSV_ABI sceKernelIccIndicatorStandby(); +s32 PS4_SYSV_ABI sceKernelIccIndicatorStandbyBoot(); +s32 PS4_SYSV_ABI sceKernelIccIndicatorStandbyShutdown(); +s32 PS4_SYSV_ABI sceKernelIccNotifyBootStatus(); +s32 PS4_SYSV_ABI sceKernelIccNvsFlush(); +s32 PS4_SYSV_ABI sceKernelIccReadPowerBootMessage(); +s32 PS4_SYSV_ABI sceKernelIccSetBuzzer(); +s32 PS4_SYSV_ABI sceKernelIccSetCPMode(); +s32 PS4_SYSV_ABI sceKernelIccSetCpuInfoBit(); +s32 PS4_SYSV_ABI sceKernelIccSetDownloadMode(); +s32 PS4_SYSV_ABI sceKernelInstallExceptionHandler(); +s32 PS4_SYSV_ABI sceKernelInternalGetKmemStatistics(); +s32 PS4_SYSV_ABI sceKernelInternalGetMapStatistics(); +s32 PS4_SYSV_ABI sceKernelInternalHeapPrintBacktraceWithModuleInfo(); +s32 PS4_SYSV_ABI sceKernelInternalMapDirectMemory(); +s32 PS4_SYSV_ABI sceKernelInternalMapNamedDirectMemory(); +s32 PS4_SYSV_ABI sceKernelInternalMemoryGetAvailableSize(); +s32 PS4_SYSV_ABI sceKernelInternalMemoryGetModuleSegmentInfo(); +s32 PS4_SYSV_ABI sceKernelInternalResumeDirectMemoryRelease(); +s32 PS4_SYSV_ABI sceKernelInternalSuspendDirectMemoryRelease(); +s32 PS4_SYSV_ABI sceKernelIsAddressSanitizerEnabled(); +s32 PS4_SYSV_ABI sceKernelIsAllowedToSelectDvdRegion(); +s32 PS4_SYSV_ABI sceKernelIsAuthenticNeo(); +s32 PS4_SYSV_ABI sceKernelIsCEX(); +s32 PS4_SYSV_ABI sceKernelIsDebuggerAttached(); +s32 PS4_SYSV_ABI sceKernelIsDevKit(); +s32 PS4_SYSV_ABI sceKernelIsExperimentalBeta(); +s32 PS4_SYSV_ABI sceKernelIsGenuineCEX(); +s32 PS4_SYSV_ABI sceKernelIsGenuineDevKit(); +s32 PS4_SYSV_ABI sceKernelIsGenuineKratosCex(); +s32 PS4_SYSV_ABI sceKernelIsGenuineN(); +s32 PS4_SYSV_ABI sceKernelIsGenuineTestKit(); +s32 PS4_SYSV_ABI sceKernelIsInSandbox(); +s32 PS4_SYSV_ABI sceKernelIsKratos(); +s32 PS4_SYSV_ABI sceKernelIsMainOnStanbyMode(); +s32 PS4_SYSV_ABI sceKernelIsMainOnStandbyMode(); +s32 PS4_SYSV_ABI sceKernelIsNeoMode(); +s32 PS4_SYSV_ABI sceKernelIsStack(); +s32 PS4_SYSV_ABI sceKernelIsTestKit(); +s32 PS4_SYSV_ABI sceKernelKernelHeapUsage(); +s32 PS4_SYSV_ABI sceKernelLoadStartModule(); +s32 PS4_SYSV_ABI sceKernelLoadStartModuleForSysmodule(); +s32 PS4_SYSV_ABI sceKernelLseek(); +s32 PS4_SYSV_ABI sceKernelLwfsAllocateBlock(); +s32 PS4_SYSV_ABI sceKernelLwfsLseek(); +s32 PS4_SYSV_ABI sceKernelLwfsSetAttribute(); +s32 PS4_SYSV_ABI sceKernelLwfsTrimBlock(); +s32 PS4_SYSV_ABI sceKernelLwfsWrite(); +s32 PS4_SYSV_ABI sceKernelMapDirectMemory(); +s32 PS4_SYSV_ABI sceKernelMapDirectMemory2(); +s32 PS4_SYSV_ABI sceKernelMapFlexibleMemory(); +s32 PS4_SYSV_ABI sceKernelMapNamedDirectMemory(); +s32 PS4_SYSV_ABI sceKernelMapNamedFlexibleMemory(); +s32 PS4_SYSV_ABI sceKernelMapNamedSystemFlexibleMemory(); +s32 PS4_SYSV_ABI sceKernelMapSanitizerShadowMemory(); +s32 PS4_SYSV_ABI sceKernelMapTraceMemory(); +s32 PS4_SYSV_ABI sceKernelMemoryPoolBatch(); +s32 PS4_SYSV_ABI sceKernelMemoryPoolCommit(); +s32 PS4_SYSV_ABI sceKernelMemoryPoolDecommit(); +s32 PS4_SYSV_ABI sceKernelMemoryPoolExpand(); +s32 PS4_SYSV_ABI sceKernelMemoryPoolGetBlockStats(); +s32 PS4_SYSV_ABI sceKernelMemoryPoolMove(); +s32 PS4_SYSV_ABI sceKernelMemoryPoolReserve(); +s32 PS4_SYSV_ABI sceKernelMkdir(); +s32 PS4_SYSV_ABI sceKernelMlock(); +s32 PS4_SYSV_ABI sceKernelMlockall(); +s32 PS4_SYSV_ABI sceKernelMmap(); +s32 PS4_SYSV_ABI sceKernelMprotect(); +s32 PS4_SYSV_ABI sceKernelMsync(); +s32 PS4_SYSV_ABI sceKernelMtypeprotect(); +s32 PS4_SYSV_ABI sceKernelMunlock(); +s32 PS4_SYSV_ABI sceKernelMunlockall(); +s32 PS4_SYSV_ABI sceKernelMunmap(); +s32 PS4_SYSV_ABI sceKernelNanosleep(); +s32 PS4_SYSV_ABI sceKernelNormalizePath(); +s32 PS4_SYSV_ABI sceKernelNotifyAppStateChanged(); +s32 PS4_SYSV_ABI sceKernelNotifySystemSuspendResumeProgress(); +s32 PS4_SYSV_ABI sceKernelNotifySystemSuspendStart(); +s32 PS4_SYSV_ABI sceKernelOpen(); +s32 PS4_SYSV_ABI sceKernelOpenEport(); +s32 PS4_SYSV_ABI sceKernelOpenEventFlag(); +s32 PS4_SYSV_ABI sceKernelPollEventFlag(); +s32 PS4_SYSV_ABI sceKernelPollSema(); +s32 PS4_SYSV_ABI sceKernelPread(); +s32 PS4_SYSV_ABI sceKernelPreadv(); +s32 PS4_SYSV_ABI sceKernelPrintBacktraceWithModuleInfo(); +s32 PS4_SYSV_ABI sceKernelProtectDirectMemory(); +s32 PS4_SYSV_ABI sceKernelProtectDirectMemoryForPID(); +s32 PS4_SYSV_ABI sceKernelPwrite(); +s32 PS4_SYSV_ABI sceKernelPwritev(); +s32 PS4_SYSV_ABI sceKernelQueryMemoryProtection(); +s32 PS4_SYSV_ABI sceKernelQueryTraceMemory(); +s32 PS4_SYSV_ABI sceKernelRaiseException(); +s32 PS4_SYSV_ABI sceKernelRandomizedPath(); +s32 PS4_SYSV_ABI sceKernelRdup(); +s32 PS4_SYSV_ABI sceKernelRead(); +s32 PS4_SYSV_ABI sceKernelReadTsc(); +s32 PS4_SYSV_ABI sceKernelReadv(); +s32 PS4_SYSV_ABI sceKernelReboot(); +s32 PS4_SYSV_ABI sceKernelReleaseDirectMemory(); +s32 PS4_SYSV_ABI sceKernelReleaseFlexibleMemory(); +s32 PS4_SYSV_ABI sceKernelReleaseTraceDirectMemory(); +s32 PS4_SYSV_ABI sceKernelRemoveExceptionHandler(); +s32 PS4_SYSV_ABI sceKernelRename(); +s32 PS4_SYSV_ABI sceKernelReportUnpatchedFunctionCall(); +s32 PS4_SYSV_ABI sceKernelReserve2mbPage(); +s32 PS4_SYSV_ABI sceKernelReserveSystemDirectMemory(); +s32 PS4_SYSV_ABI sceKernelReserveVirtualRange(); +s32 PS4_SYSV_ABI sceKernelResumeDirectMemoryRelease(); +s32 PS4_SYSV_ABI sceKernelRmdir(); +s32 PS4_SYSV_ABI sceKernelRtldControl(); +s32 PS4_SYSV_ABI sceKernelSandboxPath(); +s32 PS4_SYSV_ABI sceKernelSendNotificationRequest(); +s32 PS4_SYSV_ABI sceKernelSetAppInfo(); +s32 PS4_SYSV_ABI sceKernelSetBackupRestoreMode(); +s32 PS4_SYSV_ABI sceKernelSetBaseModeClock(); +s32 PS4_SYSV_ABI sceKernelSetBesteffort(); +s32 PS4_SYSV_ABI sceKernelSetBootReqNotify(); +s32 PS4_SYSV_ABI sceKernelSetCallRecord(); +s32 PS4_SYSV_ABI sceKernelSetCompressionAttribute(); +s32 PS4_SYSV_ABI sceKernelSetCpumodeGame(); +s32 PS4_SYSV_ABI sceKernelSetDataTransferMode(); +s32 PS4_SYSV_ABI sceKernelSetEventFlag(); +s32 PS4_SYSV_ABI sceKernelSetFsstParam(); +s32 PS4_SYSV_ABI sceKernelSetGameDirectMemoryLimit(); +s32 PS4_SYSV_ABI sceKernelSetGPI(); +s32 PS4_SYSV_ABI sceKernelSetGPO(); +s32 PS4_SYSV_ABI sceKernelSetGpuCu(); +s32 PS4_SYSV_ABI sceKernelSetMemoryPstate(); +s32 PS4_SYSV_ABI sceKernelSetNeoModeClock(); +s32 PS4_SYSV_ABI sceKernelSetPhysFmemLimit(); +s32 PS4_SYSV_ABI sceKernelSetProcessName(); +s32 PS4_SYSV_ABI sceKernelSetProcessPropertyString(); +s32 PS4_SYSV_ABI sceKernelSetPrtAperture(); +s32 PS4_SYSV_ABI sceKernelSetSafemode(); +s32 PS4_SYSV_ABI sceKernelSettimeofday(); +s32 PS4_SYSV_ABI sceKernelSetTimezoneInfo(); +s32 PS4_SYSV_ABI sceKernelSetVirtualRangeName(); +s32 PS4_SYSV_ABI sceKernelSetVmContainer(); +s32 PS4_SYSV_ABI sceKernelSignalSema(); +s32 PS4_SYSV_ABI sceKernelSleep(); +s32 PS4_SYSV_ABI sceKernelSlvNotifyError(); +s32 PS4_SYSV_ABI sceKernelStat(); +s32 PS4_SYSV_ABI sceKernelStopUnloadModule(); +s32 PS4_SYSV_ABI sceKernelSuspendDirectMemoryRelease(); +s32 PS4_SYSV_ABI sceKernelSwitchToBaseMode(); +s32 PS4_SYSV_ABI sceKernelSwitchToNeoMode(); +s32 PS4_SYSV_ABI sceKernelSync(); +s32 PS4_SYSV_ABI sceKernelTerminateSysCore(); +s32 PS4_SYSV_ABI sceKernelTitleWorkaroundIsEnabled(); +s32 PS4_SYSV_ABI sceKernelTitleWorkdaroundIsEnabled(); +s32 PS4_SYSV_ABI sceKernelTraceMemoryTypeProtect(); +s32 PS4_SYSV_ABI sceKernelTriggerEport(); +s32 PS4_SYSV_ABI sceKernelTriggerUserEvent(); +s32 PS4_SYSV_ABI sceKernelTruncate(); +s32 PS4_SYSV_ABI sceKernelUnlink(); +s32 PS4_SYSV_ABI sceKernelUsleep(); +s32 PS4_SYSV_ABI sceKernelUtimes(); +s32 PS4_SYSV_ABI sceKernelUuidCreate(); +s32 PS4_SYSV_ABI sceKernelVirtualQuery(); +s32 PS4_SYSV_ABI sceKernelVirtualQueryAll(); +s32 PS4_SYSV_ABI sceKernelWaitEqueue(); +s32 PS4_SYSV_ABI sceKernelWaitEventFlag(); +s32 PS4_SYSV_ABI sceKernelWaitSema(); +s32 PS4_SYSV_ABI sceKernelWrite(); +s32 PS4_SYSV_ABI sceKernelWriteSdkEventLog(); +s32 PS4_SYSV_ABI sceKernelWritev(); +s32 PS4_SYSV_ABI sceKernelYieldCpumode(); +s32 PS4_SYSV_ABI sceLibcMspaceCreateForMonoMutex(); +s32 PS4_SYSV_ABI scePthreadAtfork(); +s32 PS4_SYSV_ABI scePthreadAttrDestroy(); +s32 PS4_SYSV_ABI scePthreadAttrGet(); +s32 PS4_SYSV_ABI scePthreadAttrGetaffinity(); +s32 PS4_SYSV_ABI scePthreadAttrGetdetachstate(); +s32 PS4_SYSV_ABI scePthreadAttrGetguardsize(); +s32 PS4_SYSV_ABI scePthreadAttrGetinheritsched(); +s32 PS4_SYSV_ABI scePthreadAttrGetschedparam(); +s32 PS4_SYSV_ABI scePthreadAttrGetschedpolicy(); +s32 PS4_SYSV_ABI scePthreadAttrGetscope(); +s32 PS4_SYSV_ABI scePthreadAttrGetstack(); +s32 PS4_SYSV_ABI scePthreadAttrGetstackaddr(); +s32 PS4_SYSV_ABI scePthreadAttrGetstacksize(); +s32 PS4_SYSV_ABI scePthreadAttrInit(); +s32 PS4_SYSV_ABI scePthreadAttrSetaffinity(); +s32 PS4_SYSV_ABI scePthreadAttrSetcreatesuspend(); +s32 PS4_SYSV_ABI scePthreadAttrSetdetachstate(); +s32 PS4_SYSV_ABI scePthreadAttrSetguardsize(); +s32 PS4_SYSV_ABI scePthreadAttrSetinheritsched(); +s32 PS4_SYSV_ABI scePthreadAttrSetschedparam(); +s32 PS4_SYSV_ABI scePthreadAttrSetschedpolicy(); +s32 PS4_SYSV_ABI scePthreadAttrSetscope(); +s32 PS4_SYSV_ABI scePthreadAttrSetstack(); +s32 PS4_SYSV_ABI scePthreadAttrSetstackaddr(); +s32 PS4_SYSV_ABI scePthreadAttrSetstacksize(); +s32 PS4_SYSV_ABI scePthreadBarrierattrDestroy(); +s32 PS4_SYSV_ABI scePthreadBarrierattrGetpshared(); +s32 PS4_SYSV_ABI scePthreadBarrierattrInit(); +s32 PS4_SYSV_ABI scePthreadBarrierattrSetpshared(); +s32 PS4_SYSV_ABI scePthreadBarrierDestroy(); +s32 PS4_SYSV_ABI scePthreadBarrierInit(); +s32 PS4_SYSV_ABI scePthreadBarrierWait(); +s32 PS4_SYSV_ABI scePthreadCancel(); +s32 PS4_SYSV_ABI scePthreadCondattrDestroy(); +s32 PS4_SYSV_ABI scePthreadCondattrGetclock(); +s32 PS4_SYSV_ABI scePthreadCondattrGetpshared(); +s32 PS4_SYSV_ABI scePthreadCondattrInit(); +s32 PS4_SYSV_ABI scePthreadCondattrSetclock(); +s32 PS4_SYSV_ABI scePthreadCondattrSetpshared(); +s32 PS4_SYSV_ABI scePthreadCondBroadcast(); +s32 PS4_SYSV_ABI scePthreadCondDestroy(); +s32 PS4_SYSV_ABI scePthreadCondInit(); +s32 PS4_SYSV_ABI scePthreadCondSignal(); +s32 PS4_SYSV_ABI scePthreadCondSignalto(); +s32 PS4_SYSV_ABI scePthreadCondTimedwait(); +s32 PS4_SYSV_ABI scePthreadCondWait(); +s32 PS4_SYSV_ABI scePthreadCreate(); +s32 PS4_SYSV_ABI scePthreadDetach(); +s32 PS4_SYSV_ABI scePthreadEqual(); +s32 PS4_SYSV_ABI scePthreadExit(); +s32 PS4_SYSV_ABI scePthreadGetaffinity(); +s32 PS4_SYSV_ABI scePthreadGetconcurrency(); +s32 PS4_SYSV_ABI scePthreadGetcpuclockid(); +s32 PS4_SYSV_ABI scePthreadGetname(); +s32 PS4_SYSV_ABI scePthreadGetprio(); +s32 PS4_SYSV_ABI scePthreadGetschedparam(); +s32 PS4_SYSV_ABI scePthreadGetspecific(); +s32 PS4_SYSV_ABI scePthreadGetthreadid(); +s32 PS4_SYSV_ABI scePthreadJoin(); +s32 PS4_SYSV_ABI scePthreadKeyCreate(); +s32 PS4_SYSV_ABI scePthreadKeyDelete(); +s32 PS4_SYSV_ABI scePthreadMain(); +s32 PS4_SYSV_ABI scePthreadMulti(); +s32 PS4_SYSV_ABI scePthreadMutexattrDestroy(); +s32 PS4_SYSV_ABI scePthreadMutexattrGetkind(); +s32 PS4_SYSV_ABI scePthreadMutexattrGetprioceiling(); +s32 PS4_SYSV_ABI scePthreadMutexattrGetprotocol(); +s32 PS4_SYSV_ABI scePthreadMutexattrGetpshared(); +s32 PS4_SYSV_ABI scePthreadMutexattrGettype(); +s32 PS4_SYSV_ABI scePthreadMutexattrInit(); +s32 PS4_SYSV_ABI scePthreadMutexattrInitForInternalLibc(); +s32 PS4_SYSV_ABI scePthreadMutexattrSetkind(); +s32 PS4_SYSV_ABI scePthreadMutexattrSetprioceiling(); +s32 PS4_SYSV_ABI scePthreadMutexattrSetprotocol(); +s32 PS4_SYSV_ABI scePthreadMutexattrSetpshared(); +s32 PS4_SYSV_ABI scePthreadMutexattrSettype(); +s32 PS4_SYSV_ABI scePthreadMutexDestroy(); +s32 PS4_SYSV_ABI scePthreadMutexGetprioceiling(); +s32 PS4_SYSV_ABI scePthreadMutexGetspinloops(); +s32 PS4_SYSV_ABI scePthreadMutexGetyieldloops(); +s32 PS4_SYSV_ABI scePthreadMutexInit(); +s32 PS4_SYSV_ABI scePthreadMutexInitForInternalLibc(); +s32 PS4_SYSV_ABI scePthreadMutexIsowned(); +s32 PS4_SYSV_ABI scePthreadMutexLock(); +s32 PS4_SYSV_ABI scePthreadMutexSetprioceiling(); +s32 PS4_SYSV_ABI scePthreadMutexSetspinloops(); +s32 PS4_SYSV_ABI scePthreadMutexSetyieldloops(); +s32 PS4_SYSV_ABI scePthreadMutexTimedlock(); +s32 PS4_SYSV_ABI scePthreadMutexTrylock(); +s32 PS4_SYSV_ABI scePthreadMutexUnlock(); +s32 PS4_SYSV_ABI scePthreadOnce(); +s32 PS4_SYSV_ABI scePthreadRename(); +s32 PS4_SYSV_ABI scePthreadResume(); +s32 PS4_SYSV_ABI scePthreadResumeAll(); +s32 PS4_SYSV_ABI scePthreadRwlockattrDestroy(); +s32 PS4_SYSV_ABI scePthreadRwlockattrGetpshared(); +s32 PS4_SYSV_ABI scePthreadRwlockattrGettype(); +s32 PS4_SYSV_ABI scePthreadRwlockattrInit(); +s32 PS4_SYSV_ABI scePthreadRwlockattrSetpshared(); +s32 PS4_SYSV_ABI scePthreadRwlockattrSettype(); +s32 PS4_SYSV_ABI scePthreadRwlockDestroy(); +s32 PS4_SYSV_ABI scePthreadRwlockInit(); +s32 PS4_SYSV_ABI scePthreadRwlockRdlock(); +s32 PS4_SYSV_ABI scePthreadRwlockTimedrdlock(); +s32 PS4_SYSV_ABI scePthreadRwlockTimedwrlock(); +s32 PS4_SYSV_ABI scePthreadRwlockTryrdlock(); +s32 PS4_SYSV_ABI scePthreadRwlockTrywrlock(); +s32 PS4_SYSV_ABI scePthreadRwlockUnlock(); +s32 PS4_SYSV_ABI scePthreadRwlockWrlock(); +s32 PS4_SYSV_ABI scePthreadSelf(); +s32 PS4_SYSV_ABI scePthreadSemDestroy(); +s32 PS4_SYSV_ABI scePthreadSemGetvalue(); +s32 PS4_SYSV_ABI scePthreadSemInit(); +s32 PS4_SYSV_ABI scePthreadSemPost(); +s32 PS4_SYSV_ABI scePthreadSemTimedwait(); +s32 PS4_SYSV_ABI scePthreadSemTrywait(); +s32 PS4_SYSV_ABI scePthreadSemWait(); +s32 PS4_SYSV_ABI scePthreadSetaffinity(); +s32 PS4_SYSV_ABI scePthreadSetBesteffort(); +s32 PS4_SYSV_ABI scePthreadSetcancelstate(); +s32 PS4_SYSV_ABI scePthreadSetcanceltype(); +s32 PS4_SYSV_ABI scePthreadSetconcurrency(); +s32 PS4_SYSV_ABI scePthreadSetDefaultstacksize(); +s32 PS4_SYSV_ABI scePthreadSetName(); +s32 PS4_SYSV_ABI scePthreadSetprio(); +s32 PS4_SYSV_ABI scePthreadSetschedparam(); +s32 PS4_SYSV_ABI scePthreadSetspecific(); +s32 PS4_SYSV_ABI scePthreadSingle(); +s32 PS4_SYSV_ABI scePthreadSuspend(); +s32 PS4_SYSV_ABI scePthreadSuspendAll(); +s32 PS4_SYSV_ABI scePthreadTestcancel(); +s32 PS4_SYSV_ABI scePthreadTimedjoin(); +s32 PS4_SYSV_ABI scePthreadYield(); +s32 PS4_SYSV_ABI sched_get_priority_max(); +s32 PS4_SYSV_ABI sched_get_priority_min(); +s32 PS4_SYSV_ABI sched_getparam(); +s32 PS4_SYSV_ABI sched_getscheduler(); +s32 PS4_SYSV_ABI sched_rr_get_interval(); +s32 PS4_SYSV_ABI sched_setparam(); +s32 PS4_SYSV_ABI sched_setscheduler(); +s32 PS4_SYSV_ABI sched_yield(); +s32 PS4_SYSV_ABI select(); +s32 PS4_SYSV_ABI sem_close(); +s32 PS4_SYSV_ABI sem_destroy(); +s32 PS4_SYSV_ABI sem_getvalue(); +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_timedwait(); +s32 PS4_SYSV_ABI sem_trywait(); +s32 PS4_SYSV_ABI sem_unlink(); +s32 PS4_SYSV_ABI sem_wait(); +s32 PS4_SYSV_ABI send(); +s32 PS4_SYSV_ABI sendfile(); +s32 PS4_SYSV_ABI sendmsg(); +s32 PS4_SYSV_ABI sendto(); +s32 PS4_SYSV_ABI set_phys_fmem_limit(); +s32 PS4_SYSV_ABI setcontext(); +s32 PS4_SYSV_ABI setegid(); +s32 PS4_SYSV_ABI seteuid(); +s32 PS4_SYSV_ABI setgroups(); +s32 PS4_SYSV_ABI setitimer(); +s32 PS4_SYSV_ABI setpriority(); +s32 PS4_SYSV_ABI setregid(); +s32 PS4_SYSV_ABI setreuid(); +s32 PS4_SYSV_ABI setrlimit(); +s32 PS4_SYSV_ABI setsockopt(); +s32 PS4_SYSV_ABI settimeofday(); +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 siglongjmp(); +s32 PS4_SYSV_ABI sigpending(); +s32 PS4_SYSV_ABI sigqueue(); +s32 PS4_SYSV_ABI sigreturn(); +s32 PS4_SYSV_ABI sigsetjmp(); +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 stat(); +s32 PS4_SYSV_ABI swapcontext(); +s32 PS4_SYSV_ABI sync(); +s32 PS4_SYSV_ABI sysarch(); +s32 PS4_SYSV_ABI sysctl(); +s32 PS4_SYSV_ABI sysctlbyname(); +s32 PS4_SYSV_ABI sysctlnametomib(); +s32 PS4_SYSV_ABI sysKernelGetIntdevModeForRcmgr(); +s32 PS4_SYSV_ABI sysKernelGetLowerLimitSysexVersion(); +s32 PS4_SYSV_ABI sysKernelGetLowerLimitUpdVersion(); +s32 PS4_SYSV_ABI sysKernelGetManufacturingMode(); +s32 PS4_SYSV_ABI sysKernelGetUpdVersion(); +s32 PS4_SYSV_ABI system(); +s32 PS4_SYSV_ABI tcdrain(); +s32 PS4_SYSV_ABI tcflow(); +s32 PS4_SYSV_ABI tcflush(); +s32 PS4_SYSV_ABI tcgetattr(); +s32 PS4_SYSV_ABI tcgetpgrp(); +s32 PS4_SYSV_ABI tcgetsid(); +s32 PS4_SYSV_ABI tcsendbreak(); +s32 PS4_SYSV_ABI tcsetattr(); +s32 PS4_SYSV_ABI tcsetpgrp(); +s32 PS4_SYSV_ABI tcsetsid(); +s32 PS4_SYSV_ABI truncate(); +s32 PS4_SYSV_ABI unlink(); +s32 PS4_SYSV_ABI usleep(); +s32 PS4_SYSV_ABI utimes(); +s32 PS4_SYSV_ABI uuidgen(); +s32 PS4_SYSV_ABI wait(); +s32 PS4_SYSV_ABI wait3(); +s32 PS4_SYSV_ABI waitpid(); +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_866AB0F0694DFAD2(); +s32 PS4_SYSV_ABI Func_8CCB8DA014423D48(); +s32 PS4_SYSV_ABI Func_AAD1CE2ED156ABB6(); +s32 PS4_SYSV_ABI Func_BDF61AC64C672574(); +s32 PS4_SYSV_ABI Func_BFEA9394D8C5EA41(); +s32 PS4_SYSV_ABI Func_C740D02B44D70E4D(); +s32 PS4_SYSV_ABI Func_D6FDB7C3B4679227(); +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 Func_0A531D1EEBBE4750(); +s32 PS4_SYSV_ABI sceKernelGetModuleInfo2(); +s32 PS4_SYSV_ABI sceKernelGetModuleList2(); +s32 PS4_SYSV_ABI sceKernelIsProspero(); +s32 PS4_SYSV_ABI sceKernelIsModuleLoaded(); void Registerlibkernel(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::Kernel \ No newline at end of file diff --git a/libraries/libcinternal.cpp b/libraries/libcinternal.cpp index 4761f1a..45c440c 100644 --- a/libraries/libcinternal.cpp +++ b/libraries/libcinternal.cpp @@ -8,15317 +8,15317 @@ namespace Libraries::LibcInternal { -int PS4_SYSV_ABI sceLibcHeapGetTraceInfo() { +s32 PS4_SYSV_ABI sceLibcHeapGetTraceInfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __absvdi2() { +s32 PS4_SYSV_ABI __absvdi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __absvsi2() { +s32 PS4_SYSV_ABI __absvsi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __absvti2() { +s32 PS4_SYSV_ABI __absvti2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __adddf3() { +s32 PS4_SYSV_ABI __adddf3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __addsf3() { +s32 PS4_SYSV_ABI __addsf3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __addvdi3() { +s32 PS4_SYSV_ABI __addvdi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __addvsi3() { +s32 PS4_SYSV_ABI __addvsi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __addvti3() { +s32 PS4_SYSV_ABI __addvti3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ashldi3() { +s32 PS4_SYSV_ABI __ashldi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ashlti3() { +s32 PS4_SYSV_ABI __ashlti3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ashrdi3() { +s32 PS4_SYSV_ABI __ashrdi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ashrti3() { +s32 PS4_SYSV_ABI __ashrti3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_compare_exchange() { +s32 PS4_SYSV_ABI __atomic_compare_exchange() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_compare_exchange_1() { +s32 PS4_SYSV_ABI __atomic_compare_exchange_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_compare_exchange_2() { +s32 PS4_SYSV_ABI __atomic_compare_exchange_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_compare_exchange_4() { +s32 PS4_SYSV_ABI __atomic_compare_exchange_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_compare_exchange_8() { +s32 PS4_SYSV_ABI __atomic_compare_exchange_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_compare_exchange_n() { +s32 PS4_SYSV_ABI __atomic_compare_exchange_n() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_exchange() { +s32 PS4_SYSV_ABI __atomic_exchange() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_exchange_1() { +s32 PS4_SYSV_ABI __atomic_exchange_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_exchange_2() { +s32 PS4_SYSV_ABI __atomic_exchange_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_exchange_4() { +s32 PS4_SYSV_ABI __atomic_exchange_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_exchange_8() { +s32 PS4_SYSV_ABI __atomic_exchange_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_exchange_n() { +s32 PS4_SYSV_ABI __atomic_exchange_n() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_add_1() { +s32 PS4_SYSV_ABI __atomic_fetch_add_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_add_2() { +s32 PS4_SYSV_ABI __atomic_fetch_add_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_add_4() { +s32 PS4_SYSV_ABI __atomic_fetch_add_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_add_8() { +s32 PS4_SYSV_ABI __atomic_fetch_add_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_and_1() { +s32 PS4_SYSV_ABI __atomic_fetch_and_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_and_2() { +s32 PS4_SYSV_ABI __atomic_fetch_and_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_and_4() { +s32 PS4_SYSV_ABI __atomic_fetch_and_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_and_8() { +s32 PS4_SYSV_ABI __atomic_fetch_and_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_or_1() { +s32 PS4_SYSV_ABI __atomic_fetch_or_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_or_2() { +s32 PS4_SYSV_ABI __atomic_fetch_or_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_or_4() { +s32 PS4_SYSV_ABI __atomic_fetch_or_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_or_8() { +s32 PS4_SYSV_ABI __atomic_fetch_or_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_sub_1() { +s32 PS4_SYSV_ABI __atomic_fetch_sub_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_sub_2() { +s32 PS4_SYSV_ABI __atomic_fetch_sub_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_sub_4() { +s32 PS4_SYSV_ABI __atomic_fetch_sub_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_sub_8() { +s32 PS4_SYSV_ABI __atomic_fetch_sub_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_xor_1() { +s32 PS4_SYSV_ABI __atomic_fetch_xor_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_xor_2() { +s32 PS4_SYSV_ABI __atomic_fetch_xor_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_xor_4() { +s32 PS4_SYSV_ABI __atomic_fetch_xor_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_fetch_xor_8() { +s32 PS4_SYSV_ABI __atomic_fetch_xor_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_is_lock_free() { +s32 PS4_SYSV_ABI __atomic_is_lock_free() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_load() { +s32 PS4_SYSV_ABI __atomic_load() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_load_1() { +s32 PS4_SYSV_ABI __atomic_load_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_load_2() { +s32 PS4_SYSV_ABI __atomic_load_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_load_4() { +s32 PS4_SYSV_ABI __atomic_load_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_load_8() { +s32 PS4_SYSV_ABI __atomic_load_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_load_n() { +s32 PS4_SYSV_ABI __atomic_load_n() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_store() { +s32 PS4_SYSV_ABI __atomic_store() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_store_1() { +s32 PS4_SYSV_ABI __atomic_store_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_store_2() { +s32 PS4_SYSV_ABI __atomic_store_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_store_4() { +s32 PS4_SYSV_ABI __atomic_store_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_store_8() { +s32 PS4_SYSV_ABI __atomic_store_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __atomic_store_n() { +s32 PS4_SYSV_ABI __atomic_store_n() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cleanup() { +s32 PS4_SYSV_ABI __cleanup() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __clzdi2() { +s32 PS4_SYSV_ABI __clzdi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __clzsi2() { +s32 PS4_SYSV_ABI __clzsi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __clzti2() { +s32 PS4_SYSV_ABI __clzti2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cmpdi2() { +s32 PS4_SYSV_ABI __cmpdi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cmpti2() { +s32 PS4_SYSV_ABI __cmpti2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ctzdi2() { +s32 PS4_SYSV_ABI __ctzdi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ctzsi2() { +s32 PS4_SYSV_ABI __ctzsi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ctzti2() { +s32 PS4_SYSV_ABI __ctzti2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_allocate_dependent_exception() { +s32 PS4_SYSV_ABI __cxa_allocate_dependent_exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_allocate_exception() { +s32 PS4_SYSV_ABI __cxa_allocate_exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_atexit() { +s32 PS4_SYSV_ABI __cxa_atexit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_bad_cast() { +s32 PS4_SYSV_ABI __cxa_bad_cast() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_bad_typeid() { +s32 PS4_SYSV_ABI __cxa_bad_typeid() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_begin_catch() { +s32 PS4_SYSV_ABI __cxa_begin_catch() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_call_unexpected() { +s32 PS4_SYSV_ABI __cxa_call_unexpected() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_current_exception_type() { +s32 PS4_SYSV_ABI __cxa_current_exception_type() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_current_primary_exception() { +s32 PS4_SYSV_ABI __cxa_current_primary_exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_decrement_exception_refcount() { +s32 PS4_SYSV_ABI __cxa_decrement_exception_refcount() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_demangle() { +s32 PS4_SYSV_ABI __cxa_demangle() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_end_catch() { +s32 PS4_SYSV_ABI __cxa_end_catch() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_finalize() { +s32 PS4_SYSV_ABI __cxa_finalize() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_free_dependent_exception() { +s32 PS4_SYSV_ABI __cxa_free_dependent_exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_free_exception() { +s32 PS4_SYSV_ABI __cxa_free_exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_get_exception_ptr() { +s32 PS4_SYSV_ABI __cxa_get_exception_ptr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_get_globals() { +s32 PS4_SYSV_ABI __cxa_get_globals() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_get_globals_fast() { +s32 PS4_SYSV_ABI __cxa_get_globals_fast() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_guard_abort() { +s32 PS4_SYSV_ABI __cxa_guard_abort() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_guard_acquire() { +s32 PS4_SYSV_ABI __cxa_guard_acquire() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_guard_release() { +s32 PS4_SYSV_ABI __cxa_guard_release() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_increment_exception_refcount() { +s32 PS4_SYSV_ABI __cxa_increment_exception_refcount() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_pure_virtual() { +s32 PS4_SYSV_ABI __cxa_pure_virtual() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_rethrow() { +s32 PS4_SYSV_ABI __cxa_rethrow() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_rethrow_primary_exception() { +s32 PS4_SYSV_ABI __cxa_rethrow_primary_exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __cxa_throw() { +s32 PS4_SYSV_ABI __cxa_throw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __divdc3() { +s32 PS4_SYSV_ABI __divdc3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __divdf3() { +s32 PS4_SYSV_ABI __divdf3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __divdi3() { +s32 PS4_SYSV_ABI __divdi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __divmoddi4() { +s32 PS4_SYSV_ABI __divmoddi4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __divmodsi4() { +s32 PS4_SYSV_ABI __divmodsi4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __divsc3() { +s32 PS4_SYSV_ABI __divsc3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __divsf3() { +s32 PS4_SYSV_ABI __divsf3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __divsi3() { +s32 PS4_SYSV_ABI __divsi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __divti3() { +s32 PS4_SYSV_ABI __divti3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __divxc3() { +s32 PS4_SYSV_ABI __divxc3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __dynamic_cast() { +s32 PS4_SYSV_ABI __dynamic_cast() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __eqdf2() { +s32 PS4_SYSV_ABI __eqdf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __eqsf2() { +s32 PS4_SYSV_ABI __eqsf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __extendsfdf2() { +s32 PS4_SYSV_ABI __extendsfdf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fe_dfl_env() { +s32 PS4_SYSV_ABI __fe_dfl_env() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fedisableexcept() { +s32 PS4_SYSV_ABI __fedisableexcept() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __feenableexcept() { +s32 PS4_SYSV_ABI __feenableexcept() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fflush() { +s32 PS4_SYSV_ABI __fflush() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ffsdi2() { +s32 PS4_SYSV_ABI __ffsdi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ffsti2() { +s32 PS4_SYSV_ABI __ffsti2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixdfdi() { +s32 PS4_SYSV_ABI __fixdfdi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixdfsi() { +s32 PS4_SYSV_ABI __fixdfsi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixdfti() { +s32 PS4_SYSV_ABI __fixdfti() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixsfdi() { +s32 PS4_SYSV_ABI __fixsfdi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixsfsi() { +s32 PS4_SYSV_ABI __fixsfsi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixsfti() { +s32 PS4_SYSV_ABI __fixsfti() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixunsdfdi() { +s32 PS4_SYSV_ABI __fixunsdfdi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixunsdfsi() { +s32 PS4_SYSV_ABI __fixunsdfsi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixunsdfti() { +s32 PS4_SYSV_ABI __fixunsdfti() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixunssfdi() { +s32 PS4_SYSV_ABI __fixunssfdi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixunssfsi() { +s32 PS4_SYSV_ABI __fixunssfsi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixunssfti() { +s32 PS4_SYSV_ABI __fixunssfti() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixunsxfdi() { +s32 PS4_SYSV_ABI __fixunsxfdi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixunsxfsi() { +s32 PS4_SYSV_ABI __fixunsxfsi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixunsxfti() { +s32 PS4_SYSV_ABI __fixunsxfti() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixxfdi() { +s32 PS4_SYSV_ABI __fixxfdi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fixxfti() { +s32 PS4_SYSV_ABI __fixxfti() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatdidf() { +s32 PS4_SYSV_ABI __floatdidf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatdisf() { +s32 PS4_SYSV_ABI __floatdisf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatdixf() { +s32 PS4_SYSV_ABI __floatdixf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatsidf() { +s32 PS4_SYSV_ABI __floatsidf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatsisf() { +s32 PS4_SYSV_ABI __floatsisf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floattidf() { +s32 PS4_SYSV_ABI __floattidf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floattisf() { +s32 PS4_SYSV_ABI __floattisf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floattixf() { +s32 PS4_SYSV_ABI __floattixf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatundidf() { +s32 PS4_SYSV_ABI __floatundidf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatundisf() { +s32 PS4_SYSV_ABI __floatundisf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatundixf() { +s32 PS4_SYSV_ABI __floatundixf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatunsidf() { +s32 PS4_SYSV_ABI __floatunsidf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatunsisf() { +s32 PS4_SYSV_ABI __floatunsisf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatuntidf() { +s32 PS4_SYSV_ABI __floatuntidf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatuntisf() { +s32 PS4_SYSV_ABI __floatuntisf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __floatuntixf() { +s32 PS4_SYSV_ABI __floatuntixf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fpclassifyd() { +s32 PS4_SYSV_ABI __fpclassifyd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fpclassifyf() { +s32 PS4_SYSV_ABI __fpclassifyf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __fpclassifyl() { +s32 PS4_SYSV_ABI __fpclassifyl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __gedf2() { +s32 PS4_SYSV_ABI __gedf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __gesf2() { +s32 PS4_SYSV_ABI __gesf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __gtdf2() { +s32 PS4_SYSV_ABI __gtdf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __gtsf2() { +s32 PS4_SYSV_ABI __gtsf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __gxx_personality_v0() { +s32 PS4_SYSV_ABI __gxx_personality_v0() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __inet_addr() { +s32 PS4_SYSV_ABI __inet_addr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __inet_aton() { +s32 PS4_SYSV_ABI __inet_aton() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __inet_ntoa() { +s32 PS4_SYSV_ABI __inet_ntoa() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __inet_ntoa_r() { +s32 PS4_SYSV_ABI __inet_ntoa_r() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isfinite() { +s32 PS4_SYSV_ABI __isfinite() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isfinitef() { +s32 PS4_SYSV_ABI __isfinitef() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isfinitel() { +s32 PS4_SYSV_ABI __isfinitel() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isinf() { +s32 PS4_SYSV_ABI __isinf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isinff() { +s32 PS4_SYSV_ABI __isinff() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isinfl() { +s32 PS4_SYSV_ABI __isinfl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isnan() { +s32 PS4_SYSV_ABI __isnan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isnanf() { +s32 PS4_SYSV_ABI __isnanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isnanl() { +s32 PS4_SYSV_ABI __isnanl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isnormal() { +s32 PS4_SYSV_ABI __isnormal() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isnormalf() { +s32 PS4_SYSV_ABI __isnormalf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isnormall() { +s32 PS4_SYSV_ABI __isnormall() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __isthreaded() { +s32 PS4_SYSV_ABI __isthreaded() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __kernel_cos() { +s32 PS4_SYSV_ABI __kernel_cos() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __kernel_cosdf() { +s32 PS4_SYSV_ABI __kernel_cosdf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __kernel_rem_pio2() { +s32 PS4_SYSV_ABI __kernel_rem_pio2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __kernel_sin() { +s32 PS4_SYSV_ABI __kernel_sin() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __kernel_sindf() { +s32 PS4_SYSV_ABI __kernel_sindf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ledf2() { +s32 PS4_SYSV_ABI __ledf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __lesf2() { +s32 PS4_SYSV_ABI __lesf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __longjmp() { +s32 PS4_SYSV_ABI __longjmp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __lshrdi3() { +s32 PS4_SYSV_ABI __lshrdi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __lshrti3() { +s32 PS4_SYSV_ABI __lshrti3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ltdf2() { +s32 PS4_SYSV_ABI __ltdf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ltsf2() { +s32 PS4_SYSV_ABI __ltsf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __mb_cur_max() { +s32 PS4_SYSV_ABI __mb_cur_max() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __mb_sb_limit() { +s32 PS4_SYSV_ABI __mb_sb_limit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __moddi3() { +s32 PS4_SYSV_ABI __moddi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __modsi3() { +s32 PS4_SYSV_ABI __modsi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __modti3() { +s32 PS4_SYSV_ABI __modti3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __muldc3() { +s32 PS4_SYSV_ABI __muldc3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __muldf3() { +s32 PS4_SYSV_ABI __muldf3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __muldi3() { +s32 PS4_SYSV_ABI __muldi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __mulodi4() { +s32 PS4_SYSV_ABI __mulodi4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __mulosi4() { +s32 PS4_SYSV_ABI __mulosi4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __muloti4() { +s32 PS4_SYSV_ABI __muloti4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __mulsc3() { +s32 PS4_SYSV_ABI __mulsc3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __mulsf3() { +s32 PS4_SYSV_ABI __mulsf3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __multi3() { +s32 PS4_SYSV_ABI __multi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __mulvdi3() { +s32 PS4_SYSV_ABI __mulvdi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __mulvsi3() { +s32 PS4_SYSV_ABI __mulvsi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __mulvti3() { +s32 PS4_SYSV_ABI __mulvti3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __mulxc3() { +s32 PS4_SYSV_ABI __mulxc3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __nedf2() { +s32 PS4_SYSV_ABI __nedf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __negdf2() { +s32 PS4_SYSV_ABI __negdf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __negdi2() { +s32 PS4_SYSV_ABI __negdi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __negsf2() { +s32 PS4_SYSV_ABI __negsf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __negti2() { +s32 PS4_SYSV_ABI __negti2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __negvdi2() { +s32 PS4_SYSV_ABI __negvdi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __negvsi2() { +s32 PS4_SYSV_ABI __negvsi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __negvti2() { +s32 PS4_SYSV_ABI __negvti2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __nesf2() { +s32 PS4_SYSV_ABI __nesf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __opendir2() { +s32 PS4_SYSV_ABI __opendir2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __paritydi2() { +s32 PS4_SYSV_ABI __paritydi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __paritysi2() { +s32 PS4_SYSV_ABI __paritysi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __parityti2() { +s32 PS4_SYSV_ABI __parityti2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __popcountdi2() { +s32 PS4_SYSV_ABI __popcountdi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __popcountsi2() { +s32 PS4_SYSV_ABI __popcountsi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __popcountti2() { +s32 PS4_SYSV_ABI __popcountti2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __powidf2() { +s32 PS4_SYSV_ABI __powidf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __powisf2() { +s32 PS4_SYSV_ABI __powisf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __powixf2() { +s32 PS4_SYSV_ABI __powixf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __signbit() { +s32 PS4_SYSV_ABI __signbit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __signbitf() { +s32 PS4_SYSV_ABI __signbitf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __signbitl() { +s32 PS4_SYSV_ABI __signbitl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __srefill() { +s32 PS4_SYSV_ABI __srefill() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __srget() { +s32 PS4_SYSV_ABI __srget() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __stderrp() { +s32 PS4_SYSV_ABI __stderrp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __stdinp() { +s32 PS4_SYSV_ABI __stdinp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __stdoutp() { +s32 PS4_SYSV_ABI __stdoutp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __subdf3() { +s32 PS4_SYSV_ABI __subdf3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __subsf3() { +s32 PS4_SYSV_ABI __subsf3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __subvdi3() { +s32 PS4_SYSV_ABI __subvdi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __subvsi3() { +s32 PS4_SYSV_ABI __subvsi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __subvti3() { +s32 PS4_SYSV_ABI __subvti3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __swbuf() { +s32 PS4_SYSV_ABI __swbuf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sync_fetch_and_add_16() { +s32 PS4_SYSV_ABI __sync_fetch_and_add_16() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sync_fetch_and_and_16() { +s32 PS4_SYSV_ABI __sync_fetch_and_and_16() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sync_fetch_and_or_16() { +s32 PS4_SYSV_ABI __sync_fetch_and_or_16() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sync_fetch_and_sub_16() { +s32 PS4_SYSV_ABI __sync_fetch_and_sub_16() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sync_fetch_and_xor_16() { +s32 PS4_SYSV_ABI __sync_fetch_and_xor_16() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __sync_lock_test_and_set_16() { +s32 PS4_SYSV_ABI __sync_lock_test_and_set_16() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __truncdfsf2() { +s32 PS4_SYSV_ABI __truncdfsf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ucmpdi2() { +s32 PS4_SYSV_ABI __ucmpdi2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __ucmpti2() { +s32 PS4_SYSV_ABI __ucmpti2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __udivdi3() { +s32 PS4_SYSV_ABI __udivdi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __udivmoddi4() { +s32 PS4_SYSV_ABI __udivmoddi4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __udivmodsi4() { +s32 PS4_SYSV_ABI __udivmodsi4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __udivmodti4() { +s32 PS4_SYSV_ABI __udivmodti4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __udivsi3() { +s32 PS4_SYSV_ABI __udivsi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __udivti3() { +s32 PS4_SYSV_ABI __udivti3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __umoddi3() { +s32 PS4_SYSV_ABI __umoddi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __umodsi3() { +s32 PS4_SYSV_ABI __umodsi3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __umodti3() { +s32 PS4_SYSV_ABI __umodti3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __unorddf2() { +s32 PS4_SYSV_ABI __unorddf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __unordsf2() { +s32 PS4_SYSV_ABI __unordsf2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI __vfprintf() { +s32 PS4_SYSV_ABI __vfprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Assert() { +s32 PS4_SYSV_ABI _Assert() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atan() { +s32 PS4_SYSV_ABI _Atan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_compare_exchange_strong() { +s32 PS4_SYSV_ABI _Atomic_compare_exchange_strong() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_compare_exchange_strong_1() { +s32 PS4_SYSV_ABI _Atomic_compare_exchange_strong_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_compare_exchange_strong_2() { +s32 PS4_SYSV_ABI _Atomic_compare_exchange_strong_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_compare_exchange_strong_4() { +s32 PS4_SYSV_ABI _Atomic_compare_exchange_strong_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_compare_exchange_strong_8() { +s32 PS4_SYSV_ABI _Atomic_compare_exchange_strong_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_compare_exchange_weak() { +s32 PS4_SYSV_ABI _Atomic_compare_exchange_weak() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_compare_exchange_weak_1() { +s32 PS4_SYSV_ABI _Atomic_compare_exchange_weak_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_compare_exchange_weak_2() { +s32 PS4_SYSV_ABI _Atomic_compare_exchange_weak_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_compare_exchange_weak_4() { +s32 PS4_SYSV_ABI _Atomic_compare_exchange_weak_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_compare_exchange_weak_8() { +s32 PS4_SYSV_ABI _Atomic_compare_exchange_weak_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_copy() { +s32 PS4_SYSV_ABI _Atomic_copy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_exchange() { +s32 PS4_SYSV_ABI _Atomic_exchange() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_exchange_1() { +s32 PS4_SYSV_ABI _Atomic_exchange_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_exchange_2() { +s32 PS4_SYSV_ABI _Atomic_exchange_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_exchange_4() { +s32 PS4_SYSV_ABI _Atomic_exchange_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_exchange_8() { +s32 PS4_SYSV_ABI _Atomic_exchange_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_add_1() { +s32 PS4_SYSV_ABI _Atomic_fetch_add_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_add_2() { +s32 PS4_SYSV_ABI _Atomic_fetch_add_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_add_4() { +s32 PS4_SYSV_ABI _Atomic_fetch_add_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_add_8() { +s32 PS4_SYSV_ABI _Atomic_fetch_add_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_and_1() { +s32 PS4_SYSV_ABI _Atomic_fetch_and_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_and_2() { +s32 PS4_SYSV_ABI _Atomic_fetch_and_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_and_4() { +s32 PS4_SYSV_ABI _Atomic_fetch_and_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_and_8() { +s32 PS4_SYSV_ABI _Atomic_fetch_and_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_or_1() { +s32 PS4_SYSV_ABI _Atomic_fetch_or_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_or_2() { +s32 PS4_SYSV_ABI _Atomic_fetch_or_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_or_4() { +s32 PS4_SYSV_ABI _Atomic_fetch_or_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_or_8() { +s32 PS4_SYSV_ABI _Atomic_fetch_or_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_sub_1() { +s32 PS4_SYSV_ABI _Atomic_fetch_sub_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_sub_2() { +s32 PS4_SYSV_ABI _Atomic_fetch_sub_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_sub_4() { +s32 PS4_SYSV_ABI _Atomic_fetch_sub_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_sub_8() { +s32 PS4_SYSV_ABI _Atomic_fetch_sub_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_xor_1() { +s32 PS4_SYSV_ABI _Atomic_fetch_xor_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_xor_2() { +s32 PS4_SYSV_ABI _Atomic_fetch_xor_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_xor_4() { +s32 PS4_SYSV_ABI _Atomic_fetch_xor_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_fetch_xor_8() { +s32 PS4_SYSV_ABI _Atomic_fetch_xor_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_flag_clear() { +s32 PS4_SYSV_ABI _Atomic_flag_clear() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_flag_test_and_set() { +s32 PS4_SYSV_ABI _Atomic_flag_test_and_set() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_is_lock_free_1() { +s32 PS4_SYSV_ABI _Atomic_is_lock_free_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_is_lock_free_2() { +s32 PS4_SYSV_ABI _Atomic_is_lock_free_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_is_lock_free_4() { +s32 PS4_SYSV_ABI _Atomic_is_lock_free_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_is_lock_free_8() { +s32 PS4_SYSV_ABI _Atomic_is_lock_free_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_load_1() { +s32 PS4_SYSV_ABI _Atomic_load_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_load_2() { +s32 PS4_SYSV_ABI _Atomic_load_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_load_4() { +s32 PS4_SYSV_ABI _Atomic_load_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_load_8() { +s32 PS4_SYSV_ABI _Atomic_load_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_signal_fence() { +s32 PS4_SYSV_ABI _Atomic_signal_fence() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_store_1() { +s32 PS4_SYSV_ABI _Atomic_store_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_store_2() { +s32 PS4_SYSV_ABI _Atomic_store_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_store_4() { +s32 PS4_SYSV_ABI _Atomic_store_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_store_8() { +s32 PS4_SYSV_ABI _Atomic_store_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atomic_thread_fence() { +s32 PS4_SYSV_ABI _Atomic_thread_fence() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atqexit() { +s32 PS4_SYSV_ABI _Atqexit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Atthreadexit() { +s32 PS4_SYSV_ABI _Atthreadexit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Btowc() { +s32 PS4_SYSV_ABI _Btowc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Call_once() { +s32 PS4_SYSV_ABI _Call_once() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Call_onceEx() { +s32 PS4_SYSV_ABI _Call_onceEx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Clocale() { +s32 PS4_SYSV_ABI _Clocale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Closreg() { +s32 PS4_SYSV_ABI _Closreg() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Cnd_broadcast() { +s32 PS4_SYSV_ABI _Cnd_broadcast() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Cnd_destroy() { +s32 PS4_SYSV_ABI _Cnd_destroy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Cnd_do_broadcast_at_thread_exit() { +s32 PS4_SYSV_ABI _Cnd_do_broadcast_at_thread_exit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Cnd_init() { +s32 PS4_SYSV_ABI _Cnd_init() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Cnd_init_with_name() { +s32 PS4_SYSV_ABI _Cnd_init_with_name() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Cnd_register_at_thread_exit() { +s32 PS4_SYSV_ABI _Cnd_register_at_thread_exit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Cnd_signal() { +s32 PS4_SYSV_ABI _Cnd_signal() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Cnd_timedwait() { +s32 PS4_SYSV_ABI _Cnd_timedwait() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Cnd_unregister_at_thread_exit() { +s32 PS4_SYSV_ABI _Cnd_unregister_at_thread_exit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Cnd_wait() { +s32 PS4_SYSV_ABI _Cnd_wait() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Cosh() { +s32 PS4_SYSV_ABI _Cosh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Costate() { +s32 PS4_SYSV_ABI _Costate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _CStrftime() { +s32 PS4_SYSV_ABI _CStrftime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _CStrxfrm() { +s32 PS4_SYSV_ABI _CStrxfrm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _CTinfo() { +s32 PS4_SYSV_ABI _CTinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Ctype() { +s32 PS4_SYSV_ABI _Ctype() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _CurrentRuneLocale() { +s32 PS4_SYSV_ABI _CurrentRuneLocale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _CWcsxfrm() { +s32 PS4_SYSV_ABI _CWcsxfrm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Daysto() { +s32 PS4_SYSV_ABI _Daysto() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Dbl() { +s32 PS4_SYSV_ABI _Dbl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Dclass() { +s32 PS4_SYSV_ABI _Dclass() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _DefaultRuneLocale() { +s32 PS4_SYSV_ABI _DefaultRuneLocale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Deletegloballocale() { +s32 PS4_SYSV_ABI _Deletegloballocale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Denorm() { +s32 PS4_SYSV_ABI _Denorm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Dint() { +s32 PS4_SYSV_ABI _Dint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Divide() { +s32 PS4_SYSV_ABI _Divide() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Dnorm() { +s32 PS4_SYSV_ABI _Dnorm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Do_call() { +s32 PS4_SYSV_ABI _Do_call() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Dscale() { +s32 PS4_SYSV_ABI _Dscale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Dsign() { +s32 PS4_SYSV_ABI _Dsign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Dtento() { +s32 PS4_SYSV_ABI _Dtento() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Dtest() { +s32 PS4_SYSV_ABI _Dtest() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Dunscale() { +s32 PS4_SYSV_ABI _Dunscale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Eps() { +s32 PS4_SYSV_ABI _Eps() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Erf_one() { +s32 PS4_SYSV_ABI _Erf_one() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Erf_small() { +s32 PS4_SYSV_ABI _Erf_small() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Erfc() { +s32 PS4_SYSV_ABI _Erfc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _err() { +s32 PS4_SYSV_ABI _err() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Errno() { +s32 PS4_SYSV_ABI _Errno() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Exit() { +s32 PS4_SYSV_ABI _Exit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Exp() { +s32 PS4_SYSV_ABI _Exp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fac_tidy() { +s32 PS4_SYSV_ABI _Fac_tidy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fail_s() { +s32 PS4_SYSV_ABI _Fail_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FAtan() { +s32 PS4_SYSV_ABI _FAtan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FCosh() { +s32 PS4_SYSV_ABI _FCosh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FDclass() { +s32 PS4_SYSV_ABI _FDclass() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FDenorm() { +s32 PS4_SYSV_ABI _FDenorm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FDint() { +s32 PS4_SYSV_ABI _FDint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FDivide() { +s32 PS4_SYSV_ABI _FDivide() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FDnorm() { +s32 PS4_SYSV_ABI _FDnorm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FDscale() { +s32 PS4_SYSV_ABI _FDscale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FDsign() { +s32 PS4_SYSV_ABI _FDsign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FDtento() { +s32 PS4_SYSV_ABI _FDtento() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FDtest() { +s32 PS4_SYSV_ABI _FDtest() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FDunscale() { +s32 PS4_SYSV_ABI _FDunscale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FEps() { +s32 PS4_SYSV_ABI _FEps() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Feraise() { +s32 PS4_SYSV_ABI _Feraise() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FErf_one() { +s32 PS4_SYSV_ABI _FErf_one() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FErf_small() { +s32 PS4_SYSV_ABI _FErf_small() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FErfc() { +s32 PS4_SYSV_ABI _FErfc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_add_8() { +s32 PS4_SYSV_ABI _Fetch_add_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_and_8() { +s32 PS4_SYSV_ABI _Fetch_and_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_and_seq_cst_1() { +s32 PS4_SYSV_ABI _Fetch_and_seq_cst_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_and_seq_cst_2() { +s32 PS4_SYSV_ABI _Fetch_and_seq_cst_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_and_seq_cst_4() { +s32 PS4_SYSV_ABI _Fetch_and_seq_cst_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_or_8() { +s32 PS4_SYSV_ABI _Fetch_or_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_or_seq_cst_1() { +s32 PS4_SYSV_ABI _Fetch_or_seq_cst_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_or_seq_cst_2() { +s32 PS4_SYSV_ABI _Fetch_or_seq_cst_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_or_seq_cst_4() { +s32 PS4_SYSV_ABI _Fetch_or_seq_cst_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_xor_8() { +s32 PS4_SYSV_ABI _Fetch_xor_8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_xor_seq_cst_1() { +s32 PS4_SYSV_ABI _Fetch_xor_seq_cst_1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_xor_seq_cst_2() { +s32 PS4_SYSV_ABI _Fetch_xor_seq_cst_2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fetch_xor_seq_cst_4() { +s32 PS4_SYSV_ABI _Fetch_xor_seq_cst_4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FExp() { +s32 PS4_SYSV_ABI _FExp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FFpcomp() { +s32 PS4_SYSV_ABI _FFpcomp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FGamma_big() { +s32 PS4_SYSV_ABI _FGamma_big() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fgpos() { +s32 PS4_SYSV_ABI _Fgpos() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FHypot() { +s32 PS4_SYSV_ABI _FHypot() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Files() { +s32 PS4_SYSV_ABI _Files() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FInf() { +s32 PS4_SYSV_ABI _FInf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FLog() { +s32 PS4_SYSV_ABI _FLog() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FLogpoly() { +s32 PS4_SYSV_ABI _FLogpoly() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Flt() { +s32 PS4_SYSV_ABI _Flt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fltrounds() { +s32 PS4_SYSV_ABI _Fltrounds() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FNan() { +s32 PS4_SYSV_ABI _FNan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fofind() { +s32 PS4_SYSV_ABI _Fofind() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fofree() { +s32 PS4_SYSV_ABI _Fofree() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fopen() { +s32 PS4_SYSV_ABI _Fopen() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Foprep() { +s32 PS4_SYSV_ABI _Foprep() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fpcomp() { +s32 PS4_SYSV_ABI _Fpcomp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FPlsw() { +s32 PS4_SYSV_ABI _FPlsw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FPmsw() { +s32 PS4_SYSV_ABI _FPmsw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FPoly() { +s32 PS4_SYSV_ABI _FPoly() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FPow() { +s32 PS4_SYSV_ABI _FPow() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FQuad() { +s32 PS4_SYSV_ABI _FQuad() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FQuadph() { +s32 PS4_SYSV_ABI _FQuadph() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FRecip() { +s32 PS4_SYSV_ABI _FRecip() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FRint() { +s32 PS4_SYSV_ABI _FRint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Frprep() { +s32 PS4_SYSV_ABI _Frprep() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FRteps() { +s32 PS4_SYSV_ABI _FRteps() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FSin() { +s32 PS4_SYSV_ABI _FSin() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FSincos() { +s32 PS4_SYSV_ABI _FSincos() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FSinh() { +s32 PS4_SYSV_ABI _FSinh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FSnan() { +s32 PS4_SYSV_ABI _FSnan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fspos() { +s32 PS4_SYSV_ABI _Fspos() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FTan() { +s32 PS4_SYSV_ABI _FTan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FTgamma() { +s32 PS4_SYSV_ABI _FTgamma() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Fwprep() { +s32 PS4_SYSV_ABI _Fwprep() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXbig() { +s32 PS4_SYSV_ABI _FXbig() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXp_addh() { +s32 PS4_SYSV_ABI _FXp_addh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXp_addx() { +s32 PS4_SYSV_ABI _FXp_addx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXp_getw() { +s32 PS4_SYSV_ABI _FXp_getw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXp_invx() { +s32 PS4_SYSV_ABI _FXp_invx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXp_ldexpx() { +s32 PS4_SYSV_ABI _FXp_ldexpx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXp_movx() { +s32 PS4_SYSV_ABI _FXp_movx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXp_mulh() { +s32 PS4_SYSV_ABI _FXp_mulh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXp_mulx() { +s32 PS4_SYSV_ABI _FXp_mulx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXp_setn() { +s32 PS4_SYSV_ABI _FXp_setn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXp_setw() { +s32 PS4_SYSV_ABI _FXp_setw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXp_sqrtx() { +s32 PS4_SYSV_ABI _FXp_sqrtx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FXp_subx() { +s32 PS4_SYSV_ABI _FXp_subx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _FZero() { +s32 PS4_SYSV_ABI _FZero() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Gamma_big() { +s32 PS4_SYSV_ABI _Gamma_big() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Genld() { +s32 PS4_SYSV_ABI _Genld() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Gentime() { +s32 PS4_SYSV_ABI _Gentime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getcloc() { +s32 PS4_SYSV_ABI _Getcloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getctyptab() { +s32 PS4_SYSV_ABI _Getctyptab() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getdst() { +s32 PS4_SYSV_ABI _Getdst() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Geterrno() { +s32 PS4_SYSV_ABI _Geterrno() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getfld() { +s32 PS4_SYSV_ABI _Getfld() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getfloat() { +s32 PS4_SYSV_ABI _Getfloat() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getgloballocale() { +s32 PS4_SYSV_ABI _Getgloballocale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getint() { +s32 PS4_SYSV_ABI _Getint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getmbcurmax() { +s32 PS4_SYSV_ABI _Getmbcurmax() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getpcostate() { +s32 PS4_SYSV_ABI _Getpcostate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getpctype() { +s32 PS4_SYSV_ABI _Getpctype() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getpmbstate() { +s32 PS4_SYSV_ABI _Getpmbstate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _getprogname() { +s32 PS4_SYSV_ABI _getprogname() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getptimes() { +s32 PS4_SYSV_ABI _Getptimes() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getptolower() { +s32 PS4_SYSV_ABI _Getptolower() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getptoupper() { +s32 PS4_SYSV_ABI _Getptoupper() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getpwcostate() { +s32 PS4_SYSV_ABI _Getpwcostate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getpwcstate() { +s32 PS4_SYSV_ABI _Getpwcstate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getpwctrtab() { +s32 PS4_SYSV_ABI _Getpwctrtab() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getpwctytab() { +s32 PS4_SYSV_ABI _Getpwctytab() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getstr() { +s32 PS4_SYSV_ABI _Getstr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Gettime() { +s32 PS4_SYSV_ABI _Gettime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Getzone() { +s32 PS4_SYSV_ABI _Getzone() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Hugeval() { +s32 PS4_SYSV_ABI _Hugeval() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Hypot() { +s32 PS4_SYSV_ABI _Hypot() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Inf() { +s32 PS4_SYSV_ABI _Inf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _init_env() { +s32 PS4_SYSV_ABI _init_env() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _init_tls() { +s32 PS4_SYSV_ABI _init_tls() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Isdst() { +s32 PS4_SYSV_ABI _Isdst() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Iswctype() { +s32 PS4_SYSV_ABI _Iswctype() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LAtan() { +s32 PS4_SYSV_ABI _LAtan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LCosh() { +s32 PS4_SYSV_ABI _LCosh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Ldbl() { +s32 PS4_SYSV_ABI _Ldbl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LDclass() { +s32 PS4_SYSV_ABI _LDclass() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LDenorm() { +s32 PS4_SYSV_ABI _LDenorm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LDint() { +s32 PS4_SYSV_ABI _LDint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LDivide() { +s32 PS4_SYSV_ABI _LDivide() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LDnorm() { +s32 PS4_SYSV_ABI _LDnorm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LDscale() { +s32 PS4_SYSV_ABI _LDscale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LDsign() { +s32 PS4_SYSV_ABI _LDsign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LDtento() { +s32 PS4_SYSV_ABI _LDtento() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LDtest() { +s32 PS4_SYSV_ABI _LDtest() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Ldtob() { +s32 PS4_SYSV_ABI _Ldtob() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LDunscale() { +s32 PS4_SYSV_ABI _LDunscale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LEps() { +s32 PS4_SYSV_ABI _LEps() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LErf_one() { +s32 PS4_SYSV_ABI _LErf_one() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LErf_small() { +s32 PS4_SYSV_ABI _LErf_small() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LErfc() { +s32 PS4_SYSV_ABI _LErfc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LExp() { +s32 PS4_SYSV_ABI _LExp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LFpcomp() { +s32 PS4_SYSV_ABI _LFpcomp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LGamma_big() { +s32 PS4_SYSV_ABI _LGamma_big() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LHypot() { +s32 PS4_SYSV_ABI _LHypot() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LInf() { +s32 PS4_SYSV_ABI _LInf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Litob() { +s32 PS4_SYSV_ABI _Litob() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LLog() { +s32 PS4_SYSV_ABI _LLog() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LLogpoly() { +s32 PS4_SYSV_ABI _LLogpoly() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LNan() { +s32 PS4_SYSV_ABI _LNan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Locale() { +s32 PS4_SYSV_ABI _Locale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Lock_shared_ptr_spin_lock() { +s32 PS4_SYSV_ABI _Lock_shared_ptr_spin_lock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Lock_spin_lock() { +s32 PS4_SYSV_ABI _Lock_spin_lock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Lockfilelock() { +s32 PS4_SYSV_ABI _Lockfilelock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Locksyslock() { +s32 PS4_SYSV_ABI _Locksyslock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Locsum() { +s32 PS4_SYSV_ABI _Locsum() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Loctab() { +s32 PS4_SYSV_ABI _Loctab() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Locterm() { +s32 PS4_SYSV_ABI _Locterm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Locvar() { +s32 PS4_SYSV_ABI _Locvar() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Log() { +s32 PS4_SYSV_ABI _Log() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Logpoly() { +s32 PS4_SYSV_ABI _Logpoly() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LPlsw() { +s32 PS4_SYSV_ABI _LPlsw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LPmsw() { +s32 PS4_SYSV_ABI _LPmsw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LPoly() { +s32 PS4_SYSV_ABI _LPoly() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LPow() { +s32 PS4_SYSV_ABI _LPow() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LQuad() { +s32 PS4_SYSV_ABI _LQuad() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LQuadph() { +s32 PS4_SYSV_ABI _LQuadph() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LRecip() { +s32 PS4_SYSV_ABI _LRecip() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LRint() { +s32 PS4_SYSV_ABI _LRint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LRteps() { +s32 PS4_SYSV_ABI _LRteps() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LSin() { +s32 PS4_SYSV_ABI _LSin() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LSincos() { +s32 PS4_SYSV_ABI _LSincos() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LSinh() { +s32 PS4_SYSV_ABI _LSinh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LSnan() { +s32 PS4_SYSV_ABI _LSnan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LTan() { +s32 PS4_SYSV_ABI _LTan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LTgamma() { +s32 PS4_SYSV_ABI _LTgamma() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXbig() { +s32 PS4_SYSV_ABI _LXbig() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXp_addh() { +s32 PS4_SYSV_ABI _LXp_addh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXp_addx() { +s32 PS4_SYSV_ABI _LXp_addx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXp_getw() { +s32 PS4_SYSV_ABI _LXp_getw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXp_invx() { +s32 PS4_SYSV_ABI _LXp_invx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXp_ldexpx() { +s32 PS4_SYSV_ABI _LXp_ldexpx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXp_movx() { +s32 PS4_SYSV_ABI _LXp_movx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXp_mulh() { +s32 PS4_SYSV_ABI _LXp_mulh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXp_mulx() { +s32 PS4_SYSV_ABI _LXp_mulx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXp_setn() { +s32 PS4_SYSV_ABI _LXp_setn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXp_setw() { +s32 PS4_SYSV_ABI _LXp_setw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXp_sqrtx() { +s32 PS4_SYSV_ABI _LXp_sqrtx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LXp_subx() { +s32 PS4_SYSV_ABI _LXp_subx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _LZero() { +s32 PS4_SYSV_ABI _LZero() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Makeloc() { +s32 PS4_SYSV_ABI _Makeloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Makestab() { +s32 PS4_SYSV_ABI _Makestab() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Makewct() { +s32 PS4_SYSV_ABI _Makewct() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _malloc_finalize_lv2() { +s32 PS4_SYSV_ABI _malloc_finalize_lv2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _malloc_fini() { +s32 PS4_SYSV_ABI _malloc_fini() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _malloc_init() { +s32 PS4_SYSV_ABI _malloc_init() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _malloc_init_lv2() { +s32 PS4_SYSV_ABI _malloc_init_lv2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _malloc_postfork() { +s32 PS4_SYSV_ABI _malloc_postfork() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _malloc_prefork() { +s32 PS4_SYSV_ABI _malloc_prefork() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _malloc_thread_cleanup() { +s32 PS4_SYSV_ABI _malloc_thread_cleanup() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mbcurmax() { +s32 PS4_SYSV_ABI _Mbcurmax() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mbstate() { +s32 PS4_SYSV_ABI _Mbstate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mbtowc() { +s32 PS4_SYSV_ABI _Mbtowc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mbtowcx() { +s32 PS4_SYSV_ABI _Mbtowcx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mtx_current_owns() { +s32 PS4_SYSV_ABI _Mtx_current_owns() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mtx_destroy() { +s32 PS4_SYSV_ABI _Mtx_destroy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mtx_init() { +s32 PS4_SYSV_ABI _Mtx_init() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mtx_init_with_name() { +s32 PS4_SYSV_ABI _Mtx_init_with_name() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mtx_lock() { +s32 PS4_SYSV_ABI _Mtx_lock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mtx_timedlock() { +s32 PS4_SYSV_ABI _Mtx_timedlock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mtx_trylock() { +s32 PS4_SYSV_ABI _Mtx_trylock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mtx_unlock() { +s32 PS4_SYSV_ABI _Mtx_unlock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mtxdst() { +s32 PS4_SYSV_ABI _Mtxdst() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mtxinit() { +s32 PS4_SYSV_ABI _Mtxinit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mtxlock() { +s32 PS4_SYSV_ABI _Mtxlock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Mtxunlock() { +s32 PS4_SYSV_ABI _Mtxunlock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Nan() { +s32 PS4_SYSV_ABI _Nan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _new_setup() { +s32 PS4_SYSV_ABI _new_setup() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Nnl() { +s32 PS4_SYSV_ABI _Nnl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _PathLocale() { +s32 PS4_SYSV_ABI _PathLocale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _PJP_C_Copyright() { +s32 PS4_SYSV_ABI _PJP_C_Copyright() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _PJP_CPP_Copyright() { +s32 PS4_SYSV_ABI _PJP_CPP_Copyright() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Plsw() { +s32 PS4_SYSV_ABI _Plsw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Pmsw() { +s32 PS4_SYSV_ABI _Pmsw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Poly() { +s32 PS4_SYSV_ABI _Poly() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Pow() { +s32 PS4_SYSV_ABI _Pow() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Printf() { +s32 PS4_SYSV_ABI _Printf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Putfld() { +s32 PS4_SYSV_ABI _Putfld() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Putstr() { +s32 PS4_SYSV_ABI _Putstr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Puttxt() { +s32 PS4_SYSV_ABI _Puttxt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Quad() { +s32 PS4_SYSV_ABI _Quad() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Quadph() { +s32 PS4_SYSV_ABI _Quadph() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Randseed() { +s32 PS4_SYSV_ABI _Randseed() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _readdir_unlocked() { +s32 PS4_SYSV_ABI _readdir_unlocked() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Readloc() { +s32 PS4_SYSV_ABI _Readloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Recip() { +s32 PS4_SYSV_ABI _Recip() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _reclaim_telldir() { +s32 PS4_SYSV_ABI _reclaim_telldir() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Restore_state() { +s32 PS4_SYSV_ABI _Restore_state() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Rint() { +s32 PS4_SYSV_ABI _Rint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Rteps() { +s32 PS4_SYSV_ABI _Rteps() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _rtld_addr_phdr() { +s32 PS4_SYSV_ABI _rtld_addr_phdr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _rtld_atfork_post() { +s32 PS4_SYSV_ABI _rtld_atfork_post() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _rtld_atfork_pre() { +s32 PS4_SYSV_ABI _rtld_atfork_pre() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _rtld_error() { +s32 PS4_SYSV_ABI _rtld_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _rtld_get_stack_prot() { +s32 PS4_SYSV_ABI _rtld_get_stack_prot() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _rtld_thread_init() { +s32 PS4_SYSV_ABI _rtld_thread_init() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Save_state() { +s32 PS4_SYSV_ABI _Save_state() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Scanf() { +s32 PS4_SYSV_ABI _Scanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _SceLibcDebugOut() { +s32 PS4_SYSV_ABI _SceLibcDebugOut() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceLibcGetMallocParam() { +s32 PS4_SYSV_ABI _sceLibcGetMallocParam() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _SceLibcTelemetoryOut() { +s32 PS4_SYSV_ABI _SceLibcTelemetoryOut() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _seekdir() { +s32 PS4_SYSV_ABI _seekdir() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Setgloballocale() { +s32 PS4_SYSV_ABI _Setgloballocale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Shared_ptr_flag() { +s32 PS4_SYSV_ABI _Shared_ptr_flag() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Sin() { +s32 PS4_SYSV_ABI _Sin() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Sincos() { +s32 PS4_SYSV_ABI _Sincos() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Sinh() { +s32 PS4_SYSV_ABI _Sinh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Skip() { +s32 PS4_SYSV_ABI _Skip() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Snan() { +s32 PS4_SYSV_ABI _Snan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stderr() { +s32 PS4_SYSV_ABI _Stderr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stdin() { +s32 PS4_SYSV_ABI _Stdin() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stdout() { +s32 PS4_SYSV_ABI _Stdout() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stod() { +s32 PS4_SYSV_ABI _Stod() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stodx() { +s32 PS4_SYSV_ABI _Stodx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stof() { +s32 PS4_SYSV_ABI _Stof() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stoflt() { +s32 PS4_SYSV_ABI _Stoflt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stofx() { +s32 PS4_SYSV_ABI _Stofx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stold() { +s32 PS4_SYSV_ABI _Stold() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stoldx() { +s32 PS4_SYSV_ABI _Stoldx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stoll() { +s32 PS4_SYSV_ABI _Stoll() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stollx() { +s32 PS4_SYSV_ABI _Stollx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stolx() { +s32 PS4_SYSV_ABI _Stolx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stopfx() { +s32 PS4_SYSV_ABI _Stopfx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stoul() { +s32 PS4_SYSV_ABI _Stoul() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stoull() { +s32 PS4_SYSV_ABI _Stoull() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stoullx() { +s32 PS4_SYSV_ABI _Stoullx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stoulx() { +s32 PS4_SYSV_ABI _Stoulx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Stoxflt() { +s32 PS4_SYSV_ABI _Stoxflt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Strcollx() { +s32 PS4_SYSV_ABI _Strcollx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Strerror() { +s32 PS4_SYSV_ABI _Strerror() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Strxfrmx() { +s32 PS4_SYSV_ABI _Strxfrmx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tan() { +s32 PS4_SYSV_ABI _Tan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tgamma() { +s32 PS4_SYSV_ABI _Tgamma() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_abort() { +s32 PS4_SYSV_ABI _Thrd_abort() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_create() { +s32 PS4_SYSV_ABI _Thrd_create() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_current() { +s32 PS4_SYSV_ABI _Thrd_current() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_detach() { +s32 PS4_SYSV_ABI _Thrd_detach() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_equal() { +s32 PS4_SYSV_ABI _Thrd_equal() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_exit() { +s32 PS4_SYSV_ABI _Thrd_exit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_id() { +s32 PS4_SYSV_ABI _Thrd_id() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_join() { +s32 PS4_SYSV_ABI _Thrd_join() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_lt() { +s32 PS4_SYSV_ABI _Thrd_lt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_sleep() { +s32 PS4_SYSV_ABI _Thrd_sleep() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_start() { +s32 PS4_SYSV_ABI _Thrd_start() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_start_with_attr() { +s32 PS4_SYSV_ABI _Thrd_start_with_attr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_start_with_name() { +s32 PS4_SYSV_ABI _Thrd_start_with_name() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_start_with_name_attr() { +s32 PS4_SYSV_ABI _Thrd_start_with_name_attr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Thrd_yield() { +s32 PS4_SYSV_ABI _Thrd_yield() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _thread_autoinit_dummy_decl() { +s32 PS4_SYSV_ABI _thread_autoinit_dummy_decl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _thread_autoinit_dummy_decl_stub() { +s32 PS4_SYSV_ABI _thread_autoinit_dummy_decl_stub() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _thread_init() { +s32 PS4_SYSV_ABI _thread_init() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _thread_init_stub() { +s32 PS4_SYSV_ABI _thread_init_stub() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Times() { +s32 PS4_SYSV_ABI _Times() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__Costate() { +s32 PS4_SYSV_ABI _Tls_setup__Costate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__Ctype() { +s32 PS4_SYSV_ABI _Tls_setup__Ctype() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__Errno() { +s32 PS4_SYSV_ABI _Tls_setup__Errno() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__Locale() { +s32 PS4_SYSV_ABI _Tls_setup__Locale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__Mbcurmax() { +s32 PS4_SYSV_ABI _Tls_setup__Mbcurmax() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__Mbstate() { +s32 PS4_SYSV_ABI _Tls_setup__Mbstate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__Times() { +s32 PS4_SYSV_ABI _Tls_setup__Times() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__Tolotab() { +s32 PS4_SYSV_ABI _Tls_setup__Tolotab() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__Touptab() { +s32 PS4_SYSV_ABI _Tls_setup__Touptab() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__WCostate() { +s32 PS4_SYSV_ABI _Tls_setup__WCostate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__Wcstate() { +s32 PS4_SYSV_ABI _Tls_setup__Wcstate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__Wctrans() { +s32 PS4_SYSV_ABI _Tls_setup__Wctrans() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tls_setup__Wctype() { +s32 PS4_SYSV_ABI _Tls_setup__Wctype() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tolotab() { +s32 PS4_SYSV_ABI _Tolotab() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Touptab() { +s32 PS4_SYSV_ABI _Touptab() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Towctrans() { +s32 PS4_SYSV_ABI _Towctrans() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tss_create() { +s32 PS4_SYSV_ABI _Tss_create() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tss_delete() { +s32 PS4_SYSV_ABI _Tss_delete() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tss_get() { +s32 PS4_SYSV_ABI _Tss_get() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tss_set() { +s32 PS4_SYSV_ABI _Tss_set() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Ttotm() { +s32 PS4_SYSV_ABI _Ttotm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Tzoff() { +s32 PS4_SYSV_ABI _Tzoff() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Unlock_shared_ptr_spin_lock() { +s32 PS4_SYSV_ABI _Unlock_shared_ptr_spin_lock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Unlock_spin_lock() { +s32 PS4_SYSV_ABI _Unlock_spin_lock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Unlockfilelock() { +s32 PS4_SYSV_ABI _Unlockfilelock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Unlocksyslock() { +s32 PS4_SYSV_ABI _Unlocksyslock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Unwind_Backtrace() { +s32 PS4_SYSV_ABI _Unwind_Backtrace() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Unwind_GetIP() { +s32 PS4_SYSV_ABI _Unwind_GetIP() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Unwind_Resume() { +s32 PS4_SYSV_ABI _Unwind_Resume() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Unwind_Resume_or_Rethrow() { +s32 PS4_SYSV_ABI _Unwind_Resume_or_Rethrow() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Vacopy() { +s32 PS4_SYSV_ABI _Vacopy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _warn() { +s32 PS4_SYSV_ABI _warn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WCostate() { +s32 PS4_SYSV_ABI _WCostate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Wcscollx() { +s32 PS4_SYSV_ABI _Wcscollx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Wcsftime() { +s32 PS4_SYSV_ABI _Wcsftime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Wcstate() { +s32 PS4_SYSV_ABI _Wcstate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Wcsxfrmx() { +s32 PS4_SYSV_ABI _Wcsxfrmx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Wctob() { +s32 PS4_SYSV_ABI _Wctob() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Wctomb() { +s32 PS4_SYSV_ABI _Wctomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Wctombx() { +s32 PS4_SYSV_ABI _Wctombx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Wctrans() { +s32 PS4_SYSV_ABI _Wctrans() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Wctype() { +s32 PS4_SYSV_ABI _Wctype() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WFrprep() { +s32 PS4_SYSV_ABI _WFrprep() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WFwprep() { +s32 PS4_SYSV_ABI _WFwprep() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WGenld() { +s32 PS4_SYSV_ABI _WGenld() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WGetfld() { +s32 PS4_SYSV_ABI _WGetfld() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WGetfloat() { +s32 PS4_SYSV_ABI _WGetfloat() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WGetint() { +s32 PS4_SYSV_ABI _WGetint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WGetstr() { +s32 PS4_SYSV_ABI _WGetstr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WLdtob() { +s32 PS4_SYSV_ABI _WLdtob() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WLitob() { +s32 PS4_SYSV_ABI _WLitob() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WPrintf() { +s32 PS4_SYSV_ABI _WPrintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WPutfld() { +s32 PS4_SYSV_ABI _WPutfld() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WPutstr() { +s32 PS4_SYSV_ABI _WPutstr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WPuttxt() { +s32 PS4_SYSV_ABI _WPuttxt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WScanf() { +s32 PS4_SYSV_ABI _WScanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WStod() { +s32 PS4_SYSV_ABI _WStod() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WStodx() { +s32 PS4_SYSV_ABI _WStodx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WStof() { +s32 PS4_SYSV_ABI _WStof() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WStoflt() { +s32 PS4_SYSV_ABI _WStoflt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WStofx() { +s32 PS4_SYSV_ABI _WStofx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WStold() { +s32 PS4_SYSV_ABI _WStold() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WStoldx() { +s32 PS4_SYSV_ABI _WStoldx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WStoll() { +s32 PS4_SYSV_ABI _WStoll() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WStopfx() { +s32 PS4_SYSV_ABI _WStopfx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WStoul() { +s32 PS4_SYSV_ABI _WStoul() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WStoull() { +s32 PS4_SYSV_ABI _WStoull() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _WStoxflt() { +s32 PS4_SYSV_ABI _WStoxflt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xbig() { +s32 PS4_SYSV_ABI _Xbig() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xp_addh() { +s32 PS4_SYSV_ABI _Xp_addh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xp_addx() { +s32 PS4_SYSV_ABI _Xp_addx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xp_getw() { +s32 PS4_SYSV_ABI _Xp_getw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xp_invx() { +s32 PS4_SYSV_ABI _Xp_invx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xp_ldexpx() { +s32 PS4_SYSV_ABI _Xp_ldexpx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xp_movx() { +s32 PS4_SYSV_ABI _Xp_movx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xp_mulh() { +s32 PS4_SYSV_ABI _Xp_mulh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xp_mulx() { +s32 PS4_SYSV_ABI _Xp_mulx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xp_setn() { +s32 PS4_SYSV_ABI _Xp_setn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xp_setw() { +s32 PS4_SYSV_ABI _Xp_setw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xp_sqrtx() { +s32 PS4_SYSV_ABI _Xp_sqrtx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xp_subx() { +s32 PS4_SYSV_ABI _Xp_subx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xtime_diff_to_ts() { +s32 PS4_SYSV_ABI _Xtime_diff_to_ts() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xtime_get_ticks() { +s32 PS4_SYSV_ABI _Xtime_get_ticks() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Xtime_to_ts() { +s32 PS4_SYSV_ABI _Xtime_to_ts() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdaPv() { +s32 PS4_SYSV_ABI _ZdaPv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdaPvm() { +s32 PS4_SYSV_ABI _ZdaPvm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdaPvmRKSt9nothrow_t() { +s32 PS4_SYSV_ABI _ZdaPvmRKSt9nothrow_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdaPvmSt11align_val_t() { +s32 PS4_SYSV_ABI _ZdaPvmSt11align_val_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdaPvRKSt9nothrow_t() { +s32 PS4_SYSV_ABI _ZdaPvRKSt9nothrow_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdaPvS_() { +s32 PS4_SYSV_ABI _ZdaPvS_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdaPvSt11align_val_t() { +s32 PS4_SYSV_ABI _ZdaPvSt11align_val_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdaPvSt11align_val_tRKSt9nothrow_t() { +s32 PS4_SYSV_ABI _ZdaPvSt11align_val_tRKSt9nothrow_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdlPv() { +s32 PS4_SYSV_ABI _ZdlPv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdlPvm() { +s32 PS4_SYSV_ABI _ZdlPvm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdlPvmRKSt9nothrow_t() { +s32 PS4_SYSV_ABI _ZdlPvmRKSt9nothrow_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdlPvmSt11align_val_t() { +s32 PS4_SYSV_ABI _ZdlPvmSt11align_val_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdlPvRKSt9nothrow_t() { +s32 PS4_SYSV_ABI _ZdlPvRKSt9nothrow_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdlPvS_() { +s32 PS4_SYSV_ABI _ZdlPvS_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdlPvSt11align_val_t() { +s32 PS4_SYSV_ABI _ZdlPvSt11align_val_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZdlPvSt11align_val_tRKSt9nothrow_t() { +s32 PS4_SYSV_ABI _ZdlPvSt11align_val_tRKSt9nothrow_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Zero() { +s32 PS4_SYSV_ABI _Zero() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt10moneypunctIcLb0EE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt10moneypunctIcLb0EE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt10moneypunctIcLb1EE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt10moneypunctIcLb1EE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt10moneypunctIwLb0EE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt10moneypunctIwLb0EE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt10moneypunctIwLb1EE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt10moneypunctIwLb1EE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt14_Error_objectsIiE14_System_objectE() { +s32 PS4_SYSV_ABI _ZGVNSt14_Error_objectsIiE14_System_objectE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt14_Error_objectsIiE15_Generic_objectE() { +s32 PS4_SYSV_ABI _ZGVNSt14_Error_objectsIiE15_Generic_objectE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt14_Error_objectsIiE16_Iostream_objectE() { +s32 PS4_SYSV_ABI _ZGVNSt14_Error_objectsIiE16_Iostream_objectE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt20_Future_error_objectIiE14_Future_objectE() { +s32 PS4_SYSV_ABI _ZGVNSt20_Future_error_objectIiE14_Future_objectE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt7codecvtIcc9_MbstatetE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt7codecvtIcc9_MbstatetE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt7collateIcE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt7collateIcE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt7collateIwE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt7collateIwE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt8messagesIcE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt8messagesIcE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt8messagesIwE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt8messagesIwE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt8numpunctIcE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt8numpunctIcE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt8numpunctIwE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt8numpunctIwE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZGVNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE() { +s32 PS4_SYSV_ABI _ZGVNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZGVZNSt13basic_filebufIcSt11char_traitsIcEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZGVZNSt13basic_filebufIwSt11char_traitsIwEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv116__enum_type_infoD0Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv116__enum_type_infoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv116__enum_type_infoD1Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv116__enum_type_infoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv116__enum_type_infoD2Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv116__enum_type_infoD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv117__array_type_infoD0Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__array_type_infoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv117__array_type_infoD1Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__array_type_infoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv117__array_type_infoD2Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__array_type_infoD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv117__class_type_infoD0Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__class_type_infoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv117__class_type_infoD1Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__class_type_infoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv117__class_type_infoD2Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__class_type_infoD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv117__pbase_type_infoD0Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__pbase_type_infoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv117__pbase_type_infoD1Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__pbase_type_infoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv117__pbase_type_infoD2Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__pbase_type_infoD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv119__pointer_type_infoD0Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv119__pointer_type_infoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv119__pointer_type_infoD1Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv119__pointer_type_infoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv119__pointer_type_infoD2Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv119__pointer_type_infoD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv120__function_type_infoD0Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv120__function_type_infoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv120__function_type_infoD1Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv120__function_type_infoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv120__function_type_infoD2Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv120__function_type_infoD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv120__si_class_type_infoD0Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv120__si_class_type_infoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv120__si_class_type_infoD1Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv120__si_class_type_infoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv120__si_class_type_infoD2Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv120__si_class_type_infoD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv121__vmi_class_type_infoD0Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv121__vmi_class_type_infoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv121__vmi_class_type_infoD1Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv121__vmi_class_type_infoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv121__vmi_class_type_infoD2Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv121__vmi_class_type_infoD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv123__fundamental_type_infoD0Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv123__fundamental_type_infoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv123__fundamental_type_infoD1Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv123__fundamental_type_infoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv123__fundamental_type_infoD2Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv123__fundamental_type_infoD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv129__pointer_to_member_type_infoD0Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv129__pointer_to_member_type_infoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv129__pointer_to_member_type_infoD1Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv129__pointer_to_member_type_infoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN10__cxxabiv129__pointer_to_member_type_infoD2Ev() { +s32 PS4_SYSV_ABI _ZN10__cxxabiv129__pointer_to_member_type_infoD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN6Dinkum7codecvt10_Cvt_checkEmm() { +s32 PS4_SYSV_ABI _ZN6Dinkum7codecvt10_Cvt_checkEmm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN6Dinkum7threads10lock_errorD0Ev() { +s32 PS4_SYSV_ABI _ZN6Dinkum7threads10lock_errorD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN6Dinkum7threads10lock_errorD1Ev() { +s32 PS4_SYSV_ABI _ZN6Dinkum7threads10lock_errorD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN6Dinkum7threads17_Throw_lock_errorEv() { +s32 PS4_SYSV_ABI _ZN6Dinkum7threads17_Throw_lock_errorEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN6Dinkum7threads21_Throw_resource_errorEv() { +s32 PS4_SYSV_ABI _ZN6Dinkum7threads21_Throw_resource_errorEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN6Dinkum7threads21thread_resource_errorD0Ev() { +s32 PS4_SYSV_ABI _ZN6Dinkum7threads21thread_resource_errorD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN6Dinkum7threads21thread_resource_errorD1Ev() { +s32 PS4_SYSV_ABI _ZN6Dinkum7threads21thread_resource_errorD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Znam() { +s32 PS4_SYSV_ABI _Znam() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZnamRKSt9nothrow_t() { +s32 PS4_SYSV_ABI _ZnamRKSt9nothrow_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZnamSt11align_val_t() { +s32 PS4_SYSV_ABI _ZnamSt11align_val_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZnamSt11align_val_tRKSt9nothrow_t() { +s32 PS4_SYSV_ABI _ZnamSt11align_val_tRKSt9nothrow_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSbIwSt11char_traitsIwESaIwEE5_XlenEv() { +s32 PS4_SYSV_ABI _ZNKSbIwSt11char_traitsIwESaIwEE5_XlenEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSbIwSt11char_traitsIwESaIwEE5_XranEv() { +s32 PS4_SYSV_ABI _ZNKSbIwSt11char_traitsIwESaIwEE5_XranEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSs5_XlenEv() { +s32 PS4_SYSV_ABI _ZNKSs5_XlenEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSs5_XranEv() { +s32 PS4_SYSV_ABI _ZNKSs5_XranEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt10bad_typeid4whatEv() { +s32 PS4_SYSV_ABI _ZNKSt10bad_typeid4whatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt10bad_typeid8_DoraiseEv() { +s32 PS4_SYSV_ABI _ZNKSt10bad_typeid8_DoraiseEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt11logic_error4whatEv() { +s32 PS4_SYSV_ABI _ZNKSt11logic_error4whatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt11logic_error8_DoraiseEv() { +s32 PS4_SYSV_ABI _ZNKSt11logic_error8_DoraiseEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt12bad_weak_ptr4whatEv() { +s32 PS4_SYSV_ABI _ZNKSt12bad_weak_ptr4whatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt12codecvt_base11do_encodingEv() { +s32 PS4_SYSV_ABI _ZNKSt12codecvt_base11do_encodingEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt12codecvt_base13do_max_lengthEv() { +s32 PS4_SYSV_ABI _ZNKSt12codecvt_base13do_max_lengthEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt12future_error4whatEv() { +s32 PS4_SYSV_ABI _ZNKSt12future_error4whatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt12future_error8_DoraiseEv() { +s32 PS4_SYSV_ABI _ZNKSt12future_error8_DoraiseEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt12system_error8_DoraiseEv() { +s32 PS4_SYSV_ABI _ZNKSt12system_error8_DoraiseEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt13bad_exception8_DoraiseEv() { +s32 PS4_SYSV_ABI _ZNKSt13bad_exception8_DoraiseEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt13runtime_error4whatEv() { +s32 PS4_SYSV_ABI _ZNKSt13runtime_error4whatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt14error_category10equivalentEiRKSt15error_condition() { +s32 PS4_SYSV_ABI _ZNKSt14error_category10equivalentEiRKSt15error_condition() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt14error_category10equivalentERKSt10error_codei() { +s32 PS4_SYSV_ABI _ZNKSt14error_category10equivalentERKSt10error_codei() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt14error_category23default_error_conditionEi() { +s32 PS4_SYSV_ABI _ZNKSt14error_category23default_error_conditionEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt17bad_function_call4whatEv() { +s32 PS4_SYSV_ABI _ZNKSt17bad_function_call4whatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt18bad_variant_access4whatEv() { +s32 PS4_SYSV_ABI _ZNKSt18bad_variant_access4whatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt19istreambuf_iteratorIcSt11char_traitsIcEE5equalERKS2_() { +s32 PS4_SYSV_ABI _ZNKSt19istreambuf_iteratorIcSt11char_traitsIcEE5equalERKS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt19istreambuf_iteratorIwSt11char_traitsIwEE5equalERKS2_() { +s32 PS4_SYSV_ABI _ZNKSt19istreambuf_iteratorIwSt11char_traitsIwEE5equalERKS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt22_Future_error_category4nameEv() { +s32 PS4_SYSV_ABI _ZNKSt22_Future_error_category4nameEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt22_Future_error_category7messageEi() { +s32 PS4_SYSV_ABI _ZNKSt22_Future_error_category7messageEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt22_System_error_category23default_error_conditionEi() { +s32 PS4_SYSV_ABI _ZNKSt22_System_error_category23default_error_conditionEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt22_System_error_category4nameEv() { +s32 PS4_SYSV_ABI _ZNKSt22_System_error_category4nameEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt22_System_error_category7messageEi() { +s32 PS4_SYSV_ABI _ZNKSt22_System_error_category7messageEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt23_Generic_error_category4nameEv() { +s32 PS4_SYSV_ABI _ZNKSt23_Generic_error_category4nameEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt23_Generic_error_category7messageEi() { +s32 PS4_SYSV_ABI _ZNKSt23_Generic_error_category7messageEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt24_Iostream_error_category4nameEv() { +s32 PS4_SYSV_ABI _ZNKSt24_Iostream_error_category4nameEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt24_Iostream_error_category7messageEi() { +s32 PS4_SYSV_ABI _ZNKSt24_Iostream_error_category7messageEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_tolowerEc() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_tolowerEc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_tolowerEPcPKc() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_tolowerEPcPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_toupperEc() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_toupperEc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_toupperEPcPKc() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_toupperEPcPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIcE8do_widenEc() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE8do_widenEc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIcE8do_widenEPKcS2_Pc() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE8do_widenEPKcS2_Pc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIcE9do_narrowEcc() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE9do_narrowEcc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIcE9do_narrowEPKcS2_cPc() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE9do_narrowEPKcS2_cPc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_scan_isEsPKwS2_() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_scan_isEsPKwS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_tolowerEPwPKw() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_tolowerEPwPKw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_tolowerEw() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_tolowerEw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_toupperEPwPKw() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_toupperEPwPKw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_toupperEw() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_toupperEw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIwE11do_scan_notEsPKwS2_() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE11do_scan_notEsPKwS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIwE5do_isEPKwS2_Ps() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE5do_isEPKwS2_Ps() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIwE5do_isEsw() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE5do_isEsw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIwE8do_widenEc() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE8do_widenEc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIwE8do_widenEPKcS2_Pw() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE8do_widenEPKcS2_Pw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIwE9do_narrowEPKwS2_cPc() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE9do_narrowEPKwS2_cPc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt5ctypeIwE9do_narrowEwc() { +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE9do_narrowEwc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE11do_groupingEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE11do_groupingEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE13do_neg_formatEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE13do_neg_formatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE13do_pos_formatEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE13do_pos_formatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE14do_curr_symbolEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE14do_curr_symbolEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE14do_frac_digitsEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE14do_frac_digitsEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_decimal_pointEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_decimal_pointEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_negative_signEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_negative_signEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_positive_signEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_positive_signEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_thousands_sepEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_thousands_sepEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE11do_groupingEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE11do_groupingEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE13do_neg_formatEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE13do_neg_formatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE13do_pos_formatEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE13do_pos_formatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE14do_curr_symbolEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE14do_curr_symbolEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE14do_frac_digitsEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE14do_frac_digitsEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_decimal_pointEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_decimal_pointEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_negative_signEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_negative_signEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_positive_signEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_positive_signEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_thousands_sepEv() { +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_thousands_sepEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE10do_unshiftERS0_PcS3_RS3_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE10do_unshiftERS0_PcS3_RS3_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE16do_always_noconvEv() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE16do_always_noconvEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE2inERS0_PKcS4_RS4_PcS6_RS6_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE2inERS0_PKcS4_RS4_PcS6_RS6_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE3outERS0_PKcS4_RS4_PcS6_RS6_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE3outERS0_PKcS4_RS4_PcS6_RS6_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE5do_inERS0_PKcS4_RS4_PcS6_RS6_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE5do_inERS0_PKcS4_RS4_PcS6_RS6_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE6do_outERS0_PKcS4_RS4_PcS6_RS6_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE6do_outERS0_PKcS4_RS4_PcS6_RS6_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE6lengthERS0_PKcS4_m() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE6lengthERS0_PKcS4_m() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE7unshiftERS0_PcS3_RS3_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE7unshiftERS0_PcS3_RS3_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE9do_lengthERS0_PKcS4_m() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE9do_lengthERS0_PKcS4_m() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE10do_unshiftERS0_PcS3_RS3_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE10do_unshiftERS0_PcS3_RS3_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE11do_encodingEv() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE11do_encodingEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE13do_max_lengthEv() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE13do_max_lengthEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE16do_always_noconvEv() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE16do_always_noconvEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE5do_inERS0_PKcS4_RS4_PDiS6_RS6_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE5do_inERS0_PKcS4_RS4_PDiS6_RS6_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE6do_outERS0_PKDiS4_RS4_PcS6_RS6_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE6do_outERS0_PKDiS4_RS4_PcS6_RS6_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE9do_lengthERS0_PKcS4_m() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE9do_lengthERS0_PKcS4_m() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE10do_unshiftERS0_PcS3_RS3_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE10do_unshiftERS0_PcS3_RS3_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE11do_encodingEv() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE11do_encodingEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE13do_max_lengthEv() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE13do_max_lengthEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE16do_always_noconvEv() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE16do_always_noconvEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE5do_inERS0_PKcS4_RS4_PDsS6_RS6_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE5do_inERS0_PKcS4_RS4_PDsS6_RS6_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE6do_outERS0_PKDsS4_RS4_PcS6_RS6_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE6do_outERS0_PKDsS4_RS4_PcS6_RS6_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE9do_lengthERS0_PKcS4_m() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE9do_lengthERS0_PKcS4_m() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE10do_unshiftERS0_PcS3_RS3_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE10do_unshiftERS0_PcS3_RS3_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE11do_encodingEv() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE11do_encodingEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE13do_max_lengthEv() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE13do_max_lengthEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE16do_always_noconvEv() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE16do_always_noconvEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE5do_inERS0_PKcS4_RS4_PwS6_RS6_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE5do_inERS0_PKcS4_RS4_PwS6_RS6_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE6do_outERS0_PKwS4_RS4_PcS6_RS6_() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE6do_outERS0_PKwS4_RS4_PcS6_RS6_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE9do_lengthERS0_PKcS4_m() { +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE9do_lengthERS0_PKcS4_m() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7collateIcE10do_compareEPKcS2_S2_S2_() { +s32 PS4_SYSV_ABI _ZNKSt7collateIcE10do_compareEPKcS2_S2_S2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7collateIcE12do_transformEPKcS2_() { +s32 PS4_SYSV_ABI _ZNKSt7collateIcE12do_transformEPKcS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7collateIcE4hashEPKcS2_() { +s32 PS4_SYSV_ABI _ZNKSt7collateIcE4hashEPKcS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7collateIcE7compareEPKcS2_S2_S2_() { +s32 PS4_SYSV_ABI _ZNKSt7collateIcE7compareEPKcS2_S2_S2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7collateIcE7do_hashEPKcS2_() { +s32 PS4_SYSV_ABI _ZNKSt7collateIcE7do_hashEPKcS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7collateIcE9transformEPKcS2_() { +s32 PS4_SYSV_ABI _ZNKSt7collateIcE9transformEPKcS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7collateIwE10do_compareEPKwS2_S2_S2_() { +s32 PS4_SYSV_ABI _ZNKSt7collateIwE10do_compareEPKwS2_S2_S2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7collateIwE12do_transformEPKwS2_() { +s32 PS4_SYSV_ABI _ZNKSt7collateIwE12do_transformEPKwS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7collateIwE4hashEPKwS2_() { +s32 PS4_SYSV_ABI _ZNKSt7collateIwE4hashEPKwS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7collateIwE7compareEPKwS2_S2_S2_() { +s32 PS4_SYSV_ABI _ZNKSt7collateIwE7compareEPKwS2_S2_S2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7collateIwE7do_hashEPKwS2_() { +s32 PS4_SYSV_ABI _ZNKSt7collateIwE7do_hashEPKwS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7collateIwE9transformEPKwS2_() { +s32 PS4_SYSV_ABI _ZNKSt7collateIwE9transformEPKwS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERj() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERPv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERj() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERPv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetffldEPcRS3_S6_RSt8ios_basePi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetifldEPcRS3_S6_NSt5_IosbIiE9_FmtflagsERKSt6locale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE9_GetffldxEPcRS3_S6_RSt8ios_basePi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERj() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERPv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERj() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERPv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetffldEPcRS3_S6_RSt8ios_basePi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetifldEPcRS3_S6_NSt5_IosbIiE9_FmtflagsERKSt6locale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE9_GetffldxEPcRS3_S6_RSt8ios_basePi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basece() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPKv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_PutES3_PKcm() { +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_PutES3_PKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_RepES3_cm() { +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_RepES3_cm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_FfmtEPccNSt5_IosbIiE9_FmtflagsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_FputES3_RSt8ios_basecPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_FputES3_RSt8ios_basecPKcmmmm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_IfmtEPcPKcNSt5_IosbIiE9_FmtflagsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_IputES3_RSt8ios_basecPcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basece() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecPKv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPKv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_PutES3_PKwm() { +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_PutES3_PKwm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_RepES3_wm() { +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_RepES3_wm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_FfmtEPccNSt5_IosbIiE9_FmtflagsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_FputES3_RSt8ios_basewPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_FputES3_RSt8ios_basewPKcmmmm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_IfmtEPcPKcNSt5_IosbIiE9_FmtflagsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_IputES3_RSt8ios_basewPcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewPKv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8bad_cast4whatEv() { +s32 PS4_SYSV_ABI _ZNKSt8bad_cast4whatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8bad_cast8_DoraiseEv() { +s32 PS4_SYSV_ABI _ZNKSt8bad_cast8_DoraiseEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8ios_base7failure8_DoraiseEv() { +s32 PS4_SYSV_ABI _ZNKSt8ios_base7failure8_DoraiseEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8messagesIcE3getEiiiRKSs() { +s32 PS4_SYSV_ABI _ZNKSt8messagesIcE3getEiiiRKSs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8messagesIcE4openERKSsRKSt6locale() { +s32 PS4_SYSV_ABI _ZNKSt8messagesIcE4openERKSsRKSt6locale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8messagesIcE5closeEi() { +s32 PS4_SYSV_ABI _ZNKSt8messagesIcE5closeEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8messagesIcE6do_getEiiiRKSs() { +s32 PS4_SYSV_ABI _ZNKSt8messagesIcE6do_getEiiiRKSs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8messagesIcE7do_openERKSsRKSt6locale() { +s32 PS4_SYSV_ABI _ZNKSt8messagesIcE7do_openERKSsRKSt6locale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8messagesIcE8do_closeEi() { +s32 PS4_SYSV_ABI _ZNKSt8messagesIcE8do_closeEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8messagesIwE3getEiiiRKSbIwSt11char_traitsIwESaIwEE() { +s32 PS4_SYSV_ABI _ZNKSt8messagesIwE3getEiiiRKSbIwSt11char_traitsIwESaIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8messagesIwE4openERKSsRKSt6locale() { +s32 PS4_SYSV_ABI _ZNKSt8messagesIwE4openERKSsRKSt6locale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8messagesIwE5closeEi() { +s32 PS4_SYSV_ABI _ZNKSt8messagesIwE5closeEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8messagesIwE6do_getEiiiRKSbIwSt11char_traitsIwESaIwEE() { +s32 PS4_SYSV_ABI _ZNKSt8messagesIwE6do_getEiiiRKSbIwSt11char_traitsIwESaIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8messagesIwE7do_openERKSsRKSt6locale() { +s32 PS4_SYSV_ABI _ZNKSt8messagesIwE7do_openERKSsRKSt6locale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8messagesIwE8do_closeEi() { +s32 PS4_SYSV_ABI _ZNKSt8messagesIwE8do_closeEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIcE11do_groupingEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE11do_groupingEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIcE11do_truenameEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE11do_truenameEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIcE12do_falsenameEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE12do_falsenameEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIcE13decimal_pointEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE13decimal_pointEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIcE13thousands_sepEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE13thousands_sepEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIcE16do_decimal_pointEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE16do_decimal_pointEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIcE16do_thousands_sepEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE16do_thousands_sepEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIcE8groupingEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE8groupingEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIcE8truenameEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE8truenameEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIcE9falsenameEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE9falsenameEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIwE11do_groupingEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE11do_groupingEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIwE11do_truenameEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE11do_truenameEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIwE12do_falsenameEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE12do_falsenameEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIwE13decimal_pointEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE13decimal_pointEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIwE13thousands_sepEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE13thousands_sepEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIwE16do_decimal_pointEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE16do_decimal_pointEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIwE16do_thousands_sepEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE16do_thousands_sepEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIwE8groupingEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE8groupingEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIwE8truenameEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE8truenameEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8numpunctIwE9falsenameEv() { +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE9falsenameEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10date_orderEv() { +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10date_orderEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_dateES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_timeES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_yearES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11get_weekdayES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE13do_date_orderEv() { +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE13do_date_orderEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE13get_monthnameES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14do_get_weekdayES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE16do_get_monthnameES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmcc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmPKcSE_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmcc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetfmtES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetintERS3_S5_iiRiRKSt5ctypeIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_dateES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_timeES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_yearES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE10date_orderEv() { +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE10date_orderEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_dateES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_timeES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_yearES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11get_weekdayES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE13do_date_orderEv() { +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE13do_date_orderEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE13get_monthnameES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14do_get_weekdayES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE16do_get_monthnameES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmcc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmPKwSE_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmcc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetfmtES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetintERS3_S5_iiRiRKSt5ctypeIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_dateES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_timeES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_yearES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPK2tmcc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPK2tmPKcSB_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecPK2tmcc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPK2tmcc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPK2tmPKwSB_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewPK2tmcc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt9bad_alloc4whatEv() { +s32 PS4_SYSV_ABI _ZNKSt9bad_alloc4whatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt9bad_alloc8_DoraiseEv() { +s32 PS4_SYSV_ABI _ZNKSt9bad_alloc8_DoraiseEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt9exception4whatEv() { +s32 PS4_SYSV_ABI _ZNKSt9exception4whatEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt9exception6_RaiseEv() { +s32 PS4_SYSV_ABI _ZNKSt9exception6_RaiseEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNKSt9exception8_DoraiseEv() { +s32 PS4_SYSV_ABI _ZNKSt9exception8_DoraiseEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERSs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERSs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetmfldERS3_S5_bRSt8ios_basePc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERSbIwS2_SaIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERSbIwS2_SaIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetmfldERS3_S5_bRSt8ios_basePw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_bRSt8ios_basece() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_bRSt8ios_basecRKSs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basece() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basecRKSs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE8_PutmfldES3_bRSt8ios_basecbSsc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_bRSt8ios_basewe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_bRSt8ios_basewRKSbIwS2_SaIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewRKSbIwS2_SaIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE8_PutmfldES3_bRSt8ios_basewbSbIwS2_SaIwEEw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE5_CopyEmm() { +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE5_CopyEmm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE5eraseEmm() { +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE5eraseEmm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6appendEmw() { +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6appendEmw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6appendERKS2_mm() { +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6appendERKS2_mm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6assignEmw() { +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6assignEmw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6assignEPKwm() { +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6assignEPKwm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6assignERKS2_mm() { +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6assignERKS2_mm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6insertEmmw() { +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6insertEmmw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSiD0Ev() { +s32 PS4_SYSV_ABI _ZNSiD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSiD1Ev() { +s32 PS4_SYSV_ABI _ZNSiD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSo6sentryC2ERSo() { +s32 PS4_SYSV_ABI _ZNSo6sentryC2ERSo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSo6sentryD2Ev() { +s32 PS4_SYSV_ABI _ZNSo6sentryD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSoD0Ev() { +s32 PS4_SYSV_ABI _ZNSoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSoD1Ev() { +s32 PS4_SYSV_ABI _ZNSoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSs5_CopyEmm() { +s32 PS4_SYSV_ABI _ZNSs5_CopyEmm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSs5eraseEmm() { +s32 PS4_SYSV_ABI _ZNSs5eraseEmm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSs6appendEmc() { +s32 PS4_SYSV_ABI _ZNSs6appendEmc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSs6appendERKSsmm() { +s32 PS4_SYSV_ABI _ZNSs6appendERKSsmm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSs6assignEmc() { +s32 PS4_SYSV_ABI _ZNSs6assignEmc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSs6assignEPKcm() { +s32 PS4_SYSV_ABI _ZNSs6assignEPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSs6assignERKSsmm() { +s32 PS4_SYSV_ABI _ZNSs6assignERKSsmm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSs6insertEmmc() { +s32 PS4_SYSV_ABI _ZNSs6insertEmmc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10bad_typeidD0Ev() { +s32 PS4_SYSV_ABI _ZNSt10bad_typeidD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10bad_typeidD1Ev() { +s32 PS4_SYSV_ABI _ZNSt10bad_typeidD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10bad_typeidD2Ev() { +s32 PS4_SYSV_ABI _ZNSt10bad_typeidD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem10_Close_dirEPv() { +s32 PS4_SYSV_ABI _ZNSt10filesystem10_Close_dirEPv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem10_Copy_fileEPKcS1_() { +s32 PS4_SYSV_ABI _ZNSt10filesystem10_Copy_fileEPKcS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem10_File_sizeEPKc() { +s32 PS4_SYSV_ABI _ZNSt10filesystem10_File_sizeEPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem11_EquivalentEPKcS1_() { +s32 PS4_SYSV_ABI _ZNSt10filesystem11_EquivalentEPKcS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem11_Remove_dirEPKc() { +s32 PS4_SYSV_ABI _ZNSt10filesystem11_Remove_dirEPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem12_Current_getERA260_c() { +s32 PS4_SYSV_ABI _ZNSt10filesystem12_Current_getERA260_c() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem12_Current_setEPKc() { +s32 PS4_SYSV_ABI _ZNSt10filesystem12_Current_setEPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem16_Last_write_timeEPKc() { +s32 PS4_SYSV_ABI _ZNSt10filesystem16_Last_write_timeEPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem18_Xfilesystem_errorEPKcRKNS_4pathES4_St10error_code() { +s32 PS4_SYSV_ABI _ZNSt10filesystem18_Xfilesystem_errorEPKcRKNS_4pathES4_St10error_code() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem18_Xfilesystem_errorEPKcRKNS_4pathESt10error_code() { +s32 PS4_SYSV_ABI _ZNSt10filesystem18_Xfilesystem_errorEPKcRKNS_4pathESt10error_code() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem18_Xfilesystem_errorEPKcSt10error_code() { +s32 PS4_SYSV_ABI _ZNSt10filesystem18_Xfilesystem_errorEPKcSt10error_code() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem20_Set_last_write_timeEPKcl() { +s32 PS4_SYSV_ABI _ZNSt10filesystem20_Set_last_write_timeEPKcl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem5_StatEPKcPNS_5permsE() { +s32 PS4_SYSV_ABI _ZNSt10filesystem5_StatEPKcPNS_5permsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem6_ChmodEPKcNS_5permsE() { +s32 PS4_SYSV_ABI _ZNSt10filesystem6_ChmodEPKcNS_5permsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem6_LstatEPKcPNS_5permsE() { +s32 PS4_SYSV_ABI _ZNSt10filesystem6_LstatEPKcPNS_5permsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem7_RenameEPKcS1_() { +s32 PS4_SYSV_ABI _ZNSt10filesystem7_RenameEPKcS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem7_ResizeEPKcm() { +s32 PS4_SYSV_ABI _ZNSt10filesystem7_ResizeEPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem7_UnlinkEPKc() { +s32 PS4_SYSV_ABI _ZNSt10filesystem7_UnlinkEPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem8_StatvfsEPKcRNS_10space_infoE() { +s32 PS4_SYSV_ABI _ZNSt10filesystem8_StatvfsEPKcRNS_10space_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem9_Make_dirEPKcS1_() { +s32 PS4_SYSV_ABI _ZNSt10filesystem9_Make_dirEPKcS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem9_Open_dirERA260_cPKcRiRNS_9file_typeE() { +s32 PS4_SYSV_ABI _ZNSt10filesystem9_Open_dirERA260_cPKcRiRNS_9file_typeE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10filesystem9_Read_dirERA260_cPvRNS_9file_typeE() { +s32 PS4_SYSV_ABI _ZNSt10filesystem9_Read_dirERA260_cPvRNS_9file_typeE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EE2idE() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EE4intlE() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EE4intlE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EE7_GetcatEPPKNSt6locale5facetEPKS1_() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EE7_GetcatEPPKNSt6locale5facetEPKS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC1Em() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC1EPKcm() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC1EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC1ERKSt8_Locinfomb() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC1ERKSt8_Locinfomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC2Em() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC2EPKcm() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC2EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC2ERKSt8_Locinfomb() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC2ERKSt8_Locinfomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EED0Ev() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EED1Ev() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EED2Ev() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EE2idE() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EE4intlE() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EE4intlE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EE7_GetcatEPPKNSt6locale5facetEPKS1_() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EE7_GetcatEPPKNSt6locale5facetEPKS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC1Em() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC1EPKcm() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC1EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC1ERKSt8_Locinfomb() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC1ERKSt8_Locinfomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC2Em() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC2EPKcm() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC2EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC2ERKSt8_Locinfomb() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC2ERKSt8_Locinfomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EED0Ev() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EED1Ev() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EED2Ev() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EE2idE() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EE4intlE() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EE4intlE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EE7_GetcatEPPKNSt6locale5facetEPKS1_() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EE7_GetcatEPPKNSt6locale5facetEPKS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC1Em() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC1EPKcm() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC1EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC1ERKSt8_Locinfomb() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC1ERKSt8_Locinfomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC2Em() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC2EPKcm() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC2EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC2ERKSt8_Locinfomb() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC2ERKSt8_Locinfomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EED0Ev() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EED1Ev() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EED2Ev() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EE2idE() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EE4intlE() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EE4intlE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EE7_GetcatEPPKNSt6locale5facetEPKS1_() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EE7_GetcatEPPKNSt6locale5facetEPKS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC1Em() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC1EPKcm() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC1EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC1ERKSt8_Locinfomb() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC1ERKSt8_Locinfomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC2Em() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC2EPKcm() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC2EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC2ERKSt8_Locinfomb() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC2ERKSt8_Locinfomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EED0Ev() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EED1Ev() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EED2Ev() { +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt11logic_errorD0Ev() { +s32 PS4_SYSV_ABI _ZNSt11logic_errorD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt11logic_errorD1Ev() { +s32 PS4_SYSV_ABI _ZNSt11logic_errorD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt11logic_errorD2Ev() { +s32 PS4_SYSV_ABI _ZNSt11logic_errorD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt11range_errorD0Ev() { +s32 PS4_SYSV_ABI _ZNSt11range_errorD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt11range_errorD1Ev() { +s32 PS4_SYSV_ABI _ZNSt11range_errorD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt11range_errorD2Ev() { +s32 PS4_SYSV_ABI _ZNSt11range_errorD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt11regex_errorD0Ev() { +s32 PS4_SYSV_ABI _ZNSt11regex_errorD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt11regex_errorD1Ev() { +s32 PS4_SYSV_ABI _ZNSt11regex_errorD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt11regex_errorD2Ev() { +s32 PS4_SYSV_ABI _ZNSt11regex_errorD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12bad_weak_ptrD0Ev() { +s32 PS4_SYSV_ABI _ZNSt12bad_weak_ptrD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12bad_weak_ptrD1Ev() { +s32 PS4_SYSV_ABI _ZNSt12bad_weak_ptrD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12bad_weak_ptrD2Ev() { +s32 PS4_SYSV_ABI _ZNSt12bad_weak_ptrD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12domain_errorD0Ev() { +s32 PS4_SYSV_ABI _ZNSt12domain_errorD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12domain_errorD1Ev() { +s32 PS4_SYSV_ABI _ZNSt12domain_errorD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12domain_errorD2Ev() { +s32 PS4_SYSV_ABI _ZNSt12domain_errorD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12future_errorD0Ev() { +s32 PS4_SYSV_ABI _ZNSt12future_errorD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12future_errorD1Ev() { +s32 PS4_SYSV_ABI _ZNSt12future_errorD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12future_errorD2Ev() { +s32 PS4_SYSV_ABI _ZNSt12future_errorD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12length_errorD0Ev() { +s32 PS4_SYSV_ABI _ZNSt12length_errorD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12length_errorD1Ev() { +s32 PS4_SYSV_ABI _ZNSt12length_errorD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12length_errorD2Ev() { +s32 PS4_SYSV_ABI _ZNSt12length_errorD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12out_of_rangeD0Ev() { +s32 PS4_SYSV_ABI _ZNSt12out_of_rangeD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12out_of_rangeD1Ev() { +s32 PS4_SYSV_ABI _ZNSt12out_of_rangeD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12out_of_rangeD2Ev() { +s32 PS4_SYSV_ABI _ZNSt12out_of_rangeD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders2_1E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders2_1E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders2_2E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders2_2E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders2_3E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders2_3E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders2_4E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders2_4E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders2_5E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders2_5E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders2_6E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders2_6E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders2_7E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders2_7E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders2_8E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders2_8E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders2_9E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders2_9E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders3_10E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders3_10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders3_11E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders3_11E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders3_12E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders3_12E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders3_13E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders3_13E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders3_14E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders3_14E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders3_15E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders3_15E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders3_16E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders3_16E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders3_17E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders3_17E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders3_18E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders3_18E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders3_19E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders3_19E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12placeholders3_20E() { +s32 PS4_SYSV_ABI _ZNSt12placeholders3_20E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12system_errorC2ESt10error_codePKc() { +s32 PS4_SYSV_ABI _ZNSt12system_errorC2ESt10error_codePKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12system_errorD0Ev() { +s32 PS4_SYSV_ABI _ZNSt12system_errorD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12system_errorD1Ev() { +s32 PS4_SYSV_ABI _ZNSt12system_errorD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt12system_errorD2Ev() { +s32 PS4_SYSV_ABI _ZNSt12system_errorD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13_Num_int_base10is_boundedE() { +s32 PS4_SYSV_ABI _ZNSt13_Num_int_base10is_boundedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13_Num_int_base10is_integerE() { +s32 PS4_SYSV_ABI _ZNSt13_Num_int_base10is_integerE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13_Num_int_base14is_specializedE() { +s32 PS4_SYSV_ABI _ZNSt13_Num_int_base14is_specializedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13_Num_int_base5radixE() { +s32 PS4_SYSV_ABI _ZNSt13_Num_int_base5radixE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13_Num_int_base8is_exactE() { +s32 PS4_SYSV_ABI _ZNSt13_Num_int_base8is_exactE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13_Num_int_base9is_moduloE() { +s32 PS4_SYSV_ABI _ZNSt13_Num_int_base9is_moduloE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13_Regex_traitsIcE6_NamesE() { +s32 PS4_SYSV_ABI _ZNSt13_Regex_traitsIcE6_NamesE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13_Regex_traitsIwE6_NamesE() { +s32 PS4_SYSV_ABI _ZNSt13_Regex_traitsIwE6_NamesE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13bad_exceptionD0Ev() { +s32 PS4_SYSV_ABI _ZNSt13bad_exceptionD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13bad_exceptionD1Ev() { +s32 PS4_SYSV_ABI _ZNSt13bad_exceptionD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13bad_exceptionD2Ev() { +s32 PS4_SYSV_ABI _ZNSt13bad_exceptionD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE4syncEv() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE4syncEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE5_LockEv() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE5_LockEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE5imbueERKSt6locale() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE5imbueERKSt6locale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE5uflowEv() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE5uflowEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE6setbufEPci() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE6setbufEPci() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE7_UnlockEv() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE7_UnlockEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE7seekoffElNSt5_IosbIiE8_SeekdirENS4_9_OpenmodeE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE7seekposESt4fposI9_MbstatetENSt5_IosbIiE9_OpenmodeE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE8overflowEi() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE8overflowEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE9_EndwriteEv() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE9_EndwriteEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE9pbackfailEi() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE9pbackfailEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE9underflowEv() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE9underflowEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE4syncEv() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE4syncEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE5_LockEv() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE5_LockEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE5imbueERKSt6locale() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE5imbueERKSt6locale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE5uflowEv() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE5uflowEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE6setbufEPwi() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE6setbufEPwi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE7_UnlockEv() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE7_UnlockEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE7seekoffElNSt5_IosbIiE8_SeekdirENS4_9_OpenmodeE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE7seekposESt4fposI9_MbstatetENSt5_IosbIiE9_OpenmodeE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE8overflowEi() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE8overflowEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE9_EndwriteEv() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE9_EndwriteEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE9pbackfailEi() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE9pbackfailEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE9underflowEv() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE9underflowEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_istreamIwSt11char_traitsIwEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt13basic_istreamIwSt11char_traitsIwEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_istreamIwSt11char_traitsIwEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt13basic_istreamIwSt11char_traitsIwEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryC2ERS2_() { +s32 PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryC2ERS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryD2Ev() { +s32 PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13runtime_errorD0Ev() { +s32 PS4_SYSV_ABI _ZNSt13runtime_errorD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13runtime_errorD1Ev() { +s32 PS4_SYSV_ABI _ZNSt13runtime_errorD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt13runtime_errorD2Ev() { +s32 PS4_SYSV_ABI _ZNSt13runtime_errorD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Error_objectsIiE14_System_objectE() { +s32 PS4_SYSV_ABI _ZNSt14_Error_objectsIiE14_System_objectE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Error_objectsIiE15_Generic_objectE() { +s32 PS4_SYSV_ABI _ZNSt14_Error_objectsIiE15_Generic_objectE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Error_objectsIiE16_Iostream_objectE() { +s32 PS4_SYSV_ABI _ZNSt14_Error_objectsIiE16_Iostream_objectE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base10has_denormE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base10has_denormE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base10is_boundedE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base10is_boundedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base10is_integerE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base10is_integerE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base11round_styleE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base11round_styleE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base12has_infinityE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base12has_infinityE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base13has_quiet_NaNE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base13has_quiet_NaNE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base14is_specializedE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base14is_specializedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base15has_denorm_lossE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base15has_denorm_lossE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base15tinyness_beforeE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base15tinyness_beforeE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base17has_signaling_NaNE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base17has_signaling_NaNE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base5radixE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base5radixE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base5trapsE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base5trapsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base8is_exactE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base8is_exactE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base9is_iec559E() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base9is_iec559E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base9is_moduloE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base9is_moduloE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14error_categoryD2Ev() { +s32 PS4_SYSV_ABI _ZNSt14error_categoryD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIaE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIaE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIaE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIaE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIaE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIaE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIbE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIbE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIbE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIbE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIbE9is_moduloE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIbE9is_moduloE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIbE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIbE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIcE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIcE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIcE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIcE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIcE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIcE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE12max_digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE12max_digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE12max_exponentE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE12max_exponentE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE12min_exponentE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE12min_exponentE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE14max_exponent10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE14max_exponent10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE14min_exponent10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE14min_exponent10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIDiE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIDiE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIDiE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIDiE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIDiE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIDiE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIDsE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIDsE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIDsE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIDsE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIDsE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIDsE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE12max_digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE12max_digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE12max_exponentE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE12max_exponentE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE12min_exponentE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE12min_exponentE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE14max_exponent10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE14max_exponent10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE14min_exponent10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE14min_exponent10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE12max_digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE12max_digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE12max_exponentE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE12max_exponentE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE12min_exponentE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE12min_exponentE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE14max_exponent10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE14max_exponent10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE14min_exponent10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE14min_exponent10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIhE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIhE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIhE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIhE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIhE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIhE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIiE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIiE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIiE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIiE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIiE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIiE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIjE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIjE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIjE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIjE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIjE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIjE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIlE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIlE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIlE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIlE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIlE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIlE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsImE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsImE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsImE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsImE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsImE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsImE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIsE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIsE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIsE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIsE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIsE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIsE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsItE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsItE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsItE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsItE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsItE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsItE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIwE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIwE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIwE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIwE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIwE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIwE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIxE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIxE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIxE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIxE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIxE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIxE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIyE6digitsE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIyE6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIyE8digits10E() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIyE8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14numeric_limitsIyE9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIyE9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14overflow_errorD0Ev() { +s32 PS4_SYSV_ABI _ZNSt14overflow_errorD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14overflow_errorD1Ev() { +s32 PS4_SYSV_ABI _ZNSt14overflow_errorD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt14overflow_errorD2Ev() { +s32 PS4_SYSV_ABI _ZNSt14overflow_errorD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base10has_denormE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base10has_denormE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base10is_boundedE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base10is_boundedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base10is_integerE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base10is_integerE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base11round_styleE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base11round_styleE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base12has_infinityE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base12has_infinityE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base13has_quiet_NaNE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base13has_quiet_NaNE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base14is_specializedE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base14is_specializedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base15has_denorm_lossE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base15has_denorm_lossE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base15tinyness_beforeE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base15tinyness_beforeE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base17has_signaling_NaNE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base17has_signaling_NaNE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base5radixE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base5radixE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base5trapsE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base5trapsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base8is_exactE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base8is_exactE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base9is_iec559E() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base9is_iec559E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base9is_moduloE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base9is_moduloE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15_Num_float_base9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15basic_streambufIcSt11char_traitsIcEE6xsgetnEPci() { +s32 PS4_SYSV_ABI _ZNSt15basic_streambufIcSt11char_traitsIcEE6xsgetnEPci() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15basic_streambufIcSt11char_traitsIcEE6xsputnEPKci() { +s32 PS4_SYSV_ABI _ZNSt15basic_streambufIcSt11char_traitsIcEE6xsputnEPKci() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15basic_streambufIcSt11char_traitsIcEE9showmanycEv() { +s32 PS4_SYSV_ABI _ZNSt15basic_streambufIcSt11char_traitsIcEE9showmanycEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15basic_streambufIwSt11char_traitsIwEE6xsgetnEPwi() { +s32 PS4_SYSV_ABI _ZNSt15basic_streambufIwSt11char_traitsIwEE6xsgetnEPwi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15basic_streambufIwSt11char_traitsIwEE6xsputnEPKwi() { +s32 PS4_SYSV_ABI _ZNSt15basic_streambufIwSt11char_traitsIwEE6xsputnEPKwi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15basic_streambufIwSt11char_traitsIwEE9showmanycEv() { +s32 PS4_SYSV_ABI _ZNSt15basic_streambufIwSt11char_traitsIwEE9showmanycEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15underflow_errorD0Ev() { +s32 PS4_SYSV_ABI _ZNSt15underflow_errorD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15underflow_errorD1Ev() { +s32 PS4_SYSV_ABI _ZNSt15underflow_errorD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt15underflow_errorD2Ev() { +s32 PS4_SYSV_ABI _ZNSt15underflow_errorD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt16invalid_argumentD0Ev() { +s32 PS4_SYSV_ABI _ZNSt16invalid_argumentD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt16invalid_argumentD1Ev() { +s32 PS4_SYSV_ABI _ZNSt16invalid_argumentD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt16invalid_argumentD2Ev() { +s32 PS4_SYSV_ABI _ZNSt16invalid_argumentD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt16nested_exceptionD0Ev() { +s32 PS4_SYSV_ABI _ZNSt16nested_exceptionD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt16nested_exceptionD1Ev() { +s32 PS4_SYSV_ABI _ZNSt16nested_exceptionD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt16nested_exceptionD2Ev() { +s32 PS4_SYSV_ABI _ZNSt16nested_exceptionD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt17bad_function_callD0Ev() { +s32 PS4_SYSV_ABI _ZNSt17bad_function_callD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt17bad_function_callD1Ev() { +s32 PS4_SYSV_ABI _ZNSt17bad_function_callD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt17bad_function_callD2Ev() { +s32 PS4_SYSV_ABI _ZNSt17bad_function_callD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt18bad_variant_accessD0Ev() { +s32 PS4_SYSV_ABI _ZNSt18bad_variant_accessD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt18bad_variant_accessD1Ev() { +s32 PS4_SYSV_ABI _ZNSt18bad_variant_accessD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt20_Future_error_objectIiE14_Future_objectE() { +s32 PS4_SYSV_ABI _ZNSt20_Future_error_objectIiE14_Future_objectE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt20bad_array_new_lengthD0Ev() { +s32 PS4_SYSV_ABI _ZNSt20bad_array_new_lengthD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt20bad_array_new_lengthD1Ev() { +s32 PS4_SYSV_ABI _ZNSt20bad_array_new_lengthD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt20bad_array_new_lengthD2Ev() { +s32 PS4_SYSV_ABI _ZNSt20bad_array_new_lengthD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt22_Future_error_categoryD0Ev() { +s32 PS4_SYSV_ABI _ZNSt22_Future_error_categoryD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt22_Future_error_categoryD1Ev() { +s32 PS4_SYSV_ABI _ZNSt22_Future_error_categoryD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt22_System_error_categoryD0Ev() { +s32 PS4_SYSV_ABI _ZNSt22_System_error_categoryD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt22_System_error_categoryD1Ev() { +s32 PS4_SYSV_ABI _ZNSt22_System_error_categoryD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt23_Generic_error_categoryD0Ev() { +s32 PS4_SYSV_ABI _ZNSt23_Generic_error_categoryD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt23_Generic_error_categoryD1Ev() { +s32 PS4_SYSV_ABI _ZNSt23_Generic_error_categoryD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt24_Iostream_error_categoryD0Ev() { +s32 PS4_SYSV_ABI _ZNSt24_Iostream_error_categoryD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt24_Iostream_error_categoryD1Ev() { +s32 PS4_SYSV_ABI _ZNSt24_Iostream_error_categoryD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt3pmr19new_delete_resourceEv() { +s32 PS4_SYSV_ABI _ZNSt3pmr19new_delete_resourceEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt3pmr20get_default_resourceEv() { +s32 PS4_SYSV_ABI _ZNSt3pmr20get_default_resourceEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt3pmr20null_memory_resourceEv() { +s32 PS4_SYSV_ABI _ZNSt3pmr20null_memory_resourceEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt3pmr20set_default_resourceEPNS_15memory_resourceE() { +s32 PS4_SYSV_ABI _ZNSt3pmr20set_default_resourceEPNS_15memory_resourceE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPKcPP12pthread_attrPP7pthread() { +s32 PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPKcPP12pthread_attrPP7pthread() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPKcPP7pthread() { +s32 PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPKcPP7pthread() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPP12pthread_attrPP7pthread() { +s32 PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPP12pthread_attrPP7pthread() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPP7pthread() { +s32 PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPP7pthread() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt4_Pad8_ReleaseEv() { +s32 PS4_SYSV_ABI _ZNSt4_Pad8_ReleaseEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt4_PadC2EPKc() { +s32 PS4_SYSV_ABI _ZNSt4_PadC2EPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt4_PadC2Ev() { +s32 PS4_SYSV_ABI _ZNSt4_PadC2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt4_PadD1Ev() { +s32 PS4_SYSV_ABI _ZNSt4_PadD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt4_PadD2Ev() { +s32 PS4_SYSV_ABI _ZNSt4_PadD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt5ctypeIcE10table_sizeE() { +s32 PS4_SYSV_ABI _ZNSt5ctypeIcE10table_sizeE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt5ctypeIcE2idE() { +s32 PS4_SYSV_ABI _ZNSt5ctypeIcE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt5ctypeIcED0Ev() { +s32 PS4_SYSV_ABI _ZNSt5ctypeIcED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt5ctypeIcED1Ev() { +s32 PS4_SYSV_ABI _ZNSt5ctypeIcED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt5ctypeIwE2idE() { +s32 PS4_SYSV_ABI _ZNSt5ctypeIwE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt5ctypeIwED0Ev() { +s32 PS4_SYSV_ABI _ZNSt5ctypeIwED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt5ctypeIwED1Ev() { +s32 PS4_SYSV_ABI _ZNSt5ctypeIwED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6_Mutex5_LockEv() { +s32 PS4_SYSV_ABI _ZNSt6_Mutex5_LockEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6_Mutex7_UnlockEv() { +s32 PS4_SYSV_ABI _ZNSt6_Mutex7_UnlockEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6_MutexC1Ev() { +s32 PS4_SYSV_ABI _ZNSt6_MutexC1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6_MutexC2Ev() { +s32 PS4_SYSV_ABI _ZNSt6_MutexC2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6_MutexD1Ev() { +s32 PS4_SYSV_ABI _ZNSt6_MutexD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6_MutexD2Ev() { +s32 PS4_SYSV_ABI _ZNSt6_MutexD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6_Winit9_Init_cntE() { +s32 PS4_SYSV_ABI _ZNSt6_Winit9_Init_cntE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6_WinitC1Ev() { +s32 PS4_SYSV_ABI _ZNSt6_WinitC1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6_WinitC2Ev() { +s32 PS4_SYSV_ABI _ZNSt6_WinitC2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6_WinitD1Ev() { +s32 PS4_SYSV_ABI _ZNSt6_WinitD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6_WinitD2Ev() { +s32 PS4_SYSV_ABI _ZNSt6_WinitD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6chrono12steady_clock12is_monotonicE() { +s32 PS4_SYSV_ABI _ZNSt6chrono12steady_clock12is_monotonicE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6chrono12steady_clock9is_steadyE() { +s32 PS4_SYSV_ABI _ZNSt6chrono12steady_clock9is_steadyE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6chrono12system_clock12is_monotonicE() { +s32 PS4_SYSV_ABI _ZNSt6chrono12system_clock12is_monotonicE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6chrono12system_clock9is_steadyE() { +s32 PS4_SYSV_ABI _ZNSt6chrono12system_clock9is_steadyE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale16_GetgloballocaleEv() { +s32 PS4_SYSV_ABI _ZNSt6locale16_GetgloballocaleEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale16_SetgloballocaleEPv() { +s32 PS4_SYSV_ABI _ZNSt6locale16_SetgloballocaleEPv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale2id7_Id_cntE() { +s32 PS4_SYSV_ABI _ZNSt6locale2id7_Id_cntE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale5_InitEv() { +s32 PS4_SYSV_ABI _ZNSt6locale5_InitEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale5emptyEv() { +s32 PS4_SYSV_ABI _ZNSt6locale5emptyEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale5facet7_DecrefEv() { +s32 PS4_SYSV_ABI _ZNSt6locale5facet7_DecrefEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale5facet7_IncrefEv() { +s32 PS4_SYSV_ABI _ZNSt6locale5facet7_IncrefEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale5facet9_RegisterEv() { +s32 PS4_SYSV_ABI _ZNSt6locale5facet9_RegisterEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale6globalERKS_() { +s32 PS4_SYSV_ABI _ZNSt6locale6globalERKS_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7_Locimp7_AddfacEPNS_5facetEm() { +s32 PS4_SYSV_ABI _ZNSt6locale7_Locimp7_AddfacEPNS_5facetEm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7_Locimp8_ClocptrE() { +s32 PS4_SYSV_ABI _ZNSt6locale7_Locimp8_ClocptrE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7_Locimp8_MakelocERKSt8_LocinfoiPS0_PKS_() { +s32 PS4_SYSV_ABI _ZNSt6locale7_Locimp8_MakelocERKSt8_LocinfoiPS0_PKS_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7_Locimp9_MakewlocERKSt8_LocinfoiPS0_PKS_() { +s32 PS4_SYSV_ABI _ZNSt6locale7_Locimp9_MakewlocERKSt8_LocinfoiPS0_PKS_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7_Locimp9_MakexlocERKSt8_LocinfoiPS0_PKS_() { +s32 PS4_SYSV_ABI _ZNSt6locale7_Locimp9_MakexlocERKSt8_LocinfoiPS0_PKS_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7_LocimpC1Eb() { +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpC1Eb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7_LocimpC1ERKS0_() { +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpC1ERKS0_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7_LocimpC2Eb() { +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpC2Eb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7_LocimpC2ERKS0_() { +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpC2ERKS0_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7_LocimpD0Ev() { +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7_LocimpD1Ev() { +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7_LocimpD2Ev() { +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6locale7classicEv() { +s32 PS4_SYSV_ABI _ZNSt6locale7classicEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6localeD1Ev() { +s32 PS4_SYSV_ABI _ZNSt6localeD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt6thread20hardware_concurrencyEv() { +s32 PS4_SYSV_ABI _ZNSt6thread20hardware_concurrencyEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7_MpunctIcE5_InitERKSt8_Locinfob() { +s32 PS4_SYSV_ABI _ZNSt7_MpunctIcE5_InitERKSt8_Locinfob() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7_MpunctIcEC2Emb() { +s32 PS4_SYSV_ABI _ZNSt7_MpunctIcEC2Emb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7_MpunctIcEC2EPKcmbb() { +s32 PS4_SYSV_ABI _ZNSt7_MpunctIcEC2EPKcmbb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7_MpunctIcED0Ev() { +s32 PS4_SYSV_ABI _ZNSt7_MpunctIcED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7_MpunctIcED1Ev() { +s32 PS4_SYSV_ABI _ZNSt7_MpunctIcED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7_MpunctIwE5_InitERKSt8_Locinfob() { +s32 PS4_SYSV_ABI _ZNSt7_MpunctIwE5_InitERKSt8_Locinfob() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7_MpunctIwEC2Emb() { +s32 PS4_SYSV_ABI _ZNSt7_MpunctIwEC2Emb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7_MpunctIwEC2EPKcmbb() { +s32 PS4_SYSV_ABI _ZNSt7_MpunctIwEC2EPKcmbb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7_MpunctIwED0Ev() { +s32 PS4_SYSV_ABI _ZNSt7_MpunctIwED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7_MpunctIwED1Ev() { +s32 PS4_SYSV_ABI _ZNSt7_MpunctIwED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetE2idE() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetE5_InitERKSt8_Locinfo() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetE7_GetcatEPPKNSt6locale5facetEPKS2_() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetE7_GetcatEPPKNSt6locale5facetEPKS2_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC1Em() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC2Em() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetED0Ev() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetED1Ev() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetED2Ev() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIDic9_MbstatetE2idE() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIDic9_MbstatetE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIDic9_MbstatetED0Ev() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIDic9_MbstatetED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIDic9_MbstatetED1Ev() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIDic9_MbstatetED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIDsc9_MbstatetE2idE() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIDsc9_MbstatetE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIDsc9_MbstatetED0Ev() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIDsc9_MbstatetED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIDsc9_MbstatetED1Ev() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIDsc9_MbstatetED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIwc9_MbstatetE2idE() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIwc9_MbstatetE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIwc9_MbstatetED0Ev() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIwc9_MbstatetED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7codecvtIwc9_MbstatetED1Ev() { +s32 PS4_SYSV_ABI _ZNSt7codecvtIwc9_MbstatetED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIcE2idE() { +s32 PS4_SYSV_ABI _ZNSt7collateIcE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIcE5_InitERKSt8_Locinfo() { +s32 PS4_SYSV_ABI _ZNSt7collateIcE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIcE7_GetcatEPPKNSt6locale5facetEPKS1_() { +s32 PS4_SYSV_ABI _ZNSt7collateIcE7_GetcatEPPKNSt6locale5facetEPKS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIcEC1Em() { +s32 PS4_SYSV_ABI _ZNSt7collateIcEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIcEC1EPKcm() { +s32 PS4_SYSV_ABI _ZNSt7collateIcEC1EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIcEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7collateIcEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIcEC2Em() { +s32 PS4_SYSV_ABI _ZNSt7collateIcEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIcEC2EPKcm() { +s32 PS4_SYSV_ABI _ZNSt7collateIcEC2EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIcEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7collateIcEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIcED0Ev() { +s32 PS4_SYSV_ABI _ZNSt7collateIcED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIcED1Ev() { +s32 PS4_SYSV_ABI _ZNSt7collateIcED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIcED2Ev() { +s32 PS4_SYSV_ABI _ZNSt7collateIcED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIwE2idE() { +s32 PS4_SYSV_ABI _ZNSt7collateIwE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIwE5_InitERKSt8_Locinfo() { +s32 PS4_SYSV_ABI _ZNSt7collateIwE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIwE7_GetcatEPPKNSt6locale5facetEPKS1_() { +s32 PS4_SYSV_ABI _ZNSt7collateIwE7_GetcatEPPKNSt6locale5facetEPKS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIwEC1Em() { +s32 PS4_SYSV_ABI _ZNSt7collateIwEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIwEC1EPKcm() { +s32 PS4_SYSV_ABI _ZNSt7collateIwEC1EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIwEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7collateIwEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIwEC2Em() { +s32 PS4_SYSV_ABI _ZNSt7collateIwEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIwEC2EPKcm() { +s32 PS4_SYSV_ABI _ZNSt7collateIwEC2EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIwEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7collateIwEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIwED0Ev() { +s32 PS4_SYSV_ABI _ZNSt7collateIwED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIwED1Ev() { +s32 PS4_SYSV_ABI _ZNSt7collateIwED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7collateIwED2Ev() { +s32 PS4_SYSV_ABI _ZNSt7collateIwED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE() { +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em() { +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em() { +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE() { +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em() { +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em() { +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE() { +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em() { +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em() { +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE() { +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em() { +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em() { +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8_Locinfo8_AddcatsEiPKc() { +s32 PS4_SYSV_ABI _ZNSt8_Locinfo8_AddcatsEiPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8_LocinfoC1EiPKc() { +s32 PS4_SYSV_ABI _ZNSt8_LocinfoC1EiPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8_LocinfoC1EPKc() { +s32 PS4_SYSV_ABI _ZNSt8_LocinfoC1EPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8_LocinfoC1ERKSs() { +s32 PS4_SYSV_ABI _ZNSt8_LocinfoC1ERKSs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8_LocinfoC2EiPKc() { +s32 PS4_SYSV_ABI _ZNSt8_LocinfoC2EiPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8_LocinfoC2EPKc() { +s32 PS4_SYSV_ABI _ZNSt8_LocinfoC2EPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8_LocinfoC2ERKSs() { +s32 PS4_SYSV_ABI _ZNSt8_LocinfoC2ERKSs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8_LocinfoD1Ev() { +s32 PS4_SYSV_ABI _ZNSt8_LocinfoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8_LocinfoD2Ev() { +s32 PS4_SYSV_ABI _ZNSt8_LocinfoD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8bad_castD0Ev() { +s32 PS4_SYSV_ABI _ZNSt8bad_castD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8bad_castD1Ev() { +s32 PS4_SYSV_ABI _ZNSt8bad_castD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8bad_castD2Ev() { +s32 PS4_SYSV_ABI _ZNSt8bad_castD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_base4Init9_Init_cntE() { +s32 PS4_SYSV_ABI _ZNSt8ios_base4Init9_Init_cntE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_base4InitC1Ev() { +s32 PS4_SYSV_ABI _ZNSt8ios_base4InitC1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_base4InitC2Ev() { +s32 PS4_SYSV_ABI _ZNSt8ios_base4InitC2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_base4InitD1Ev() { +s32 PS4_SYSV_ABI _ZNSt8ios_base4InitD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_base4InitD2Ev() { +s32 PS4_SYSV_ABI _ZNSt8ios_base4InitD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_base5_SyncE() { +s32 PS4_SYSV_ABI _ZNSt8ios_base5_SyncE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_base5clearENSt5_IosbIiE8_IostateEb() { +s32 PS4_SYSV_ABI _ZNSt8ios_base5clearENSt5_IosbIiE8_IostateEb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_base6_IndexE() { +s32 PS4_SYSV_ABI _ZNSt8ios_base6_IndexE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_base7_AddstdEPS_() { +s32 PS4_SYSV_ABI _ZNSt8ios_base7_AddstdEPS_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_base7failureD0Ev() { +s32 PS4_SYSV_ABI _ZNSt8ios_base7failureD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_base7failureD1Ev() { +s32 PS4_SYSV_ABI _ZNSt8ios_base7failureD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_base7failureD2Ev() { +s32 PS4_SYSV_ABI _ZNSt8ios_base7failureD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_baseD0Ev() { +s32 PS4_SYSV_ABI _ZNSt8ios_baseD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_baseD1Ev() { +s32 PS4_SYSV_ABI _ZNSt8ios_baseD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8ios_baseD2Ev() { +s32 PS4_SYSV_ABI _ZNSt8ios_baseD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIcE2idE() { +s32 PS4_SYSV_ABI _ZNSt8messagesIcE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIcE5_InitERKSt8_Locinfo() { +s32 PS4_SYSV_ABI _ZNSt8messagesIcE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIcE7_GetcatEPPKNSt6locale5facetEPKS1_() { +s32 PS4_SYSV_ABI _ZNSt8messagesIcE7_GetcatEPPKNSt6locale5facetEPKS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIcEC1Em() { +s32 PS4_SYSV_ABI _ZNSt8messagesIcEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIcEC1EPKcm() { +s32 PS4_SYSV_ABI _ZNSt8messagesIcEC1EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIcEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt8messagesIcEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIcEC2Em() { +s32 PS4_SYSV_ABI _ZNSt8messagesIcEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIcEC2EPKcm() { +s32 PS4_SYSV_ABI _ZNSt8messagesIcEC2EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIcEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt8messagesIcEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIcED0Ev() { +s32 PS4_SYSV_ABI _ZNSt8messagesIcED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIcED1Ev() { +s32 PS4_SYSV_ABI _ZNSt8messagesIcED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIcED2Ev() { +s32 PS4_SYSV_ABI _ZNSt8messagesIcED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIwE2idE() { +s32 PS4_SYSV_ABI _ZNSt8messagesIwE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIwE5_InitERKSt8_Locinfo() { +s32 PS4_SYSV_ABI _ZNSt8messagesIwE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIwE7_GetcatEPPKNSt6locale5facetEPKS1_() { +s32 PS4_SYSV_ABI _ZNSt8messagesIwE7_GetcatEPPKNSt6locale5facetEPKS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIwEC1Em() { +s32 PS4_SYSV_ABI _ZNSt8messagesIwEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIwEC1EPKcm() { +s32 PS4_SYSV_ABI _ZNSt8messagesIwEC1EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIwEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt8messagesIwEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIwEC2Em() { +s32 PS4_SYSV_ABI _ZNSt8messagesIwEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIwEC2EPKcm() { +s32 PS4_SYSV_ABI _ZNSt8messagesIwEC2EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIwEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt8messagesIwEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIwED0Ev() { +s32 PS4_SYSV_ABI _ZNSt8messagesIwED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIwED1Ev() { +s32 PS4_SYSV_ABI _ZNSt8messagesIwED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8messagesIwED2Ev() { +s32 PS4_SYSV_ABI _ZNSt8messagesIwED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcE2idE() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcE5_InitERKSt8_Locinfob() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcE5_InitERKSt8_Locinfob() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcE5_TidyEv() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcE5_TidyEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcE7_GetcatEPPKNSt6locale5facetEPKS1_() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcE7_GetcatEPPKNSt6locale5facetEPKS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcEC1Em() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcEC1EPKcmb() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcEC1EPKcmb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcEC1ERKSt8_Locinfomb() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcEC1ERKSt8_Locinfomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcEC2Em() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcEC2EPKcmb() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcEC2EPKcmb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcEC2ERKSt8_Locinfomb() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcEC2ERKSt8_Locinfomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcED0Ev() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcED1Ev() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIcED2Ev() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIcED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwE2idE() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwE5_InitERKSt8_Locinfob() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwE5_InitERKSt8_Locinfob() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwE5_TidyEv() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwE5_TidyEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwE7_GetcatEPPKNSt6locale5facetEPKS1_() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwE7_GetcatEPPKNSt6locale5facetEPKS1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwEC1Em() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwEC1EPKcmb() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwEC1EPKcmb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwEC1ERKSt8_Locinfomb() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwEC1ERKSt8_Locinfomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwEC2Em() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwEC2EPKcmb() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwEC2EPKcmb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwEC2ERKSt8_Locinfomb() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwEC2ERKSt8_Locinfomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwED0Ev() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwED1Ev() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8numpunctIwED2Ev() { +s32 PS4_SYSV_ABI _ZNSt8numpunctIwED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE() { +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE5_TidyEv() { +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE5_TidyEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em() { +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1EPKcm() { +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em() { +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2EPKcm() { +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE() { +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE5_TidyEv() { +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE5_TidyEv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em() { +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1EPKcm() { +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em() { +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2EPKcm() { +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2EPKcm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE() { +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em() { +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em() { +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE() { +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em() { +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em() { +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base10has_denormE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base10has_denormE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base10is_boundedE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base10is_boundedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base10is_integerE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base10is_integerE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base11round_styleE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base11round_styleE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base12has_infinityE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base12has_infinityE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base12max_digits10E() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base12max_digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base12max_exponentE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base12max_exponentE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base12min_exponentE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base12min_exponentE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base13has_quiet_NaNE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base13has_quiet_NaNE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base14is_specializedE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base14is_specializedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base14max_exponent10E() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base14max_exponent10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base14min_exponent10E() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base14min_exponent10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base15has_denorm_lossE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base15has_denorm_lossE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base15tinyness_beforeE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base15tinyness_beforeE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base17has_signaling_NaNE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base17has_signaling_NaNE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base5radixE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base5radixE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base5trapsE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base5trapsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base6digitsE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base6digitsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base8digits10E() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base8digits10E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base8is_exactE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base8is_exactE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base9is_iec559E() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base9is_iec559E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base9is_moduloE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base9is_moduloE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9_Num_base9is_signedE() { +s32 PS4_SYSV_ABI _ZNSt9_Num_base9is_signedE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9bad_allocD0Ev() { +s32 PS4_SYSV_ABI _ZNSt9bad_allocD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9bad_allocD1Ev() { +s32 PS4_SYSV_ABI _ZNSt9bad_allocD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9bad_allocD2Ev() { +s32 PS4_SYSV_ABI _ZNSt9bad_allocD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_Eb() { +s32 PS4_SYSV_ABI _ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_Eb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9basic_iosIwSt11char_traitsIwEE4initEPSt15basic_streambufIwS1_Eb() { +s32 PS4_SYSV_ABI _ZNSt9basic_iosIwSt11char_traitsIwEE4initEPSt15basic_streambufIwS1_Eb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9exception18_Set_raise_handlerEPFvRKS_E() { +s32 PS4_SYSV_ABI _ZNSt9exception18_Set_raise_handlerEPFvRKS_E() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9exceptionD0Ev() { +s32 PS4_SYSV_ABI _ZNSt9exceptionD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9exceptionD1Ev() { +s32 PS4_SYSV_ABI _ZNSt9exceptionD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9exceptionD2Ev() { +s32 PS4_SYSV_ABI _ZNSt9exceptionD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE() { +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em() { +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em() { +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE() { +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em() { +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em() { +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE() { +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_PutES3_St22_String_const_iteratorISt11_String_valISt13_Simple_typesIcEEEm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_RepES3_cm() { +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_RepES3_cm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em() { +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em() { +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE() { +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_PutES3_St22_String_const_iteratorISt11_String_valISt13_Simple_typesIwEEEm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_RepES3_wm() { +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_RepES3_wm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em() { +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em() { +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom() { +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev() { +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev() { +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev() { +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9type_infoD0Ev() { +s32 PS4_SYSV_ABI _ZNSt9type_infoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9type_infoD1Ev() { +s32 PS4_SYSV_ABI _ZNSt9type_infoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNSt9type_infoD2Ev() { +s32 PS4_SYSV_ABI _ZNSt9type_infoD2Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Znwm() { +s32 PS4_SYSV_ABI _Znwm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZnwmRKSt9nothrow_t() { +s32 PS4_SYSV_ABI _ZnwmRKSt9nothrow_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZnwmSt11align_val_t() { +s32 PS4_SYSV_ABI _ZnwmSt11align_val_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZnwmSt11align_val_tRKSt9nothrow_t() { +s32 PS4_SYSV_ABI _ZnwmSt11align_val_tRKSt9nothrow_t() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt10_GetloctxtIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEiRT0_S5_mPKT_() { +s32 PS4_SYSV_ABI _ZSt10_GetloctxtIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEiRT0_S5_mPKT_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt10_GetloctxtIcSt19istreambuf_iteratorIwSt11char_traitsIwEEEiRT0_S5_mPKT_() { +s32 PS4_SYSV_ABI _ZSt10_GetloctxtIcSt19istreambuf_iteratorIwSt11char_traitsIwEEEiRT0_S5_mPKT_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt10_GetloctxtIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEiRT0_S5_mPKT_() { +s32 PS4_SYSV_ABI _ZSt10_GetloctxtIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEiRT0_S5_mPKT_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt10_Rng_abortPKc() { +s32 PS4_SYSV_ABI _ZSt10_Rng_abortPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt10adopt_lock() { +s32 PS4_SYSV_ABI _ZSt10adopt_lock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt10defer_lock() { +s32 PS4_SYSV_ABI _ZSt10defer_lock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt10unexpectedv() { +s32 PS4_SYSV_ABI _ZSt10unexpectedv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt11_Xbad_allocv() { +s32 PS4_SYSV_ABI _ZSt11_Xbad_allocv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt11setiosflagsNSt5_IosbIiE9_FmtflagsE() { +s32 PS4_SYSV_ABI _ZSt11setiosflagsNSt5_IosbIiE9_FmtflagsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt11try_to_lock() { +s32 PS4_SYSV_ABI _ZSt11try_to_lock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt12setprecisioni() { +s32 PS4_SYSV_ABI _ZSt12setprecisioni() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt13_Cl_charnames() { +s32 PS4_SYSV_ABI _ZSt13_Cl_charnames() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt13_Execute_onceRSt9once_flagPFiPvS1_PS1_ES1_() { +s32 PS4_SYSV_ABI _ZSt13_Execute_onceRSt9once_flagPFiPvS1_PS1_ES1_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt13_Syserror_mapi() { +s32 PS4_SYSV_ABI _ZSt13_Syserror_mapi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt13_Xregex_errorNSt15regex_constants10error_typeE() { +s32 PS4_SYSV_ABI _ZSt13_Xregex_errorNSt15regex_constants10error_typeE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt13get_terminatev() { +s32 PS4_SYSV_ABI _ZSt13get_terminatev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt13resetiosflagsNSt5_IosbIiE9_FmtflagsE() { +s32 PS4_SYSV_ABI _ZSt13resetiosflagsNSt5_IosbIiE9_FmtflagsE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt13set_terminatePFvvE() { +s32 PS4_SYSV_ABI _ZSt13set_terminatePFvvE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt14_Atomic_assertPKcS0_() { +s32 PS4_SYSV_ABI _ZSt14_Atomic_assertPKcS0_() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt14_Cl_wcharnames() { +s32 PS4_SYSV_ABI _ZSt14_Cl_wcharnames() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt14_Debug_messagePKcS0_j() { +s32 PS4_SYSV_ABI _ZSt14_Debug_messagePKcS0_j() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt14_Raise_handler() { +s32 PS4_SYSV_ABI _ZSt14_Raise_handler() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt14_Random_devicev() { +s32 PS4_SYSV_ABI _ZSt14_Random_devicev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt14_Throw_C_errori() { +s32 PS4_SYSV_ABI _ZSt14_Throw_C_errori() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt14_Xlength_errorPKc() { +s32 PS4_SYSV_ABI _ZSt14_Xlength_errorPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt14_Xout_of_rangePKc() { +s32 PS4_SYSV_ABI _ZSt14_Xout_of_rangePKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt14get_unexpectedv() { +s32 PS4_SYSV_ABI _ZSt14get_unexpectedv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt14set_unexpectedPFvvE() { +s32 PS4_SYSV_ABI _ZSt14set_unexpectedPFvvE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt15_sceLibcLocinfoPKc() { +s32 PS4_SYSV_ABI _ZSt15_sceLibcLocinfoPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt15_Xruntime_errorPKc() { +s32 PS4_SYSV_ABI _ZSt15_Xruntime_errorPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt15future_categoryv() { +s32 PS4_SYSV_ABI _ZSt15future_categoryv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt15get_new_handlerv() { +s32 PS4_SYSV_ABI _ZSt15get_new_handlerv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt15set_new_handlerPFvvE() { +s32 PS4_SYSV_ABI _ZSt15set_new_handlerPFvvE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt15system_categoryv() { +s32 PS4_SYSV_ABI _ZSt15system_categoryv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt16_Throw_Cpp_errori() { +s32 PS4_SYSV_ABI _ZSt16_Throw_Cpp_errori() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt16_Xoverflow_errorPKc() { +s32 PS4_SYSV_ABI _ZSt16_Xoverflow_errorPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt16generic_categoryv() { +s32 PS4_SYSV_ABI _ZSt16generic_categoryv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt17_Future_error_mapi() { +s32 PS4_SYSV_ABI _ZSt17_Future_error_mapi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt17iostream_categoryv() { +s32 PS4_SYSV_ABI _ZSt17iostream_categoryv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt18_String_cpp_unused() { +s32 PS4_SYSV_ABI _ZSt18_String_cpp_unused() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt18_Xinvalid_argumentPKc() { +s32 PS4_SYSV_ABI _ZSt18_Xinvalid_argumentPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt18uncaught_exceptionv() { +s32 PS4_SYSV_ABI _ZSt18uncaught_exceptionv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt19_Throw_future_errorRKSt10error_code() { +s32 PS4_SYSV_ABI _ZSt19_Throw_future_errorRKSt10error_code() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt19_Xbad_function_callv() { +s32 PS4_SYSV_ABI _ZSt19_Xbad_function_callv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt21_sceLibcClassicLocale() { +s32 PS4_SYSV_ABI _ZSt21_sceLibcClassicLocale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt22_Get_future_error_whati() { +s32 PS4_SYSV_ABI _ZSt22_Get_future_error_whati() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt22_Random_device_entropyv() { +s32 PS4_SYSV_ABI _ZSt22_Random_device_entropyv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt25_Rethrow_future_exceptionSt13exception_ptr() { +s32 PS4_SYSV_ABI _ZSt25_Rethrow_future_exceptionSt13exception_ptr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt3cin() { +s32 PS4_SYSV_ABI _ZSt3cin() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt4_Fpz() { +s32 PS4_SYSV_ABI _ZSt4_Fpz() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt4cerr() { +s32 PS4_SYSV_ABI _ZSt4cerr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt4clog() { +s32 PS4_SYSV_ABI _ZSt4clog() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt4cout() { +s32 PS4_SYSV_ABI _ZSt4cout() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt4setwi() { +s32 PS4_SYSV_ABI _ZSt4setwi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt4wcin() { +s32 PS4_SYSV_ABI _ZSt4wcin() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt5wcerr() { +s32 PS4_SYSV_ABI _ZSt5wcerr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt5wclog() { +s32 PS4_SYSV_ABI _ZSt5wclog() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt5wcout() { +s32 PS4_SYSV_ABI _ZSt5wcout() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt6_ThrowRKSt9exception() { +s32 PS4_SYSV_ABI _ZSt6_ThrowRKSt9exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt6ignore() { +s32 PS4_SYSV_ABI _ZSt6ignore() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt7_BADOFF() { +s32 PS4_SYSV_ABI _ZSt7_BADOFF() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt7_FiopenPKcNSt5_IosbIiE9_OpenmodeEi() { +s32 PS4_SYSV_ABI _ZSt7_FiopenPKcNSt5_IosbIiE9_OpenmodeEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt7_FiopenPKwNSt5_IosbIiE9_OpenmodeEi() { +s32 PS4_SYSV_ABI _ZSt7_FiopenPKwNSt5_IosbIiE9_OpenmodeEi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt7_MP_AddPyy() { +s32 PS4_SYSV_ABI _ZSt7_MP_AddPyy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt7_MP_GetPy() { +s32 PS4_SYSV_ABI _ZSt7_MP_GetPy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt7_MP_MulPyyy() { +s32 PS4_SYSV_ABI _ZSt7_MP_MulPyyy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt7_MP_RemPyy() { +s32 PS4_SYSV_ABI _ZSt7_MP_RemPyy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt7nothrow() { +s32 PS4_SYSV_ABI _ZSt7nothrow() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt7setbasei() { +s32 PS4_SYSV_ABI _ZSt7setbasei() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt8_XLgammad() { +s32 PS4_SYSV_ABI _ZSt8_XLgammad() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt8_XLgammae() { +s32 PS4_SYSV_ABI _ZSt8_XLgammae() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt8_XLgammaf() { +s32 PS4_SYSV_ABI _ZSt8_XLgammaf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt9_LStrcollIcEiPKT_S2_S2_S2_PKSt8_Collvec() { +s32 PS4_SYSV_ABI _ZSt9_LStrcollIcEiPKT_S2_S2_S2_PKSt8_Collvec() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt9_LStrcollIwEiPKT_S2_S2_S2_PKSt8_Collvec() { +s32 PS4_SYSV_ABI _ZSt9_LStrcollIwEiPKT_S2_S2_S2_PKSt8_Collvec() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt9_LStrxfrmIcEmPT_S1_PKS0_S3_PKSt8_Collvec() { +s32 PS4_SYSV_ABI _ZSt9_LStrxfrmIcEmPT_S1_PKS0_S3_PKSt8_Collvec() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt9_LStrxfrmIwEmPT_S1_PKS0_S3_PKSt8_Collvec() { +s32 PS4_SYSV_ABI _ZSt9_LStrxfrmIwEmPT_S1_PKS0_S3_PKSt8_Collvec() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZSt9terminatev() { +s32 PS4_SYSV_ABI _ZSt9terminatev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIa() { +s32 PS4_SYSV_ABI _ZTIa() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIb() { +s32 PS4_SYSV_ABI _ZTIb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIc() { +s32 PS4_SYSV_ABI _ZTIc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTId() { +s32 PS4_SYSV_ABI _ZTId() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIDh() { +s32 PS4_SYSV_ABI _ZTIDh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIDi() { +s32 PS4_SYSV_ABI _ZTIDi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIDn() { +s32 PS4_SYSV_ABI _ZTIDn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIDs() { +s32 PS4_SYSV_ABI _ZTIDs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIe() { +s32 PS4_SYSV_ABI _ZTIe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIf() { +s32 PS4_SYSV_ABI _ZTIf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIh() { +s32 PS4_SYSV_ABI _ZTIh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIi() { +s32 PS4_SYSV_ABI _ZTIi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIj() { +s32 PS4_SYSV_ABI _ZTIj() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIl() { +s32 PS4_SYSV_ABI _ZTIl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIm() { +s32 PS4_SYSV_ABI _ZTIm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIn() { +s32 PS4_SYSV_ABI _ZTIn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIN10__cxxabiv116__enum_type_infoE() { +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv116__enum_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIN10__cxxabiv117__array_type_infoE() { +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv117__array_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIN10__cxxabiv117__class_type_infoE() { +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv117__class_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIN10__cxxabiv117__pbase_type_infoE() { +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv117__pbase_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIN10__cxxabiv119__pointer_type_infoE() { +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv119__pointer_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIN10__cxxabiv120__function_type_infoE() { +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv120__function_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIN10__cxxabiv120__si_class_type_infoE() { +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv120__si_class_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIN10__cxxabiv121__vmi_class_type_infoE() { +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv121__vmi_class_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIN10__cxxabiv123__fundamental_type_infoE() { +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv123__fundamental_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIN10__cxxabiv129__pointer_to_member_type_infoE() { +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv129__pointer_to_member_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIN6Dinkum7threads10lock_errorE() { +s32 PS4_SYSV_ABI _ZTIN6Dinkum7threads10lock_errorE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIN6Dinkum7threads21thread_resource_errorE() { +s32 PS4_SYSV_ABI _ZTIN6Dinkum7threads21thread_resource_errorE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTINSt6locale5facetE() { +s32 PS4_SYSV_ABI _ZTINSt6locale5facetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTINSt6locale7_LocimpE() { +s32 PS4_SYSV_ABI _ZTINSt6locale7_LocimpE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTINSt8ios_base7failureE() { +s32 PS4_SYSV_ABI _ZTINSt8ios_base7failureE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIo() { +s32 PS4_SYSV_ABI _ZTIo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPa() { +s32 PS4_SYSV_ABI _ZTIPa() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPb() { +s32 PS4_SYSV_ABI _ZTIPb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPc() { +s32 PS4_SYSV_ABI _ZTIPc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPd() { +s32 PS4_SYSV_ABI _ZTIPd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPDh() { +s32 PS4_SYSV_ABI _ZTIPDh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPDi() { +s32 PS4_SYSV_ABI _ZTIPDi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPDn() { +s32 PS4_SYSV_ABI _ZTIPDn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPDs() { +s32 PS4_SYSV_ABI _ZTIPDs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPe() { +s32 PS4_SYSV_ABI _ZTIPe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPf() { +s32 PS4_SYSV_ABI _ZTIPf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPh() { +s32 PS4_SYSV_ABI _ZTIPh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPi() { +s32 PS4_SYSV_ABI _ZTIPi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPj() { +s32 PS4_SYSV_ABI _ZTIPj() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKa() { +s32 PS4_SYSV_ABI _ZTIPKa() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKb() { +s32 PS4_SYSV_ABI _ZTIPKb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKc() { +s32 PS4_SYSV_ABI _ZTIPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKd() { +s32 PS4_SYSV_ABI _ZTIPKd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKDh() { +s32 PS4_SYSV_ABI _ZTIPKDh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKDi() { +s32 PS4_SYSV_ABI _ZTIPKDi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKDn() { +s32 PS4_SYSV_ABI _ZTIPKDn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKDs() { +s32 PS4_SYSV_ABI _ZTIPKDs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKe() { +s32 PS4_SYSV_ABI _ZTIPKe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKf() { +s32 PS4_SYSV_ABI _ZTIPKf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKh() { +s32 PS4_SYSV_ABI _ZTIPKh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKi() { +s32 PS4_SYSV_ABI _ZTIPKi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKj() { +s32 PS4_SYSV_ABI _ZTIPKj() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKl() { +s32 PS4_SYSV_ABI _ZTIPKl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKm() { +s32 PS4_SYSV_ABI _ZTIPKm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKn() { +s32 PS4_SYSV_ABI _ZTIPKn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKo() { +s32 PS4_SYSV_ABI _ZTIPKo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKs() { +s32 PS4_SYSV_ABI _ZTIPKs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKt() { +s32 PS4_SYSV_ABI _ZTIPKt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKv() { +s32 PS4_SYSV_ABI _ZTIPKv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKw() { +s32 PS4_SYSV_ABI _ZTIPKw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKx() { +s32 PS4_SYSV_ABI _ZTIPKx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPKy() { +s32 PS4_SYSV_ABI _ZTIPKy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPl() { +s32 PS4_SYSV_ABI _ZTIPl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPm() { +s32 PS4_SYSV_ABI _ZTIPm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPn() { +s32 PS4_SYSV_ABI _ZTIPn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPo() { +s32 PS4_SYSV_ABI _ZTIPo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPs() { +s32 PS4_SYSV_ABI _ZTIPs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPt() { +s32 PS4_SYSV_ABI _ZTIPt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPv() { +s32 PS4_SYSV_ABI _ZTIPv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPw() { +s32 PS4_SYSV_ABI _ZTIPw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPx() { +s32 PS4_SYSV_ABI _ZTIPx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIPy() { +s32 PS4_SYSV_ABI _ZTIPy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIs() { +s32 PS4_SYSV_ABI _ZTIs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISi() { +s32 PS4_SYSV_ABI _ZTISi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISo() { +s32 PS4_SYSV_ABI _ZTISo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt10bad_typeid() { +s32 PS4_SYSV_ABI _ZTISt10bad_typeid() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt10ctype_base() { +s32 PS4_SYSV_ABI _ZTISt10ctype_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt10money_base() { +s32 PS4_SYSV_ABI _ZTISt10money_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt10moneypunctIcLb0EE() { +s32 PS4_SYSV_ABI _ZTISt10moneypunctIcLb0EE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt10moneypunctIcLb1EE() { +s32 PS4_SYSV_ABI _ZTISt10moneypunctIcLb1EE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt10moneypunctIwLb0EE() { +s32 PS4_SYSV_ABI _ZTISt10moneypunctIwLb0EE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt10moneypunctIwLb1EE() { +s32 PS4_SYSV_ABI _ZTISt10moneypunctIwLb1EE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt11_Facet_base() { +s32 PS4_SYSV_ABI _ZTISt11_Facet_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt11logic_error() { +s32 PS4_SYSV_ABI _ZTISt11logic_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt11range_error() { +s32 PS4_SYSV_ABI _ZTISt11range_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt11regex_error() { +s32 PS4_SYSV_ABI _ZTISt11regex_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt12bad_weak_ptr() { +s32 PS4_SYSV_ABI _ZTISt12bad_weak_ptr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt12codecvt_base() { +s32 PS4_SYSV_ABI _ZTISt12codecvt_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt12domain_error() { +s32 PS4_SYSV_ABI _ZTISt12domain_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt12future_error() { +s32 PS4_SYSV_ABI _ZTISt12future_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt12length_error() { +s32 PS4_SYSV_ABI _ZTISt12length_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt12out_of_range() { +s32 PS4_SYSV_ABI _ZTISt12out_of_range() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt12system_error() { +s32 PS4_SYSV_ABI _ZTISt12system_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt13bad_exception() { +s32 PS4_SYSV_ABI _ZTISt13bad_exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt13basic_filebufIcSt11char_traitsIcEE() { +s32 PS4_SYSV_ABI _ZTISt13basic_filebufIcSt11char_traitsIcEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt13basic_filebufIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTISt13basic_filebufIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt13basic_istreamIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTISt13basic_istreamIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt13basic_ostreamIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTISt13basic_ostreamIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt13messages_base() { +s32 PS4_SYSV_ABI _ZTISt13messages_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt13runtime_error() { +s32 PS4_SYSV_ABI _ZTISt13runtime_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt14error_category() { +s32 PS4_SYSV_ABI _ZTISt14error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt14overflow_error() { +s32 PS4_SYSV_ABI _ZTISt14overflow_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt15basic_streambufIcSt11char_traitsIcEE() { +s32 PS4_SYSV_ABI _ZTISt15basic_streambufIcSt11char_traitsIcEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt15basic_streambufIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTISt15basic_streambufIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt15underflow_error() { +s32 PS4_SYSV_ABI _ZTISt15underflow_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt16invalid_argument() { +s32 PS4_SYSV_ABI _ZTISt16invalid_argument() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt16nested_exception() { +s32 PS4_SYSV_ABI _ZTISt16nested_exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt17bad_function_call() { +s32 PS4_SYSV_ABI _ZTISt17bad_function_call() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt18bad_variant_access() { +s32 PS4_SYSV_ABI _ZTISt18bad_variant_access() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt20bad_array_new_length() { +s32 PS4_SYSV_ABI _ZTISt20bad_array_new_length() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt22_Future_error_category() { +s32 PS4_SYSV_ABI _ZTISt22_Future_error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt22_System_error_category() { +s32 PS4_SYSV_ABI _ZTISt22_System_error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt23_Generic_error_category() { +s32 PS4_SYSV_ABI _ZTISt23_Generic_error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt24_Iostream_error_category() { +s32 PS4_SYSV_ABI _ZTISt24_Iostream_error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt4_Pad() { +s32 PS4_SYSV_ABI _ZTISt4_Pad() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt5_IosbIiE() { +s32 PS4_SYSV_ABI _ZTISt5_IosbIiE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt5ctypeIcE() { +s32 PS4_SYSV_ABI _ZTISt5ctypeIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt5ctypeIwE() { +s32 PS4_SYSV_ABI _ZTISt5ctypeIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt7_MpunctIcE() { +s32 PS4_SYSV_ABI _ZTISt7_MpunctIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt7_MpunctIwE() { +s32 PS4_SYSV_ABI _ZTISt7_MpunctIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt7codecvtIcc9_MbstatetE() { +s32 PS4_SYSV_ABI _ZTISt7codecvtIcc9_MbstatetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt7codecvtIDic9_MbstatetE() { +s32 PS4_SYSV_ABI _ZTISt7codecvtIDic9_MbstatetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt7codecvtIDsc9_MbstatetE() { +s32 PS4_SYSV_ABI _ZTISt7codecvtIDsc9_MbstatetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt7codecvtIwc9_MbstatetE() { +s32 PS4_SYSV_ABI _ZTISt7codecvtIwc9_MbstatetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt7collateIcE() { +s32 PS4_SYSV_ABI _ZTISt7collateIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt7collateIwE() { +s32 PS4_SYSV_ABI _ZTISt7collateIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTISt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTISt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTISt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTISt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt8bad_cast() { +s32 PS4_SYSV_ABI _ZTISt8bad_cast() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt8ios_base() { +s32 PS4_SYSV_ABI _ZTISt8ios_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt8messagesIcE() { +s32 PS4_SYSV_ABI _ZTISt8messagesIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt8messagesIwE() { +s32 PS4_SYSV_ABI _ZTISt8messagesIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt8numpunctIcE() { +s32 PS4_SYSV_ABI _ZTISt8numpunctIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt8numpunctIwE() { +s32 PS4_SYSV_ABI _ZTISt8numpunctIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTISt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTISt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTISt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTISt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt9bad_alloc() { +s32 PS4_SYSV_ABI _ZTISt9bad_alloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt9basic_iosIcSt11char_traitsIcEE() { +s32 PS4_SYSV_ABI _ZTISt9basic_iosIcSt11char_traitsIcEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt9basic_iosIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTISt9basic_iosIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt9exception() { +s32 PS4_SYSV_ABI _ZTISt9exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTISt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTISt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTISt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTISt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt9time_base() { +s32 PS4_SYSV_ABI _ZTISt9time_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTISt9type_info() { +s32 PS4_SYSV_ABI _ZTISt9type_info() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIt() { +s32 PS4_SYSV_ABI _ZTIt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIv() { +s32 PS4_SYSV_ABI _ZTIv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIw() { +s32 PS4_SYSV_ABI _ZTIw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIx() { +s32 PS4_SYSV_ABI _ZTIx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTIy() { +s32 PS4_SYSV_ABI _ZTIy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSa() { +s32 PS4_SYSV_ABI _ZTSa() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSb() { +s32 PS4_SYSV_ABI _ZTSb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSc() { +s32 PS4_SYSV_ABI _ZTSc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSd() { +s32 PS4_SYSV_ABI _ZTSd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSDi() { +s32 PS4_SYSV_ABI _ZTSDi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSDn() { +s32 PS4_SYSV_ABI _ZTSDn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSDs() { +s32 PS4_SYSV_ABI _ZTSDs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSe() { +s32 PS4_SYSV_ABI _ZTSe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSf() { +s32 PS4_SYSV_ABI _ZTSf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSh() { +s32 PS4_SYSV_ABI _ZTSh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSi() { +s32 PS4_SYSV_ABI _ZTSi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSj() { +s32 PS4_SYSV_ABI _ZTSj() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSl() { +s32 PS4_SYSV_ABI _ZTSl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSm() { +s32 PS4_SYSV_ABI _ZTSm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSN10__cxxabiv116__enum_type_infoE() { +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv116__enum_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSN10__cxxabiv117__array_type_infoE() { +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv117__array_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSN10__cxxabiv117__class_type_infoE() { +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv117__class_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSN10__cxxabiv117__pbase_type_infoE() { +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv117__pbase_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSN10__cxxabiv119__pointer_type_infoE() { +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv119__pointer_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSN10__cxxabiv120__function_type_infoE() { +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv120__function_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSN10__cxxabiv120__si_class_type_infoE() { +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv120__si_class_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSN10__cxxabiv121__vmi_class_type_infoE() { +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv121__vmi_class_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSN10__cxxabiv123__fundamental_type_infoE() { +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv123__fundamental_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSN10__cxxabiv129__pointer_to_member_type_infoE() { +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv129__pointer_to_member_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSN6Dinkum7threads10lock_errorE() { +s32 PS4_SYSV_ABI _ZTSN6Dinkum7threads10lock_errorE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSN6Dinkum7threads21thread_resource_errorE() { +s32 PS4_SYSV_ABI _ZTSN6Dinkum7threads21thread_resource_errorE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSNSt6locale5facetE() { +s32 PS4_SYSV_ABI _ZTSNSt6locale5facetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSNSt6locale7_LocimpE() { +s32 PS4_SYSV_ABI _ZTSNSt6locale7_LocimpE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSNSt8ios_base7failureE() { +s32 PS4_SYSV_ABI _ZTSNSt8ios_base7failureE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPa() { +s32 PS4_SYSV_ABI _ZTSPa() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPb() { +s32 PS4_SYSV_ABI _ZTSPb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPc() { +s32 PS4_SYSV_ABI _ZTSPc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPd() { +s32 PS4_SYSV_ABI _ZTSPd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPDi() { +s32 PS4_SYSV_ABI _ZTSPDi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPDn() { +s32 PS4_SYSV_ABI _ZTSPDn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPDs() { +s32 PS4_SYSV_ABI _ZTSPDs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPe() { +s32 PS4_SYSV_ABI _ZTSPe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPf() { +s32 PS4_SYSV_ABI _ZTSPf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPh() { +s32 PS4_SYSV_ABI _ZTSPh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPi() { +s32 PS4_SYSV_ABI _ZTSPi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPj() { +s32 PS4_SYSV_ABI _ZTSPj() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKa() { +s32 PS4_SYSV_ABI _ZTSPKa() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKb() { +s32 PS4_SYSV_ABI _ZTSPKb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKc() { +s32 PS4_SYSV_ABI _ZTSPKc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKd() { +s32 PS4_SYSV_ABI _ZTSPKd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKDi() { +s32 PS4_SYSV_ABI _ZTSPKDi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKDn() { +s32 PS4_SYSV_ABI _ZTSPKDn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKDs() { +s32 PS4_SYSV_ABI _ZTSPKDs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKe() { +s32 PS4_SYSV_ABI _ZTSPKe() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKf() { +s32 PS4_SYSV_ABI _ZTSPKf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKh() { +s32 PS4_SYSV_ABI _ZTSPKh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKi() { +s32 PS4_SYSV_ABI _ZTSPKi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKj() { +s32 PS4_SYSV_ABI _ZTSPKj() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKl() { +s32 PS4_SYSV_ABI _ZTSPKl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKm() { +s32 PS4_SYSV_ABI _ZTSPKm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKs() { +s32 PS4_SYSV_ABI _ZTSPKs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKt() { +s32 PS4_SYSV_ABI _ZTSPKt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKv() { +s32 PS4_SYSV_ABI _ZTSPKv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKw() { +s32 PS4_SYSV_ABI _ZTSPKw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKx() { +s32 PS4_SYSV_ABI _ZTSPKx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPKy() { +s32 PS4_SYSV_ABI _ZTSPKy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPl() { +s32 PS4_SYSV_ABI _ZTSPl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPm() { +s32 PS4_SYSV_ABI _ZTSPm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPs() { +s32 PS4_SYSV_ABI _ZTSPs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPt() { +s32 PS4_SYSV_ABI _ZTSPt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPv() { +s32 PS4_SYSV_ABI _ZTSPv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPw() { +s32 PS4_SYSV_ABI _ZTSPw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPx() { +s32 PS4_SYSV_ABI _ZTSPx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSPy() { +s32 PS4_SYSV_ABI _ZTSPy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSs() { +s32 PS4_SYSV_ABI _ZTSs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSi() { +s32 PS4_SYSV_ABI _ZTSSi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSo() { +s32 PS4_SYSV_ABI _ZTSSo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt10bad_typeid() { +s32 PS4_SYSV_ABI _ZTSSt10bad_typeid() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt10ctype_base() { +s32 PS4_SYSV_ABI _ZTSSt10ctype_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt10money_base() { +s32 PS4_SYSV_ABI _ZTSSt10money_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt10moneypunctIcLb0EE() { +s32 PS4_SYSV_ABI _ZTSSt10moneypunctIcLb0EE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt10moneypunctIcLb1EE() { +s32 PS4_SYSV_ABI _ZTSSt10moneypunctIcLb1EE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt10moneypunctIwLb0EE() { +s32 PS4_SYSV_ABI _ZTSSt10moneypunctIwLb0EE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt10moneypunctIwLb1EE() { +s32 PS4_SYSV_ABI _ZTSSt10moneypunctIwLb1EE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt11_Facet_base() { +s32 PS4_SYSV_ABI _ZTSSt11_Facet_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt11logic_error() { +s32 PS4_SYSV_ABI _ZTSSt11logic_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt11range_error() { +s32 PS4_SYSV_ABI _ZTSSt11range_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt11regex_error() { +s32 PS4_SYSV_ABI _ZTSSt11regex_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt12bad_weak_ptr() { +s32 PS4_SYSV_ABI _ZTSSt12bad_weak_ptr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt12codecvt_base() { +s32 PS4_SYSV_ABI _ZTSSt12codecvt_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt12domain_error() { +s32 PS4_SYSV_ABI _ZTSSt12domain_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt12future_error() { +s32 PS4_SYSV_ABI _ZTSSt12future_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt12length_error() { +s32 PS4_SYSV_ABI _ZTSSt12length_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt12out_of_range() { +s32 PS4_SYSV_ABI _ZTSSt12out_of_range() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt12system_error() { +s32 PS4_SYSV_ABI _ZTSSt12system_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt13bad_exception() { +s32 PS4_SYSV_ABI _ZTSSt13bad_exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt13basic_filebufIcSt11char_traitsIcEE() { +s32 PS4_SYSV_ABI _ZTSSt13basic_filebufIcSt11char_traitsIcEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt13basic_filebufIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTSSt13basic_filebufIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt13basic_istreamIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTSSt13basic_istreamIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt13basic_ostreamIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTSSt13basic_ostreamIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt13messages_base() { +s32 PS4_SYSV_ABI _ZTSSt13messages_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt13runtime_error() { +s32 PS4_SYSV_ABI _ZTSSt13runtime_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt14error_category() { +s32 PS4_SYSV_ABI _ZTSSt14error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt14overflow_error() { +s32 PS4_SYSV_ABI _ZTSSt14overflow_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt15basic_streambufIcSt11char_traitsIcEE() { +s32 PS4_SYSV_ABI _ZTSSt15basic_streambufIcSt11char_traitsIcEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt15basic_streambufIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTSSt15basic_streambufIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt15underflow_error() { +s32 PS4_SYSV_ABI _ZTSSt15underflow_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt16invalid_argument() { +s32 PS4_SYSV_ABI _ZTSSt16invalid_argument() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt16nested_exception() { +s32 PS4_SYSV_ABI _ZTSSt16nested_exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt17bad_function_call() { +s32 PS4_SYSV_ABI _ZTSSt17bad_function_call() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt18bad_variant_access() { +s32 PS4_SYSV_ABI _ZTSSt18bad_variant_access() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt20bad_array_new_length() { +s32 PS4_SYSV_ABI _ZTSSt20bad_array_new_length() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt22_Future_error_category() { +s32 PS4_SYSV_ABI _ZTSSt22_Future_error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt22_System_error_category() { +s32 PS4_SYSV_ABI _ZTSSt22_System_error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt23_Generic_error_category() { +s32 PS4_SYSV_ABI _ZTSSt23_Generic_error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt24_Iostream_error_category() { +s32 PS4_SYSV_ABI _ZTSSt24_Iostream_error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt4_Pad() { +s32 PS4_SYSV_ABI _ZTSSt4_Pad() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt5_IosbIiE() { +s32 PS4_SYSV_ABI _ZTSSt5_IosbIiE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt5ctypeIcE() { +s32 PS4_SYSV_ABI _ZTSSt5ctypeIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt5ctypeIwE() { +s32 PS4_SYSV_ABI _ZTSSt5ctypeIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt7_MpunctIcE() { +s32 PS4_SYSV_ABI _ZTSSt7_MpunctIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt7_MpunctIwE() { +s32 PS4_SYSV_ABI _ZTSSt7_MpunctIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt7codecvtIcc9_MbstatetE() { +s32 PS4_SYSV_ABI _ZTSSt7codecvtIcc9_MbstatetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt7codecvtIDic9_MbstatetE() { +s32 PS4_SYSV_ABI _ZTSSt7codecvtIDic9_MbstatetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt7codecvtIDsc9_MbstatetE() { +s32 PS4_SYSV_ABI _ZTSSt7codecvtIDsc9_MbstatetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt7codecvtIwc9_MbstatetE() { +s32 PS4_SYSV_ABI _ZTSSt7codecvtIwc9_MbstatetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt7collateIcE() { +s32 PS4_SYSV_ABI _ZTSSt7collateIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt7collateIwE() { +s32 PS4_SYSV_ABI _ZTSSt7collateIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTSSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTSSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTSSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTSSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt8bad_cast() { +s32 PS4_SYSV_ABI _ZTSSt8bad_cast() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt8ios_base() { +s32 PS4_SYSV_ABI _ZTSSt8ios_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt8messagesIcE() { +s32 PS4_SYSV_ABI _ZTSSt8messagesIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt8messagesIwE() { +s32 PS4_SYSV_ABI _ZTSSt8messagesIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt8numpunctIcE() { +s32 PS4_SYSV_ABI _ZTSSt8numpunctIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt8numpunctIwE() { +s32 PS4_SYSV_ABI _ZTSSt8numpunctIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTSSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTSSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTSSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTSSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt9bad_alloc() { +s32 PS4_SYSV_ABI _ZTSSt9bad_alloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt9basic_iosIcSt11char_traitsIcEE() { +s32 PS4_SYSV_ABI _ZTSSt9basic_iosIcSt11char_traitsIcEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt9basic_iosIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTSSt9basic_iosIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt9exception() { +s32 PS4_SYSV_ABI _ZTSSt9exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTSSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTSSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTSSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTSSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt9time_base() { +s32 PS4_SYSV_ABI _ZTSSt9time_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSSt9type_info() { +s32 PS4_SYSV_ABI _ZTSSt9type_info() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSt() { +s32 PS4_SYSV_ABI _ZTSt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSv() { +s32 PS4_SYSV_ABI _ZTSv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSw() { +s32 PS4_SYSV_ABI _ZTSw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSx() { +s32 PS4_SYSV_ABI _ZTSx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTSy() { +s32 PS4_SYSV_ABI _ZTSy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTv0_n24_NSiD0Ev() { +s32 PS4_SYSV_ABI _ZTv0_n24_NSiD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTv0_n24_NSiD1Ev() { +s32 PS4_SYSV_ABI _ZTv0_n24_NSiD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTv0_n24_NSoD0Ev() { +s32 PS4_SYSV_ABI _ZTv0_n24_NSoD0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTv0_n24_NSoD1Ev() { +s32 PS4_SYSV_ABI _ZTv0_n24_NSoD1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTv0_n24_NSt13basic_istreamIwSt11char_traitsIwEED0Ev() { +s32 PS4_SYSV_ABI _ZTv0_n24_NSt13basic_istreamIwSt11char_traitsIwEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTv0_n24_NSt13basic_istreamIwSt11char_traitsIwEED1Ev() { +s32 PS4_SYSV_ABI _ZTv0_n24_NSt13basic_istreamIwSt11char_traitsIwEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTv0_n24_NSt13basic_ostreamIwSt11char_traitsIwEED0Ev() { +s32 PS4_SYSV_ABI _ZTv0_n24_NSt13basic_ostreamIwSt11char_traitsIwEED0Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTv0_n24_NSt13basic_ostreamIwSt11char_traitsIwEED1Ev() { +s32 PS4_SYSV_ABI _ZTv0_n24_NSt13basic_ostreamIwSt11char_traitsIwEED1Ev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN10__cxxabiv116__enum_type_infoE() { +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv116__enum_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN10__cxxabiv117__array_type_infoE() { +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv117__array_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN10__cxxabiv117__class_type_infoE() { +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv117__class_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN10__cxxabiv117__pbase_type_infoE() { +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv117__pbase_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN10__cxxabiv119__pointer_type_infoE() { +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv119__pointer_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN10__cxxabiv120__function_type_infoE() { +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv120__function_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN10__cxxabiv120__si_class_type_infoE() { +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv120__si_class_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN10__cxxabiv121__vmi_class_type_infoE() { +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv121__vmi_class_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN10__cxxabiv123__fundamental_type_infoE() { +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv123__fundamental_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN10__cxxabiv129__pointer_to_member_type_infoE() { +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv129__pointer_to_member_type_infoE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN6Dinkum7threads10lock_errorE() { +s32 PS4_SYSV_ABI _ZTVN6Dinkum7threads10lock_errorE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVN6Dinkum7threads21thread_resource_errorE() { +s32 PS4_SYSV_ABI _ZTVN6Dinkum7threads21thread_resource_errorE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVNSt6locale7_LocimpE() { +s32 PS4_SYSV_ABI _ZTVNSt6locale7_LocimpE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVNSt8ios_base7failureE() { +s32 PS4_SYSV_ABI _ZTVNSt8ios_base7failureE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSi() { +s32 PS4_SYSV_ABI _ZTVSi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSo() { +s32 PS4_SYSV_ABI _ZTVSo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt10bad_typeid() { +s32 PS4_SYSV_ABI _ZTVSt10bad_typeid() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt10moneypunctIcLb0EE() { +s32 PS4_SYSV_ABI _ZTVSt10moneypunctIcLb0EE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt10moneypunctIcLb1EE() { +s32 PS4_SYSV_ABI _ZTVSt10moneypunctIcLb1EE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt10moneypunctIwLb0EE() { +s32 PS4_SYSV_ABI _ZTVSt10moneypunctIwLb0EE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt10moneypunctIwLb1EE() { +s32 PS4_SYSV_ABI _ZTVSt10moneypunctIwLb1EE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt11logic_error() { +s32 PS4_SYSV_ABI _ZTVSt11logic_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt11range_error() { +s32 PS4_SYSV_ABI _ZTVSt11range_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt11regex_error() { +s32 PS4_SYSV_ABI _ZTVSt11regex_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt12bad_weak_ptr() { +s32 PS4_SYSV_ABI _ZTVSt12bad_weak_ptr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt12domain_error() { +s32 PS4_SYSV_ABI _ZTVSt12domain_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt12future_error() { +s32 PS4_SYSV_ABI _ZTVSt12future_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt12length_error() { +s32 PS4_SYSV_ABI _ZTVSt12length_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt12out_of_range() { +s32 PS4_SYSV_ABI _ZTVSt12out_of_range() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt12system_error() { +s32 PS4_SYSV_ABI _ZTVSt12system_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt13bad_exception() { +s32 PS4_SYSV_ABI _ZTVSt13bad_exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt13basic_filebufIcSt11char_traitsIcEE() { +s32 PS4_SYSV_ABI _ZTVSt13basic_filebufIcSt11char_traitsIcEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt13basic_filebufIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTVSt13basic_filebufIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt13basic_istreamIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTVSt13basic_istreamIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt13basic_ostreamIwSt11char_traitsIwEE() { +s32 PS4_SYSV_ABI _ZTVSt13basic_ostreamIwSt11char_traitsIwEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt13runtime_error() { +s32 PS4_SYSV_ABI _ZTVSt13runtime_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt14error_category() { +s32 PS4_SYSV_ABI _ZTVSt14error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt14overflow_error() { +s32 PS4_SYSV_ABI _ZTVSt14overflow_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt15underflow_error() { +s32 PS4_SYSV_ABI _ZTVSt15underflow_error() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt16invalid_argument() { +s32 PS4_SYSV_ABI _ZTVSt16invalid_argument() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt16nested_exception() { +s32 PS4_SYSV_ABI _ZTVSt16nested_exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt17bad_function_call() { +s32 PS4_SYSV_ABI _ZTVSt17bad_function_call() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt18bad_variant_access() { +s32 PS4_SYSV_ABI _ZTVSt18bad_variant_access() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt20bad_array_new_length() { +s32 PS4_SYSV_ABI _ZTVSt20bad_array_new_length() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt22_Future_error_category() { +s32 PS4_SYSV_ABI _ZTVSt22_Future_error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt22_System_error_category() { +s32 PS4_SYSV_ABI _ZTVSt22_System_error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt23_Generic_error_category() { +s32 PS4_SYSV_ABI _ZTVSt23_Generic_error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt24_Iostream_error_category() { +s32 PS4_SYSV_ABI _ZTVSt24_Iostream_error_category() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt4_Pad() { +s32 PS4_SYSV_ABI _ZTVSt4_Pad() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt5ctypeIcE() { +s32 PS4_SYSV_ABI _ZTVSt5ctypeIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt5ctypeIwE() { +s32 PS4_SYSV_ABI _ZTVSt5ctypeIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt7_MpunctIcE() { +s32 PS4_SYSV_ABI _ZTVSt7_MpunctIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt7_MpunctIwE() { +s32 PS4_SYSV_ABI _ZTVSt7_MpunctIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt7codecvtIcc9_MbstatetE() { +s32 PS4_SYSV_ABI _ZTVSt7codecvtIcc9_MbstatetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt7codecvtIDic9_MbstatetE() { +s32 PS4_SYSV_ABI _ZTVSt7codecvtIDic9_MbstatetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt7codecvtIDsc9_MbstatetE() { +s32 PS4_SYSV_ABI _ZTVSt7codecvtIDsc9_MbstatetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt7codecvtIwc9_MbstatetE() { +s32 PS4_SYSV_ABI _ZTVSt7codecvtIwc9_MbstatetE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt7collateIcE() { +s32 PS4_SYSV_ABI _ZTVSt7collateIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt7collateIwE() { +s32 PS4_SYSV_ABI _ZTVSt7collateIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTVSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTVSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTVSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTVSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt8bad_cast() { +s32 PS4_SYSV_ABI _ZTVSt8bad_cast() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt8ios_base() { +s32 PS4_SYSV_ABI _ZTVSt8ios_base() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt8messagesIcE() { +s32 PS4_SYSV_ABI _ZTVSt8messagesIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt8messagesIwE() { +s32 PS4_SYSV_ABI _ZTVSt8messagesIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt8numpunctIcE() { +s32 PS4_SYSV_ABI _ZTVSt8numpunctIcE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt8numpunctIwE() { +s32 PS4_SYSV_ABI _ZTVSt8numpunctIwE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTVSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTVSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTVSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTVSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt9bad_alloc() { +s32 PS4_SYSV_ABI _ZTVSt9bad_alloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt9exception() { +s32 PS4_SYSV_ABI _ZTVSt9exception() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTVSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTVSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { +s32 PS4_SYSV_ABI _ZTVSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { +s32 PS4_SYSV_ABI _ZTVSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZTVSt9type_info() { +s32 PS4_SYSV_ABI _ZTVSt9type_info() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetffldEPcRS3_S6_RSt8ios_basePiE4_Src() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetifldEPcRS3_S6_NSt5_IosbIiE9_FmtflagsERKSt6localeE4_Src() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE9_GetffldxEPcRS3_S6_RSt8ios_basePiE4_Src() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetffldEPcRS3_S6_RSt8ios_basePiE4_Src() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetifldEPcRS3_S6_NSt5_IosbIiE9_FmtflagsERKSt6localeE4_Src() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE9_GetffldxEPcRS3_S6_RSt8ios_basePiE4_Src() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetmfldERS3_S5_bRSt8ios_basePcE4_Src() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetmfldERS3_S5_bRSt8ios_basePwE4_Src() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basecRKSsE4_Src() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewRKSbIwS2_SaIwEEE4_Src() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNSt13basic_filebufIcSt11char_traitsIcEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNSt13basic_filebufIwSt11char_traitsIwEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI abort() { +s32 PS4_SYSV_ABI abort() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI abort_handler_s() { +s32 PS4_SYSV_ABI abort_handler_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI abs() { +s32 PS4_SYSV_ABI abs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI acos() { +s32 PS4_SYSV_ABI acos() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI acosf() { +s32 PS4_SYSV_ABI acosf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI acosh() { +s32 PS4_SYSV_ABI acosh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI acoshf() { +s32 PS4_SYSV_ABI acoshf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI acoshl() { +s32 PS4_SYSV_ABI acoshl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI acosl() { +s32 PS4_SYSV_ABI acosl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI alarm() { +s32 PS4_SYSV_ABI alarm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI aligned_alloc() { +s32 PS4_SYSV_ABI aligned_alloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI asctime() { +s32 PS4_SYSV_ABI asctime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI asctime_s() { +s32 PS4_SYSV_ABI asctime_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI asin() { +s32 PS4_SYSV_ABI asin() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI asinf() { +s32 PS4_SYSV_ABI asinf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI asinh() { +s32 PS4_SYSV_ABI asinh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI asinhf() { +s32 PS4_SYSV_ABI asinhf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI asinhl() { +s32 PS4_SYSV_ABI asinhl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI asinl() { +s32 PS4_SYSV_ABI asinl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI asprintf() { +s32 PS4_SYSV_ABI asprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI at_quick_exit() { +s32 PS4_SYSV_ABI at_quick_exit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atan() { +s32 PS4_SYSV_ABI atan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atan2() { +s32 PS4_SYSV_ABI atan2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atan2f() { +s32 PS4_SYSV_ABI atan2f() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atan2l() { +s32 PS4_SYSV_ABI atan2l() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atanf() { +s32 PS4_SYSV_ABI atanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atanh() { +s32 PS4_SYSV_ABI atanh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atanhf() { +s32 PS4_SYSV_ABI atanhf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atanhl() { +s32 PS4_SYSV_ABI atanhl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atanl() { +s32 PS4_SYSV_ABI atanl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atexit() { +s32 PS4_SYSV_ABI atexit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atof() { +s32 PS4_SYSV_ABI atof() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atoi() { +s32 PS4_SYSV_ABI atoi() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atol() { +s32 PS4_SYSV_ABI atol() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI atoll() { +s32 PS4_SYSV_ABI atoll() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI basename() { +s32 PS4_SYSV_ABI basename() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI basename_r() { +s32 PS4_SYSV_ABI basename_r() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI bcmp() { +s32 PS4_SYSV_ABI bcmp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI bcopy() { +s32 PS4_SYSV_ABI bcopy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI bsearch() { +s32 PS4_SYSV_ABI bsearch() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI bsearch_s() { +s32 PS4_SYSV_ABI bsearch_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI btowc() { +s32 PS4_SYSV_ABI btowc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI bzero() { +s32 PS4_SYSV_ABI bzero() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI c16rtomb() { +s32 PS4_SYSV_ABI c16rtomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI c32rtomb() { +s32 PS4_SYSV_ABI c32rtomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI calloc() { +s32 PS4_SYSV_ABI calloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI cbrt() { +s32 PS4_SYSV_ABI cbrt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI cbrtf() { +s32 PS4_SYSV_ABI cbrtf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI cbrtl() { +s32 PS4_SYSV_ABI cbrtl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ceil() { +s32 PS4_SYSV_ABI ceil() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ceilf() { +s32 PS4_SYSV_ABI ceilf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ceill() { +s32 PS4_SYSV_ABI ceill() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI clearerr() { +s32 PS4_SYSV_ABI clearerr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI clearerr_unlocked() { +s32 PS4_SYSV_ABI clearerr_unlocked() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI clock() { +s32 PS4_SYSV_ABI clock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI clock_1700() { +s32 PS4_SYSV_ABI clock_1700() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI closedir() { +s32 PS4_SYSV_ABI closedir() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI copysign() { +s32 PS4_SYSV_ABI copysign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI copysignf() { +s32 PS4_SYSV_ABI copysignf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI copysignl() { +s32 PS4_SYSV_ABI copysignl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI cos() { +s32 PS4_SYSV_ABI cos() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI cosf() { +s32 PS4_SYSV_ABI cosf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI cosh() { +s32 PS4_SYSV_ABI cosh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI coshf() { +s32 PS4_SYSV_ABI coshf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI coshl() { +s32 PS4_SYSV_ABI coshl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI cosl() { +s32 PS4_SYSV_ABI cosl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ctime() { +s32 PS4_SYSV_ABI ctime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ctime_s() { +s32 PS4_SYSV_ABI ctime_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI daemon() { +s32 PS4_SYSV_ABI daemon() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI daylight() { +s32 PS4_SYSV_ABI daylight() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI devname() { +s32 PS4_SYSV_ABI devname() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI devname_r() { +s32 PS4_SYSV_ABI devname_r() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI difftime() { +s32 PS4_SYSV_ABI difftime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI dirname() { +s32 PS4_SYSV_ABI dirname() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI div() { +s32 PS4_SYSV_ABI div() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI drand48() { +s32 PS4_SYSV_ABI drand48() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI drem() { +s32 PS4_SYSV_ABI drem() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI dremf() { +s32 PS4_SYSV_ABI dremf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI erand48() { +s32 PS4_SYSV_ABI erand48() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI erf() { +s32 PS4_SYSV_ABI erf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI erfc() { +s32 PS4_SYSV_ABI erfc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI erfcf() { +s32 PS4_SYSV_ABI erfcf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI erfcl() { +s32 PS4_SYSV_ABI erfcl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI erff() { +s32 PS4_SYSV_ABI erff() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI erfl() { +s32 PS4_SYSV_ABI erfl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI err() { +s32 PS4_SYSV_ABI err() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI err_set_exit() { +s32 PS4_SYSV_ABI err_set_exit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI err_set_file() { +s32 PS4_SYSV_ABI err_set_file() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI errc() { +s32 PS4_SYSV_ABI errc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI errx() { +s32 PS4_SYSV_ABI errx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI exit() { +s32 PS4_SYSV_ABI exit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI exp() { +s32 PS4_SYSV_ABI exp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI exp2() { +s32 PS4_SYSV_ABI exp2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI exp2f() { +s32 PS4_SYSV_ABI exp2f() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI exp2l() { +s32 PS4_SYSV_ABI exp2l() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI expf() { +s32 PS4_SYSV_ABI expf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI expl() { +s32 PS4_SYSV_ABI expl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI expm1() { +s32 PS4_SYSV_ABI expm1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI expm1f() { +s32 PS4_SYSV_ABI expm1f() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI expm1l() { +s32 PS4_SYSV_ABI expm1l() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fabs() { +s32 PS4_SYSV_ABI fabs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fabsf() { +s32 PS4_SYSV_ABI fabsf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fabsl() { +s32 PS4_SYSV_ABI fabsl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fclose() { +s32 PS4_SYSV_ABI fclose() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fcloseall() { +s32 PS4_SYSV_ABI fcloseall() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fdim() { +s32 PS4_SYSV_ABI fdim() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fdimf() { +s32 PS4_SYSV_ABI fdimf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fdiml() { +s32 PS4_SYSV_ABI fdiml() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fdopen() { +s32 PS4_SYSV_ABI fdopen() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fdopendir() { +s32 PS4_SYSV_ABI fdopendir() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI feclearexcept() { +s32 PS4_SYSV_ABI feclearexcept() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fedisableexcept() { +s32 PS4_SYSV_ABI fedisableexcept() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI feenableexcept() { +s32 PS4_SYSV_ABI feenableexcept() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fegetenv() { +s32 PS4_SYSV_ABI fegetenv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fegetexcept() { +s32 PS4_SYSV_ABI fegetexcept() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fegetexceptflag() { +s32 PS4_SYSV_ABI fegetexceptflag() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fegetround() { +s32 PS4_SYSV_ABI fegetround() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fegettrapenable() { +s32 PS4_SYSV_ABI fegettrapenable() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI feholdexcept() { +s32 PS4_SYSV_ABI feholdexcept() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI feof() { +s32 PS4_SYSV_ABI feof() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI feof_unlocked() { +s32 PS4_SYSV_ABI feof_unlocked() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI feraiseexcept() { +s32 PS4_SYSV_ABI feraiseexcept() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ferror() { +s32 PS4_SYSV_ABI ferror() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ferror_unlocked() { +s32 PS4_SYSV_ABI ferror_unlocked() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fesetenv() { +s32 PS4_SYSV_ABI fesetenv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fesetexceptflag() { +s32 PS4_SYSV_ABI fesetexceptflag() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fesetround() { +s32 PS4_SYSV_ABI fesetround() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fesettrapenable() { +s32 PS4_SYSV_ABI fesettrapenable() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fetestexcept() { +s32 PS4_SYSV_ABI fetestexcept() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI feupdateenv() { +s32 PS4_SYSV_ABI feupdateenv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fflush() { +s32 PS4_SYSV_ABI fflush() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fgetc() { +s32 PS4_SYSV_ABI fgetc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fgetln() { +s32 PS4_SYSV_ABI fgetln() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fgetpos() { +s32 PS4_SYSV_ABI fgetpos() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fgets() { +s32 PS4_SYSV_ABI fgets() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fgetwc() { +s32 PS4_SYSV_ABI fgetwc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fgetws() { +s32 PS4_SYSV_ABI fgetws() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fileno() { +s32 PS4_SYSV_ABI fileno() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fileno_unlocked() { +s32 PS4_SYSV_ABI fileno_unlocked() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI finite() { +s32 PS4_SYSV_ABI finite() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI finitef() { +s32 PS4_SYSV_ABI finitef() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI flockfile() { +s32 PS4_SYSV_ABI flockfile() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI floor() { +s32 PS4_SYSV_ABI floor() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI floorf() { +s32 PS4_SYSV_ABI floorf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI floorl() { +s32 PS4_SYSV_ABI floorl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI flsl() { +s32 PS4_SYSV_ABI flsl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fma() { +s32 PS4_SYSV_ABI fma() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fmaf() { +s32 PS4_SYSV_ABI fmaf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fmal() { +s32 PS4_SYSV_ABI fmal() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fmax() { +s32 PS4_SYSV_ABI fmax() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fmaxf() { +s32 PS4_SYSV_ABI fmaxf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fmaxl() { +s32 PS4_SYSV_ABI fmaxl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fmin() { +s32 PS4_SYSV_ABI fmin() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fminf() { +s32 PS4_SYSV_ABI fminf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fminl() { +s32 PS4_SYSV_ABI fminl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fmod() { +s32 PS4_SYSV_ABI fmod() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fmodf() { +s32 PS4_SYSV_ABI fmodf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fmodl() { +s32 PS4_SYSV_ABI fmodl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fopen() { +s32 PS4_SYSV_ABI fopen() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fopen_s() { +s32 PS4_SYSV_ABI fopen_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fprintf() { +s32 PS4_SYSV_ABI fprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fprintf_s() { +s32 PS4_SYSV_ABI fprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fpurge() { +s32 PS4_SYSV_ABI fpurge() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fputc() { +s32 PS4_SYSV_ABI fputc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fputs() { +s32 PS4_SYSV_ABI fputs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fputwc() { +s32 PS4_SYSV_ABI fputwc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fputws() { +s32 PS4_SYSV_ABI fputws() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fread() { +s32 PS4_SYSV_ABI fread() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI free() { +s32 PS4_SYSV_ABI free() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI freeifaddrs() { +s32 PS4_SYSV_ABI freeifaddrs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI freopen() { +s32 PS4_SYSV_ABI freopen() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI freopen_s() { +s32 PS4_SYSV_ABI freopen_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI frexp() { +s32 PS4_SYSV_ABI frexp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI frexpf() { +s32 PS4_SYSV_ABI frexpf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI frexpl() { +s32 PS4_SYSV_ABI frexpl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fscanf() { +s32 PS4_SYSV_ABI fscanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fscanf_s() { +s32 PS4_SYSV_ABI fscanf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fseek() { +s32 PS4_SYSV_ABI fseek() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fseeko() { +s32 PS4_SYSV_ABI fseeko() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fsetpos() { +s32 PS4_SYSV_ABI fsetpos() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fstatvfs() { +s32 PS4_SYSV_ABI fstatvfs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ftell() { +s32 PS4_SYSV_ABI ftell() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ftello() { +s32 PS4_SYSV_ABI ftello() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ftrylockfile() { +s32 PS4_SYSV_ABI ftrylockfile() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI funlockfile() { +s32 PS4_SYSV_ABI funlockfile() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fwide() { +s32 PS4_SYSV_ABI fwide() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fwprintf() { +s32 PS4_SYSV_ABI fwprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fwprintf_s() { +s32 PS4_SYSV_ABI fwprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fwrite() { +s32 PS4_SYSV_ABI fwrite() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fwscanf() { +s32 PS4_SYSV_ABI fwscanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI fwscanf_s() { +s32 PS4_SYSV_ABI fwscanf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI gamma() { +s32 PS4_SYSV_ABI gamma() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI gamma_r() { +s32 PS4_SYSV_ABI gamma_r() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI gammaf() { +s32 PS4_SYSV_ABI gammaf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI gammaf_r() { +s32 PS4_SYSV_ABI gammaf_r() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getc() { +s32 PS4_SYSV_ABI getc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getc_unlocked() { +s32 PS4_SYSV_ABI getc_unlocked() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getchar() { +s32 PS4_SYSV_ABI getchar() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getchar_unlocked() { +s32 PS4_SYSV_ABI getchar_unlocked() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getcwd() { +s32 PS4_SYSV_ABI getcwd() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getenv() { +s32 PS4_SYSV_ABI getenv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI gethostname() { +s32 PS4_SYSV_ABI gethostname() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getifaddrs() { +s32 PS4_SYSV_ABI getifaddrs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getopt() { +s32 PS4_SYSV_ABI getopt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getopt_long() { +s32 PS4_SYSV_ABI getopt_long() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getopt_long_only() { +s32 PS4_SYSV_ABI getopt_long_only() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getprogname() { +s32 PS4_SYSV_ABI getprogname() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI gets() { +s32 PS4_SYSV_ABI gets() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI gets_s() { +s32 PS4_SYSV_ABI gets_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getw() { +s32 PS4_SYSV_ABI getw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getwc() { +s32 PS4_SYSV_ABI getwc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getwchar() { +s32 PS4_SYSV_ABI getwchar() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI gmtime() { +s32 PS4_SYSV_ABI gmtime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI gmtime_s() { +s32 PS4_SYSV_ABI gmtime_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI hypot() { +s32 PS4_SYSV_ABI hypot() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI hypot3() { +s32 PS4_SYSV_ABI hypot3() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI hypot3f() { +s32 PS4_SYSV_ABI hypot3f() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI hypot3l() { +s32 PS4_SYSV_ABI hypot3l() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI hypotf() { +s32 PS4_SYSV_ABI hypotf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI hypotl() { +s32 PS4_SYSV_ABI hypotl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ignore_handler_s() { +s32 PS4_SYSV_ABI ignore_handler_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ilogb() { +s32 PS4_SYSV_ABI ilogb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ilogbf() { +s32 PS4_SYSV_ABI ilogbf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ilogbl() { +s32 PS4_SYSV_ABI ilogbl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI imaxabs() { +s32 PS4_SYSV_ABI imaxabs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI imaxdiv() { +s32 PS4_SYSV_ABI imaxdiv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI index() { +s32 PS4_SYSV_ABI index() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI inet_addr() { +s32 PS4_SYSV_ABI inet_addr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI inet_aton() { +s32 PS4_SYSV_ABI inet_aton() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI inet_ntoa() { +s32 PS4_SYSV_ABI inet_ntoa() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI inet_ntoa_r() { +s32 PS4_SYSV_ABI inet_ntoa_r() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI initstate() { +s32 PS4_SYSV_ABI initstate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI isalnum() { +s32 PS4_SYSV_ABI isalnum() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI isalpha() { +s32 PS4_SYSV_ABI isalpha() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI isblank() { +s32 PS4_SYSV_ABI isblank() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iscntrl() { +s32 PS4_SYSV_ABI iscntrl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI isdigit() { +s32 PS4_SYSV_ABI isdigit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI isgraph() { +s32 PS4_SYSV_ABI isgraph() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI isinf() { +s32 PS4_SYSV_ABI isinf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI islower() { +s32 PS4_SYSV_ABI islower() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI isnan() { +s32 PS4_SYSV_ABI isnan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI isnanf() { +s32 PS4_SYSV_ABI isnanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI isprint() { +s32 PS4_SYSV_ABI isprint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ispunct() { +s32 PS4_SYSV_ABI ispunct() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI isspace() { +s32 PS4_SYSV_ABI isspace() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI isupper() { +s32 PS4_SYSV_ABI isupper() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswalnum() { +s32 PS4_SYSV_ABI iswalnum() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswalpha() { +s32 PS4_SYSV_ABI iswalpha() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswblank() { +s32 PS4_SYSV_ABI iswblank() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswcntrl() { +s32 PS4_SYSV_ABI iswcntrl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswctype() { +s32 PS4_SYSV_ABI iswctype() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswdigit() { +s32 PS4_SYSV_ABI iswdigit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswgraph() { +s32 PS4_SYSV_ABI iswgraph() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswlower() { +s32 PS4_SYSV_ABI iswlower() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswprint() { +s32 PS4_SYSV_ABI iswprint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswpunct() { +s32 PS4_SYSV_ABI iswpunct() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswspace() { +s32 PS4_SYSV_ABI iswspace() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswupper() { +s32 PS4_SYSV_ABI iswupper() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI iswxdigit() { +s32 PS4_SYSV_ABI iswxdigit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI isxdigit() { +s32 PS4_SYSV_ABI isxdigit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI j0() { +s32 PS4_SYSV_ABI j0() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI j0f() { +s32 PS4_SYSV_ABI j0f() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI j1() { +s32 PS4_SYSV_ABI j1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI j1f() { +s32 PS4_SYSV_ABI j1f() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI jn() { +s32 PS4_SYSV_ABI jn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI jnf() { +s32 PS4_SYSV_ABI jnf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI jrand48() { +s32 PS4_SYSV_ABI jrand48() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI labs() { +s32 PS4_SYSV_ABI labs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lcong48() { +s32 PS4_SYSV_ABI lcong48() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ldexp() { +s32 PS4_SYSV_ABI ldexp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ldexpf() { +s32 PS4_SYSV_ABI ldexpf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ldexpl() { +s32 PS4_SYSV_ABI ldexpl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ldiv() { +s32 PS4_SYSV_ABI ldiv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lgamma() { +s32 PS4_SYSV_ABI lgamma() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lgamma_r() { +s32 PS4_SYSV_ABI lgamma_r() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lgammaf() { +s32 PS4_SYSV_ABI lgammaf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lgammaf_r() { +s32 PS4_SYSV_ABI lgammaf_r() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lgammal() { +s32 PS4_SYSV_ABI lgammal() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI llabs() { +s32 PS4_SYSV_ABI llabs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lldiv() { +s32 PS4_SYSV_ABI lldiv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI llrint() { +s32 PS4_SYSV_ABI llrint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI llrintf() { +s32 PS4_SYSV_ABI llrintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI llrintl() { +s32 PS4_SYSV_ABI llrintl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI llround() { +s32 PS4_SYSV_ABI llround() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI llroundf() { +s32 PS4_SYSV_ABI llroundf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI llroundl() { +s32 PS4_SYSV_ABI llroundl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI localeconv() { +s32 PS4_SYSV_ABI localeconv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI localtime() { +s32 PS4_SYSV_ABI localtime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI localtime_s() { +s32 PS4_SYSV_ABI localtime_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI log() { +s32 PS4_SYSV_ABI log() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI log10() { +s32 PS4_SYSV_ABI log10() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI log10f() { +s32 PS4_SYSV_ABI log10f() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI log10l() { +s32 PS4_SYSV_ABI log10l() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI log1p() { +s32 PS4_SYSV_ABI log1p() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI log1pf() { +s32 PS4_SYSV_ABI log1pf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI log1pl() { +s32 PS4_SYSV_ABI log1pl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI log2() { +s32 PS4_SYSV_ABI log2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI log2f() { +s32 PS4_SYSV_ABI log2f() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI log2l() { +s32 PS4_SYSV_ABI log2l() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI logb() { +s32 PS4_SYSV_ABI logb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI logbf() { +s32 PS4_SYSV_ABI logbf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI logbl() { +s32 PS4_SYSV_ABI logbl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI logf() { +s32 PS4_SYSV_ABI logf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI logl() { +s32 PS4_SYSV_ABI logl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI longjmp() { +s32 PS4_SYSV_ABI longjmp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lrand48() { +s32 PS4_SYSV_ABI lrand48() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lrint() { +s32 PS4_SYSV_ABI lrint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lrintf() { +s32 PS4_SYSV_ABI lrintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lrintl() { +s32 PS4_SYSV_ABI lrintl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lround() { +s32 PS4_SYSV_ABI lround() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lroundf() { +s32 PS4_SYSV_ABI lroundf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI lroundl() { +s32 PS4_SYSV_ABI lroundl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI makecontext() { +s32 PS4_SYSV_ABI makecontext() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI malloc() { +s32 PS4_SYSV_ABI malloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI malloc_check_memory_bounds() { +s32 PS4_SYSV_ABI malloc_check_memory_bounds() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI malloc_finalize() { +s32 PS4_SYSV_ABI malloc_finalize() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI malloc_get_footer_value() { +s32 PS4_SYSV_ABI malloc_get_footer_value() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI malloc_get_malloc_state() { +s32 PS4_SYSV_ABI malloc_get_malloc_state() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI malloc_initialize() { +s32 PS4_SYSV_ABI malloc_initialize() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI malloc_report_memory_blocks() { +s32 PS4_SYSV_ABI malloc_report_memory_blocks() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI malloc_stats() { +s32 PS4_SYSV_ABI malloc_stats() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI malloc_stats_fast() { +s32 PS4_SYSV_ABI malloc_stats_fast() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI malloc_usable_size() { +s32 PS4_SYSV_ABI malloc_usable_size() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mblen() { +s32 PS4_SYSV_ABI mblen() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mbrlen() { +s32 PS4_SYSV_ABI mbrlen() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mbrtoc16() { +s32 PS4_SYSV_ABI mbrtoc16() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mbrtoc32() { +s32 PS4_SYSV_ABI mbrtoc32() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mbrtowc() { +s32 PS4_SYSV_ABI mbrtowc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mbsinit() { +s32 PS4_SYSV_ABI mbsinit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mbsrtowcs() { +s32 PS4_SYSV_ABI mbsrtowcs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mbsrtowcs_s() { +s32 PS4_SYSV_ABI mbsrtowcs_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mbstowcs() { +s32 PS4_SYSV_ABI mbstowcs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mbstowcs_s() { +s32 PS4_SYSV_ABI mbstowcs_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mbtowc() { +s32 PS4_SYSV_ABI mbtowc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI memalign() { +s32 PS4_SYSV_ABI memalign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI memchr() { +s32 PS4_SYSV_ABI memchr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI memcmp() { +s32 PS4_SYSV_ABI memcmp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI memcpy() { +s32 PS4_SYSV_ABI memcpy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI memcpy_s() { +s32 PS4_SYSV_ABI memcpy_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI memmove() { +s32 PS4_SYSV_ABI memmove() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI memmove_s() { +s32 PS4_SYSV_ABI memmove_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI memrchr() { +s32 PS4_SYSV_ABI memrchr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI memset() { +s32 PS4_SYSV_ABI memset() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI memset_s() { +s32 PS4_SYSV_ABI memset_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mergesort() { +s32 PS4_SYSV_ABI mergesort() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mktime() { +s32 PS4_SYSV_ABI mktime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI modf() { +s32 PS4_SYSV_ABI modf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI modff() { +s32 PS4_SYSV_ABI modff() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI modfl() { +s32 PS4_SYSV_ABI modfl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI mrand48() { +s32 PS4_SYSV_ABI mrand48() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nan() { +s32 PS4_SYSV_ABI nan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nanf() { +s32 PS4_SYSV_ABI nanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nanl() { +s32 PS4_SYSV_ABI nanl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nearbyint() { +s32 PS4_SYSV_ABI nearbyint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nearbyintf() { +s32 PS4_SYSV_ABI nearbyintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nearbyintl() { +s32 PS4_SYSV_ABI nearbyintl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Need_sceLibcInternal() { +s32 PS4_SYSV_ABI Need_sceLibcInternal() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nextafter() { +s32 PS4_SYSV_ABI nextafter() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nextafterf() { +s32 PS4_SYSV_ABI nextafterf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nextafterl() { +s32 PS4_SYSV_ABI nextafterl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nexttoward() { +s32 PS4_SYSV_ABI nexttoward() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nexttowardf() { +s32 PS4_SYSV_ABI nexttowardf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nexttowardl() { +s32 PS4_SYSV_ABI nexttowardl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI nrand48() { +s32 PS4_SYSV_ABI nrand48() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI opendir() { +s32 PS4_SYSV_ABI opendir() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI optarg() { +s32 PS4_SYSV_ABI optarg() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI opterr() { +s32 PS4_SYSV_ABI opterr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI optind() { +s32 PS4_SYSV_ABI optind() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI optopt() { +s32 PS4_SYSV_ABI optopt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI optreset() { +s32 PS4_SYSV_ABI optreset() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI perror() { +s32 PS4_SYSV_ABI perror() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_memalign() { +s32 PS4_SYSV_ABI posix_memalign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawn() { +s32 PS4_SYSV_ABI posix_spawn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawn_file_actions_addclose() { +s32 PS4_SYSV_ABI posix_spawn_file_actions_addclose() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawn_file_actions_adddup2() { +s32 PS4_SYSV_ABI posix_spawn_file_actions_adddup2() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawn_file_actions_addopen() { +s32 PS4_SYSV_ABI posix_spawn_file_actions_addopen() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawn_file_actions_destroy() { +s32 PS4_SYSV_ABI posix_spawn_file_actions_destroy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawn_file_actions_init() { +s32 PS4_SYSV_ABI posix_spawn_file_actions_init() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_destroy() { +s32 PS4_SYSV_ABI posix_spawnattr_destroy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_getflags() { +s32 PS4_SYSV_ABI posix_spawnattr_getflags() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_getpgroup() { +s32 PS4_SYSV_ABI posix_spawnattr_getpgroup() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_getschedparam() { +s32 PS4_SYSV_ABI posix_spawnattr_getschedparam() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_getschedpolicy() { +s32 PS4_SYSV_ABI posix_spawnattr_getschedpolicy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_getsigdefault() { +s32 PS4_SYSV_ABI posix_spawnattr_getsigdefault() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_getsigmask() { +s32 PS4_SYSV_ABI posix_spawnattr_getsigmask() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_init() { +s32 PS4_SYSV_ABI posix_spawnattr_init() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_setflags() { +s32 PS4_SYSV_ABI posix_spawnattr_setflags() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_setpgroup() { +s32 PS4_SYSV_ABI posix_spawnattr_setpgroup() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_setschedparam() { +s32 PS4_SYSV_ABI posix_spawnattr_setschedparam() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_setschedpolicy() { +s32 PS4_SYSV_ABI posix_spawnattr_setschedpolicy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_setsigdefault() { +s32 PS4_SYSV_ABI posix_spawnattr_setsigdefault() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnattr_setsigmask() { +s32 PS4_SYSV_ABI posix_spawnattr_setsigmask() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI posix_spawnp() { +s32 PS4_SYSV_ABI posix_spawnp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI pow() { +s32 PS4_SYSV_ABI pow() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI powf() { +s32 PS4_SYSV_ABI powf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI powl() { +s32 PS4_SYSV_ABI powl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI printf() { +s32 PS4_SYSV_ABI printf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI printf_s() { +s32 PS4_SYSV_ABI printf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI psignal() { +s32 PS4_SYSV_ABI psignal() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI putc() { +s32 PS4_SYSV_ABI putc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI putc_unlocked() { +s32 PS4_SYSV_ABI putc_unlocked() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI putchar() { +s32 PS4_SYSV_ABI putchar() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI putchar_unlocked() { +s32 PS4_SYSV_ABI putchar_unlocked() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI putenv() { +s32 PS4_SYSV_ABI putenv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI puts() { +s32 PS4_SYSV_ABI puts() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI putw() { +s32 PS4_SYSV_ABI putw() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI putwc() { +s32 PS4_SYSV_ABI putwc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI putwchar() { +s32 PS4_SYSV_ABI putwchar() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI qsort() { +s32 PS4_SYSV_ABI qsort() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI qsort_s() { +s32 PS4_SYSV_ABI qsort_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI quick_exit() { +s32 PS4_SYSV_ABI quick_exit() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rand() { +s32 PS4_SYSV_ABI rand() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rand_r() { +s32 PS4_SYSV_ABI rand_r() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI random() { +s32 PS4_SYSV_ABI random() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI readdir() { +s32 PS4_SYSV_ABI readdir() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI readdir_r() { +s32 PS4_SYSV_ABI readdir_r() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI realloc() { +s32 PS4_SYSV_ABI realloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI reallocalign() { +s32 PS4_SYSV_ABI reallocalign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI reallocf() { +s32 PS4_SYSV_ABI reallocf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI realpath() { +s32 PS4_SYSV_ABI realpath() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI remainder() { +s32 PS4_SYSV_ABI remainder() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI remainderf() { +s32 PS4_SYSV_ABI remainderf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI remainderl() { +s32 PS4_SYSV_ABI remainderl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI remove() { +s32 PS4_SYSV_ABI remove() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI remquo() { +s32 PS4_SYSV_ABI remquo() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI remquof() { +s32 PS4_SYSV_ABI remquof() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI remquol() { +s32 PS4_SYSV_ABI remquol() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rewind() { +s32 PS4_SYSV_ABI rewind() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rewinddir() { +s32 PS4_SYSV_ABI rewinddir() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rindex() { +s32 PS4_SYSV_ABI rindex() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rint() { +s32 PS4_SYSV_ABI rint() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rintf() { +s32 PS4_SYSV_ABI rintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI rintl() { +s32 PS4_SYSV_ABI rintl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI round() { +s32 PS4_SYSV_ABI round() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI roundf() { +s32 PS4_SYSV_ABI roundf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI roundl() { +s32 PS4_SYSV_ABI roundl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scalb() { +s32 PS4_SYSV_ABI scalb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scalbf() { +s32 PS4_SYSV_ABI scalbf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scalbln() { +s32 PS4_SYSV_ABI scalbln() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scalblnf() { +s32 PS4_SYSV_ABI scalblnf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scalblnl() { +s32 PS4_SYSV_ABI scalblnl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scalbn() { +s32 PS4_SYSV_ABI scalbn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scalbnf() { +s32 PS4_SYSV_ABI scalbnf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scalbnl() { +s32 PS4_SYSV_ABI scalbnl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scanf() { +s32 PS4_SYSV_ABI scanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scanf_s() { +s32 PS4_SYSV_ABI scanf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcDebugOut() { +s32 PS4_SYSV_ABI sceLibcDebugOut() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcHeapGetAddressRanges() { +s32 PS4_SYSV_ABI sceLibcHeapGetAddressRanges() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcHeapMutexCalloc() { +s32 PS4_SYSV_ABI sceLibcHeapMutexCalloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcHeapMutexFree() { +s32 PS4_SYSV_ABI sceLibcHeapMutexFree() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcHeapSetAddressRangeCallback() { +s32 PS4_SYSV_ABI sceLibcHeapSetAddressRangeCallback() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcHeapSetTraceMarker() { +s32 PS4_SYSV_ABI sceLibcHeapSetTraceMarker() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcHeapUnsetTraceMarker() { +s32 PS4_SYSV_ABI sceLibcHeapUnsetTraceMarker() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcInternalMemoryGetWakeAddr() { +s32 PS4_SYSV_ABI sceLibcInternalMemoryGetWakeAddr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcInternalMemoryMutexEnable() { +s32 PS4_SYSV_ABI sceLibcInternalMemoryMutexEnable() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcInternalSetMallocCallback() { +s32 PS4_SYSV_ABI sceLibcInternalSetMallocCallback() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceAlignedAlloc() { +s32 PS4_SYSV_ABI sceLibcMspaceAlignedAlloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceCalloc() { +s32 PS4_SYSV_ABI sceLibcMspaceCalloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceCreate() { +s32 PS4_SYSV_ABI sceLibcMspaceCreate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceDestroy() { +s32 PS4_SYSV_ABI sceLibcMspaceDestroy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceFree() { +s32 PS4_SYSV_ABI sceLibcMspaceFree() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceGetAddressRanges() { +s32 PS4_SYSV_ABI sceLibcMspaceGetAddressRanges() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceIsHeapEmpty() { +s32 PS4_SYSV_ABI sceLibcMspaceIsHeapEmpty() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceMalloc() { +s32 PS4_SYSV_ABI sceLibcMspaceMalloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceMallocStats() { +s32 PS4_SYSV_ABI sceLibcMspaceMallocStats() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceMallocStatsFast() { +s32 PS4_SYSV_ABI sceLibcMspaceMallocStatsFast() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceMallocUsableSize() { +s32 PS4_SYSV_ABI sceLibcMspaceMallocUsableSize() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceMemalign() { +s32 PS4_SYSV_ABI sceLibcMspaceMemalign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspacePosixMemalign() { +s32 PS4_SYSV_ABI sceLibcMspacePosixMemalign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceRealloc() { +s32 PS4_SYSV_ABI sceLibcMspaceRealloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceReallocalign() { +s32 PS4_SYSV_ABI sceLibcMspaceReallocalign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcMspaceSetMallocCallback() { +s32 PS4_SYSV_ABI sceLibcMspaceSetMallocCallback() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcOnce() { +s32 PS4_SYSV_ABI sceLibcOnce() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceCalloc() { +s32 PS4_SYSV_ABI sceLibcPafMspaceCalloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceCheckMemoryBounds() { +s32 PS4_SYSV_ABI sceLibcPafMspaceCheckMemoryBounds() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceCreate() { +s32 PS4_SYSV_ABI sceLibcPafMspaceCreate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceDestroy() { +s32 PS4_SYSV_ABI sceLibcPafMspaceDestroy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceFree() { +s32 PS4_SYSV_ABI sceLibcPafMspaceFree() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceGetFooterValue() { +s32 PS4_SYSV_ABI sceLibcPafMspaceGetFooterValue() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceIsHeapEmpty() { +s32 PS4_SYSV_ABI sceLibcPafMspaceIsHeapEmpty() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceMalloc() { +s32 PS4_SYSV_ABI sceLibcPafMspaceMalloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceMallocStats() { +s32 PS4_SYSV_ABI sceLibcPafMspaceMallocStats() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceMallocStatsFast() { +s32 PS4_SYSV_ABI sceLibcPafMspaceMallocStatsFast() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceMallocUsableSize() { +s32 PS4_SYSV_ABI sceLibcPafMspaceMallocUsableSize() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceMemalign() { +s32 PS4_SYSV_ABI sceLibcPafMspaceMemalign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspacePosixMemalign() { +s32 PS4_SYSV_ABI sceLibcPafMspacePosixMemalign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceRealloc() { +s32 PS4_SYSV_ABI sceLibcPafMspaceRealloc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceReallocalign() { +s32 PS4_SYSV_ABI sceLibcPafMspaceReallocalign() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceReportMemoryBlocks() { +s32 PS4_SYSV_ABI sceLibcPafMspaceReportMemoryBlocks() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLibcPafMspaceTrim() { +s32 PS4_SYSV_ABI sceLibcPafMspaceTrim() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI seed48() { +s32 PS4_SYSV_ABI seed48() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI seekdir() { +s32 PS4_SYSV_ABI seekdir() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI set_constraint_handler_s() { +s32 PS4_SYSV_ABI set_constraint_handler_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setbuf() { +s32 PS4_SYSV_ABI setbuf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setenv() { +s32 PS4_SYSV_ABI setenv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setjmp() { +s32 PS4_SYSV_ABI setjmp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setlocale() { +s32 PS4_SYSV_ABI setlocale() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setstate() { +s32 PS4_SYSV_ABI setstate() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI setvbuf() { +s32 PS4_SYSV_ABI setvbuf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigblock() { +s32 PS4_SYSV_ABI sigblock() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI siginterrupt() { +s32 PS4_SYSV_ABI siginterrupt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI signalcontext() { +s32 PS4_SYSV_ABI signalcontext() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI signgam() { +s32 PS4_SYSV_ABI signgam() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI significand() { +s32 PS4_SYSV_ABI significand() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI significandf() { +s32 PS4_SYSV_ABI significandf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigsetmask() { +s32 PS4_SYSV_ABI sigsetmask() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sigvec() { +s32 PS4_SYSV_ABI sigvec() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sin() { +s32 PS4_SYSV_ABI sin() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sincos() { +s32 PS4_SYSV_ABI sincos() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sincosf() { +s32 PS4_SYSV_ABI sincosf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sinf() { +s32 PS4_SYSV_ABI sinf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sinh() { +s32 PS4_SYSV_ABI sinh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sinhf() { +s32 PS4_SYSV_ABI sinhf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sinhl() { +s32 PS4_SYSV_ABI sinhl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sinl() { +s32 PS4_SYSV_ABI sinl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI snprintf() { +s32 PS4_SYSV_ABI snprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI snprintf_s() { +s32 PS4_SYSV_ABI snprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI snwprintf_s() { +s32 PS4_SYSV_ABI snwprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sprintf() { +s32 PS4_SYSV_ABI sprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sprintf_s() { +s32 PS4_SYSV_ABI sprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sqrt() { +s32 PS4_SYSV_ABI sqrt() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sqrtf() { +s32 PS4_SYSV_ABI sqrtf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sqrtl() { +s32 PS4_SYSV_ABI sqrtl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI srand() { +s32 PS4_SYSV_ABI srand() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI srand48() { +s32 PS4_SYSV_ABI srand48() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI srandom() { +s32 PS4_SYSV_ABI srandom() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI srandomdev() { +s32 PS4_SYSV_ABI srandomdev() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sscanf() { +s32 PS4_SYSV_ABI sscanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sscanf_s() { +s32 PS4_SYSV_ABI sscanf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI statvfs() { +s32 PS4_SYSV_ABI statvfs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI stderr() { +s32 PS4_SYSV_ABI stderr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI stdin() { +s32 PS4_SYSV_ABI stdin() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI stdout() { +s32 PS4_SYSV_ABI stdout() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI stpcpy() { +s32 PS4_SYSV_ABI stpcpy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strcasecmp() { +s32 PS4_SYSV_ABI strcasecmp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strcat() { +s32 PS4_SYSV_ABI strcat() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strcat_s() { +s32 PS4_SYSV_ABI strcat_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strchr() { +s32 PS4_SYSV_ABI strchr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strcmp() { +s32 PS4_SYSV_ABI strcmp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strcoll() { +s32 PS4_SYSV_ABI strcoll() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strcpy() { +s32 PS4_SYSV_ABI strcpy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strcpy_s() { +s32 PS4_SYSV_ABI strcpy_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strcspn() { +s32 PS4_SYSV_ABI strcspn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strdup() { +s32 PS4_SYSV_ABI strdup() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strerror() { +s32 PS4_SYSV_ABI strerror() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strerror_r() { +s32 PS4_SYSV_ABI strerror_r() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strerror_s() { +s32 PS4_SYSV_ABI strerror_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strerrorlen_s() { +s32 PS4_SYSV_ABI strerrorlen_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strftime() { +s32 PS4_SYSV_ABI strftime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strlcat() { +s32 PS4_SYSV_ABI strlcat() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strlcpy() { +s32 PS4_SYSV_ABI strlcpy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strlen() { +s32 PS4_SYSV_ABI strlen() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strncasecmp() { +s32 PS4_SYSV_ABI strncasecmp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strncat() { +s32 PS4_SYSV_ABI strncat() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strncat_s() { +s32 PS4_SYSV_ABI strncat_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strncmp() { +s32 PS4_SYSV_ABI strncmp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strncpy() { +s32 PS4_SYSV_ABI strncpy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strncpy_s() { +s32 PS4_SYSV_ABI strncpy_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strndup() { +s32 PS4_SYSV_ABI strndup() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strnlen() { +s32 PS4_SYSV_ABI strnlen() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strnlen_s() { +s32 PS4_SYSV_ABI strnlen_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strnstr() { +s32 PS4_SYSV_ABI strnstr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strpbrk() { +s32 PS4_SYSV_ABI strpbrk() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strrchr() { +s32 PS4_SYSV_ABI strrchr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strsep() { +s32 PS4_SYSV_ABI strsep() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strspn() { +s32 PS4_SYSV_ABI strspn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strstr() { +s32 PS4_SYSV_ABI strstr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtod() { +s32 PS4_SYSV_ABI strtod() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtof() { +s32 PS4_SYSV_ABI strtof() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtoimax() { +s32 PS4_SYSV_ABI strtoimax() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtok() { +s32 PS4_SYSV_ABI strtok() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtok_r() { +s32 PS4_SYSV_ABI strtok_r() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtok_s() { +s32 PS4_SYSV_ABI strtok_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtol() { +s32 PS4_SYSV_ABI strtol() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtold() { +s32 PS4_SYSV_ABI strtold() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtoll() { +s32 PS4_SYSV_ABI strtoll() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtoul() { +s32 PS4_SYSV_ABI strtoul() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtoull() { +s32 PS4_SYSV_ABI strtoull() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtoumax() { +s32 PS4_SYSV_ABI strtoumax() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strtouq() { +s32 PS4_SYSV_ABI strtouq() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI strxfrm() { +s32 PS4_SYSV_ABI strxfrm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI swprintf() { +s32 PS4_SYSV_ABI swprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI swprintf_s() { +s32 PS4_SYSV_ABI swprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI swscanf() { +s32 PS4_SYSV_ABI swscanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI swscanf_s() { +s32 PS4_SYSV_ABI swscanf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sys_nsig() { +s32 PS4_SYSV_ABI sys_nsig() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sys_siglist() { +s32 PS4_SYSV_ABI sys_siglist() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sys_signame() { +s32 PS4_SYSV_ABI sys_signame() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI syslog() { +s32 PS4_SYSV_ABI syslog() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tan() { +s32 PS4_SYSV_ABI tan() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tanf() { +s32 PS4_SYSV_ABI tanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tanh() { +s32 PS4_SYSV_ABI tanh() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tanhf() { +s32 PS4_SYSV_ABI tanhf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tanhl() { +s32 PS4_SYSV_ABI tanhl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tanl() { +s32 PS4_SYSV_ABI tanl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI telldir() { +s32 PS4_SYSV_ABI telldir() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tgamma() { +s32 PS4_SYSV_ABI tgamma() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tgammaf() { +s32 PS4_SYSV_ABI tgammaf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tgammal() { +s32 PS4_SYSV_ABI tgammal() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI time() { +s32 PS4_SYSV_ABI time() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI timezone() { +s32 PS4_SYSV_ABI timezone() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tolower() { +s32 PS4_SYSV_ABI tolower() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI toupper() { +s32 PS4_SYSV_ABI toupper() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI towctrans() { +s32 PS4_SYSV_ABI towctrans() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI towlower() { +s32 PS4_SYSV_ABI towlower() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI towupper() { +s32 PS4_SYSV_ABI towupper() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI trunc() { +s32 PS4_SYSV_ABI trunc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI truncf() { +s32 PS4_SYSV_ABI truncf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI truncl() { +s32 PS4_SYSV_ABI truncl() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tzname() { +s32 PS4_SYSV_ABI tzname() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI tzset() { +s32 PS4_SYSV_ABI tzset() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ungetc() { +s32 PS4_SYSV_ABI ungetc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ungetwc() { +s32 PS4_SYSV_ABI ungetwc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI unsetenv() { +s32 PS4_SYSV_ABI unsetenv() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI utime() { +s32 PS4_SYSV_ABI utime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vasprintf() { +s32 PS4_SYSV_ABI vasprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI verr() { +s32 PS4_SYSV_ABI verr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI verrc() { +s32 PS4_SYSV_ABI verrc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI verrx() { +s32 PS4_SYSV_ABI verrx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vfprintf() { +s32 PS4_SYSV_ABI vfprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vfprintf_s() { +s32 PS4_SYSV_ABI vfprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vfscanf() { +s32 PS4_SYSV_ABI vfscanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vfscanf_s() { +s32 PS4_SYSV_ABI vfscanf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vfwprintf() { +s32 PS4_SYSV_ABI vfwprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vfwprintf_s() { +s32 PS4_SYSV_ABI vfwprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vfwscanf() { +s32 PS4_SYSV_ABI vfwscanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vfwscanf_s() { +s32 PS4_SYSV_ABI vfwscanf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vprintf() { +s32 PS4_SYSV_ABI vprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vprintf_s() { +s32 PS4_SYSV_ABI vprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vscanf() { +s32 PS4_SYSV_ABI vscanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vscanf_s() { +s32 PS4_SYSV_ABI vscanf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vsnprintf() { +s32 PS4_SYSV_ABI vsnprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vsnprintf_s() { +s32 PS4_SYSV_ABI vsnprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vsnwprintf_s() { +s32 PS4_SYSV_ABI vsnwprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vsprintf() { +s32 PS4_SYSV_ABI vsprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vsprintf_s() { +s32 PS4_SYSV_ABI vsprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vsscanf() { +s32 PS4_SYSV_ABI vsscanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vsscanf_s() { +s32 PS4_SYSV_ABI vsscanf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vswprintf() { +s32 PS4_SYSV_ABI vswprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vswprintf_s() { +s32 PS4_SYSV_ABI vswprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vswscanf() { +s32 PS4_SYSV_ABI vswscanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vswscanf_s() { +s32 PS4_SYSV_ABI vswscanf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vsyslog() { +s32 PS4_SYSV_ABI vsyslog() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vwarn() { +s32 PS4_SYSV_ABI vwarn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vwarnc() { +s32 PS4_SYSV_ABI vwarnc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vwarnx() { +s32 PS4_SYSV_ABI vwarnx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vwprintf() { +s32 PS4_SYSV_ABI vwprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vwprintf_s() { +s32 PS4_SYSV_ABI vwprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vwscanf() { +s32 PS4_SYSV_ABI vwscanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI vwscanf_s() { +s32 PS4_SYSV_ABI vwscanf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI warn() { +s32 PS4_SYSV_ABI warn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI warnc() { +s32 PS4_SYSV_ABI warnc() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI warnx() { +s32 PS4_SYSV_ABI warnx() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcrtomb() { +s32 PS4_SYSV_ABI wcrtomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcrtomb_s() { +s32 PS4_SYSV_ABI wcrtomb_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcscat() { +s32 PS4_SYSV_ABI wcscat() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcscat_s() { +s32 PS4_SYSV_ABI wcscat_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcschr() { +s32 PS4_SYSV_ABI wcschr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcscmp() { +s32 PS4_SYSV_ABI wcscmp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcscoll() { +s32 PS4_SYSV_ABI wcscoll() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcscpy() { +s32 PS4_SYSV_ABI wcscpy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcscpy_s() { +s32 PS4_SYSV_ABI wcscpy_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcscspn() { +s32 PS4_SYSV_ABI wcscspn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsftime() { +s32 PS4_SYSV_ABI wcsftime() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcslen() { +s32 PS4_SYSV_ABI wcslen() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsncat() { +s32 PS4_SYSV_ABI wcsncat() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsncat_s() { +s32 PS4_SYSV_ABI wcsncat_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsncmp() { +s32 PS4_SYSV_ABI wcsncmp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsncpy() { +s32 PS4_SYSV_ABI wcsncpy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsncpy_s() { +s32 PS4_SYSV_ABI wcsncpy_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsnlen_s() { +s32 PS4_SYSV_ABI wcsnlen_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcspbrk() { +s32 PS4_SYSV_ABI wcspbrk() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsrchr() { +s32 PS4_SYSV_ABI wcsrchr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsrtombs() { +s32 PS4_SYSV_ABI wcsrtombs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsrtombs_s() { +s32 PS4_SYSV_ABI wcsrtombs_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsspn() { +s32 PS4_SYSV_ABI wcsspn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsstr() { +s32 PS4_SYSV_ABI wcsstr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstod() { +s32 PS4_SYSV_ABI wcstod() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstof() { +s32 PS4_SYSV_ABI wcstof() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstoimax() { +s32 PS4_SYSV_ABI wcstoimax() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstok() { +s32 PS4_SYSV_ABI wcstok() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstok_s() { +s32 PS4_SYSV_ABI wcstok_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstol() { +s32 PS4_SYSV_ABI wcstol() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstold() { +s32 PS4_SYSV_ABI wcstold() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstoll() { +s32 PS4_SYSV_ABI wcstoll() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstombs() { +s32 PS4_SYSV_ABI wcstombs() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstombs_s() { +s32 PS4_SYSV_ABI wcstombs_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstoul() { +s32 PS4_SYSV_ABI wcstoul() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstoull() { +s32 PS4_SYSV_ABI wcstoull() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcstoumax() { +s32 PS4_SYSV_ABI wcstoumax() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wcsxfrm() { +s32 PS4_SYSV_ABI wcsxfrm() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wctob() { +s32 PS4_SYSV_ABI wctob() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wctomb() { +s32 PS4_SYSV_ABI wctomb() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wctomb_s() { +s32 PS4_SYSV_ABI wctomb_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wctrans() { +s32 PS4_SYSV_ABI wctrans() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wctype() { +s32 PS4_SYSV_ABI wctype() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wmemchr() { +s32 PS4_SYSV_ABI wmemchr() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wmemcmp() { +s32 PS4_SYSV_ABI wmemcmp() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wmemcpy() { +s32 PS4_SYSV_ABI wmemcpy() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wmemcpy_s() { +s32 PS4_SYSV_ABI wmemcpy_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wmemmove() { +s32 PS4_SYSV_ABI wmemmove() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wmemmove_s() { +s32 PS4_SYSV_ABI wmemmove_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wmemset() { +s32 PS4_SYSV_ABI wmemset() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wprintf() { +s32 PS4_SYSV_ABI wprintf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wprintf_s() { +s32 PS4_SYSV_ABI wprintf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wscanf() { +s32 PS4_SYSV_ABI wscanf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI wscanf_s() { +s32 PS4_SYSV_ABI wscanf_s() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI xtime_get() { +s32 PS4_SYSV_ABI xtime_get() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI y0() { +s32 PS4_SYSV_ABI y0() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI y0f() { +s32 PS4_SYSV_ABI y0f() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI y1() { +s32 PS4_SYSV_ABI y1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI y1f() { +s32 PS4_SYSV_ABI y1f() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI yn() { +s32 PS4_SYSV_ABI yn() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI ynf() { +s32 PS4_SYSV_ABI ynf() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_186EB8E3525D6240() { +s32 PS4_SYSV_ABI Func_186EB8E3525D6240() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_419F5881393ECAB1() { +s32 PS4_SYSV_ABI Func_419F5881393ECAB1() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_6C6B8377791654A4() { +s32 PS4_SYSV_ABI Func_6C6B8377791654A4() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_7FD2D5C8DF0ACBC8() { +s32 PS4_SYSV_ABI Func_7FD2D5C8DF0ACBC8() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C14A89D29B148C3A() { +s32 PS4_SYSV_ABI Func_C14A89D29B148C3A() { LOG_ERROR(Lib_LibcInternal, "(STUBBED) called"); return ORBIS_OK; } @@ -15326,18 +15326,18 @@ int PS4_SYSV_ABI Func_C14A89D29B148C3A() { void RegisterlibSceLibcInternal(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("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, __atomic_compare_exchange); LIB_FUNCTION("ZwapHUAcijE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -15404,7 +15404,8 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { __atomic_fetch_xor_8); LIB_FUNCTION("JZWEhLSIMoQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __atomic_is_lock_free); - LIB_FUNCTION("+iy+BecyFVw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,__atomic_load); + 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, @@ -15427,20 +15428,20 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { __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("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, __cxa_allocate_dependent_exception); LIB_FUNCTION("cfAXurvfl5o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __cxa_allocate_exception); - LIB_FUNCTION("tsvEmnenz48", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,__cxa_atexit); + 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, @@ -15481,158 +15482,176 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { __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("ZL9FV4mJXxo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, + __cxa_rethrow); LIB_FUNCTION("qKQiNX91IGo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __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("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("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("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, __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("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("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("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, __sync_fetch_and_add_16); LIB_FUNCTION("XmAquprnaGM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -15645,23 +15664,23 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { __sync_fetch_and_xor_16); LIB_FUNCTION("ufZdCzu8nME", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, __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("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, _Atomic_compare_exchange_strong); LIB_FUNCTION("SwJ-E2FImAo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -15682,7 +15701,7 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _Atomic_compare_exchange_weak_4); LIB_FUNCTION("bNFLV9DJxdc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Atomic_compare_exchange_weak_8); - LIB_FUNCTION("frx6Ge5+Uco", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_Atomic_copy); + 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, @@ -15765,263 +15784,266 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _Atomic_store_8); LIB_FUNCTION("-7vr7t-uto8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _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("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("7yMFgcS8EPA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Cnd_destroy); LIB_FUNCTION("vyLotuB6AS4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Cnd_do_broadcast_at_thread_exit); - LIB_FUNCTION("SreZybSRWpU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_Cnd_init); + LIB_FUNCTION("SreZybSRWpU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Cnd_init); LIB_FUNCTION("2B+V3qCqz4s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Cnd_init_with_name); LIB_FUNCTION("DV2AdZFFEh8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Cnd_register_at_thread_exit); - LIB_FUNCTION("0uuqgRz9qfo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_Cnd_signal); + 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, _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("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("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, _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("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, _Fetch_and_seq_cst_1); LIB_FUNCTION("xROUuk7ItMM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_and_seq_cst_2); LIB_FUNCTION("jQuruQuMlyo", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_and_seq_cst_4); - LIB_FUNCTION("ixWEOmOBavk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_Fetch_or_8); + LIB_FUNCTION("ixWEOmOBavk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_or_8); LIB_FUNCTION("2+6K-2tWaok", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_or_seq_cst_1); LIB_FUNCTION("-egu08GJ0lw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_or_seq_cst_2); LIB_FUNCTION("gI9un1H-fZk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_or_seq_cst_4); - LIB_FUNCTION("YhaOeniKcoA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_Fetch_xor_8); + LIB_FUNCTION("YhaOeniKcoA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_xor_8); LIB_FUNCTION("E2YhT7m79kM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_xor_seq_cst_1); LIB_FUNCTION("fgXJvOSrqfg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Fetch_xor_seq_cst_2); LIB_FUNCTION("cqcY17uV3dI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _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("-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("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, _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("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, _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("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, @@ -16030,133 +16052,134 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _malloc_prefork); LIB_FUNCTION("Sopthb9ztZI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _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("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("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, _Mtx_init_with_name); - LIB_FUNCTION("iS4aWbUonl0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_Mtx_lock); + 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("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("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("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("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("dmHEVUqDYGw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _rtld_error); LIB_FUNCTION("AdYYKgtPlqg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _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("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, _sceLibcGetMallocParam); LIB_FUNCTION("-hOAbTf3Cqc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _SceLibcTelemetoryOut); - LIB_FUNCTION("Do3zPpsXj1o", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_seekdir); + 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("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, _Thrd_start_with_attr); LIB_FUNCTION("ihfGsjLjmOM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_start_with_name); LIB_FUNCTION("ShanbBWU3AA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_start_with_name_attr); - LIB_FUNCTION("exNzzCAQuWM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_Thrd_yield); + LIB_FUNCTION("exNzzCAQuWM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Thrd_yield); LIB_FUNCTION("kQelMBYgkK0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _thread_autoinit_dummy_decl); LIB_FUNCTION("dmUgzUX3nXU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _thread_autoinit_dummy_decl_stub); - LIB_FUNCTION("PJW+-O4pj6I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_thread_init); + 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("+9ypoH8eJko", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Times); LIB_FUNCTION("hbY3mFi8XY0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Tls_setup__Costate); LIB_FUNCTION("JoeZJ15k5vU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -16183,15 +16206,15 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _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("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, _Unlock_shared_ptr_spin_lock); LIB_FUNCTION("aHUFijEWlxQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -16202,94 +16225,95 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _Unlocksyslock); LIB_FUNCTION("s62MgBhosjU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Unwind_Backtrace); - LIB_FUNCTION("sETNbyWsEHs", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_Unwind_GetIP); + 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, _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("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("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, _ZdaPvmRKSt9nothrow_t); LIB_FUNCTION("Y1RR+IQy6Pg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdaPvmSt11align_val_t); LIB_FUNCTION("m-fSo3EbxNA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdaPvRKSt9nothrow_t); - LIB_FUNCTION("Suc8W0QPxjw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_ZdaPvS_); + LIB_FUNCTION("Suc8W0QPxjw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdaPvS_); LIB_FUNCTION("v09ZcAhZzSc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdaPvSt11align_val_t); LIB_FUNCTION("dH3ucvQhfSY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _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("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, _ZdlPvmRKSt9nothrow_t); LIB_FUNCTION("nwujzxOPXzQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdlPvmSt11align_val_t); LIB_FUNCTION("McsGnqV6yRE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdlPvRKSt9nothrow_t); - LIB_FUNCTION("1vo6qqqa9F4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_ZdlPvS_); + LIB_FUNCTION("1vo6qqqa9F4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdlPvS_); LIB_FUNCTION("bZx+FFSlkUM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdlPvSt11align_val_t); LIB_FUNCTION("Dt9kllUFXS0", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZdlPvSt11align_val_tRKSt9nothrow_t); - LIB_FUNCTION("bPtdppw1+7I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_Zero); + LIB_FUNCTION("bPtdppw1+7I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Zero); LIB_FUNCTION("Bc4ozvHb4Kg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZGVNSt10moneypunctIcLb0EE2idE); LIB_FUNCTION("yzcKSTTCz1M", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -16420,7 +16444,7 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _ZN6Dinkum7threads21thread_resource_errorD0Ev); LIB_FUNCTION("NOaB7a1PZl8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZN6Dinkum7threads21thread_resource_errorD1Ev); - LIB_FUNCTION("hdm0YfMa7TQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_Znam); + LIB_FUNCTION("hdm0YfMa7TQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Znam); LIB_FUNCTION("Jh5qUcwiSEk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZnamRKSt9nothrow_t); LIB_FUNCTION("kn-rKRB0pfY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -17059,14 +17083,14 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _ZNSbIwSt11char_traitsIwESaIwEE6assignERKS2_mm); LIB_FUNCTION("w2GyuoXCnkw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZNSbIwSt11char_traitsIwESaIwEE6insertEmmw); - LIB_FUNCTION("6ZDv6ZusiFg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_ZNSiD0Ev); - LIB_FUNCTION("tJU-ttrsXsk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_ZNSiD1Ev); + 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("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, @@ -18405,7 +18429,7 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _ZNSt9type_infoD1Ev); LIB_FUNCTION("zb3436295XU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZNSt9type_infoD2Ev); - LIB_FUNCTION("fJnpuVVBbKk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_Znwm); + LIB_FUNCTION("fJnpuVVBbKk", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _Znwm); LIB_FUNCTION("ryUxD-60bKM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZnwmRKSt9nothrow_t); LIB_FUNCTION("3yxLpdKD0RA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -18508,20 +18532,20 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _ZSt22_Random_device_entropyv); LIB_FUNCTION("DNbsDRZ-ntI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _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("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, _ZSt6_ThrowRKSt9exception); - LIB_FUNCTION("kr5ph+wVAtU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_ZSt6ignore); - LIB_FUNCTION("FQ9NFbBHb5Y", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_ZSt7_BADOFF); + 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, _ZSt7_FiopenPKcNSt5_IosbIiE9_OpenmodeEi); LIB_FUNCTION("aqyjhIx7jaY", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -18534,8 +18558,9 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _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("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, @@ -18552,22 +18577,22 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _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("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, _ZTIN10__cxxabiv116__enum_type_infoE); LIB_FUNCTION("eD+mC6biMFI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -18598,56 +18623,56 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _ZTINSt6locale7_LocimpE); LIB_FUNCTION("sBCTjFk7Gi4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _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("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, @@ -18726,7 +18751,7 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _ZTISt23_Generic_error_category); LIB_FUNCTION("FCuvlxsgg0w", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTISt24_Iostream_error_category); - LIB_FUNCTION("QQsnQ2bWkdM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_ZTISt4_Pad); + 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, @@ -18797,25 +18822,25 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _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("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, _ZTSN10__cxxabiv116__enum_type_infoE); LIB_FUNCTION("6BYT26CFh58", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -18846,49 +18871,49 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _ZTSNSt6locale7_LocimpE); LIB_FUNCTION("C-3N+mEQli4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _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("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, @@ -18967,7 +18992,7 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _ZTSSt23_Generic_error_category); LIB_FUNCTION("ItmiNlkXVkQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTSSt24_Iostream_error_category); - LIB_FUNCTION("qR6GVq1IplU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_ZTSSt4_Pad); + 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, @@ -19038,11 +19063,11 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _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("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, @@ -19087,8 +19112,8 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _ZTVNSt6locale7_LocimpE); LIB_FUNCTION("yLE5H3058Ao", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTVNSt8ios_base7failureE); - LIB_FUNCTION("+8jItptyeQQ", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_ZTVSi); - LIB_FUNCTION("qjyK90UVVCM", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_ZTVSo); + 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, @@ -19153,7 +19178,7 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _ZTVSt23_Generic_error_category); LIB_FUNCTION("lJPCM50sdTc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZTVSt24_Iostream_error_category); - LIB_FUNCTION("CRoMIoZkYhU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,_ZTVSt4_Pad); + 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, @@ -19240,333 +19265,339 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { _ZZNSt13basic_filebufIcSt11char_traitsIcEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit); LIB_FUNCTION("AoZRvn-vaq4", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, _ZZNSt13basic_filebufIwSt11char_traitsIwEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit); - LIB_FUNCTION("L1SBTkC+Cvw", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,abort); + 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("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("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("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("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("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("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("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("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("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("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("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("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, malloc_check_memory_bounds); LIB_FUNCTION("J6FoFNydpFI", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -19579,63 +19610,63 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { malloc_initialize); LIB_FUNCTION("0F08WOP8G3s", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, malloc_report_memory_blocks); - LIB_FUNCTION("CC-BLMBu9-I", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,malloc_stats); + 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("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, 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("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("3Nr9caNHhyg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, posix_spawn); LIB_FUNCTION("Heh4KJwyoX8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, posix_spawn_file_actions_addclose); LIB_FUNCTION("LG6O0oW9bQU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -19674,61 +19705,62 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { posix_spawnattr_setsigdefault); LIB_FUNCTION("wCavZQ+m1PA", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, 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("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("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, @@ -19781,7 +19813,7 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { sceLibcMspaceReallocalign); LIB_FUNCTION("+CbwGRMnlfU", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sceLibcMspaceSetMallocCallback); - LIB_FUNCTION("HmgKoOWpUc8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,sceLibcOnce); + LIB_FUNCTION("HmgKoOWpUc8", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sceLibcOnce); LIB_FUNCTION("-lZdT34nAAE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sceLibcPafMspaceCalloc); LIB_FUNCTION("Pcq7UoYAcFE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, @@ -19816,231 +19848,233 @@ void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) { sceLibcPafMspaceReportMemoryBlocks); LIB_FUNCTION("AUYdq63RG3U", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, sceLibcPafMspaceTrim); - LIB_FUNCTION("2g5wco7AAHg", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,seed48); - LIB_FUNCTION("7WoI+lVawlc", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1,seekdir); + 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, 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("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, Func_186EB8E3525D6240); LIB_FUNCTION("QZ9YgTk+yrE", "libSceLibcInternal", 1, "libSceLibcInternal", 1, 1, diff --git a/libraries/libcinternal.h b/libraries/libcinternal.h index b31bfeb..dfca392 100644 --- a/libraries/libcinternal.h +++ b/libraries/libcinternal.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,3221 +11,3221 @@ class SymbolsResolver; namespace Libraries::LibcInternal { -int PS4_SYSV_ABI sceLibcHeapGetTraceInfo(); -int PS4_SYSV_ABI __absvdi2(); -int PS4_SYSV_ABI __absvsi2(); -int PS4_SYSV_ABI __absvti2(); -int PS4_SYSV_ABI __adddf3(); -int PS4_SYSV_ABI __addsf3(); -int PS4_SYSV_ABI __addvdi3(); -int PS4_SYSV_ABI __addvsi3(); -int PS4_SYSV_ABI __addvti3(); -int PS4_SYSV_ABI __ashldi3(); -int PS4_SYSV_ABI __ashlti3(); -int PS4_SYSV_ABI __ashrdi3(); -int PS4_SYSV_ABI __ashrti3(); -int PS4_SYSV_ABI __atomic_compare_exchange(); -int PS4_SYSV_ABI __atomic_compare_exchange_1(); -int PS4_SYSV_ABI __atomic_compare_exchange_2(); -int PS4_SYSV_ABI __atomic_compare_exchange_4(); -int PS4_SYSV_ABI __atomic_compare_exchange_8(); -int PS4_SYSV_ABI __atomic_compare_exchange_n(); -int PS4_SYSV_ABI __atomic_exchange(); -int PS4_SYSV_ABI __atomic_exchange_1(); -int PS4_SYSV_ABI __atomic_exchange_2(); -int PS4_SYSV_ABI __atomic_exchange_4(); -int PS4_SYSV_ABI __atomic_exchange_8(); -int PS4_SYSV_ABI __atomic_exchange_n(); -int PS4_SYSV_ABI __atomic_fetch_add_1(); -int PS4_SYSV_ABI __atomic_fetch_add_2(); -int PS4_SYSV_ABI __atomic_fetch_add_4(); -int PS4_SYSV_ABI __atomic_fetch_add_8(); -int PS4_SYSV_ABI __atomic_fetch_and_1(); -int PS4_SYSV_ABI __atomic_fetch_and_2(); -int PS4_SYSV_ABI __atomic_fetch_and_4(); -int PS4_SYSV_ABI __atomic_fetch_and_8(); -int PS4_SYSV_ABI __atomic_fetch_or_1(); -int PS4_SYSV_ABI __atomic_fetch_or_2(); -int PS4_SYSV_ABI __atomic_fetch_or_4(); -int PS4_SYSV_ABI __atomic_fetch_or_8(); -int PS4_SYSV_ABI __atomic_fetch_sub_1(); -int PS4_SYSV_ABI __atomic_fetch_sub_2(); -int PS4_SYSV_ABI __atomic_fetch_sub_4(); -int PS4_SYSV_ABI __atomic_fetch_sub_8(); -int PS4_SYSV_ABI __atomic_fetch_xor_1(); -int PS4_SYSV_ABI __atomic_fetch_xor_2(); -int PS4_SYSV_ABI __atomic_fetch_xor_4(); -int PS4_SYSV_ABI __atomic_fetch_xor_8(); -int PS4_SYSV_ABI __atomic_is_lock_free(); -int PS4_SYSV_ABI __atomic_load(); -int PS4_SYSV_ABI __atomic_load_1(); -int PS4_SYSV_ABI __atomic_load_2(); -int PS4_SYSV_ABI __atomic_load_4(); -int PS4_SYSV_ABI __atomic_load_8(); -int PS4_SYSV_ABI __atomic_load_n(); -int PS4_SYSV_ABI __atomic_store(); -int PS4_SYSV_ABI __atomic_store_1(); -int PS4_SYSV_ABI __atomic_store_2(); -int PS4_SYSV_ABI __atomic_store_4(); -int PS4_SYSV_ABI __atomic_store_8(); -int PS4_SYSV_ABI __atomic_store_n(); -int PS4_SYSV_ABI __cleanup(); -int PS4_SYSV_ABI __clzdi2(); -int PS4_SYSV_ABI __clzsi2(); -int PS4_SYSV_ABI __clzti2(); -int PS4_SYSV_ABI __cmpdi2(); -int PS4_SYSV_ABI __cmpti2(); -int PS4_SYSV_ABI __ctzdi2(); -int PS4_SYSV_ABI __ctzsi2(); -int PS4_SYSV_ABI __ctzti2(); -int PS4_SYSV_ABI __cxa_allocate_dependent_exception(); -int PS4_SYSV_ABI __cxa_allocate_exception(); -int PS4_SYSV_ABI __cxa_atexit(); -int PS4_SYSV_ABI __cxa_bad_cast(); -int PS4_SYSV_ABI __cxa_bad_typeid(); -int PS4_SYSV_ABI __cxa_begin_catch(); -int PS4_SYSV_ABI __cxa_call_unexpected(); -int PS4_SYSV_ABI __cxa_current_exception_type(); -int PS4_SYSV_ABI __cxa_current_primary_exception(); -int PS4_SYSV_ABI __cxa_decrement_exception_refcount(); -int PS4_SYSV_ABI __cxa_demangle(); -int PS4_SYSV_ABI __cxa_end_catch(); -int PS4_SYSV_ABI __cxa_finalize(); -int PS4_SYSV_ABI __cxa_free_dependent_exception(); -int PS4_SYSV_ABI __cxa_free_exception(); -int PS4_SYSV_ABI __cxa_get_exception_ptr(); -int PS4_SYSV_ABI __cxa_get_globals(); -int PS4_SYSV_ABI __cxa_get_globals_fast(); -int PS4_SYSV_ABI __cxa_guard_abort(); -int PS4_SYSV_ABI __cxa_guard_acquire(); -int PS4_SYSV_ABI __cxa_guard_release(); -int PS4_SYSV_ABI __cxa_increment_exception_refcount(); -int PS4_SYSV_ABI __cxa_pure_virtual(); -int PS4_SYSV_ABI __cxa_rethrow(); -int PS4_SYSV_ABI __cxa_rethrow_primary_exception(); -int PS4_SYSV_ABI __cxa_throw(); -int PS4_SYSV_ABI __divdc3(); -int PS4_SYSV_ABI __divdf3(); -int PS4_SYSV_ABI __divdi3(); -int PS4_SYSV_ABI __divmoddi4(); -int PS4_SYSV_ABI __divmodsi4(); -int PS4_SYSV_ABI __divsc3(); -int PS4_SYSV_ABI __divsf3(); -int PS4_SYSV_ABI __divsi3(); -int PS4_SYSV_ABI __divti3(); -int PS4_SYSV_ABI __divxc3(); -int PS4_SYSV_ABI __dynamic_cast(); -int PS4_SYSV_ABI __eqdf2(); -int PS4_SYSV_ABI __eqsf2(); -int PS4_SYSV_ABI __extendsfdf2(); -int PS4_SYSV_ABI __fe_dfl_env(); -int PS4_SYSV_ABI __fedisableexcept(); -int PS4_SYSV_ABI __feenableexcept(); -int PS4_SYSV_ABI __fflush(); -int PS4_SYSV_ABI __ffsdi2(); -int PS4_SYSV_ABI __ffsti2(); -int PS4_SYSV_ABI __fixdfdi(); -int PS4_SYSV_ABI __fixdfsi(); -int PS4_SYSV_ABI __fixdfti(); -int PS4_SYSV_ABI __fixsfdi(); -int PS4_SYSV_ABI __fixsfsi(); -int PS4_SYSV_ABI __fixsfti(); -int PS4_SYSV_ABI __fixunsdfdi(); -int PS4_SYSV_ABI __fixunsdfsi(); -int PS4_SYSV_ABI __fixunsdfti(); -int PS4_SYSV_ABI __fixunssfdi(); -int PS4_SYSV_ABI __fixunssfsi(); -int PS4_SYSV_ABI __fixunssfti(); -int PS4_SYSV_ABI __fixunsxfdi(); -int PS4_SYSV_ABI __fixunsxfsi(); -int PS4_SYSV_ABI __fixunsxfti(); -int PS4_SYSV_ABI __fixxfdi(); -int PS4_SYSV_ABI __fixxfti(); -int PS4_SYSV_ABI __floatdidf(); -int PS4_SYSV_ABI __floatdisf(); -int PS4_SYSV_ABI __floatdixf(); -int PS4_SYSV_ABI __floatsidf(); -int PS4_SYSV_ABI __floatsisf(); -int PS4_SYSV_ABI __floattidf(); -int PS4_SYSV_ABI __floattisf(); -int PS4_SYSV_ABI __floattixf(); -int PS4_SYSV_ABI __floatundidf(); -int PS4_SYSV_ABI __floatundisf(); -int PS4_SYSV_ABI __floatundixf(); -int PS4_SYSV_ABI __floatunsidf(); -int PS4_SYSV_ABI __floatunsisf(); -int PS4_SYSV_ABI __floatuntidf(); -int PS4_SYSV_ABI __floatuntisf(); -int PS4_SYSV_ABI __floatuntixf(); -int PS4_SYSV_ABI __fpclassifyd(); -int PS4_SYSV_ABI __fpclassifyf(); -int PS4_SYSV_ABI __fpclassifyl(); -int PS4_SYSV_ABI __gedf2(); -int PS4_SYSV_ABI __gesf2(); -int PS4_SYSV_ABI __gtdf2(); -int PS4_SYSV_ABI __gtsf2(); -int PS4_SYSV_ABI __gxx_personality_v0(); -int PS4_SYSV_ABI __inet_addr(); -int PS4_SYSV_ABI __inet_aton(); -int PS4_SYSV_ABI __inet_ntoa(); -int PS4_SYSV_ABI __inet_ntoa_r(); -int PS4_SYSV_ABI __isfinite(); -int PS4_SYSV_ABI __isfinitef(); -int PS4_SYSV_ABI __isfinitel(); -int PS4_SYSV_ABI __isinf(); -int PS4_SYSV_ABI __isinff(); -int PS4_SYSV_ABI __isinfl(); -int PS4_SYSV_ABI __isnan(); -int PS4_SYSV_ABI __isnanf(); -int PS4_SYSV_ABI __isnanl(); -int PS4_SYSV_ABI __isnormal(); -int PS4_SYSV_ABI __isnormalf(); -int PS4_SYSV_ABI __isnormall(); -int PS4_SYSV_ABI __isthreaded(); -int PS4_SYSV_ABI __kernel_cos(); -int PS4_SYSV_ABI __kernel_cosdf(); -int PS4_SYSV_ABI __kernel_rem_pio2(); -int PS4_SYSV_ABI __kernel_sin(); -int PS4_SYSV_ABI __kernel_sindf(); -int PS4_SYSV_ABI __ledf2(); -int PS4_SYSV_ABI __lesf2(); -int PS4_SYSV_ABI __longjmp(); -int PS4_SYSV_ABI __lshrdi3(); -int PS4_SYSV_ABI __lshrti3(); -int PS4_SYSV_ABI __ltdf2(); -int PS4_SYSV_ABI __ltsf2(); -int PS4_SYSV_ABI __mb_cur_max(); -int PS4_SYSV_ABI __mb_sb_limit(); -int PS4_SYSV_ABI __moddi3(); -int PS4_SYSV_ABI __modsi3(); -int PS4_SYSV_ABI __modti3(); -int PS4_SYSV_ABI __muldc3(); -int PS4_SYSV_ABI __muldf3(); -int PS4_SYSV_ABI __muldi3(); -int PS4_SYSV_ABI __mulodi4(); -int PS4_SYSV_ABI __mulosi4(); -int PS4_SYSV_ABI __muloti4(); -int PS4_SYSV_ABI __mulsc3(); -int PS4_SYSV_ABI __mulsf3(); -int PS4_SYSV_ABI __multi3(); -int PS4_SYSV_ABI __mulvdi3(); -int PS4_SYSV_ABI __mulvsi3(); -int PS4_SYSV_ABI __mulvti3(); -int PS4_SYSV_ABI __mulxc3(); -int PS4_SYSV_ABI __nedf2(); -int PS4_SYSV_ABI __negdf2(); -int PS4_SYSV_ABI __negdi2(); -int PS4_SYSV_ABI __negsf2(); -int PS4_SYSV_ABI __negti2(); -int PS4_SYSV_ABI __negvdi2(); -int PS4_SYSV_ABI __negvsi2(); -int PS4_SYSV_ABI __negvti2(); -int PS4_SYSV_ABI __nesf2(); -int PS4_SYSV_ABI __opendir2(); -int PS4_SYSV_ABI __paritydi2(); -int PS4_SYSV_ABI __paritysi2(); -int PS4_SYSV_ABI __parityti2(); -int PS4_SYSV_ABI __popcountdi2(); -int PS4_SYSV_ABI __popcountsi2(); -int PS4_SYSV_ABI __popcountti2(); -int PS4_SYSV_ABI __powidf2(); -int PS4_SYSV_ABI __powisf2(); -int PS4_SYSV_ABI __powixf2(); -int PS4_SYSV_ABI __signbit(); -int PS4_SYSV_ABI __signbitf(); -int PS4_SYSV_ABI __signbitl(); -int PS4_SYSV_ABI __srefill(); -int PS4_SYSV_ABI __srget(); -int PS4_SYSV_ABI __stderrp(); -int PS4_SYSV_ABI __stdinp(); -int PS4_SYSV_ABI __stdoutp(); -int PS4_SYSV_ABI __subdf3(); -int PS4_SYSV_ABI __subsf3(); -int PS4_SYSV_ABI __subvdi3(); -int PS4_SYSV_ABI __subvsi3(); -int PS4_SYSV_ABI __subvti3(); -int PS4_SYSV_ABI __swbuf(); -int PS4_SYSV_ABI __sync_fetch_and_add_16(); -int PS4_SYSV_ABI __sync_fetch_and_and_16(); -int PS4_SYSV_ABI __sync_fetch_and_or_16(); -int PS4_SYSV_ABI __sync_fetch_and_sub_16(); -int PS4_SYSV_ABI __sync_fetch_and_xor_16(); -int PS4_SYSV_ABI __sync_lock_test_and_set_16(); -int PS4_SYSV_ABI __truncdfsf2(); -int PS4_SYSV_ABI __ucmpdi2(); -int PS4_SYSV_ABI __ucmpti2(); -int PS4_SYSV_ABI __udivdi3(); -int PS4_SYSV_ABI __udivmoddi4(); -int PS4_SYSV_ABI __udivmodsi4(); -int PS4_SYSV_ABI __udivmodti4(); -int PS4_SYSV_ABI __udivsi3(); -int PS4_SYSV_ABI __udivti3(); -int PS4_SYSV_ABI __umoddi3(); -int PS4_SYSV_ABI __umodsi3(); -int PS4_SYSV_ABI __umodti3(); -int PS4_SYSV_ABI __unorddf2(); -int PS4_SYSV_ABI __unordsf2(); -int PS4_SYSV_ABI __vfprintf(); -int PS4_SYSV_ABI _Assert(); -int PS4_SYSV_ABI _Atan(); -int PS4_SYSV_ABI _Atomic_compare_exchange_strong(); -int PS4_SYSV_ABI _Atomic_compare_exchange_strong_1(); -int PS4_SYSV_ABI _Atomic_compare_exchange_strong_2(); -int PS4_SYSV_ABI _Atomic_compare_exchange_strong_4(); -int PS4_SYSV_ABI _Atomic_compare_exchange_strong_8(); -int PS4_SYSV_ABI _Atomic_compare_exchange_weak(); -int PS4_SYSV_ABI _Atomic_compare_exchange_weak_1(); -int PS4_SYSV_ABI _Atomic_compare_exchange_weak_2(); -int PS4_SYSV_ABI _Atomic_compare_exchange_weak_4(); -int PS4_SYSV_ABI _Atomic_compare_exchange_weak_8(); -int PS4_SYSV_ABI _Atomic_copy(); -int PS4_SYSV_ABI _Atomic_exchange(); -int PS4_SYSV_ABI _Atomic_exchange_1(); -int PS4_SYSV_ABI _Atomic_exchange_2(); -int PS4_SYSV_ABI _Atomic_exchange_4(); -int PS4_SYSV_ABI _Atomic_exchange_8(); -int PS4_SYSV_ABI _Atomic_fetch_add_1(); -int PS4_SYSV_ABI _Atomic_fetch_add_2(); -int PS4_SYSV_ABI _Atomic_fetch_add_4(); -int PS4_SYSV_ABI _Atomic_fetch_add_8(); -int PS4_SYSV_ABI _Atomic_fetch_and_1(); -int PS4_SYSV_ABI _Atomic_fetch_and_2(); -int PS4_SYSV_ABI _Atomic_fetch_and_4(); -int PS4_SYSV_ABI _Atomic_fetch_and_8(); -int PS4_SYSV_ABI _Atomic_fetch_or_1(); -int PS4_SYSV_ABI _Atomic_fetch_or_2(); -int PS4_SYSV_ABI _Atomic_fetch_or_4(); -int PS4_SYSV_ABI _Atomic_fetch_or_8(); -int PS4_SYSV_ABI _Atomic_fetch_sub_1(); -int PS4_SYSV_ABI _Atomic_fetch_sub_2(); -int PS4_SYSV_ABI _Atomic_fetch_sub_4(); -int PS4_SYSV_ABI _Atomic_fetch_sub_8(); -int PS4_SYSV_ABI _Atomic_fetch_xor_1(); -int PS4_SYSV_ABI _Atomic_fetch_xor_2(); -int PS4_SYSV_ABI _Atomic_fetch_xor_4(); -int PS4_SYSV_ABI _Atomic_fetch_xor_8(); -int PS4_SYSV_ABI _Atomic_flag_clear(); -int PS4_SYSV_ABI _Atomic_flag_test_and_set(); -int PS4_SYSV_ABI _Atomic_is_lock_free_1(); -int PS4_SYSV_ABI _Atomic_is_lock_free_2(); -int PS4_SYSV_ABI _Atomic_is_lock_free_4(); -int PS4_SYSV_ABI _Atomic_is_lock_free_8(); -int PS4_SYSV_ABI _Atomic_load_1(); -int PS4_SYSV_ABI _Atomic_load_2(); -int PS4_SYSV_ABI _Atomic_load_4(); -int PS4_SYSV_ABI _Atomic_load_8(); -int PS4_SYSV_ABI _Atomic_signal_fence(); -int PS4_SYSV_ABI _Atomic_store_1(); -int PS4_SYSV_ABI _Atomic_store_2(); -int PS4_SYSV_ABI _Atomic_store_4(); -int PS4_SYSV_ABI _Atomic_store_8(); -int PS4_SYSV_ABI _Atomic_thread_fence(); -int PS4_SYSV_ABI _Atqexit(); -int PS4_SYSV_ABI _Atthreadexit(); -int PS4_SYSV_ABI _Btowc(); -int PS4_SYSV_ABI _Call_once(); -int PS4_SYSV_ABI _Call_onceEx(); -int PS4_SYSV_ABI _Clocale(); -int PS4_SYSV_ABI _Closreg(); -int PS4_SYSV_ABI _Cnd_broadcast(); -int PS4_SYSV_ABI _Cnd_destroy(); -int PS4_SYSV_ABI _Cnd_do_broadcast_at_thread_exit(); -int PS4_SYSV_ABI _Cnd_init(); -int PS4_SYSV_ABI _Cnd_init_with_name(); -int PS4_SYSV_ABI _Cnd_register_at_thread_exit(); -int PS4_SYSV_ABI _Cnd_signal(); -int PS4_SYSV_ABI _Cnd_timedwait(); -int PS4_SYSV_ABI _Cnd_unregister_at_thread_exit(); -int PS4_SYSV_ABI _Cnd_wait(); -int PS4_SYSV_ABI _Cosh(); -int PS4_SYSV_ABI _Costate(); -int PS4_SYSV_ABI _CStrftime(); -int PS4_SYSV_ABI _CStrxfrm(); -int PS4_SYSV_ABI _CTinfo(); -int PS4_SYSV_ABI _Ctype(); -int PS4_SYSV_ABI _CurrentRuneLocale(); -int PS4_SYSV_ABI _CWcsxfrm(); -int PS4_SYSV_ABI _Daysto(); -int PS4_SYSV_ABI _Dbl(); -int PS4_SYSV_ABI _Dclass(); -int PS4_SYSV_ABI _DefaultRuneLocale(); -int PS4_SYSV_ABI _Deletegloballocale(); -int PS4_SYSV_ABI _Denorm(); -int PS4_SYSV_ABI _Dint(); -int PS4_SYSV_ABI _Divide(); -int PS4_SYSV_ABI _Dnorm(); -int PS4_SYSV_ABI _Do_call(); -int PS4_SYSV_ABI _Dscale(); -int PS4_SYSV_ABI _Dsign(); -int PS4_SYSV_ABI _Dtento(); -int PS4_SYSV_ABI _Dtest(); -int PS4_SYSV_ABI _Dunscale(); -int PS4_SYSV_ABI _Eps(); -int PS4_SYSV_ABI _Erf_one(); -int PS4_SYSV_ABI _Erf_small(); -int PS4_SYSV_ABI _Erfc(); -int PS4_SYSV_ABI _err(); -int PS4_SYSV_ABI _Errno(); -int PS4_SYSV_ABI _Exit(); -int PS4_SYSV_ABI _Exp(); -int PS4_SYSV_ABI _Fac_tidy(); -int PS4_SYSV_ABI _Fail_s(); -int PS4_SYSV_ABI _FAtan(); -int PS4_SYSV_ABI _FCosh(); -int PS4_SYSV_ABI _FDclass(); -int PS4_SYSV_ABI _FDenorm(); -int PS4_SYSV_ABI _FDint(); -int PS4_SYSV_ABI _FDivide(); -int PS4_SYSV_ABI _FDnorm(); -int PS4_SYSV_ABI _FDscale(); -int PS4_SYSV_ABI _FDsign(); -int PS4_SYSV_ABI _FDtento(); -int PS4_SYSV_ABI _FDtest(); -int PS4_SYSV_ABI _FDunscale(); -int PS4_SYSV_ABI _FEps(); -int PS4_SYSV_ABI _Feraise(); -int PS4_SYSV_ABI _FErf_one(); -int PS4_SYSV_ABI _FErf_small(); -int PS4_SYSV_ABI _FErfc(); -int PS4_SYSV_ABI _Fetch_add_8(); -int PS4_SYSV_ABI _Fetch_and_8(); -int PS4_SYSV_ABI _Fetch_and_seq_cst_1(); -int PS4_SYSV_ABI _Fetch_and_seq_cst_2(); -int PS4_SYSV_ABI _Fetch_and_seq_cst_4(); -int PS4_SYSV_ABI _Fetch_or_8(); -int PS4_SYSV_ABI _Fetch_or_seq_cst_1(); -int PS4_SYSV_ABI _Fetch_or_seq_cst_2(); -int PS4_SYSV_ABI _Fetch_or_seq_cst_4(); -int PS4_SYSV_ABI _Fetch_xor_8(); -int PS4_SYSV_ABI _Fetch_xor_seq_cst_1(); -int PS4_SYSV_ABI _Fetch_xor_seq_cst_2(); -int PS4_SYSV_ABI _Fetch_xor_seq_cst_4(); -int PS4_SYSV_ABI _FExp(); -int PS4_SYSV_ABI _FFpcomp(); -int PS4_SYSV_ABI _FGamma_big(); -int PS4_SYSV_ABI _Fgpos(); -int PS4_SYSV_ABI _FHypot(); -int PS4_SYSV_ABI _Files(); -int PS4_SYSV_ABI _FInf(); -int PS4_SYSV_ABI _FLog(); -int PS4_SYSV_ABI _FLogpoly(); -int PS4_SYSV_ABI _Flt(); -int PS4_SYSV_ABI _Fltrounds(); -int PS4_SYSV_ABI _FNan(); -int PS4_SYSV_ABI _Fofind(); -int PS4_SYSV_ABI _Fofree(); -int PS4_SYSV_ABI _Fopen(); -int PS4_SYSV_ABI _Foprep(); -int PS4_SYSV_ABI _Fpcomp(); -int PS4_SYSV_ABI _FPlsw(); -int PS4_SYSV_ABI _FPmsw(); -int PS4_SYSV_ABI _FPoly(); -int PS4_SYSV_ABI _FPow(); -int PS4_SYSV_ABI _FQuad(); -int PS4_SYSV_ABI _FQuadph(); -int PS4_SYSV_ABI _FRecip(); -int PS4_SYSV_ABI _FRint(); -int PS4_SYSV_ABI _Frprep(); -int PS4_SYSV_ABI _FRteps(); -int PS4_SYSV_ABI _FSin(); -int PS4_SYSV_ABI _FSincos(); -int PS4_SYSV_ABI _FSinh(); -int PS4_SYSV_ABI _FSnan(); -int PS4_SYSV_ABI _Fspos(); -int PS4_SYSV_ABI _FTan(); -int PS4_SYSV_ABI _FTgamma(); -int PS4_SYSV_ABI _Fwprep(); -int PS4_SYSV_ABI _FXbig(); -int PS4_SYSV_ABI _FXp_addh(); -int PS4_SYSV_ABI _FXp_addx(); -int PS4_SYSV_ABI _FXp_getw(); -int PS4_SYSV_ABI _FXp_invx(); -int PS4_SYSV_ABI _FXp_ldexpx(); -int PS4_SYSV_ABI _FXp_movx(); -int PS4_SYSV_ABI _FXp_mulh(); -int PS4_SYSV_ABI _FXp_mulx(); -int PS4_SYSV_ABI _FXp_setn(); -int PS4_SYSV_ABI _FXp_setw(); -int PS4_SYSV_ABI _FXp_sqrtx(); -int PS4_SYSV_ABI _FXp_subx(); -int PS4_SYSV_ABI _FZero(); -int PS4_SYSV_ABI _Gamma_big(); -int PS4_SYSV_ABI _Genld(); -int PS4_SYSV_ABI _Gentime(); -int PS4_SYSV_ABI _Getcloc(); -int PS4_SYSV_ABI _Getctyptab(); -int PS4_SYSV_ABI _Getdst(); -int PS4_SYSV_ABI _Geterrno(); -int PS4_SYSV_ABI _Getfld(); -int PS4_SYSV_ABI _Getfloat(); -int PS4_SYSV_ABI _Getgloballocale(); -int PS4_SYSV_ABI _Getint(); -int PS4_SYSV_ABI _Getmbcurmax(); -int PS4_SYSV_ABI _Getpcostate(); -int PS4_SYSV_ABI _Getpctype(); -int PS4_SYSV_ABI _Getpmbstate(); -int PS4_SYSV_ABI _getprogname(); -int PS4_SYSV_ABI _Getptimes(); -int PS4_SYSV_ABI _Getptolower(); -int PS4_SYSV_ABI _Getptoupper(); -int PS4_SYSV_ABI _Getpwcostate(); -int PS4_SYSV_ABI _Getpwcstate(); -int PS4_SYSV_ABI _Getpwctrtab(); -int PS4_SYSV_ABI _Getpwctytab(); -int PS4_SYSV_ABI _Getstr(); -int PS4_SYSV_ABI _Gettime(); -int PS4_SYSV_ABI _Getzone(); -int PS4_SYSV_ABI _Hugeval(); -int PS4_SYSV_ABI _Hypot(); -int PS4_SYSV_ABI _Inf(); -int PS4_SYSV_ABI _init_env(); -int PS4_SYSV_ABI _init_tls(); -int PS4_SYSV_ABI _Isdst(); -int PS4_SYSV_ABI _Iswctype(); -int PS4_SYSV_ABI _LAtan(); -int PS4_SYSV_ABI _LCosh(); -int PS4_SYSV_ABI _Ldbl(); -int PS4_SYSV_ABI _LDclass(); -int PS4_SYSV_ABI _LDenorm(); -int PS4_SYSV_ABI _LDint(); -int PS4_SYSV_ABI _LDivide(); -int PS4_SYSV_ABI _LDnorm(); -int PS4_SYSV_ABI _LDscale(); -int PS4_SYSV_ABI _LDsign(); -int PS4_SYSV_ABI _LDtento(); -int PS4_SYSV_ABI _LDtest(); -int PS4_SYSV_ABI _Ldtob(); -int PS4_SYSV_ABI _LDunscale(); -int PS4_SYSV_ABI _LEps(); -int PS4_SYSV_ABI _LErf_one(); -int PS4_SYSV_ABI _LErf_small(); -int PS4_SYSV_ABI _LErfc(); -int PS4_SYSV_ABI _LExp(); -int PS4_SYSV_ABI _LFpcomp(); -int PS4_SYSV_ABI _LGamma_big(); -int PS4_SYSV_ABI _LHypot(); -int PS4_SYSV_ABI _LInf(); -int PS4_SYSV_ABI _Litob(); -int PS4_SYSV_ABI _LLog(); -int PS4_SYSV_ABI _LLogpoly(); -int PS4_SYSV_ABI _LNan(); -int PS4_SYSV_ABI _Locale(); -int PS4_SYSV_ABI _Lock_shared_ptr_spin_lock(); -int PS4_SYSV_ABI _Lock_spin_lock(); -int PS4_SYSV_ABI _Lockfilelock(); -int PS4_SYSV_ABI _Locksyslock(); -int PS4_SYSV_ABI _Locsum(); -int PS4_SYSV_ABI _Loctab(); -int PS4_SYSV_ABI _Locterm(); -int PS4_SYSV_ABI _Locvar(); -int PS4_SYSV_ABI _Log(); -int PS4_SYSV_ABI _Logpoly(); -int PS4_SYSV_ABI _LPlsw(); -int PS4_SYSV_ABI _LPmsw(); -int PS4_SYSV_ABI _LPoly(); -int PS4_SYSV_ABI _LPow(); -int PS4_SYSV_ABI _LQuad(); -int PS4_SYSV_ABI _LQuadph(); -int PS4_SYSV_ABI _LRecip(); -int PS4_SYSV_ABI _LRint(); -int PS4_SYSV_ABI _LRteps(); -int PS4_SYSV_ABI _LSin(); -int PS4_SYSV_ABI _LSincos(); -int PS4_SYSV_ABI _LSinh(); -int PS4_SYSV_ABI _LSnan(); -int PS4_SYSV_ABI _LTan(); -int PS4_SYSV_ABI _LTgamma(); -int PS4_SYSV_ABI _LXbig(); -int PS4_SYSV_ABI _LXp_addh(); -int PS4_SYSV_ABI _LXp_addx(); -int PS4_SYSV_ABI _LXp_getw(); -int PS4_SYSV_ABI _LXp_invx(); -int PS4_SYSV_ABI _LXp_ldexpx(); -int PS4_SYSV_ABI _LXp_movx(); -int PS4_SYSV_ABI _LXp_mulh(); -int PS4_SYSV_ABI _LXp_mulx(); -int PS4_SYSV_ABI _LXp_setn(); -int PS4_SYSV_ABI _LXp_setw(); -int PS4_SYSV_ABI _LXp_sqrtx(); -int PS4_SYSV_ABI _LXp_subx(); -int PS4_SYSV_ABI _LZero(); -int PS4_SYSV_ABI _Makeloc(); -int PS4_SYSV_ABI _Makestab(); -int PS4_SYSV_ABI _Makewct(); -int PS4_SYSV_ABI _malloc_finalize_lv2(); -int PS4_SYSV_ABI _malloc_fini(); -int PS4_SYSV_ABI _malloc_init(); -int PS4_SYSV_ABI _malloc_init_lv2(); -int PS4_SYSV_ABI _malloc_postfork(); -int PS4_SYSV_ABI _malloc_prefork(); -int PS4_SYSV_ABI _malloc_thread_cleanup(); -int PS4_SYSV_ABI _Mbcurmax(); -int PS4_SYSV_ABI _Mbstate(); -int PS4_SYSV_ABI _Mbtowc(); -int PS4_SYSV_ABI _Mbtowcx(); -int PS4_SYSV_ABI _Mtx_current_owns(); -int PS4_SYSV_ABI _Mtx_destroy(); -int PS4_SYSV_ABI _Mtx_init(); -int PS4_SYSV_ABI _Mtx_init_with_name(); -int PS4_SYSV_ABI _Mtx_lock(); -int PS4_SYSV_ABI _Mtx_timedlock(); -int PS4_SYSV_ABI _Mtx_trylock(); -int PS4_SYSV_ABI _Mtx_unlock(); -int PS4_SYSV_ABI _Mtxdst(); -int PS4_SYSV_ABI _Mtxinit(); -int PS4_SYSV_ABI _Mtxlock(); -int PS4_SYSV_ABI _Mtxunlock(); -int PS4_SYSV_ABI _Nan(); -int PS4_SYSV_ABI _new_setup(); -int PS4_SYSV_ABI _Nnl(); -int PS4_SYSV_ABI _PathLocale(); -int PS4_SYSV_ABI _PJP_C_Copyright(); -int PS4_SYSV_ABI _PJP_CPP_Copyright(); -int PS4_SYSV_ABI _Plsw(); -int PS4_SYSV_ABI _Pmsw(); -int PS4_SYSV_ABI _Poly(); -int PS4_SYSV_ABI _Pow(); -int PS4_SYSV_ABI _Printf(); -int PS4_SYSV_ABI _Putfld(); -int PS4_SYSV_ABI _Putstr(); -int PS4_SYSV_ABI _Puttxt(); -int PS4_SYSV_ABI _Quad(); -int PS4_SYSV_ABI _Quadph(); -int PS4_SYSV_ABI _Randseed(); -int PS4_SYSV_ABI _readdir_unlocked(); -int PS4_SYSV_ABI _Readloc(); -int PS4_SYSV_ABI _Recip(); -int PS4_SYSV_ABI _reclaim_telldir(); -int PS4_SYSV_ABI _Restore_state(); -int PS4_SYSV_ABI _Rint(); -int PS4_SYSV_ABI _Rteps(); -int PS4_SYSV_ABI _rtld_addr_phdr(); -int PS4_SYSV_ABI _rtld_atfork_post(); -int PS4_SYSV_ABI _rtld_atfork_pre(); -int PS4_SYSV_ABI _rtld_error(); -int PS4_SYSV_ABI _rtld_get_stack_prot(); -int PS4_SYSV_ABI _rtld_thread_init(); -int PS4_SYSV_ABI _Save_state(); -int PS4_SYSV_ABI _Scanf(); -int PS4_SYSV_ABI _SceLibcDebugOut(); -int PS4_SYSV_ABI _sceLibcGetMallocParam(); -int PS4_SYSV_ABI _SceLibcTelemetoryOut(); -int PS4_SYSV_ABI _seekdir(); -int PS4_SYSV_ABI _Setgloballocale(); -int PS4_SYSV_ABI _Shared_ptr_flag(); -int PS4_SYSV_ABI _Sin(); -int PS4_SYSV_ABI _Sincos(); -int PS4_SYSV_ABI _Sinh(); -int PS4_SYSV_ABI _Skip(); -int PS4_SYSV_ABI _Snan(); -int PS4_SYSV_ABI _Stderr(); -int PS4_SYSV_ABI _Stdin(); -int PS4_SYSV_ABI _Stdout(); -int PS4_SYSV_ABI _Stod(); -int PS4_SYSV_ABI _Stodx(); -int PS4_SYSV_ABI _Stof(); -int PS4_SYSV_ABI _Stoflt(); -int PS4_SYSV_ABI _Stofx(); -int PS4_SYSV_ABI _Stold(); -int PS4_SYSV_ABI _Stoldx(); -int PS4_SYSV_ABI _Stoll(); -int PS4_SYSV_ABI _Stollx(); -int PS4_SYSV_ABI _Stolx(); -int PS4_SYSV_ABI _Stopfx(); -int PS4_SYSV_ABI _Stoul(); -int PS4_SYSV_ABI _Stoull(); -int PS4_SYSV_ABI _Stoullx(); -int PS4_SYSV_ABI _Stoulx(); -int PS4_SYSV_ABI _Stoxflt(); -int PS4_SYSV_ABI _Strcollx(); -int PS4_SYSV_ABI _Strerror(); -int PS4_SYSV_ABI _Strxfrmx(); -int PS4_SYSV_ABI _Tan(); -int PS4_SYSV_ABI _Tgamma(); -int PS4_SYSV_ABI _Thrd_abort(); -int PS4_SYSV_ABI _Thrd_create(); -int PS4_SYSV_ABI _Thrd_current(); -int PS4_SYSV_ABI _Thrd_detach(); -int PS4_SYSV_ABI _Thrd_equal(); -int PS4_SYSV_ABI _Thrd_exit(); -int PS4_SYSV_ABI _Thrd_id(); -int PS4_SYSV_ABI _Thrd_join(); -int PS4_SYSV_ABI _Thrd_lt(); -int PS4_SYSV_ABI _Thrd_sleep(); -int PS4_SYSV_ABI _Thrd_start(); -int PS4_SYSV_ABI _Thrd_start_with_attr(); -int PS4_SYSV_ABI _Thrd_start_with_name(); -int PS4_SYSV_ABI _Thrd_start_with_name_attr(); -int PS4_SYSV_ABI _Thrd_yield(); -int PS4_SYSV_ABI _thread_autoinit_dummy_decl(); -int PS4_SYSV_ABI _thread_autoinit_dummy_decl_stub(); -int PS4_SYSV_ABI _thread_init(); -int PS4_SYSV_ABI _thread_init_stub(); -int PS4_SYSV_ABI _Times(); -int PS4_SYSV_ABI _Tls_setup__Costate(); -int PS4_SYSV_ABI _Tls_setup__Ctype(); -int PS4_SYSV_ABI _Tls_setup__Errno(); -int PS4_SYSV_ABI _Tls_setup__Locale(); -int PS4_SYSV_ABI _Tls_setup__Mbcurmax(); -int PS4_SYSV_ABI _Tls_setup__Mbstate(); -int PS4_SYSV_ABI _Tls_setup__Times(); -int PS4_SYSV_ABI _Tls_setup__Tolotab(); -int PS4_SYSV_ABI _Tls_setup__Touptab(); -int PS4_SYSV_ABI _Tls_setup__WCostate(); -int PS4_SYSV_ABI _Tls_setup__Wcstate(); -int PS4_SYSV_ABI _Tls_setup__Wctrans(); -int PS4_SYSV_ABI _Tls_setup__Wctype(); -int PS4_SYSV_ABI _Tolotab(); -int PS4_SYSV_ABI _Touptab(); -int PS4_SYSV_ABI _Towctrans(); -int PS4_SYSV_ABI _Tss_create(); -int PS4_SYSV_ABI _Tss_delete(); -int PS4_SYSV_ABI _Tss_get(); -int PS4_SYSV_ABI _Tss_set(); -int PS4_SYSV_ABI _Ttotm(); -int PS4_SYSV_ABI _Tzoff(); -int PS4_SYSV_ABI _Unlock_shared_ptr_spin_lock(); -int PS4_SYSV_ABI _Unlock_spin_lock(); -int PS4_SYSV_ABI _Unlockfilelock(); -int PS4_SYSV_ABI _Unlocksyslock(); -int PS4_SYSV_ABI _Unwind_Backtrace(); -int PS4_SYSV_ABI _Unwind_GetIP(); -int PS4_SYSV_ABI _Unwind_Resume(); -int PS4_SYSV_ABI _Unwind_Resume_or_Rethrow(); -int PS4_SYSV_ABI _Vacopy(); -int PS4_SYSV_ABI _warn(); -int PS4_SYSV_ABI _WCostate(); -int PS4_SYSV_ABI _Wcscollx(); -int PS4_SYSV_ABI _Wcsftime(); -int PS4_SYSV_ABI _Wcstate(); -int PS4_SYSV_ABI _Wcsxfrmx(); -int PS4_SYSV_ABI _Wctob(); -int PS4_SYSV_ABI _Wctomb(); -int PS4_SYSV_ABI _Wctombx(); -int PS4_SYSV_ABI _Wctrans(); -int PS4_SYSV_ABI _Wctype(); -int PS4_SYSV_ABI _WFrprep(); -int PS4_SYSV_ABI _WFwprep(); -int PS4_SYSV_ABI _WGenld(); -int PS4_SYSV_ABI _WGetfld(); -int PS4_SYSV_ABI _WGetfloat(); -int PS4_SYSV_ABI _WGetint(); -int PS4_SYSV_ABI _WGetstr(); -int PS4_SYSV_ABI _WLdtob(); -int PS4_SYSV_ABI _WLitob(); -int PS4_SYSV_ABI _WPrintf(); -int PS4_SYSV_ABI _WPutfld(); -int PS4_SYSV_ABI _WPutstr(); -int PS4_SYSV_ABI _WPuttxt(); -int PS4_SYSV_ABI _WScanf(); -int PS4_SYSV_ABI _WStod(); -int PS4_SYSV_ABI _WStodx(); -int PS4_SYSV_ABI _WStof(); -int PS4_SYSV_ABI _WStoflt(); -int PS4_SYSV_ABI _WStofx(); -int PS4_SYSV_ABI _WStold(); -int PS4_SYSV_ABI _WStoldx(); -int PS4_SYSV_ABI _WStoll(); -int PS4_SYSV_ABI _WStopfx(); -int PS4_SYSV_ABI _WStoul(); -int PS4_SYSV_ABI _WStoull(); -int PS4_SYSV_ABI _WStoxflt(); -int PS4_SYSV_ABI _Xbig(); -int PS4_SYSV_ABI _Xp_addh(); -int PS4_SYSV_ABI _Xp_addx(); -int PS4_SYSV_ABI _Xp_getw(); -int PS4_SYSV_ABI _Xp_invx(); -int PS4_SYSV_ABI _Xp_ldexpx(); -int PS4_SYSV_ABI _Xp_movx(); -int PS4_SYSV_ABI _Xp_mulh(); -int PS4_SYSV_ABI _Xp_mulx(); -int PS4_SYSV_ABI _Xp_setn(); -int PS4_SYSV_ABI _Xp_setw(); -int PS4_SYSV_ABI _Xp_sqrtx(); -int PS4_SYSV_ABI _Xp_subx(); -int PS4_SYSV_ABI _Xtime_diff_to_ts(); -int PS4_SYSV_ABI _Xtime_get_ticks(); -int PS4_SYSV_ABI _Xtime_to_ts(); -int PS4_SYSV_ABI _ZdaPv(); -int PS4_SYSV_ABI _ZdaPvm(); -int PS4_SYSV_ABI _ZdaPvmRKSt9nothrow_t(); -int PS4_SYSV_ABI _ZdaPvmSt11align_val_t(); -int PS4_SYSV_ABI _ZdaPvRKSt9nothrow_t(); -int PS4_SYSV_ABI _ZdaPvS_(); -int PS4_SYSV_ABI _ZdaPvSt11align_val_t(); -int PS4_SYSV_ABI _ZdaPvSt11align_val_tRKSt9nothrow_t(); -int PS4_SYSV_ABI _ZdlPv(); -int PS4_SYSV_ABI _ZdlPvm(); -int PS4_SYSV_ABI _ZdlPvmRKSt9nothrow_t(); -int PS4_SYSV_ABI _ZdlPvmSt11align_val_t(); -int PS4_SYSV_ABI _ZdlPvRKSt9nothrow_t(); -int PS4_SYSV_ABI _ZdlPvS_(); -int PS4_SYSV_ABI _ZdlPvSt11align_val_t(); -int PS4_SYSV_ABI _ZdlPvSt11align_val_tRKSt9nothrow_t(); -int PS4_SYSV_ABI _Zero(); -int PS4_SYSV_ABI _ZGVNSt10moneypunctIcLb0EE2idE(); -int PS4_SYSV_ABI _ZGVNSt10moneypunctIcLb1EE2idE(); -int PS4_SYSV_ABI _ZGVNSt10moneypunctIwLb0EE2idE(); -int PS4_SYSV_ABI _ZGVNSt10moneypunctIwLb1EE2idE(); -int PS4_SYSV_ABI _ZGVNSt14_Error_objectsIiE14_System_objectE(); -int PS4_SYSV_ABI _ZGVNSt14_Error_objectsIiE15_Generic_objectE(); -int PS4_SYSV_ABI _ZGVNSt14_Error_objectsIiE16_Iostream_objectE(); -int PS4_SYSV_ABI _ZGVNSt20_Future_error_objectIiE14_Future_objectE(); -int PS4_SYSV_ABI _ZGVNSt7codecvtIcc9_MbstatetE2idE(); -int PS4_SYSV_ABI _ZGVNSt7collateIcE2idE(); -int PS4_SYSV_ABI _ZGVNSt7collateIwE2idE(); -int PS4_SYSV_ABI _ZGVNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE(); -int PS4_SYSV_ABI _ZGVNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE(); -int PS4_SYSV_ABI _ZGVNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE(); -int PS4_SYSV_ABI _ZGVNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE(); -int PS4_SYSV_ABI _ZGVNSt8messagesIcE2idE(); -int PS4_SYSV_ABI _ZGVNSt8messagesIwE2idE(); -int PS4_SYSV_ABI _ZGVNSt8numpunctIcE2idE(); -int PS4_SYSV_ABI _ZGVNSt8numpunctIwE2idE(); -int PS4_SYSV_ABI _ZGVNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE(); -int PS4_SYSV_ABI _ZGVNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE(); -int PS4_SYSV_ABI _ZGVNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE(); -int PS4_SYSV_ABI _ZGVNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE(); -int PS4_SYSV_ABI _ZGVNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE(); -int PS4_SYSV_ABI _ZGVNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE(); -int PS4_SYSV_ABI _ZGVNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI sceLibcHeapGetTraceInfo(); +s32 PS4_SYSV_ABI __absvdi2(); +s32 PS4_SYSV_ABI __absvsi2(); +s32 PS4_SYSV_ABI __absvti2(); +s32 PS4_SYSV_ABI __adddf3(); +s32 PS4_SYSV_ABI __addsf3(); +s32 PS4_SYSV_ABI __addvdi3(); +s32 PS4_SYSV_ABI __addvsi3(); +s32 PS4_SYSV_ABI __addvti3(); +s32 PS4_SYSV_ABI __ashldi3(); +s32 PS4_SYSV_ABI __ashlti3(); +s32 PS4_SYSV_ABI __ashrdi3(); +s32 PS4_SYSV_ABI __ashrti3(); +s32 PS4_SYSV_ABI __atomic_compare_exchange(); +s32 PS4_SYSV_ABI __atomic_compare_exchange_1(); +s32 PS4_SYSV_ABI __atomic_compare_exchange_2(); +s32 PS4_SYSV_ABI __atomic_compare_exchange_4(); +s32 PS4_SYSV_ABI __atomic_compare_exchange_8(); +s32 PS4_SYSV_ABI __atomic_compare_exchange_n(); +s32 PS4_SYSV_ABI __atomic_exchange(); +s32 PS4_SYSV_ABI __atomic_exchange_1(); +s32 PS4_SYSV_ABI __atomic_exchange_2(); +s32 PS4_SYSV_ABI __atomic_exchange_4(); +s32 PS4_SYSV_ABI __atomic_exchange_8(); +s32 PS4_SYSV_ABI __atomic_exchange_n(); +s32 PS4_SYSV_ABI __atomic_fetch_add_1(); +s32 PS4_SYSV_ABI __atomic_fetch_add_2(); +s32 PS4_SYSV_ABI __atomic_fetch_add_4(); +s32 PS4_SYSV_ABI __atomic_fetch_add_8(); +s32 PS4_SYSV_ABI __atomic_fetch_and_1(); +s32 PS4_SYSV_ABI __atomic_fetch_and_2(); +s32 PS4_SYSV_ABI __atomic_fetch_and_4(); +s32 PS4_SYSV_ABI __atomic_fetch_and_8(); +s32 PS4_SYSV_ABI __atomic_fetch_or_1(); +s32 PS4_SYSV_ABI __atomic_fetch_or_2(); +s32 PS4_SYSV_ABI __atomic_fetch_or_4(); +s32 PS4_SYSV_ABI __atomic_fetch_or_8(); +s32 PS4_SYSV_ABI __atomic_fetch_sub_1(); +s32 PS4_SYSV_ABI __atomic_fetch_sub_2(); +s32 PS4_SYSV_ABI __atomic_fetch_sub_4(); +s32 PS4_SYSV_ABI __atomic_fetch_sub_8(); +s32 PS4_SYSV_ABI __atomic_fetch_xor_1(); +s32 PS4_SYSV_ABI __atomic_fetch_xor_2(); +s32 PS4_SYSV_ABI __atomic_fetch_xor_4(); +s32 PS4_SYSV_ABI __atomic_fetch_xor_8(); +s32 PS4_SYSV_ABI __atomic_is_lock_free(); +s32 PS4_SYSV_ABI __atomic_load(); +s32 PS4_SYSV_ABI __atomic_load_1(); +s32 PS4_SYSV_ABI __atomic_load_2(); +s32 PS4_SYSV_ABI __atomic_load_4(); +s32 PS4_SYSV_ABI __atomic_load_8(); +s32 PS4_SYSV_ABI __atomic_load_n(); +s32 PS4_SYSV_ABI __atomic_store(); +s32 PS4_SYSV_ABI __atomic_store_1(); +s32 PS4_SYSV_ABI __atomic_store_2(); +s32 PS4_SYSV_ABI __atomic_store_4(); +s32 PS4_SYSV_ABI __atomic_store_8(); +s32 PS4_SYSV_ABI __atomic_store_n(); +s32 PS4_SYSV_ABI __cleanup(); +s32 PS4_SYSV_ABI __clzdi2(); +s32 PS4_SYSV_ABI __clzsi2(); +s32 PS4_SYSV_ABI __clzti2(); +s32 PS4_SYSV_ABI __cmpdi2(); +s32 PS4_SYSV_ABI __cmpti2(); +s32 PS4_SYSV_ABI __ctzdi2(); +s32 PS4_SYSV_ABI __ctzsi2(); +s32 PS4_SYSV_ABI __ctzti2(); +s32 PS4_SYSV_ABI __cxa_allocate_dependent_exception(); +s32 PS4_SYSV_ABI __cxa_allocate_exception(); +s32 PS4_SYSV_ABI __cxa_atexit(); +s32 PS4_SYSV_ABI __cxa_bad_cast(); +s32 PS4_SYSV_ABI __cxa_bad_typeid(); +s32 PS4_SYSV_ABI __cxa_begin_catch(); +s32 PS4_SYSV_ABI __cxa_call_unexpected(); +s32 PS4_SYSV_ABI __cxa_current_exception_type(); +s32 PS4_SYSV_ABI __cxa_current_primary_exception(); +s32 PS4_SYSV_ABI __cxa_decrement_exception_refcount(); +s32 PS4_SYSV_ABI __cxa_demangle(); +s32 PS4_SYSV_ABI __cxa_end_catch(); +s32 PS4_SYSV_ABI __cxa_finalize(); +s32 PS4_SYSV_ABI __cxa_free_dependent_exception(); +s32 PS4_SYSV_ABI __cxa_free_exception(); +s32 PS4_SYSV_ABI __cxa_get_exception_ptr(); +s32 PS4_SYSV_ABI __cxa_get_globals(); +s32 PS4_SYSV_ABI __cxa_get_globals_fast(); +s32 PS4_SYSV_ABI __cxa_guard_abort(); +s32 PS4_SYSV_ABI __cxa_guard_acquire(); +s32 PS4_SYSV_ABI __cxa_guard_release(); +s32 PS4_SYSV_ABI __cxa_increment_exception_refcount(); +s32 PS4_SYSV_ABI __cxa_pure_virtual(); +s32 PS4_SYSV_ABI __cxa_rethrow(); +s32 PS4_SYSV_ABI __cxa_rethrow_primary_exception(); +s32 PS4_SYSV_ABI __cxa_throw(); +s32 PS4_SYSV_ABI __divdc3(); +s32 PS4_SYSV_ABI __divdf3(); +s32 PS4_SYSV_ABI __divdi3(); +s32 PS4_SYSV_ABI __divmoddi4(); +s32 PS4_SYSV_ABI __divmodsi4(); +s32 PS4_SYSV_ABI __divsc3(); +s32 PS4_SYSV_ABI __divsf3(); +s32 PS4_SYSV_ABI __divsi3(); +s32 PS4_SYSV_ABI __divti3(); +s32 PS4_SYSV_ABI __divxc3(); +s32 PS4_SYSV_ABI __dynamic_cast(); +s32 PS4_SYSV_ABI __eqdf2(); +s32 PS4_SYSV_ABI __eqsf2(); +s32 PS4_SYSV_ABI __extendsfdf2(); +s32 PS4_SYSV_ABI __fe_dfl_env(); +s32 PS4_SYSV_ABI __fedisableexcept(); +s32 PS4_SYSV_ABI __feenableexcept(); +s32 PS4_SYSV_ABI __fflush(); +s32 PS4_SYSV_ABI __ffsdi2(); +s32 PS4_SYSV_ABI __ffsti2(); +s32 PS4_SYSV_ABI __fixdfdi(); +s32 PS4_SYSV_ABI __fixdfsi(); +s32 PS4_SYSV_ABI __fixdfti(); +s32 PS4_SYSV_ABI __fixsfdi(); +s32 PS4_SYSV_ABI __fixsfsi(); +s32 PS4_SYSV_ABI __fixsfti(); +s32 PS4_SYSV_ABI __fixunsdfdi(); +s32 PS4_SYSV_ABI __fixunsdfsi(); +s32 PS4_SYSV_ABI __fixunsdfti(); +s32 PS4_SYSV_ABI __fixunssfdi(); +s32 PS4_SYSV_ABI __fixunssfsi(); +s32 PS4_SYSV_ABI __fixunssfti(); +s32 PS4_SYSV_ABI __fixunsxfdi(); +s32 PS4_SYSV_ABI __fixunsxfsi(); +s32 PS4_SYSV_ABI __fixunsxfti(); +s32 PS4_SYSV_ABI __fixxfdi(); +s32 PS4_SYSV_ABI __fixxfti(); +s32 PS4_SYSV_ABI __floatdidf(); +s32 PS4_SYSV_ABI __floatdisf(); +s32 PS4_SYSV_ABI __floatdixf(); +s32 PS4_SYSV_ABI __floatsidf(); +s32 PS4_SYSV_ABI __floatsisf(); +s32 PS4_SYSV_ABI __floattidf(); +s32 PS4_SYSV_ABI __floattisf(); +s32 PS4_SYSV_ABI __floattixf(); +s32 PS4_SYSV_ABI __floatundidf(); +s32 PS4_SYSV_ABI __floatundisf(); +s32 PS4_SYSV_ABI __floatundixf(); +s32 PS4_SYSV_ABI __floatunsidf(); +s32 PS4_SYSV_ABI __floatunsisf(); +s32 PS4_SYSV_ABI __floatuntidf(); +s32 PS4_SYSV_ABI __floatuntisf(); +s32 PS4_SYSV_ABI __floatuntixf(); +s32 PS4_SYSV_ABI __fpclassifyd(); +s32 PS4_SYSV_ABI __fpclassifyf(); +s32 PS4_SYSV_ABI __fpclassifyl(); +s32 PS4_SYSV_ABI __gedf2(); +s32 PS4_SYSV_ABI __gesf2(); +s32 PS4_SYSV_ABI __gtdf2(); +s32 PS4_SYSV_ABI __gtsf2(); +s32 PS4_SYSV_ABI __gxx_personality_v0(); +s32 PS4_SYSV_ABI __inet_addr(); +s32 PS4_SYSV_ABI __inet_aton(); +s32 PS4_SYSV_ABI __inet_ntoa(); +s32 PS4_SYSV_ABI __inet_ntoa_r(); +s32 PS4_SYSV_ABI __isfinite(); +s32 PS4_SYSV_ABI __isfinitef(); +s32 PS4_SYSV_ABI __isfinitel(); +s32 PS4_SYSV_ABI __isinf(); +s32 PS4_SYSV_ABI __isinff(); +s32 PS4_SYSV_ABI __isinfl(); +s32 PS4_SYSV_ABI __isnan(); +s32 PS4_SYSV_ABI __isnanf(); +s32 PS4_SYSV_ABI __isnanl(); +s32 PS4_SYSV_ABI __isnormal(); +s32 PS4_SYSV_ABI __isnormalf(); +s32 PS4_SYSV_ABI __isnormall(); +s32 PS4_SYSV_ABI __isthreaded(); +s32 PS4_SYSV_ABI __kernel_cos(); +s32 PS4_SYSV_ABI __kernel_cosdf(); +s32 PS4_SYSV_ABI __kernel_rem_pio2(); +s32 PS4_SYSV_ABI __kernel_sin(); +s32 PS4_SYSV_ABI __kernel_sindf(); +s32 PS4_SYSV_ABI __ledf2(); +s32 PS4_SYSV_ABI __lesf2(); +s32 PS4_SYSV_ABI __longjmp(); +s32 PS4_SYSV_ABI __lshrdi3(); +s32 PS4_SYSV_ABI __lshrti3(); +s32 PS4_SYSV_ABI __ltdf2(); +s32 PS4_SYSV_ABI __ltsf2(); +s32 PS4_SYSV_ABI __mb_cur_max(); +s32 PS4_SYSV_ABI __mb_sb_limit(); +s32 PS4_SYSV_ABI __moddi3(); +s32 PS4_SYSV_ABI __modsi3(); +s32 PS4_SYSV_ABI __modti3(); +s32 PS4_SYSV_ABI __muldc3(); +s32 PS4_SYSV_ABI __muldf3(); +s32 PS4_SYSV_ABI __muldi3(); +s32 PS4_SYSV_ABI __mulodi4(); +s32 PS4_SYSV_ABI __mulosi4(); +s32 PS4_SYSV_ABI __muloti4(); +s32 PS4_SYSV_ABI __mulsc3(); +s32 PS4_SYSV_ABI __mulsf3(); +s32 PS4_SYSV_ABI __multi3(); +s32 PS4_SYSV_ABI __mulvdi3(); +s32 PS4_SYSV_ABI __mulvsi3(); +s32 PS4_SYSV_ABI __mulvti3(); +s32 PS4_SYSV_ABI __mulxc3(); +s32 PS4_SYSV_ABI __nedf2(); +s32 PS4_SYSV_ABI __negdf2(); +s32 PS4_SYSV_ABI __negdi2(); +s32 PS4_SYSV_ABI __negsf2(); +s32 PS4_SYSV_ABI __negti2(); +s32 PS4_SYSV_ABI __negvdi2(); +s32 PS4_SYSV_ABI __negvsi2(); +s32 PS4_SYSV_ABI __negvti2(); +s32 PS4_SYSV_ABI __nesf2(); +s32 PS4_SYSV_ABI __opendir2(); +s32 PS4_SYSV_ABI __paritydi2(); +s32 PS4_SYSV_ABI __paritysi2(); +s32 PS4_SYSV_ABI __parityti2(); +s32 PS4_SYSV_ABI __popcountdi2(); +s32 PS4_SYSV_ABI __popcountsi2(); +s32 PS4_SYSV_ABI __popcountti2(); +s32 PS4_SYSV_ABI __powidf2(); +s32 PS4_SYSV_ABI __powisf2(); +s32 PS4_SYSV_ABI __powixf2(); +s32 PS4_SYSV_ABI __signbit(); +s32 PS4_SYSV_ABI __signbitf(); +s32 PS4_SYSV_ABI __signbitl(); +s32 PS4_SYSV_ABI __srefill(); +s32 PS4_SYSV_ABI __srget(); +s32 PS4_SYSV_ABI __stderrp(); +s32 PS4_SYSV_ABI __stdinp(); +s32 PS4_SYSV_ABI __stdoutp(); +s32 PS4_SYSV_ABI __subdf3(); +s32 PS4_SYSV_ABI __subsf3(); +s32 PS4_SYSV_ABI __subvdi3(); +s32 PS4_SYSV_ABI __subvsi3(); +s32 PS4_SYSV_ABI __subvti3(); +s32 PS4_SYSV_ABI __swbuf(); +s32 PS4_SYSV_ABI __sync_fetch_and_add_16(); +s32 PS4_SYSV_ABI __sync_fetch_and_and_16(); +s32 PS4_SYSV_ABI __sync_fetch_and_or_16(); +s32 PS4_SYSV_ABI __sync_fetch_and_sub_16(); +s32 PS4_SYSV_ABI __sync_fetch_and_xor_16(); +s32 PS4_SYSV_ABI __sync_lock_test_and_set_16(); +s32 PS4_SYSV_ABI __truncdfsf2(); +s32 PS4_SYSV_ABI __ucmpdi2(); +s32 PS4_SYSV_ABI __ucmpti2(); +s32 PS4_SYSV_ABI __udivdi3(); +s32 PS4_SYSV_ABI __udivmoddi4(); +s32 PS4_SYSV_ABI __udivmodsi4(); +s32 PS4_SYSV_ABI __udivmodti4(); +s32 PS4_SYSV_ABI __udivsi3(); +s32 PS4_SYSV_ABI __udivti3(); +s32 PS4_SYSV_ABI __umoddi3(); +s32 PS4_SYSV_ABI __umodsi3(); +s32 PS4_SYSV_ABI __umodti3(); +s32 PS4_SYSV_ABI __unorddf2(); +s32 PS4_SYSV_ABI __unordsf2(); +s32 PS4_SYSV_ABI __vfprintf(); +s32 PS4_SYSV_ABI _Assert(); +s32 PS4_SYSV_ABI _Atan(); +s32 PS4_SYSV_ABI _Atomic_compare_exchange_strong(); +s32 PS4_SYSV_ABI _Atomic_compare_exchange_strong_1(); +s32 PS4_SYSV_ABI _Atomic_compare_exchange_strong_2(); +s32 PS4_SYSV_ABI _Atomic_compare_exchange_strong_4(); +s32 PS4_SYSV_ABI _Atomic_compare_exchange_strong_8(); +s32 PS4_SYSV_ABI _Atomic_compare_exchange_weak(); +s32 PS4_SYSV_ABI _Atomic_compare_exchange_weak_1(); +s32 PS4_SYSV_ABI _Atomic_compare_exchange_weak_2(); +s32 PS4_SYSV_ABI _Atomic_compare_exchange_weak_4(); +s32 PS4_SYSV_ABI _Atomic_compare_exchange_weak_8(); +s32 PS4_SYSV_ABI _Atomic_copy(); +s32 PS4_SYSV_ABI _Atomic_exchange(); +s32 PS4_SYSV_ABI _Atomic_exchange_1(); +s32 PS4_SYSV_ABI _Atomic_exchange_2(); +s32 PS4_SYSV_ABI _Atomic_exchange_4(); +s32 PS4_SYSV_ABI _Atomic_exchange_8(); +s32 PS4_SYSV_ABI _Atomic_fetch_add_1(); +s32 PS4_SYSV_ABI _Atomic_fetch_add_2(); +s32 PS4_SYSV_ABI _Atomic_fetch_add_4(); +s32 PS4_SYSV_ABI _Atomic_fetch_add_8(); +s32 PS4_SYSV_ABI _Atomic_fetch_and_1(); +s32 PS4_SYSV_ABI _Atomic_fetch_and_2(); +s32 PS4_SYSV_ABI _Atomic_fetch_and_4(); +s32 PS4_SYSV_ABI _Atomic_fetch_and_8(); +s32 PS4_SYSV_ABI _Atomic_fetch_or_1(); +s32 PS4_SYSV_ABI _Atomic_fetch_or_2(); +s32 PS4_SYSV_ABI _Atomic_fetch_or_4(); +s32 PS4_SYSV_ABI _Atomic_fetch_or_8(); +s32 PS4_SYSV_ABI _Atomic_fetch_sub_1(); +s32 PS4_SYSV_ABI _Atomic_fetch_sub_2(); +s32 PS4_SYSV_ABI _Atomic_fetch_sub_4(); +s32 PS4_SYSV_ABI _Atomic_fetch_sub_8(); +s32 PS4_SYSV_ABI _Atomic_fetch_xor_1(); +s32 PS4_SYSV_ABI _Atomic_fetch_xor_2(); +s32 PS4_SYSV_ABI _Atomic_fetch_xor_4(); +s32 PS4_SYSV_ABI _Atomic_fetch_xor_8(); +s32 PS4_SYSV_ABI _Atomic_flag_clear(); +s32 PS4_SYSV_ABI _Atomic_flag_test_and_set(); +s32 PS4_SYSV_ABI _Atomic_is_lock_free_1(); +s32 PS4_SYSV_ABI _Atomic_is_lock_free_2(); +s32 PS4_SYSV_ABI _Atomic_is_lock_free_4(); +s32 PS4_SYSV_ABI _Atomic_is_lock_free_8(); +s32 PS4_SYSV_ABI _Atomic_load_1(); +s32 PS4_SYSV_ABI _Atomic_load_2(); +s32 PS4_SYSV_ABI _Atomic_load_4(); +s32 PS4_SYSV_ABI _Atomic_load_8(); +s32 PS4_SYSV_ABI _Atomic_signal_fence(); +s32 PS4_SYSV_ABI _Atomic_store_1(); +s32 PS4_SYSV_ABI _Atomic_store_2(); +s32 PS4_SYSV_ABI _Atomic_store_4(); +s32 PS4_SYSV_ABI _Atomic_store_8(); +s32 PS4_SYSV_ABI _Atomic_thread_fence(); +s32 PS4_SYSV_ABI _Atqexit(); +s32 PS4_SYSV_ABI _Atthreadexit(); +s32 PS4_SYSV_ABI _Btowc(); +s32 PS4_SYSV_ABI _Call_once(); +s32 PS4_SYSV_ABI _Call_onceEx(); +s32 PS4_SYSV_ABI _Clocale(); +s32 PS4_SYSV_ABI _Closreg(); +s32 PS4_SYSV_ABI _Cnd_broadcast(); +s32 PS4_SYSV_ABI _Cnd_destroy(); +s32 PS4_SYSV_ABI _Cnd_do_broadcast_at_thread_exit(); +s32 PS4_SYSV_ABI _Cnd_init(); +s32 PS4_SYSV_ABI _Cnd_init_with_name(); +s32 PS4_SYSV_ABI _Cnd_register_at_thread_exit(); +s32 PS4_SYSV_ABI _Cnd_signal(); +s32 PS4_SYSV_ABI _Cnd_timedwait(); +s32 PS4_SYSV_ABI _Cnd_unregister_at_thread_exit(); +s32 PS4_SYSV_ABI _Cnd_wait(); +s32 PS4_SYSV_ABI _Cosh(); +s32 PS4_SYSV_ABI _Costate(); +s32 PS4_SYSV_ABI _CStrftime(); +s32 PS4_SYSV_ABI _CStrxfrm(); +s32 PS4_SYSV_ABI _CTinfo(); +s32 PS4_SYSV_ABI _Ctype(); +s32 PS4_SYSV_ABI _CurrentRuneLocale(); +s32 PS4_SYSV_ABI _CWcsxfrm(); +s32 PS4_SYSV_ABI _Daysto(); +s32 PS4_SYSV_ABI _Dbl(); +s32 PS4_SYSV_ABI _Dclass(); +s32 PS4_SYSV_ABI _DefaultRuneLocale(); +s32 PS4_SYSV_ABI _Deletegloballocale(); +s32 PS4_SYSV_ABI _Denorm(); +s32 PS4_SYSV_ABI _Dint(); +s32 PS4_SYSV_ABI _Divide(); +s32 PS4_SYSV_ABI _Dnorm(); +s32 PS4_SYSV_ABI _Do_call(); +s32 PS4_SYSV_ABI _Dscale(); +s32 PS4_SYSV_ABI _Dsign(); +s32 PS4_SYSV_ABI _Dtento(); +s32 PS4_SYSV_ABI _Dtest(); +s32 PS4_SYSV_ABI _Dunscale(); +s32 PS4_SYSV_ABI _Eps(); +s32 PS4_SYSV_ABI _Erf_one(); +s32 PS4_SYSV_ABI _Erf_small(); +s32 PS4_SYSV_ABI _Erfc(); +s32 PS4_SYSV_ABI _err(); +s32 PS4_SYSV_ABI _Errno(); +s32 PS4_SYSV_ABI _Exit(); +s32 PS4_SYSV_ABI _Exp(); +s32 PS4_SYSV_ABI _Fac_tidy(); +s32 PS4_SYSV_ABI _Fail_s(); +s32 PS4_SYSV_ABI _FAtan(); +s32 PS4_SYSV_ABI _FCosh(); +s32 PS4_SYSV_ABI _FDclass(); +s32 PS4_SYSV_ABI _FDenorm(); +s32 PS4_SYSV_ABI _FDint(); +s32 PS4_SYSV_ABI _FDivide(); +s32 PS4_SYSV_ABI _FDnorm(); +s32 PS4_SYSV_ABI _FDscale(); +s32 PS4_SYSV_ABI _FDsign(); +s32 PS4_SYSV_ABI _FDtento(); +s32 PS4_SYSV_ABI _FDtest(); +s32 PS4_SYSV_ABI _FDunscale(); +s32 PS4_SYSV_ABI _FEps(); +s32 PS4_SYSV_ABI _Feraise(); +s32 PS4_SYSV_ABI _FErf_one(); +s32 PS4_SYSV_ABI _FErf_small(); +s32 PS4_SYSV_ABI _FErfc(); +s32 PS4_SYSV_ABI _Fetch_add_8(); +s32 PS4_SYSV_ABI _Fetch_and_8(); +s32 PS4_SYSV_ABI _Fetch_and_seq_cst_1(); +s32 PS4_SYSV_ABI _Fetch_and_seq_cst_2(); +s32 PS4_SYSV_ABI _Fetch_and_seq_cst_4(); +s32 PS4_SYSV_ABI _Fetch_or_8(); +s32 PS4_SYSV_ABI _Fetch_or_seq_cst_1(); +s32 PS4_SYSV_ABI _Fetch_or_seq_cst_2(); +s32 PS4_SYSV_ABI _Fetch_or_seq_cst_4(); +s32 PS4_SYSV_ABI _Fetch_xor_8(); +s32 PS4_SYSV_ABI _Fetch_xor_seq_cst_1(); +s32 PS4_SYSV_ABI _Fetch_xor_seq_cst_2(); +s32 PS4_SYSV_ABI _Fetch_xor_seq_cst_4(); +s32 PS4_SYSV_ABI _FExp(); +s32 PS4_SYSV_ABI _FFpcomp(); +s32 PS4_SYSV_ABI _FGamma_big(); +s32 PS4_SYSV_ABI _Fgpos(); +s32 PS4_SYSV_ABI _FHypot(); +s32 PS4_SYSV_ABI _Files(); +s32 PS4_SYSV_ABI _FInf(); +s32 PS4_SYSV_ABI _FLog(); +s32 PS4_SYSV_ABI _FLogpoly(); +s32 PS4_SYSV_ABI _Flt(); +s32 PS4_SYSV_ABI _Fltrounds(); +s32 PS4_SYSV_ABI _FNan(); +s32 PS4_SYSV_ABI _Fofind(); +s32 PS4_SYSV_ABI _Fofree(); +s32 PS4_SYSV_ABI _Fopen(); +s32 PS4_SYSV_ABI _Foprep(); +s32 PS4_SYSV_ABI _Fpcomp(); +s32 PS4_SYSV_ABI _FPlsw(); +s32 PS4_SYSV_ABI _FPmsw(); +s32 PS4_SYSV_ABI _FPoly(); +s32 PS4_SYSV_ABI _FPow(); +s32 PS4_SYSV_ABI _FQuad(); +s32 PS4_SYSV_ABI _FQuadph(); +s32 PS4_SYSV_ABI _FRecip(); +s32 PS4_SYSV_ABI _FRint(); +s32 PS4_SYSV_ABI _Frprep(); +s32 PS4_SYSV_ABI _FRteps(); +s32 PS4_SYSV_ABI _FSin(); +s32 PS4_SYSV_ABI _FSincos(); +s32 PS4_SYSV_ABI _FSinh(); +s32 PS4_SYSV_ABI _FSnan(); +s32 PS4_SYSV_ABI _Fspos(); +s32 PS4_SYSV_ABI _FTan(); +s32 PS4_SYSV_ABI _FTgamma(); +s32 PS4_SYSV_ABI _Fwprep(); +s32 PS4_SYSV_ABI _FXbig(); +s32 PS4_SYSV_ABI _FXp_addh(); +s32 PS4_SYSV_ABI _FXp_addx(); +s32 PS4_SYSV_ABI _FXp_getw(); +s32 PS4_SYSV_ABI _FXp_invx(); +s32 PS4_SYSV_ABI _FXp_ldexpx(); +s32 PS4_SYSV_ABI _FXp_movx(); +s32 PS4_SYSV_ABI _FXp_mulh(); +s32 PS4_SYSV_ABI _FXp_mulx(); +s32 PS4_SYSV_ABI _FXp_setn(); +s32 PS4_SYSV_ABI _FXp_setw(); +s32 PS4_SYSV_ABI _FXp_sqrtx(); +s32 PS4_SYSV_ABI _FXp_subx(); +s32 PS4_SYSV_ABI _FZero(); +s32 PS4_SYSV_ABI _Gamma_big(); +s32 PS4_SYSV_ABI _Genld(); +s32 PS4_SYSV_ABI _Gentime(); +s32 PS4_SYSV_ABI _Getcloc(); +s32 PS4_SYSV_ABI _Getctyptab(); +s32 PS4_SYSV_ABI _Getdst(); +s32 PS4_SYSV_ABI _Geterrno(); +s32 PS4_SYSV_ABI _Getfld(); +s32 PS4_SYSV_ABI _Getfloat(); +s32 PS4_SYSV_ABI _Getgloballocale(); +s32 PS4_SYSV_ABI _Getint(); +s32 PS4_SYSV_ABI _Getmbcurmax(); +s32 PS4_SYSV_ABI _Getpcostate(); +s32 PS4_SYSV_ABI _Getpctype(); +s32 PS4_SYSV_ABI _Getpmbstate(); +s32 PS4_SYSV_ABI _getprogname(); +s32 PS4_SYSV_ABI _Getptimes(); +s32 PS4_SYSV_ABI _Getptolower(); +s32 PS4_SYSV_ABI _Getptoupper(); +s32 PS4_SYSV_ABI _Getpwcostate(); +s32 PS4_SYSV_ABI _Getpwcstate(); +s32 PS4_SYSV_ABI _Getpwctrtab(); +s32 PS4_SYSV_ABI _Getpwctytab(); +s32 PS4_SYSV_ABI _Getstr(); +s32 PS4_SYSV_ABI _Gettime(); +s32 PS4_SYSV_ABI _Getzone(); +s32 PS4_SYSV_ABI _Hugeval(); +s32 PS4_SYSV_ABI _Hypot(); +s32 PS4_SYSV_ABI _Inf(); +s32 PS4_SYSV_ABI _init_env(); +s32 PS4_SYSV_ABI _init_tls(); +s32 PS4_SYSV_ABI _Isdst(); +s32 PS4_SYSV_ABI _Iswctype(); +s32 PS4_SYSV_ABI _LAtan(); +s32 PS4_SYSV_ABI _LCosh(); +s32 PS4_SYSV_ABI _Ldbl(); +s32 PS4_SYSV_ABI _LDclass(); +s32 PS4_SYSV_ABI _LDenorm(); +s32 PS4_SYSV_ABI _LDint(); +s32 PS4_SYSV_ABI _LDivide(); +s32 PS4_SYSV_ABI _LDnorm(); +s32 PS4_SYSV_ABI _LDscale(); +s32 PS4_SYSV_ABI _LDsign(); +s32 PS4_SYSV_ABI _LDtento(); +s32 PS4_SYSV_ABI _LDtest(); +s32 PS4_SYSV_ABI _Ldtob(); +s32 PS4_SYSV_ABI _LDunscale(); +s32 PS4_SYSV_ABI _LEps(); +s32 PS4_SYSV_ABI _LErf_one(); +s32 PS4_SYSV_ABI _LErf_small(); +s32 PS4_SYSV_ABI _LErfc(); +s32 PS4_SYSV_ABI _LExp(); +s32 PS4_SYSV_ABI _LFpcomp(); +s32 PS4_SYSV_ABI _LGamma_big(); +s32 PS4_SYSV_ABI _LHypot(); +s32 PS4_SYSV_ABI _LInf(); +s32 PS4_SYSV_ABI _Litob(); +s32 PS4_SYSV_ABI _LLog(); +s32 PS4_SYSV_ABI _LLogpoly(); +s32 PS4_SYSV_ABI _LNan(); +s32 PS4_SYSV_ABI _Locale(); +s32 PS4_SYSV_ABI _Lock_shared_ptr_spin_lock(); +s32 PS4_SYSV_ABI _Lock_spin_lock(); +s32 PS4_SYSV_ABI _Lockfilelock(); +s32 PS4_SYSV_ABI _Locksyslock(); +s32 PS4_SYSV_ABI _Locsum(); +s32 PS4_SYSV_ABI _Loctab(); +s32 PS4_SYSV_ABI _Locterm(); +s32 PS4_SYSV_ABI _Locvar(); +s32 PS4_SYSV_ABI _Log(); +s32 PS4_SYSV_ABI _Logpoly(); +s32 PS4_SYSV_ABI _LPlsw(); +s32 PS4_SYSV_ABI _LPmsw(); +s32 PS4_SYSV_ABI _LPoly(); +s32 PS4_SYSV_ABI _LPow(); +s32 PS4_SYSV_ABI _LQuad(); +s32 PS4_SYSV_ABI _LQuadph(); +s32 PS4_SYSV_ABI _LRecip(); +s32 PS4_SYSV_ABI _LRint(); +s32 PS4_SYSV_ABI _LRteps(); +s32 PS4_SYSV_ABI _LSin(); +s32 PS4_SYSV_ABI _LSincos(); +s32 PS4_SYSV_ABI _LSinh(); +s32 PS4_SYSV_ABI _LSnan(); +s32 PS4_SYSV_ABI _LTan(); +s32 PS4_SYSV_ABI _LTgamma(); +s32 PS4_SYSV_ABI _LXbig(); +s32 PS4_SYSV_ABI _LXp_addh(); +s32 PS4_SYSV_ABI _LXp_addx(); +s32 PS4_SYSV_ABI _LXp_getw(); +s32 PS4_SYSV_ABI _LXp_invx(); +s32 PS4_SYSV_ABI _LXp_ldexpx(); +s32 PS4_SYSV_ABI _LXp_movx(); +s32 PS4_SYSV_ABI _LXp_mulh(); +s32 PS4_SYSV_ABI _LXp_mulx(); +s32 PS4_SYSV_ABI _LXp_setn(); +s32 PS4_SYSV_ABI _LXp_setw(); +s32 PS4_SYSV_ABI _LXp_sqrtx(); +s32 PS4_SYSV_ABI _LXp_subx(); +s32 PS4_SYSV_ABI _LZero(); +s32 PS4_SYSV_ABI _Makeloc(); +s32 PS4_SYSV_ABI _Makestab(); +s32 PS4_SYSV_ABI _Makewct(); +s32 PS4_SYSV_ABI _malloc_finalize_lv2(); +s32 PS4_SYSV_ABI _malloc_fini(); +s32 PS4_SYSV_ABI _malloc_init(); +s32 PS4_SYSV_ABI _malloc_init_lv2(); +s32 PS4_SYSV_ABI _malloc_postfork(); +s32 PS4_SYSV_ABI _malloc_prefork(); +s32 PS4_SYSV_ABI _malloc_thread_cleanup(); +s32 PS4_SYSV_ABI _Mbcurmax(); +s32 PS4_SYSV_ABI _Mbstate(); +s32 PS4_SYSV_ABI _Mbtowc(); +s32 PS4_SYSV_ABI _Mbtowcx(); +s32 PS4_SYSV_ABI _Mtx_current_owns(); +s32 PS4_SYSV_ABI _Mtx_destroy(); +s32 PS4_SYSV_ABI _Mtx_init(); +s32 PS4_SYSV_ABI _Mtx_init_with_name(); +s32 PS4_SYSV_ABI _Mtx_lock(); +s32 PS4_SYSV_ABI _Mtx_timedlock(); +s32 PS4_SYSV_ABI _Mtx_trylock(); +s32 PS4_SYSV_ABI _Mtx_unlock(); +s32 PS4_SYSV_ABI _Mtxdst(); +s32 PS4_SYSV_ABI _Mtxinit(); +s32 PS4_SYSV_ABI _Mtxlock(); +s32 PS4_SYSV_ABI _Mtxunlock(); +s32 PS4_SYSV_ABI _Nan(); +s32 PS4_SYSV_ABI _new_setup(); +s32 PS4_SYSV_ABI _Nnl(); +s32 PS4_SYSV_ABI _PathLocale(); +s32 PS4_SYSV_ABI _PJP_C_Copyright(); +s32 PS4_SYSV_ABI _PJP_CPP_Copyright(); +s32 PS4_SYSV_ABI _Plsw(); +s32 PS4_SYSV_ABI _Pmsw(); +s32 PS4_SYSV_ABI _Poly(); +s32 PS4_SYSV_ABI _Pow(); +s32 PS4_SYSV_ABI _Printf(); +s32 PS4_SYSV_ABI _Putfld(); +s32 PS4_SYSV_ABI _Putstr(); +s32 PS4_SYSV_ABI _Puttxt(); +s32 PS4_SYSV_ABI _Quad(); +s32 PS4_SYSV_ABI _Quadph(); +s32 PS4_SYSV_ABI _Randseed(); +s32 PS4_SYSV_ABI _readdir_unlocked(); +s32 PS4_SYSV_ABI _Readloc(); +s32 PS4_SYSV_ABI _Recip(); +s32 PS4_SYSV_ABI _reclaim_telldir(); +s32 PS4_SYSV_ABI _Restore_state(); +s32 PS4_SYSV_ABI _Rint(); +s32 PS4_SYSV_ABI _Rteps(); +s32 PS4_SYSV_ABI _rtld_addr_phdr(); +s32 PS4_SYSV_ABI _rtld_atfork_post(); +s32 PS4_SYSV_ABI _rtld_atfork_pre(); +s32 PS4_SYSV_ABI _rtld_error(); +s32 PS4_SYSV_ABI _rtld_get_stack_prot(); +s32 PS4_SYSV_ABI _rtld_thread_init(); +s32 PS4_SYSV_ABI _Save_state(); +s32 PS4_SYSV_ABI _Scanf(); +s32 PS4_SYSV_ABI _SceLibcDebugOut(); +s32 PS4_SYSV_ABI _sceLibcGetMallocParam(); +s32 PS4_SYSV_ABI _SceLibcTelemetoryOut(); +s32 PS4_SYSV_ABI _seekdir(); +s32 PS4_SYSV_ABI _Setgloballocale(); +s32 PS4_SYSV_ABI _Shared_ptr_flag(); +s32 PS4_SYSV_ABI _Sin(); +s32 PS4_SYSV_ABI _Sincos(); +s32 PS4_SYSV_ABI _Sinh(); +s32 PS4_SYSV_ABI _Skip(); +s32 PS4_SYSV_ABI _Snan(); +s32 PS4_SYSV_ABI _Stderr(); +s32 PS4_SYSV_ABI _Stdin(); +s32 PS4_SYSV_ABI _Stdout(); +s32 PS4_SYSV_ABI _Stod(); +s32 PS4_SYSV_ABI _Stodx(); +s32 PS4_SYSV_ABI _Stof(); +s32 PS4_SYSV_ABI _Stoflt(); +s32 PS4_SYSV_ABI _Stofx(); +s32 PS4_SYSV_ABI _Stold(); +s32 PS4_SYSV_ABI _Stoldx(); +s32 PS4_SYSV_ABI _Stoll(); +s32 PS4_SYSV_ABI _Stollx(); +s32 PS4_SYSV_ABI _Stolx(); +s32 PS4_SYSV_ABI _Stopfx(); +s32 PS4_SYSV_ABI _Stoul(); +s32 PS4_SYSV_ABI _Stoull(); +s32 PS4_SYSV_ABI _Stoullx(); +s32 PS4_SYSV_ABI _Stoulx(); +s32 PS4_SYSV_ABI _Stoxflt(); +s32 PS4_SYSV_ABI _Strcollx(); +s32 PS4_SYSV_ABI _Strerror(); +s32 PS4_SYSV_ABI _Strxfrmx(); +s32 PS4_SYSV_ABI _Tan(); +s32 PS4_SYSV_ABI _Tgamma(); +s32 PS4_SYSV_ABI _Thrd_abort(); +s32 PS4_SYSV_ABI _Thrd_create(); +s32 PS4_SYSV_ABI _Thrd_current(); +s32 PS4_SYSV_ABI _Thrd_detach(); +s32 PS4_SYSV_ABI _Thrd_equal(); +s32 PS4_SYSV_ABI _Thrd_exit(); +s32 PS4_SYSV_ABI _Thrd_id(); +s32 PS4_SYSV_ABI _Thrd_join(); +s32 PS4_SYSV_ABI _Thrd_lt(); +s32 PS4_SYSV_ABI _Thrd_sleep(); +s32 PS4_SYSV_ABI _Thrd_start(); +s32 PS4_SYSV_ABI _Thrd_start_with_attr(); +s32 PS4_SYSV_ABI _Thrd_start_with_name(); +s32 PS4_SYSV_ABI _Thrd_start_with_name_attr(); +s32 PS4_SYSV_ABI _Thrd_yield(); +s32 PS4_SYSV_ABI _thread_autoinit_dummy_decl(); +s32 PS4_SYSV_ABI _thread_autoinit_dummy_decl_stub(); +s32 PS4_SYSV_ABI _thread_init(); +s32 PS4_SYSV_ABI _thread_init_stub(); +s32 PS4_SYSV_ABI _Times(); +s32 PS4_SYSV_ABI _Tls_setup__Costate(); +s32 PS4_SYSV_ABI _Tls_setup__Ctype(); +s32 PS4_SYSV_ABI _Tls_setup__Errno(); +s32 PS4_SYSV_ABI _Tls_setup__Locale(); +s32 PS4_SYSV_ABI _Tls_setup__Mbcurmax(); +s32 PS4_SYSV_ABI _Tls_setup__Mbstate(); +s32 PS4_SYSV_ABI _Tls_setup__Times(); +s32 PS4_SYSV_ABI _Tls_setup__Tolotab(); +s32 PS4_SYSV_ABI _Tls_setup__Touptab(); +s32 PS4_SYSV_ABI _Tls_setup__WCostate(); +s32 PS4_SYSV_ABI _Tls_setup__Wcstate(); +s32 PS4_SYSV_ABI _Tls_setup__Wctrans(); +s32 PS4_SYSV_ABI _Tls_setup__Wctype(); +s32 PS4_SYSV_ABI _Tolotab(); +s32 PS4_SYSV_ABI _Touptab(); +s32 PS4_SYSV_ABI _Towctrans(); +s32 PS4_SYSV_ABI _Tss_create(); +s32 PS4_SYSV_ABI _Tss_delete(); +s32 PS4_SYSV_ABI _Tss_get(); +s32 PS4_SYSV_ABI _Tss_set(); +s32 PS4_SYSV_ABI _Ttotm(); +s32 PS4_SYSV_ABI _Tzoff(); +s32 PS4_SYSV_ABI _Unlock_shared_ptr_spin_lock(); +s32 PS4_SYSV_ABI _Unlock_spin_lock(); +s32 PS4_SYSV_ABI _Unlockfilelock(); +s32 PS4_SYSV_ABI _Unlocksyslock(); +s32 PS4_SYSV_ABI _Unwind_Backtrace(); +s32 PS4_SYSV_ABI _Unwind_GetIP(); +s32 PS4_SYSV_ABI _Unwind_Resume(); +s32 PS4_SYSV_ABI _Unwind_Resume_or_Rethrow(); +s32 PS4_SYSV_ABI _Vacopy(); +s32 PS4_SYSV_ABI _warn(); +s32 PS4_SYSV_ABI _WCostate(); +s32 PS4_SYSV_ABI _Wcscollx(); +s32 PS4_SYSV_ABI _Wcsftime(); +s32 PS4_SYSV_ABI _Wcstate(); +s32 PS4_SYSV_ABI _Wcsxfrmx(); +s32 PS4_SYSV_ABI _Wctob(); +s32 PS4_SYSV_ABI _Wctomb(); +s32 PS4_SYSV_ABI _Wctombx(); +s32 PS4_SYSV_ABI _Wctrans(); +s32 PS4_SYSV_ABI _Wctype(); +s32 PS4_SYSV_ABI _WFrprep(); +s32 PS4_SYSV_ABI _WFwprep(); +s32 PS4_SYSV_ABI _WGenld(); +s32 PS4_SYSV_ABI _WGetfld(); +s32 PS4_SYSV_ABI _WGetfloat(); +s32 PS4_SYSV_ABI _WGetint(); +s32 PS4_SYSV_ABI _WGetstr(); +s32 PS4_SYSV_ABI _WLdtob(); +s32 PS4_SYSV_ABI _WLitob(); +s32 PS4_SYSV_ABI _WPrintf(); +s32 PS4_SYSV_ABI _WPutfld(); +s32 PS4_SYSV_ABI _WPutstr(); +s32 PS4_SYSV_ABI _WPuttxt(); +s32 PS4_SYSV_ABI _WScanf(); +s32 PS4_SYSV_ABI _WStod(); +s32 PS4_SYSV_ABI _WStodx(); +s32 PS4_SYSV_ABI _WStof(); +s32 PS4_SYSV_ABI _WStoflt(); +s32 PS4_SYSV_ABI _WStofx(); +s32 PS4_SYSV_ABI _WStold(); +s32 PS4_SYSV_ABI _WStoldx(); +s32 PS4_SYSV_ABI _WStoll(); +s32 PS4_SYSV_ABI _WStopfx(); +s32 PS4_SYSV_ABI _WStoul(); +s32 PS4_SYSV_ABI _WStoull(); +s32 PS4_SYSV_ABI _WStoxflt(); +s32 PS4_SYSV_ABI _Xbig(); +s32 PS4_SYSV_ABI _Xp_addh(); +s32 PS4_SYSV_ABI _Xp_addx(); +s32 PS4_SYSV_ABI _Xp_getw(); +s32 PS4_SYSV_ABI _Xp_invx(); +s32 PS4_SYSV_ABI _Xp_ldexpx(); +s32 PS4_SYSV_ABI _Xp_movx(); +s32 PS4_SYSV_ABI _Xp_mulh(); +s32 PS4_SYSV_ABI _Xp_mulx(); +s32 PS4_SYSV_ABI _Xp_setn(); +s32 PS4_SYSV_ABI _Xp_setw(); +s32 PS4_SYSV_ABI _Xp_sqrtx(); +s32 PS4_SYSV_ABI _Xp_subx(); +s32 PS4_SYSV_ABI _Xtime_diff_to_ts(); +s32 PS4_SYSV_ABI _Xtime_get_ticks(); +s32 PS4_SYSV_ABI _Xtime_to_ts(); +s32 PS4_SYSV_ABI _ZdaPv(); +s32 PS4_SYSV_ABI _ZdaPvm(); +s32 PS4_SYSV_ABI _ZdaPvmRKSt9nothrow_t(); +s32 PS4_SYSV_ABI _ZdaPvmSt11align_val_t(); +s32 PS4_SYSV_ABI _ZdaPvRKSt9nothrow_t(); +s32 PS4_SYSV_ABI _ZdaPvS_(); +s32 PS4_SYSV_ABI _ZdaPvSt11align_val_t(); +s32 PS4_SYSV_ABI _ZdaPvSt11align_val_tRKSt9nothrow_t(); +s32 PS4_SYSV_ABI _ZdlPv(); +s32 PS4_SYSV_ABI _ZdlPvm(); +s32 PS4_SYSV_ABI _ZdlPvmRKSt9nothrow_t(); +s32 PS4_SYSV_ABI _ZdlPvmSt11align_val_t(); +s32 PS4_SYSV_ABI _ZdlPvRKSt9nothrow_t(); +s32 PS4_SYSV_ABI _ZdlPvS_(); +s32 PS4_SYSV_ABI _ZdlPvSt11align_val_t(); +s32 PS4_SYSV_ABI _ZdlPvSt11align_val_tRKSt9nothrow_t(); +s32 PS4_SYSV_ABI _Zero(); +s32 PS4_SYSV_ABI _ZGVNSt10moneypunctIcLb0EE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt10moneypunctIcLb1EE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt10moneypunctIwLb0EE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt10moneypunctIwLb1EE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt14_Error_objectsIiE14_System_objectE(); +s32 PS4_SYSV_ABI _ZGVNSt14_Error_objectsIiE15_Generic_objectE(); +s32 PS4_SYSV_ABI _ZGVNSt14_Error_objectsIiE16_Iostream_objectE(); +s32 PS4_SYSV_ABI _ZGVNSt20_Future_error_objectIiE14_Future_objectE(); +s32 PS4_SYSV_ABI _ZGVNSt7codecvtIcc9_MbstatetE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt7collateIcE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt7collateIwE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt8messagesIcE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt8messagesIwE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt8numpunctIcE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt8numpunctIwE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE(); +s32 PS4_SYSV_ABI _ZGVNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE(); +s32 PS4_SYSV_ABI _ZGVZNSt13basic_filebufIcSt11char_traitsIcEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZGVZNSt13basic_filebufIwSt11char_traitsIwEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit(); -int PS4_SYSV_ABI _ZN10__cxxabiv116__enum_type_infoD0Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv116__enum_type_infoD1Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv116__enum_type_infoD2Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv117__array_type_infoD0Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv117__array_type_infoD1Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv117__array_type_infoD2Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv117__class_type_infoD0Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv117__class_type_infoD1Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv117__class_type_infoD2Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv117__pbase_type_infoD0Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv117__pbase_type_infoD1Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv117__pbase_type_infoD2Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv119__pointer_type_infoD0Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv119__pointer_type_infoD1Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv119__pointer_type_infoD2Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv120__function_type_infoD0Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv120__function_type_infoD1Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv120__function_type_infoD2Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv120__si_class_type_infoD0Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv120__si_class_type_infoD1Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv120__si_class_type_infoD2Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv121__vmi_class_type_infoD0Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv121__vmi_class_type_infoD1Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv121__vmi_class_type_infoD2Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv123__fundamental_type_infoD0Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv123__fundamental_type_infoD1Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv123__fundamental_type_infoD2Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv129__pointer_to_member_type_infoD0Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv129__pointer_to_member_type_infoD1Ev(); -int PS4_SYSV_ABI _ZN10__cxxabiv129__pointer_to_member_type_infoD2Ev(); -int PS4_SYSV_ABI _ZN6Dinkum7codecvt10_Cvt_checkEmm(); -int PS4_SYSV_ABI _ZN6Dinkum7threads10lock_errorD0Ev(); -int PS4_SYSV_ABI _ZN6Dinkum7threads10lock_errorD1Ev(); -int PS4_SYSV_ABI _ZN6Dinkum7threads17_Throw_lock_errorEv(); -int PS4_SYSV_ABI _ZN6Dinkum7threads21_Throw_resource_errorEv(); -int PS4_SYSV_ABI _ZN6Dinkum7threads21thread_resource_errorD0Ev(); -int PS4_SYSV_ABI _ZN6Dinkum7threads21thread_resource_errorD1Ev(); -int PS4_SYSV_ABI _Znam(); -int PS4_SYSV_ABI _ZnamRKSt9nothrow_t(); -int PS4_SYSV_ABI _ZnamSt11align_val_t(); -int PS4_SYSV_ABI _ZnamSt11align_val_tRKSt9nothrow_t(); -int PS4_SYSV_ABI _ZNKSbIwSt11char_traitsIwESaIwEE5_XlenEv(); -int PS4_SYSV_ABI _ZNKSbIwSt11char_traitsIwESaIwEE5_XranEv(); -int PS4_SYSV_ABI _ZNKSs5_XlenEv(); -int PS4_SYSV_ABI _ZNKSs5_XranEv(); -int PS4_SYSV_ABI _ZNKSt10bad_typeid4whatEv(); -int PS4_SYSV_ABI _ZNKSt10bad_typeid8_DoraiseEv(); -int PS4_SYSV_ABI _ZNKSt11logic_error4whatEv(); -int PS4_SYSV_ABI _ZNKSt11logic_error8_DoraiseEv(); -int PS4_SYSV_ABI _ZNKSt12bad_weak_ptr4whatEv(); -int PS4_SYSV_ABI _ZNKSt12codecvt_base11do_encodingEv(); -int PS4_SYSV_ABI _ZNKSt12codecvt_base13do_max_lengthEv(); -int PS4_SYSV_ABI _ZNKSt12future_error4whatEv(); -int PS4_SYSV_ABI _ZNKSt12future_error8_DoraiseEv(); -int PS4_SYSV_ABI _ZNKSt12system_error8_DoraiseEv(); -int PS4_SYSV_ABI _ZNKSt13bad_exception8_DoraiseEv(); -int PS4_SYSV_ABI _ZNKSt13runtime_error4whatEv(); -int PS4_SYSV_ABI _ZNKSt14error_category10equivalentEiRKSt15error_condition(); -int PS4_SYSV_ABI _ZNKSt14error_category10equivalentERKSt10error_codei(); -int PS4_SYSV_ABI _ZNKSt14error_category23default_error_conditionEi(); -int PS4_SYSV_ABI _ZNKSt17bad_function_call4whatEv(); -int PS4_SYSV_ABI _ZNKSt18bad_variant_access4whatEv(); -int PS4_SYSV_ABI _ZNKSt19istreambuf_iteratorIcSt11char_traitsIcEE5equalERKS2_(); -int PS4_SYSV_ABI _ZNKSt19istreambuf_iteratorIwSt11char_traitsIwEE5equalERKS2_(); -int PS4_SYSV_ABI _ZNKSt22_Future_error_category4nameEv(); -int PS4_SYSV_ABI _ZNKSt22_Future_error_category7messageEi(); -int PS4_SYSV_ABI _ZNKSt22_System_error_category23default_error_conditionEi(); -int PS4_SYSV_ABI _ZNKSt22_System_error_category4nameEv(); -int PS4_SYSV_ABI _ZNKSt22_System_error_category7messageEi(); -int PS4_SYSV_ABI _ZNKSt23_Generic_error_category4nameEv(); -int PS4_SYSV_ABI _ZNKSt23_Generic_error_category7messageEi(); -int PS4_SYSV_ABI _ZNKSt24_Iostream_error_category4nameEv(); -int PS4_SYSV_ABI _ZNKSt24_Iostream_error_category7messageEi(); -int PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_tolowerEc(); -int PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_tolowerEPcPKc(); -int PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_toupperEc(); -int PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_toupperEPcPKc(); -int PS4_SYSV_ABI _ZNKSt5ctypeIcE8do_widenEc(); -int PS4_SYSV_ABI _ZNKSt5ctypeIcE8do_widenEPKcS2_Pc(); -int PS4_SYSV_ABI _ZNKSt5ctypeIcE9do_narrowEcc(); -int PS4_SYSV_ABI _ZNKSt5ctypeIcE9do_narrowEPKcS2_cPc(); -int PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_scan_isEsPKwS2_(); -int PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_tolowerEPwPKw(); -int PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_tolowerEw(); -int PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_toupperEPwPKw(); -int PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_toupperEw(); -int PS4_SYSV_ABI _ZNKSt5ctypeIwE11do_scan_notEsPKwS2_(); -int PS4_SYSV_ABI _ZNKSt5ctypeIwE5do_isEPKwS2_Ps(); -int PS4_SYSV_ABI _ZNKSt5ctypeIwE5do_isEsw(); -int PS4_SYSV_ABI _ZNKSt5ctypeIwE8do_widenEc(); -int PS4_SYSV_ABI _ZNKSt5ctypeIwE8do_widenEPKcS2_Pw(); -int PS4_SYSV_ABI _ZNKSt5ctypeIwE9do_narrowEPKwS2_cPc(); -int PS4_SYSV_ABI _ZNKSt5ctypeIwE9do_narrowEwc(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE11do_groupingEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE13do_neg_formatEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE13do_pos_formatEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE14do_curr_symbolEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE14do_frac_digitsEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_decimal_pointEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_negative_signEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_positive_signEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_thousands_sepEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE11do_groupingEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE13do_neg_formatEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE13do_pos_formatEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE14do_curr_symbolEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE14do_frac_digitsEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_decimal_pointEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_negative_signEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_positive_signEv(); -int PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_thousands_sepEv(); -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE10do_unshiftERS0_PcS3_RS3_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE16do_always_noconvEv(); -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE2inERS0_PKcS4_RS4_PcS6_RS6_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE3outERS0_PKcS4_RS4_PcS6_RS6_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE5do_inERS0_PKcS4_RS4_PcS6_RS6_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE6do_outERS0_PKcS4_RS4_PcS6_RS6_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE6lengthERS0_PKcS4_m(); -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE7unshiftERS0_PcS3_RS3_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE9do_lengthERS0_PKcS4_m(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE10do_unshiftERS0_PcS3_RS3_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE11do_encodingEv(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE13do_max_lengthEv(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE16do_always_noconvEv(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE5do_inERS0_PKcS4_RS4_PDiS6_RS6_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE6do_outERS0_PKDiS4_RS4_PcS6_RS6_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE9do_lengthERS0_PKcS4_m(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE10do_unshiftERS0_PcS3_RS3_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE11do_encodingEv(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE13do_max_lengthEv(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE16do_always_noconvEv(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE5do_inERS0_PKcS4_RS4_PDsS6_RS6_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE6do_outERS0_PKDsS4_RS4_PcS6_RS6_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE9do_lengthERS0_PKcS4_m(); -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE10do_unshiftERS0_PcS3_RS3_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE11do_encodingEv(); -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE13do_max_lengthEv(); -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE16do_always_noconvEv(); -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE5do_inERS0_PKcS4_RS4_PwS6_RS6_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE6do_outERS0_PKwS4_RS4_PcS6_RS6_(); -int PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE9do_lengthERS0_PKcS4_m(); -int PS4_SYSV_ABI _ZNKSt7collateIcE10do_compareEPKcS2_S2_S2_(); -int PS4_SYSV_ABI _ZNKSt7collateIcE12do_transformEPKcS2_(); -int PS4_SYSV_ABI _ZNKSt7collateIcE4hashEPKcS2_(); -int PS4_SYSV_ABI _ZNKSt7collateIcE7compareEPKcS2_S2_S2_(); -int PS4_SYSV_ABI _ZNKSt7collateIcE7do_hashEPKcS2_(); -int PS4_SYSV_ABI _ZNKSt7collateIcE9transformEPKcS2_(); -int PS4_SYSV_ABI _ZNKSt7collateIwE10do_compareEPKwS2_S2_S2_(); -int PS4_SYSV_ABI _ZNKSt7collateIwE12do_transformEPKwS2_(); -int PS4_SYSV_ABI _ZNKSt7collateIwE4hashEPKwS2_(); -int PS4_SYSV_ABI _ZNKSt7collateIwE7compareEPKwS2_S2_S2_(); -int PS4_SYSV_ABI _ZNKSt7collateIwE7do_hashEPKwS2_(); -int PS4_SYSV_ABI _ZNKSt7collateIwE9transformEPKwS2_(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZN10__cxxabiv116__enum_type_infoD0Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv116__enum_type_infoD1Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv116__enum_type_infoD2Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__array_type_infoD0Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__array_type_infoD1Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__array_type_infoD2Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__class_type_infoD0Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__class_type_infoD1Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__class_type_infoD2Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__pbase_type_infoD0Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__pbase_type_infoD1Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv117__pbase_type_infoD2Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv119__pointer_type_infoD0Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv119__pointer_type_infoD1Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv119__pointer_type_infoD2Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv120__function_type_infoD0Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv120__function_type_infoD1Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv120__function_type_infoD2Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv120__si_class_type_infoD0Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv120__si_class_type_infoD1Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv120__si_class_type_infoD2Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv121__vmi_class_type_infoD0Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv121__vmi_class_type_infoD1Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv121__vmi_class_type_infoD2Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv123__fundamental_type_infoD0Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv123__fundamental_type_infoD1Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv123__fundamental_type_infoD2Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv129__pointer_to_member_type_infoD0Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv129__pointer_to_member_type_infoD1Ev(); +s32 PS4_SYSV_ABI _ZN10__cxxabiv129__pointer_to_member_type_infoD2Ev(); +s32 PS4_SYSV_ABI _ZN6Dinkum7codecvt10_Cvt_checkEmm(); +s32 PS4_SYSV_ABI _ZN6Dinkum7threads10lock_errorD0Ev(); +s32 PS4_SYSV_ABI _ZN6Dinkum7threads10lock_errorD1Ev(); +s32 PS4_SYSV_ABI _ZN6Dinkum7threads17_Throw_lock_errorEv(); +s32 PS4_SYSV_ABI _ZN6Dinkum7threads21_Throw_resource_errorEv(); +s32 PS4_SYSV_ABI _ZN6Dinkum7threads21thread_resource_errorD0Ev(); +s32 PS4_SYSV_ABI _ZN6Dinkum7threads21thread_resource_errorD1Ev(); +s32 PS4_SYSV_ABI _Znam(); +s32 PS4_SYSV_ABI _ZnamRKSt9nothrow_t(); +s32 PS4_SYSV_ABI _ZnamSt11align_val_t(); +s32 PS4_SYSV_ABI _ZnamSt11align_val_tRKSt9nothrow_t(); +s32 PS4_SYSV_ABI _ZNKSbIwSt11char_traitsIwESaIwEE5_XlenEv(); +s32 PS4_SYSV_ABI _ZNKSbIwSt11char_traitsIwESaIwEE5_XranEv(); +s32 PS4_SYSV_ABI _ZNKSs5_XlenEv(); +s32 PS4_SYSV_ABI _ZNKSs5_XranEv(); +s32 PS4_SYSV_ABI _ZNKSt10bad_typeid4whatEv(); +s32 PS4_SYSV_ABI _ZNKSt10bad_typeid8_DoraiseEv(); +s32 PS4_SYSV_ABI _ZNKSt11logic_error4whatEv(); +s32 PS4_SYSV_ABI _ZNKSt11logic_error8_DoraiseEv(); +s32 PS4_SYSV_ABI _ZNKSt12bad_weak_ptr4whatEv(); +s32 PS4_SYSV_ABI _ZNKSt12codecvt_base11do_encodingEv(); +s32 PS4_SYSV_ABI _ZNKSt12codecvt_base13do_max_lengthEv(); +s32 PS4_SYSV_ABI _ZNKSt12future_error4whatEv(); +s32 PS4_SYSV_ABI _ZNKSt12future_error8_DoraiseEv(); +s32 PS4_SYSV_ABI _ZNKSt12system_error8_DoraiseEv(); +s32 PS4_SYSV_ABI _ZNKSt13bad_exception8_DoraiseEv(); +s32 PS4_SYSV_ABI _ZNKSt13runtime_error4whatEv(); +s32 PS4_SYSV_ABI _ZNKSt14error_category10equivalentEiRKSt15error_condition(); +s32 PS4_SYSV_ABI _ZNKSt14error_category10equivalentERKSt10error_codei(); +s32 PS4_SYSV_ABI _ZNKSt14error_category23default_error_conditionEi(); +s32 PS4_SYSV_ABI _ZNKSt17bad_function_call4whatEv(); +s32 PS4_SYSV_ABI _ZNKSt18bad_variant_access4whatEv(); +s32 PS4_SYSV_ABI _ZNKSt19istreambuf_iteratorIcSt11char_traitsIcEE5equalERKS2_(); +s32 PS4_SYSV_ABI _ZNKSt19istreambuf_iteratorIwSt11char_traitsIwEE5equalERKS2_(); +s32 PS4_SYSV_ABI _ZNKSt22_Future_error_category4nameEv(); +s32 PS4_SYSV_ABI _ZNKSt22_Future_error_category7messageEi(); +s32 PS4_SYSV_ABI _ZNKSt22_System_error_category23default_error_conditionEi(); +s32 PS4_SYSV_ABI _ZNKSt22_System_error_category4nameEv(); +s32 PS4_SYSV_ABI _ZNKSt22_System_error_category7messageEi(); +s32 PS4_SYSV_ABI _ZNKSt23_Generic_error_category4nameEv(); +s32 PS4_SYSV_ABI _ZNKSt23_Generic_error_category7messageEi(); +s32 PS4_SYSV_ABI _ZNKSt24_Iostream_error_category4nameEv(); +s32 PS4_SYSV_ABI _ZNKSt24_Iostream_error_category7messageEi(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_tolowerEc(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_tolowerEPcPKc(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_toupperEc(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE10do_toupperEPcPKc(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE8do_widenEc(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE8do_widenEPKcS2_Pc(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE9do_narrowEcc(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIcE9do_narrowEPKcS2_cPc(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_scan_isEsPKwS2_(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_tolowerEPwPKw(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_tolowerEw(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_toupperEPwPKw(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE10do_toupperEw(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE11do_scan_notEsPKwS2_(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE5do_isEPKwS2_Ps(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE5do_isEsw(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE8do_widenEc(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE8do_widenEPKcS2_Pw(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE9do_narrowEPKwS2_cPc(); +s32 PS4_SYSV_ABI _ZNKSt5ctypeIwE9do_narrowEwc(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE11do_groupingEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE13do_neg_formatEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE13do_pos_formatEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE14do_curr_symbolEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE14do_frac_digitsEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_decimal_pointEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_negative_signEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_positive_signEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIcE16do_thousands_sepEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE11do_groupingEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE13do_neg_formatEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE13do_pos_formatEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE14do_curr_symbolEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE14do_frac_digitsEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_decimal_pointEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_negative_signEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_positive_signEv(); +s32 PS4_SYSV_ABI _ZNKSt7_MpunctIwE16do_thousands_sepEv(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE10do_unshiftERS0_PcS3_RS3_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE16do_always_noconvEv(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE2inERS0_PKcS4_RS4_PcS6_RS6_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE3outERS0_PKcS4_RS4_PcS6_RS6_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE5do_inERS0_PKcS4_RS4_PcS6_RS6_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE6do_outERS0_PKcS4_RS4_PcS6_RS6_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE6lengthERS0_PKcS4_m(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE7unshiftERS0_PcS3_RS3_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIcc9_MbstatetE9do_lengthERS0_PKcS4_m(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE10do_unshiftERS0_PcS3_RS3_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE11do_encodingEv(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE13do_max_lengthEv(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE16do_always_noconvEv(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE5do_inERS0_PKcS4_RS4_PDiS6_RS6_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE6do_outERS0_PKDiS4_RS4_PcS6_RS6_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDic9_MbstatetE9do_lengthERS0_PKcS4_m(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE10do_unshiftERS0_PcS3_RS3_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE11do_encodingEv(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE13do_max_lengthEv(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE16do_always_noconvEv(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE5do_inERS0_PKcS4_RS4_PDsS6_RS6_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE6do_outERS0_PKDsS4_RS4_PcS6_RS6_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIDsc9_MbstatetE9do_lengthERS0_PKcS4_m(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE10do_unshiftERS0_PcS3_RS3_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE11do_encodingEv(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE13do_max_lengthEv(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE16do_always_noconvEv(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE5do_inERS0_PKcS4_RS4_PwS6_RS6_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE6do_outERS0_PKwS4_RS4_PcS6_RS6_(); +s32 PS4_SYSV_ABI _ZNKSt7codecvtIwc9_MbstatetE9do_lengthERS0_PKcS4_m(); +s32 PS4_SYSV_ABI _ZNKSt7collateIcE10do_compareEPKcS2_S2_S2_(); +s32 PS4_SYSV_ABI _ZNKSt7collateIcE12do_transformEPKcS2_(); +s32 PS4_SYSV_ABI _ZNKSt7collateIcE4hashEPKcS2_(); +s32 PS4_SYSV_ABI _ZNKSt7collateIcE7compareEPKcS2_S2_S2_(); +s32 PS4_SYSV_ABI _ZNKSt7collateIcE7do_hashEPKcS2_(); +s32 PS4_SYSV_ABI _ZNKSt7collateIcE9transformEPKcS2_(); +s32 PS4_SYSV_ABI _ZNKSt7collateIwE10do_compareEPKwS2_S2_S2_(); +s32 PS4_SYSV_ABI _ZNKSt7collateIwE12do_transformEPKwS2_(); +s32 PS4_SYSV_ABI _ZNKSt7collateIwE4hashEPKwS2_(); +s32 PS4_SYSV_ABI _ZNKSt7collateIwE7compareEPKwS2_S2_S2_(); +s32 PS4_SYSV_ABI _ZNKSt7collateIwE7do_hashEPKwS2_(); +s32 PS4_SYSV_ABI _ZNKSt7collateIwE9transformEPKwS2_(); +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERb(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERd(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERe(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERf(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERj(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERl(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERPv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERt(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERx(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERy(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERb(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERd(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERe(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERf(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERj(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERl(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERPv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERt(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERx(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERy(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetffldEPcRS3_S6_RSt8ios_basePi(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetifldEPcRS3_S6_NSt5_IosbIiE9_FmtflagsERKSt6locale(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE9_GetffldxEPcRS3_S6_RSt8ios_basePi(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERb(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERd(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERe(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERf(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERj(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERl(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERPv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERt(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERx(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERy(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERb(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERd(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERe(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERf(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERj(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERl(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERPv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERt(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERx(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateERy(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetffldEPcRS3_S6_RSt8ios_basePi(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetifldEPcRS3_S6_NSt5_IosbIiE9_FmtflagsERKSt6locale(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE9_GetffldxEPcRS3_S6_RSt8ios_basePi(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecb(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecd(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basece(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecl(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPKv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecx(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecy(); -int PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_PutES3_PKcm(); -int PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_RepES3_cm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_PutES3_PKcm(); +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_RepES3_cm(); +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_FfmtEPccNSt5_IosbIiE9_FmtflagsE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_FputES3_RSt8ios_basecPKcm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_FputES3_RSt8ios_basecPKcmmmm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_IfmtEPcPKcNSt5_IosbIiE9_FmtflagsE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_IputES3_RSt8ios_basecPcm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecb(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecd(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basece(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecl(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecPKv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecx(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecy(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewb(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewd(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewe(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewl(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPKv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewx(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewy(); -int PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_PutES3_PKwm(); -int PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_RepES3_wm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_PutES3_PKwm(); +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_RepES3_wm(); +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_FfmtEPccNSt5_IosbIiE9_FmtflagsE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_FputES3_RSt8ios_basewPKcm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_FputES3_RSt8ios_basewPKcmmmm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_IfmtEPcPKcNSt5_IosbIiE9_FmtflagsE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_IputES3_RSt8ios_basewPcm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewb(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewd(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewe(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewl(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewPKv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewx(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewy(); -int PS4_SYSV_ABI _ZNKSt8bad_cast4whatEv(); -int PS4_SYSV_ABI _ZNKSt8bad_cast8_DoraiseEv(); -int PS4_SYSV_ABI _ZNKSt8ios_base7failure8_DoraiseEv(); -int PS4_SYSV_ABI _ZNKSt8messagesIcE3getEiiiRKSs(); -int PS4_SYSV_ABI _ZNKSt8messagesIcE4openERKSsRKSt6locale(); -int PS4_SYSV_ABI _ZNKSt8messagesIcE5closeEi(); -int PS4_SYSV_ABI _ZNKSt8messagesIcE6do_getEiiiRKSs(); -int PS4_SYSV_ABI _ZNKSt8messagesIcE7do_openERKSsRKSt6locale(); -int PS4_SYSV_ABI _ZNKSt8messagesIcE8do_closeEi(); -int PS4_SYSV_ABI _ZNKSt8messagesIwE3getEiiiRKSbIwSt11char_traitsIwESaIwEE(); -int PS4_SYSV_ABI _ZNKSt8messagesIwE4openERKSsRKSt6locale(); -int PS4_SYSV_ABI _ZNKSt8messagesIwE5closeEi(); -int PS4_SYSV_ABI _ZNKSt8messagesIwE6do_getEiiiRKSbIwSt11char_traitsIwESaIwEE(); -int PS4_SYSV_ABI _ZNKSt8messagesIwE7do_openERKSsRKSt6locale(); -int PS4_SYSV_ABI _ZNKSt8messagesIwE8do_closeEi(); -int PS4_SYSV_ABI _ZNKSt8numpunctIcE11do_groupingEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIcE11do_truenameEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIcE12do_falsenameEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIcE13decimal_pointEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIcE13thousands_sepEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIcE16do_decimal_pointEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIcE16do_thousands_sepEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIcE8groupingEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIcE8truenameEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIcE9falsenameEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIwE11do_groupingEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIwE11do_truenameEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIwE12do_falsenameEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIwE13decimal_pointEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIwE13thousands_sepEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIwE16do_decimal_pointEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIwE16do_thousands_sepEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIwE8groupingEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIwE8truenameEv(); -int PS4_SYSV_ABI _ZNKSt8numpunctIwE9falsenameEv(); -int PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10date_orderEv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8bad_cast4whatEv(); +s32 PS4_SYSV_ABI _ZNKSt8bad_cast8_DoraiseEv(); +s32 PS4_SYSV_ABI _ZNKSt8ios_base7failure8_DoraiseEv(); +s32 PS4_SYSV_ABI _ZNKSt8messagesIcE3getEiiiRKSs(); +s32 PS4_SYSV_ABI _ZNKSt8messagesIcE4openERKSsRKSt6locale(); +s32 PS4_SYSV_ABI _ZNKSt8messagesIcE5closeEi(); +s32 PS4_SYSV_ABI _ZNKSt8messagesIcE6do_getEiiiRKSs(); +s32 PS4_SYSV_ABI _ZNKSt8messagesIcE7do_openERKSsRKSt6locale(); +s32 PS4_SYSV_ABI _ZNKSt8messagesIcE8do_closeEi(); +s32 PS4_SYSV_ABI _ZNKSt8messagesIwE3getEiiiRKSbIwSt11char_traitsIwESaIwEE(); +s32 PS4_SYSV_ABI _ZNKSt8messagesIwE4openERKSsRKSt6locale(); +s32 PS4_SYSV_ABI _ZNKSt8messagesIwE5closeEi(); +s32 PS4_SYSV_ABI _ZNKSt8messagesIwE6do_getEiiiRKSbIwSt11char_traitsIwESaIwEE(); +s32 PS4_SYSV_ABI _ZNKSt8messagesIwE7do_openERKSsRKSt6locale(); +s32 PS4_SYSV_ABI _ZNKSt8messagesIwE8do_closeEi(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE11do_groupingEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE11do_truenameEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE12do_falsenameEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE13decimal_pointEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE13thousands_sepEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE16do_decimal_pointEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE16do_thousands_sepEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE8groupingEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE8truenameEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIcE9falsenameEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE11do_groupingEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE11do_truenameEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE12do_falsenameEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE13decimal_pointEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE13thousands_sepEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE16do_decimal_pointEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE16do_thousands_sepEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE8groupingEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE8truenameEv(); +s32 PS4_SYSV_ABI _ZNKSt8numpunctIwE9falsenameEv(); +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10date_orderEv(); +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_dateES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_timeES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_yearES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11get_weekdayES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE13do_date_orderEv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE13do_date_orderEv(); +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE13get_monthnameES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14do_get_weekdayES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE16do_get_monthnameES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmcc(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmPKcSE_(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmcc(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetfmtES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmPKc(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetintERS3_S5_iiRiRKSt5ctypeIcE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_dateES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_timeES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_yearES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE10date_orderEv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE10date_orderEv(); +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_dateES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_timeES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_yearES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11get_weekdayES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE13do_date_orderEv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE13do_date_orderEv(); +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE13get_monthnameES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14do_get_weekdayES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE16do_get_monthnameES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmcc(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmPKwSE_(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmcc(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetfmtES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tmPKc(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetintERS3_S5_iiRiRKSt5ctypeIwE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_dateES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_timeES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_yearES3_S3_RSt8ios_baseRNSt5_IosbIiE8_IostateEP2tm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPK2tmcc(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPK2tmPKcSB_(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecPK2tmcc(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPK2tmcc(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPK2tmPKwSB_(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewPK2tmcc(); -int PS4_SYSV_ABI _ZNKSt9bad_alloc4whatEv(); -int PS4_SYSV_ABI _ZNKSt9bad_alloc8_DoraiseEv(); -int PS4_SYSV_ABI _ZNKSt9exception4whatEv(); -int PS4_SYSV_ABI _ZNKSt9exception6_RaiseEv(); -int PS4_SYSV_ABI _ZNKSt9exception8_DoraiseEv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9bad_alloc4whatEv(); +s32 PS4_SYSV_ABI _ZNKSt9bad_alloc8_DoraiseEv(); +s32 PS4_SYSV_ABI _ZNKSt9exception4whatEv(); +s32 PS4_SYSV_ABI _ZNKSt9exception6_RaiseEv(); +s32 PS4_SYSV_ABI _ZNKSt9exception8_DoraiseEv(); +s32 PS4_SYSV_ABI _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERe(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERSs(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERe(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERSs(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetmfldERS3_S5_bRSt8ios_basePc(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERe(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERSbIwS2_SaIwEE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERe(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRNSt5_IosbIiE8_IostateERSbIwS2_SaIwEE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetmfldERS3_S5_bRSt8ios_basePw(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_bRSt8ios_basece(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_bRSt8ios_basecRKSs(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basece(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basecRKSs(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE8_PutmfldES3_bRSt8ios_basecbSsc(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_bRSt8ios_basewe(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_bRSt8ios_basewRKSbIwS2_SaIwEE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewe(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewRKSbIwS2_SaIwEE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE8_PutmfldES3_bRSt8ios_basewbSbIwS2_SaIwEEw(); -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE5_CopyEmm(); -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE5eraseEmm(); -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6appendEmw(); -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6appendERKS2_mm(); -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6assignEmw(); -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6assignEPKwm(); -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6assignERKS2_mm(); -int PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6insertEmmw(); -int PS4_SYSV_ABI _ZNSiD0Ev(); -int PS4_SYSV_ABI _ZNSiD1Ev(); -int PS4_SYSV_ABI _ZNSo6sentryC2ERSo(); -int PS4_SYSV_ABI _ZNSo6sentryD2Ev(); -int PS4_SYSV_ABI _ZNSoD0Ev(); -int PS4_SYSV_ABI _ZNSoD1Ev(); -int PS4_SYSV_ABI _ZNSs5_CopyEmm(); -int PS4_SYSV_ABI _ZNSs5eraseEmm(); -int PS4_SYSV_ABI _ZNSs6appendEmc(); -int PS4_SYSV_ABI _ZNSs6appendERKSsmm(); -int PS4_SYSV_ABI _ZNSs6assignEmc(); -int PS4_SYSV_ABI _ZNSs6assignEPKcm(); -int PS4_SYSV_ABI _ZNSs6assignERKSsmm(); -int PS4_SYSV_ABI _ZNSs6insertEmmc(); -int PS4_SYSV_ABI _ZNSt10bad_typeidD0Ev(); -int PS4_SYSV_ABI _ZNSt10bad_typeidD1Ev(); -int PS4_SYSV_ABI _ZNSt10bad_typeidD2Ev(); -int PS4_SYSV_ABI _ZNSt10filesystem10_Close_dirEPv(); -int PS4_SYSV_ABI _ZNSt10filesystem10_Copy_fileEPKcS1_(); -int PS4_SYSV_ABI _ZNSt10filesystem10_File_sizeEPKc(); -int PS4_SYSV_ABI _ZNSt10filesystem11_EquivalentEPKcS1_(); -int PS4_SYSV_ABI _ZNSt10filesystem11_Remove_dirEPKc(); -int PS4_SYSV_ABI _ZNSt10filesystem12_Current_getERA260_c(); -int PS4_SYSV_ABI _ZNSt10filesystem12_Current_setEPKc(); -int PS4_SYSV_ABI _ZNSt10filesystem16_Last_write_timeEPKc(); -int PS4_SYSV_ABI _ZNSt10filesystem18_Xfilesystem_errorEPKcRKNS_4pathES4_St10error_code(); -int PS4_SYSV_ABI _ZNSt10filesystem18_Xfilesystem_errorEPKcRKNS_4pathESt10error_code(); -int PS4_SYSV_ABI _ZNSt10filesystem18_Xfilesystem_errorEPKcSt10error_code(); -int PS4_SYSV_ABI _ZNSt10filesystem20_Set_last_write_timeEPKcl(); -int PS4_SYSV_ABI _ZNSt10filesystem5_StatEPKcPNS_5permsE(); -int PS4_SYSV_ABI _ZNSt10filesystem6_ChmodEPKcNS_5permsE(); -int PS4_SYSV_ABI _ZNSt10filesystem6_LstatEPKcPNS_5permsE(); -int PS4_SYSV_ABI _ZNSt10filesystem7_RenameEPKcS1_(); -int PS4_SYSV_ABI _ZNSt10filesystem7_ResizeEPKcm(); -int PS4_SYSV_ABI _ZNSt10filesystem7_UnlinkEPKc(); -int PS4_SYSV_ABI _ZNSt10filesystem8_StatvfsEPKcRNS_10space_infoE(); -int PS4_SYSV_ABI _ZNSt10filesystem9_Make_dirEPKcS1_(); -int PS4_SYSV_ABI _ZNSt10filesystem9_Open_dirERA260_cPKcRiRNS_9file_typeE(); -int PS4_SYSV_ABI _ZNSt10filesystem9_Read_dirERA260_cPvRNS_9file_typeE(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EE2idE(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EE4intlE(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EE7_GetcatEPPKNSt6locale5facetEPKS1_(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC1Em(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC1EPKcm(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC1ERKSt8_Locinfomb(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC2Em(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC2EPKcm(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC2ERKSt8_Locinfomb(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EED0Ev(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EED1Ev(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EED2Ev(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EE2idE(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EE4intlE(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EE7_GetcatEPPKNSt6locale5facetEPKS1_(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC1Em(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC1EPKcm(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC1ERKSt8_Locinfomb(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC2Em(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC2EPKcm(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC2ERKSt8_Locinfomb(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EED0Ev(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EED1Ev(); -int PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EED2Ev(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EE2idE(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EE4intlE(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EE7_GetcatEPPKNSt6locale5facetEPKS1_(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC1Em(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC1EPKcm(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC1ERKSt8_Locinfomb(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC2Em(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC2EPKcm(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC2ERKSt8_Locinfomb(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EED0Ev(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EED1Ev(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EED2Ev(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EE2idE(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EE4intlE(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EE7_GetcatEPPKNSt6locale5facetEPKS1_(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC1Em(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC1EPKcm(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC1ERKSt8_Locinfomb(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC2Em(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC2EPKcm(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC2ERKSt8_Locinfomb(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EED0Ev(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EED1Ev(); -int PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EED2Ev(); -int PS4_SYSV_ABI _ZNSt11logic_errorD0Ev(); -int PS4_SYSV_ABI _ZNSt11logic_errorD1Ev(); -int PS4_SYSV_ABI _ZNSt11logic_errorD2Ev(); -int PS4_SYSV_ABI _ZNSt11range_errorD0Ev(); -int PS4_SYSV_ABI _ZNSt11range_errorD1Ev(); -int PS4_SYSV_ABI _ZNSt11range_errorD2Ev(); -int PS4_SYSV_ABI _ZNSt11regex_errorD0Ev(); -int PS4_SYSV_ABI _ZNSt11regex_errorD1Ev(); -int PS4_SYSV_ABI _ZNSt11regex_errorD2Ev(); -int PS4_SYSV_ABI _ZNSt12bad_weak_ptrD0Ev(); -int PS4_SYSV_ABI _ZNSt12bad_weak_ptrD1Ev(); -int PS4_SYSV_ABI _ZNSt12bad_weak_ptrD2Ev(); -int PS4_SYSV_ABI _ZNSt12domain_errorD0Ev(); -int PS4_SYSV_ABI _ZNSt12domain_errorD1Ev(); -int PS4_SYSV_ABI _ZNSt12domain_errorD2Ev(); -int PS4_SYSV_ABI _ZNSt12future_errorD0Ev(); -int PS4_SYSV_ABI _ZNSt12future_errorD1Ev(); -int PS4_SYSV_ABI _ZNSt12future_errorD2Ev(); -int PS4_SYSV_ABI _ZNSt12length_errorD0Ev(); -int PS4_SYSV_ABI _ZNSt12length_errorD1Ev(); -int PS4_SYSV_ABI _ZNSt12length_errorD2Ev(); -int PS4_SYSV_ABI _ZNSt12out_of_rangeD0Ev(); -int PS4_SYSV_ABI _ZNSt12out_of_rangeD1Ev(); -int PS4_SYSV_ABI _ZNSt12out_of_rangeD2Ev(); -int PS4_SYSV_ABI _ZNSt12placeholders2_1E(); -int PS4_SYSV_ABI _ZNSt12placeholders2_2E(); -int PS4_SYSV_ABI _ZNSt12placeholders2_3E(); -int PS4_SYSV_ABI _ZNSt12placeholders2_4E(); -int PS4_SYSV_ABI _ZNSt12placeholders2_5E(); -int PS4_SYSV_ABI _ZNSt12placeholders2_6E(); -int PS4_SYSV_ABI _ZNSt12placeholders2_7E(); -int PS4_SYSV_ABI _ZNSt12placeholders2_8E(); -int PS4_SYSV_ABI _ZNSt12placeholders2_9E(); -int PS4_SYSV_ABI _ZNSt12placeholders3_10E(); -int PS4_SYSV_ABI _ZNSt12placeholders3_11E(); -int PS4_SYSV_ABI _ZNSt12placeholders3_12E(); -int PS4_SYSV_ABI _ZNSt12placeholders3_13E(); -int PS4_SYSV_ABI _ZNSt12placeholders3_14E(); -int PS4_SYSV_ABI _ZNSt12placeholders3_15E(); -int PS4_SYSV_ABI _ZNSt12placeholders3_16E(); -int PS4_SYSV_ABI _ZNSt12placeholders3_17E(); -int PS4_SYSV_ABI _ZNSt12placeholders3_18E(); -int PS4_SYSV_ABI _ZNSt12placeholders3_19E(); -int PS4_SYSV_ABI _ZNSt12placeholders3_20E(); -int PS4_SYSV_ABI _ZNSt12system_errorC2ESt10error_codePKc(); -int PS4_SYSV_ABI _ZNSt12system_errorD0Ev(); -int PS4_SYSV_ABI _ZNSt12system_errorD1Ev(); -int PS4_SYSV_ABI _ZNSt12system_errorD2Ev(); -int PS4_SYSV_ABI _ZNSt13_Num_int_base10is_boundedE(); -int PS4_SYSV_ABI _ZNSt13_Num_int_base10is_integerE(); -int PS4_SYSV_ABI _ZNSt13_Num_int_base14is_specializedE(); -int PS4_SYSV_ABI _ZNSt13_Num_int_base5radixE(); -int PS4_SYSV_ABI _ZNSt13_Num_int_base8is_exactE(); -int PS4_SYSV_ABI _ZNSt13_Num_int_base9is_moduloE(); -int PS4_SYSV_ABI _ZNSt13_Regex_traitsIcE6_NamesE(); -int PS4_SYSV_ABI _ZNSt13_Regex_traitsIwE6_NamesE(); -int PS4_SYSV_ABI _ZNSt13bad_exceptionD0Ev(); -int PS4_SYSV_ABI _ZNSt13bad_exceptionD1Ev(); -int PS4_SYSV_ABI _ZNSt13bad_exceptionD2Ev(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE4syncEv(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE5_LockEv(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE5imbueERKSt6locale(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE5uflowEv(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE6setbufEPci(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE7_UnlockEv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE5_CopyEmm(); +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE5eraseEmm(); +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6appendEmw(); +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6appendERKS2_mm(); +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6assignEmw(); +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6assignEPKwm(); +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6assignERKS2_mm(); +s32 PS4_SYSV_ABI _ZNSbIwSt11char_traitsIwESaIwEE6insertEmmw(); +s32 PS4_SYSV_ABI _ZNSiD0Ev(); +s32 PS4_SYSV_ABI _ZNSiD1Ev(); +s32 PS4_SYSV_ABI _ZNSo6sentryC2ERSo(); +s32 PS4_SYSV_ABI _ZNSo6sentryD2Ev(); +s32 PS4_SYSV_ABI _ZNSoD0Ev(); +s32 PS4_SYSV_ABI _ZNSoD1Ev(); +s32 PS4_SYSV_ABI _ZNSs5_CopyEmm(); +s32 PS4_SYSV_ABI _ZNSs5eraseEmm(); +s32 PS4_SYSV_ABI _ZNSs6appendEmc(); +s32 PS4_SYSV_ABI _ZNSs6appendERKSsmm(); +s32 PS4_SYSV_ABI _ZNSs6assignEmc(); +s32 PS4_SYSV_ABI _ZNSs6assignEPKcm(); +s32 PS4_SYSV_ABI _ZNSs6assignERKSsmm(); +s32 PS4_SYSV_ABI _ZNSs6insertEmmc(); +s32 PS4_SYSV_ABI _ZNSt10bad_typeidD0Ev(); +s32 PS4_SYSV_ABI _ZNSt10bad_typeidD1Ev(); +s32 PS4_SYSV_ABI _ZNSt10bad_typeidD2Ev(); +s32 PS4_SYSV_ABI _ZNSt10filesystem10_Close_dirEPv(); +s32 PS4_SYSV_ABI _ZNSt10filesystem10_Copy_fileEPKcS1_(); +s32 PS4_SYSV_ABI _ZNSt10filesystem10_File_sizeEPKc(); +s32 PS4_SYSV_ABI _ZNSt10filesystem11_EquivalentEPKcS1_(); +s32 PS4_SYSV_ABI _ZNSt10filesystem11_Remove_dirEPKc(); +s32 PS4_SYSV_ABI _ZNSt10filesystem12_Current_getERA260_c(); +s32 PS4_SYSV_ABI _ZNSt10filesystem12_Current_setEPKc(); +s32 PS4_SYSV_ABI _ZNSt10filesystem16_Last_write_timeEPKc(); +s32 PS4_SYSV_ABI _ZNSt10filesystem18_Xfilesystem_errorEPKcRKNS_4pathES4_St10error_code(); +s32 PS4_SYSV_ABI _ZNSt10filesystem18_Xfilesystem_errorEPKcRKNS_4pathESt10error_code(); +s32 PS4_SYSV_ABI _ZNSt10filesystem18_Xfilesystem_errorEPKcSt10error_code(); +s32 PS4_SYSV_ABI _ZNSt10filesystem20_Set_last_write_timeEPKcl(); +s32 PS4_SYSV_ABI _ZNSt10filesystem5_StatEPKcPNS_5permsE(); +s32 PS4_SYSV_ABI _ZNSt10filesystem6_ChmodEPKcNS_5permsE(); +s32 PS4_SYSV_ABI _ZNSt10filesystem6_LstatEPKcPNS_5permsE(); +s32 PS4_SYSV_ABI _ZNSt10filesystem7_RenameEPKcS1_(); +s32 PS4_SYSV_ABI _ZNSt10filesystem7_ResizeEPKcm(); +s32 PS4_SYSV_ABI _ZNSt10filesystem7_UnlinkEPKc(); +s32 PS4_SYSV_ABI _ZNSt10filesystem8_StatvfsEPKcRNS_10space_infoE(); +s32 PS4_SYSV_ABI _ZNSt10filesystem9_Make_dirEPKcS1_(); +s32 PS4_SYSV_ABI _ZNSt10filesystem9_Open_dirERA260_cPKcRiRNS_9file_typeE(); +s32 PS4_SYSV_ABI _ZNSt10filesystem9_Read_dirERA260_cPvRNS_9file_typeE(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EE2idE(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EE4intlE(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EE7_GetcatEPPKNSt6locale5facetEPKS1_(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC1Em(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC1EPKcm(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC1ERKSt8_Locinfomb(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC2Em(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC2EPKcm(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EEC2ERKSt8_Locinfomb(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EED0Ev(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EED1Ev(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb0EED2Ev(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EE2idE(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EE4intlE(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EE7_GetcatEPPKNSt6locale5facetEPKS1_(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC1Em(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC1EPKcm(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC1ERKSt8_Locinfomb(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC2Em(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC2EPKcm(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EEC2ERKSt8_Locinfomb(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EED0Ev(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EED1Ev(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIcLb1EED2Ev(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EE2idE(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EE4intlE(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EE7_GetcatEPPKNSt6locale5facetEPKS1_(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC1Em(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC1EPKcm(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC1ERKSt8_Locinfomb(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC2Em(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC2EPKcm(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EEC2ERKSt8_Locinfomb(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EED0Ev(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EED1Ev(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb0EED2Ev(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EE2idE(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EE4intlE(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EE7_GetcatEPPKNSt6locale5facetEPKS1_(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC1Em(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC1EPKcm(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC1ERKSt8_Locinfomb(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC2Em(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC2EPKcm(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EEC2ERKSt8_Locinfomb(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EED0Ev(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EED1Ev(); +s32 PS4_SYSV_ABI _ZNSt10moneypunctIwLb1EED2Ev(); +s32 PS4_SYSV_ABI _ZNSt11logic_errorD0Ev(); +s32 PS4_SYSV_ABI _ZNSt11logic_errorD1Ev(); +s32 PS4_SYSV_ABI _ZNSt11logic_errorD2Ev(); +s32 PS4_SYSV_ABI _ZNSt11range_errorD0Ev(); +s32 PS4_SYSV_ABI _ZNSt11range_errorD1Ev(); +s32 PS4_SYSV_ABI _ZNSt11range_errorD2Ev(); +s32 PS4_SYSV_ABI _ZNSt11regex_errorD0Ev(); +s32 PS4_SYSV_ABI _ZNSt11regex_errorD1Ev(); +s32 PS4_SYSV_ABI _ZNSt11regex_errorD2Ev(); +s32 PS4_SYSV_ABI _ZNSt12bad_weak_ptrD0Ev(); +s32 PS4_SYSV_ABI _ZNSt12bad_weak_ptrD1Ev(); +s32 PS4_SYSV_ABI _ZNSt12bad_weak_ptrD2Ev(); +s32 PS4_SYSV_ABI _ZNSt12domain_errorD0Ev(); +s32 PS4_SYSV_ABI _ZNSt12domain_errorD1Ev(); +s32 PS4_SYSV_ABI _ZNSt12domain_errorD2Ev(); +s32 PS4_SYSV_ABI _ZNSt12future_errorD0Ev(); +s32 PS4_SYSV_ABI _ZNSt12future_errorD1Ev(); +s32 PS4_SYSV_ABI _ZNSt12future_errorD2Ev(); +s32 PS4_SYSV_ABI _ZNSt12length_errorD0Ev(); +s32 PS4_SYSV_ABI _ZNSt12length_errorD1Ev(); +s32 PS4_SYSV_ABI _ZNSt12length_errorD2Ev(); +s32 PS4_SYSV_ABI _ZNSt12out_of_rangeD0Ev(); +s32 PS4_SYSV_ABI _ZNSt12out_of_rangeD1Ev(); +s32 PS4_SYSV_ABI _ZNSt12out_of_rangeD2Ev(); +s32 PS4_SYSV_ABI _ZNSt12placeholders2_1E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders2_2E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders2_3E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders2_4E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders2_5E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders2_6E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders2_7E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders2_8E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders2_9E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders3_10E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders3_11E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders3_12E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders3_13E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders3_14E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders3_15E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders3_16E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders3_17E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders3_18E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders3_19E(); +s32 PS4_SYSV_ABI _ZNSt12placeholders3_20E(); +s32 PS4_SYSV_ABI _ZNSt12system_errorC2ESt10error_codePKc(); +s32 PS4_SYSV_ABI _ZNSt12system_errorD0Ev(); +s32 PS4_SYSV_ABI _ZNSt12system_errorD1Ev(); +s32 PS4_SYSV_ABI _ZNSt12system_errorD2Ev(); +s32 PS4_SYSV_ABI _ZNSt13_Num_int_base10is_boundedE(); +s32 PS4_SYSV_ABI _ZNSt13_Num_int_base10is_integerE(); +s32 PS4_SYSV_ABI _ZNSt13_Num_int_base14is_specializedE(); +s32 PS4_SYSV_ABI _ZNSt13_Num_int_base5radixE(); +s32 PS4_SYSV_ABI _ZNSt13_Num_int_base8is_exactE(); +s32 PS4_SYSV_ABI _ZNSt13_Num_int_base9is_moduloE(); +s32 PS4_SYSV_ABI _ZNSt13_Regex_traitsIcE6_NamesE(); +s32 PS4_SYSV_ABI _ZNSt13_Regex_traitsIwE6_NamesE(); +s32 PS4_SYSV_ABI _ZNSt13bad_exceptionD0Ev(); +s32 PS4_SYSV_ABI _ZNSt13bad_exceptionD1Ev(); +s32 PS4_SYSV_ABI _ZNSt13bad_exceptionD2Ev(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE4syncEv(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE5_LockEv(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE5imbueERKSt6locale(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE5uflowEv(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE6setbufEPci(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE7_UnlockEv(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE7seekoffElNSt5_IosbIiE8_SeekdirENS4_9_OpenmodeE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE7seekposESt4fposI9_MbstatetENSt5_IosbIiE9_OpenmodeE(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE8overflowEi(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE9_EndwriteEv(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE9pbackfailEi(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE9underflowEv(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEED0Ev(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEED1Ev(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEED2Ev(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE4syncEv(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE5_LockEv(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE5imbueERKSt6locale(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE5uflowEv(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE6setbufEPwi(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE7_UnlockEv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE8overflowEi(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE9_EndwriteEv(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE9pbackfailEi(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEE9underflowEv(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIcSt11char_traitsIcEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE4syncEv(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE5_LockEv(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE5imbueERKSt6locale(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE5uflowEv(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE6setbufEPwi(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE7_UnlockEv(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE7seekoffElNSt5_IosbIiE8_SeekdirENS4_9_OpenmodeE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE7seekposESt4fposI9_MbstatetENSt5_IosbIiE9_OpenmodeE(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE8overflowEi(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE9_EndwriteEv(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE9pbackfailEi(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE9underflowEv(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEED0Ev(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEED1Ev(); -int PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEED2Ev(); -int PS4_SYSV_ABI _ZNSt13basic_istreamIwSt11char_traitsIwEED0Ev(); -int PS4_SYSV_ABI _ZNSt13basic_istreamIwSt11char_traitsIwEED1Ev(); -int PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryC2ERS2_(); -int PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryD2Ev(); -int PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEED0Ev(); -int PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEED1Ev(); -int PS4_SYSV_ABI _ZNSt13runtime_errorD0Ev(); -int PS4_SYSV_ABI _ZNSt13runtime_errorD1Ev(); -int PS4_SYSV_ABI _ZNSt13runtime_errorD2Ev(); -int PS4_SYSV_ABI _ZNSt14_Error_objectsIiE14_System_objectE(); -int PS4_SYSV_ABI _ZNSt14_Error_objectsIiE15_Generic_objectE(); -int PS4_SYSV_ABI _ZNSt14_Error_objectsIiE16_Iostream_objectE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base10has_denormE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base10is_boundedE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base10is_integerE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base11round_styleE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base12has_infinityE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base13has_quiet_NaNE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base14is_specializedE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base15has_denorm_lossE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base15tinyness_beforeE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base17has_signaling_NaNE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base5radixE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base5trapsE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base8is_exactE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base9is_iec559E(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base9is_moduloE(); -int PS4_SYSV_ABI _ZNSt14_Num_ldbl_base9is_signedE(); -int PS4_SYSV_ABI _ZNSt14error_categoryD2Ev(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIaE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIaE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIaE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIbE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIbE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIbE9is_moduloE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIbE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIcE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIcE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIcE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE12max_digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE12max_exponentE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE12min_exponentE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE14max_exponent10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE14min_exponent10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIdE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIDiE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIDiE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIDiE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIDsE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIDsE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIDsE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE12max_digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE12max_exponentE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE12min_exponentE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE14max_exponent10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE14min_exponent10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIeE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE12max_digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE12max_exponentE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE12min_exponentE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE14max_exponent10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE14min_exponent10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIfE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIhE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIhE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIhE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIiE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIiE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIiE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIjE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIjE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIjE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIlE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIlE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIlE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsImE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsImE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsImE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIsE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIsE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIsE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsItE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsItE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsItE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIwE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIwE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIwE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIxE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIxE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIxE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIyE6digitsE(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIyE8digits10E(); -int PS4_SYSV_ABI _ZNSt14numeric_limitsIyE9is_signedE(); -int PS4_SYSV_ABI _ZNSt14overflow_errorD0Ev(); -int PS4_SYSV_ABI _ZNSt14overflow_errorD1Ev(); -int PS4_SYSV_ABI _ZNSt14overflow_errorD2Ev(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base10has_denormE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base10is_boundedE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base10is_integerE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base11round_styleE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base12has_infinityE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base13has_quiet_NaNE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base14is_specializedE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base15has_denorm_lossE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base15tinyness_beforeE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base17has_signaling_NaNE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base5radixE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base5trapsE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base8is_exactE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base9is_iec559E(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base9is_moduloE(); -int PS4_SYSV_ABI _ZNSt15_Num_float_base9is_signedE(); -int PS4_SYSV_ABI _ZNSt15basic_streambufIcSt11char_traitsIcEE6xsgetnEPci(); -int PS4_SYSV_ABI _ZNSt15basic_streambufIcSt11char_traitsIcEE6xsputnEPKci(); -int PS4_SYSV_ABI _ZNSt15basic_streambufIcSt11char_traitsIcEE9showmanycEv(); -int PS4_SYSV_ABI _ZNSt15basic_streambufIwSt11char_traitsIwEE6xsgetnEPwi(); -int PS4_SYSV_ABI _ZNSt15basic_streambufIwSt11char_traitsIwEE6xsputnEPKwi(); -int PS4_SYSV_ABI _ZNSt15basic_streambufIwSt11char_traitsIwEE9showmanycEv(); -int PS4_SYSV_ABI _ZNSt15underflow_errorD0Ev(); -int PS4_SYSV_ABI _ZNSt15underflow_errorD1Ev(); -int PS4_SYSV_ABI _ZNSt15underflow_errorD2Ev(); -int PS4_SYSV_ABI _ZNSt16invalid_argumentD0Ev(); -int PS4_SYSV_ABI _ZNSt16invalid_argumentD1Ev(); -int PS4_SYSV_ABI _ZNSt16invalid_argumentD2Ev(); -int PS4_SYSV_ABI _ZNSt16nested_exceptionD0Ev(); -int PS4_SYSV_ABI _ZNSt16nested_exceptionD1Ev(); -int PS4_SYSV_ABI _ZNSt16nested_exceptionD2Ev(); -int PS4_SYSV_ABI _ZNSt17bad_function_callD0Ev(); -int PS4_SYSV_ABI _ZNSt17bad_function_callD1Ev(); -int PS4_SYSV_ABI _ZNSt17bad_function_callD2Ev(); -int PS4_SYSV_ABI _ZNSt18bad_variant_accessD0Ev(); -int PS4_SYSV_ABI _ZNSt18bad_variant_accessD1Ev(); -int PS4_SYSV_ABI _ZNSt20_Future_error_objectIiE14_Future_objectE(); -int PS4_SYSV_ABI _ZNSt20bad_array_new_lengthD0Ev(); -int PS4_SYSV_ABI _ZNSt20bad_array_new_lengthD1Ev(); -int PS4_SYSV_ABI _ZNSt20bad_array_new_lengthD2Ev(); -int PS4_SYSV_ABI _ZNSt22_Future_error_categoryD0Ev(); -int PS4_SYSV_ABI _ZNSt22_Future_error_categoryD1Ev(); -int PS4_SYSV_ABI _ZNSt22_System_error_categoryD0Ev(); -int PS4_SYSV_ABI _ZNSt22_System_error_categoryD1Ev(); -int PS4_SYSV_ABI _ZNSt23_Generic_error_categoryD0Ev(); -int PS4_SYSV_ABI _ZNSt23_Generic_error_categoryD1Ev(); -int PS4_SYSV_ABI _ZNSt24_Iostream_error_categoryD0Ev(); -int PS4_SYSV_ABI _ZNSt24_Iostream_error_categoryD1Ev(); -int PS4_SYSV_ABI _ZNSt3pmr19new_delete_resourceEv(); -int PS4_SYSV_ABI _ZNSt3pmr20get_default_resourceEv(); -int PS4_SYSV_ABI _ZNSt3pmr20null_memory_resourceEv(); -int PS4_SYSV_ABI _ZNSt3pmr20set_default_resourceEPNS_15memory_resourceE(); -int PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPKcPP12pthread_attrPP7pthread(); -int PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPKcPP7pthread(); -int PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPP12pthread_attrPP7pthread(); -int PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPP7pthread(); -int PS4_SYSV_ABI _ZNSt4_Pad8_ReleaseEv(); -int PS4_SYSV_ABI _ZNSt4_PadC2EPKc(); -int PS4_SYSV_ABI _ZNSt4_PadC2Ev(); -int PS4_SYSV_ABI _ZNSt4_PadD1Ev(); -int PS4_SYSV_ABI _ZNSt4_PadD2Ev(); -int PS4_SYSV_ABI _ZNSt5ctypeIcE10table_sizeE(); -int PS4_SYSV_ABI _ZNSt5ctypeIcE2idE(); -int PS4_SYSV_ABI _ZNSt5ctypeIcED0Ev(); -int PS4_SYSV_ABI _ZNSt5ctypeIcED1Ev(); -int PS4_SYSV_ABI _ZNSt5ctypeIwE2idE(); -int PS4_SYSV_ABI _ZNSt5ctypeIwED0Ev(); -int PS4_SYSV_ABI _ZNSt5ctypeIwED1Ev(); -int PS4_SYSV_ABI _ZNSt6_Mutex5_LockEv(); -int PS4_SYSV_ABI _ZNSt6_Mutex7_UnlockEv(); -int PS4_SYSV_ABI _ZNSt6_MutexC1Ev(); -int PS4_SYSV_ABI _ZNSt6_MutexC2Ev(); -int PS4_SYSV_ABI _ZNSt6_MutexD1Ev(); -int PS4_SYSV_ABI _ZNSt6_MutexD2Ev(); -int PS4_SYSV_ABI _ZNSt6_Winit9_Init_cntE(); -int PS4_SYSV_ABI _ZNSt6_WinitC1Ev(); -int PS4_SYSV_ABI _ZNSt6_WinitC2Ev(); -int PS4_SYSV_ABI _ZNSt6_WinitD1Ev(); -int PS4_SYSV_ABI _ZNSt6_WinitD2Ev(); -int PS4_SYSV_ABI _ZNSt6chrono12steady_clock12is_monotonicE(); -int PS4_SYSV_ABI _ZNSt6chrono12steady_clock9is_steadyE(); -int PS4_SYSV_ABI _ZNSt6chrono12system_clock12is_monotonicE(); -int PS4_SYSV_ABI _ZNSt6chrono12system_clock9is_steadyE(); -int PS4_SYSV_ABI _ZNSt6locale16_GetgloballocaleEv(); -int PS4_SYSV_ABI _ZNSt6locale16_SetgloballocaleEPv(); -int PS4_SYSV_ABI _ZNSt6locale2id7_Id_cntE(); -int PS4_SYSV_ABI _ZNSt6locale5_InitEv(); -int PS4_SYSV_ABI _ZNSt6locale5emptyEv(); -int PS4_SYSV_ABI _ZNSt6locale5facet7_DecrefEv(); -int PS4_SYSV_ABI _ZNSt6locale5facet7_IncrefEv(); -int PS4_SYSV_ABI _ZNSt6locale5facet9_RegisterEv(); -int PS4_SYSV_ABI _ZNSt6locale6globalERKS_(); -int PS4_SYSV_ABI _ZNSt6locale7_Locimp7_AddfacEPNS_5facetEm(); -int PS4_SYSV_ABI _ZNSt6locale7_Locimp8_ClocptrE(); -int PS4_SYSV_ABI _ZNSt6locale7_Locimp8_MakelocERKSt8_LocinfoiPS0_PKS_(); -int PS4_SYSV_ABI _ZNSt6locale7_Locimp9_MakewlocERKSt8_LocinfoiPS0_PKS_(); -int PS4_SYSV_ABI _ZNSt6locale7_Locimp9_MakexlocERKSt8_LocinfoiPS0_PKS_(); -int PS4_SYSV_ABI _ZNSt6locale7_LocimpC1Eb(); -int PS4_SYSV_ABI _ZNSt6locale7_LocimpC1ERKS0_(); -int PS4_SYSV_ABI _ZNSt6locale7_LocimpC2Eb(); -int PS4_SYSV_ABI _ZNSt6locale7_LocimpC2ERKS0_(); -int PS4_SYSV_ABI _ZNSt6locale7_LocimpD0Ev(); -int PS4_SYSV_ABI _ZNSt6locale7_LocimpD1Ev(); -int PS4_SYSV_ABI _ZNSt6locale7_LocimpD2Ev(); -int PS4_SYSV_ABI _ZNSt6locale7classicEv(); -int PS4_SYSV_ABI _ZNSt6localeD1Ev(); -int PS4_SYSV_ABI _ZNSt6thread20hardware_concurrencyEv(); -int PS4_SYSV_ABI _ZNSt7_MpunctIcE5_InitERKSt8_Locinfob(); -int PS4_SYSV_ABI _ZNSt7_MpunctIcEC2Emb(); -int PS4_SYSV_ABI _ZNSt7_MpunctIcEC2EPKcmbb(); -int PS4_SYSV_ABI _ZNSt7_MpunctIcED0Ev(); -int PS4_SYSV_ABI _ZNSt7_MpunctIcED1Ev(); -int PS4_SYSV_ABI _ZNSt7_MpunctIwE5_InitERKSt8_Locinfob(); -int PS4_SYSV_ABI _ZNSt7_MpunctIwEC2Emb(); -int PS4_SYSV_ABI _ZNSt7_MpunctIwEC2EPKcmbb(); -int PS4_SYSV_ABI _ZNSt7_MpunctIwED0Ev(); -int PS4_SYSV_ABI _ZNSt7_MpunctIwED1Ev(); -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetE2idE(); -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetE7_GetcatEPPKNSt6locale5facetEPKS2_(); -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC1Em(); -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC2Em(); -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetED0Ev(); -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetED1Ev(); -int PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetED2Ev(); -int PS4_SYSV_ABI _ZNSt7codecvtIDic9_MbstatetE2idE(); -int PS4_SYSV_ABI _ZNSt7codecvtIDic9_MbstatetED0Ev(); -int PS4_SYSV_ABI _ZNSt7codecvtIDic9_MbstatetED1Ev(); -int PS4_SYSV_ABI _ZNSt7codecvtIDsc9_MbstatetE2idE(); -int PS4_SYSV_ABI _ZNSt7codecvtIDsc9_MbstatetED0Ev(); -int PS4_SYSV_ABI _ZNSt7codecvtIDsc9_MbstatetED1Ev(); -int PS4_SYSV_ABI _ZNSt7codecvtIwc9_MbstatetE2idE(); -int PS4_SYSV_ABI _ZNSt7codecvtIwc9_MbstatetED0Ev(); -int PS4_SYSV_ABI _ZNSt7codecvtIwc9_MbstatetED1Ev(); -int PS4_SYSV_ABI _ZNSt7collateIcE2idE(); -int PS4_SYSV_ABI _ZNSt7collateIcE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI _ZNSt7collateIcE7_GetcatEPPKNSt6locale5facetEPKS1_(); -int PS4_SYSV_ABI _ZNSt7collateIcEC1Em(); -int PS4_SYSV_ABI _ZNSt7collateIcEC1EPKcm(); -int PS4_SYSV_ABI _ZNSt7collateIcEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7collateIcEC2Em(); -int PS4_SYSV_ABI _ZNSt7collateIcEC2EPKcm(); -int PS4_SYSV_ABI _ZNSt7collateIcEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7collateIcED0Ev(); -int PS4_SYSV_ABI _ZNSt7collateIcED1Ev(); -int PS4_SYSV_ABI _ZNSt7collateIcED2Ev(); -int PS4_SYSV_ABI _ZNSt7collateIwE2idE(); -int PS4_SYSV_ABI _ZNSt7collateIwE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI _ZNSt7collateIwE7_GetcatEPPKNSt6locale5facetEPKS1_(); -int PS4_SYSV_ABI _ZNSt7collateIwEC1Em(); -int PS4_SYSV_ABI _ZNSt7collateIwEC1EPKcm(); -int PS4_SYSV_ABI _ZNSt7collateIwEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7collateIwEC2Em(); -int PS4_SYSV_ABI _ZNSt7collateIwEC2EPKcm(); -int PS4_SYSV_ABI _ZNSt7collateIwEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7collateIwED0Ev(); -int PS4_SYSV_ABI _ZNSt7collateIwED1Ev(); -int PS4_SYSV_ABI _ZNSt7collateIwED2Ev(); -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE8overflowEi(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE9_EndwriteEv(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE9pbackfailEi(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEE9underflowEv(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt13basic_filebufIwSt11char_traitsIwEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt13basic_istreamIwSt11char_traitsIwEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt13basic_istreamIwSt11char_traitsIwEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryC2ERS2_(); +s32 PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryD2Ev(); +s32 PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt13basic_ostreamIwSt11char_traitsIwEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt13runtime_errorD0Ev(); +s32 PS4_SYSV_ABI _ZNSt13runtime_errorD1Ev(); +s32 PS4_SYSV_ABI _ZNSt13runtime_errorD2Ev(); +s32 PS4_SYSV_ABI _ZNSt14_Error_objectsIiE14_System_objectE(); +s32 PS4_SYSV_ABI _ZNSt14_Error_objectsIiE15_Generic_objectE(); +s32 PS4_SYSV_ABI _ZNSt14_Error_objectsIiE16_Iostream_objectE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base10has_denormE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base10is_boundedE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base10is_integerE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base11round_styleE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base12has_infinityE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base13has_quiet_NaNE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base14is_specializedE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base15has_denorm_lossE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base15tinyness_beforeE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base17has_signaling_NaNE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base5radixE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base5trapsE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base8is_exactE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base9is_iec559E(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base9is_moduloE(); +s32 PS4_SYSV_ABI _ZNSt14_Num_ldbl_base9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14error_categoryD2Ev(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIaE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIaE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIaE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIbE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIbE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIbE9is_moduloE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIbE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIcE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIcE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIcE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE12max_digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE12max_exponentE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE12min_exponentE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE14max_exponent10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE14min_exponent10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIdE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIDiE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIDiE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIDiE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIDsE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIDsE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIDsE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE12max_digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE12max_exponentE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE12min_exponentE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE14max_exponent10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE14min_exponent10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIeE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE12max_digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE12max_exponentE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE12min_exponentE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE14max_exponent10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE14min_exponent10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIfE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIhE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIhE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIhE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIiE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIiE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIiE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIjE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIjE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIjE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIlE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIlE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIlE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsImE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsImE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsImE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIsE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIsE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIsE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsItE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsItE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsItE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIwE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIwE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIwE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIxE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIxE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIxE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIyE6digitsE(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIyE8digits10E(); +s32 PS4_SYSV_ABI _ZNSt14numeric_limitsIyE9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt14overflow_errorD0Ev(); +s32 PS4_SYSV_ABI _ZNSt14overflow_errorD1Ev(); +s32 PS4_SYSV_ABI _ZNSt14overflow_errorD2Ev(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base10has_denormE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base10is_boundedE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base10is_integerE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base11round_styleE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base12has_infinityE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base13has_quiet_NaNE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base14is_specializedE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base15has_denorm_lossE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base15tinyness_beforeE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base17has_signaling_NaNE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base5radixE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base5trapsE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base8is_exactE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base9is_iec559E(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base9is_moduloE(); +s32 PS4_SYSV_ABI _ZNSt15_Num_float_base9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt15basic_streambufIcSt11char_traitsIcEE6xsgetnEPci(); +s32 PS4_SYSV_ABI _ZNSt15basic_streambufIcSt11char_traitsIcEE6xsputnEPKci(); +s32 PS4_SYSV_ABI _ZNSt15basic_streambufIcSt11char_traitsIcEE9showmanycEv(); +s32 PS4_SYSV_ABI _ZNSt15basic_streambufIwSt11char_traitsIwEE6xsgetnEPwi(); +s32 PS4_SYSV_ABI _ZNSt15basic_streambufIwSt11char_traitsIwEE6xsputnEPKwi(); +s32 PS4_SYSV_ABI _ZNSt15basic_streambufIwSt11char_traitsIwEE9showmanycEv(); +s32 PS4_SYSV_ABI _ZNSt15underflow_errorD0Ev(); +s32 PS4_SYSV_ABI _ZNSt15underflow_errorD1Ev(); +s32 PS4_SYSV_ABI _ZNSt15underflow_errorD2Ev(); +s32 PS4_SYSV_ABI _ZNSt16invalid_argumentD0Ev(); +s32 PS4_SYSV_ABI _ZNSt16invalid_argumentD1Ev(); +s32 PS4_SYSV_ABI _ZNSt16invalid_argumentD2Ev(); +s32 PS4_SYSV_ABI _ZNSt16nested_exceptionD0Ev(); +s32 PS4_SYSV_ABI _ZNSt16nested_exceptionD1Ev(); +s32 PS4_SYSV_ABI _ZNSt16nested_exceptionD2Ev(); +s32 PS4_SYSV_ABI _ZNSt17bad_function_callD0Ev(); +s32 PS4_SYSV_ABI _ZNSt17bad_function_callD1Ev(); +s32 PS4_SYSV_ABI _ZNSt17bad_function_callD2Ev(); +s32 PS4_SYSV_ABI _ZNSt18bad_variant_accessD0Ev(); +s32 PS4_SYSV_ABI _ZNSt18bad_variant_accessD1Ev(); +s32 PS4_SYSV_ABI _ZNSt20_Future_error_objectIiE14_Future_objectE(); +s32 PS4_SYSV_ABI _ZNSt20bad_array_new_lengthD0Ev(); +s32 PS4_SYSV_ABI _ZNSt20bad_array_new_lengthD1Ev(); +s32 PS4_SYSV_ABI _ZNSt20bad_array_new_lengthD2Ev(); +s32 PS4_SYSV_ABI _ZNSt22_Future_error_categoryD0Ev(); +s32 PS4_SYSV_ABI _ZNSt22_Future_error_categoryD1Ev(); +s32 PS4_SYSV_ABI _ZNSt22_System_error_categoryD0Ev(); +s32 PS4_SYSV_ABI _ZNSt22_System_error_categoryD1Ev(); +s32 PS4_SYSV_ABI _ZNSt23_Generic_error_categoryD0Ev(); +s32 PS4_SYSV_ABI _ZNSt23_Generic_error_categoryD1Ev(); +s32 PS4_SYSV_ABI _ZNSt24_Iostream_error_categoryD0Ev(); +s32 PS4_SYSV_ABI _ZNSt24_Iostream_error_categoryD1Ev(); +s32 PS4_SYSV_ABI _ZNSt3pmr19new_delete_resourceEv(); +s32 PS4_SYSV_ABI _ZNSt3pmr20get_default_resourceEv(); +s32 PS4_SYSV_ABI _ZNSt3pmr20null_memory_resourceEv(); +s32 PS4_SYSV_ABI _ZNSt3pmr20set_default_resourceEPNS_15memory_resourceE(); +s32 PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPKcPP12pthread_attrPP7pthread(); +s32 PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPKcPP7pthread(); +s32 PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPP12pthread_attrPP7pthread(); +s32 PS4_SYSV_ABI _ZNSt4_Pad7_LaunchEPP7pthread(); +s32 PS4_SYSV_ABI _ZNSt4_Pad8_ReleaseEv(); +s32 PS4_SYSV_ABI _ZNSt4_PadC2EPKc(); +s32 PS4_SYSV_ABI _ZNSt4_PadC2Ev(); +s32 PS4_SYSV_ABI _ZNSt4_PadD1Ev(); +s32 PS4_SYSV_ABI _ZNSt4_PadD2Ev(); +s32 PS4_SYSV_ABI _ZNSt5ctypeIcE10table_sizeE(); +s32 PS4_SYSV_ABI _ZNSt5ctypeIcE2idE(); +s32 PS4_SYSV_ABI _ZNSt5ctypeIcED0Ev(); +s32 PS4_SYSV_ABI _ZNSt5ctypeIcED1Ev(); +s32 PS4_SYSV_ABI _ZNSt5ctypeIwE2idE(); +s32 PS4_SYSV_ABI _ZNSt5ctypeIwED0Ev(); +s32 PS4_SYSV_ABI _ZNSt5ctypeIwED1Ev(); +s32 PS4_SYSV_ABI _ZNSt6_Mutex5_LockEv(); +s32 PS4_SYSV_ABI _ZNSt6_Mutex7_UnlockEv(); +s32 PS4_SYSV_ABI _ZNSt6_MutexC1Ev(); +s32 PS4_SYSV_ABI _ZNSt6_MutexC2Ev(); +s32 PS4_SYSV_ABI _ZNSt6_MutexD1Ev(); +s32 PS4_SYSV_ABI _ZNSt6_MutexD2Ev(); +s32 PS4_SYSV_ABI _ZNSt6_Winit9_Init_cntE(); +s32 PS4_SYSV_ABI _ZNSt6_WinitC1Ev(); +s32 PS4_SYSV_ABI _ZNSt6_WinitC2Ev(); +s32 PS4_SYSV_ABI _ZNSt6_WinitD1Ev(); +s32 PS4_SYSV_ABI _ZNSt6_WinitD2Ev(); +s32 PS4_SYSV_ABI _ZNSt6chrono12steady_clock12is_monotonicE(); +s32 PS4_SYSV_ABI _ZNSt6chrono12steady_clock9is_steadyE(); +s32 PS4_SYSV_ABI _ZNSt6chrono12system_clock12is_monotonicE(); +s32 PS4_SYSV_ABI _ZNSt6chrono12system_clock9is_steadyE(); +s32 PS4_SYSV_ABI _ZNSt6locale16_GetgloballocaleEv(); +s32 PS4_SYSV_ABI _ZNSt6locale16_SetgloballocaleEPv(); +s32 PS4_SYSV_ABI _ZNSt6locale2id7_Id_cntE(); +s32 PS4_SYSV_ABI _ZNSt6locale5_InitEv(); +s32 PS4_SYSV_ABI _ZNSt6locale5emptyEv(); +s32 PS4_SYSV_ABI _ZNSt6locale5facet7_DecrefEv(); +s32 PS4_SYSV_ABI _ZNSt6locale5facet7_IncrefEv(); +s32 PS4_SYSV_ABI _ZNSt6locale5facet9_RegisterEv(); +s32 PS4_SYSV_ABI _ZNSt6locale6globalERKS_(); +s32 PS4_SYSV_ABI _ZNSt6locale7_Locimp7_AddfacEPNS_5facetEm(); +s32 PS4_SYSV_ABI _ZNSt6locale7_Locimp8_ClocptrE(); +s32 PS4_SYSV_ABI _ZNSt6locale7_Locimp8_MakelocERKSt8_LocinfoiPS0_PKS_(); +s32 PS4_SYSV_ABI _ZNSt6locale7_Locimp9_MakewlocERKSt8_LocinfoiPS0_PKS_(); +s32 PS4_SYSV_ABI _ZNSt6locale7_Locimp9_MakexlocERKSt8_LocinfoiPS0_PKS_(); +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpC1Eb(); +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpC1ERKS0_(); +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpC2Eb(); +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpC2ERKS0_(); +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpD0Ev(); +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpD1Ev(); +s32 PS4_SYSV_ABI _ZNSt6locale7_LocimpD2Ev(); +s32 PS4_SYSV_ABI _ZNSt6locale7classicEv(); +s32 PS4_SYSV_ABI _ZNSt6localeD1Ev(); +s32 PS4_SYSV_ABI _ZNSt6thread20hardware_concurrencyEv(); +s32 PS4_SYSV_ABI _ZNSt7_MpunctIcE5_InitERKSt8_Locinfob(); +s32 PS4_SYSV_ABI _ZNSt7_MpunctIcEC2Emb(); +s32 PS4_SYSV_ABI _ZNSt7_MpunctIcEC2EPKcmbb(); +s32 PS4_SYSV_ABI _ZNSt7_MpunctIcED0Ev(); +s32 PS4_SYSV_ABI _ZNSt7_MpunctIcED1Ev(); +s32 PS4_SYSV_ABI _ZNSt7_MpunctIwE5_InitERKSt8_Locinfob(); +s32 PS4_SYSV_ABI _ZNSt7_MpunctIwEC2Emb(); +s32 PS4_SYSV_ABI _ZNSt7_MpunctIwEC2EPKcmbb(); +s32 PS4_SYSV_ABI _ZNSt7_MpunctIwED0Ev(); +s32 PS4_SYSV_ABI _ZNSt7_MpunctIwED1Ev(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetE2idE(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetE5_InitERKSt8_Locinfo(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetE7_GetcatEPPKNSt6locale5facetEPKS2_(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC1Em(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC2Em(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetED0Ev(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetED1Ev(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIcc9_MbstatetED2Ev(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIDic9_MbstatetE2idE(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIDic9_MbstatetED0Ev(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIDic9_MbstatetED1Ev(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIDsc9_MbstatetE2idE(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIDsc9_MbstatetED0Ev(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIDsc9_MbstatetED1Ev(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIwc9_MbstatetE2idE(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIwc9_MbstatetED0Ev(); +s32 PS4_SYSV_ABI _ZNSt7codecvtIwc9_MbstatetED1Ev(); +s32 PS4_SYSV_ABI _ZNSt7collateIcE2idE(); +s32 PS4_SYSV_ABI _ZNSt7collateIcE5_InitERKSt8_Locinfo(); +s32 PS4_SYSV_ABI _ZNSt7collateIcE7_GetcatEPPKNSt6locale5facetEPKS1_(); +s32 PS4_SYSV_ABI _ZNSt7collateIcEC1Em(); +s32 PS4_SYSV_ABI _ZNSt7collateIcEC1EPKcm(); +s32 PS4_SYSV_ABI _ZNSt7collateIcEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7collateIcEC2Em(); +s32 PS4_SYSV_ABI _ZNSt7collateIcEC2EPKcm(); +s32 PS4_SYSV_ABI _ZNSt7collateIcEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7collateIcED0Ev(); +s32 PS4_SYSV_ABI _ZNSt7collateIcED1Ev(); +s32 PS4_SYSV_ABI _ZNSt7collateIcED2Ev(); +s32 PS4_SYSV_ABI _ZNSt7collateIwE2idE(); +s32 PS4_SYSV_ABI _ZNSt7collateIwE5_InitERKSt8_Locinfo(); +s32 PS4_SYSV_ABI _ZNSt7collateIwE7_GetcatEPPKNSt6locale5facetEPKS1_(); +s32 PS4_SYSV_ABI _ZNSt7collateIwEC1Em(); +s32 PS4_SYSV_ABI _ZNSt7collateIwEC1EPKcm(); +s32 PS4_SYSV_ABI _ZNSt7collateIwEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7collateIwEC2Em(); +s32 PS4_SYSV_ABI _ZNSt7collateIwEC2EPKcm(); +s32 PS4_SYSV_ABI _ZNSt7collateIwEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7collateIwED0Ev(); +s32 PS4_SYSV_ABI _ZNSt7collateIwED1Ev(); +s32 PS4_SYSV_ABI _ZNSt7collateIwED2Ev(); +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE(); +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_(); -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em(); -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em(); -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev(); -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev(); -int PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev(); -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em(); +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em(); +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE(); +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_(); -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em(); -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em(); -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev(); -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev(); -int PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev(); -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em(); +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em(); +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE(); +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_(); -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em(); -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em(); -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev(); -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev(); -int PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev(); -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em(); +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em(); +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE(); +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_(); -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em(); -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em(); -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev(); -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev(); -int PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev(); -int PS4_SYSV_ABI _ZNSt8_Locinfo8_AddcatsEiPKc(); -int PS4_SYSV_ABI _ZNSt8_LocinfoC1EiPKc(); -int PS4_SYSV_ABI _ZNSt8_LocinfoC1EPKc(); -int PS4_SYSV_ABI _ZNSt8_LocinfoC1ERKSs(); -int PS4_SYSV_ABI _ZNSt8_LocinfoC2EiPKc(); -int PS4_SYSV_ABI _ZNSt8_LocinfoC2EPKc(); -int PS4_SYSV_ABI _ZNSt8_LocinfoC2ERKSs(); -int PS4_SYSV_ABI _ZNSt8_LocinfoD1Ev(); -int PS4_SYSV_ABI _ZNSt8_LocinfoD2Ev(); -int PS4_SYSV_ABI _ZNSt8bad_castD0Ev(); -int PS4_SYSV_ABI _ZNSt8bad_castD1Ev(); -int PS4_SYSV_ABI _ZNSt8bad_castD2Ev(); -int PS4_SYSV_ABI _ZNSt8ios_base4Init9_Init_cntE(); -int PS4_SYSV_ABI _ZNSt8ios_base4InitC1Ev(); -int PS4_SYSV_ABI _ZNSt8ios_base4InitC2Ev(); -int PS4_SYSV_ABI _ZNSt8ios_base4InitD1Ev(); -int PS4_SYSV_ABI _ZNSt8ios_base4InitD2Ev(); -int PS4_SYSV_ABI _ZNSt8ios_base5_SyncE(); -int PS4_SYSV_ABI _ZNSt8ios_base5clearENSt5_IosbIiE8_IostateEb(); -int PS4_SYSV_ABI _ZNSt8ios_base6_IndexE(); -int PS4_SYSV_ABI _ZNSt8ios_base7_AddstdEPS_(); -int PS4_SYSV_ABI _ZNSt8ios_base7failureD0Ev(); -int PS4_SYSV_ABI _ZNSt8ios_base7failureD1Ev(); -int PS4_SYSV_ABI _ZNSt8ios_base7failureD2Ev(); -int PS4_SYSV_ABI _ZNSt8ios_baseD0Ev(); -int PS4_SYSV_ABI _ZNSt8ios_baseD1Ev(); -int PS4_SYSV_ABI _ZNSt8ios_baseD2Ev(); -int PS4_SYSV_ABI _ZNSt8messagesIcE2idE(); -int PS4_SYSV_ABI _ZNSt8messagesIcE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI _ZNSt8messagesIcE7_GetcatEPPKNSt6locale5facetEPKS1_(); -int PS4_SYSV_ABI _ZNSt8messagesIcEC1Em(); -int PS4_SYSV_ABI _ZNSt8messagesIcEC1EPKcm(); -int PS4_SYSV_ABI _ZNSt8messagesIcEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt8messagesIcEC2Em(); -int PS4_SYSV_ABI _ZNSt8messagesIcEC2EPKcm(); -int PS4_SYSV_ABI _ZNSt8messagesIcEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt8messagesIcED0Ev(); -int PS4_SYSV_ABI _ZNSt8messagesIcED1Ev(); -int PS4_SYSV_ABI _ZNSt8messagesIcED2Ev(); -int PS4_SYSV_ABI _ZNSt8messagesIwE2idE(); -int PS4_SYSV_ABI _ZNSt8messagesIwE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI _ZNSt8messagesIwE7_GetcatEPPKNSt6locale5facetEPKS1_(); -int PS4_SYSV_ABI _ZNSt8messagesIwEC1Em(); -int PS4_SYSV_ABI _ZNSt8messagesIwEC1EPKcm(); -int PS4_SYSV_ABI _ZNSt8messagesIwEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt8messagesIwEC2Em(); -int PS4_SYSV_ABI _ZNSt8messagesIwEC2EPKcm(); -int PS4_SYSV_ABI _ZNSt8messagesIwEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt8messagesIwED0Ev(); -int PS4_SYSV_ABI _ZNSt8messagesIwED1Ev(); -int PS4_SYSV_ABI _ZNSt8messagesIwED2Ev(); -int PS4_SYSV_ABI _ZNSt8numpunctIcE2idE(); -int PS4_SYSV_ABI _ZNSt8numpunctIcE5_InitERKSt8_Locinfob(); -int PS4_SYSV_ABI _ZNSt8numpunctIcE5_TidyEv(); -int PS4_SYSV_ABI _ZNSt8numpunctIcE7_GetcatEPPKNSt6locale5facetEPKS1_(); -int PS4_SYSV_ABI _ZNSt8numpunctIcEC1Em(); -int PS4_SYSV_ABI _ZNSt8numpunctIcEC1EPKcmb(); -int PS4_SYSV_ABI _ZNSt8numpunctIcEC1ERKSt8_Locinfomb(); -int PS4_SYSV_ABI _ZNSt8numpunctIcEC2Em(); -int PS4_SYSV_ABI _ZNSt8numpunctIcEC2EPKcmb(); -int PS4_SYSV_ABI _ZNSt8numpunctIcEC2ERKSt8_Locinfomb(); -int PS4_SYSV_ABI _ZNSt8numpunctIcED0Ev(); -int PS4_SYSV_ABI _ZNSt8numpunctIcED1Ev(); -int PS4_SYSV_ABI _ZNSt8numpunctIcED2Ev(); -int PS4_SYSV_ABI _ZNSt8numpunctIwE2idE(); -int PS4_SYSV_ABI _ZNSt8numpunctIwE5_InitERKSt8_Locinfob(); -int PS4_SYSV_ABI _ZNSt8numpunctIwE5_TidyEv(); -int PS4_SYSV_ABI _ZNSt8numpunctIwE7_GetcatEPPKNSt6locale5facetEPKS1_(); -int PS4_SYSV_ABI _ZNSt8numpunctIwEC1Em(); -int PS4_SYSV_ABI _ZNSt8numpunctIwEC1EPKcmb(); -int PS4_SYSV_ABI _ZNSt8numpunctIwEC1ERKSt8_Locinfomb(); -int PS4_SYSV_ABI _ZNSt8numpunctIwEC2Em(); -int PS4_SYSV_ABI _ZNSt8numpunctIwEC2EPKcmb(); -int PS4_SYSV_ABI _ZNSt8numpunctIwEC2ERKSt8_Locinfomb(); -int PS4_SYSV_ABI _ZNSt8numpunctIwED0Ev(); -int PS4_SYSV_ABI _ZNSt8numpunctIwED1Ev(); -int PS4_SYSV_ABI _ZNSt8numpunctIwED2Ev(); -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE(); -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE5_TidyEv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em(); +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em(); +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt8_Locinfo8_AddcatsEiPKc(); +s32 PS4_SYSV_ABI _ZNSt8_LocinfoC1EiPKc(); +s32 PS4_SYSV_ABI _ZNSt8_LocinfoC1EPKc(); +s32 PS4_SYSV_ABI _ZNSt8_LocinfoC1ERKSs(); +s32 PS4_SYSV_ABI _ZNSt8_LocinfoC2EiPKc(); +s32 PS4_SYSV_ABI _ZNSt8_LocinfoC2EPKc(); +s32 PS4_SYSV_ABI _ZNSt8_LocinfoC2ERKSs(); +s32 PS4_SYSV_ABI _ZNSt8_LocinfoD1Ev(); +s32 PS4_SYSV_ABI _ZNSt8_LocinfoD2Ev(); +s32 PS4_SYSV_ABI _ZNSt8bad_castD0Ev(); +s32 PS4_SYSV_ABI _ZNSt8bad_castD1Ev(); +s32 PS4_SYSV_ABI _ZNSt8bad_castD2Ev(); +s32 PS4_SYSV_ABI _ZNSt8ios_base4Init9_Init_cntE(); +s32 PS4_SYSV_ABI _ZNSt8ios_base4InitC1Ev(); +s32 PS4_SYSV_ABI _ZNSt8ios_base4InitC2Ev(); +s32 PS4_SYSV_ABI _ZNSt8ios_base4InitD1Ev(); +s32 PS4_SYSV_ABI _ZNSt8ios_base4InitD2Ev(); +s32 PS4_SYSV_ABI _ZNSt8ios_base5_SyncE(); +s32 PS4_SYSV_ABI _ZNSt8ios_base5clearENSt5_IosbIiE8_IostateEb(); +s32 PS4_SYSV_ABI _ZNSt8ios_base6_IndexE(); +s32 PS4_SYSV_ABI _ZNSt8ios_base7_AddstdEPS_(); +s32 PS4_SYSV_ABI _ZNSt8ios_base7failureD0Ev(); +s32 PS4_SYSV_ABI _ZNSt8ios_base7failureD1Ev(); +s32 PS4_SYSV_ABI _ZNSt8ios_base7failureD2Ev(); +s32 PS4_SYSV_ABI _ZNSt8ios_baseD0Ev(); +s32 PS4_SYSV_ABI _ZNSt8ios_baseD1Ev(); +s32 PS4_SYSV_ABI _ZNSt8ios_baseD2Ev(); +s32 PS4_SYSV_ABI _ZNSt8messagesIcE2idE(); +s32 PS4_SYSV_ABI _ZNSt8messagesIcE5_InitERKSt8_Locinfo(); +s32 PS4_SYSV_ABI _ZNSt8messagesIcE7_GetcatEPPKNSt6locale5facetEPKS1_(); +s32 PS4_SYSV_ABI _ZNSt8messagesIcEC1Em(); +s32 PS4_SYSV_ABI _ZNSt8messagesIcEC1EPKcm(); +s32 PS4_SYSV_ABI _ZNSt8messagesIcEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt8messagesIcEC2Em(); +s32 PS4_SYSV_ABI _ZNSt8messagesIcEC2EPKcm(); +s32 PS4_SYSV_ABI _ZNSt8messagesIcEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt8messagesIcED0Ev(); +s32 PS4_SYSV_ABI _ZNSt8messagesIcED1Ev(); +s32 PS4_SYSV_ABI _ZNSt8messagesIcED2Ev(); +s32 PS4_SYSV_ABI _ZNSt8messagesIwE2idE(); +s32 PS4_SYSV_ABI _ZNSt8messagesIwE5_InitERKSt8_Locinfo(); +s32 PS4_SYSV_ABI _ZNSt8messagesIwE7_GetcatEPPKNSt6locale5facetEPKS1_(); +s32 PS4_SYSV_ABI _ZNSt8messagesIwEC1Em(); +s32 PS4_SYSV_ABI _ZNSt8messagesIwEC1EPKcm(); +s32 PS4_SYSV_ABI _ZNSt8messagesIwEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt8messagesIwEC2Em(); +s32 PS4_SYSV_ABI _ZNSt8messagesIwEC2EPKcm(); +s32 PS4_SYSV_ABI _ZNSt8messagesIwEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt8messagesIwED0Ev(); +s32 PS4_SYSV_ABI _ZNSt8messagesIwED1Ev(); +s32 PS4_SYSV_ABI _ZNSt8messagesIwED2Ev(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcE2idE(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcE5_InitERKSt8_Locinfob(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcE5_TidyEv(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcE7_GetcatEPPKNSt6locale5facetEPKS1_(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcEC1Em(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcEC1EPKcmb(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcEC1ERKSt8_Locinfomb(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcEC2Em(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcEC2EPKcmb(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcEC2ERKSt8_Locinfomb(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcED0Ev(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcED1Ev(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIcED2Ev(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwE2idE(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwE5_InitERKSt8_Locinfob(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwE5_TidyEv(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwE7_GetcatEPPKNSt6locale5facetEPKS1_(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwEC1Em(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwEC1EPKcmb(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwEC1ERKSt8_Locinfomb(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwEC2Em(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwEC2EPKcmb(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwEC2ERKSt8_Locinfomb(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwED0Ev(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwED1Ev(); +s32 PS4_SYSV_ABI _ZNSt8numpunctIwED2Ev(); +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE(); +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE5_TidyEv(); +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_(); -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em(); -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1EPKcm(); -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em(); -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2EPKcm(); -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev(); -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev(); -int PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev(); -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE(); -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE5_TidyEv(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em(); +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1EPKcm(); +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em(); +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2EPKcm(); +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE(); +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE5_TidyEv(); +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_(); -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em(); -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1EPKcm(); -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em(); -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2EPKcm(); -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev(); -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev(); -int PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev(); -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em(); +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1EPKcm(); +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em(); +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2EPKcm(); +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE(); +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_(); -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em(); -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em(); -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev(); -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev(); -int PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev(); -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em(); +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em(); +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE(); +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_(); -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em(); -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em(); -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev(); -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev(); -int PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev(); -int PS4_SYSV_ABI _ZNSt9_Num_base10has_denormE(); -int PS4_SYSV_ABI _ZNSt9_Num_base10is_boundedE(); -int PS4_SYSV_ABI _ZNSt9_Num_base10is_integerE(); -int PS4_SYSV_ABI _ZNSt9_Num_base11round_styleE(); -int PS4_SYSV_ABI _ZNSt9_Num_base12has_infinityE(); -int PS4_SYSV_ABI _ZNSt9_Num_base12max_digits10E(); -int PS4_SYSV_ABI _ZNSt9_Num_base12max_exponentE(); -int PS4_SYSV_ABI _ZNSt9_Num_base12min_exponentE(); -int PS4_SYSV_ABI _ZNSt9_Num_base13has_quiet_NaNE(); -int PS4_SYSV_ABI _ZNSt9_Num_base14is_specializedE(); -int PS4_SYSV_ABI _ZNSt9_Num_base14max_exponent10E(); -int PS4_SYSV_ABI _ZNSt9_Num_base14min_exponent10E(); -int PS4_SYSV_ABI _ZNSt9_Num_base15has_denorm_lossE(); -int PS4_SYSV_ABI _ZNSt9_Num_base15tinyness_beforeE(); -int PS4_SYSV_ABI _ZNSt9_Num_base17has_signaling_NaNE(); -int PS4_SYSV_ABI _ZNSt9_Num_base5radixE(); -int PS4_SYSV_ABI _ZNSt9_Num_base5trapsE(); -int PS4_SYSV_ABI _ZNSt9_Num_base6digitsE(); -int PS4_SYSV_ABI _ZNSt9_Num_base8digits10E(); -int PS4_SYSV_ABI _ZNSt9_Num_base8is_exactE(); -int PS4_SYSV_ABI _ZNSt9_Num_base9is_iec559E(); -int PS4_SYSV_ABI _ZNSt9_Num_base9is_moduloE(); -int PS4_SYSV_ABI _ZNSt9_Num_base9is_signedE(); -int PS4_SYSV_ABI _ZNSt9bad_allocD0Ev(); -int PS4_SYSV_ABI _ZNSt9bad_allocD1Ev(); -int PS4_SYSV_ABI _ZNSt9bad_allocD2Ev(); -int PS4_SYSV_ABI _ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_Eb(); -int PS4_SYSV_ABI _ZNSt9basic_iosIwSt11char_traitsIwEE4initEPSt15basic_streambufIwS1_Eb(); -int PS4_SYSV_ABI _ZNSt9exception18_Set_raise_handlerEPFvRKS_E(); -int PS4_SYSV_ABI _ZNSt9exceptionD0Ev(); -int PS4_SYSV_ABI _ZNSt9exceptionD1Ev(); -int PS4_SYSV_ABI _ZNSt9exceptionD2Ev(); -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em(); +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em(); +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base10has_denormE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base10is_boundedE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base10is_integerE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base11round_styleE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base12has_infinityE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base12max_digits10E(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base12max_exponentE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base12min_exponentE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base13has_quiet_NaNE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base14is_specializedE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base14max_exponent10E(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base14min_exponent10E(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base15has_denorm_lossE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base15tinyness_beforeE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base17has_signaling_NaNE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base5radixE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base5trapsE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base6digitsE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base8digits10E(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base8is_exactE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base9is_iec559E(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base9is_moduloE(); +s32 PS4_SYSV_ABI _ZNSt9_Num_base9is_signedE(); +s32 PS4_SYSV_ABI _ZNSt9bad_allocD0Ev(); +s32 PS4_SYSV_ABI _ZNSt9bad_allocD1Ev(); +s32 PS4_SYSV_ABI _ZNSt9bad_allocD2Ev(); +s32 PS4_SYSV_ABI _ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_Eb(); +s32 PS4_SYSV_ABI _ZNSt9basic_iosIwSt11char_traitsIwEE4initEPSt15basic_streambufIwS1_Eb(); +s32 PS4_SYSV_ABI _ZNSt9exception18_Set_raise_handlerEPFvRKS_E(); +s32 PS4_SYSV_ABI _ZNSt9exceptionD0Ev(); +s32 PS4_SYSV_ABI _ZNSt9exceptionD1Ev(); +s32 PS4_SYSV_ABI _ZNSt9exceptionD2Ev(); +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE(); +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_(); -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em(); -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em(); -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev(); -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev(); -int PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev(); -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em(); +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em(); +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE(); +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_(); -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em(); -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em(); -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev(); -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev(); -int PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev(); -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em(); +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em(); +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE(); +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_PutES3_St22_String_const_iteratorISt11_String_valISt13_Simple_typesIcEEEm(); -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_RepES3_cm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE4_RepES3_cm(); +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE7_GetcatEPPKNSt6locale5facetEPKS5_(); -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em(); -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em(); -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev(); -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev(); -int PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev(); -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em(); +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em(); +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE(); +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_PutES3_St22_String_const_iteratorISt11_String_valISt13_Simple_typesIwEEEm(); -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_RepES3_wm(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE4_RepES3_wm(); +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE5_InitERKSt8_Locinfo(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE7_GetcatEPPKNSt6locale5facetEPKS5_(); -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em(); -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em(); -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom(); -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev(); -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev(); -int PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev(); -int PS4_SYSV_ABI _ZNSt9type_infoD0Ev(); -int PS4_SYSV_ABI _ZNSt9type_infoD1Ev(); -int PS4_SYSV_ABI _ZNSt9type_infoD2Ev(); -int PS4_SYSV_ABI _Znwm(); -int PS4_SYSV_ABI _ZnwmRKSt9nothrow_t(); -int PS4_SYSV_ABI _ZnwmSt11align_val_t(); -int PS4_SYSV_ABI _ZnwmSt11align_val_tRKSt9nothrow_t(); -int PS4_SYSV_ABI _ZSt10_GetloctxtIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEiRT0_S5_mPKT_(); -int PS4_SYSV_ABI _ZSt10_GetloctxtIcSt19istreambuf_iteratorIwSt11char_traitsIwEEEiRT0_S5_mPKT_(); -int PS4_SYSV_ABI _ZSt10_GetloctxtIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEiRT0_S5_mPKT_(); -int PS4_SYSV_ABI _ZSt10_Rng_abortPKc(); -int PS4_SYSV_ABI _ZSt10adopt_lock(); -int PS4_SYSV_ABI _ZSt10defer_lock(); -int PS4_SYSV_ABI _ZSt10unexpectedv(); -int PS4_SYSV_ABI _ZSt11_Xbad_allocv(); -int PS4_SYSV_ABI _ZSt11setiosflagsNSt5_IosbIiE9_FmtflagsE(); -int PS4_SYSV_ABI _ZSt11try_to_lock(); -int PS4_SYSV_ABI _ZSt12setprecisioni(); -int PS4_SYSV_ABI _ZSt13_Cl_charnames(); -int PS4_SYSV_ABI _ZSt13_Execute_onceRSt9once_flagPFiPvS1_PS1_ES1_(); -int PS4_SYSV_ABI _ZSt13_Syserror_mapi(); -int PS4_SYSV_ABI _ZSt13_Xregex_errorNSt15regex_constants10error_typeE(); -int PS4_SYSV_ABI _ZSt13get_terminatev(); -int PS4_SYSV_ABI _ZSt13resetiosflagsNSt5_IosbIiE9_FmtflagsE(); -int PS4_SYSV_ABI _ZSt13set_terminatePFvvE(); -int PS4_SYSV_ABI _ZSt14_Atomic_assertPKcS0_(); -int PS4_SYSV_ABI _ZSt14_Cl_wcharnames(); -int PS4_SYSV_ABI _ZSt14_Debug_messagePKcS0_j(); -int PS4_SYSV_ABI _ZSt14_Raise_handler(); -int PS4_SYSV_ABI _ZSt14_Random_devicev(); -int PS4_SYSV_ABI _ZSt14_Throw_C_errori(); -int PS4_SYSV_ABI _ZSt14_Xlength_errorPKc(); -int PS4_SYSV_ABI _ZSt14_Xout_of_rangePKc(); -int PS4_SYSV_ABI _ZSt14get_unexpectedv(); -int PS4_SYSV_ABI _ZSt14set_unexpectedPFvvE(); -int PS4_SYSV_ABI _ZSt15_sceLibcLocinfoPKc(); -int PS4_SYSV_ABI _ZSt15_Xruntime_errorPKc(); -int PS4_SYSV_ABI _ZSt15future_categoryv(); -int PS4_SYSV_ABI _ZSt15get_new_handlerv(); -int PS4_SYSV_ABI _ZSt15set_new_handlerPFvvE(); -int PS4_SYSV_ABI _ZSt15system_categoryv(); -int PS4_SYSV_ABI _ZSt16_Throw_Cpp_errori(); -int PS4_SYSV_ABI _ZSt16_Xoverflow_errorPKc(); -int PS4_SYSV_ABI _ZSt16generic_categoryv(); -int PS4_SYSV_ABI _ZSt17_Future_error_mapi(); -int PS4_SYSV_ABI _ZSt17iostream_categoryv(); -int PS4_SYSV_ABI _ZSt18_String_cpp_unused(); -int PS4_SYSV_ABI _ZSt18_Xinvalid_argumentPKc(); -int PS4_SYSV_ABI _ZSt18uncaught_exceptionv(); -int PS4_SYSV_ABI _ZSt19_Throw_future_errorRKSt10error_code(); -int PS4_SYSV_ABI _ZSt19_Xbad_function_callv(); -int PS4_SYSV_ABI _ZSt21_sceLibcClassicLocale(); -int PS4_SYSV_ABI _ZSt22_Get_future_error_whati(); -int PS4_SYSV_ABI _ZSt22_Random_device_entropyv(); -int PS4_SYSV_ABI _ZSt25_Rethrow_future_exceptionSt13exception_ptr(); -int PS4_SYSV_ABI _ZSt3cin(); -int PS4_SYSV_ABI _ZSt4_Fpz(); -int PS4_SYSV_ABI _ZSt4cerr(); -int PS4_SYSV_ABI _ZSt4clog(); -int PS4_SYSV_ABI _ZSt4cout(); -int PS4_SYSV_ABI _ZSt4setwi(); -int PS4_SYSV_ABI _ZSt4wcin(); -int PS4_SYSV_ABI _ZSt5wcerr(); -int PS4_SYSV_ABI _ZSt5wclog(); -int PS4_SYSV_ABI _ZSt5wcout(); -int PS4_SYSV_ABI _ZSt6_ThrowRKSt9exception(); -int PS4_SYSV_ABI _ZSt6ignore(); -int PS4_SYSV_ABI _ZSt7_BADOFF(); -int PS4_SYSV_ABI _ZSt7_FiopenPKcNSt5_IosbIiE9_OpenmodeEi(); -int PS4_SYSV_ABI _ZSt7_FiopenPKwNSt5_IosbIiE9_OpenmodeEi(); -int PS4_SYSV_ABI _ZSt7_MP_AddPyy(); -int PS4_SYSV_ABI _ZSt7_MP_GetPy(); -int PS4_SYSV_ABI _ZSt7_MP_MulPyyy(); -int PS4_SYSV_ABI _ZSt7_MP_RemPyy(); -int PS4_SYSV_ABI _ZSt7nothrow(); -int PS4_SYSV_ABI _ZSt7setbasei(); -int PS4_SYSV_ABI _ZSt8_XLgammad(); -int PS4_SYSV_ABI _ZSt8_XLgammae(); -int PS4_SYSV_ABI _ZSt8_XLgammaf(); -int PS4_SYSV_ABI _ZSt9_LStrcollIcEiPKT_S2_S2_S2_PKSt8_Collvec(); -int PS4_SYSV_ABI _ZSt9_LStrcollIwEiPKT_S2_S2_S2_PKSt8_Collvec(); -int PS4_SYSV_ABI _ZSt9_LStrxfrmIcEmPT_S1_PKS0_S3_PKSt8_Collvec(); -int PS4_SYSV_ABI _ZSt9_LStrxfrmIwEmPT_S1_PKS0_S3_PKSt8_Collvec(); -int PS4_SYSV_ABI _ZSt9terminatev(); -int PS4_SYSV_ABI _ZTIa(); -int PS4_SYSV_ABI _ZTIb(); -int PS4_SYSV_ABI _ZTIc(); -int PS4_SYSV_ABI _ZTId(); -int PS4_SYSV_ABI _ZTIDh(); -int PS4_SYSV_ABI _ZTIDi(); -int PS4_SYSV_ABI _ZTIDn(); -int PS4_SYSV_ABI _ZTIDs(); -int PS4_SYSV_ABI _ZTIe(); -int PS4_SYSV_ABI _ZTIf(); -int PS4_SYSV_ABI _ZTIh(); -int PS4_SYSV_ABI _ZTIi(); -int PS4_SYSV_ABI _ZTIj(); -int PS4_SYSV_ABI _ZTIl(); -int PS4_SYSV_ABI _ZTIm(); -int PS4_SYSV_ABI _ZTIn(); -int PS4_SYSV_ABI _ZTIN10__cxxabiv116__enum_type_infoE(); -int PS4_SYSV_ABI _ZTIN10__cxxabiv117__array_type_infoE(); -int PS4_SYSV_ABI _ZTIN10__cxxabiv117__class_type_infoE(); -int PS4_SYSV_ABI _ZTIN10__cxxabiv117__pbase_type_infoE(); -int PS4_SYSV_ABI _ZTIN10__cxxabiv119__pointer_type_infoE(); -int PS4_SYSV_ABI _ZTIN10__cxxabiv120__function_type_infoE(); -int PS4_SYSV_ABI _ZTIN10__cxxabiv120__si_class_type_infoE(); -int PS4_SYSV_ABI _ZTIN10__cxxabiv121__vmi_class_type_infoE(); -int PS4_SYSV_ABI _ZTIN10__cxxabiv123__fundamental_type_infoE(); -int PS4_SYSV_ABI _ZTIN10__cxxabiv129__pointer_to_member_type_infoE(); -int PS4_SYSV_ABI _ZTIN6Dinkum7threads10lock_errorE(); -int PS4_SYSV_ABI _ZTIN6Dinkum7threads21thread_resource_errorE(); -int PS4_SYSV_ABI _ZTINSt6locale5facetE(); -int PS4_SYSV_ABI _ZTINSt6locale7_LocimpE(); -int PS4_SYSV_ABI _ZTINSt8ios_base7failureE(); -int PS4_SYSV_ABI _ZTIo(); -int PS4_SYSV_ABI _ZTIPa(); -int PS4_SYSV_ABI _ZTIPb(); -int PS4_SYSV_ABI _ZTIPc(); -int PS4_SYSV_ABI _ZTIPd(); -int PS4_SYSV_ABI _ZTIPDh(); -int PS4_SYSV_ABI _ZTIPDi(); -int PS4_SYSV_ABI _ZTIPDn(); -int PS4_SYSV_ABI _ZTIPDs(); -int PS4_SYSV_ABI _ZTIPe(); -int PS4_SYSV_ABI _ZTIPf(); -int PS4_SYSV_ABI _ZTIPh(); -int PS4_SYSV_ABI _ZTIPi(); -int PS4_SYSV_ABI _ZTIPj(); -int PS4_SYSV_ABI _ZTIPKa(); -int PS4_SYSV_ABI _ZTIPKb(); -int PS4_SYSV_ABI _ZTIPKc(); -int PS4_SYSV_ABI _ZTIPKd(); -int PS4_SYSV_ABI _ZTIPKDh(); -int PS4_SYSV_ABI _ZTIPKDi(); -int PS4_SYSV_ABI _ZTIPKDn(); -int PS4_SYSV_ABI _ZTIPKDs(); -int PS4_SYSV_ABI _ZTIPKe(); -int PS4_SYSV_ABI _ZTIPKf(); -int PS4_SYSV_ABI _ZTIPKh(); -int PS4_SYSV_ABI _ZTIPKi(); -int PS4_SYSV_ABI _ZTIPKj(); -int PS4_SYSV_ABI _ZTIPKl(); -int PS4_SYSV_ABI _ZTIPKm(); -int PS4_SYSV_ABI _ZTIPKn(); -int PS4_SYSV_ABI _ZTIPKo(); -int PS4_SYSV_ABI _ZTIPKs(); -int PS4_SYSV_ABI _ZTIPKt(); -int PS4_SYSV_ABI _ZTIPKv(); -int PS4_SYSV_ABI _ZTIPKw(); -int PS4_SYSV_ABI _ZTIPKx(); -int PS4_SYSV_ABI _ZTIPKy(); -int PS4_SYSV_ABI _ZTIPl(); -int PS4_SYSV_ABI _ZTIPm(); -int PS4_SYSV_ABI _ZTIPn(); -int PS4_SYSV_ABI _ZTIPo(); -int PS4_SYSV_ABI _ZTIPs(); -int PS4_SYSV_ABI _ZTIPt(); -int PS4_SYSV_ABI _ZTIPv(); -int PS4_SYSV_ABI _ZTIPw(); -int PS4_SYSV_ABI _ZTIPx(); -int PS4_SYSV_ABI _ZTIPy(); -int PS4_SYSV_ABI _ZTIs(); -int PS4_SYSV_ABI _ZTISi(); -int PS4_SYSV_ABI _ZTISo(); -int PS4_SYSV_ABI _ZTISt10bad_typeid(); -int PS4_SYSV_ABI _ZTISt10ctype_base(); -int PS4_SYSV_ABI _ZTISt10money_base(); -int PS4_SYSV_ABI _ZTISt10moneypunctIcLb0EE(); -int PS4_SYSV_ABI _ZTISt10moneypunctIcLb1EE(); -int PS4_SYSV_ABI _ZTISt10moneypunctIwLb0EE(); -int PS4_SYSV_ABI _ZTISt10moneypunctIwLb1EE(); -int PS4_SYSV_ABI _ZTISt11_Facet_base(); -int PS4_SYSV_ABI _ZTISt11logic_error(); -int PS4_SYSV_ABI _ZTISt11range_error(); -int PS4_SYSV_ABI _ZTISt11regex_error(); -int PS4_SYSV_ABI _ZTISt12bad_weak_ptr(); -int PS4_SYSV_ABI _ZTISt12codecvt_base(); -int PS4_SYSV_ABI _ZTISt12domain_error(); -int PS4_SYSV_ABI _ZTISt12future_error(); -int PS4_SYSV_ABI _ZTISt12length_error(); -int PS4_SYSV_ABI _ZTISt12out_of_range(); -int PS4_SYSV_ABI _ZTISt12system_error(); -int PS4_SYSV_ABI _ZTISt13bad_exception(); -int PS4_SYSV_ABI _ZTISt13basic_filebufIcSt11char_traitsIcEE(); -int PS4_SYSV_ABI _ZTISt13basic_filebufIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTISt13basic_istreamIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTISt13basic_ostreamIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTISt13messages_base(); -int PS4_SYSV_ABI _ZTISt13runtime_error(); -int PS4_SYSV_ABI _ZTISt14error_category(); -int PS4_SYSV_ABI _ZTISt14overflow_error(); -int PS4_SYSV_ABI _ZTISt15basic_streambufIcSt11char_traitsIcEE(); -int PS4_SYSV_ABI _ZTISt15basic_streambufIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTISt15underflow_error(); -int PS4_SYSV_ABI _ZTISt16invalid_argument(); -int PS4_SYSV_ABI _ZTISt16nested_exception(); -int PS4_SYSV_ABI _ZTISt17bad_function_call(); -int PS4_SYSV_ABI _ZTISt18bad_variant_access(); -int PS4_SYSV_ABI _ZTISt20bad_array_new_length(); -int PS4_SYSV_ABI _ZTISt22_Future_error_category(); -int PS4_SYSV_ABI _ZTISt22_System_error_category(); -int PS4_SYSV_ABI _ZTISt23_Generic_error_category(); -int PS4_SYSV_ABI _ZTISt24_Iostream_error_category(); -int PS4_SYSV_ABI _ZTISt4_Pad(); -int PS4_SYSV_ABI _ZTISt5_IosbIiE(); -int PS4_SYSV_ABI _ZTISt5ctypeIcE(); -int PS4_SYSV_ABI _ZTISt5ctypeIwE(); -int PS4_SYSV_ABI _ZTISt7_MpunctIcE(); -int PS4_SYSV_ABI _ZTISt7_MpunctIwE(); -int PS4_SYSV_ABI _ZTISt7codecvtIcc9_MbstatetE(); -int PS4_SYSV_ABI _ZTISt7codecvtIDic9_MbstatetE(); -int PS4_SYSV_ABI _ZTISt7codecvtIDsc9_MbstatetE(); -int PS4_SYSV_ABI _ZTISt7codecvtIwc9_MbstatetE(); -int PS4_SYSV_ABI _ZTISt7collateIcE(); -int PS4_SYSV_ABI _ZTISt7collateIwE(); -int PS4_SYSV_ABI _ZTISt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTISt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTISt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTISt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTISt8bad_cast(); -int PS4_SYSV_ABI _ZTISt8ios_base(); -int PS4_SYSV_ABI _ZTISt8messagesIcE(); -int PS4_SYSV_ABI _ZTISt8messagesIwE(); -int PS4_SYSV_ABI _ZTISt8numpunctIcE(); -int PS4_SYSV_ABI _ZTISt8numpunctIwE(); -int PS4_SYSV_ABI _ZTISt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTISt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTISt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTISt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTISt9bad_alloc(); -int PS4_SYSV_ABI _ZTISt9basic_iosIcSt11char_traitsIcEE(); -int PS4_SYSV_ABI _ZTISt9basic_iosIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTISt9exception(); -int PS4_SYSV_ABI _ZTISt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTISt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTISt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTISt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTISt9time_base(); -int PS4_SYSV_ABI _ZTISt9type_info(); -int PS4_SYSV_ABI _ZTIt(); -int PS4_SYSV_ABI _ZTIv(); -int PS4_SYSV_ABI _ZTIw(); -int PS4_SYSV_ABI _ZTIx(); -int PS4_SYSV_ABI _ZTIy(); -int PS4_SYSV_ABI _ZTSa(); -int PS4_SYSV_ABI _ZTSb(); -int PS4_SYSV_ABI _ZTSc(); -int PS4_SYSV_ABI _ZTSd(); -int PS4_SYSV_ABI _ZTSDi(); -int PS4_SYSV_ABI _ZTSDn(); -int PS4_SYSV_ABI _ZTSDs(); -int PS4_SYSV_ABI _ZTSe(); -int PS4_SYSV_ABI _ZTSf(); -int PS4_SYSV_ABI _ZTSh(); -int PS4_SYSV_ABI _ZTSi(); -int PS4_SYSV_ABI _ZTSj(); -int PS4_SYSV_ABI _ZTSl(); -int PS4_SYSV_ABI _ZTSm(); -int PS4_SYSV_ABI _ZTSN10__cxxabiv116__enum_type_infoE(); -int PS4_SYSV_ABI _ZTSN10__cxxabiv117__array_type_infoE(); -int PS4_SYSV_ABI _ZTSN10__cxxabiv117__class_type_infoE(); -int PS4_SYSV_ABI _ZTSN10__cxxabiv117__pbase_type_infoE(); -int PS4_SYSV_ABI _ZTSN10__cxxabiv119__pointer_type_infoE(); -int PS4_SYSV_ABI _ZTSN10__cxxabiv120__function_type_infoE(); -int PS4_SYSV_ABI _ZTSN10__cxxabiv120__si_class_type_infoE(); -int PS4_SYSV_ABI _ZTSN10__cxxabiv121__vmi_class_type_infoE(); -int PS4_SYSV_ABI _ZTSN10__cxxabiv123__fundamental_type_infoE(); -int PS4_SYSV_ABI _ZTSN10__cxxabiv129__pointer_to_member_type_infoE(); -int PS4_SYSV_ABI _ZTSN6Dinkum7threads10lock_errorE(); -int PS4_SYSV_ABI _ZTSN6Dinkum7threads21thread_resource_errorE(); -int PS4_SYSV_ABI _ZTSNSt6locale5facetE(); -int PS4_SYSV_ABI _ZTSNSt6locale7_LocimpE(); -int PS4_SYSV_ABI _ZTSNSt8ios_base7failureE(); -int PS4_SYSV_ABI _ZTSPa(); -int PS4_SYSV_ABI _ZTSPb(); -int PS4_SYSV_ABI _ZTSPc(); -int PS4_SYSV_ABI _ZTSPd(); -int PS4_SYSV_ABI _ZTSPDi(); -int PS4_SYSV_ABI _ZTSPDn(); -int PS4_SYSV_ABI _ZTSPDs(); -int PS4_SYSV_ABI _ZTSPe(); -int PS4_SYSV_ABI _ZTSPf(); -int PS4_SYSV_ABI _ZTSPh(); -int PS4_SYSV_ABI _ZTSPi(); -int PS4_SYSV_ABI _ZTSPj(); -int PS4_SYSV_ABI _ZTSPKa(); -int PS4_SYSV_ABI _ZTSPKb(); -int PS4_SYSV_ABI _ZTSPKc(); -int PS4_SYSV_ABI _ZTSPKd(); -int PS4_SYSV_ABI _ZTSPKDi(); -int PS4_SYSV_ABI _ZTSPKDn(); -int PS4_SYSV_ABI _ZTSPKDs(); -int PS4_SYSV_ABI _ZTSPKe(); -int PS4_SYSV_ABI _ZTSPKf(); -int PS4_SYSV_ABI _ZTSPKh(); -int PS4_SYSV_ABI _ZTSPKi(); -int PS4_SYSV_ABI _ZTSPKj(); -int PS4_SYSV_ABI _ZTSPKl(); -int PS4_SYSV_ABI _ZTSPKm(); -int PS4_SYSV_ABI _ZTSPKs(); -int PS4_SYSV_ABI _ZTSPKt(); -int PS4_SYSV_ABI _ZTSPKv(); -int PS4_SYSV_ABI _ZTSPKw(); -int PS4_SYSV_ABI _ZTSPKx(); -int PS4_SYSV_ABI _ZTSPKy(); -int PS4_SYSV_ABI _ZTSPl(); -int PS4_SYSV_ABI _ZTSPm(); -int PS4_SYSV_ABI _ZTSPs(); -int PS4_SYSV_ABI _ZTSPt(); -int PS4_SYSV_ABI _ZTSPv(); -int PS4_SYSV_ABI _ZTSPw(); -int PS4_SYSV_ABI _ZTSPx(); -int PS4_SYSV_ABI _ZTSPy(); -int PS4_SYSV_ABI _ZTSs(); -int PS4_SYSV_ABI _ZTSSi(); -int PS4_SYSV_ABI _ZTSSo(); -int PS4_SYSV_ABI _ZTSSt10bad_typeid(); -int PS4_SYSV_ABI _ZTSSt10ctype_base(); -int PS4_SYSV_ABI _ZTSSt10money_base(); -int PS4_SYSV_ABI _ZTSSt10moneypunctIcLb0EE(); -int PS4_SYSV_ABI _ZTSSt10moneypunctIcLb1EE(); -int PS4_SYSV_ABI _ZTSSt10moneypunctIwLb0EE(); -int PS4_SYSV_ABI _ZTSSt10moneypunctIwLb1EE(); -int PS4_SYSV_ABI _ZTSSt11_Facet_base(); -int PS4_SYSV_ABI _ZTSSt11logic_error(); -int PS4_SYSV_ABI _ZTSSt11range_error(); -int PS4_SYSV_ABI _ZTSSt11regex_error(); -int PS4_SYSV_ABI _ZTSSt12bad_weak_ptr(); -int PS4_SYSV_ABI _ZTSSt12codecvt_base(); -int PS4_SYSV_ABI _ZTSSt12domain_error(); -int PS4_SYSV_ABI _ZTSSt12future_error(); -int PS4_SYSV_ABI _ZTSSt12length_error(); -int PS4_SYSV_ABI _ZTSSt12out_of_range(); -int PS4_SYSV_ABI _ZTSSt12system_error(); -int PS4_SYSV_ABI _ZTSSt13bad_exception(); -int PS4_SYSV_ABI _ZTSSt13basic_filebufIcSt11char_traitsIcEE(); -int PS4_SYSV_ABI _ZTSSt13basic_filebufIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTSSt13basic_istreamIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTSSt13basic_ostreamIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTSSt13messages_base(); -int PS4_SYSV_ABI _ZTSSt13runtime_error(); -int PS4_SYSV_ABI _ZTSSt14error_category(); -int PS4_SYSV_ABI _ZTSSt14overflow_error(); -int PS4_SYSV_ABI _ZTSSt15basic_streambufIcSt11char_traitsIcEE(); -int PS4_SYSV_ABI _ZTSSt15basic_streambufIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTSSt15underflow_error(); -int PS4_SYSV_ABI _ZTSSt16invalid_argument(); -int PS4_SYSV_ABI _ZTSSt16nested_exception(); -int PS4_SYSV_ABI _ZTSSt17bad_function_call(); -int PS4_SYSV_ABI _ZTSSt18bad_variant_access(); -int PS4_SYSV_ABI _ZTSSt20bad_array_new_length(); -int PS4_SYSV_ABI _ZTSSt22_Future_error_category(); -int PS4_SYSV_ABI _ZTSSt22_System_error_category(); -int PS4_SYSV_ABI _ZTSSt23_Generic_error_category(); -int PS4_SYSV_ABI _ZTSSt24_Iostream_error_category(); -int PS4_SYSV_ABI _ZTSSt4_Pad(); -int PS4_SYSV_ABI _ZTSSt5_IosbIiE(); -int PS4_SYSV_ABI _ZTSSt5ctypeIcE(); -int PS4_SYSV_ABI _ZTSSt5ctypeIwE(); -int PS4_SYSV_ABI _ZTSSt7_MpunctIcE(); -int PS4_SYSV_ABI _ZTSSt7_MpunctIwE(); -int PS4_SYSV_ABI _ZTSSt7codecvtIcc9_MbstatetE(); -int PS4_SYSV_ABI _ZTSSt7codecvtIDic9_MbstatetE(); -int PS4_SYSV_ABI _ZTSSt7codecvtIDsc9_MbstatetE(); -int PS4_SYSV_ABI _ZTSSt7codecvtIwc9_MbstatetE(); -int PS4_SYSV_ABI _ZTSSt7collateIcE(); -int PS4_SYSV_ABI _ZTSSt7collateIwE(); -int PS4_SYSV_ABI _ZTSSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTSSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTSSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTSSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTSSt8bad_cast(); -int PS4_SYSV_ABI _ZTSSt8ios_base(); -int PS4_SYSV_ABI _ZTSSt8messagesIcE(); -int PS4_SYSV_ABI _ZTSSt8messagesIwE(); -int PS4_SYSV_ABI _ZTSSt8numpunctIcE(); -int PS4_SYSV_ABI _ZTSSt8numpunctIwE(); -int PS4_SYSV_ABI _ZTSSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTSSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTSSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTSSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTSSt9bad_alloc(); -int PS4_SYSV_ABI _ZTSSt9basic_iosIcSt11char_traitsIcEE(); -int PS4_SYSV_ABI _ZTSSt9basic_iosIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTSSt9exception(); -int PS4_SYSV_ABI _ZTSSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTSSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTSSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTSSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTSSt9time_base(); -int PS4_SYSV_ABI _ZTSSt9type_info(); -int PS4_SYSV_ABI _ZTSt(); -int PS4_SYSV_ABI _ZTSv(); -int PS4_SYSV_ABI _ZTSw(); -int PS4_SYSV_ABI _ZTSx(); -int PS4_SYSV_ABI _ZTSy(); -int PS4_SYSV_ABI _ZTv0_n24_NSiD0Ev(); -int PS4_SYSV_ABI _ZTv0_n24_NSiD1Ev(); -int PS4_SYSV_ABI _ZTv0_n24_NSoD0Ev(); -int PS4_SYSV_ABI _ZTv0_n24_NSoD1Ev(); -int PS4_SYSV_ABI _ZTv0_n24_NSt13basic_istreamIwSt11char_traitsIwEED0Ev(); -int PS4_SYSV_ABI _ZTv0_n24_NSt13basic_istreamIwSt11char_traitsIwEED1Ev(); -int PS4_SYSV_ABI _ZTv0_n24_NSt13basic_ostreamIwSt11char_traitsIwEED0Ev(); -int PS4_SYSV_ABI _ZTv0_n24_NSt13basic_ostreamIwSt11char_traitsIwEED1Ev(); -int PS4_SYSV_ABI _ZTVN10__cxxabiv116__enum_type_infoE(); -int PS4_SYSV_ABI _ZTVN10__cxxabiv117__array_type_infoE(); -int PS4_SYSV_ABI _ZTVN10__cxxabiv117__class_type_infoE(); -int PS4_SYSV_ABI _ZTVN10__cxxabiv117__pbase_type_infoE(); -int PS4_SYSV_ABI _ZTVN10__cxxabiv119__pointer_type_infoE(); -int PS4_SYSV_ABI _ZTVN10__cxxabiv120__function_type_infoE(); -int PS4_SYSV_ABI _ZTVN10__cxxabiv120__si_class_type_infoE(); -int PS4_SYSV_ABI _ZTVN10__cxxabiv121__vmi_class_type_infoE(); -int PS4_SYSV_ABI _ZTVN10__cxxabiv123__fundamental_type_infoE(); -int PS4_SYSV_ABI _ZTVN10__cxxabiv129__pointer_to_member_type_infoE(); -int PS4_SYSV_ABI _ZTVN6Dinkum7threads10lock_errorE(); -int PS4_SYSV_ABI _ZTVN6Dinkum7threads21thread_resource_errorE(); -int PS4_SYSV_ABI _ZTVNSt6locale7_LocimpE(); -int PS4_SYSV_ABI _ZTVNSt8ios_base7failureE(); -int PS4_SYSV_ABI _ZTVSi(); -int PS4_SYSV_ABI _ZTVSo(); -int PS4_SYSV_ABI _ZTVSt10bad_typeid(); -int PS4_SYSV_ABI _ZTVSt10moneypunctIcLb0EE(); -int PS4_SYSV_ABI _ZTVSt10moneypunctIcLb1EE(); -int PS4_SYSV_ABI _ZTVSt10moneypunctIwLb0EE(); -int PS4_SYSV_ABI _ZTVSt10moneypunctIwLb1EE(); -int PS4_SYSV_ABI _ZTVSt11logic_error(); -int PS4_SYSV_ABI _ZTVSt11range_error(); -int PS4_SYSV_ABI _ZTVSt11regex_error(); -int PS4_SYSV_ABI _ZTVSt12bad_weak_ptr(); -int PS4_SYSV_ABI _ZTVSt12domain_error(); -int PS4_SYSV_ABI _ZTVSt12future_error(); -int PS4_SYSV_ABI _ZTVSt12length_error(); -int PS4_SYSV_ABI _ZTVSt12out_of_range(); -int PS4_SYSV_ABI _ZTVSt12system_error(); -int PS4_SYSV_ABI _ZTVSt13bad_exception(); -int PS4_SYSV_ABI _ZTVSt13basic_filebufIcSt11char_traitsIcEE(); -int PS4_SYSV_ABI _ZTVSt13basic_filebufIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTVSt13basic_istreamIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTVSt13basic_ostreamIwSt11char_traitsIwEE(); -int PS4_SYSV_ABI _ZTVSt13runtime_error(); -int PS4_SYSV_ABI _ZTVSt14error_category(); -int PS4_SYSV_ABI _ZTVSt14overflow_error(); -int PS4_SYSV_ABI _ZTVSt15underflow_error(); -int PS4_SYSV_ABI _ZTVSt16invalid_argument(); -int PS4_SYSV_ABI _ZTVSt16nested_exception(); -int PS4_SYSV_ABI _ZTVSt17bad_function_call(); -int PS4_SYSV_ABI _ZTVSt18bad_variant_access(); -int PS4_SYSV_ABI _ZTVSt20bad_array_new_length(); -int PS4_SYSV_ABI _ZTVSt22_Future_error_category(); -int PS4_SYSV_ABI _ZTVSt22_System_error_category(); -int PS4_SYSV_ABI _ZTVSt23_Generic_error_category(); -int PS4_SYSV_ABI _ZTVSt24_Iostream_error_category(); -int PS4_SYSV_ABI _ZTVSt4_Pad(); -int PS4_SYSV_ABI _ZTVSt5ctypeIcE(); -int PS4_SYSV_ABI _ZTVSt5ctypeIwE(); -int PS4_SYSV_ABI _ZTVSt7_MpunctIcE(); -int PS4_SYSV_ABI _ZTVSt7_MpunctIwE(); -int PS4_SYSV_ABI _ZTVSt7codecvtIcc9_MbstatetE(); -int PS4_SYSV_ABI _ZTVSt7codecvtIDic9_MbstatetE(); -int PS4_SYSV_ABI _ZTVSt7codecvtIDsc9_MbstatetE(); -int PS4_SYSV_ABI _ZTVSt7codecvtIwc9_MbstatetE(); -int PS4_SYSV_ABI _ZTVSt7collateIcE(); -int PS4_SYSV_ABI _ZTVSt7collateIwE(); -int PS4_SYSV_ABI _ZTVSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTVSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTVSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTVSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTVSt8bad_cast(); -int PS4_SYSV_ABI _ZTVSt8ios_base(); -int PS4_SYSV_ABI _ZTVSt8messagesIcE(); -int PS4_SYSV_ABI _ZTVSt8messagesIwE(); -int PS4_SYSV_ABI _ZTVSt8numpunctIcE(); -int PS4_SYSV_ABI _ZTVSt8numpunctIwE(); -int PS4_SYSV_ABI _ZTVSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTVSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTVSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTVSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTVSt9bad_alloc(); -int PS4_SYSV_ABI _ZTVSt9exception(); -int PS4_SYSV_ABI _ZTVSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTVSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTVSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); -int PS4_SYSV_ABI _ZTVSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); -int PS4_SYSV_ABI _ZTVSt9type_info(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1Em(); +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em(); +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2ERKSt8_Locinfom(); +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev(); +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev(); +s32 PS4_SYSV_ABI _ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev(); +s32 PS4_SYSV_ABI _ZNSt9type_infoD0Ev(); +s32 PS4_SYSV_ABI _ZNSt9type_infoD1Ev(); +s32 PS4_SYSV_ABI _ZNSt9type_infoD2Ev(); +s32 PS4_SYSV_ABI _Znwm(); +s32 PS4_SYSV_ABI _ZnwmRKSt9nothrow_t(); +s32 PS4_SYSV_ABI _ZnwmSt11align_val_t(); +s32 PS4_SYSV_ABI _ZnwmSt11align_val_tRKSt9nothrow_t(); +s32 PS4_SYSV_ABI _ZSt10_GetloctxtIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEiRT0_S5_mPKT_(); +s32 PS4_SYSV_ABI _ZSt10_GetloctxtIcSt19istreambuf_iteratorIwSt11char_traitsIwEEEiRT0_S5_mPKT_(); +s32 PS4_SYSV_ABI _ZSt10_GetloctxtIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEiRT0_S5_mPKT_(); +s32 PS4_SYSV_ABI _ZSt10_Rng_abortPKc(); +s32 PS4_SYSV_ABI _ZSt10adopt_lock(); +s32 PS4_SYSV_ABI _ZSt10defer_lock(); +s32 PS4_SYSV_ABI _ZSt10unexpectedv(); +s32 PS4_SYSV_ABI _ZSt11_Xbad_allocv(); +s32 PS4_SYSV_ABI _ZSt11setiosflagsNSt5_IosbIiE9_FmtflagsE(); +s32 PS4_SYSV_ABI _ZSt11try_to_lock(); +s32 PS4_SYSV_ABI _ZSt12setprecisioni(); +s32 PS4_SYSV_ABI _ZSt13_Cl_charnames(); +s32 PS4_SYSV_ABI _ZSt13_Execute_onceRSt9once_flagPFiPvS1_PS1_ES1_(); +s32 PS4_SYSV_ABI _ZSt13_Syserror_mapi(); +s32 PS4_SYSV_ABI _ZSt13_Xregex_errorNSt15regex_constants10error_typeE(); +s32 PS4_SYSV_ABI _ZSt13get_terminatev(); +s32 PS4_SYSV_ABI _ZSt13resetiosflagsNSt5_IosbIiE9_FmtflagsE(); +s32 PS4_SYSV_ABI _ZSt13set_terminatePFvvE(); +s32 PS4_SYSV_ABI _ZSt14_Atomic_assertPKcS0_(); +s32 PS4_SYSV_ABI _ZSt14_Cl_wcharnames(); +s32 PS4_SYSV_ABI _ZSt14_Debug_messagePKcS0_j(); +s32 PS4_SYSV_ABI _ZSt14_Raise_handler(); +s32 PS4_SYSV_ABI _ZSt14_Random_devicev(); +s32 PS4_SYSV_ABI _ZSt14_Throw_C_errori(); +s32 PS4_SYSV_ABI _ZSt14_Xlength_errorPKc(); +s32 PS4_SYSV_ABI _ZSt14_Xout_of_rangePKc(); +s32 PS4_SYSV_ABI _ZSt14get_unexpectedv(); +s32 PS4_SYSV_ABI _ZSt14set_unexpectedPFvvE(); +s32 PS4_SYSV_ABI _ZSt15_sceLibcLocinfoPKc(); +s32 PS4_SYSV_ABI _ZSt15_Xruntime_errorPKc(); +s32 PS4_SYSV_ABI _ZSt15future_categoryv(); +s32 PS4_SYSV_ABI _ZSt15get_new_handlerv(); +s32 PS4_SYSV_ABI _ZSt15set_new_handlerPFvvE(); +s32 PS4_SYSV_ABI _ZSt15system_categoryv(); +s32 PS4_SYSV_ABI _ZSt16_Throw_Cpp_errori(); +s32 PS4_SYSV_ABI _ZSt16_Xoverflow_errorPKc(); +s32 PS4_SYSV_ABI _ZSt16generic_categoryv(); +s32 PS4_SYSV_ABI _ZSt17_Future_error_mapi(); +s32 PS4_SYSV_ABI _ZSt17iostream_categoryv(); +s32 PS4_SYSV_ABI _ZSt18_String_cpp_unused(); +s32 PS4_SYSV_ABI _ZSt18_Xinvalid_argumentPKc(); +s32 PS4_SYSV_ABI _ZSt18uncaught_exceptionv(); +s32 PS4_SYSV_ABI _ZSt19_Throw_future_errorRKSt10error_code(); +s32 PS4_SYSV_ABI _ZSt19_Xbad_function_callv(); +s32 PS4_SYSV_ABI _ZSt21_sceLibcClassicLocale(); +s32 PS4_SYSV_ABI _ZSt22_Get_future_error_whati(); +s32 PS4_SYSV_ABI _ZSt22_Random_device_entropyv(); +s32 PS4_SYSV_ABI _ZSt25_Rethrow_future_exceptionSt13exception_ptr(); +s32 PS4_SYSV_ABI _ZSt3cin(); +s32 PS4_SYSV_ABI _ZSt4_Fpz(); +s32 PS4_SYSV_ABI _ZSt4cerr(); +s32 PS4_SYSV_ABI _ZSt4clog(); +s32 PS4_SYSV_ABI _ZSt4cout(); +s32 PS4_SYSV_ABI _ZSt4setwi(); +s32 PS4_SYSV_ABI _ZSt4wcin(); +s32 PS4_SYSV_ABI _ZSt5wcerr(); +s32 PS4_SYSV_ABI _ZSt5wclog(); +s32 PS4_SYSV_ABI _ZSt5wcout(); +s32 PS4_SYSV_ABI _ZSt6_ThrowRKSt9exception(); +s32 PS4_SYSV_ABI _ZSt6ignore(); +s32 PS4_SYSV_ABI _ZSt7_BADOFF(); +s32 PS4_SYSV_ABI _ZSt7_FiopenPKcNSt5_IosbIiE9_OpenmodeEi(); +s32 PS4_SYSV_ABI _ZSt7_FiopenPKwNSt5_IosbIiE9_OpenmodeEi(); +s32 PS4_SYSV_ABI _ZSt7_MP_AddPyy(); +s32 PS4_SYSV_ABI _ZSt7_MP_GetPy(); +s32 PS4_SYSV_ABI _ZSt7_MP_MulPyyy(); +s32 PS4_SYSV_ABI _ZSt7_MP_RemPyy(); +s32 PS4_SYSV_ABI _ZSt7nothrow(); +s32 PS4_SYSV_ABI _ZSt7setbasei(); +s32 PS4_SYSV_ABI _ZSt8_XLgammad(); +s32 PS4_SYSV_ABI _ZSt8_XLgammae(); +s32 PS4_SYSV_ABI _ZSt8_XLgammaf(); +s32 PS4_SYSV_ABI _ZSt9_LStrcollIcEiPKT_S2_S2_S2_PKSt8_Collvec(); +s32 PS4_SYSV_ABI _ZSt9_LStrcollIwEiPKT_S2_S2_S2_PKSt8_Collvec(); +s32 PS4_SYSV_ABI _ZSt9_LStrxfrmIcEmPT_S1_PKS0_S3_PKSt8_Collvec(); +s32 PS4_SYSV_ABI _ZSt9_LStrxfrmIwEmPT_S1_PKS0_S3_PKSt8_Collvec(); +s32 PS4_SYSV_ABI _ZSt9terminatev(); +s32 PS4_SYSV_ABI _ZTIa(); +s32 PS4_SYSV_ABI _ZTIb(); +s32 PS4_SYSV_ABI _ZTIc(); +s32 PS4_SYSV_ABI _ZTId(); +s32 PS4_SYSV_ABI _ZTIDh(); +s32 PS4_SYSV_ABI _ZTIDi(); +s32 PS4_SYSV_ABI _ZTIDn(); +s32 PS4_SYSV_ABI _ZTIDs(); +s32 PS4_SYSV_ABI _ZTIe(); +s32 PS4_SYSV_ABI _ZTIf(); +s32 PS4_SYSV_ABI _ZTIh(); +s32 PS4_SYSV_ABI _ZTIi(); +s32 PS4_SYSV_ABI _ZTIj(); +s32 PS4_SYSV_ABI _ZTIl(); +s32 PS4_SYSV_ABI _ZTIm(); +s32 PS4_SYSV_ABI _ZTIn(); +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv116__enum_type_infoE(); +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv117__array_type_infoE(); +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv117__class_type_infoE(); +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv117__pbase_type_infoE(); +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv119__pointer_type_infoE(); +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv120__function_type_infoE(); +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv120__si_class_type_infoE(); +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv121__vmi_class_type_infoE(); +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv123__fundamental_type_infoE(); +s32 PS4_SYSV_ABI _ZTIN10__cxxabiv129__pointer_to_member_type_infoE(); +s32 PS4_SYSV_ABI _ZTIN6Dinkum7threads10lock_errorE(); +s32 PS4_SYSV_ABI _ZTIN6Dinkum7threads21thread_resource_errorE(); +s32 PS4_SYSV_ABI _ZTINSt6locale5facetE(); +s32 PS4_SYSV_ABI _ZTINSt6locale7_LocimpE(); +s32 PS4_SYSV_ABI _ZTINSt8ios_base7failureE(); +s32 PS4_SYSV_ABI _ZTIo(); +s32 PS4_SYSV_ABI _ZTIPa(); +s32 PS4_SYSV_ABI _ZTIPb(); +s32 PS4_SYSV_ABI _ZTIPc(); +s32 PS4_SYSV_ABI _ZTIPd(); +s32 PS4_SYSV_ABI _ZTIPDh(); +s32 PS4_SYSV_ABI _ZTIPDi(); +s32 PS4_SYSV_ABI _ZTIPDn(); +s32 PS4_SYSV_ABI _ZTIPDs(); +s32 PS4_SYSV_ABI _ZTIPe(); +s32 PS4_SYSV_ABI _ZTIPf(); +s32 PS4_SYSV_ABI _ZTIPh(); +s32 PS4_SYSV_ABI _ZTIPi(); +s32 PS4_SYSV_ABI _ZTIPj(); +s32 PS4_SYSV_ABI _ZTIPKa(); +s32 PS4_SYSV_ABI _ZTIPKb(); +s32 PS4_SYSV_ABI _ZTIPKc(); +s32 PS4_SYSV_ABI _ZTIPKd(); +s32 PS4_SYSV_ABI _ZTIPKDh(); +s32 PS4_SYSV_ABI _ZTIPKDi(); +s32 PS4_SYSV_ABI _ZTIPKDn(); +s32 PS4_SYSV_ABI _ZTIPKDs(); +s32 PS4_SYSV_ABI _ZTIPKe(); +s32 PS4_SYSV_ABI _ZTIPKf(); +s32 PS4_SYSV_ABI _ZTIPKh(); +s32 PS4_SYSV_ABI _ZTIPKi(); +s32 PS4_SYSV_ABI _ZTIPKj(); +s32 PS4_SYSV_ABI _ZTIPKl(); +s32 PS4_SYSV_ABI _ZTIPKm(); +s32 PS4_SYSV_ABI _ZTIPKn(); +s32 PS4_SYSV_ABI _ZTIPKo(); +s32 PS4_SYSV_ABI _ZTIPKs(); +s32 PS4_SYSV_ABI _ZTIPKt(); +s32 PS4_SYSV_ABI _ZTIPKv(); +s32 PS4_SYSV_ABI _ZTIPKw(); +s32 PS4_SYSV_ABI _ZTIPKx(); +s32 PS4_SYSV_ABI _ZTIPKy(); +s32 PS4_SYSV_ABI _ZTIPl(); +s32 PS4_SYSV_ABI _ZTIPm(); +s32 PS4_SYSV_ABI _ZTIPn(); +s32 PS4_SYSV_ABI _ZTIPo(); +s32 PS4_SYSV_ABI _ZTIPs(); +s32 PS4_SYSV_ABI _ZTIPt(); +s32 PS4_SYSV_ABI _ZTIPv(); +s32 PS4_SYSV_ABI _ZTIPw(); +s32 PS4_SYSV_ABI _ZTIPx(); +s32 PS4_SYSV_ABI _ZTIPy(); +s32 PS4_SYSV_ABI _ZTIs(); +s32 PS4_SYSV_ABI _ZTISi(); +s32 PS4_SYSV_ABI _ZTISo(); +s32 PS4_SYSV_ABI _ZTISt10bad_typeid(); +s32 PS4_SYSV_ABI _ZTISt10ctype_base(); +s32 PS4_SYSV_ABI _ZTISt10money_base(); +s32 PS4_SYSV_ABI _ZTISt10moneypunctIcLb0EE(); +s32 PS4_SYSV_ABI _ZTISt10moneypunctIcLb1EE(); +s32 PS4_SYSV_ABI _ZTISt10moneypunctIwLb0EE(); +s32 PS4_SYSV_ABI _ZTISt10moneypunctIwLb1EE(); +s32 PS4_SYSV_ABI _ZTISt11_Facet_base(); +s32 PS4_SYSV_ABI _ZTISt11logic_error(); +s32 PS4_SYSV_ABI _ZTISt11range_error(); +s32 PS4_SYSV_ABI _ZTISt11regex_error(); +s32 PS4_SYSV_ABI _ZTISt12bad_weak_ptr(); +s32 PS4_SYSV_ABI _ZTISt12codecvt_base(); +s32 PS4_SYSV_ABI _ZTISt12domain_error(); +s32 PS4_SYSV_ABI _ZTISt12future_error(); +s32 PS4_SYSV_ABI _ZTISt12length_error(); +s32 PS4_SYSV_ABI _ZTISt12out_of_range(); +s32 PS4_SYSV_ABI _ZTISt12system_error(); +s32 PS4_SYSV_ABI _ZTISt13bad_exception(); +s32 PS4_SYSV_ABI _ZTISt13basic_filebufIcSt11char_traitsIcEE(); +s32 PS4_SYSV_ABI _ZTISt13basic_filebufIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTISt13basic_istreamIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTISt13basic_ostreamIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTISt13messages_base(); +s32 PS4_SYSV_ABI _ZTISt13runtime_error(); +s32 PS4_SYSV_ABI _ZTISt14error_category(); +s32 PS4_SYSV_ABI _ZTISt14overflow_error(); +s32 PS4_SYSV_ABI _ZTISt15basic_streambufIcSt11char_traitsIcEE(); +s32 PS4_SYSV_ABI _ZTISt15basic_streambufIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTISt15underflow_error(); +s32 PS4_SYSV_ABI _ZTISt16invalid_argument(); +s32 PS4_SYSV_ABI _ZTISt16nested_exception(); +s32 PS4_SYSV_ABI _ZTISt17bad_function_call(); +s32 PS4_SYSV_ABI _ZTISt18bad_variant_access(); +s32 PS4_SYSV_ABI _ZTISt20bad_array_new_length(); +s32 PS4_SYSV_ABI _ZTISt22_Future_error_category(); +s32 PS4_SYSV_ABI _ZTISt22_System_error_category(); +s32 PS4_SYSV_ABI _ZTISt23_Generic_error_category(); +s32 PS4_SYSV_ABI _ZTISt24_Iostream_error_category(); +s32 PS4_SYSV_ABI _ZTISt4_Pad(); +s32 PS4_SYSV_ABI _ZTISt5_IosbIiE(); +s32 PS4_SYSV_ABI _ZTISt5ctypeIcE(); +s32 PS4_SYSV_ABI _ZTISt5ctypeIwE(); +s32 PS4_SYSV_ABI _ZTISt7_MpunctIcE(); +s32 PS4_SYSV_ABI _ZTISt7_MpunctIwE(); +s32 PS4_SYSV_ABI _ZTISt7codecvtIcc9_MbstatetE(); +s32 PS4_SYSV_ABI _ZTISt7codecvtIDic9_MbstatetE(); +s32 PS4_SYSV_ABI _ZTISt7codecvtIDsc9_MbstatetE(); +s32 PS4_SYSV_ABI _ZTISt7codecvtIwc9_MbstatetE(); +s32 PS4_SYSV_ABI _ZTISt7collateIcE(); +s32 PS4_SYSV_ABI _ZTISt7collateIwE(); +s32 PS4_SYSV_ABI _ZTISt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTISt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTISt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTISt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTISt8bad_cast(); +s32 PS4_SYSV_ABI _ZTISt8ios_base(); +s32 PS4_SYSV_ABI _ZTISt8messagesIcE(); +s32 PS4_SYSV_ABI _ZTISt8messagesIwE(); +s32 PS4_SYSV_ABI _ZTISt8numpunctIcE(); +s32 PS4_SYSV_ABI _ZTISt8numpunctIwE(); +s32 PS4_SYSV_ABI _ZTISt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTISt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTISt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTISt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTISt9bad_alloc(); +s32 PS4_SYSV_ABI _ZTISt9basic_iosIcSt11char_traitsIcEE(); +s32 PS4_SYSV_ABI _ZTISt9basic_iosIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTISt9exception(); +s32 PS4_SYSV_ABI _ZTISt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTISt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTISt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTISt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTISt9time_base(); +s32 PS4_SYSV_ABI _ZTISt9type_info(); +s32 PS4_SYSV_ABI _ZTIt(); +s32 PS4_SYSV_ABI _ZTIv(); +s32 PS4_SYSV_ABI _ZTIw(); +s32 PS4_SYSV_ABI _ZTIx(); +s32 PS4_SYSV_ABI _ZTIy(); +s32 PS4_SYSV_ABI _ZTSa(); +s32 PS4_SYSV_ABI _ZTSb(); +s32 PS4_SYSV_ABI _ZTSc(); +s32 PS4_SYSV_ABI _ZTSd(); +s32 PS4_SYSV_ABI _ZTSDi(); +s32 PS4_SYSV_ABI _ZTSDn(); +s32 PS4_SYSV_ABI _ZTSDs(); +s32 PS4_SYSV_ABI _ZTSe(); +s32 PS4_SYSV_ABI _ZTSf(); +s32 PS4_SYSV_ABI _ZTSh(); +s32 PS4_SYSV_ABI _ZTSi(); +s32 PS4_SYSV_ABI _ZTSj(); +s32 PS4_SYSV_ABI _ZTSl(); +s32 PS4_SYSV_ABI _ZTSm(); +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv116__enum_type_infoE(); +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv117__array_type_infoE(); +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv117__class_type_infoE(); +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv117__pbase_type_infoE(); +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv119__pointer_type_infoE(); +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv120__function_type_infoE(); +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv120__si_class_type_infoE(); +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv121__vmi_class_type_infoE(); +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv123__fundamental_type_infoE(); +s32 PS4_SYSV_ABI _ZTSN10__cxxabiv129__pointer_to_member_type_infoE(); +s32 PS4_SYSV_ABI _ZTSN6Dinkum7threads10lock_errorE(); +s32 PS4_SYSV_ABI _ZTSN6Dinkum7threads21thread_resource_errorE(); +s32 PS4_SYSV_ABI _ZTSNSt6locale5facetE(); +s32 PS4_SYSV_ABI _ZTSNSt6locale7_LocimpE(); +s32 PS4_SYSV_ABI _ZTSNSt8ios_base7failureE(); +s32 PS4_SYSV_ABI _ZTSPa(); +s32 PS4_SYSV_ABI _ZTSPb(); +s32 PS4_SYSV_ABI _ZTSPc(); +s32 PS4_SYSV_ABI _ZTSPd(); +s32 PS4_SYSV_ABI _ZTSPDi(); +s32 PS4_SYSV_ABI _ZTSPDn(); +s32 PS4_SYSV_ABI _ZTSPDs(); +s32 PS4_SYSV_ABI _ZTSPe(); +s32 PS4_SYSV_ABI _ZTSPf(); +s32 PS4_SYSV_ABI _ZTSPh(); +s32 PS4_SYSV_ABI _ZTSPi(); +s32 PS4_SYSV_ABI _ZTSPj(); +s32 PS4_SYSV_ABI _ZTSPKa(); +s32 PS4_SYSV_ABI _ZTSPKb(); +s32 PS4_SYSV_ABI _ZTSPKc(); +s32 PS4_SYSV_ABI _ZTSPKd(); +s32 PS4_SYSV_ABI _ZTSPKDi(); +s32 PS4_SYSV_ABI _ZTSPKDn(); +s32 PS4_SYSV_ABI _ZTSPKDs(); +s32 PS4_SYSV_ABI _ZTSPKe(); +s32 PS4_SYSV_ABI _ZTSPKf(); +s32 PS4_SYSV_ABI _ZTSPKh(); +s32 PS4_SYSV_ABI _ZTSPKi(); +s32 PS4_SYSV_ABI _ZTSPKj(); +s32 PS4_SYSV_ABI _ZTSPKl(); +s32 PS4_SYSV_ABI _ZTSPKm(); +s32 PS4_SYSV_ABI _ZTSPKs(); +s32 PS4_SYSV_ABI _ZTSPKt(); +s32 PS4_SYSV_ABI _ZTSPKv(); +s32 PS4_SYSV_ABI _ZTSPKw(); +s32 PS4_SYSV_ABI _ZTSPKx(); +s32 PS4_SYSV_ABI _ZTSPKy(); +s32 PS4_SYSV_ABI _ZTSPl(); +s32 PS4_SYSV_ABI _ZTSPm(); +s32 PS4_SYSV_ABI _ZTSPs(); +s32 PS4_SYSV_ABI _ZTSPt(); +s32 PS4_SYSV_ABI _ZTSPv(); +s32 PS4_SYSV_ABI _ZTSPw(); +s32 PS4_SYSV_ABI _ZTSPx(); +s32 PS4_SYSV_ABI _ZTSPy(); +s32 PS4_SYSV_ABI _ZTSs(); +s32 PS4_SYSV_ABI _ZTSSi(); +s32 PS4_SYSV_ABI _ZTSSo(); +s32 PS4_SYSV_ABI _ZTSSt10bad_typeid(); +s32 PS4_SYSV_ABI _ZTSSt10ctype_base(); +s32 PS4_SYSV_ABI _ZTSSt10money_base(); +s32 PS4_SYSV_ABI _ZTSSt10moneypunctIcLb0EE(); +s32 PS4_SYSV_ABI _ZTSSt10moneypunctIcLb1EE(); +s32 PS4_SYSV_ABI _ZTSSt10moneypunctIwLb0EE(); +s32 PS4_SYSV_ABI _ZTSSt10moneypunctIwLb1EE(); +s32 PS4_SYSV_ABI _ZTSSt11_Facet_base(); +s32 PS4_SYSV_ABI _ZTSSt11logic_error(); +s32 PS4_SYSV_ABI _ZTSSt11range_error(); +s32 PS4_SYSV_ABI _ZTSSt11regex_error(); +s32 PS4_SYSV_ABI _ZTSSt12bad_weak_ptr(); +s32 PS4_SYSV_ABI _ZTSSt12codecvt_base(); +s32 PS4_SYSV_ABI _ZTSSt12domain_error(); +s32 PS4_SYSV_ABI _ZTSSt12future_error(); +s32 PS4_SYSV_ABI _ZTSSt12length_error(); +s32 PS4_SYSV_ABI _ZTSSt12out_of_range(); +s32 PS4_SYSV_ABI _ZTSSt12system_error(); +s32 PS4_SYSV_ABI _ZTSSt13bad_exception(); +s32 PS4_SYSV_ABI _ZTSSt13basic_filebufIcSt11char_traitsIcEE(); +s32 PS4_SYSV_ABI _ZTSSt13basic_filebufIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTSSt13basic_istreamIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTSSt13basic_ostreamIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTSSt13messages_base(); +s32 PS4_SYSV_ABI _ZTSSt13runtime_error(); +s32 PS4_SYSV_ABI _ZTSSt14error_category(); +s32 PS4_SYSV_ABI _ZTSSt14overflow_error(); +s32 PS4_SYSV_ABI _ZTSSt15basic_streambufIcSt11char_traitsIcEE(); +s32 PS4_SYSV_ABI _ZTSSt15basic_streambufIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTSSt15underflow_error(); +s32 PS4_SYSV_ABI _ZTSSt16invalid_argument(); +s32 PS4_SYSV_ABI _ZTSSt16nested_exception(); +s32 PS4_SYSV_ABI _ZTSSt17bad_function_call(); +s32 PS4_SYSV_ABI _ZTSSt18bad_variant_access(); +s32 PS4_SYSV_ABI _ZTSSt20bad_array_new_length(); +s32 PS4_SYSV_ABI _ZTSSt22_Future_error_category(); +s32 PS4_SYSV_ABI _ZTSSt22_System_error_category(); +s32 PS4_SYSV_ABI _ZTSSt23_Generic_error_category(); +s32 PS4_SYSV_ABI _ZTSSt24_Iostream_error_category(); +s32 PS4_SYSV_ABI _ZTSSt4_Pad(); +s32 PS4_SYSV_ABI _ZTSSt5_IosbIiE(); +s32 PS4_SYSV_ABI _ZTSSt5ctypeIcE(); +s32 PS4_SYSV_ABI _ZTSSt5ctypeIwE(); +s32 PS4_SYSV_ABI _ZTSSt7_MpunctIcE(); +s32 PS4_SYSV_ABI _ZTSSt7_MpunctIwE(); +s32 PS4_SYSV_ABI _ZTSSt7codecvtIcc9_MbstatetE(); +s32 PS4_SYSV_ABI _ZTSSt7codecvtIDic9_MbstatetE(); +s32 PS4_SYSV_ABI _ZTSSt7codecvtIDsc9_MbstatetE(); +s32 PS4_SYSV_ABI _ZTSSt7codecvtIwc9_MbstatetE(); +s32 PS4_SYSV_ABI _ZTSSt7collateIcE(); +s32 PS4_SYSV_ABI _ZTSSt7collateIwE(); +s32 PS4_SYSV_ABI _ZTSSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTSSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTSSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTSSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTSSt8bad_cast(); +s32 PS4_SYSV_ABI _ZTSSt8ios_base(); +s32 PS4_SYSV_ABI _ZTSSt8messagesIcE(); +s32 PS4_SYSV_ABI _ZTSSt8messagesIwE(); +s32 PS4_SYSV_ABI _ZTSSt8numpunctIcE(); +s32 PS4_SYSV_ABI _ZTSSt8numpunctIwE(); +s32 PS4_SYSV_ABI _ZTSSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTSSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTSSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTSSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTSSt9bad_alloc(); +s32 PS4_SYSV_ABI _ZTSSt9basic_iosIcSt11char_traitsIcEE(); +s32 PS4_SYSV_ABI _ZTSSt9basic_iosIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTSSt9exception(); +s32 PS4_SYSV_ABI _ZTSSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTSSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTSSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTSSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTSSt9time_base(); +s32 PS4_SYSV_ABI _ZTSSt9type_info(); +s32 PS4_SYSV_ABI _ZTSt(); +s32 PS4_SYSV_ABI _ZTSv(); +s32 PS4_SYSV_ABI _ZTSw(); +s32 PS4_SYSV_ABI _ZTSx(); +s32 PS4_SYSV_ABI _ZTSy(); +s32 PS4_SYSV_ABI _ZTv0_n24_NSiD0Ev(); +s32 PS4_SYSV_ABI _ZTv0_n24_NSiD1Ev(); +s32 PS4_SYSV_ABI _ZTv0_n24_NSoD0Ev(); +s32 PS4_SYSV_ABI _ZTv0_n24_NSoD1Ev(); +s32 PS4_SYSV_ABI _ZTv0_n24_NSt13basic_istreamIwSt11char_traitsIwEED0Ev(); +s32 PS4_SYSV_ABI _ZTv0_n24_NSt13basic_istreamIwSt11char_traitsIwEED1Ev(); +s32 PS4_SYSV_ABI _ZTv0_n24_NSt13basic_ostreamIwSt11char_traitsIwEED0Ev(); +s32 PS4_SYSV_ABI _ZTv0_n24_NSt13basic_ostreamIwSt11char_traitsIwEED1Ev(); +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv116__enum_type_infoE(); +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv117__array_type_infoE(); +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv117__class_type_infoE(); +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv117__pbase_type_infoE(); +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv119__pointer_type_infoE(); +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv120__function_type_infoE(); +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv120__si_class_type_infoE(); +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv121__vmi_class_type_infoE(); +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv123__fundamental_type_infoE(); +s32 PS4_SYSV_ABI _ZTVN10__cxxabiv129__pointer_to_member_type_infoE(); +s32 PS4_SYSV_ABI _ZTVN6Dinkum7threads10lock_errorE(); +s32 PS4_SYSV_ABI _ZTVN6Dinkum7threads21thread_resource_errorE(); +s32 PS4_SYSV_ABI _ZTVNSt6locale7_LocimpE(); +s32 PS4_SYSV_ABI _ZTVNSt8ios_base7failureE(); +s32 PS4_SYSV_ABI _ZTVSi(); +s32 PS4_SYSV_ABI _ZTVSo(); +s32 PS4_SYSV_ABI _ZTVSt10bad_typeid(); +s32 PS4_SYSV_ABI _ZTVSt10moneypunctIcLb0EE(); +s32 PS4_SYSV_ABI _ZTVSt10moneypunctIcLb1EE(); +s32 PS4_SYSV_ABI _ZTVSt10moneypunctIwLb0EE(); +s32 PS4_SYSV_ABI _ZTVSt10moneypunctIwLb1EE(); +s32 PS4_SYSV_ABI _ZTVSt11logic_error(); +s32 PS4_SYSV_ABI _ZTVSt11range_error(); +s32 PS4_SYSV_ABI _ZTVSt11regex_error(); +s32 PS4_SYSV_ABI _ZTVSt12bad_weak_ptr(); +s32 PS4_SYSV_ABI _ZTVSt12domain_error(); +s32 PS4_SYSV_ABI _ZTVSt12future_error(); +s32 PS4_SYSV_ABI _ZTVSt12length_error(); +s32 PS4_SYSV_ABI _ZTVSt12out_of_range(); +s32 PS4_SYSV_ABI _ZTVSt12system_error(); +s32 PS4_SYSV_ABI _ZTVSt13bad_exception(); +s32 PS4_SYSV_ABI _ZTVSt13basic_filebufIcSt11char_traitsIcEE(); +s32 PS4_SYSV_ABI _ZTVSt13basic_filebufIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTVSt13basic_istreamIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTVSt13basic_ostreamIwSt11char_traitsIwEE(); +s32 PS4_SYSV_ABI _ZTVSt13runtime_error(); +s32 PS4_SYSV_ABI _ZTVSt14error_category(); +s32 PS4_SYSV_ABI _ZTVSt14overflow_error(); +s32 PS4_SYSV_ABI _ZTVSt15underflow_error(); +s32 PS4_SYSV_ABI _ZTVSt16invalid_argument(); +s32 PS4_SYSV_ABI _ZTVSt16nested_exception(); +s32 PS4_SYSV_ABI _ZTVSt17bad_function_call(); +s32 PS4_SYSV_ABI _ZTVSt18bad_variant_access(); +s32 PS4_SYSV_ABI _ZTVSt20bad_array_new_length(); +s32 PS4_SYSV_ABI _ZTVSt22_Future_error_category(); +s32 PS4_SYSV_ABI _ZTVSt22_System_error_category(); +s32 PS4_SYSV_ABI _ZTVSt23_Generic_error_category(); +s32 PS4_SYSV_ABI _ZTVSt24_Iostream_error_category(); +s32 PS4_SYSV_ABI _ZTVSt4_Pad(); +s32 PS4_SYSV_ABI _ZTVSt5ctypeIcE(); +s32 PS4_SYSV_ABI _ZTVSt5ctypeIwE(); +s32 PS4_SYSV_ABI _ZTVSt7_MpunctIcE(); +s32 PS4_SYSV_ABI _ZTVSt7_MpunctIwE(); +s32 PS4_SYSV_ABI _ZTVSt7codecvtIcc9_MbstatetE(); +s32 PS4_SYSV_ABI _ZTVSt7codecvtIDic9_MbstatetE(); +s32 PS4_SYSV_ABI _ZTVSt7codecvtIDsc9_MbstatetE(); +s32 PS4_SYSV_ABI _ZTVSt7codecvtIwc9_MbstatetE(); +s32 PS4_SYSV_ABI _ZTVSt7collateIcE(); +s32 PS4_SYSV_ABI _ZTVSt7collateIwE(); +s32 PS4_SYSV_ABI _ZTVSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTVSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTVSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTVSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTVSt8bad_cast(); +s32 PS4_SYSV_ABI _ZTVSt8ios_base(); +s32 PS4_SYSV_ABI _ZTVSt8messagesIcE(); +s32 PS4_SYSV_ABI _ZTVSt8messagesIwE(); +s32 PS4_SYSV_ABI _ZTVSt8numpunctIcE(); +s32 PS4_SYSV_ABI _ZTVSt8numpunctIwE(); +s32 PS4_SYSV_ABI _ZTVSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTVSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTVSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTVSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTVSt9bad_alloc(); +s32 PS4_SYSV_ABI _ZTVSt9exception(); +s32 PS4_SYSV_ABI _ZTVSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTVSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTVSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE(); +s32 PS4_SYSV_ABI _ZTVSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE(); +s32 PS4_SYSV_ABI _ZTVSt9type_info(); +s32 PS4_SYSV_ABI _ZZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetffldEPcRS3_S6_RSt8ios_basePiE4_Src(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetifldEPcRS3_S6_NSt5_IosbIiE9_FmtflagsERKSt6localeE4_Src(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE9_GetffldxEPcRS3_S6_RSt8ios_basePiE4_Src(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetffldEPcRS3_S6_RSt8ios_basePiE4_Src(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetifldEPcRS3_S6_NSt5_IosbIiE9_FmtflagsERKSt6localeE4_Src(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE9_GetffldxEPcRS3_S6_RSt8ios_basePiE4_Src(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8_GetmfldERS3_S5_bRSt8ios_basePcE4_Src(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8_GetmfldERS3_S5_bRSt8ios_basePwE4_Src(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basecRKSsE4_Src(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewRKSbIwS2_SaIwEEE4_Src(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNSt13basic_filebufIcSt11char_traitsIcEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit(); -int PS4_SYSV_ABI +s32 PS4_SYSV_ABI _ZZNSt13basic_filebufIwSt11char_traitsIwEE5_InitEP7__sFILENS2_7_InitflEE7_Stinit(); -int PS4_SYSV_ABI abort(); -int PS4_SYSV_ABI abort_handler_s(); -int PS4_SYSV_ABI abs(); -int PS4_SYSV_ABI acos(); -int PS4_SYSV_ABI acosf(); -int PS4_SYSV_ABI acosh(); -int PS4_SYSV_ABI acoshf(); -int PS4_SYSV_ABI acoshl(); -int PS4_SYSV_ABI acosl(); -int PS4_SYSV_ABI alarm(); -int PS4_SYSV_ABI aligned_alloc(); -int PS4_SYSV_ABI asctime(); -int PS4_SYSV_ABI asctime_s(); -int PS4_SYSV_ABI asin(); -int PS4_SYSV_ABI asinf(); -int PS4_SYSV_ABI asinh(); -int PS4_SYSV_ABI asinhf(); -int PS4_SYSV_ABI asinhl(); -int PS4_SYSV_ABI asinl(); -int PS4_SYSV_ABI asprintf(); -int PS4_SYSV_ABI at_quick_exit(); -int PS4_SYSV_ABI atan(); -int PS4_SYSV_ABI atan2(); -int PS4_SYSV_ABI atan2f(); -int PS4_SYSV_ABI atan2l(); -int PS4_SYSV_ABI atanf(); -int PS4_SYSV_ABI atanh(); -int PS4_SYSV_ABI atanhf(); -int PS4_SYSV_ABI atanhl(); -int PS4_SYSV_ABI atanl(); -int PS4_SYSV_ABI atexit(); -int PS4_SYSV_ABI atof(); -int PS4_SYSV_ABI atoi(); -int PS4_SYSV_ABI atol(); -int PS4_SYSV_ABI atoll(); -int PS4_SYSV_ABI basename(); -int PS4_SYSV_ABI basename_r(); -int PS4_SYSV_ABI bcmp(); -int PS4_SYSV_ABI bcopy(); -int PS4_SYSV_ABI bsearch(); -int PS4_SYSV_ABI bsearch_s(); -int PS4_SYSV_ABI btowc(); -int PS4_SYSV_ABI bzero(); -int PS4_SYSV_ABI c16rtomb(); -int PS4_SYSV_ABI c32rtomb(); -int PS4_SYSV_ABI calloc(); -int PS4_SYSV_ABI cbrt(); -int PS4_SYSV_ABI cbrtf(); -int PS4_SYSV_ABI cbrtl(); -int PS4_SYSV_ABI ceil(); -int PS4_SYSV_ABI ceilf(); -int PS4_SYSV_ABI ceill(); -int PS4_SYSV_ABI clearerr(); -int PS4_SYSV_ABI clearerr_unlocked(); -int PS4_SYSV_ABI clock(); -int PS4_SYSV_ABI clock_1700(); -int PS4_SYSV_ABI closedir(); -int PS4_SYSV_ABI copysign(); -int PS4_SYSV_ABI copysignf(); -int PS4_SYSV_ABI copysignl(); -int PS4_SYSV_ABI cos(); -int PS4_SYSV_ABI cosf(); -int PS4_SYSV_ABI cosh(); -int PS4_SYSV_ABI coshf(); -int PS4_SYSV_ABI coshl(); -int PS4_SYSV_ABI cosl(); -int PS4_SYSV_ABI ctime(); -int PS4_SYSV_ABI ctime_s(); -int PS4_SYSV_ABI daemon(); -int PS4_SYSV_ABI daylight(); -int PS4_SYSV_ABI devname(); -int PS4_SYSV_ABI devname_r(); -int PS4_SYSV_ABI difftime(); -int PS4_SYSV_ABI dirname(); -int PS4_SYSV_ABI div(); -int PS4_SYSV_ABI drand48(); -int PS4_SYSV_ABI drem(); -int PS4_SYSV_ABI dremf(); -int PS4_SYSV_ABI erand48(); -int PS4_SYSV_ABI erf(); -int PS4_SYSV_ABI erfc(); -int PS4_SYSV_ABI erfcf(); -int PS4_SYSV_ABI erfcl(); -int PS4_SYSV_ABI erff(); -int PS4_SYSV_ABI erfl(); -int PS4_SYSV_ABI err(); -int PS4_SYSV_ABI err_set_exit(); -int PS4_SYSV_ABI err_set_file(); -int PS4_SYSV_ABI errc(); -int PS4_SYSV_ABI errx(); -int PS4_SYSV_ABI exit(); -int PS4_SYSV_ABI exp(); -int PS4_SYSV_ABI exp2(); -int PS4_SYSV_ABI exp2f(); -int PS4_SYSV_ABI exp2l(); -int PS4_SYSV_ABI expf(); -int PS4_SYSV_ABI expl(); -int PS4_SYSV_ABI expm1(); -int PS4_SYSV_ABI expm1f(); -int PS4_SYSV_ABI expm1l(); -int PS4_SYSV_ABI fabs(); -int PS4_SYSV_ABI fabsf(); -int PS4_SYSV_ABI fabsl(); -int PS4_SYSV_ABI fclose(); -int PS4_SYSV_ABI fcloseall(); -int PS4_SYSV_ABI fdim(); -int PS4_SYSV_ABI fdimf(); -int PS4_SYSV_ABI fdiml(); -int PS4_SYSV_ABI fdopen(); -int PS4_SYSV_ABI fdopendir(); -int PS4_SYSV_ABI feclearexcept(); -int PS4_SYSV_ABI fedisableexcept(); -int PS4_SYSV_ABI feenableexcept(); -int PS4_SYSV_ABI fegetenv(); -int PS4_SYSV_ABI fegetexcept(); -int PS4_SYSV_ABI fegetexceptflag(); -int PS4_SYSV_ABI fegetround(); -int PS4_SYSV_ABI fegettrapenable(); -int PS4_SYSV_ABI feholdexcept(); -int PS4_SYSV_ABI feof(); -int PS4_SYSV_ABI feof_unlocked(); -int PS4_SYSV_ABI feraiseexcept(); -int PS4_SYSV_ABI ferror(); -int PS4_SYSV_ABI ferror_unlocked(); -int PS4_SYSV_ABI fesetenv(); -int PS4_SYSV_ABI fesetexceptflag(); -int PS4_SYSV_ABI fesetround(); -int PS4_SYSV_ABI fesettrapenable(); -int PS4_SYSV_ABI fetestexcept(); -int PS4_SYSV_ABI feupdateenv(); -int PS4_SYSV_ABI fflush(); -int PS4_SYSV_ABI fgetc(); -int PS4_SYSV_ABI fgetln(); -int PS4_SYSV_ABI fgetpos(); -int PS4_SYSV_ABI fgets(); -int PS4_SYSV_ABI fgetwc(); -int PS4_SYSV_ABI fgetws(); -int PS4_SYSV_ABI fileno(); -int PS4_SYSV_ABI fileno_unlocked(); -int PS4_SYSV_ABI finite(); -int PS4_SYSV_ABI finitef(); -int PS4_SYSV_ABI flockfile(); -int PS4_SYSV_ABI floor(); -int PS4_SYSV_ABI floorf(); -int PS4_SYSV_ABI floorl(); -int PS4_SYSV_ABI flsl(); -int PS4_SYSV_ABI fma(); -int PS4_SYSV_ABI fmaf(); -int PS4_SYSV_ABI fmal(); -int PS4_SYSV_ABI fmax(); -int PS4_SYSV_ABI fmaxf(); -int PS4_SYSV_ABI fmaxl(); -int PS4_SYSV_ABI fmin(); -int PS4_SYSV_ABI fminf(); -int PS4_SYSV_ABI fminl(); -int PS4_SYSV_ABI fmod(); -int PS4_SYSV_ABI fmodf(); -int PS4_SYSV_ABI fmodl(); -int PS4_SYSV_ABI fopen(); -int PS4_SYSV_ABI fopen_s(); -int PS4_SYSV_ABI fprintf(); -int PS4_SYSV_ABI fprintf_s(); -int PS4_SYSV_ABI fpurge(); -int PS4_SYSV_ABI fputc(); -int PS4_SYSV_ABI fputs(); -int PS4_SYSV_ABI fputwc(); -int PS4_SYSV_ABI fputws(); -int PS4_SYSV_ABI fread(); -int PS4_SYSV_ABI free(); -int PS4_SYSV_ABI freeifaddrs(); -int PS4_SYSV_ABI freopen(); -int PS4_SYSV_ABI freopen_s(); -int PS4_SYSV_ABI frexp(); -int PS4_SYSV_ABI frexpf(); -int PS4_SYSV_ABI frexpl(); -int PS4_SYSV_ABI fscanf(); -int PS4_SYSV_ABI fscanf_s(); -int PS4_SYSV_ABI fseek(); -int PS4_SYSV_ABI fseeko(); -int PS4_SYSV_ABI fsetpos(); -int PS4_SYSV_ABI fstatvfs(); -int PS4_SYSV_ABI ftell(); -int PS4_SYSV_ABI ftello(); -int PS4_SYSV_ABI ftrylockfile(); -int PS4_SYSV_ABI funlockfile(); -int PS4_SYSV_ABI fwide(); -int PS4_SYSV_ABI fwprintf(); -int PS4_SYSV_ABI fwprintf_s(); -int PS4_SYSV_ABI fwrite(); -int PS4_SYSV_ABI fwscanf(); -int PS4_SYSV_ABI fwscanf_s(); -int PS4_SYSV_ABI gamma(); -int PS4_SYSV_ABI gamma_r(); -int PS4_SYSV_ABI gammaf(); -int PS4_SYSV_ABI gammaf_r(); -int PS4_SYSV_ABI getc(); -int PS4_SYSV_ABI getc_unlocked(); -int PS4_SYSV_ABI getchar(); -int PS4_SYSV_ABI getchar_unlocked(); -int PS4_SYSV_ABI getcwd(); -int PS4_SYSV_ABI getenv(); -int PS4_SYSV_ABI gethostname(); -int PS4_SYSV_ABI getifaddrs(); -int PS4_SYSV_ABI getopt(); -int PS4_SYSV_ABI getopt_long(); -int PS4_SYSV_ABI getopt_long_only(); -int PS4_SYSV_ABI getprogname(); -int PS4_SYSV_ABI gets(); -int PS4_SYSV_ABI gets_s(); -int PS4_SYSV_ABI getw(); -int PS4_SYSV_ABI getwc(); -int PS4_SYSV_ABI getwchar(); -int PS4_SYSV_ABI gmtime(); -int PS4_SYSV_ABI gmtime_s(); -int PS4_SYSV_ABI hypot(); -int PS4_SYSV_ABI hypot3(); -int PS4_SYSV_ABI hypot3f(); -int PS4_SYSV_ABI hypot3l(); -int PS4_SYSV_ABI hypotf(); -int PS4_SYSV_ABI hypotl(); -int PS4_SYSV_ABI ignore_handler_s(); -int PS4_SYSV_ABI ilogb(); -int PS4_SYSV_ABI ilogbf(); -int PS4_SYSV_ABI ilogbl(); -int PS4_SYSV_ABI imaxabs(); -int PS4_SYSV_ABI imaxdiv(); -int PS4_SYSV_ABI index(); -int PS4_SYSV_ABI inet_addr(); -int PS4_SYSV_ABI inet_aton(); -int PS4_SYSV_ABI inet_ntoa(); -int PS4_SYSV_ABI inet_ntoa_r(); -int PS4_SYSV_ABI initstate(); -int PS4_SYSV_ABI isalnum(); -int PS4_SYSV_ABI isalpha(); -int PS4_SYSV_ABI isblank(); -int PS4_SYSV_ABI iscntrl(); -int PS4_SYSV_ABI isdigit(); -int PS4_SYSV_ABI isgraph(); -int PS4_SYSV_ABI isinf(); -int PS4_SYSV_ABI islower(); -int PS4_SYSV_ABI isnan(); -int PS4_SYSV_ABI isnanf(); -int PS4_SYSV_ABI isprint(); -int PS4_SYSV_ABI ispunct(); -int PS4_SYSV_ABI isspace(); -int PS4_SYSV_ABI isupper(); -int PS4_SYSV_ABI iswalnum(); -int PS4_SYSV_ABI iswalpha(); -int PS4_SYSV_ABI iswblank(); -int PS4_SYSV_ABI iswcntrl(); -int PS4_SYSV_ABI iswctype(); -int PS4_SYSV_ABI iswdigit(); -int PS4_SYSV_ABI iswgraph(); -int PS4_SYSV_ABI iswlower(); -int PS4_SYSV_ABI iswprint(); -int PS4_SYSV_ABI iswpunct(); -int PS4_SYSV_ABI iswspace(); -int PS4_SYSV_ABI iswupper(); -int PS4_SYSV_ABI iswxdigit(); -int PS4_SYSV_ABI isxdigit(); -int PS4_SYSV_ABI j0(); -int PS4_SYSV_ABI j0f(); -int PS4_SYSV_ABI j1(); -int PS4_SYSV_ABI j1f(); -int PS4_SYSV_ABI jn(); -int PS4_SYSV_ABI jnf(); -int PS4_SYSV_ABI jrand48(); -int PS4_SYSV_ABI labs(); -int PS4_SYSV_ABI lcong48(); -int PS4_SYSV_ABI ldexp(); -int PS4_SYSV_ABI ldexpf(); -int PS4_SYSV_ABI ldexpl(); -int PS4_SYSV_ABI ldiv(); -int PS4_SYSV_ABI lgamma(); -int PS4_SYSV_ABI lgamma_r(); -int PS4_SYSV_ABI lgammaf(); -int PS4_SYSV_ABI lgammaf_r(); -int PS4_SYSV_ABI lgammal(); -int PS4_SYSV_ABI llabs(); -int PS4_SYSV_ABI lldiv(); -int PS4_SYSV_ABI llrint(); -int PS4_SYSV_ABI llrintf(); -int PS4_SYSV_ABI llrintl(); -int PS4_SYSV_ABI llround(); -int PS4_SYSV_ABI llroundf(); -int PS4_SYSV_ABI llroundl(); -int PS4_SYSV_ABI localeconv(); -int PS4_SYSV_ABI localtime(); -int PS4_SYSV_ABI localtime_s(); -int PS4_SYSV_ABI log(); -int PS4_SYSV_ABI log10(); -int PS4_SYSV_ABI log10f(); -int PS4_SYSV_ABI log10l(); -int PS4_SYSV_ABI log1p(); -int PS4_SYSV_ABI log1pf(); -int PS4_SYSV_ABI log1pl(); -int PS4_SYSV_ABI log2(); -int PS4_SYSV_ABI log2f(); -int PS4_SYSV_ABI log2l(); -int PS4_SYSV_ABI logb(); -int PS4_SYSV_ABI logbf(); -int PS4_SYSV_ABI logbl(); -int PS4_SYSV_ABI logf(); -int PS4_SYSV_ABI logl(); -int PS4_SYSV_ABI longjmp(); -int PS4_SYSV_ABI lrand48(); -int PS4_SYSV_ABI lrint(); -int PS4_SYSV_ABI lrintf(); -int PS4_SYSV_ABI lrintl(); -int PS4_SYSV_ABI lround(); -int PS4_SYSV_ABI lroundf(); -int PS4_SYSV_ABI lroundl(); -int PS4_SYSV_ABI makecontext(); -int PS4_SYSV_ABI malloc(); -int PS4_SYSV_ABI malloc_check_memory_bounds(); -int PS4_SYSV_ABI malloc_finalize(); -int PS4_SYSV_ABI malloc_get_footer_value(); -int PS4_SYSV_ABI malloc_get_malloc_state(); -int PS4_SYSV_ABI malloc_initialize(); -int PS4_SYSV_ABI malloc_report_memory_blocks(); -int PS4_SYSV_ABI malloc_stats(); -int PS4_SYSV_ABI malloc_stats_fast(); -int PS4_SYSV_ABI malloc_usable_size(); -int PS4_SYSV_ABI mblen(); -int PS4_SYSV_ABI mbrlen(); -int PS4_SYSV_ABI mbrtoc16(); -int PS4_SYSV_ABI mbrtoc32(); -int PS4_SYSV_ABI mbrtowc(); -int PS4_SYSV_ABI mbsinit(); -int PS4_SYSV_ABI mbsrtowcs(); -int PS4_SYSV_ABI mbsrtowcs_s(); -int PS4_SYSV_ABI mbstowcs(); -int PS4_SYSV_ABI mbstowcs_s(); -int PS4_SYSV_ABI mbtowc(); -int PS4_SYSV_ABI memalign(); -int PS4_SYSV_ABI memchr(); -int PS4_SYSV_ABI memcmp(); -int PS4_SYSV_ABI memcpy(); -int PS4_SYSV_ABI memcpy_s(); -int PS4_SYSV_ABI memmove(); -int PS4_SYSV_ABI memmove_s(); -int PS4_SYSV_ABI memrchr(); -int PS4_SYSV_ABI memset(); -int PS4_SYSV_ABI memset_s(); -int PS4_SYSV_ABI mergesort(); -int PS4_SYSV_ABI mktime(); -int PS4_SYSV_ABI modf(); -int PS4_SYSV_ABI modff(); -int PS4_SYSV_ABI modfl(); -int PS4_SYSV_ABI mrand48(); -int PS4_SYSV_ABI nan(); -int PS4_SYSV_ABI nanf(); -int PS4_SYSV_ABI nanl(); -int PS4_SYSV_ABI nearbyint(); -int PS4_SYSV_ABI nearbyintf(); -int PS4_SYSV_ABI nearbyintl(); -int PS4_SYSV_ABI Need_sceLibcInternal(); -int PS4_SYSV_ABI nextafter(); -int PS4_SYSV_ABI nextafterf(); -int PS4_SYSV_ABI nextafterl(); -int PS4_SYSV_ABI nexttoward(); -int PS4_SYSV_ABI nexttowardf(); -int PS4_SYSV_ABI nexttowardl(); -int PS4_SYSV_ABI nrand48(); -int PS4_SYSV_ABI opendir(); -int PS4_SYSV_ABI optarg(); -int PS4_SYSV_ABI opterr(); -int PS4_SYSV_ABI optind(); -int PS4_SYSV_ABI optopt(); -int PS4_SYSV_ABI optreset(); -int PS4_SYSV_ABI perror(); -int PS4_SYSV_ABI posix_memalign(); -int PS4_SYSV_ABI posix_spawn(); -int PS4_SYSV_ABI posix_spawn_file_actions_addclose(); -int PS4_SYSV_ABI posix_spawn_file_actions_adddup2(); -int PS4_SYSV_ABI posix_spawn_file_actions_addopen(); -int PS4_SYSV_ABI posix_spawn_file_actions_destroy(); -int PS4_SYSV_ABI posix_spawn_file_actions_init(); -int PS4_SYSV_ABI posix_spawnattr_destroy(); -int PS4_SYSV_ABI posix_spawnattr_getflags(); -int PS4_SYSV_ABI posix_spawnattr_getpgroup(); -int PS4_SYSV_ABI posix_spawnattr_getschedparam(); -int PS4_SYSV_ABI posix_spawnattr_getschedpolicy(); -int PS4_SYSV_ABI posix_spawnattr_getsigdefault(); -int PS4_SYSV_ABI posix_spawnattr_getsigmask(); -int PS4_SYSV_ABI posix_spawnattr_init(); -int PS4_SYSV_ABI posix_spawnattr_setflags(); -int PS4_SYSV_ABI posix_spawnattr_setpgroup(); -int PS4_SYSV_ABI posix_spawnattr_setschedparam(); -int PS4_SYSV_ABI posix_spawnattr_setschedpolicy(); -int PS4_SYSV_ABI posix_spawnattr_setsigdefault(); -int PS4_SYSV_ABI posix_spawnattr_setsigmask(); -int PS4_SYSV_ABI posix_spawnp(); -int PS4_SYSV_ABI pow(); -int PS4_SYSV_ABI powf(); -int PS4_SYSV_ABI powl(); -int PS4_SYSV_ABI printf(); -int PS4_SYSV_ABI printf_s(); -int PS4_SYSV_ABI psignal(); -int PS4_SYSV_ABI putc(); -int PS4_SYSV_ABI putc_unlocked(); -int PS4_SYSV_ABI putchar(); -int PS4_SYSV_ABI putchar_unlocked(); -int PS4_SYSV_ABI putenv(); -int PS4_SYSV_ABI puts(); -int PS4_SYSV_ABI putw(); -int PS4_SYSV_ABI putwc(); -int PS4_SYSV_ABI putwchar(); -int PS4_SYSV_ABI qsort(); -int PS4_SYSV_ABI qsort_s(); -int PS4_SYSV_ABI quick_exit(); -int PS4_SYSV_ABI rand(); -int PS4_SYSV_ABI rand_r(); -int PS4_SYSV_ABI random(); -int PS4_SYSV_ABI readdir(); -int PS4_SYSV_ABI readdir_r(); -int PS4_SYSV_ABI realloc(); -int PS4_SYSV_ABI reallocalign(); -int PS4_SYSV_ABI reallocf(); -int PS4_SYSV_ABI realpath(); -int PS4_SYSV_ABI remainder(); -int PS4_SYSV_ABI remainderf(); -int PS4_SYSV_ABI remainderl(); -int PS4_SYSV_ABI remove(); -int PS4_SYSV_ABI remquo(); -int PS4_SYSV_ABI remquof(); -int PS4_SYSV_ABI remquol(); -int PS4_SYSV_ABI rewind(); -int PS4_SYSV_ABI rewinddir(); -int PS4_SYSV_ABI rindex(); -int PS4_SYSV_ABI rint(); -int PS4_SYSV_ABI rintf(); -int PS4_SYSV_ABI rintl(); -int PS4_SYSV_ABI round(); -int PS4_SYSV_ABI roundf(); -int PS4_SYSV_ABI roundl(); -int PS4_SYSV_ABI scalb(); -int PS4_SYSV_ABI scalbf(); -int PS4_SYSV_ABI scalbln(); -int PS4_SYSV_ABI scalblnf(); -int PS4_SYSV_ABI scalblnl(); -int PS4_SYSV_ABI scalbn(); -int PS4_SYSV_ABI scalbnf(); -int PS4_SYSV_ABI scalbnl(); -int PS4_SYSV_ABI scanf(); -int PS4_SYSV_ABI scanf_s(); -int PS4_SYSV_ABI sceLibcDebugOut(); -int PS4_SYSV_ABI sceLibcHeapGetAddressRanges(); -int PS4_SYSV_ABI sceLibcHeapMutexCalloc(); -int PS4_SYSV_ABI sceLibcHeapMutexFree(); -int PS4_SYSV_ABI sceLibcHeapSetAddressRangeCallback(); -int PS4_SYSV_ABI sceLibcHeapSetTraceMarker(); -int PS4_SYSV_ABI sceLibcHeapUnsetTraceMarker(); -int PS4_SYSV_ABI sceLibcInternalMemoryGetWakeAddr(); -int PS4_SYSV_ABI sceLibcInternalMemoryMutexEnable(); -int PS4_SYSV_ABI sceLibcInternalSetMallocCallback(); -int PS4_SYSV_ABI sceLibcMspaceAlignedAlloc(); -int PS4_SYSV_ABI sceLibcMspaceCalloc(); -int PS4_SYSV_ABI sceLibcMspaceCreate(); -int PS4_SYSV_ABI sceLibcMspaceDestroy(); -int PS4_SYSV_ABI sceLibcMspaceFree(); -int PS4_SYSV_ABI sceLibcMspaceGetAddressRanges(); -int PS4_SYSV_ABI sceLibcMspaceIsHeapEmpty(); -int PS4_SYSV_ABI sceLibcMspaceMalloc(); -int PS4_SYSV_ABI sceLibcMspaceMallocStats(); -int PS4_SYSV_ABI sceLibcMspaceMallocStatsFast(); -int PS4_SYSV_ABI sceLibcMspaceMallocUsableSize(); -int PS4_SYSV_ABI sceLibcMspaceMemalign(); -int PS4_SYSV_ABI sceLibcMspacePosixMemalign(); -int PS4_SYSV_ABI sceLibcMspaceRealloc(); -int PS4_SYSV_ABI sceLibcMspaceReallocalign(); -int PS4_SYSV_ABI sceLibcMspaceSetMallocCallback(); -int PS4_SYSV_ABI sceLibcOnce(); -int PS4_SYSV_ABI sceLibcPafMspaceCalloc(); -int PS4_SYSV_ABI sceLibcPafMspaceCheckMemoryBounds(); -int PS4_SYSV_ABI sceLibcPafMspaceCreate(); -int PS4_SYSV_ABI sceLibcPafMspaceDestroy(); -int PS4_SYSV_ABI sceLibcPafMspaceFree(); -int PS4_SYSV_ABI sceLibcPafMspaceGetFooterValue(); -int PS4_SYSV_ABI sceLibcPafMspaceIsHeapEmpty(); -int PS4_SYSV_ABI sceLibcPafMspaceMalloc(); -int PS4_SYSV_ABI sceLibcPafMspaceMallocStats(); -int PS4_SYSV_ABI sceLibcPafMspaceMallocStatsFast(); -int PS4_SYSV_ABI sceLibcPafMspaceMallocUsableSize(); -int PS4_SYSV_ABI sceLibcPafMspaceMemalign(); -int PS4_SYSV_ABI sceLibcPafMspacePosixMemalign(); -int PS4_SYSV_ABI sceLibcPafMspaceRealloc(); -int PS4_SYSV_ABI sceLibcPafMspaceReallocalign(); -int PS4_SYSV_ABI sceLibcPafMspaceReportMemoryBlocks(); -int PS4_SYSV_ABI sceLibcPafMspaceTrim(); -int PS4_SYSV_ABI seed48(); -int PS4_SYSV_ABI seekdir(); -int PS4_SYSV_ABI set_constraint_handler_s(); -int PS4_SYSV_ABI setbuf(); -int PS4_SYSV_ABI setenv(); -int PS4_SYSV_ABI setjmp(); -int PS4_SYSV_ABI setlocale(); -int PS4_SYSV_ABI setstate(); -int PS4_SYSV_ABI setvbuf(); -int PS4_SYSV_ABI sigblock(); -int PS4_SYSV_ABI siginterrupt(); -int PS4_SYSV_ABI signalcontext(); -int PS4_SYSV_ABI signgam(); -int PS4_SYSV_ABI significand(); -int PS4_SYSV_ABI significandf(); -int PS4_SYSV_ABI sigsetmask(); -int PS4_SYSV_ABI sigvec(); -int PS4_SYSV_ABI sin(); -int PS4_SYSV_ABI sincos(); -int PS4_SYSV_ABI sincosf(); -int PS4_SYSV_ABI sinf(); -int PS4_SYSV_ABI sinh(); -int PS4_SYSV_ABI sinhf(); -int PS4_SYSV_ABI sinhl(); -int PS4_SYSV_ABI sinl(); -int PS4_SYSV_ABI snprintf(); -int PS4_SYSV_ABI snprintf_s(); -int PS4_SYSV_ABI snwprintf_s(); -int PS4_SYSV_ABI sprintf(); -int PS4_SYSV_ABI sprintf_s(); -int PS4_SYSV_ABI sqrt(); -int PS4_SYSV_ABI sqrtf(); -int PS4_SYSV_ABI sqrtl(); -int PS4_SYSV_ABI srand(); -int PS4_SYSV_ABI srand48(); -int PS4_SYSV_ABI srandom(); -int PS4_SYSV_ABI srandomdev(); -int PS4_SYSV_ABI sscanf(); -int PS4_SYSV_ABI sscanf_s(); -int PS4_SYSV_ABI statvfs(); -int PS4_SYSV_ABI stderr(); -int PS4_SYSV_ABI stdin(); -int PS4_SYSV_ABI stdout(); -int PS4_SYSV_ABI stpcpy(); -int PS4_SYSV_ABI strcasecmp(); -int PS4_SYSV_ABI strcat(); -int PS4_SYSV_ABI strcat_s(); -int PS4_SYSV_ABI strchr(); -int PS4_SYSV_ABI strcmp(); -int PS4_SYSV_ABI strcoll(); -int PS4_SYSV_ABI strcpy(); -int PS4_SYSV_ABI strcpy_s(); -int PS4_SYSV_ABI strcspn(); -int PS4_SYSV_ABI strdup(); -int PS4_SYSV_ABI strerror(); -int PS4_SYSV_ABI strerror_r(); -int PS4_SYSV_ABI strerror_s(); -int PS4_SYSV_ABI strerrorlen_s(); -int PS4_SYSV_ABI strftime(); -int PS4_SYSV_ABI strlcat(); -int PS4_SYSV_ABI strlcpy(); -int PS4_SYSV_ABI strlen(); -int PS4_SYSV_ABI strncasecmp(); -int PS4_SYSV_ABI strncat(); -int PS4_SYSV_ABI strncat_s(); -int PS4_SYSV_ABI strncmp(); -int PS4_SYSV_ABI strncpy(); -int PS4_SYSV_ABI strncpy_s(); -int PS4_SYSV_ABI strndup(); -int PS4_SYSV_ABI strnlen(); -int PS4_SYSV_ABI strnlen_s(); -int PS4_SYSV_ABI strnstr(); -int PS4_SYSV_ABI strpbrk(); -int PS4_SYSV_ABI strrchr(); -int PS4_SYSV_ABI strsep(); -int PS4_SYSV_ABI strspn(); -int PS4_SYSV_ABI strstr(); -int PS4_SYSV_ABI strtod(); -int PS4_SYSV_ABI strtof(); -int PS4_SYSV_ABI strtoimax(); -int PS4_SYSV_ABI strtok(); -int PS4_SYSV_ABI strtok_r(); -int PS4_SYSV_ABI strtok_s(); -int PS4_SYSV_ABI strtol(); -int PS4_SYSV_ABI strtold(); -int PS4_SYSV_ABI strtoll(); -int PS4_SYSV_ABI strtoul(); -int PS4_SYSV_ABI strtoull(); -int PS4_SYSV_ABI strtoumax(); -int PS4_SYSV_ABI strtouq(); -int PS4_SYSV_ABI strxfrm(); -int PS4_SYSV_ABI swprintf(); -int PS4_SYSV_ABI swprintf_s(); -int PS4_SYSV_ABI swscanf(); -int PS4_SYSV_ABI swscanf_s(); -int PS4_SYSV_ABI sys_nsig(); -int PS4_SYSV_ABI sys_siglist(); -int PS4_SYSV_ABI sys_signame(); -int PS4_SYSV_ABI syslog(); -int PS4_SYSV_ABI tan(); -int PS4_SYSV_ABI tanf(); -int PS4_SYSV_ABI tanh(); -int PS4_SYSV_ABI tanhf(); -int PS4_SYSV_ABI tanhl(); -int PS4_SYSV_ABI tanl(); -int PS4_SYSV_ABI telldir(); -int PS4_SYSV_ABI tgamma(); -int PS4_SYSV_ABI tgammaf(); -int PS4_SYSV_ABI tgammal(); -int PS4_SYSV_ABI time(); -int PS4_SYSV_ABI timezone(); -int PS4_SYSV_ABI tolower(); -int PS4_SYSV_ABI toupper(); -int PS4_SYSV_ABI towctrans(); -int PS4_SYSV_ABI towlower(); -int PS4_SYSV_ABI towupper(); -int PS4_SYSV_ABI trunc(); -int PS4_SYSV_ABI truncf(); -int PS4_SYSV_ABI truncl(); -int PS4_SYSV_ABI tzname(); -int PS4_SYSV_ABI tzset(); -int PS4_SYSV_ABI ungetc(); -int PS4_SYSV_ABI ungetwc(); -int PS4_SYSV_ABI unsetenv(); -int PS4_SYSV_ABI utime(); -int PS4_SYSV_ABI vasprintf(); -int PS4_SYSV_ABI verr(); -int PS4_SYSV_ABI verrc(); -int PS4_SYSV_ABI verrx(); -int PS4_SYSV_ABI vfprintf(); -int PS4_SYSV_ABI vfprintf_s(); -int PS4_SYSV_ABI vfscanf(); -int PS4_SYSV_ABI vfscanf_s(); -int PS4_SYSV_ABI vfwprintf(); -int PS4_SYSV_ABI vfwprintf_s(); -int PS4_SYSV_ABI vfwscanf(); -int PS4_SYSV_ABI vfwscanf_s(); -int PS4_SYSV_ABI vprintf(); -int PS4_SYSV_ABI vprintf_s(); -int PS4_SYSV_ABI vscanf(); -int PS4_SYSV_ABI vscanf_s(); -int PS4_SYSV_ABI vsnprintf(); -int PS4_SYSV_ABI vsnprintf_s(); -int PS4_SYSV_ABI vsnwprintf_s(); -int PS4_SYSV_ABI vsprintf(); -int PS4_SYSV_ABI vsprintf_s(); -int PS4_SYSV_ABI vsscanf(); -int PS4_SYSV_ABI vsscanf_s(); -int PS4_SYSV_ABI vswprintf(); -int PS4_SYSV_ABI vswprintf_s(); -int PS4_SYSV_ABI vswscanf(); -int PS4_SYSV_ABI vswscanf_s(); -int PS4_SYSV_ABI vsyslog(); -int PS4_SYSV_ABI vwarn(); -int PS4_SYSV_ABI vwarnc(); -int PS4_SYSV_ABI vwarnx(); -int PS4_SYSV_ABI vwprintf(); -int PS4_SYSV_ABI vwprintf_s(); -int PS4_SYSV_ABI vwscanf(); -int PS4_SYSV_ABI vwscanf_s(); -int PS4_SYSV_ABI warn(); -int PS4_SYSV_ABI warnc(); -int PS4_SYSV_ABI warnx(); -int PS4_SYSV_ABI wcrtomb(); -int PS4_SYSV_ABI wcrtomb_s(); -int PS4_SYSV_ABI wcscat(); -int PS4_SYSV_ABI wcscat_s(); -int PS4_SYSV_ABI wcschr(); -int PS4_SYSV_ABI wcscmp(); -int PS4_SYSV_ABI wcscoll(); -int PS4_SYSV_ABI wcscpy(); -int PS4_SYSV_ABI wcscpy_s(); -int PS4_SYSV_ABI wcscspn(); -int PS4_SYSV_ABI wcsftime(); -int PS4_SYSV_ABI wcslen(); -int PS4_SYSV_ABI wcsncat(); -int PS4_SYSV_ABI wcsncat_s(); -int PS4_SYSV_ABI wcsncmp(); -int PS4_SYSV_ABI wcsncpy(); -int PS4_SYSV_ABI wcsncpy_s(); -int PS4_SYSV_ABI wcsnlen_s(); -int PS4_SYSV_ABI wcspbrk(); -int PS4_SYSV_ABI wcsrchr(); -int PS4_SYSV_ABI wcsrtombs(); -int PS4_SYSV_ABI wcsrtombs_s(); -int PS4_SYSV_ABI wcsspn(); -int PS4_SYSV_ABI wcsstr(); -int PS4_SYSV_ABI wcstod(); -int PS4_SYSV_ABI wcstof(); -int PS4_SYSV_ABI wcstoimax(); -int PS4_SYSV_ABI wcstok(); -int PS4_SYSV_ABI wcstok_s(); -int PS4_SYSV_ABI wcstol(); -int PS4_SYSV_ABI wcstold(); -int PS4_SYSV_ABI wcstoll(); -int PS4_SYSV_ABI wcstombs(); -int PS4_SYSV_ABI wcstombs_s(); -int PS4_SYSV_ABI wcstoul(); -int PS4_SYSV_ABI wcstoull(); -int PS4_SYSV_ABI wcstoumax(); -int PS4_SYSV_ABI wcsxfrm(); -int PS4_SYSV_ABI wctob(); -int PS4_SYSV_ABI wctomb(); -int PS4_SYSV_ABI wctomb_s(); -int PS4_SYSV_ABI wctrans(); -int PS4_SYSV_ABI wctype(); -int PS4_SYSV_ABI wmemchr(); -int PS4_SYSV_ABI wmemcmp(); -int PS4_SYSV_ABI wmemcpy(); -int PS4_SYSV_ABI wmemcpy_s(); -int PS4_SYSV_ABI wmemmove(); -int PS4_SYSV_ABI wmemmove_s(); -int PS4_SYSV_ABI wmemset(); -int PS4_SYSV_ABI wprintf(); -int PS4_SYSV_ABI wprintf_s(); -int PS4_SYSV_ABI wscanf(); -int PS4_SYSV_ABI wscanf_s(); -int PS4_SYSV_ABI xtime_get(); -int PS4_SYSV_ABI y0(); -int PS4_SYSV_ABI y0f(); -int PS4_SYSV_ABI y1(); -int PS4_SYSV_ABI y1f(); -int PS4_SYSV_ABI yn(); -int PS4_SYSV_ABI ynf(); -int PS4_SYSV_ABI Func_186EB8E3525D6240(); -int PS4_SYSV_ABI Func_419F5881393ECAB1(); -int PS4_SYSV_ABI Func_6C6B8377791654A4(); -int PS4_SYSV_ABI Func_7FD2D5C8DF0ACBC8(); -int PS4_SYSV_ABI Func_C14A89D29B148C3A(); +s32 PS4_SYSV_ABI abort(); +s32 PS4_SYSV_ABI abort_handler_s(); +s32 PS4_SYSV_ABI abs(); +s32 PS4_SYSV_ABI acos(); +s32 PS4_SYSV_ABI acosf(); +s32 PS4_SYSV_ABI acosh(); +s32 PS4_SYSV_ABI acoshf(); +s32 PS4_SYSV_ABI acoshl(); +s32 PS4_SYSV_ABI acosl(); +s32 PS4_SYSV_ABI alarm(); +s32 PS4_SYSV_ABI aligned_alloc(); +s32 PS4_SYSV_ABI asctime(); +s32 PS4_SYSV_ABI asctime_s(); +s32 PS4_SYSV_ABI asin(); +s32 PS4_SYSV_ABI asinf(); +s32 PS4_SYSV_ABI asinh(); +s32 PS4_SYSV_ABI asinhf(); +s32 PS4_SYSV_ABI asinhl(); +s32 PS4_SYSV_ABI asinl(); +s32 PS4_SYSV_ABI asprintf(); +s32 PS4_SYSV_ABI at_quick_exit(); +s32 PS4_SYSV_ABI atan(); +s32 PS4_SYSV_ABI atan2(); +s32 PS4_SYSV_ABI atan2f(); +s32 PS4_SYSV_ABI atan2l(); +s32 PS4_SYSV_ABI atanf(); +s32 PS4_SYSV_ABI atanh(); +s32 PS4_SYSV_ABI atanhf(); +s32 PS4_SYSV_ABI atanhl(); +s32 PS4_SYSV_ABI atanl(); +s32 PS4_SYSV_ABI atexit(); +s32 PS4_SYSV_ABI atof(); +s32 PS4_SYSV_ABI atoi(); +s32 PS4_SYSV_ABI atol(); +s32 PS4_SYSV_ABI atoll(); +s32 PS4_SYSV_ABI basename(); +s32 PS4_SYSV_ABI basename_r(); +s32 PS4_SYSV_ABI bcmp(); +s32 PS4_SYSV_ABI bcopy(); +s32 PS4_SYSV_ABI bsearch(); +s32 PS4_SYSV_ABI bsearch_s(); +s32 PS4_SYSV_ABI btowc(); +s32 PS4_SYSV_ABI bzero(); +s32 PS4_SYSV_ABI c16rtomb(); +s32 PS4_SYSV_ABI c32rtomb(); +s32 PS4_SYSV_ABI calloc(); +s32 PS4_SYSV_ABI cbrt(); +s32 PS4_SYSV_ABI cbrtf(); +s32 PS4_SYSV_ABI cbrtl(); +s32 PS4_SYSV_ABI ceil(); +s32 PS4_SYSV_ABI ceilf(); +s32 PS4_SYSV_ABI ceill(); +s32 PS4_SYSV_ABI clearerr(); +s32 PS4_SYSV_ABI clearerr_unlocked(); +s32 PS4_SYSV_ABI clock(); +s32 PS4_SYSV_ABI clock_1700(); +s32 PS4_SYSV_ABI closedir(); +s32 PS4_SYSV_ABI copysign(); +s32 PS4_SYSV_ABI copysignf(); +s32 PS4_SYSV_ABI copysignl(); +s32 PS4_SYSV_ABI cos(); +s32 PS4_SYSV_ABI cosf(); +s32 PS4_SYSV_ABI cosh(); +s32 PS4_SYSV_ABI coshf(); +s32 PS4_SYSV_ABI coshl(); +s32 PS4_SYSV_ABI cosl(); +s32 PS4_SYSV_ABI ctime(); +s32 PS4_SYSV_ABI ctime_s(); +s32 PS4_SYSV_ABI daemon(); +s32 PS4_SYSV_ABI daylight(); +s32 PS4_SYSV_ABI devname(); +s32 PS4_SYSV_ABI devname_r(); +s32 PS4_SYSV_ABI difftime(); +s32 PS4_SYSV_ABI dirname(); +s32 PS4_SYSV_ABI div(); +s32 PS4_SYSV_ABI drand48(); +s32 PS4_SYSV_ABI drem(); +s32 PS4_SYSV_ABI dremf(); +s32 PS4_SYSV_ABI erand48(); +s32 PS4_SYSV_ABI erf(); +s32 PS4_SYSV_ABI erfc(); +s32 PS4_SYSV_ABI erfcf(); +s32 PS4_SYSV_ABI erfcl(); +s32 PS4_SYSV_ABI erff(); +s32 PS4_SYSV_ABI erfl(); +s32 PS4_SYSV_ABI err(); +s32 PS4_SYSV_ABI err_set_exit(); +s32 PS4_SYSV_ABI err_set_file(); +s32 PS4_SYSV_ABI errc(); +s32 PS4_SYSV_ABI errx(); +s32 PS4_SYSV_ABI exit(); +s32 PS4_SYSV_ABI exp(); +s32 PS4_SYSV_ABI exp2(); +s32 PS4_SYSV_ABI exp2f(); +s32 PS4_SYSV_ABI exp2l(); +s32 PS4_SYSV_ABI expf(); +s32 PS4_SYSV_ABI expl(); +s32 PS4_SYSV_ABI expm1(); +s32 PS4_SYSV_ABI expm1f(); +s32 PS4_SYSV_ABI expm1l(); +s32 PS4_SYSV_ABI fabs(); +s32 PS4_SYSV_ABI fabsf(); +s32 PS4_SYSV_ABI fabsl(); +s32 PS4_SYSV_ABI fclose(); +s32 PS4_SYSV_ABI fcloseall(); +s32 PS4_SYSV_ABI fdim(); +s32 PS4_SYSV_ABI fdimf(); +s32 PS4_SYSV_ABI fdiml(); +s32 PS4_SYSV_ABI fdopen(); +s32 PS4_SYSV_ABI fdopendir(); +s32 PS4_SYSV_ABI feclearexcept(); +s32 PS4_SYSV_ABI fedisableexcept(); +s32 PS4_SYSV_ABI feenableexcept(); +s32 PS4_SYSV_ABI fegetenv(); +s32 PS4_SYSV_ABI fegetexcept(); +s32 PS4_SYSV_ABI fegetexceptflag(); +s32 PS4_SYSV_ABI fegetround(); +s32 PS4_SYSV_ABI fegettrapenable(); +s32 PS4_SYSV_ABI feholdexcept(); +s32 PS4_SYSV_ABI feof(); +s32 PS4_SYSV_ABI feof_unlocked(); +s32 PS4_SYSV_ABI feraiseexcept(); +s32 PS4_SYSV_ABI ferror(); +s32 PS4_SYSV_ABI ferror_unlocked(); +s32 PS4_SYSV_ABI fesetenv(); +s32 PS4_SYSV_ABI fesetexceptflag(); +s32 PS4_SYSV_ABI fesetround(); +s32 PS4_SYSV_ABI fesettrapenable(); +s32 PS4_SYSV_ABI fetestexcept(); +s32 PS4_SYSV_ABI feupdateenv(); +s32 PS4_SYSV_ABI fflush(); +s32 PS4_SYSV_ABI fgetc(); +s32 PS4_SYSV_ABI fgetln(); +s32 PS4_SYSV_ABI fgetpos(); +s32 PS4_SYSV_ABI fgets(); +s32 PS4_SYSV_ABI fgetwc(); +s32 PS4_SYSV_ABI fgetws(); +s32 PS4_SYSV_ABI fileno(); +s32 PS4_SYSV_ABI fileno_unlocked(); +s32 PS4_SYSV_ABI finite(); +s32 PS4_SYSV_ABI finitef(); +s32 PS4_SYSV_ABI flockfile(); +s32 PS4_SYSV_ABI floor(); +s32 PS4_SYSV_ABI floorf(); +s32 PS4_SYSV_ABI floorl(); +s32 PS4_SYSV_ABI flsl(); +s32 PS4_SYSV_ABI fma(); +s32 PS4_SYSV_ABI fmaf(); +s32 PS4_SYSV_ABI fmal(); +s32 PS4_SYSV_ABI fmax(); +s32 PS4_SYSV_ABI fmaxf(); +s32 PS4_SYSV_ABI fmaxl(); +s32 PS4_SYSV_ABI fmin(); +s32 PS4_SYSV_ABI fminf(); +s32 PS4_SYSV_ABI fminl(); +s32 PS4_SYSV_ABI fmod(); +s32 PS4_SYSV_ABI fmodf(); +s32 PS4_SYSV_ABI fmodl(); +s32 PS4_SYSV_ABI fopen(); +s32 PS4_SYSV_ABI fopen_s(); +s32 PS4_SYSV_ABI fprintf(); +s32 PS4_SYSV_ABI fprintf_s(); +s32 PS4_SYSV_ABI fpurge(); +s32 PS4_SYSV_ABI fputc(); +s32 PS4_SYSV_ABI fputs(); +s32 PS4_SYSV_ABI fputwc(); +s32 PS4_SYSV_ABI fputws(); +s32 PS4_SYSV_ABI fread(); +s32 PS4_SYSV_ABI free(); +s32 PS4_SYSV_ABI freeifaddrs(); +s32 PS4_SYSV_ABI freopen(); +s32 PS4_SYSV_ABI freopen_s(); +s32 PS4_SYSV_ABI frexp(); +s32 PS4_SYSV_ABI frexpf(); +s32 PS4_SYSV_ABI frexpl(); +s32 PS4_SYSV_ABI fscanf(); +s32 PS4_SYSV_ABI fscanf_s(); +s32 PS4_SYSV_ABI fseek(); +s32 PS4_SYSV_ABI fseeko(); +s32 PS4_SYSV_ABI fsetpos(); +s32 PS4_SYSV_ABI fstatvfs(); +s32 PS4_SYSV_ABI ftell(); +s32 PS4_SYSV_ABI ftello(); +s32 PS4_SYSV_ABI ftrylockfile(); +s32 PS4_SYSV_ABI funlockfile(); +s32 PS4_SYSV_ABI fwide(); +s32 PS4_SYSV_ABI fwprintf(); +s32 PS4_SYSV_ABI fwprintf_s(); +s32 PS4_SYSV_ABI fwrite(); +s32 PS4_SYSV_ABI fwscanf(); +s32 PS4_SYSV_ABI fwscanf_s(); +s32 PS4_SYSV_ABI gamma(); +s32 PS4_SYSV_ABI gamma_r(); +s32 PS4_SYSV_ABI gammaf(); +s32 PS4_SYSV_ABI gammaf_r(); +s32 PS4_SYSV_ABI getc(); +s32 PS4_SYSV_ABI getc_unlocked(); +s32 PS4_SYSV_ABI getchar(); +s32 PS4_SYSV_ABI getchar_unlocked(); +s32 PS4_SYSV_ABI getcwd(); +s32 PS4_SYSV_ABI getenv(); +s32 PS4_SYSV_ABI gethostname(); +s32 PS4_SYSV_ABI getifaddrs(); +s32 PS4_SYSV_ABI getopt(); +s32 PS4_SYSV_ABI getopt_long(); +s32 PS4_SYSV_ABI getopt_long_only(); +s32 PS4_SYSV_ABI getprogname(); +s32 PS4_SYSV_ABI gets(); +s32 PS4_SYSV_ABI gets_s(); +s32 PS4_SYSV_ABI getw(); +s32 PS4_SYSV_ABI getwc(); +s32 PS4_SYSV_ABI getwchar(); +s32 PS4_SYSV_ABI gmtime(); +s32 PS4_SYSV_ABI gmtime_s(); +s32 PS4_SYSV_ABI hypot(); +s32 PS4_SYSV_ABI hypot3(); +s32 PS4_SYSV_ABI hypot3f(); +s32 PS4_SYSV_ABI hypot3l(); +s32 PS4_SYSV_ABI hypotf(); +s32 PS4_SYSV_ABI hypotl(); +s32 PS4_SYSV_ABI ignore_handler_s(); +s32 PS4_SYSV_ABI ilogb(); +s32 PS4_SYSV_ABI ilogbf(); +s32 PS4_SYSV_ABI ilogbl(); +s32 PS4_SYSV_ABI imaxabs(); +s32 PS4_SYSV_ABI imaxdiv(); +s32 PS4_SYSV_ABI index(); +s32 PS4_SYSV_ABI inet_addr(); +s32 PS4_SYSV_ABI inet_aton(); +s32 PS4_SYSV_ABI inet_ntoa(); +s32 PS4_SYSV_ABI inet_ntoa_r(); +s32 PS4_SYSV_ABI initstate(); +s32 PS4_SYSV_ABI isalnum(); +s32 PS4_SYSV_ABI isalpha(); +s32 PS4_SYSV_ABI isblank(); +s32 PS4_SYSV_ABI iscntrl(); +s32 PS4_SYSV_ABI isdigit(); +s32 PS4_SYSV_ABI isgraph(); +s32 PS4_SYSV_ABI isinf(); +s32 PS4_SYSV_ABI islower(); +s32 PS4_SYSV_ABI isnan(); +s32 PS4_SYSV_ABI isnanf(); +s32 PS4_SYSV_ABI isprint(); +s32 PS4_SYSV_ABI ispunct(); +s32 PS4_SYSV_ABI isspace(); +s32 PS4_SYSV_ABI isupper(); +s32 PS4_SYSV_ABI iswalnum(); +s32 PS4_SYSV_ABI iswalpha(); +s32 PS4_SYSV_ABI iswblank(); +s32 PS4_SYSV_ABI iswcntrl(); +s32 PS4_SYSV_ABI iswctype(); +s32 PS4_SYSV_ABI iswdigit(); +s32 PS4_SYSV_ABI iswgraph(); +s32 PS4_SYSV_ABI iswlower(); +s32 PS4_SYSV_ABI iswprint(); +s32 PS4_SYSV_ABI iswpunct(); +s32 PS4_SYSV_ABI iswspace(); +s32 PS4_SYSV_ABI iswupper(); +s32 PS4_SYSV_ABI iswxdigit(); +s32 PS4_SYSV_ABI isxdigit(); +s32 PS4_SYSV_ABI j0(); +s32 PS4_SYSV_ABI j0f(); +s32 PS4_SYSV_ABI j1(); +s32 PS4_SYSV_ABI j1f(); +s32 PS4_SYSV_ABI jn(); +s32 PS4_SYSV_ABI jnf(); +s32 PS4_SYSV_ABI jrand48(); +s32 PS4_SYSV_ABI labs(); +s32 PS4_SYSV_ABI lcong48(); +s32 PS4_SYSV_ABI ldexp(); +s32 PS4_SYSV_ABI ldexpf(); +s32 PS4_SYSV_ABI ldexpl(); +s32 PS4_SYSV_ABI ldiv(); +s32 PS4_SYSV_ABI lgamma(); +s32 PS4_SYSV_ABI lgamma_r(); +s32 PS4_SYSV_ABI lgammaf(); +s32 PS4_SYSV_ABI lgammaf_r(); +s32 PS4_SYSV_ABI lgammal(); +s32 PS4_SYSV_ABI llabs(); +s32 PS4_SYSV_ABI lldiv(); +s32 PS4_SYSV_ABI llrint(); +s32 PS4_SYSV_ABI llrintf(); +s32 PS4_SYSV_ABI llrintl(); +s32 PS4_SYSV_ABI llround(); +s32 PS4_SYSV_ABI llroundf(); +s32 PS4_SYSV_ABI llroundl(); +s32 PS4_SYSV_ABI localeconv(); +s32 PS4_SYSV_ABI localtime(); +s32 PS4_SYSV_ABI localtime_s(); +s32 PS4_SYSV_ABI log(); +s32 PS4_SYSV_ABI log10(); +s32 PS4_SYSV_ABI log10f(); +s32 PS4_SYSV_ABI log10l(); +s32 PS4_SYSV_ABI log1p(); +s32 PS4_SYSV_ABI log1pf(); +s32 PS4_SYSV_ABI log1pl(); +s32 PS4_SYSV_ABI log2(); +s32 PS4_SYSV_ABI log2f(); +s32 PS4_SYSV_ABI log2l(); +s32 PS4_SYSV_ABI logb(); +s32 PS4_SYSV_ABI logbf(); +s32 PS4_SYSV_ABI logbl(); +s32 PS4_SYSV_ABI logf(); +s32 PS4_SYSV_ABI logl(); +s32 PS4_SYSV_ABI longjmp(); +s32 PS4_SYSV_ABI lrand48(); +s32 PS4_SYSV_ABI lrint(); +s32 PS4_SYSV_ABI lrintf(); +s32 PS4_SYSV_ABI lrintl(); +s32 PS4_SYSV_ABI lround(); +s32 PS4_SYSV_ABI lroundf(); +s32 PS4_SYSV_ABI lroundl(); +s32 PS4_SYSV_ABI makecontext(); +s32 PS4_SYSV_ABI malloc(); +s32 PS4_SYSV_ABI malloc_check_memory_bounds(); +s32 PS4_SYSV_ABI malloc_finalize(); +s32 PS4_SYSV_ABI malloc_get_footer_value(); +s32 PS4_SYSV_ABI malloc_get_malloc_state(); +s32 PS4_SYSV_ABI malloc_initialize(); +s32 PS4_SYSV_ABI malloc_report_memory_blocks(); +s32 PS4_SYSV_ABI malloc_stats(); +s32 PS4_SYSV_ABI malloc_stats_fast(); +s32 PS4_SYSV_ABI malloc_usable_size(); +s32 PS4_SYSV_ABI mblen(); +s32 PS4_SYSV_ABI mbrlen(); +s32 PS4_SYSV_ABI mbrtoc16(); +s32 PS4_SYSV_ABI mbrtoc32(); +s32 PS4_SYSV_ABI mbrtowc(); +s32 PS4_SYSV_ABI mbsinit(); +s32 PS4_SYSV_ABI mbsrtowcs(); +s32 PS4_SYSV_ABI mbsrtowcs_s(); +s32 PS4_SYSV_ABI mbstowcs(); +s32 PS4_SYSV_ABI mbstowcs_s(); +s32 PS4_SYSV_ABI mbtowc(); +s32 PS4_SYSV_ABI memalign(); +s32 PS4_SYSV_ABI memchr(); +s32 PS4_SYSV_ABI memcmp(); +s32 PS4_SYSV_ABI memcpy(); +s32 PS4_SYSV_ABI memcpy_s(); +s32 PS4_SYSV_ABI memmove(); +s32 PS4_SYSV_ABI memmove_s(); +s32 PS4_SYSV_ABI memrchr(); +s32 PS4_SYSV_ABI memset(); +s32 PS4_SYSV_ABI memset_s(); +s32 PS4_SYSV_ABI mergesort(); +s32 PS4_SYSV_ABI mktime(); +s32 PS4_SYSV_ABI modf(); +s32 PS4_SYSV_ABI modff(); +s32 PS4_SYSV_ABI modfl(); +s32 PS4_SYSV_ABI mrand48(); +s32 PS4_SYSV_ABI nan(); +s32 PS4_SYSV_ABI nanf(); +s32 PS4_SYSV_ABI nanl(); +s32 PS4_SYSV_ABI nearbyint(); +s32 PS4_SYSV_ABI nearbyintf(); +s32 PS4_SYSV_ABI nearbyintl(); +s32 PS4_SYSV_ABI Need_sceLibcInternal(); +s32 PS4_SYSV_ABI nextafter(); +s32 PS4_SYSV_ABI nextafterf(); +s32 PS4_SYSV_ABI nextafterl(); +s32 PS4_SYSV_ABI nexttoward(); +s32 PS4_SYSV_ABI nexttowardf(); +s32 PS4_SYSV_ABI nexttowardl(); +s32 PS4_SYSV_ABI nrand48(); +s32 PS4_SYSV_ABI opendir(); +s32 PS4_SYSV_ABI optarg(); +s32 PS4_SYSV_ABI opterr(); +s32 PS4_SYSV_ABI optind(); +s32 PS4_SYSV_ABI optopt(); +s32 PS4_SYSV_ABI optreset(); +s32 PS4_SYSV_ABI perror(); +s32 PS4_SYSV_ABI posix_memalign(); +s32 PS4_SYSV_ABI posix_spawn(); +s32 PS4_SYSV_ABI posix_spawn_file_actions_addclose(); +s32 PS4_SYSV_ABI posix_spawn_file_actions_adddup2(); +s32 PS4_SYSV_ABI posix_spawn_file_actions_addopen(); +s32 PS4_SYSV_ABI posix_spawn_file_actions_destroy(); +s32 PS4_SYSV_ABI posix_spawn_file_actions_init(); +s32 PS4_SYSV_ABI posix_spawnattr_destroy(); +s32 PS4_SYSV_ABI posix_spawnattr_getflags(); +s32 PS4_SYSV_ABI posix_spawnattr_getpgroup(); +s32 PS4_SYSV_ABI posix_spawnattr_getschedparam(); +s32 PS4_SYSV_ABI posix_spawnattr_getschedpolicy(); +s32 PS4_SYSV_ABI posix_spawnattr_getsigdefault(); +s32 PS4_SYSV_ABI posix_spawnattr_getsigmask(); +s32 PS4_SYSV_ABI posix_spawnattr_init(); +s32 PS4_SYSV_ABI posix_spawnattr_setflags(); +s32 PS4_SYSV_ABI posix_spawnattr_setpgroup(); +s32 PS4_SYSV_ABI posix_spawnattr_setschedparam(); +s32 PS4_SYSV_ABI posix_spawnattr_setschedpolicy(); +s32 PS4_SYSV_ABI posix_spawnattr_setsigdefault(); +s32 PS4_SYSV_ABI posix_spawnattr_setsigmask(); +s32 PS4_SYSV_ABI posix_spawnp(); +s32 PS4_SYSV_ABI pow(); +s32 PS4_SYSV_ABI powf(); +s32 PS4_SYSV_ABI powl(); +s32 PS4_SYSV_ABI printf(); +s32 PS4_SYSV_ABI printf_s(); +s32 PS4_SYSV_ABI psignal(); +s32 PS4_SYSV_ABI putc(); +s32 PS4_SYSV_ABI putc_unlocked(); +s32 PS4_SYSV_ABI putchar(); +s32 PS4_SYSV_ABI putchar_unlocked(); +s32 PS4_SYSV_ABI putenv(); +s32 PS4_SYSV_ABI puts(); +s32 PS4_SYSV_ABI putw(); +s32 PS4_SYSV_ABI putwc(); +s32 PS4_SYSV_ABI putwchar(); +s32 PS4_SYSV_ABI qsort(); +s32 PS4_SYSV_ABI qsort_s(); +s32 PS4_SYSV_ABI quick_exit(); +s32 PS4_SYSV_ABI rand(); +s32 PS4_SYSV_ABI rand_r(); +s32 PS4_SYSV_ABI random(); +s32 PS4_SYSV_ABI readdir(); +s32 PS4_SYSV_ABI readdir_r(); +s32 PS4_SYSV_ABI realloc(); +s32 PS4_SYSV_ABI reallocalign(); +s32 PS4_SYSV_ABI reallocf(); +s32 PS4_SYSV_ABI realpath(); +s32 PS4_SYSV_ABI remainder(); +s32 PS4_SYSV_ABI remainderf(); +s32 PS4_SYSV_ABI remainderl(); +s32 PS4_SYSV_ABI remove(); +s32 PS4_SYSV_ABI remquo(); +s32 PS4_SYSV_ABI remquof(); +s32 PS4_SYSV_ABI remquol(); +s32 PS4_SYSV_ABI rewind(); +s32 PS4_SYSV_ABI rewinddir(); +s32 PS4_SYSV_ABI rindex(); +s32 PS4_SYSV_ABI rint(); +s32 PS4_SYSV_ABI rintf(); +s32 PS4_SYSV_ABI rintl(); +s32 PS4_SYSV_ABI round(); +s32 PS4_SYSV_ABI roundf(); +s32 PS4_SYSV_ABI roundl(); +s32 PS4_SYSV_ABI scalb(); +s32 PS4_SYSV_ABI scalbf(); +s32 PS4_SYSV_ABI scalbln(); +s32 PS4_SYSV_ABI scalblnf(); +s32 PS4_SYSV_ABI scalblnl(); +s32 PS4_SYSV_ABI scalbn(); +s32 PS4_SYSV_ABI scalbnf(); +s32 PS4_SYSV_ABI scalbnl(); +s32 PS4_SYSV_ABI scanf(); +s32 PS4_SYSV_ABI scanf_s(); +s32 PS4_SYSV_ABI sceLibcDebugOut(); +s32 PS4_SYSV_ABI sceLibcHeapGetAddressRanges(); +s32 PS4_SYSV_ABI sceLibcHeapMutexCalloc(); +s32 PS4_SYSV_ABI sceLibcHeapMutexFree(); +s32 PS4_SYSV_ABI sceLibcHeapSetAddressRangeCallback(); +s32 PS4_SYSV_ABI sceLibcHeapSetTraceMarker(); +s32 PS4_SYSV_ABI sceLibcHeapUnsetTraceMarker(); +s32 PS4_SYSV_ABI sceLibcInternalMemoryGetWakeAddr(); +s32 PS4_SYSV_ABI sceLibcInternalMemoryMutexEnable(); +s32 PS4_SYSV_ABI sceLibcInternalSetMallocCallback(); +s32 PS4_SYSV_ABI sceLibcMspaceAlignedAlloc(); +s32 PS4_SYSV_ABI sceLibcMspaceCalloc(); +s32 PS4_SYSV_ABI sceLibcMspaceCreate(); +s32 PS4_SYSV_ABI sceLibcMspaceDestroy(); +s32 PS4_SYSV_ABI sceLibcMspaceFree(); +s32 PS4_SYSV_ABI sceLibcMspaceGetAddressRanges(); +s32 PS4_SYSV_ABI sceLibcMspaceIsHeapEmpty(); +s32 PS4_SYSV_ABI sceLibcMspaceMalloc(); +s32 PS4_SYSV_ABI sceLibcMspaceMallocStats(); +s32 PS4_SYSV_ABI sceLibcMspaceMallocStatsFast(); +s32 PS4_SYSV_ABI sceLibcMspaceMallocUsableSize(); +s32 PS4_SYSV_ABI sceLibcMspaceMemalign(); +s32 PS4_SYSV_ABI sceLibcMspacePosixMemalign(); +s32 PS4_SYSV_ABI sceLibcMspaceRealloc(); +s32 PS4_SYSV_ABI sceLibcMspaceReallocalign(); +s32 PS4_SYSV_ABI sceLibcMspaceSetMallocCallback(); +s32 PS4_SYSV_ABI sceLibcOnce(); +s32 PS4_SYSV_ABI sceLibcPafMspaceCalloc(); +s32 PS4_SYSV_ABI sceLibcPafMspaceCheckMemoryBounds(); +s32 PS4_SYSV_ABI sceLibcPafMspaceCreate(); +s32 PS4_SYSV_ABI sceLibcPafMspaceDestroy(); +s32 PS4_SYSV_ABI sceLibcPafMspaceFree(); +s32 PS4_SYSV_ABI sceLibcPafMspaceGetFooterValue(); +s32 PS4_SYSV_ABI sceLibcPafMspaceIsHeapEmpty(); +s32 PS4_SYSV_ABI sceLibcPafMspaceMalloc(); +s32 PS4_SYSV_ABI sceLibcPafMspaceMallocStats(); +s32 PS4_SYSV_ABI sceLibcPafMspaceMallocStatsFast(); +s32 PS4_SYSV_ABI sceLibcPafMspaceMallocUsableSize(); +s32 PS4_SYSV_ABI sceLibcPafMspaceMemalign(); +s32 PS4_SYSV_ABI sceLibcPafMspacePosixMemalign(); +s32 PS4_SYSV_ABI sceLibcPafMspaceRealloc(); +s32 PS4_SYSV_ABI sceLibcPafMspaceReallocalign(); +s32 PS4_SYSV_ABI sceLibcPafMspaceReportMemoryBlocks(); +s32 PS4_SYSV_ABI sceLibcPafMspaceTrim(); +s32 PS4_SYSV_ABI seed48(); +s32 PS4_SYSV_ABI seekdir(); +s32 PS4_SYSV_ABI set_constraint_handler_s(); +s32 PS4_SYSV_ABI setbuf(); +s32 PS4_SYSV_ABI setenv(); +s32 PS4_SYSV_ABI setjmp(); +s32 PS4_SYSV_ABI setlocale(); +s32 PS4_SYSV_ABI setstate(); +s32 PS4_SYSV_ABI setvbuf(); +s32 PS4_SYSV_ABI sigblock(); +s32 PS4_SYSV_ABI siginterrupt(); +s32 PS4_SYSV_ABI signalcontext(); +s32 PS4_SYSV_ABI signgam(); +s32 PS4_SYSV_ABI significand(); +s32 PS4_SYSV_ABI significandf(); +s32 PS4_SYSV_ABI sigsetmask(); +s32 PS4_SYSV_ABI sigvec(); +s32 PS4_SYSV_ABI sin(); +s32 PS4_SYSV_ABI sincos(); +s32 PS4_SYSV_ABI sincosf(); +s32 PS4_SYSV_ABI sinf(); +s32 PS4_SYSV_ABI sinh(); +s32 PS4_SYSV_ABI sinhf(); +s32 PS4_SYSV_ABI sinhl(); +s32 PS4_SYSV_ABI sinl(); +s32 PS4_SYSV_ABI snprintf(); +s32 PS4_SYSV_ABI snprintf_s(); +s32 PS4_SYSV_ABI snwprintf_s(); +s32 PS4_SYSV_ABI sprintf(); +s32 PS4_SYSV_ABI sprintf_s(); +s32 PS4_SYSV_ABI sqrt(); +s32 PS4_SYSV_ABI sqrtf(); +s32 PS4_SYSV_ABI sqrtl(); +s32 PS4_SYSV_ABI srand(); +s32 PS4_SYSV_ABI srand48(); +s32 PS4_SYSV_ABI srandom(); +s32 PS4_SYSV_ABI srandomdev(); +s32 PS4_SYSV_ABI sscanf(); +s32 PS4_SYSV_ABI sscanf_s(); +s32 PS4_SYSV_ABI statvfs(); +s32 PS4_SYSV_ABI stderr(); +s32 PS4_SYSV_ABI stdin(); +s32 PS4_SYSV_ABI stdout(); +s32 PS4_SYSV_ABI stpcpy(); +s32 PS4_SYSV_ABI strcasecmp(); +s32 PS4_SYSV_ABI strcat(); +s32 PS4_SYSV_ABI strcat_s(); +s32 PS4_SYSV_ABI strchr(); +s32 PS4_SYSV_ABI strcmp(); +s32 PS4_SYSV_ABI strcoll(); +s32 PS4_SYSV_ABI strcpy(); +s32 PS4_SYSV_ABI strcpy_s(); +s32 PS4_SYSV_ABI strcspn(); +s32 PS4_SYSV_ABI strdup(); +s32 PS4_SYSV_ABI strerror(); +s32 PS4_SYSV_ABI strerror_r(); +s32 PS4_SYSV_ABI strerror_s(); +s32 PS4_SYSV_ABI strerrorlen_s(); +s32 PS4_SYSV_ABI strftime(); +s32 PS4_SYSV_ABI strlcat(); +s32 PS4_SYSV_ABI strlcpy(); +s32 PS4_SYSV_ABI strlen(); +s32 PS4_SYSV_ABI strncasecmp(); +s32 PS4_SYSV_ABI strncat(); +s32 PS4_SYSV_ABI strncat_s(); +s32 PS4_SYSV_ABI strncmp(); +s32 PS4_SYSV_ABI strncpy(); +s32 PS4_SYSV_ABI strncpy_s(); +s32 PS4_SYSV_ABI strndup(); +s32 PS4_SYSV_ABI strnlen(); +s32 PS4_SYSV_ABI strnlen_s(); +s32 PS4_SYSV_ABI strnstr(); +s32 PS4_SYSV_ABI strpbrk(); +s32 PS4_SYSV_ABI strrchr(); +s32 PS4_SYSV_ABI strsep(); +s32 PS4_SYSV_ABI strspn(); +s32 PS4_SYSV_ABI strstr(); +s32 PS4_SYSV_ABI strtod(); +s32 PS4_SYSV_ABI strtof(); +s32 PS4_SYSV_ABI strtoimax(); +s32 PS4_SYSV_ABI strtok(); +s32 PS4_SYSV_ABI strtok_r(); +s32 PS4_SYSV_ABI strtok_s(); +s32 PS4_SYSV_ABI strtol(); +s32 PS4_SYSV_ABI strtold(); +s32 PS4_SYSV_ABI strtoll(); +s32 PS4_SYSV_ABI strtoul(); +s32 PS4_SYSV_ABI strtoull(); +s32 PS4_SYSV_ABI strtoumax(); +s32 PS4_SYSV_ABI strtouq(); +s32 PS4_SYSV_ABI strxfrm(); +s32 PS4_SYSV_ABI swprintf(); +s32 PS4_SYSV_ABI swprintf_s(); +s32 PS4_SYSV_ABI swscanf(); +s32 PS4_SYSV_ABI swscanf_s(); +s32 PS4_SYSV_ABI sys_nsig(); +s32 PS4_SYSV_ABI sys_siglist(); +s32 PS4_SYSV_ABI sys_signame(); +s32 PS4_SYSV_ABI syslog(); +s32 PS4_SYSV_ABI tan(); +s32 PS4_SYSV_ABI tanf(); +s32 PS4_SYSV_ABI tanh(); +s32 PS4_SYSV_ABI tanhf(); +s32 PS4_SYSV_ABI tanhl(); +s32 PS4_SYSV_ABI tanl(); +s32 PS4_SYSV_ABI telldir(); +s32 PS4_SYSV_ABI tgamma(); +s32 PS4_SYSV_ABI tgammaf(); +s32 PS4_SYSV_ABI tgammal(); +s32 PS4_SYSV_ABI time(); +s32 PS4_SYSV_ABI timezone(); +s32 PS4_SYSV_ABI tolower(); +s32 PS4_SYSV_ABI toupper(); +s32 PS4_SYSV_ABI towctrans(); +s32 PS4_SYSV_ABI towlower(); +s32 PS4_SYSV_ABI towupper(); +s32 PS4_SYSV_ABI trunc(); +s32 PS4_SYSV_ABI truncf(); +s32 PS4_SYSV_ABI truncl(); +s32 PS4_SYSV_ABI tzname(); +s32 PS4_SYSV_ABI tzset(); +s32 PS4_SYSV_ABI ungetc(); +s32 PS4_SYSV_ABI ungetwc(); +s32 PS4_SYSV_ABI unsetenv(); +s32 PS4_SYSV_ABI utime(); +s32 PS4_SYSV_ABI vasprintf(); +s32 PS4_SYSV_ABI verr(); +s32 PS4_SYSV_ABI verrc(); +s32 PS4_SYSV_ABI verrx(); +s32 PS4_SYSV_ABI vfprintf(); +s32 PS4_SYSV_ABI vfprintf_s(); +s32 PS4_SYSV_ABI vfscanf(); +s32 PS4_SYSV_ABI vfscanf_s(); +s32 PS4_SYSV_ABI vfwprintf(); +s32 PS4_SYSV_ABI vfwprintf_s(); +s32 PS4_SYSV_ABI vfwscanf(); +s32 PS4_SYSV_ABI vfwscanf_s(); +s32 PS4_SYSV_ABI vprintf(); +s32 PS4_SYSV_ABI vprintf_s(); +s32 PS4_SYSV_ABI vscanf(); +s32 PS4_SYSV_ABI vscanf_s(); +s32 PS4_SYSV_ABI vsnprintf(); +s32 PS4_SYSV_ABI vsnprintf_s(); +s32 PS4_SYSV_ABI vsnwprintf_s(); +s32 PS4_SYSV_ABI vsprintf(); +s32 PS4_SYSV_ABI vsprintf_s(); +s32 PS4_SYSV_ABI vsscanf(); +s32 PS4_SYSV_ABI vsscanf_s(); +s32 PS4_SYSV_ABI vswprintf(); +s32 PS4_SYSV_ABI vswprintf_s(); +s32 PS4_SYSV_ABI vswscanf(); +s32 PS4_SYSV_ABI vswscanf_s(); +s32 PS4_SYSV_ABI vsyslog(); +s32 PS4_SYSV_ABI vwarn(); +s32 PS4_SYSV_ABI vwarnc(); +s32 PS4_SYSV_ABI vwarnx(); +s32 PS4_SYSV_ABI vwprintf(); +s32 PS4_SYSV_ABI vwprintf_s(); +s32 PS4_SYSV_ABI vwscanf(); +s32 PS4_SYSV_ABI vwscanf_s(); +s32 PS4_SYSV_ABI warn(); +s32 PS4_SYSV_ABI warnc(); +s32 PS4_SYSV_ABI warnx(); +s32 PS4_SYSV_ABI wcrtomb(); +s32 PS4_SYSV_ABI wcrtomb_s(); +s32 PS4_SYSV_ABI wcscat(); +s32 PS4_SYSV_ABI wcscat_s(); +s32 PS4_SYSV_ABI wcschr(); +s32 PS4_SYSV_ABI wcscmp(); +s32 PS4_SYSV_ABI wcscoll(); +s32 PS4_SYSV_ABI wcscpy(); +s32 PS4_SYSV_ABI wcscpy_s(); +s32 PS4_SYSV_ABI wcscspn(); +s32 PS4_SYSV_ABI wcsftime(); +s32 PS4_SYSV_ABI wcslen(); +s32 PS4_SYSV_ABI wcsncat(); +s32 PS4_SYSV_ABI wcsncat_s(); +s32 PS4_SYSV_ABI wcsncmp(); +s32 PS4_SYSV_ABI wcsncpy(); +s32 PS4_SYSV_ABI wcsncpy_s(); +s32 PS4_SYSV_ABI wcsnlen_s(); +s32 PS4_SYSV_ABI wcspbrk(); +s32 PS4_SYSV_ABI wcsrchr(); +s32 PS4_SYSV_ABI wcsrtombs(); +s32 PS4_SYSV_ABI wcsrtombs_s(); +s32 PS4_SYSV_ABI wcsspn(); +s32 PS4_SYSV_ABI wcsstr(); +s32 PS4_SYSV_ABI wcstod(); +s32 PS4_SYSV_ABI wcstof(); +s32 PS4_SYSV_ABI wcstoimax(); +s32 PS4_SYSV_ABI wcstok(); +s32 PS4_SYSV_ABI wcstok_s(); +s32 PS4_SYSV_ABI wcstol(); +s32 PS4_SYSV_ABI wcstold(); +s32 PS4_SYSV_ABI wcstoll(); +s32 PS4_SYSV_ABI wcstombs(); +s32 PS4_SYSV_ABI wcstombs_s(); +s32 PS4_SYSV_ABI wcstoul(); +s32 PS4_SYSV_ABI wcstoull(); +s32 PS4_SYSV_ABI wcstoumax(); +s32 PS4_SYSV_ABI wcsxfrm(); +s32 PS4_SYSV_ABI wctob(); +s32 PS4_SYSV_ABI wctomb(); +s32 PS4_SYSV_ABI wctomb_s(); +s32 PS4_SYSV_ABI wctrans(); +s32 PS4_SYSV_ABI wctype(); +s32 PS4_SYSV_ABI wmemchr(); +s32 PS4_SYSV_ABI wmemcmp(); +s32 PS4_SYSV_ABI wmemcpy(); +s32 PS4_SYSV_ABI wmemcpy_s(); +s32 PS4_SYSV_ABI wmemmove(); +s32 PS4_SYSV_ABI wmemmove_s(); +s32 PS4_SYSV_ABI wmemset(); +s32 PS4_SYSV_ABI wprintf(); +s32 PS4_SYSV_ABI wprintf_s(); +s32 PS4_SYSV_ABI wscanf(); +s32 PS4_SYSV_ABI wscanf_s(); +s32 PS4_SYSV_ABI xtime_get(); +s32 PS4_SYSV_ABI y0(); +s32 PS4_SYSV_ABI y0f(); +s32 PS4_SYSV_ABI y1(); +s32 PS4_SYSV_ABI y1f(); +s32 PS4_SYSV_ABI yn(); +s32 PS4_SYSV_ABI ynf(); +s32 PS4_SYSV_ABI Func_186EB8E3525D6240(); +s32 PS4_SYSV_ABI Func_419F5881393ECAB1(); +s32 PS4_SYSV_ABI Func_6C6B8377791654A4(); +s32 PS4_SYSV_ABI Func_7FD2D5C8DF0ACBC8(); +s32 PS4_SYSV_ABI Func_C14A89D29B148C3A(); void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::LibcInternal \ No newline at end of file diff --git a/libraries/msgdialog.cpp b/libraries/msgdialog.cpp index a50d034..c5340d0 100644 --- a/libraries/msgdialog.cpp +++ b/libraries/msgdialog.cpp @@ -8,65 +8,65 @@ namespace Libraries::MsgDialog { -int PS4_SYSV_ABI sceMsgDialogClose() { +s32 PS4_SYSV_ABI sceMsgDialogClose() { LOG_ERROR(Lib_MsgDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceMsgDialogGetResult() { +s32 PS4_SYSV_ABI sceMsgDialogGetResult() { LOG_ERROR(Lib_MsgDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceMsgDialogGetStatus() { +s32 PS4_SYSV_ABI sceMsgDialogGetStatus() { LOG_ERROR(Lib_MsgDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceMsgDialogInitialize() { +s32 PS4_SYSV_ABI sceMsgDialogInitialize() { LOG_ERROR(Lib_MsgDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceMsgDialogOpen() { +s32 PS4_SYSV_ABI sceMsgDialogOpen() { LOG_ERROR(Lib_MsgDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceMsgDialogProgressBarInc() { +s32 PS4_SYSV_ABI sceMsgDialogProgressBarInc() { LOG_ERROR(Lib_MsgDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceMsgDialogProgressBarSetMsg() { +s32 PS4_SYSV_ABI sceMsgDialogProgressBarSetMsg() { LOG_ERROR(Lib_MsgDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceMsgDialogProgressBarSetValue() { +s32 PS4_SYSV_ABI sceMsgDialogProgressBarSetValue() { LOG_ERROR(Lib_MsgDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceMsgDialogTerminate() { +s32 PS4_SYSV_ABI sceMsgDialogTerminate() { LOG_ERROR(Lib_MsgDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceMsgDialogUpdateStatus() { +s32 PS4_SYSV_ABI sceMsgDialogUpdateStatus() { LOG_ERROR(Lib_MsgDialog, "(STUBBED) called"); return ORBIS_OK; } void RegisterlibSceMsgDialog(Core::Loader::SymbolsResolver* sym) { - LIB_FUNCTION("HTrcDKlFKuM", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1,sceMsgDialogClose); + 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("b06Hh0DPEaE", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, sceMsgDialogOpen); LIB_FUNCTION("Gc5k1qcK4fs", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, sceMsgDialogProgressBarInc); LIB_FUNCTION("6H-71OdrpXM", "libSceMsgDialog", 1, "libSceMsgDialog", 1, 1, diff --git a/libraries/msgdialog.h b/libraries/msgdialog.h index 352f30d..d893676 100644 --- a/libraries/msgdialog.h +++ b/libraries/msgdialog.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,16 +11,16 @@ class SymbolsResolver; namespace Libraries::MsgDialog { -int PS4_SYSV_ABI sceMsgDialogClose(); -int PS4_SYSV_ABI sceMsgDialogGetResult(); -int PS4_SYSV_ABI sceMsgDialogGetStatus(); -int PS4_SYSV_ABI sceMsgDialogInitialize(); -int PS4_SYSV_ABI sceMsgDialogOpen(); -int PS4_SYSV_ABI sceMsgDialogProgressBarInc(); -int PS4_SYSV_ABI sceMsgDialogProgressBarSetMsg(); -int PS4_SYSV_ABI sceMsgDialogProgressBarSetValue(); -int PS4_SYSV_ABI sceMsgDialogTerminate(); -int PS4_SYSV_ABI sceMsgDialogUpdateStatus(); +s32 PS4_SYSV_ABI sceMsgDialogClose(); +s32 PS4_SYSV_ABI sceMsgDialogGetResult(); +s32 PS4_SYSV_ABI sceMsgDialogGetStatus(); +s32 PS4_SYSV_ABI sceMsgDialogInitialize(); +s32 PS4_SYSV_ABI sceMsgDialogOpen(); +s32 PS4_SYSV_ABI sceMsgDialogProgressBarInc(); +s32 PS4_SYSV_ABI sceMsgDialogProgressBarSetMsg(); +s32 PS4_SYSV_ABI sceMsgDialogProgressBarSetValue(); +s32 PS4_SYSV_ABI sceMsgDialogTerminate(); +s32 PS4_SYSV_ABI sceMsgDialogUpdateStatus(); void RegisterlibSceMsgDialog(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::MsgDialog \ No newline at end of file diff --git a/libraries/net.cpp b/libraries/net.cpp index 466dba9..53a5b8c 100644 --- a/libraries/net.cpp +++ b/libraries/net.cpp @@ -8,1201 +8,1207 @@ namespace Libraries::Net { -int PS4_SYSV_ABI sceNetEmulationGet() { +s32 PS4_SYSV_ABI sceNetEmulationGet() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetEmulationSet() { +s32 PS4_SYSV_ABI sceNetEmulationSet() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI in6addr_any() { +s32 PS4_SYSV_ABI in6addr_any() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI in6addr_loopback() { +s32 PS4_SYSV_ABI in6addr_loopback() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sce_net_dummy() { +s32 PS4_SYSV_ABI sce_net_dummy() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sce_net_in6addr_any() { +s32 PS4_SYSV_ABI sce_net_in6addr_any() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sce_net_in6addr_linklocal_allnodes() { +s32 PS4_SYSV_ABI sce_net_in6addr_linklocal_allnodes() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sce_net_in6addr_linklocal_allrouters() { +s32 PS4_SYSV_ABI sce_net_in6addr_linklocal_allrouters() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sce_net_in6addr_loopback() { +s32 PS4_SYSV_ABI sce_net_in6addr_loopback() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sce_net_in6addr_nodelocal_allnodes() { +s32 PS4_SYSV_ABI sce_net_in6addr_nodelocal_allnodes() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetAccept() { +s32 PS4_SYSV_ABI sceNetAccept() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetAddrConfig6GetInfo() { +s32 PS4_SYSV_ABI sceNetAddrConfig6GetInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetAddrConfig6Start() { +s32 PS4_SYSV_ABI sceNetAddrConfig6Start() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetAddrConfig6Stop() { +s32 PS4_SYSV_ABI sceNetAddrConfig6Stop() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetAllocateAllRouteInfo() { +s32 PS4_SYSV_ABI sceNetAllocateAllRouteInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBandwidthControlGetDataTraffic() { +s32 PS4_SYSV_ABI sceNetBandwidthControlGetDataTraffic() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBandwidthControlGetDefaultParam() { +s32 PS4_SYSV_ABI sceNetBandwidthControlGetDefaultParam() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBandwidthControlGetIfParam() { +s32 PS4_SYSV_ABI sceNetBandwidthControlGetIfParam() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBandwidthControlGetPolicy() { +s32 PS4_SYSV_ABI sceNetBandwidthControlGetPolicy() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBandwidthControlSetDefaultParam() { +s32 PS4_SYSV_ABI sceNetBandwidthControlSetDefaultParam() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBandwidthControlSetIfParam() { +s32 PS4_SYSV_ABI sceNetBandwidthControlSetIfParam() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBandwidthControlSetPolicy() { +s32 PS4_SYSV_ABI sceNetBandwidthControlSetPolicy() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBind() { +s32 PS4_SYSV_ABI sceNetBind() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetClearDnsCache() { +s32 PS4_SYSV_ABI sceNetClearDnsCache() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigAddArp() { +s32 PS4_SYSV_ABI sceNetConfigAddArp() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigAddArpWithInterface() { +s32 PS4_SYSV_ABI sceNetConfigAddArpWithInterface() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigAddIfaddr() { +s32 PS4_SYSV_ABI sceNetConfigAddIfaddr() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigAddMRoute() { +s32 PS4_SYSV_ABI sceNetConfigAddMRoute() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigAddRoute() { +s32 PS4_SYSV_ABI sceNetConfigAddRoute() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigAddRoute6() { +s32 PS4_SYSV_ABI sceNetConfigAddRoute6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigAddRouteWithInterface() { +s32 PS4_SYSV_ABI sceNetConfigAddRouteWithInterface() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigCleanUpAllInterfaces() { +s32 PS4_SYSV_ABI sceNetConfigCleanUpAllInterfaces() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigDelArp() { +s32 PS4_SYSV_ABI sceNetConfigDelArp() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigDelArpWithInterface() { +s32 PS4_SYSV_ABI sceNetConfigDelArpWithInterface() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigDelDefaultRoute() { +s32 PS4_SYSV_ABI sceNetConfigDelDefaultRoute() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigDelDefaultRoute6() { +s32 PS4_SYSV_ABI sceNetConfigDelDefaultRoute6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigDelIfaddr() { +s32 PS4_SYSV_ABI sceNetConfigDelIfaddr() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigDelIfaddr6() { +s32 PS4_SYSV_ABI sceNetConfigDelIfaddr6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigDelMRoute() { +s32 PS4_SYSV_ABI sceNetConfigDelMRoute() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigDelRoute() { +s32 PS4_SYSV_ABI sceNetConfigDelRoute() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigDelRoute6() { +s32 PS4_SYSV_ABI sceNetConfigDelRoute6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigDownInterface() { +s32 PS4_SYSV_ABI sceNetConfigDownInterface() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigEtherGetLinkMode() { +s32 PS4_SYSV_ABI sceNetConfigEtherGetLinkMode() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigEtherPostPlugInOutEvent() { +s32 PS4_SYSV_ABI sceNetConfigEtherPostPlugInOutEvent() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigEtherSetLinkMode() { +s32 PS4_SYSV_ABI sceNetConfigEtherSetLinkMode() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigFlushRoute() { +s32 PS4_SYSV_ABI sceNetConfigFlushRoute() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigGetDefaultRoute() { +s32 PS4_SYSV_ABI sceNetConfigGetDefaultRoute() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigGetDefaultRoute6() { +s32 PS4_SYSV_ABI sceNetConfigGetDefaultRoute6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigGetIfaddr() { +s32 PS4_SYSV_ABI sceNetConfigGetIfaddr() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigGetIfaddr6() { +s32 PS4_SYSV_ABI sceNetConfigGetIfaddr6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigRoutingShowRoutingConfig() { +s32 PS4_SYSV_ABI sceNetConfigRoutingShowRoutingConfig() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigRoutingShowtCtlVar() { +s32 PS4_SYSV_ABI sceNetConfigRoutingShowtCtlVar() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigRoutingStart() { +s32 PS4_SYSV_ABI sceNetConfigRoutingStart() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigRoutingStop() { +s32 PS4_SYSV_ABI sceNetConfigRoutingStop() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigSetDefaultRoute() { +s32 PS4_SYSV_ABI sceNetConfigSetDefaultRoute() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigSetDefaultRoute6() { +s32 PS4_SYSV_ABI sceNetConfigSetDefaultRoute6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigSetDefaultScope() { +s32 PS4_SYSV_ABI sceNetConfigSetDefaultScope() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigSetIfaddr() { +s32 PS4_SYSV_ABI sceNetConfigSetIfaddr() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigSetIfaddr6() { +s32 PS4_SYSV_ABI sceNetConfigSetIfaddr6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigSetIfaddr6WithFlags() { +s32 PS4_SYSV_ABI sceNetConfigSetIfaddr6WithFlags() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigSetIfFlags() { +s32 PS4_SYSV_ABI sceNetConfigSetIfFlags() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigSetIfLinkLocalAddr6() { +s32 PS4_SYSV_ABI sceNetConfigSetIfLinkLocalAddr6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigSetIfmtu() { +s32 PS4_SYSV_ABI sceNetConfigSetIfmtu() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigUnsetIfFlags() { +s32 PS4_SYSV_ABI sceNetConfigUnsetIfFlags() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigUpInterface() { +s32 PS4_SYSV_ABI sceNetConfigUpInterface() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigUpInterfaceWithFlags() { +s32 PS4_SYSV_ABI sceNetConfigUpInterfaceWithFlags() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanAdhocClearWakeOnWlan() { +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocClearWakeOnWlan() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanAdhocCreate() { +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocCreate() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanAdhocGetWakeOnWlanInfo() { +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocGetWakeOnWlanInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanAdhocJoin() { +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocJoin() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanAdhocLeave() { +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocLeave() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanAdhocPspEmuClearWakeOnWlan() { +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocPspEmuClearWakeOnWlan() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanAdhocPspEmuGetWakeOnWlanInfo() { +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocPspEmuGetWakeOnWlanInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanAdhocPspEmuSetWakeOnWlan() { +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocPspEmuSetWakeOnWlan() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanAdhocScanJoin() { +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocScanJoin() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanAdhocSetExtInfoElement() { +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocSetExtInfoElement() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanAdhocSetWakeOnWlan() { +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocSetWakeOnWlan() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanApStart() { +s32 PS4_SYSV_ABI sceNetConfigWlanApStart() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanApStop() { +s32 PS4_SYSV_ABI sceNetConfigWlanApStop() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanBackgroundScanQuery() { +s32 PS4_SYSV_ABI sceNetConfigWlanBackgroundScanQuery() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanBackgroundScanStart() { +s32 PS4_SYSV_ABI sceNetConfigWlanBackgroundScanStart() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanBackgroundScanStop() { +s32 PS4_SYSV_ABI sceNetConfigWlanBackgroundScanStop() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanDiagGetDeviceInfo() { +s32 PS4_SYSV_ABI sceNetConfigWlanDiagGetDeviceInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanDiagSetAntenna() { +s32 PS4_SYSV_ABI sceNetConfigWlanDiagSetAntenna() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanDiagSetTxFixedRate() { +s32 PS4_SYSV_ABI sceNetConfigWlanDiagSetTxFixedRate() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanGetDeviceConfig() { +s32 PS4_SYSV_ABI sceNetConfigWlanGetDeviceConfig() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanInfraGetRssiInfo() { +s32 PS4_SYSV_ABI sceNetConfigWlanInfraGetRssiInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanInfraLeave() { +s32 PS4_SYSV_ABI sceNetConfigWlanInfraLeave() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanInfraScanJoin() { +s32 PS4_SYSV_ABI sceNetConfigWlanInfraScanJoin() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanScan() { +s32 PS4_SYSV_ABI sceNetConfigWlanScan() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConfigWlanSetDeviceConfig() { +s32 PS4_SYSV_ABI sceNetConfigWlanSetDeviceConfig() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetConnect() { +s32 PS4_SYSV_ABI sceNetConnect() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetControl() { +s32 PS4_SYSV_ABI sceNetControl() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDhcpdStart() { +s32 PS4_SYSV_ABI sceNetDhcpdStart() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDhcpdStop() { +s32 PS4_SYSV_ABI sceNetDhcpdStop() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDhcpGetAutoipInfo() { +s32 PS4_SYSV_ABI sceNetDhcpGetAutoipInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDhcpGetInfo() { +s32 PS4_SYSV_ABI sceNetDhcpGetInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDhcpGetInfoEx() { +s32 PS4_SYSV_ABI sceNetDhcpGetInfoEx() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDhcpStart() { +s32 PS4_SYSV_ABI sceNetDhcpStart() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDhcpStop() { +s32 PS4_SYSV_ABI sceNetDhcpStop() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDumpAbort() { +s32 PS4_SYSV_ABI sceNetDumpAbort() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDumpCreate() { +s32 PS4_SYSV_ABI sceNetDumpCreate() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDumpDestroy() { +s32 PS4_SYSV_ABI sceNetDumpDestroy() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDumpRead() { +s32 PS4_SYSV_ABI sceNetDumpRead() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDuplicateIpStart() { +s32 PS4_SYSV_ABI sceNetDuplicateIpStart() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetDuplicateIpStop() { +s32 PS4_SYSV_ABI sceNetDuplicateIpStop() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetEpollAbort() { +s32 PS4_SYSV_ABI sceNetEpollAbort() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetEpollControl() { +s32 PS4_SYSV_ABI sceNetEpollControl() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetEpollCreate() { +s32 PS4_SYSV_ABI sceNetEpollCreate() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetEpollDestroy() { +s32 PS4_SYSV_ABI sceNetEpollDestroy() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetEpollWait() { +s32 PS4_SYSV_ABI sceNetEpollWait() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetErrnoLoc() { +s32 PS4_SYSV_ABI sceNetErrnoLoc() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetEtherNtostr() { +s32 PS4_SYSV_ABI sceNetEtherNtostr() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetEtherStrton() { +s32 PS4_SYSV_ABI sceNetEtherStrton() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetEventCallbackCreate() { +s32 PS4_SYSV_ABI sceNetEventCallbackCreate() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetEventCallbackDestroy() { +s32 PS4_SYSV_ABI sceNetEventCallbackDestroy() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetEventCallbackGetError() { +s32 PS4_SYSV_ABI sceNetEventCallbackGetError() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetEventCallbackWaitCB() { +s32 PS4_SYSV_ABI sceNetEventCallbackWaitCB() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetFreeAllRouteInfo() { +s32 PS4_SYSV_ABI sceNetFreeAllRouteInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetArpInfo() { +s32 PS4_SYSV_ABI sceNetGetArpInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetDns6Info() { +s32 PS4_SYSV_ABI sceNetGetDns6Info() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetDnsInfo() { +s32 PS4_SYSV_ABI sceNetGetDnsInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetIfList() { +s32 PS4_SYSV_ABI sceNetGetIfList() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetIfListOnce() { +s32 PS4_SYSV_ABI sceNetGetIfListOnce() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetIfName() { +s32 PS4_SYSV_ABI sceNetGetIfName() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetIfnameNumList() { +s32 PS4_SYSV_ABI sceNetGetIfnameNumList() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetMacAddress() { +s32 PS4_SYSV_ABI sceNetGetMacAddress() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetMemoryPoolStats() { +s32 PS4_SYSV_ABI sceNetGetMemoryPoolStats() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetNameToIndex() { +s32 PS4_SYSV_ABI sceNetGetNameToIndex() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetpeername() { +s32 PS4_SYSV_ABI sceNetGetpeername() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetRandom() { +s32 PS4_SYSV_ABI sceNetGetRandom() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetRouteInfo() { +s32 PS4_SYSV_ABI sceNetGetRouteInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetSockInfo() { +s32 PS4_SYSV_ABI sceNetGetSockInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetSockInfo6() { +s32 PS4_SYSV_ABI sceNetGetSockInfo6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetsockname() { +s32 PS4_SYSV_ABI sceNetGetsockname() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetsockopt() { +s32 PS4_SYSV_ABI sceNetGetsockopt() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetStatisticsInfo() { +s32 PS4_SYSV_ABI sceNetGetStatisticsInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetStatisticsInfoInternal() { +s32 PS4_SYSV_ABI sceNetGetStatisticsInfoInternal() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetGetSystemTime() { +s32 PS4_SYSV_ABI sceNetGetSystemTime() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetHtonl() { +s32 PS4_SYSV_ABI sceNetHtonl() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetHtonll() { +s32 PS4_SYSV_ABI sceNetHtonll() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetHtons() { +s32 PS4_SYSV_ABI sceNetHtons() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetInetNtop() { +s32 PS4_SYSV_ABI sceNetInetNtop() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetInetNtopWithScopeId() { +s32 PS4_SYSV_ABI sceNetInetNtopWithScopeId() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetInetPton() { +s32 PS4_SYSV_ABI sceNetInetPton() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetInetPtonEx() { +s32 PS4_SYSV_ABI sceNetInetPtonEx() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetInetPtonWithScopeId() { +s32 PS4_SYSV_ABI sceNetInetPtonWithScopeId() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetInfoDumpStart() { +s32 PS4_SYSV_ABI sceNetInfoDumpStart() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetInfoDumpStop() { +s32 PS4_SYSV_ABI sceNetInfoDumpStop() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetInit() { +s32 PS4_SYSV_ABI sceNetInit() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetInitParam() { +s32 PS4_SYSV_ABI sceNetInitParam() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetIoctl() { +s32 PS4_SYSV_ABI sceNetIoctl() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetListen() { +s32 PS4_SYSV_ABI sceNetListen() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetMemoryAllocate() { +s32 PS4_SYSV_ABI sceNetMemoryAllocate() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetMemoryFree() { +s32 PS4_SYSV_ABI sceNetMemoryFree() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetNtohl() { +s32 PS4_SYSV_ABI sceNetNtohl() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetNtohll() { +s32 PS4_SYSV_ABI sceNetNtohll() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetNtohs() { +s32 PS4_SYSV_ABI sceNetNtohs() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetPoolCreate() { +s32 PS4_SYSV_ABI sceNetPoolCreate() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetPoolDestroy() { +s32 PS4_SYSV_ABI sceNetPoolDestroy() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetPppoeStart() { +s32 PS4_SYSV_ABI sceNetPppoeStart() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetPppoeStop() { +s32 PS4_SYSV_ABI sceNetPppoeStop() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetRecv() { +s32 PS4_SYSV_ABI sceNetRecv() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetRecvfrom() { +s32 PS4_SYSV_ABI sceNetRecvfrom() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetRecvmsg() { +s32 PS4_SYSV_ABI sceNetRecvmsg() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverAbort() { +s32 PS4_SYSV_ABI sceNetResolverAbort() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverConnect() { +s32 PS4_SYSV_ABI sceNetResolverConnect() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverConnectAbort() { +s32 PS4_SYSV_ABI sceNetResolverConnectAbort() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverConnectCreate() { +s32 PS4_SYSV_ABI sceNetResolverConnectCreate() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverConnectDestroy() { +s32 PS4_SYSV_ABI sceNetResolverConnectDestroy() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverCreate() { +s32 PS4_SYSV_ABI sceNetResolverCreate() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverDestroy() { +s32 PS4_SYSV_ABI sceNetResolverDestroy() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverGetError() { +s32 PS4_SYSV_ABI sceNetResolverGetError() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverStartAton() { +s32 PS4_SYSV_ABI sceNetResolverStartAton() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverStartAton6() { +s32 PS4_SYSV_ABI sceNetResolverStartAton6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverStartNtoa() { +s32 PS4_SYSV_ABI sceNetResolverStartNtoa() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverStartNtoa6() { +s32 PS4_SYSV_ABI sceNetResolverStartNtoa6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverStartNtoaMultipleRecords() { +s32 PS4_SYSV_ABI sceNetResolverStartNtoaMultipleRecords() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetResolverStartNtoaMultipleRecordsEx() { +s32 PS4_SYSV_ABI sceNetResolverStartNtoaMultipleRecordsEx() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSend() { +s32 PS4_SYSV_ABI sceNetSend() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSendmsg() { +s32 PS4_SYSV_ABI sceNetSendmsg() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSendto() { +s32 PS4_SYSV_ABI sceNetSendto() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSetDns6Info() { +s32 PS4_SYSV_ABI sceNetSetDns6Info() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSetDns6InfoToKernel() { +s32 PS4_SYSV_ABI sceNetSetDns6InfoToKernel() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSetDnsInfo() { +s32 PS4_SYSV_ABI sceNetSetDnsInfo() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSetDnsInfoToKernel() { +s32 PS4_SYSV_ABI sceNetSetDnsInfoToKernel() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSetsockopt() { +s32 PS4_SYSV_ABI sceNetSetsockopt() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowIfconfig() { +s32 PS4_SYSV_ABI sceNetShowIfconfig() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowIfconfigForBuffer() { +s32 PS4_SYSV_ABI sceNetShowIfconfigForBuffer() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowIfconfigWithMemory() { +s32 PS4_SYSV_ABI sceNetShowIfconfigWithMemory() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowNetstat() { +s32 PS4_SYSV_ABI sceNetShowNetstat() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowNetstatEx() { +s32 PS4_SYSV_ABI sceNetShowNetstatEx() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowNetstatExForBuffer() { +s32 PS4_SYSV_ABI sceNetShowNetstatExForBuffer() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowNetstatForBuffer() { +s32 PS4_SYSV_ABI sceNetShowNetstatForBuffer() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowNetstatWithMemory() { +s32 PS4_SYSV_ABI sceNetShowNetstatWithMemory() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowPolicy() { +s32 PS4_SYSV_ABI sceNetShowPolicy() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowPolicyWithMemory() { +s32 PS4_SYSV_ABI sceNetShowPolicyWithMemory() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowRoute() { +s32 PS4_SYSV_ABI sceNetShowRoute() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowRoute6() { +s32 PS4_SYSV_ABI sceNetShowRoute6() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowRoute6ForBuffer() { +s32 PS4_SYSV_ABI sceNetShowRoute6ForBuffer() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowRoute6WithMemory() { +s32 PS4_SYSV_ABI sceNetShowRoute6WithMemory() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowRouteForBuffer() { +s32 PS4_SYSV_ABI sceNetShowRouteForBuffer() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShowRouteWithMemory() { +s32 PS4_SYSV_ABI sceNetShowRouteWithMemory() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetShutdown() { +s32 PS4_SYSV_ABI sceNetShutdown() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSocket() { +s32 PS4_SYSV_ABI sceNetSocket() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSocketAbort() { +s32 PS4_SYSV_ABI sceNetSocketAbort() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSocketClose() { +s32 PS4_SYSV_ABI sceNetSocketClose() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSyncCreate() { +s32 PS4_SYSV_ABI sceNetSyncCreate() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSyncDestroy() { +s32 PS4_SYSV_ABI sceNetSyncDestroy() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSyncGet() { +s32 PS4_SYSV_ABI sceNetSyncGet() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSyncSignal() { +s32 PS4_SYSV_ABI sceNetSyncSignal() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSyncWait() { +s32 PS4_SYSV_ABI sceNetSyncWait() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetSysctl() { +s32 PS4_SYSV_ABI sceNetSysctl() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetTerm() { +s32 PS4_SYSV_ABI sceNetTerm() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetThreadCreate() { +s32 PS4_SYSV_ABI sceNetThreadCreate() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetThreadExit() { +s32 PS4_SYSV_ABI sceNetThreadExit() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetThreadJoin() { +s32 PS4_SYSV_ABI sceNetThreadJoin() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetUsleep() { +s32 PS4_SYSV_ABI sceNetUsleep() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_0E707A589F751C68() { +s32 PS4_SYSV_ABI Func_0E707A589F751C68() { LOG_ERROR(Lib_Net, "(STUBBED) called"); return ORBIS_OK; } void RegisterlibSceNet(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("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("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("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, sceNetBandwidthControlGetDefaultParam); LIB_FUNCTION("b9Ft65tqvLk", "libSceNet", 1, "libSceNet", 1, 1, sceNetBandwidthControlGetIfParam); - LIB_FUNCTION("PDkapOwggRw", "libSceNet", 1, "libSceNet", 1, 1,sceNetBandwidthControlGetPolicy); + LIB_FUNCTION("PDkapOwggRw", "libSceNet", 1, "libSceNet", 1, 1, + sceNetBandwidthControlGetPolicy); LIB_FUNCTION("P4zZXE7bpsA", "libSceNet", 1, "libSceNet", 1, 1, 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("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("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("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("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("ZLdJyQJUMkM", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanAdhocCreate); LIB_FUNCTION("Yr3UeApLWTY", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanAdhocGetWakeOnWlanInfo); - LIB_FUNCTION("Xma8yHmV+TQ", "libSceNet", 1, "libSceNet", 1, 1,sceNetConfigWlanAdhocJoin); - LIB_FUNCTION("K4o48GTNbSc", "libSceNet", 1, "libSceNet", 1, 1,sceNetConfigWlanAdhocLeave); + 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, sceNetConfigWlanAdhocPspEmuClearWakeOnWlan); LIB_FUNCTION("1j4DZ5dXbeQ", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanAdhocPspEmuGetWakeOnWlanInfo); LIB_FUNCTION("C-+JPjaEhdA", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanAdhocPspEmuSetWakeOnWlan); - LIB_FUNCTION("7xYdUWg1WdY", "libSceNet", 1, "libSceNet", 1, 1,sceNetConfigWlanAdhocScanJoin); + LIB_FUNCTION("7xYdUWg1WdY", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanAdhocScanJoin); LIB_FUNCTION("Q7ee2Uav5f8", "libSceNet", 1, "libSceNet", 1, 1, 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("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, @@ -1211,146 +1217,149 @@ void RegisterlibSceNet(Core::Loader::SymbolsResolver* sym) { sceNetConfigWlanBackgroundScanStop); LIB_FUNCTION("+3KMyS93TOs", "libSceNet", 1, "libSceNet", 1, 1, sceNetConfigWlanDiagGetDeviceInfo); - LIB_FUNCTION("9oiOWQ5FMws", "libSceNet", 1, "libSceNet", 1, 1,sceNetConfigWlanDiagSetAntenna); + 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("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("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, sceNetResolverStartNtoaMultipleRecords); LIB_FUNCTION("sT4nBQKUPqM", "libSceNet", 1, "libSceNet", 1, 1, 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", 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); }; } // namespace Libraries::Net \ No newline at end of file diff --git a/libraries/net.h b/libraries/net.h index 73f2f15..46627fa 100644 --- a/libraries/net.h +++ b/libraries/net.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,225 +11,225 @@ class SymbolsResolver; namespace Libraries::Net { -int PS4_SYSV_ABI sceNetEmulationGet(); -int PS4_SYSV_ABI sceNetEmulationSet(); -int PS4_SYSV_ABI in6addr_any(); -int PS4_SYSV_ABI in6addr_loopback(); -int PS4_SYSV_ABI sce_net_dummy(); -int PS4_SYSV_ABI sce_net_in6addr_any(); -int PS4_SYSV_ABI sce_net_in6addr_linklocal_allnodes(); -int PS4_SYSV_ABI sce_net_in6addr_linklocal_allrouters(); -int PS4_SYSV_ABI sce_net_in6addr_loopback(); -int PS4_SYSV_ABI sce_net_in6addr_nodelocal_allnodes(); -int PS4_SYSV_ABI sceNetAccept(); -int PS4_SYSV_ABI sceNetAddrConfig6GetInfo(); -int PS4_SYSV_ABI sceNetAddrConfig6Start(); -int PS4_SYSV_ABI sceNetAddrConfig6Stop(); -int PS4_SYSV_ABI sceNetAllocateAllRouteInfo(); -int PS4_SYSV_ABI sceNetBandwidthControlGetDataTraffic(); -int PS4_SYSV_ABI sceNetBandwidthControlGetDefaultParam(); -int PS4_SYSV_ABI sceNetBandwidthControlGetIfParam(); -int PS4_SYSV_ABI sceNetBandwidthControlGetPolicy(); -int PS4_SYSV_ABI sceNetBandwidthControlSetDefaultParam(); -int PS4_SYSV_ABI sceNetBandwidthControlSetIfParam(); -int PS4_SYSV_ABI sceNetBandwidthControlSetPolicy(); -int PS4_SYSV_ABI sceNetBind(); -int PS4_SYSV_ABI sceNetClearDnsCache(); -int PS4_SYSV_ABI sceNetConfigAddArp(); -int PS4_SYSV_ABI sceNetConfigAddArpWithInterface(); -int PS4_SYSV_ABI sceNetConfigAddIfaddr(); -int PS4_SYSV_ABI sceNetConfigAddMRoute(); -int PS4_SYSV_ABI sceNetConfigAddRoute(); -int PS4_SYSV_ABI sceNetConfigAddRoute6(); -int PS4_SYSV_ABI sceNetConfigAddRouteWithInterface(); -int PS4_SYSV_ABI sceNetConfigCleanUpAllInterfaces(); -int PS4_SYSV_ABI sceNetConfigDelArp(); -int PS4_SYSV_ABI sceNetConfigDelArpWithInterface(); -int PS4_SYSV_ABI sceNetConfigDelDefaultRoute(); -int PS4_SYSV_ABI sceNetConfigDelDefaultRoute6(); -int PS4_SYSV_ABI sceNetConfigDelIfaddr(); -int PS4_SYSV_ABI sceNetConfigDelIfaddr6(); -int PS4_SYSV_ABI sceNetConfigDelMRoute(); -int PS4_SYSV_ABI sceNetConfigDelRoute(); -int PS4_SYSV_ABI sceNetConfigDelRoute6(); -int PS4_SYSV_ABI sceNetConfigDownInterface(); -int PS4_SYSV_ABI sceNetConfigEtherGetLinkMode(); -int PS4_SYSV_ABI sceNetConfigEtherPostPlugInOutEvent(); -int PS4_SYSV_ABI sceNetConfigEtherSetLinkMode(); -int PS4_SYSV_ABI sceNetConfigFlushRoute(); -int PS4_SYSV_ABI sceNetConfigGetDefaultRoute(); -int PS4_SYSV_ABI sceNetConfigGetDefaultRoute6(); -int PS4_SYSV_ABI sceNetConfigGetIfaddr(); -int PS4_SYSV_ABI sceNetConfigGetIfaddr6(); -int PS4_SYSV_ABI sceNetConfigRoutingShowRoutingConfig(); -int PS4_SYSV_ABI sceNetConfigRoutingShowtCtlVar(); -int PS4_SYSV_ABI sceNetConfigRoutingStart(); -int PS4_SYSV_ABI sceNetConfigRoutingStop(); -int PS4_SYSV_ABI sceNetConfigSetDefaultRoute(); -int PS4_SYSV_ABI sceNetConfigSetDefaultRoute6(); -int PS4_SYSV_ABI sceNetConfigSetDefaultScope(); -int PS4_SYSV_ABI sceNetConfigSetIfaddr(); -int PS4_SYSV_ABI sceNetConfigSetIfaddr6(); -int PS4_SYSV_ABI sceNetConfigSetIfaddr6WithFlags(); -int PS4_SYSV_ABI sceNetConfigSetIfFlags(); -int PS4_SYSV_ABI sceNetConfigSetIfLinkLocalAddr6(); -int PS4_SYSV_ABI sceNetConfigSetIfmtu(); -int PS4_SYSV_ABI sceNetConfigUnsetIfFlags(); -int PS4_SYSV_ABI sceNetConfigUpInterface(); -int PS4_SYSV_ABI sceNetConfigUpInterfaceWithFlags(); -int PS4_SYSV_ABI sceNetConfigWlanAdhocClearWakeOnWlan(); -int PS4_SYSV_ABI sceNetConfigWlanAdhocCreate(); -int PS4_SYSV_ABI sceNetConfigWlanAdhocGetWakeOnWlanInfo(); -int PS4_SYSV_ABI sceNetConfigWlanAdhocJoin(); -int PS4_SYSV_ABI sceNetConfigWlanAdhocLeave(); -int PS4_SYSV_ABI sceNetConfigWlanAdhocPspEmuClearWakeOnWlan(); -int PS4_SYSV_ABI sceNetConfigWlanAdhocPspEmuGetWakeOnWlanInfo(); -int PS4_SYSV_ABI sceNetConfigWlanAdhocPspEmuSetWakeOnWlan(); -int PS4_SYSV_ABI sceNetConfigWlanAdhocScanJoin(); -int PS4_SYSV_ABI sceNetConfigWlanAdhocSetExtInfoElement(); -int PS4_SYSV_ABI sceNetConfigWlanAdhocSetWakeOnWlan(); -int PS4_SYSV_ABI sceNetConfigWlanApStart(); -int PS4_SYSV_ABI sceNetConfigWlanApStop(); -int PS4_SYSV_ABI sceNetConfigWlanBackgroundScanQuery(); -int PS4_SYSV_ABI sceNetConfigWlanBackgroundScanStart(); -int PS4_SYSV_ABI sceNetConfigWlanBackgroundScanStop(); -int PS4_SYSV_ABI sceNetConfigWlanDiagGetDeviceInfo(); -int PS4_SYSV_ABI sceNetConfigWlanDiagSetAntenna(); -int PS4_SYSV_ABI sceNetConfigWlanDiagSetTxFixedRate(); -int PS4_SYSV_ABI sceNetConfigWlanGetDeviceConfig(); -int PS4_SYSV_ABI sceNetConfigWlanInfraGetRssiInfo(); -int PS4_SYSV_ABI sceNetConfigWlanInfraLeave(); -int PS4_SYSV_ABI sceNetConfigWlanInfraScanJoin(); -int PS4_SYSV_ABI sceNetConfigWlanScan(); -int PS4_SYSV_ABI sceNetConfigWlanSetDeviceConfig(); -int PS4_SYSV_ABI sceNetConnect(); -int PS4_SYSV_ABI sceNetControl(); -int PS4_SYSV_ABI sceNetDhcpdStart(); -int PS4_SYSV_ABI sceNetDhcpdStop(); -int PS4_SYSV_ABI sceNetDhcpGetAutoipInfo(); -int PS4_SYSV_ABI sceNetDhcpGetInfo(); -int PS4_SYSV_ABI sceNetDhcpGetInfoEx(); -int PS4_SYSV_ABI sceNetDhcpStart(); -int PS4_SYSV_ABI sceNetDhcpStop(); -int PS4_SYSV_ABI sceNetDumpAbort(); -int PS4_SYSV_ABI sceNetDumpCreate(); -int PS4_SYSV_ABI sceNetDumpDestroy(); -int PS4_SYSV_ABI sceNetDumpRead(); -int PS4_SYSV_ABI sceNetDuplicateIpStart(); -int PS4_SYSV_ABI sceNetDuplicateIpStop(); -int PS4_SYSV_ABI sceNetEpollAbort(); -int PS4_SYSV_ABI sceNetEpollControl(); -int PS4_SYSV_ABI sceNetEpollCreate(); -int PS4_SYSV_ABI sceNetEpollDestroy(); -int PS4_SYSV_ABI sceNetEpollWait(); -int PS4_SYSV_ABI sceNetErrnoLoc(); -int PS4_SYSV_ABI sceNetEtherNtostr(); -int PS4_SYSV_ABI sceNetEtherStrton(); -int PS4_SYSV_ABI sceNetEventCallbackCreate(); -int PS4_SYSV_ABI sceNetEventCallbackDestroy(); -int PS4_SYSV_ABI sceNetEventCallbackGetError(); -int PS4_SYSV_ABI sceNetEventCallbackWaitCB(); -int PS4_SYSV_ABI sceNetFreeAllRouteInfo(); -int PS4_SYSV_ABI sceNetGetArpInfo(); -int PS4_SYSV_ABI sceNetGetDns6Info(); -int PS4_SYSV_ABI sceNetGetDnsInfo(); -int PS4_SYSV_ABI sceNetGetIfList(); -int PS4_SYSV_ABI sceNetGetIfListOnce(); -int PS4_SYSV_ABI sceNetGetIfName(); -int PS4_SYSV_ABI sceNetGetIfnameNumList(); -int PS4_SYSV_ABI sceNetGetMacAddress(); -int PS4_SYSV_ABI sceNetGetMemoryPoolStats(); -int PS4_SYSV_ABI sceNetGetNameToIndex(); -int PS4_SYSV_ABI sceNetGetpeername(); -int PS4_SYSV_ABI sceNetGetRandom(); -int PS4_SYSV_ABI sceNetGetRouteInfo(); -int PS4_SYSV_ABI sceNetGetSockInfo(); -int PS4_SYSV_ABI sceNetGetSockInfo6(); -int PS4_SYSV_ABI sceNetGetsockname(); -int PS4_SYSV_ABI sceNetGetsockopt(); -int PS4_SYSV_ABI sceNetGetStatisticsInfo(); -int PS4_SYSV_ABI sceNetGetStatisticsInfoInternal(); -int PS4_SYSV_ABI sceNetGetSystemTime(); -int PS4_SYSV_ABI sceNetHtonl(); -int PS4_SYSV_ABI sceNetHtonll(); -int PS4_SYSV_ABI sceNetHtons(); -int PS4_SYSV_ABI sceNetInetNtop(); -int PS4_SYSV_ABI sceNetInetNtopWithScopeId(); -int PS4_SYSV_ABI sceNetInetPton(); -int PS4_SYSV_ABI sceNetInetPtonEx(); -int PS4_SYSV_ABI sceNetInetPtonWithScopeId(); -int PS4_SYSV_ABI sceNetInfoDumpStart(); -int PS4_SYSV_ABI sceNetInfoDumpStop(); -int PS4_SYSV_ABI sceNetInit(); -int PS4_SYSV_ABI sceNetInitParam(); -int PS4_SYSV_ABI sceNetIoctl(); -int PS4_SYSV_ABI sceNetListen(); -int PS4_SYSV_ABI sceNetMemoryAllocate(); -int PS4_SYSV_ABI sceNetMemoryFree(); -int PS4_SYSV_ABI sceNetNtohl(); -int PS4_SYSV_ABI sceNetNtohll(); -int PS4_SYSV_ABI sceNetNtohs(); -int PS4_SYSV_ABI sceNetPoolCreate(); -int PS4_SYSV_ABI sceNetPoolDestroy(); -int PS4_SYSV_ABI sceNetPppoeStart(); -int PS4_SYSV_ABI sceNetPppoeStop(); -int PS4_SYSV_ABI sceNetRecv(); -int PS4_SYSV_ABI sceNetRecvfrom(); -int PS4_SYSV_ABI sceNetRecvmsg(); -int PS4_SYSV_ABI sceNetResolverAbort(); -int PS4_SYSV_ABI sceNetResolverConnect(); -int PS4_SYSV_ABI sceNetResolverConnectAbort(); -int PS4_SYSV_ABI sceNetResolverConnectCreate(); -int PS4_SYSV_ABI sceNetResolverConnectDestroy(); -int PS4_SYSV_ABI sceNetResolverCreate(); -int PS4_SYSV_ABI sceNetResolverDestroy(); -int PS4_SYSV_ABI sceNetResolverGetError(); -int PS4_SYSV_ABI sceNetResolverStartAton(); -int PS4_SYSV_ABI sceNetResolverStartAton6(); -int PS4_SYSV_ABI sceNetResolverStartNtoa(); -int PS4_SYSV_ABI sceNetResolverStartNtoa6(); -int PS4_SYSV_ABI sceNetResolverStartNtoaMultipleRecords(); -int PS4_SYSV_ABI sceNetResolverStartNtoaMultipleRecordsEx(); -int PS4_SYSV_ABI sceNetSend(); -int PS4_SYSV_ABI sceNetSendmsg(); -int PS4_SYSV_ABI sceNetSendto(); -int PS4_SYSV_ABI sceNetSetDns6Info(); -int PS4_SYSV_ABI sceNetSetDns6InfoToKernel(); -int PS4_SYSV_ABI sceNetSetDnsInfo(); -int PS4_SYSV_ABI sceNetSetDnsInfoToKernel(); -int PS4_SYSV_ABI sceNetSetsockopt(); -int PS4_SYSV_ABI sceNetShowIfconfig(); -int PS4_SYSV_ABI sceNetShowIfconfigForBuffer(); -int PS4_SYSV_ABI sceNetShowIfconfigWithMemory(); -int PS4_SYSV_ABI sceNetShowNetstat(); -int PS4_SYSV_ABI sceNetShowNetstatEx(); -int PS4_SYSV_ABI sceNetShowNetstatExForBuffer(); -int PS4_SYSV_ABI sceNetShowNetstatForBuffer(); -int PS4_SYSV_ABI sceNetShowNetstatWithMemory(); -int PS4_SYSV_ABI sceNetShowPolicy(); -int PS4_SYSV_ABI sceNetShowPolicyWithMemory(); -int PS4_SYSV_ABI sceNetShowRoute(); -int PS4_SYSV_ABI sceNetShowRoute6(); -int PS4_SYSV_ABI sceNetShowRoute6ForBuffer(); -int PS4_SYSV_ABI sceNetShowRoute6WithMemory(); -int PS4_SYSV_ABI sceNetShowRouteForBuffer(); -int PS4_SYSV_ABI sceNetShowRouteWithMemory(); -int PS4_SYSV_ABI sceNetShutdown(); -int PS4_SYSV_ABI sceNetSocket(); -int PS4_SYSV_ABI sceNetSocketAbort(); -int PS4_SYSV_ABI sceNetSocketClose(); -int PS4_SYSV_ABI sceNetSyncCreate(); -int PS4_SYSV_ABI sceNetSyncDestroy(); -int PS4_SYSV_ABI sceNetSyncGet(); -int PS4_SYSV_ABI sceNetSyncSignal(); -int PS4_SYSV_ABI sceNetSyncWait(); -int PS4_SYSV_ABI sceNetSysctl(); -int PS4_SYSV_ABI sceNetTerm(); -int PS4_SYSV_ABI sceNetThreadCreate(); -int PS4_SYSV_ABI sceNetThreadExit(); -int PS4_SYSV_ABI sceNetThreadJoin(); -int PS4_SYSV_ABI sceNetUsleep(); -int PS4_SYSV_ABI Func_0E707A589F751C68(); +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(); +s32 PS4_SYSV_ABI sce_net_in6addr_any(); +s32 PS4_SYSV_ABI sce_net_in6addr_linklocal_allnodes(); +s32 PS4_SYSV_ABI sce_net_in6addr_linklocal_allrouters(); +s32 PS4_SYSV_ABI sce_net_in6addr_loopback(); +s32 PS4_SYSV_ABI sce_net_in6addr_nodelocal_allnodes(); +s32 PS4_SYSV_ABI sceNetAccept(); +s32 PS4_SYSV_ABI sceNetAddrConfig6GetInfo(); +s32 PS4_SYSV_ABI sceNetAddrConfig6Start(); +s32 PS4_SYSV_ABI sceNetAddrConfig6Stop(); +s32 PS4_SYSV_ABI sceNetAllocateAllRouteInfo(); +s32 PS4_SYSV_ABI sceNetBandwidthControlGetDataTraffic(); +s32 PS4_SYSV_ABI sceNetBandwidthControlGetDefaultParam(); +s32 PS4_SYSV_ABI sceNetBandwidthControlGetIfParam(); +s32 PS4_SYSV_ABI sceNetBandwidthControlGetPolicy(); +s32 PS4_SYSV_ABI sceNetBandwidthControlSetDefaultParam(); +s32 PS4_SYSV_ABI sceNetBandwidthControlSetIfParam(); +s32 PS4_SYSV_ABI sceNetBandwidthControlSetPolicy(); +s32 PS4_SYSV_ABI sceNetBind(); +s32 PS4_SYSV_ABI sceNetClearDnsCache(); +s32 PS4_SYSV_ABI sceNetConfigAddArp(); +s32 PS4_SYSV_ABI sceNetConfigAddArpWithInterface(); +s32 PS4_SYSV_ABI sceNetConfigAddIfaddr(); +s32 PS4_SYSV_ABI sceNetConfigAddMRoute(); +s32 PS4_SYSV_ABI sceNetConfigAddRoute(); +s32 PS4_SYSV_ABI sceNetConfigAddRoute6(); +s32 PS4_SYSV_ABI sceNetConfigAddRouteWithInterface(); +s32 PS4_SYSV_ABI sceNetConfigCleanUpAllInterfaces(); +s32 PS4_SYSV_ABI sceNetConfigDelArp(); +s32 PS4_SYSV_ABI sceNetConfigDelArpWithInterface(); +s32 PS4_SYSV_ABI sceNetConfigDelDefaultRoute(); +s32 PS4_SYSV_ABI sceNetConfigDelDefaultRoute6(); +s32 PS4_SYSV_ABI sceNetConfigDelIfaddr(); +s32 PS4_SYSV_ABI sceNetConfigDelIfaddr6(); +s32 PS4_SYSV_ABI sceNetConfigDelMRoute(); +s32 PS4_SYSV_ABI sceNetConfigDelRoute(); +s32 PS4_SYSV_ABI sceNetConfigDelRoute6(); +s32 PS4_SYSV_ABI sceNetConfigDownInterface(); +s32 PS4_SYSV_ABI sceNetConfigEtherGetLinkMode(); +s32 PS4_SYSV_ABI sceNetConfigEtherPostPlugInOutEvent(); +s32 PS4_SYSV_ABI sceNetConfigEtherSetLinkMode(); +s32 PS4_SYSV_ABI sceNetConfigFlushRoute(); +s32 PS4_SYSV_ABI sceNetConfigGetDefaultRoute(); +s32 PS4_SYSV_ABI sceNetConfigGetDefaultRoute6(); +s32 PS4_SYSV_ABI sceNetConfigGetIfaddr(); +s32 PS4_SYSV_ABI sceNetConfigGetIfaddr6(); +s32 PS4_SYSV_ABI sceNetConfigRoutingShowRoutingConfig(); +s32 PS4_SYSV_ABI sceNetConfigRoutingShowtCtlVar(); +s32 PS4_SYSV_ABI sceNetConfigRoutingStart(); +s32 PS4_SYSV_ABI sceNetConfigRoutingStop(); +s32 PS4_SYSV_ABI sceNetConfigSetDefaultRoute(); +s32 PS4_SYSV_ABI sceNetConfigSetDefaultRoute6(); +s32 PS4_SYSV_ABI sceNetConfigSetDefaultScope(); +s32 PS4_SYSV_ABI sceNetConfigSetIfaddr(); +s32 PS4_SYSV_ABI sceNetConfigSetIfaddr6(); +s32 PS4_SYSV_ABI sceNetConfigSetIfaddr6WithFlags(); +s32 PS4_SYSV_ABI sceNetConfigSetIfFlags(); +s32 PS4_SYSV_ABI sceNetConfigSetIfLinkLocalAddr6(); +s32 PS4_SYSV_ABI sceNetConfigSetIfmtu(); +s32 PS4_SYSV_ABI sceNetConfigUnsetIfFlags(); +s32 PS4_SYSV_ABI sceNetConfigUpInterface(); +s32 PS4_SYSV_ABI sceNetConfigUpInterfaceWithFlags(); +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocClearWakeOnWlan(); +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocCreate(); +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocGetWakeOnWlanInfo(); +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocJoin(); +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocLeave(); +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocPspEmuClearWakeOnWlan(); +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocPspEmuGetWakeOnWlanInfo(); +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocPspEmuSetWakeOnWlan(); +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocScanJoin(); +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocSetExtInfoElement(); +s32 PS4_SYSV_ABI sceNetConfigWlanAdhocSetWakeOnWlan(); +s32 PS4_SYSV_ABI sceNetConfigWlanApStart(); +s32 PS4_SYSV_ABI sceNetConfigWlanApStop(); +s32 PS4_SYSV_ABI sceNetConfigWlanBackgroundScanQuery(); +s32 PS4_SYSV_ABI sceNetConfigWlanBackgroundScanStart(); +s32 PS4_SYSV_ABI sceNetConfigWlanBackgroundScanStop(); +s32 PS4_SYSV_ABI sceNetConfigWlanDiagGetDeviceInfo(); +s32 PS4_SYSV_ABI sceNetConfigWlanDiagSetAntenna(); +s32 PS4_SYSV_ABI sceNetConfigWlanDiagSetTxFixedRate(); +s32 PS4_SYSV_ABI sceNetConfigWlanGetDeviceConfig(); +s32 PS4_SYSV_ABI sceNetConfigWlanInfraGetRssiInfo(); +s32 PS4_SYSV_ABI sceNetConfigWlanInfraLeave(); +s32 PS4_SYSV_ABI sceNetConfigWlanInfraScanJoin(); +s32 PS4_SYSV_ABI sceNetConfigWlanScan(); +s32 PS4_SYSV_ABI sceNetConfigWlanSetDeviceConfig(); +s32 PS4_SYSV_ABI sceNetConnect(); +s32 PS4_SYSV_ABI sceNetControl(); +s32 PS4_SYSV_ABI sceNetDhcpdStart(); +s32 PS4_SYSV_ABI sceNetDhcpdStop(); +s32 PS4_SYSV_ABI sceNetDhcpGetAutoipInfo(); +s32 PS4_SYSV_ABI sceNetDhcpGetInfo(); +s32 PS4_SYSV_ABI sceNetDhcpGetInfoEx(); +s32 PS4_SYSV_ABI sceNetDhcpStart(); +s32 PS4_SYSV_ABI sceNetDhcpStop(); +s32 PS4_SYSV_ABI sceNetDumpAbort(); +s32 PS4_SYSV_ABI sceNetDumpCreate(); +s32 PS4_SYSV_ABI sceNetDumpDestroy(); +s32 PS4_SYSV_ABI sceNetDumpRead(); +s32 PS4_SYSV_ABI sceNetDuplicateIpStart(); +s32 PS4_SYSV_ABI sceNetDuplicateIpStop(); +s32 PS4_SYSV_ABI sceNetEpollAbort(); +s32 PS4_SYSV_ABI sceNetEpollControl(); +s32 PS4_SYSV_ABI sceNetEpollCreate(); +s32 PS4_SYSV_ABI sceNetEpollDestroy(); +s32 PS4_SYSV_ABI sceNetEpollWait(); +s32 PS4_SYSV_ABI sceNetErrnoLoc(); +s32 PS4_SYSV_ABI sceNetEtherNtostr(); +s32 PS4_SYSV_ABI sceNetEtherStrton(); +s32 PS4_SYSV_ABI sceNetEventCallbackCreate(); +s32 PS4_SYSV_ABI sceNetEventCallbackDestroy(); +s32 PS4_SYSV_ABI sceNetEventCallbackGetError(); +s32 PS4_SYSV_ABI sceNetEventCallbackWaitCB(); +s32 PS4_SYSV_ABI sceNetFreeAllRouteInfo(); +s32 PS4_SYSV_ABI sceNetGetArpInfo(); +s32 PS4_SYSV_ABI sceNetGetDns6Info(); +s32 PS4_SYSV_ABI sceNetGetDnsInfo(); +s32 PS4_SYSV_ABI sceNetGetIfList(); +s32 PS4_SYSV_ABI sceNetGetIfListOnce(); +s32 PS4_SYSV_ABI sceNetGetIfName(); +s32 PS4_SYSV_ABI sceNetGetIfnameNumList(); +s32 PS4_SYSV_ABI sceNetGetMacAddress(); +s32 PS4_SYSV_ABI sceNetGetMemoryPoolStats(); +s32 PS4_SYSV_ABI sceNetGetNameToIndex(); +s32 PS4_SYSV_ABI sceNetGetpeername(); +s32 PS4_SYSV_ABI sceNetGetRandom(); +s32 PS4_SYSV_ABI sceNetGetRouteInfo(); +s32 PS4_SYSV_ABI sceNetGetSockInfo(); +s32 PS4_SYSV_ABI sceNetGetSockInfo6(); +s32 PS4_SYSV_ABI sceNetGetsockname(); +s32 PS4_SYSV_ABI sceNetGetsockopt(); +s32 PS4_SYSV_ABI sceNetGetStatisticsInfo(); +s32 PS4_SYSV_ABI sceNetGetStatisticsInfoInternal(); +s32 PS4_SYSV_ABI sceNetGetSystemTime(); +s32 PS4_SYSV_ABI sceNetHtonl(); +s32 PS4_SYSV_ABI sceNetHtonll(); +s32 PS4_SYSV_ABI sceNetHtons(); +s32 PS4_SYSV_ABI sceNetInetNtop(); +s32 PS4_SYSV_ABI sceNetInetNtopWithScopeId(); +s32 PS4_SYSV_ABI sceNetInetPton(); +s32 PS4_SYSV_ABI sceNetInetPtonEx(); +s32 PS4_SYSV_ABI sceNetInetPtonWithScopeId(); +s32 PS4_SYSV_ABI sceNetInfoDumpStart(); +s32 PS4_SYSV_ABI sceNetInfoDumpStop(); +s32 PS4_SYSV_ABI sceNetInit(); +s32 PS4_SYSV_ABI sceNetInitParam(); +s32 PS4_SYSV_ABI sceNetIoctl(); +s32 PS4_SYSV_ABI sceNetListen(); +s32 PS4_SYSV_ABI sceNetMemoryAllocate(); +s32 PS4_SYSV_ABI sceNetMemoryFree(); +s32 PS4_SYSV_ABI sceNetNtohl(); +s32 PS4_SYSV_ABI sceNetNtohll(); +s32 PS4_SYSV_ABI sceNetNtohs(); +s32 PS4_SYSV_ABI sceNetPoolCreate(); +s32 PS4_SYSV_ABI sceNetPoolDestroy(); +s32 PS4_SYSV_ABI sceNetPppoeStart(); +s32 PS4_SYSV_ABI sceNetPppoeStop(); +s32 PS4_SYSV_ABI sceNetRecv(); +s32 PS4_SYSV_ABI sceNetRecvfrom(); +s32 PS4_SYSV_ABI sceNetRecvmsg(); +s32 PS4_SYSV_ABI sceNetResolverAbort(); +s32 PS4_SYSV_ABI sceNetResolverConnect(); +s32 PS4_SYSV_ABI sceNetResolverConnectAbort(); +s32 PS4_SYSV_ABI sceNetResolverConnectCreate(); +s32 PS4_SYSV_ABI sceNetResolverConnectDestroy(); +s32 PS4_SYSV_ABI sceNetResolverCreate(); +s32 PS4_SYSV_ABI sceNetResolverDestroy(); +s32 PS4_SYSV_ABI sceNetResolverGetError(); +s32 PS4_SYSV_ABI sceNetResolverStartAton(); +s32 PS4_SYSV_ABI sceNetResolverStartAton6(); +s32 PS4_SYSV_ABI sceNetResolverStartNtoa(); +s32 PS4_SYSV_ABI sceNetResolverStartNtoa6(); +s32 PS4_SYSV_ABI sceNetResolverStartNtoaMultipleRecords(); +s32 PS4_SYSV_ABI sceNetResolverStartNtoaMultipleRecordsEx(); +s32 PS4_SYSV_ABI sceNetSend(); +s32 PS4_SYSV_ABI sceNetSendmsg(); +s32 PS4_SYSV_ABI sceNetSendto(); +s32 PS4_SYSV_ABI sceNetSetDns6Info(); +s32 PS4_SYSV_ABI sceNetSetDns6InfoToKernel(); +s32 PS4_SYSV_ABI sceNetSetDnsInfo(); +s32 PS4_SYSV_ABI sceNetSetDnsInfoToKernel(); +s32 PS4_SYSV_ABI sceNetSetsockopt(); +s32 PS4_SYSV_ABI sceNetShowIfconfig(); +s32 PS4_SYSV_ABI sceNetShowIfconfigForBuffer(); +s32 PS4_SYSV_ABI sceNetShowIfconfigWithMemory(); +s32 PS4_SYSV_ABI sceNetShowNetstat(); +s32 PS4_SYSV_ABI sceNetShowNetstatEx(); +s32 PS4_SYSV_ABI sceNetShowNetstatExForBuffer(); +s32 PS4_SYSV_ABI sceNetShowNetstatForBuffer(); +s32 PS4_SYSV_ABI sceNetShowNetstatWithMemory(); +s32 PS4_SYSV_ABI sceNetShowPolicy(); +s32 PS4_SYSV_ABI sceNetShowPolicyWithMemory(); +s32 PS4_SYSV_ABI sceNetShowRoute(); +s32 PS4_SYSV_ABI sceNetShowRoute6(); +s32 PS4_SYSV_ABI sceNetShowRoute6ForBuffer(); +s32 PS4_SYSV_ABI sceNetShowRoute6WithMemory(); +s32 PS4_SYSV_ABI sceNetShowRouteForBuffer(); +s32 PS4_SYSV_ABI sceNetShowRouteWithMemory(); +s32 PS4_SYSV_ABI sceNetShutdown(); +s32 PS4_SYSV_ABI sceNetSocket(); +s32 PS4_SYSV_ABI sceNetSocketAbort(); +s32 PS4_SYSV_ABI sceNetSocketClose(); +s32 PS4_SYSV_ABI sceNetSyncCreate(); +s32 PS4_SYSV_ABI sceNetSyncDestroy(); +s32 PS4_SYSV_ABI sceNetSyncGet(); +s32 PS4_SYSV_ABI sceNetSyncSignal(); +s32 PS4_SYSV_ABI sceNetSyncWait(); +s32 PS4_SYSV_ABI sceNetSysctl(); +s32 PS4_SYSV_ABI sceNetTerm(); +s32 PS4_SYSV_ABI sceNetThreadCreate(); +s32 PS4_SYSV_ABI sceNetThreadExit(); +s32 PS4_SYSV_ABI sceNetThreadJoin(); +s32 PS4_SYSV_ABI sceNetUsleep(); +s32 PS4_SYSV_ABI Func_0E707A589F751C68(); void RegisterlibSceNet(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::Net \ No newline at end of file diff --git a/libraries/netctl.cpp b/libraries/netctl.cpp index eee543c..fe4af17 100644 --- a/libraries/netctl.cpp +++ b/libraries/netctl.cpp @@ -8,475 +8,475 @@ namespace Libraries::NetCtl { -int PS4_SYSV_ABI sceNetCtlGetInfoV6() { +s32 PS4_SYSV_ABI sceNetCtlGetInfoV6() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetResultV6() { +s32 PS4_SYSV_ABI sceNetCtlGetResultV6() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetStateV6() { +s32 PS4_SYSV_ABI sceNetCtlGetStateV6() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlRegisterCallbackV6() { +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackV6() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6() { +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlCheckCallbackForNpToolkit() { +s32 PS4_SYSV_ABI sceNetCtlCheckCallbackForNpToolkit() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlClearEventForNpToolkit() { +s32 PS4_SYSV_ABI sceNetCtlClearEventForNpToolkit() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlRegisterCallbackForNpToolkit() { +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackForNpToolkit() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlUnregisterCallbackForNpToolkit() { +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackForNpToolkit() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApAppInitWpaKey() { +s32 PS4_SYSV_ABI sceNetCtlApAppInitWpaKey() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApAppInitWpaKeyForQa() { +s32 PS4_SYSV_ABI sceNetCtlApAppInitWpaKeyForQa() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApAppStartWithRetry() { +s32 PS4_SYSV_ABI sceNetCtlApAppStartWithRetry() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApAppStartWithRetryPid() { +s32 PS4_SYSV_ABI sceNetCtlApAppStartWithRetryPid() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRestart() { +s32 PS4_SYSV_ABI sceNetCtlApRestart() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRpCheckCallback() { +s32 PS4_SYSV_ABI sceNetCtlApRpCheckCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRpClearEvent() { +s32 PS4_SYSV_ABI sceNetCtlApRpClearEvent() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRpGetInfo() { +s32 PS4_SYSV_ABI sceNetCtlApRpGetInfo() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRpGetResult() { +s32 PS4_SYSV_ABI sceNetCtlApRpGetResult() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRpGetState() { +s32 PS4_SYSV_ABI sceNetCtlApRpGetState() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRpRegisterCallback() { +s32 PS4_SYSV_ABI sceNetCtlApRpRegisterCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRpStart() { +s32 PS4_SYSV_ABI sceNetCtlApRpStart() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRpStartConf() { +s32 PS4_SYSV_ABI sceNetCtlApRpStartConf() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRpStartWithRetry() { +s32 PS4_SYSV_ABI sceNetCtlApRpStartWithRetry() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRpStop() { +s32 PS4_SYSV_ABI sceNetCtlApRpStop() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRpUnregisterCallback() { +s32 PS4_SYSV_ABI sceNetCtlApRpUnregisterCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApCheckCallback() { +s32 PS4_SYSV_ABI sceNetCtlApCheckCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApClearEvent() { +s32 PS4_SYSV_ABI sceNetCtlApClearEvent() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApGetConnectInfo() { +s32 PS4_SYSV_ABI sceNetCtlApGetConnectInfo() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApGetInfo() { +s32 PS4_SYSV_ABI sceNetCtlApGetInfo() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApGetResult() { +s32 PS4_SYSV_ABI sceNetCtlApGetResult() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApGetState() { +s32 PS4_SYSV_ABI sceNetCtlApGetState() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApInit() { +s32 PS4_SYSV_ABI sceNetCtlApInit() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApRegisterCallback() { +s32 PS4_SYSV_ABI sceNetCtlApRegisterCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApStop() { +s32 PS4_SYSV_ABI sceNetCtlApStop() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApTerm() { +s32 PS4_SYSV_ABI sceNetCtlApTerm() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlApUnregisterCallback() { +s32 PS4_SYSV_ABI sceNetCtlApUnregisterCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlCheckCallback() { +s32 PS4_SYSV_ABI sceNetCtlCheckCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlCheckCallbackForLibIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlCheckCallbackForLibIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlClearEventForLibIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlClearEventForLibIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlClearEventIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlClearEventIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlConnectConfIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlConnectConfIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlConnectIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlConnectIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlConnectWithRetryIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlConnectWithRetryIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlDisableBandwidthManagementIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlDisableBandwidthManagementIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlDisconnectIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlDisconnectIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlEnableBandwidthManagementIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlEnableBandwidthManagementIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetBandwidthInfoIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetBandwidthInfoIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetEtherLinkMode() { +s32 PS4_SYSV_ABI sceNetCtlGetEtherLinkMode() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetIfStat() { +s32 PS4_SYSV_ABI sceNetCtlGetIfStat() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetInfo() { +s32 PS4_SYSV_ABI sceNetCtlGetInfo() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetInfoIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetInfoIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetInfoV6IpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetInfoV6IpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetNatInfo() { +s32 PS4_SYSV_ABI sceNetCtlGetNatInfo() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetNatInfoIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetNatInfoIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetNetEvConfigInfoIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetNetEvConfigInfoIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetResult() { +s32 PS4_SYSV_ABI sceNetCtlGetResult() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetResultIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetResultIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetResultV6IpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetResultV6IpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetScanInfoBssidForSsidListScanIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoBssidForSsidListScanIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetScanInfoBssidIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoBssidIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetScanInfoByBssidIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoByBssidIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidListScanIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidListScanIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidScanIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidScanIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetState() { +s32 PS4_SYSV_ABI sceNetCtlGetState() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetState2IpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetState2IpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetStateIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetStateIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetStateV6IpcInt() { +s32 PS4_SYSV_ABI sceNetCtlGetStateV6IpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlGetWifiType() { +s32 PS4_SYSV_ABI sceNetCtlGetWifiType() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlInit() { +s32 PS4_SYSV_ABI sceNetCtlInit() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlIsBandwidthManagementEnabledIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlIsBandwidthManagementEnabledIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlRegisterCallback() { +s32 PS4_SYSV_ABI sceNetCtlRegisterCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlRegisterCallbackForLibIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackForLibIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlRegisterCallbackIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlRegisterCallbackV6IpcInt() { +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackV6IpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlScanIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlScanIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlSetErrorNotificationEnabledIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlSetErrorNotificationEnabledIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlSetStunWithPaddingFlagIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlSetStunWithPaddingFlagIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlTerm() { +s32 PS4_SYSV_ABI sceNetCtlTerm() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlUnregisterCallback() { +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallback() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlUnregisterCallbackForLibIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackForLibIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlUnregisterCallbackIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6IpcInt() { +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6IpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetCtlUnsetStunWithPaddingFlagIpcInt() { +s32 PS4_SYSV_ABI sceNetCtlUnsetStunWithPaddingFlagIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_D8DCB6973537A3DC() { +s32 PS4_SYSV_ABI Func_D8DCB6973537A3DC() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBweCheckCallbackIpcInt() { +s32 PS4_SYSV_ABI sceNetBweCheckCallbackIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBweClearEventIpcInt() { +s32 PS4_SYSV_ABI sceNetBweClearEventIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBweFinishInternetConnectionTestIpcInt() { +s32 PS4_SYSV_ABI sceNetBweFinishInternetConnectionTestIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBweGetInfoIpcInt() { +s32 PS4_SYSV_ABI sceNetBweGetInfoIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBweRegisterCallbackIpcInt() { +s32 PS4_SYSV_ABI sceNetBweRegisterCallbackIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBweSetInternetConnectionTestResultIpcInt() { +s32 PS4_SYSV_ABI sceNetBweSetInternetConnectionTestResultIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBweStartInternetConnectionTestBandwidthTestIpcInt() { +s32 PS4_SYSV_ABI sceNetBweStartInternetConnectionTestBandwidthTestIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBweStartInternetConnectionTestIpcInt() { +s32 PS4_SYSV_ABI sceNetBweStartInternetConnectionTestIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNetBweUnregisterCallbackIpcInt() { +s32 PS4_SYSV_ABI sceNetBweUnregisterCallbackIpcInt() { LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); return ORBIS_OK; } void RegisterlibSceNetCtl(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("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, @@ -517,55 +517,60 @@ void RegisterlibSceNetCtl(Core::Loader::SymbolsResolver* sym) { sceNetCtlApRpStartConf); LIB_FUNCTION("9Dxg7XSlr2s", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, sceNetCtlApRpStartWithRetry); - LIB_FUNCTION("6uvAl4RlEyk", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,sceNetCtlApRpStop); + 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("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("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("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("iQw3iQPhvUQ", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlCheckCallback); LIB_FUNCTION("UF6H6+kjyQs", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlCheckCallbackForLibIpcInt); LIB_FUNCTION("vv6g8zoanL4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlClearEventForLibIpcInt); - LIB_FUNCTION("8OJ86vFucfo", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,sceNetCtlClearEventIpcInt); + 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("ID+Gq3Ddzbg", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlConnectIpcInt); LIB_FUNCTION("aPpic8K75YA", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlConnectWithRetryIpcInt); LIB_FUNCTION("9y4IcsJdTCc", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlDisableBandwidthManagementIpcInt); - LIB_FUNCTION("qOefcpoSs0k", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,sceNetCtlDisconnectIpcInt); + LIB_FUNCTION("qOefcpoSs0k", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + sceNetCtlDisconnectIpcInt); LIB_FUNCTION("x9bSmRSE+hc", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlEnableBandwidthManagementIpcInt); LIB_FUNCTION("eCUIlA2t5CE", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, 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("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, 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("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, @@ -578,16 +583,18 @@ void RegisterlibSceNetCtl(Core::Loader::SymbolsResolver* sym) { sceNetCtlGetScanInfoForSsidListScanIpcInt); LIB_FUNCTION("L97eAHI0xxs", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, 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("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, sceNetCtlIsBandwidthManagementEnabledIpcInt); - LIB_FUNCTION("UJ+Z7Q+4ck0", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,sceNetCtlRegisterCallback); + LIB_FUNCTION("UJ+Z7Q+4ck0", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, + sceNetCtlRegisterCallback); LIB_FUNCTION("WRvDk2syatE", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlRegisterCallbackForLibIpcInt); LIB_FUNCTION("rqkh2kXvLSw", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, @@ -596,12 +603,12 @@ void RegisterlibSceNetCtl(Core::Loader::SymbolsResolver* sym) { sceNetCtlRegisterCallbackV6); LIB_FUNCTION("ipqlpcIqRsQ", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlRegisterCallbackV6IpcInt); - LIB_FUNCTION("reIsHryCDx4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,sceNetCtlScanIpcInt); + LIB_FUNCTION("reIsHryCDx4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlScanIpcInt); LIB_FUNCTION("LJYiiIS4HB0", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlSetErrorNotificationEnabledIpcInt); LIB_FUNCTION("DjuqqqV08Nk", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlSetStunWithPaddingFlagIpcInt); - LIB_FUNCTION("Z4wwCFiBELQ", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,sceNetCtlTerm); + 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, @@ -614,13 +621,14 @@ void RegisterlibSceNetCtl(Core::Loader::SymbolsResolver* sym) { sceNetCtlUnregisterCallbackV6IpcInt); LIB_FUNCTION("1HSvkN9oxO4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlUnsetStunWithPaddingFlagIpcInt); - LIB_FUNCTION("2Ny2lzU3o9w", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,Func_D8DCB6973537A3DC); + 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("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("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, diff --git a/libraries/netctl.h b/libraries/netctl.h index 9be2959..84bf7dc 100644 --- a/libraries/netctl.h +++ b/libraries/netctl.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,99 +11,99 @@ class SymbolsResolver; namespace Libraries::NetCtl { -int PS4_SYSV_ABI sceNetCtlGetInfoV6(); -int PS4_SYSV_ABI sceNetCtlGetResultV6(); -int PS4_SYSV_ABI sceNetCtlGetStateV6(); -int PS4_SYSV_ABI sceNetCtlRegisterCallbackV6(); -int PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6(); -int PS4_SYSV_ABI sceNetCtlCheckCallbackForNpToolkit(); -int PS4_SYSV_ABI sceNetCtlClearEventForNpToolkit(); -int PS4_SYSV_ABI sceNetCtlRegisterCallbackForNpToolkit(); -int PS4_SYSV_ABI sceNetCtlUnregisterCallbackForNpToolkit(); -int PS4_SYSV_ABI sceNetCtlApAppInitWpaKey(); -int PS4_SYSV_ABI sceNetCtlApAppInitWpaKeyForQa(); -int PS4_SYSV_ABI sceNetCtlApAppStartWithRetry(); -int PS4_SYSV_ABI sceNetCtlApAppStartWithRetryPid(); -int PS4_SYSV_ABI sceNetCtlApRestart(); -int PS4_SYSV_ABI sceNetCtlApRpCheckCallback(); -int PS4_SYSV_ABI sceNetCtlApRpClearEvent(); -int PS4_SYSV_ABI sceNetCtlApRpGetInfo(); -int PS4_SYSV_ABI sceNetCtlApRpGetResult(); -int PS4_SYSV_ABI sceNetCtlApRpGetState(); -int PS4_SYSV_ABI sceNetCtlApRpRegisterCallback(); -int PS4_SYSV_ABI sceNetCtlApRpStart(); -int PS4_SYSV_ABI sceNetCtlApRpStartConf(); -int PS4_SYSV_ABI sceNetCtlApRpStartWithRetry(); -int PS4_SYSV_ABI sceNetCtlApRpStop(); -int PS4_SYSV_ABI sceNetCtlApRpUnregisterCallback(); -int PS4_SYSV_ABI sceNetCtlApCheckCallback(); -int PS4_SYSV_ABI sceNetCtlApClearEvent(); -int PS4_SYSV_ABI sceNetCtlApGetConnectInfo(); -int PS4_SYSV_ABI sceNetCtlApGetInfo(); -int PS4_SYSV_ABI sceNetCtlApGetResult(); -int PS4_SYSV_ABI sceNetCtlApGetState(); -int PS4_SYSV_ABI sceNetCtlApInit(); -int PS4_SYSV_ABI sceNetCtlApRegisterCallback(); -int PS4_SYSV_ABI sceNetCtlApStop(); -int PS4_SYSV_ABI sceNetCtlApTerm(); -int PS4_SYSV_ABI sceNetCtlApUnregisterCallback(); -int PS4_SYSV_ABI sceNetCtlCheckCallback(); -int PS4_SYSV_ABI sceNetCtlCheckCallbackForLibIpcInt(); -int PS4_SYSV_ABI sceNetCtlClearEventForLibIpcInt(); -int PS4_SYSV_ABI sceNetCtlClearEventIpcInt(); -int PS4_SYSV_ABI sceNetCtlConnectConfIpcInt(); -int PS4_SYSV_ABI sceNetCtlConnectIpcInt(); -int PS4_SYSV_ABI sceNetCtlConnectWithRetryIpcInt(); -int PS4_SYSV_ABI sceNetCtlDisableBandwidthManagementIpcInt(); -int PS4_SYSV_ABI sceNetCtlDisconnectIpcInt(); -int PS4_SYSV_ABI sceNetCtlEnableBandwidthManagementIpcInt(); -int PS4_SYSV_ABI sceNetCtlGetBandwidthInfoIpcInt(); -int PS4_SYSV_ABI sceNetCtlGetEtherLinkMode(); -int PS4_SYSV_ABI sceNetCtlGetIfStat(); -int PS4_SYSV_ABI sceNetCtlGetInfo(); -int PS4_SYSV_ABI sceNetCtlGetInfoIpcInt(); -int PS4_SYSV_ABI sceNetCtlGetInfoV6IpcInt(); -int PS4_SYSV_ABI sceNetCtlGetNatInfo(); -int PS4_SYSV_ABI sceNetCtlGetNatInfoIpcInt(); -int PS4_SYSV_ABI sceNetCtlGetNetEvConfigInfoIpcInt(); -int PS4_SYSV_ABI sceNetCtlGetResult(); -int PS4_SYSV_ABI sceNetCtlGetResultIpcInt(); -int PS4_SYSV_ABI sceNetCtlGetResultV6IpcInt(); -int PS4_SYSV_ABI sceNetCtlGetScanInfoBssidForSsidListScanIpcInt(); -int PS4_SYSV_ABI sceNetCtlGetScanInfoBssidIpcInt(); -int PS4_SYSV_ABI sceNetCtlGetScanInfoByBssidIpcInt(); -int PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidListScanIpcInt(); -int PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidScanIpcInt(); -int PS4_SYSV_ABI sceNetCtlGetState(); -int PS4_SYSV_ABI sceNetCtlGetState2IpcInt(); -int PS4_SYSV_ABI sceNetCtlGetStateIpcInt(); -int PS4_SYSV_ABI sceNetCtlGetStateV6IpcInt(); -int PS4_SYSV_ABI sceNetCtlGetWifiType(); -int PS4_SYSV_ABI sceNetCtlInit(); -int PS4_SYSV_ABI sceNetCtlIsBandwidthManagementEnabledIpcInt(); -int PS4_SYSV_ABI sceNetCtlRegisterCallback(); -int PS4_SYSV_ABI sceNetCtlRegisterCallbackForLibIpcInt(); -int PS4_SYSV_ABI sceNetCtlRegisterCallbackIpcInt(); -int PS4_SYSV_ABI sceNetCtlRegisterCallbackV6IpcInt(); -int PS4_SYSV_ABI sceNetCtlScanIpcInt(); -int PS4_SYSV_ABI sceNetCtlSetErrorNotificationEnabledIpcInt(); -int PS4_SYSV_ABI sceNetCtlSetStunWithPaddingFlagIpcInt(); -int PS4_SYSV_ABI sceNetCtlTerm(); -int PS4_SYSV_ABI sceNetCtlUnregisterCallback(); -int PS4_SYSV_ABI sceNetCtlUnregisterCallbackForLibIpcInt(); -int PS4_SYSV_ABI sceNetCtlUnregisterCallbackIpcInt(); -int PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6IpcInt(); -int PS4_SYSV_ABI sceNetCtlUnsetStunWithPaddingFlagIpcInt(); -int PS4_SYSV_ABI Func_D8DCB6973537A3DC(); -int PS4_SYSV_ABI sceNetBweCheckCallbackIpcInt(); -int PS4_SYSV_ABI sceNetBweClearEventIpcInt(); -int PS4_SYSV_ABI sceNetBweFinishInternetConnectionTestIpcInt(); -int PS4_SYSV_ABI sceNetBweGetInfoIpcInt(); -int PS4_SYSV_ABI sceNetBweRegisterCallbackIpcInt(); -int PS4_SYSV_ABI sceNetBweSetInternetConnectionTestResultIpcInt(); -int PS4_SYSV_ABI sceNetBweStartInternetConnectionTestBandwidthTestIpcInt(); -int PS4_SYSV_ABI sceNetBweStartInternetConnectionTestIpcInt(); -int 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(); +s32 PS4_SYSV_ABI sceNetCtlClearEventIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlConnectConfIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlConnectIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlConnectWithRetryIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlDisableBandwidthManagementIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlDisconnectIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlEnableBandwidthManagementIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetBandwidthInfoIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetEtherLinkMode(); +s32 PS4_SYSV_ABI sceNetCtlGetIfStat(); +s32 PS4_SYSV_ABI sceNetCtlGetInfo(); +s32 PS4_SYSV_ABI sceNetCtlGetInfoIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetInfoV6IpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetNatInfo(); +s32 PS4_SYSV_ABI sceNetCtlGetNatInfoIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetNetEvConfigInfoIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetResult(); +s32 PS4_SYSV_ABI sceNetCtlGetResultIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetResultV6IpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoBssidForSsidListScanIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoBssidIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoByBssidIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidListScanIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidScanIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetState(); +s32 PS4_SYSV_ABI sceNetCtlGetState2IpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetStateIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetStateV6IpcInt(); +s32 PS4_SYSV_ABI sceNetCtlGetWifiType(); +s32 PS4_SYSV_ABI sceNetCtlInit(); +s32 PS4_SYSV_ABI sceNetCtlIsBandwidthManagementEnabledIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlRegisterCallback(); +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackForLibIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlRegisterCallbackV6IpcInt(); +s32 PS4_SYSV_ABI sceNetCtlScanIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlSetErrorNotificationEnabledIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlSetStunWithPaddingFlagIpcInt(); +s32 PS4_SYSV_ABI sceNetCtlTerm(); +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallback(); +s32 PS4_SYSV_ABI sceNetCtlUnregisterCallbackForLibIpcInt(); +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(); void RegisterlibSceNetCtl(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::NetCtl \ No newline at end of file diff --git a/libraries/npmanager.cpp b/libraries/npmanager.cpp index 3b22b42..24021e1 100644 --- a/libraries/npmanager.cpp +++ b/libraries/npmanager.cpp @@ -8,2507 +8,2507 @@ namespace Libraries::NpManager { -int PS4_SYSV_ABI sceNpIsPlusMember() { +s32 PS4_SYSV_ABI sceNpIsPlusMember() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_EF4378573542A508() { +s32 PS4_SYSV_ABI Func_EF4378573542A508() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpCheckNpAvailability() { +s32 PS4_SYSV_ABI sceNpCheckNpAvailability() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetAccountCountry() { +s32 PS4_SYSV_ABI sceNpGetAccountCountry() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetAccountDateOfBirth() { +s32 PS4_SYSV_ABI sceNpGetAccountDateOfBirth() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetAccountId() { +s32 PS4_SYSV_ABI sceNpGetAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetAccountLanguage() { +s32 PS4_SYSV_ABI sceNpGetAccountLanguage() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetGamePresenceStatus() { +s32 PS4_SYSV_ABI sceNpGetGamePresenceStatus() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetParentalControlInfo() { +s32 PS4_SYSV_ABI sceNpGetParentalControlInfo() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetUserIdByOnlineId() { +s32 PS4_SYSV_ABI sceNpGetUserIdByOnlineId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpInGameMessagePrepare() { +s32 PS4_SYSV_ABI sceNpInGameMessagePrepare() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpInGameMessageSendData() { +s32 PS4_SYSV_ABI sceNpInGameMessageSendData() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpRegisterGamePresenceCallback() { +s32 PS4_SYSV_ABI sceNpRegisterGamePresenceCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpRegisterStateCallback() { +s32 PS4_SYSV_ABI sceNpRegisterStateCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpSetGamePresenceOnline() { +s32 PS4_SYSV_ABI sceNpSetGamePresenceOnline() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpUnregisterStateCallback() { +s32 PS4_SYSV_ABI sceNpUnregisterStateCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpCheckCallbackForLib() { +s32 PS4_SYSV_ABI sceNpCheckCallbackForLib() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpRegisterStateCallbackForToolkit() { +s32 PS4_SYSV_ABI sceNpRegisterStateCallbackForToolkit() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpUnregisterStateCallbackForToolkit() { +s32 PS4_SYSV_ABI sceNpUnregisterStateCallbackForToolkit() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpIpcCreateMemoryFromKernel() { +s32 PS4_SYSV_ABI _sceNpIpcCreateMemoryFromKernel() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpIpcCreateMemoryFromPool() { +s32 PS4_SYSV_ABI _sceNpIpcCreateMemoryFromPool() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpIpcDestroyMemory() { +s32 PS4_SYSV_ABI _sceNpIpcDestroyMemory() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpIpcFreeImpl() { +s32 PS4_SYSV_ABI _sceNpIpcFreeImpl() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpIpcGetNpMemAllocator() { +s32 PS4_SYSV_ABI _sceNpIpcGetNpMemAllocator() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpIpcMallocImpl() { +s32 PS4_SYSV_ABI _sceNpIpcMallocImpl() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpIpcReallocImpl() { +s32 PS4_SYSV_ABI _sceNpIpcReallocImpl() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpManagerCreateMemoryFromKernel() { +s32 PS4_SYSV_ABI _sceNpManagerCreateMemoryFromKernel() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpManagerCreateMemoryFromPool() { +s32 PS4_SYSV_ABI _sceNpManagerCreateMemoryFromPool() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpManagerDestroyMemory() { +s32 PS4_SYSV_ABI _sceNpManagerDestroyMemory() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpManagerFreeImpl() { +s32 PS4_SYSV_ABI _sceNpManagerFreeImpl() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpManagerGetNpMemAllocator() { +s32 PS4_SYSV_ABI _sceNpManagerGetNpMemAllocator() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpManagerMallocImpl() { +s32 PS4_SYSV_ABI _sceNpManagerMallocImpl() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _sceNpManagerReallocImpl() { +s32 PS4_SYSV_ABI _sceNpManagerReallocImpl() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineId13GetNpOnlineIdERKNS0_4UserEP13SceNpOnlineId() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineId13GetNpOnlineIdERKNS0_4UserEP13SceNpOnlineId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineId13GetNpOnlineIdERKNS0_4UserEPS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineId13GetNpOnlineIdERKNS0_4UserEPS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineId16SetNpOnlineIdStrEPKc() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineId16SetNpOnlineIdStrEPKc() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineId5ClearEv() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineId5ClearEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC1ERK13SceNpOnlineId() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC1ERK13SceNpOnlineId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC1ERKS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC1ERKS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC2ERK13SceNpOnlineId() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC2ERK13SceNpOnlineId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC2ERKS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC2ERKS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdD0Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdD0Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdD1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdD1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdD2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdD2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTrans13GetResultCodeEPNS0_6HandleE() { +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTrans13GetResultCodeEPNS0_6HandleE() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTrans21SetRequestAccessTokenEPNS0_6HandleE() { +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTrans21SetRequestAccessTokenEPNS0_6HandleE() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTrans24BuildAuthorizationHeaderERKNS0_13NpAccessTokenEPcm() { +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTrans24BuildAuthorizationHeaderERKNS0_13NpAccessTokenEPcm() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTransC2EP16SceNpAllocatorEx() { +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTransC2EP16SceNpAllocatorEx() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTransD0Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTransD0Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTransD1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTransD1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTransD2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTransD2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpHttpClient4InitEii() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpHttpClient4InitEii() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpHttpClientC1EP16SceNpAllocatorEx() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpHttpClientC1EP16SceNpAllocatorEx() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpHttpClientC2EP16SceNpAllocatorEx() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpHttpClientC2EP16SceNpAllocatorEx() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpHttpClientD0Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpHttpClientD0Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpHttpClientD1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpHttpClientD1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpHttpClientD2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpHttpClientD2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpTitleToken5ClearEv() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleToken5ClearEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC1ERKS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC1ERKS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC2ERKS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC2ERKS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenD0Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenD0Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenD1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenD1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenD2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenD2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np13NpAccessToken14GetAccessTokenEPNS0_6HandleERKNS0_4UserEPS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessToken14GetAccessTokenEPNS0_6HandleERKNS0_4UserEPS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np13NpAccessToken5ClearEv() { +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessToken5ClearEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC1ERK16SceNpAccessToken() { +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC1ERK16SceNpAccessToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC1ERKS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC1ERKS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC2ERK16SceNpAccessToken() { +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC2ERK16SceNpAccessToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC2ERKS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC2ERKS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenD0Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenD0Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenD1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenD1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenD2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenD2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client10EndRequestEii() { +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client10EndRequestEii() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client11InitServiceEi() { +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client11InitServiceEi() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client11TermServiceEi() { +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client11TermServiceEi() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client11WaitRequestEiij() { +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client11WaitRequestEiij() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client12AbortRequestEii() { +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client12AbortRequestEii() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client12BeginRequestEii() { +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client12BeginRequestEii() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13CreateRequestEimPKvPi() { +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13CreateRequestEimPKvPi() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13DeleteRequestEii() { +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13DeleteRequestEii() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13GetIpmiClientEv() { +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13GetIpmiClientEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13PollEventFlagEijmjPm() { +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13PollEventFlagEijmjPm() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client14PollEventQueueEiPvm() { +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client14PollEventQueueEiPvm() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4NpId5ClearEv() { +s32 PS4_SYSV_ABI _ZN3sce2np4NpId5ClearEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4NpIdC1ERK7SceNpId() { +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdC1ERK7SceNpId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4NpIdC1ERKS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdC1ERKS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4NpIdC1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdC1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4NpIdC2ERK7SceNpId() { +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdC2ERK7SceNpId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4NpIdC2ERKS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdC2ERKS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4NpIdC2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdC2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4NpIdD0Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdD0Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4NpIdD1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdD1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4NpIdD2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdD2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4User5ClearEv() { +s32 PS4_SYSV_ABI _ZN3sce2np4User5ClearEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4User7GetUserEiPS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np4User7GetUserEiPS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4UserC1Ei() { +s32 PS4_SYSV_ABI _ZN3sce2np4UserC1Ei() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4UserC1ERKS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np4UserC1ERKS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4UserC1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np4UserC1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4UserC2Ei() { +s32 PS4_SYSV_ABI _ZN3sce2np4UserC2Ei() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4UserC2ERKS1_() { +s32 PS4_SYSV_ABI _ZN3sce2np4UserC2ERKS1_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4UserC2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np4UserC2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4UserD0Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np4UserD0Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4UserD1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np4UserD1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np4UserD2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np4UserD2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np8NpTicket5ClearEv() { +s32 PS4_SYSV_ABI _ZN3sce2np8NpTicket5ClearEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np8NpTicketD0Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np8NpTicketD0Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np8NpTicketD1Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np8NpTicketD1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2np8NpTicketD2Ev() { +s32 PS4_SYSV_ABI _ZN3sce2np8NpTicketD2Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2npeqERK13SceNpOnlineIdRKNS0_10NpOnlineIdE() { +s32 PS4_SYSV_ABI _ZN3sce2npeqERK13SceNpOnlineIdRKNS0_10NpOnlineIdE() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2npeqERKNS0_10NpOnlineIdERK13SceNpOnlineId() { +s32 PS4_SYSV_ABI _ZN3sce2npeqERKNS0_10NpOnlineIdERK13SceNpOnlineId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2npeqERKNS0_10NpOnlineIdES3_() { +s32 PS4_SYSV_ABI _ZN3sce2npeqERKNS0_10NpOnlineIdES3_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2npeqERKNS0_4UserERKi() { +s32 PS4_SYSV_ABI _ZN3sce2npeqERKNS0_4UserERKi() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2npeqERKNS0_4UserES3_() { +s32 PS4_SYSV_ABI _ZN3sce2npeqERKNS0_4UserES3_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2npneERK13SceNpOnlineIdRKNS0_10NpOnlineIdE() { +s32 PS4_SYSV_ABI _ZN3sce2npneERK13SceNpOnlineIdRKNS0_10NpOnlineIdE() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2npneERKNS0_10NpOnlineIdERK13SceNpOnlineId() { +s32 PS4_SYSV_ABI _ZN3sce2npneERKNS0_10NpOnlineIdERK13SceNpOnlineId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2npneERKNS0_10NpOnlineIdES3_() { +s32 PS4_SYSV_ABI _ZN3sce2npneERKNS0_10NpOnlineIdES3_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2npneERKNS0_4UserERKi() { +s32 PS4_SYSV_ABI _ZN3sce2npneERKNS0_4UserERKi() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZN3sce2npneERKNS0_4UserES3_() { +s32 PS4_SYSV_ABI _ZN3sce2npneERKNS0_4UserES3_() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce2np10NpOnlineId7IsEmptyEv() { +s32 PS4_SYSV_ABI _ZNK3sce2np10NpOnlineId7IsEmptyEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce2np12NpTitleToken6GetStrEv() { +s32 PS4_SYSV_ABI _ZNK3sce2np12NpTitleToken6GetStrEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce2np13NpAccessToken7IsEmptyEv() { +s32 PS4_SYSV_ABI _ZNK3sce2np13NpAccessToken7IsEmptyEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce2np4User10IsLoggedInEv() { +s32 PS4_SYSV_ABI _ZNK3sce2np4User10IsLoggedInEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce2np4User12GetAccountIdEPm() { +s32 PS4_SYSV_ABI _ZNK3sce2np4User12GetAccountIdEPm() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce2np4User12HasAccountIdEPb() { +s32 PS4_SYSV_ABI _ZNK3sce2np4User12HasAccountIdEPb() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce2np4User25GetAccountIdFromRegistoryEPm() { +s32 PS4_SYSV_ABI _ZNK3sce2np4User25GetAccountIdFromRegistoryEPm() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce2np4User7IsEmptyEv() { +s32 PS4_SYSV_ABI _ZNK3sce2np4User7IsEmptyEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce2np4User7IsGuestEv() { +s32 PS4_SYSV_ABI _ZNK3sce2np4User7IsGuestEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce2np4User9GetUserIdEv() { +s32 PS4_SYSV_ABI _ZNK3sce2np4User9GetUserIdEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce2np8NpTicket13GetTicketDataEv() { +s32 PS4_SYSV_ABI _ZNK3sce2np8NpTicket13GetTicketDataEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZNK3sce2np8NpTicket13GetTicketSizeEv() { +s32 PS4_SYSV_ABI _ZNK3sce2np8NpTicket13GetTicketSizeEv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZThn16_N3sce2np11NpHttpTransD0Ev() { +s32 PS4_SYSV_ABI _ZThn16_N3sce2np11NpHttpTransD0Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZThn16_N3sce2np11NpHttpTransD1Ev() { +s32 PS4_SYSV_ABI _ZThn16_N3sce2np11NpHttpTransD1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZThn8_N3sce2np11NpHttpTransD0Ev() { +s32 PS4_SYSV_ABI _ZThn8_N3sce2np11NpHttpTransD0Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _ZThn8_N3sce2np11NpHttpTransD1Ev() { +s32 PS4_SYSV_ABI _ZThn8_N3sce2np11NpHttpTransD1Ev() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAbortRequest() { +s32 PS4_SYSV_ABI sceNpAbortRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmAbort() { +s32 PS4_SYSV_ABI sceNpAsmAbort() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientAbortRequest() { +s32 PS4_SYSV_ABI sceNpAsmClientAbortRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientClearNpTitleToken() { +s32 PS4_SYSV_ABI sceNpAsmClientClearNpTitleToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientClearNpTitleTokenA() { +s32 PS4_SYSV_ABI sceNpAsmClientClearNpTitleTokenA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientCreateRequest2() { +s32 PS4_SYSV_ABI sceNpAsmClientCreateRequest2() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientCreateResourceContext() { +s32 PS4_SYSV_ABI sceNpAsmClientCreateResourceContext() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientCreateResourceContext2() { +s32 PS4_SYSV_ABI sceNpAsmClientCreateResourceContext2() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientDeleteRequest() { +s32 PS4_SYSV_ABI sceNpAsmClientDeleteRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientDeleteResourceContext() { +s32 PS4_SYSV_ABI sceNpAsmClientDeleteResourceContext() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientDeleteResourceContext2() { +s32 PS4_SYSV_ABI sceNpAsmClientDeleteResourceContext2() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetAppId() { +s32 PS4_SYSV_ABI sceNpAsmClientGetAppId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetCacheControlMaxAge() { +s32 PS4_SYSV_ABI sceNpAsmClientGetCacheControlMaxAge() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetGameNpTitleInfo() { +s32 PS4_SYSV_ABI sceNpAsmClientGetGameNpTitleInfo() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetGameNpTitleToken() { +s32 PS4_SYSV_ABI sceNpAsmClientGetGameNpTitleToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetGameTitleBanInfo() { +s32 PS4_SYSV_ABI sceNpAsmClientGetGameTitleBanInfo() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetNpComInfo2() { +s32 PS4_SYSV_ABI sceNpAsmClientGetNpComInfo2() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetNpComInfo2A() { +s32 PS4_SYSV_ABI sceNpAsmClientGetNpComInfo2A() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetNpComInfo2WithHmac() { +s32 PS4_SYSV_ABI sceNpAsmClientGetNpComInfo2WithHmac() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetNpComInfo3() { +s32 PS4_SYSV_ABI sceNpAsmClientGetNpComInfo3() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetNpComInfo4() { +s32 PS4_SYSV_ABI sceNpAsmClientGetNpComInfo4() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetNpTitleId() { +s32 PS4_SYSV_ABI sceNpAsmClientGetNpTitleId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetNpTitleToken() { +s32 PS4_SYSV_ABI sceNpAsmClientGetNpTitleToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetNpTitleToken2() { +s32 PS4_SYSV_ABI sceNpAsmClientGetNpTitleToken2() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetNpTitleTokenA() { +s32 PS4_SYSV_ABI sceNpAsmClientGetNpTitleTokenA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetRelatedGameNpTitleIds() { +s32 PS4_SYSV_ABI sceNpAsmClientGetRelatedGameNpTitleIds() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetRelatedGameNpTitleIdsA() { +s32 PS4_SYSV_ABI sceNpAsmClientGetRelatedGameNpTitleIdsA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetRelatedGameNpTitleIdsResult() { +s32 PS4_SYSV_ABI sceNpAsmClientGetRelatedGameNpTitleIdsResult() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrl() { +s32 PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrl() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrlA() { +s32 PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrlA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrlWithNpTitleId() { +s32 PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrlWithNpTitleId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrlWithNpTitleIdA() { +s32 PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrlWithNpTitleIdA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetServiceIdInfo() { +s32 PS4_SYSV_ABI sceNpAsmClientGetServiceIdInfo() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientGetServiceIdInfoA() { +s32 PS4_SYSV_ABI sceNpAsmClientGetServiceIdInfoA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientInitialize() { +s32 PS4_SYSV_ABI sceNpAsmClientInitialize() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientSetNpTitleId() { +s32 PS4_SYSV_ABI sceNpAsmClientSetNpTitleId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmClientTerminate() { +s32 PS4_SYSV_ABI sceNpAsmClientTerminate() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmCreateConnection() { +s32 PS4_SYSV_ABI sceNpAsmCreateConnection() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmCreateRequest() { +s32 PS4_SYSV_ABI sceNpAsmCreateRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmDeleteConnection() { +s32 PS4_SYSV_ABI sceNpAsmDeleteConnection() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmDeleteRequest() { +s32 PS4_SYSV_ABI sceNpAsmDeleteRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmGenerateNpTitleToken() { +s32 PS4_SYSV_ABI sceNpAsmGenerateNpTitleToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmGenerateNpTitleToken2() { +s32 PS4_SYSV_ABI sceNpAsmGenerateNpTitleToken2() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmGetNpCommInfo() { +s32 PS4_SYSV_ABI sceNpAsmGetNpCommInfo() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmGetNpCommInfo2() { +s32 PS4_SYSV_ABI sceNpAsmGetNpCommInfo2() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmGetRelatedGameNpTitleIds() { +s32 PS4_SYSV_ABI sceNpAsmGetRelatedGameNpTitleIds() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmGetServiceBaseUrl() { +s32 PS4_SYSV_ABI sceNpAsmGetServiceBaseUrl() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmGetServiceIdInfo() { +s32 PS4_SYSV_ABI sceNpAsmGetServiceIdInfo() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmInitialize() { +s32 PS4_SYSV_ABI sceNpAsmInitialize() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpAsmTerminate() { +s32 PS4_SYSV_ABI sceNpAsmTerminate() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpCheckCallback() { +s32 PS4_SYSV_ABI sceNpCheckCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpCheckNpAvailabilityA() { +s32 PS4_SYSV_ABI sceNpCheckNpAvailabilityA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpCheckNpReachability() { +s32 PS4_SYSV_ABI sceNpCheckNpReachability() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpCheckPlus() { +s32 PS4_SYSV_ABI sceNpCheckPlus() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpCreateAsyncRequest() { +s32 PS4_SYSV_ABI sceNpCreateAsyncRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpCreateRequest() { +s32 PS4_SYSV_ABI sceNpCreateRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpDeleteRequest() { +s32 PS4_SYSV_ABI sceNpDeleteRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetAccountAge() { +s32 PS4_SYSV_ABI sceNpGetAccountAge() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetAccountCountryA() { +s32 PS4_SYSV_ABI sceNpGetAccountCountryA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetAccountDateOfBirthA() { +s32 PS4_SYSV_ABI sceNpGetAccountDateOfBirthA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetAccountIdA() { +s32 PS4_SYSV_ABI sceNpGetAccountIdA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetAccountLanguage2() { +s32 PS4_SYSV_ABI sceNpGetAccountLanguage2() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetAccountLanguageA() { +s32 PS4_SYSV_ABI sceNpGetAccountLanguageA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetGamePresenceStatusA() { +s32 PS4_SYSV_ABI sceNpGetGamePresenceStatusA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetNpId() { +s32 PS4_SYSV_ABI sceNpGetNpId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetNpReachabilityState() { +s32 PS4_SYSV_ABI sceNpGetNpReachabilityState() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetOnlineId() { +s32 PS4_SYSV_ABI sceNpGetOnlineId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetParentalControlInfoA() { +s32 PS4_SYSV_ABI sceNpGetParentalControlInfoA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetState() { +s32 PS4_SYSV_ABI sceNpGetState() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpGetUserIdByAccountId() { +s32 PS4_SYSV_ABI sceNpGetUserIdByAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpHasSignedUp() { +s32 PS4_SYSV_ABI sceNpHasSignedUp() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIdMapperAbortRequest() { +s32 PS4_SYSV_ABI sceNpIdMapperAbortRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIdMapperAccountIdToNpId() { +s32 PS4_SYSV_ABI sceNpIdMapperAccountIdToNpId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIdMapperAccountIdToOnlineId() { +s32 PS4_SYSV_ABI sceNpIdMapperAccountIdToOnlineId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIdMapperCreateRequest() { +s32 PS4_SYSV_ABI sceNpIdMapperCreateRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIdMapperDeleteRequest() { +s32 PS4_SYSV_ABI sceNpIdMapperDeleteRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIdMapperNpIdToAccountId() { +s32 PS4_SYSV_ABI sceNpIdMapperNpIdToAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIdMapperOnlineIdToAccountId() { +s32 PS4_SYSV_ABI sceNpIdMapperOnlineIdToAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpInGameMessageAbortHandle() { +s32 PS4_SYSV_ABI sceNpInGameMessageAbortHandle() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpInGameMessageCheckCallback() { +s32 PS4_SYSV_ABI sceNpInGameMessageCheckCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpInGameMessageCreateHandle() { +s32 PS4_SYSV_ABI sceNpInGameMessageCreateHandle() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpInGameMessageDeleteHandle() { +s32 PS4_SYSV_ABI sceNpInGameMessageDeleteHandle() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpInGameMessageGetMemoryPoolStatistics() { +s32 PS4_SYSV_ABI sceNpInGameMessageGetMemoryPoolStatistics() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpInGameMessageInitialize() { +s32 PS4_SYSV_ABI sceNpInGameMessageInitialize() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpInGameMessagePrepareA() { +s32 PS4_SYSV_ABI sceNpInGameMessagePrepareA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpInGameMessageSendDataA() { +s32 PS4_SYSV_ABI sceNpInGameMessageSendDataA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpInGameMessageTerminate() { +s32 PS4_SYSV_ABI sceNpInGameMessageTerminate() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIntCheckPlus() { +s32 PS4_SYSV_ABI sceNpIntCheckPlus() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIntGetAppType() { +s32 PS4_SYSV_ABI sceNpIntGetAppType() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIntGetGamePresenceStatus() { +s32 PS4_SYSV_ABI sceNpIntGetGamePresenceStatus() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIntGetNpTitleId() { +s32 PS4_SYSV_ABI sceNpIntGetNpTitleId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIntGetNpTitleIdSecret() { +s32 PS4_SYSV_ABI sceNpIntGetNpTitleIdSecret() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpIntRegisterGamePresenceCallback() { +s32 PS4_SYSV_ABI sceNpIntRegisterGamePresenceCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntAbortRequest() { +s32 PS4_SYSV_ABI sceNpManagerIntAbortRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntAddActiveSigninStateCallback() { +s32 PS4_SYSV_ABI sceNpManagerIntAddActiveSigninStateCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntAddOnlineIdChangeCallback() { +s32 PS4_SYSV_ABI sceNpManagerIntAddOnlineIdChangeCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntAddPlusMemberTypeCallback() { +s32 PS4_SYSV_ABI sceNpManagerIntAddPlusMemberTypeCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntAddSigninStateCallback() { +s32 PS4_SYSV_ABI sceNpManagerIntAddSigninStateCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntAuthGetAuthorizationCode() { +s32 PS4_SYSV_ABI sceNpManagerIntAuthGetAuthorizationCode() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntAuthGetIdToken() { +s32 PS4_SYSV_ABI sceNpManagerIntAuthGetIdToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntBindOfflineAccountId() { +s32 PS4_SYSV_ABI sceNpManagerIntBindOfflineAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntCheckGameNpAvailability() { +s32 PS4_SYSV_ABI sceNpManagerIntCheckGameNpAvailability() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntCheckNpAvailability() { +s32 PS4_SYSV_ABI sceNpManagerIntCheckNpAvailability() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntCheckNpAvailabilityByPid() { +s32 PS4_SYSV_ABI sceNpManagerIntCheckNpAvailabilityByPid() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntCheckNpState() { +s32 PS4_SYSV_ABI sceNpManagerIntCheckNpState() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntCheckNpStateA() { +s32 PS4_SYSV_ABI sceNpManagerIntCheckNpStateA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntClearGameAccessToken() { +s32 PS4_SYSV_ABI sceNpManagerIntClearGameAccessToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntClearOnlineIdChangeFlag() { +s32 PS4_SYSV_ABI sceNpManagerIntClearOnlineIdChangeFlag() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntClearTicket() { +s32 PS4_SYSV_ABI sceNpManagerIntClearTicket() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntClearUsedFlag() { +s32 PS4_SYSV_ABI sceNpManagerIntClearUsedFlag() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntClearVshAccessToken() { +s32 PS4_SYSV_ABI sceNpManagerIntClearVshAccessToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntCreateLoginContext() { +s32 PS4_SYSV_ABI sceNpManagerIntCreateLoginContext() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntCreateLoginRequest() { +s32 PS4_SYSV_ABI sceNpManagerIntCreateLoginRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntCreateRequest() { +s32 PS4_SYSV_ABI sceNpManagerIntCreateRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntDeleteLoginContext() { +s32 PS4_SYSV_ABI sceNpManagerIntDeleteLoginContext() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntDeleteRequest() { +s32 PS4_SYSV_ABI sceNpManagerIntDeleteRequest() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAccountCountry() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountCountry() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAccountCountryA() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountCountryA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAccountCountrySdk() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountCountrySdk() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAccountDateOfBirthA() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountDateOfBirthA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAccountDateOfBirthSdk() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountDateOfBirthSdk() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAccountId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAccountIdSdk() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountIdSdk() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAccountLanguage() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountLanguage() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAccountLanguageA() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountLanguageA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAccountNpEnv() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountNpEnv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAccountType() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountType() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetActiveSigninState() { +s32 PS4_SYSV_ABI sceNpManagerIntGetActiveSigninState() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAuthorizationCodeA() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAuthorizationCodeA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAuthorizationCodeWithPsnoUri() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAuthorizationCodeWithPsnoUri() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetAuthServerErrorFlag() { +s32 PS4_SYSV_ABI sceNpManagerIntGetAuthServerErrorFlag() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetClientCredentialAccessToken() { +s32 PS4_SYSV_ABI sceNpManagerIntGetClientCredentialAccessToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetCommunicationRestrictionStatus() { +s32 PS4_SYSV_ABI sceNpManagerIntGetCommunicationRestrictionStatus() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetGameAccessToken() { +s32 PS4_SYSV_ABI sceNpManagerIntGetGameAccessToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetIssuerId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetIssuerId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetLastAccountLanguage() { +s32 PS4_SYSV_ABI sceNpManagerIntGetLastAccountLanguage() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetMAccountId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetMAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetNpEnv() { +s32 PS4_SYSV_ABI sceNpManagerIntGetNpEnv() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetNpId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetNpId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetNpIdByOnlineId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetNpIdByOnlineId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetNpIdSdk() { +s32 PS4_SYSV_ABI sceNpManagerIntGetNpIdSdk() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetOfflineAccountId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetOfflineAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetOnlineIdByAccountId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetOnlineIdByAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetOnlineIdChangeFlag() { +s32 PS4_SYSV_ABI sceNpManagerIntGetOnlineIdChangeFlag() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetOnlineIdInternal() { +s32 PS4_SYSV_ABI sceNpManagerIntGetOnlineIdInternal() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetOnlineIdSdk() { +s32 PS4_SYSV_ABI sceNpManagerIntGetOnlineIdSdk() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetParentalControlFlag() { +s32 PS4_SYSV_ABI sceNpManagerIntGetParentalControlFlag() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetParentalControlInfo() { +s32 PS4_SYSV_ABI sceNpManagerIntGetParentalControlInfo() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetParentalControlInfoA() { +s32 PS4_SYSV_ABI sceNpManagerIntGetParentalControlInfoA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetPlusMemberType() { +s32 PS4_SYSV_ABI sceNpManagerIntGetPlusMemberType() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetPlusMemberTypeNB() { +s32 PS4_SYSV_ABI sceNpManagerIntGetPlusMemberTypeNB() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetServerError() { +s32 PS4_SYSV_ABI sceNpManagerIntGetServerError() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetSigninState() { +s32 PS4_SYSV_ABI sceNpManagerIntGetSigninState() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetTicket() { +s32 PS4_SYSV_ABI sceNpManagerIntGetTicket() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetTicketA() { +s32 PS4_SYSV_ABI sceNpManagerIntGetTicketA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetTitleTokenWithCheck() { +s32 PS4_SYSV_ABI sceNpManagerIntGetTitleTokenWithCheck() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetUserIdByAccountId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetUserIdByAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetUserIdByMAccountId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetUserIdByMAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetUserIdByNpId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetUserIdByNpId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetUserIdByOfflineAccountId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetUserIdByOfflineAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetUserIdByOnlineId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetUserIdByOnlineId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetUserIdByOnlineIdSdk() { +s32 PS4_SYSV_ABI sceNpManagerIntGetUserIdByOnlineIdSdk() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetUserList() { +s32 PS4_SYSV_ABI sceNpManagerIntGetUserList() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetUserNum() { +s32 PS4_SYSV_ABI sceNpManagerIntGetUserNum() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetVshAccessToken() { +s32 PS4_SYSV_ABI sceNpManagerIntGetVshAccessToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetVshAccessTokenWithCheck() { +s32 PS4_SYSV_ABI sceNpManagerIntGetVshAccessTokenWithCheck() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntGetVshClientId() { +s32 PS4_SYSV_ABI sceNpManagerIntGetVshClientId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntIsSubAccount() { +s32 PS4_SYSV_ABI sceNpManagerIntIsSubAccount() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntIsTemporarySignout() { +s32 PS4_SYSV_ABI sceNpManagerIntIsTemporarySignout() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntIsUnregisteredClientError() { +s32 PS4_SYSV_ABI sceNpManagerIntIsUnregisteredClientError() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginAddJsonInfo() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginAddJsonInfo() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginAuthenticate() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginAuthenticate() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginBind() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginBind() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginGet2svInfo() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginGet2svInfo() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginGetAccessToken() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetAccessToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginGetAccessTokenViaImplicitFlow() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetAccessTokenViaImplicitFlow() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginGetAccountId() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginGetAuthenticateResponse() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetAuthenticateResponse() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginGetAuthorizationCode() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetAuthorizationCode() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginGetDeviceCodeInfo() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetDeviceCodeInfo() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginGetEmail() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetEmail() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginGetOnlineId() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetOnlineId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginGetUserId() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetUserId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginParseJsonUserInfo() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginParseJsonUserInfo() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginResetSsoToken() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginResetSsoToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginRevalidatePassword() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginRevalidatePassword() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginSetAccountInfo() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginSetAccountInfo() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginSetSsoToken() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginSetSsoToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginSignin() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginSignin() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginValidateCredential() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginValidateCredential() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginValidateKratosAuthCode() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginValidateKratosAuthCode() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntLoginVerifyDeviceCode() { +s32 PS4_SYSV_ABI sceNpManagerIntLoginVerifyDeviceCode() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntPfAuth() { +s32 PS4_SYSV_ABI sceNpManagerIntPfAuth() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntRemoveActiveSigninStateCallback() { +s32 PS4_SYSV_ABI sceNpManagerIntRemoveActiveSigninStateCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntRemoveOnlineIdChangeCallback() { +s32 PS4_SYSV_ABI sceNpManagerIntRemoveOnlineIdChangeCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntRemovePlusMemberTypeCallback() { +s32 PS4_SYSV_ABI sceNpManagerIntRemovePlusMemberTypeCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntRemoveSigninStateCallback() { +s32 PS4_SYSV_ABI sceNpManagerIntRemoveSigninStateCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntRevalidatePassword() { +s32 PS4_SYSV_ABI sceNpManagerIntRevalidatePassword() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntSetPlusMemberTypeNB() { +s32 PS4_SYSV_ABI sceNpManagerIntSetPlusMemberTypeNB() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntSetTimeout() { +s32 PS4_SYSV_ABI sceNpManagerIntSetTimeout() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntSignout() { +s32 PS4_SYSV_ABI sceNpManagerIntSignout() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntSubmitUserCode() { +s32 PS4_SYSV_ABI sceNpManagerIntSubmitUserCode() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntTemporarySignout() { +s32 PS4_SYSV_ABI sceNpManagerIntTemporarySignout() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntUnbindOfflineAccountId() { +s32 PS4_SYSV_ABI sceNpManagerIntUnbindOfflineAccountId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntUpdateVshAccessToken() { +s32 PS4_SYSV_ABI sceNpManagerIntUpdateVshAccessToken() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerIntWebLoginRequired() { +s32 PS4_SYSV_ABI sceNpManagerIntWebLoginRequired() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerPrxStartVsh() { +s32 PS4_SYSV_ABI sceNpManagerPrxStartVsh() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpManagerPrxStopVsh() { +s32 PS4_SYSV_ABI sceNpManagerPrxStopVsh() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpNotifyPlusFeature() { +s32 PS4_SYSV_ABI sceNpNotifyPlusFeature() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPollAsync() { +s32 PS4_SYSV_ABI sceNpPollAsync() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2CreateUserContext() { +s32 PS4_SYSV_ABI sceNpPush2CreateUserContext() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2DeleteUserContext() { +s32 PS4_SYSV_ABI sceNpPush2DeleteUserContext() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2Init() { +s32 PS4_SYSV_ABI sceNpPush2Init() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2IsInit() { +s32 PS4_SYSV_ABI sceNpPush2IsInit() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2OptionalCheckCallback() { +s32 PS4_SYSV_ABI sceNpPush2OptionalCheckCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2RegisterDataType() { +s32 PS4_SYSV_ABI sceNpPush2RegisterDataType() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2RegisterExtendedDataFilter() { +s32 PS4_SYSV_ABI sceNpPush2RegisterExtendedDataFilter() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2RegisterNotificationExCallback() { +s32 PS4_SYSV_ABI sceNpPush2RegisterNotificationExCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2SendPushStatisticsDataSystemTelemetry() { +s32 PS4_SYSV_ABI sceNpPush2SendPushStatisticsDataSystemTelemetry() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2SetGlobalMutex() { +s32 PS4_SYSV_ABI sceNpPush2SetGlobalMutex() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2SetNpCommunicationId() { +s32 PS4_SYSV_ABI sceNpPush2SetNpCommunicationId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2Term() { +s32 PS4_SYSV_ABI sceNpPush2Term() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2TriggerEmptyUserEvent() { +s32 PS4_SYSV_ABI sceNpPush2TriggerEmptyUserEvent() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2UnregisterDataType() { +s32 PS4_SYSV_ABI sceNpPush2UnregisterDataType() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2UnregisterExtendedDataFilter() { +s32 PS4_SYSV_ABI sceNpPush2UnregisterExtendedDataFilter() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2UnregisterNotificationExCallback() { +s32 PS4_SYSV_ABI sceNpPush2UnregisterNotificationExCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2UnsetNpCommunicationId() { +s32 PS4_SYSV_ABI sceNpPush2UnsetNpCommunicationId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPush2WaitCallback() { +s32 PS4_SYSV_ABI sceNpPush2WaitCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushCheckCallback() { +s32 PS4_SYSV_ABI sceNpPushCheckCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushInit() { +s32 PS4_SYSV_ABI sceNpPushInit() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushIntBeginInactive() { +s32 PS4_SYSV_ABI sceNpPushIntBeginInactive() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushIntEndInactive() { +s32 PS4_SYSV_ABI sceNpPushIntEndInactive() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushIntGetBindUserState() { +s32 PS4_SYSV_ABI sceNpPushIntGetBindUserState() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushIntGetConnectionState() { +s32 PS4_SYSV_ABI sceNpPushIntGetConnectionState() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushIntRegisterNotificationPacketCallback() { +s32 PS4_SYSV_ABI sceNpPushIntRegisterNotificationPacketCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushIntUnregisterNotificationPacketCallback() { +s32 PS4_SYSV_ABI sceNpPushIntUnregisterNotificationPacketCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushRegisterExtendedDataFilter() { +s32 PS4_SYSV_ABI sceNpPushRegisterExtendedDataFilter() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushRegisterNotificationExCallback() { +s32 PS4_SYSV_ABI sceNpPushRegisterNotificationExCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushSetNpCommunicationId() { +s32 PS4_SYSV_ABI sceNpPushSetNpCommunicationId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushStartNotification() { +s32 PS4_SYSV_ABI sceNpPushStartNotification() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushStartNotificationA() { +s32 PS4_SYSV_ABI sceNpPushStartNotificationA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushStopNotification() { +s32 PS4_SYSV_ABI sceNpPushStopNotification() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushStopNotificationA() { +s32 PS4_SYSV_ABI sceNpPushStopNotificationA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushTerm() { +s32 PS4_SYSV_ABI sceNpPushTerm() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushUnregisterExtendedDataFilter() { +s32 PS4_SYSV_ABI sceNpPushUnregisterExtendedDataFilter() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushUnregisterNotificationCallback() { +s32 PS4_SYSV_ABI sceNpPushUnregisterNotificationCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpPushUnsetNpCommunicationId() { +s32 PS4_SYSV_ABI sceNpPushUnsetNpCommunicationId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpRegisterGamePresenceCallbackA() { +s32 PS4_SYSV_ABI sceNpRegisterGamePresenceCallbackA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpRegisterNpReachabilityStateCallback() { +s32 PS4_SYSV_ABI sceNpRegisterNpReachabilityStateCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpRegisterPlusEventCallback() { +s32 PS4_SYSV_ABI sceNpRegisterPlusEventCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpRegisterStateCallbackA() { +s32 PS4_SYSV_ABI sceNpRegisterStateCallbackA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpServiceClientInit() { +s32 PS4_SYSV_ABI sceNpServiceClientInit() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpServiceClientTerm() { +s32 PS4_SYSV_ABI sceNpServiceClientTerm() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpSetAdditionalScope() { +s32 PS4_SYSV_ABI sceNpSetAdditionalScope() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpSetContentRestriction() { +s32 PS4_SYSV_ABI sceNpSetContentRestriction() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpSetGamePresenceOnlineA() { +s32 PS4_SYSV_ABI sceNpSetGamePresenceOnlineA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpSetNpTitleId() { +s32 PS4_SYSV_ABI sceNpSetNpTitleId() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpSetNpTitleIdVsh() { +s32 PS4_SYSV_ABI sceNpSetNpTitleIdVsh() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpSetTimeout() { +s32 PS4_SYSV_ABI sceNpSetTimeout() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpUnregisterGamePresenceCallbackA() { +s32 PS4_SYSV_ABI sceNpUnregisterGamePresenceCallbackA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpUnregisterNpReachabilityStateCallback() { +s32 PS4_SYSV_ABI sceNpUnregisterNpReachabilityStateCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpUnregisterPlusEventCallback() { +s32 PS4_SYSV_ABI sceNpUnregisterPlusEventCallback() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpUnregisterStateCallbackA() { +s32 PS4_SYSV_ABI sceNpUnregisterStateCallbackA() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpWaitAsync() { +s32 PS4_SYSV_ABI sceNpWaitAsync() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_05003628D66BD87D() { +s32 PS4_SYSV_ABI Func_05003628D66BD87D() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_0C388A4F21C98AF9() { +s32 PS4_SYSV_ABI Func_0C388A4F21C98AF9() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_0CECC7A08A3E50AF() { +s32 PS4_SYSV_ABI Func_0CECC7A08A3E50AF() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_0D17030A1DA18EEB() { +s32 PS4_SYSV_ABI Func_0D17030A1DA18EEB() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_0F0F320B6AD8A53D() { +s32 PS4_SYSV_ABI Func_0F0F320B6AD8A53D() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_113C477090F9A174() { +s32 PS4_SYSV_ABI Func_113C477090F9A174() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_12D367D5C727F008() { +s32 PS4_SYSV_ABI Func_12D367D5C727F008() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_1640120BD475931E() { +s32 PS4_SYSV_ABI Func_1640120BD475931E() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_1AFE1C07C95E65A5() { +s32 PS4_SYSV_ABI Func_1AFE1C07C95E65A5() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_1D983C7E0C28AC72() { +s32 PS4_SYSV_ABI Func_1D983C7E0C28AC72() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_208943695A3B58FE() { +s32 PS4_SYSV_ABI Func_208943695A3B58FE() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_258A3D10C99A43BB() { +s32 PS4_SYSV_ABI Func_258A3D10C99A43BB() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_263E325794B412AC() { +s32 PS4_SYSV_ABI Func_263E325794B412AC() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_2B6A4BF35C5E240D() { +s32 PS4_SYSV_ABI Func_2B6A4BF35C5E240D() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_2B707FFE05ACB009() { +s32 PS4_SYSV_ABI Func_2B707FFE05ACB009() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_2CE5AB230EBAF8B4() { +s32 PS4_SYSV_ABI Func_2CE5AB230EBAF8B4() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_3237EE3C3AFC187B() { +s32 PS4_SYSV_ABI Func_3237EE3C3AFC187B() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_33D4DFB2A1603BFF() { +s32 PS4_SYSV_ABI Func_33D4DFB2A1603BFF() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_3821D79C1ED86F33() { +s32 PS4_SYSV_ABI Func_3821D79C1ED86F33() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_3F431997C7105BBF() { +s32 PS4_SYSV_ABI Func_3F431997C7105BBF() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_4192797C2D2D3FC3() { +s32 PS4_SYSV_ABI Func_4192797C2D2D3FC3() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_41C7E3D88BBB7F75() { +s32 PS4_SYSV_ABI Func_41C7E3D88BBB7F75() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_438F60858A883FCF() { +s32 PS4_SYSV_ABI Func_438F60858A883FCF() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_4C4A062E5660FABD() { +s32 PS4_SYSV_ABI Func_4C4A062E5660FABD() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_4C808F7A4EFA36A7() { +s32 PS4_SYSV_ABI Func_4C808F7A4EFA36A7() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_4E1CED7E62F68F46() { +s32 PS4_SYSV_ABI Func_4E1CED7E62F68F46() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_5161A48C6A61C4BF() { +s32 PS4_SYSV_ABI Func_5161A48C6A61C4BF() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_542603999CA0AEE9() { +s32 PS4_SYSV_ABI Func_542603999CA0AEE9() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_54690B41C1128799() { +s32 PS4_SYSV_ABI Func_54690B41C1128799() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_55A76C7C29521FAD() { +s32 PS4_SYSV_ABI Func_55A76C7C29521FAD() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_562B234AAE25F80C() { +s32 PS4_SYSV_ABI Func_562B234AAE25F80C() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_58D1975026DD864A() { +s32 PS4_SYSV_ABI Func_58D1975026DD864A() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_5A60395F8C3FE128() { +s32 PS4_SYSV_ABI Func_5A60395F8C3FE128() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_5B382777E9B5F294() { +s32 PS4_SYSV_ABI Func_5B382777E9B5F294() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_5DB301F9CD649671() { +s32 PS4_SYSV_ABI Func_5DB301F9CD649671() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_6441D55869D8D6F2() { +s32 PS4_SYSV_ABI Func_6441D55869D8D6F2() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_69068E18854284DE() { +s32 PS4_SYSV_ABI Func_69068E18854284DE() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_6F59C3B00B03E05A() { +s32 PS4_SYSV_ABI Func_6F59C3B00B03E05A() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_724CCE7F78A1356B() { +s32 PS4_SYSV_ABI Func_724CCE7F78A1356B() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_750F1B053C243308() { +s32 PS4_SYSV_ABI Func_750F1B053C243308() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_760F079BB91DE258() { +s32 PS4_SYSV_ABI Func_760F079BB91DE258() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_78657523221556EF() { +s32 PS4_SYSV_ABI Func_78657523221556EF() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_8089888BD363EDA6() { +s32 PS4_SYSV_ABI Func_8089888BD363EDA6() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_810CA029B6F7C3A1() { +s32 PS4_SYSV_ABI Func_810CA029B6F7C3A1() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_8253B94686A8D3FD() { +s32 PS4_SYSV_ABI Func_8253B94686A8D3FD() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_8665138A709E1654() { +s32 PS4_SYSV_ABI Func_8665138A709E1654() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_882F48FAE6097C0C() { +s32 PS4_SYSV_ABI Func_882F48FAE6097C0C() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_89DBE4B3303FF888() { +s32 PS4_SYSV_ABI Func_89DBE4B3303FF888() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_8BD3E57620BDDC38() { +s32 PS4_SYSV_ABI Func_8BD3E57620BDDC38() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_8F0A74013AD633EC() { +s32 PS4_SYSV_ABI Func_8F0A74013AD633EC() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_8FA6264BF3F6CC00() { +s32 PS4_SYSV_ABI Func_8FA6264BF3F6CC00() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_9292E87C2C0971E4() { +s32 PS4_SYSV_ABI Func_9292E87C2C0971E4() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_92CA292318CA03A8() { +s32 PS4_SYSV_ABI Func_92CA292318CA03A8() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_9348596C2B17F662() { +s32 PS4_SYSV_ABI Func_9348596C2B17F662() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_9507E9B321A5E0D7() { +s32 PS4_SYSV_ABI Func_9507E9B321A5E0D7() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_98CA95E231980731() { +s32 PS4_SYSV_ABI Func_98CA95E231980731() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_9E66CC4BBF2C1990() { +s32 PS4_SYSV_ABI Func_9E66CC4BBF2C1990() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_9E6CEF7064891F84() { +s32 PS4_SYSV_ABI Func_9E6CEF7064891F84() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_A7BC2C792E9522C5() { +s32 PS4_SYSV_ABI Func_A7BC2C792E9522C5() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_ABBA0F809548CB02() { +s32 PS4_SYSV_ABI Func_ABBA0F809548CB02() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_B14A27A4CEDE020F() { +s32 PS4_SYSV_ABI Func_B14A27A4CEDE020F() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_B323EE1C23AB97F3() { +s32 PS4_SYSV_ABI Func_B323EE1C23AB97F3() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_B429819DAEF40BAC() { +s32 PS4_SYSV_ABI Func_B429819DAEF40BAC() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_B54B9571BEAD82C5() { +s32 PS4_SYSV_ABI Func_B54B9571BEAD82C5() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_B5ACB5CF4A4114A6() { +s32 PS4_SYSV_ABI Func_B5ACB5CF4A4114A6() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_BA41BE0F44157EE4() { +s32 PS4_SYSV_ABI Func_BA41BE0F44157EE4() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_BAA1DEC848D99690() { +s32 PS4_SYSV_ABI Func_BAA1DEC848D99690() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_BB8CCCD6C9480EB2() { +s32 PS4_SYSV_ABI Func_BB8CCCD6C9480EB2() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_BEC25DAAE8B8B81F() { +s32 PS4_SYSV_ABI Func_BEC25DAAE8B8B81F() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_BFEE936391AB0C70() { +s32 PS4_SYSV_ABI Func_BFEE936391AB0C70() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C0DD2DBE2EA66F7A() { +s32 PS4_SYSV_ABI Func_C0DD2DBE2EA66F7A() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C1F858BF5B86C2A1() { +s32 PS4_SYSV_ABI Func_C1F858BF5B86C2A1() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C240618E6FC39206() { +s32 PS4_SYSV_ABI Func_C240618E6FC39206() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C338A34450310E79() { +s32 PS4_SYSV_ABI Func_C338A34450310E79() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C91EE3603D966909() { +s32 PS4_SYSV_ABI Func_C91EE3603D966909() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_CB67035ED668CF6B() { +s32 PS4_SYSV_ABI Func_CB67035ED668CF6B() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_D5A5A28B7351A9BE() { +s32 PS4_SYSV_ABI Func_D5A5A28B7351A9BE() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_DA8426059F1D5A2D() { +s32 PS4_SYSV_ABI Func_DA8426059F1D5A2D() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_DA8E15DD00AF9DF8() { +s32 PS4_SYSV_ABI Func_DA8E15DD00AF9DF8() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_DB86987643BB5DD7() { +s32 PS4_SYSV_ABI Func_DB86987643BB5DD7() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_DEC53D7165C137DF() { +s32 PS4_SYSV_ABI Func_DEC53D7165C137DF() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_DFDEEE26F2EB96B3() { +s32 PS4_SYSV_ABI Func_DFDEEE26F2EB96B3() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_E2056A6F01642866() { +s32 PS4_SYSV_ABI Func_E2056A6F01642866() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_E240E9B8597EE56E() { +s32 PS4_SYSV_ABI Func_E240E9B8597EE56E() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_E32CE33B706F05F7() { +s32 PS4_SYSV_ABI Func_E32CE33B706F05F7() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_E4F67EFC91C84F87() { +s32 PS4_SYSV_ABI Func_E4F67EFC91C84F87() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_E6F041A2660F83EB() { +s32 PS4_SYSV_ABI Func_E6F041A2660F83EB() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_E979BA413BD84D38() { +s32 PS4_SYSV_ABI Func_E979BA413BD84D38() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_EDDDF2D305DB7866() { +s32 PS4_SYSV_ABI Func_EDDDF2D305DB7866() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_F08EC7725B42E2F9() { +s32 PS4_SYSV_ABI Func_F08EC7725B42E2F9() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_F3595D8EFFF26EC0() { +s32 PS4_SYSV_ABI Func_F3595D8EFFF26EC0() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_F3DF5271142F155D() { +s32 PS4_SYSV_ABI Func_F3DF5271142F155D() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_F89997168DC987A8() { +s32 PS4_SYSV_ABI Func_F89997168DC987A8() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_F91B5B25CC9B30D9() { +s32 PS4_SYSV_ABI Func_F91B5B25CC9B30D9() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_FC335B7102A585B3() { +s32 PS4_SYSV_ABI Func_FC335B7102A585B3() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_FCEAC354CA8B206E() { +s32 PS4_SYSV_ABI Func_FCEAC354CA8B206E() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_FF966E4351E564D6() { +s32 PS4_SYSV_ABI Func_FF966E4351E564D6() { LOG_ERROR(Lib_NpManager, "(STUBBED) called"); return ORBIS_OK; } @@ -2558,10 +2558,11 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { _sceNpIpcCreateMemoryFromPool); LIB_FUNCTION("hyuye+88uPo", "libSceNpManager", 1, "libSceNpManager", 1, 1, _sceNpIpcDestroyMemory); - LIB_FUNCTION("VY8Xji9cAFA", "libSceNpManager", 1, "libSceNpManager", 1, 1,_sceNpIpcFreeImpl); + LIB_FUNCTION("VY8Xji9cAFA", "libSceNpManager", 1, "libSceNpManager", 1, 1, _sceNpIpcFreeImpl); LIB_FUNCTION("V38nfJwXYhg", "libSceNpManager", 1, "libSceNpManager", 1, 1, _sceNpIpcGetNpMemAllocator); - LIB_FUNCTION("VBZtcFn7+aY", "libSceNpManager", 1, "libSceNpManager", 1, 1,_sceNpIpcMallocImpl); + 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, @@ -2696,30 +2697,42 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { _ZN3sce2np4NpIdC1ERK7SceNpId); LIB_FUNCTION("SuCCD+AZwCc", "libSceNpManager", 1, "libSceNpManager", 1, 1, _ZN3sce2np4NpIdC1ERKS1_); - LIB_FUNCTION("YU-PxwZq21U", "libSceNpManager", 1, "libSceNpManager", 1, 1,_ZN3sce2np4NpIdC1Ev); + LIB_FUNCTION("YU-PxwZq21U", "libSceNpManager", 1, "libSceNpManager", 1, 1, + _ZN3sce2np4NpIdC1Ev); LIB_FUNCTION("ZHZ6QZ8xHLE", "libSceNpManager", 1, "libSceNpManager", 1, 1, _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("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, _ZN3sce2np4User7GetUserEiPS1_); - LIB_FUNCTION("Z4wnPrd9jIE", "libSceNpManager", 1, "libSceNpManager", 1, 1,_ZN3sce2np4UserC1Ei); + 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("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("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, _ZN3sce2np8NpTicket5ClearEv); LIB_FUNCTION("KjXpVcQXaYc", "libSceNpManager", 1, "libSceNpManager", 1, 1, @@ -2780,8 +2793,8 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { _ZThn8_N3sce2np11NpHttpTransD0Ev); LIB_FUNCTION("mHE2Hk9Ki80", "libSceNpManager", 1, "libSceNpManager", 1, 1, _ZThn8_N3sce2np11NpHttpTransD1Ev); - LIB_FUNCTION("OzKvTvg3ZYU", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpAbortRequest); - LIB_FUNCTION("JrXA7baBMPQ", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpAsmAbort); + 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, sceNpAsmClientAbortRequest); LIB_FUNCTION("coT6qsU5t9M", "libSceNpManager", 1, "libSceNpManager", 1, 1, @@ -2874,9 +2887,9 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { 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("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, @@ -2885,12 +2898,12 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { sceNpCheckNpAvailabilityA); LIB_FUNCTION("KfGZg2y73oM", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpCheckNpReachability); - LIB_FUNCTION("r6MyYJkryz8", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpCheckPlus); + 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("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, @@ -2899,8 +2912,8 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { sceNpGetAccountDateOfBirth); LIB_FUNCTION("q3M7XzBKC3s", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetAccountDateOfBirthA); - LIB_FUNCTION("a8R9-75u4iM", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpGetAccountId); - LIB_FUNCTION("rbknaUjpqWo", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpGetAccountIdA); + 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, @@ -2911,20 +2924,20 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { sceNpGetGamePresenceStatus); LIB_FUNCTION("oPO9U42YpgI", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetGamePresenceStatusA); - LIB_FUNCTION("p-o74CnoNzY", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpGetNpId); + LIB_FUNCTION("p-o74CnoNzY", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetNpId); LIB_FUNCTION("e-ZuhGEoeC4", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetNpReachabilityState); - LIB_FUNCTION("XDncXQIJUSk", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpGetOnlineId); + LIB_FUNCTION("XDncXQIJUSk", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetOnlineId); LIB_FUNCTION("ilwLM4zOmu4", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetParentalControlInfo); LIB_FUNCTION("m9L3O6yst-U", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetParentalControlInfoA); - LIB_FUNCTION("eQH7nWPcAgc", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpGetState); + LIB_FUNCTION("eQH7nWPcAgc", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetState); LIB_FUNCTION("VgYczPGB5ss", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetUserIdByAccountId); LIB_FUNCTION("F6E4ycq9Dbg", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpGetUserIdByOnlineId); - LIB_FUNCTION("Oad3rvY-NJQ", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpHasSignedUp); + LIB_FUNCTION("Oad3rvY-NJQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpHasSignedUp); LIB_FUNCTION("fJuQuipzW10", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpIdMapperAbortRequest); LIB_FUNCTION("alNLle2vACg", "libSceNpManager", 1, "libSceNpManager", 1, 1, @@ -2961,8 +2974,8 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { sceNpInGameMessageSendDataA); LIB_FUNCTION("bMG3cVmUmuk", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpInGameMessageTerminate); - LIB_FUNCTION("GsWjzRU7AWA", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpIntCheckPlus); - LIB_FUNCTION("H6xqSNWg0wM", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpIntGetAppType); + 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, sceNpIntGetGamePresenceStatus); LIB_FUNCTION("H0n1QHWdVwQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, @@ -2971,7 +2984,7 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { sceNpIntGetNpTitleIdSecret); LIB_FUNCTION("bZ2mBvP79d8", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpIntRegisterGamePresenceCallback); - LIB_FUNCTION("Ybu6AxV6S0o", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpIsPlusMember); + LIB_FUNCTION("Ybu6AxV6S0o", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpIsPlusMember); LIB_FUNCTION("AUuzKQIwhXY", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpManagerIntAbortRequest); LIB_FUNCTION("J0MUxuo9H9c", "libSceNpManager", 1, "libSceNpManager", 1, 1, @@ -3204,13 +3217,13 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { sceNpManagerPrxStopVsh); LIB_FUNCTION("Gaxrp3EWY-M", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpNotifyPlusFeature); - LIB_FUNCTION("uqcPJLWL08M", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpPollAsync); + LIB_FUNCTION("uqcPJLWL08M", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPollAsync); LIB_FUNCTION("QGN2n4c8na4", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPush2CreateUserContext); LIB_FUNCTION("HnV+y1xVP2c", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPush2DeleteUserContext); - LIB_FUNCTION("sDqpKnwnAJQ", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpPush2Init); - LIB_FUNCTION("i1lhp0Wlu+k", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpPush2IsInit); + 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, sceNpPush2OptionalCheckCallback); LIB_FUNCTION("CsIrEmYADDo", "libSceNpManager", 1, "libSceNpManager", 1, 1, @@ -3225,7 +3238,7 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { sceNpPush2SetGlobalMutex); LIB_FUNCTION("Y1EmilNpj3Y", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPush2SetNpCommunicationId); - LIB_FUNCTION("KjAjcg3W7F8", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpPush2Term); + LIB_FUNCTION("KjAjcg3W7F8", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPush2Term); LIB_FUNCTION("i9NM4gcpZhk", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPush2TriggerEmptyUserEvent); LIB_FUNCTION("rwM99K5fzIk", "libSceNpManager", 1, "libSceNpManager", 1, 1, @@ -3240,7 +3253,7 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { sceNpPush2WaitCallback); LIB_FUNCTION("kdrdY-BEJMw", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPushCheckCallback); - LIB_FUNCTION("DkN+WBclFps", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpPushInit); + LIB_FUNCTION("DkN+WBclFps", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPushInit); LIB_FUNCTION("1S2urF24zNQ", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPushIntBeginInactive); LIB_FUNCTION("XyvQv2qjUng", "libSceNpManager", 1, "libSceNpManager", 1, 1, @@ -3267,7 +3280,7 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { sceNpPushStopNotification); LIB_FUNCTION("Xa1igyHioag", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPushStopNotificationA); - LIB_FUNCTION("qo5mH49gnDA", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpPushTerm); + LIB_FUNCTION("qo5mH49gnDA", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPushTerm); LIB_FUNCTION("VxjXt8G-9Ns", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpPushUnregisterExtendedDataFilter); LIB_FUNCTION("6MuJ-vnDk6A", "libSceNpManager", 1, "libSceNpManager", 1, 1, @@ -3298,10 +3311,10 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { sceNpSetGamePresenceOnline); LIB_FUNCTION("C0gNCiRIi4U", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpSetGamePresenceOnlineA); - LIB_FUNCTION("Ec63y59l9tw", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpSetNpTitleId); + 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("-QglDeRr8D8", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpSetTimeout); LIB_FUNCTION("aJZyCcHxzu4", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpUnregisterGamePresenceCallbackA); LIB_FUNCTION("cRILAEvn+9M", "libSceNpManager", 1, "libSceNpManager", 1, 1, @@ -3312,7 +3325,7 @@ void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym) { sceNpUnregisterStateCallback); LIB_FUNCTION("M3wFXbYQtAA", "libSceNpManager", 1, "libSceNpManager", 1, 1, sceNpUnregisterStateCallbackA); - LIB_FUNCTION("jyi5p9XWUSs", "libSceNpManager", 1, "libSceNpManager", 1, 1,sceNpWaitAsync); + 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, diff --git a/libraries/npmanager.h b/libraries/npmanager.h index f83b78c..5046448 100644 --- a/libraries/npmanager.h +++ b/libraries/npmanager.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,507 +11,507 @@ class SymbolsResolver; namespace Libraries::NpManager { -int PS4_SYSV_ABI sceNpIsPlusMember(); -int PS4_SYSV_ABI Func_EF4378573542A508(); -int PS4_SYSV_ABI sceNpCheckNpAvailability(); -int PS4_SYSV_ABI sceNpGetAccountCountry(); -int PS4_SYSV_ABI sceNpGetAccountDateOfBirth(); -int PS4_SYSV_ABI sceNpGetAccountId(); -int PS4_SYSV_ABI sceNpGetAccountLanguage(); -int PS4_SYSV_ABI sceNpGetGamePresenceStatus(); -int PS4_SYSV_ABI sceNpGetParentalControlInfo(); -int PS4_SYSV_ABI sceNpGetUserIdByOnlineId(); -int PS4_SYSV_ABI sceNpInGameMessagePrepare(); -int PS4_SYSV_ABI sceNpInGameMessageSendData(); -int PS4_SYSV_ABI sceNpRegisterGamePresenceCallback(); -int PS4_SYSV_ABI sceNpRegisterStateCallback(); -int PS4_SYSV_ABI sceNpSetGamePresenceOnline(); -int PS4_SYSV_ABI sceNpUnregisterStateCallback(); -int PS4_SYSV_ABI sceNpCheckCallbackForLib(); -int PS4_SYSV_ABI sceNpRegisterStateCallbackForToolkit(); -int PS4_SYSV_ABI sceNpUnregisterStateCallbackForToolkit(); -int PS4_SYSV_ABI _sceNpIpcCreateMemoryFromKernel(); -int PS4_SYSV_ABI _sceNpIpcCreateMemoryFromPool(); -int PS4_SYSV_ABI _sceNpIpcDestroyMemory(); -int PS4_SYSV_ABI _sceNpIpcFreeImpl(); -int PS4_SYSV_ABI _sceNpIpcGetNpMemAllocator(); -int PS4_SYSV_ABI _sceNpIpcMallocImpl(); -int PS4_SYSV_ABI _sceNpIpcReallocImpl(); -int PS4_SYSV_ABI _sceNpManagerCreateMemoryFromKernel(); -int PS4_SYSV_ABI _sceNpManagerCreateMemoryFromPool(); -int PS4_SYSV_ABI _sceNpManagerDestroyMemory(); -int PS4_SYSV_ABI _sceNpManagerFreeImpl(); -int PS4_SYSV_ABI _sceNpManagerGetNpMemAllocator(); -int PS4_SYSV_ABI _sceNpManagerMallocImpl(); -int PS4_SYSV_ABI _sceNpManagerReallocImpl(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineId13GetNpOnlineIdERKNS0_4UserEP13SceNpOnlineId(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineId13GetNpOnlineIdERKNS0_4UserEPS1_(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineId16SetNpOnlineIdStrEPKc(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineId5ClearEv(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC1ERK13SceNpOnlineId(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC1ERKS1_(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC1Ev(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC2ERK13SceNpOnlineId(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC2ERKS1_(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC2Ev(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdD0Ev(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdD1Ev(); -int PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdD2Ev(); -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTrans13GetResultCodeEPNS0_6HandleE(); -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTrans21SetRequestAccessTokenEPNS0_6HandleE(); -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTrans24BuildAuthorizationHeaderERKNS0_13NpAccessTokenEPcm(); -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTransC2EP16SceNpAllocatorEx(); -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTransD0Ev(); -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTransD1Ev(); -int PS4_SYSV_ABI _ZN3sce2np11NpHttpTransD2Ev(); -int PS4_SYSV_ABI _ZN3sce2np12NpHttpClient4InitEii(); -int PS4_SYSV_ABI _ZN3sce2np12NpHttpClientC1EP16SceNpAllocatorEx(); -int PS4_SYSV_ABI _ZN3sce2np12NpHttpClientC2EP16SceNpAllocatorEx(); -int PS4_SYSV_ABI _ZN3sce2np12NpHttpClientD0Ev(); -int PS4_SYSV_ABI _ZN3sce2np12NpHttpClientD1Ev(); -int PS4_SYSV_ABI _ZN3sce2np12NpHttpClientD2Ev(); -int PS4_SYSV_ABI _ZN3sce2np12NpTitleToken5ClearEv(); -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC1ERKS1_(); -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC1Ev(); -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC2ERKS1_(); -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC2Ev(); -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenD0Ev(); -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenD1Ev(); -int PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenD2Ev(); -int PS4_SYSV_ABI _ZN3sce2np13NpAccessToken14GetAccessTokenEPNS0_6HandleERKNS0_4UserEPS1_(); -int PS4_SYSV_ABI _ZN3sce2np13NpAccessToken5ClearEv(); -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC1ERK16SceNpAccessToken(); -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC1ERKS1_(); -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC1Ev(); -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC2ERK16SceNpAccessToken(); -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC2ERKS1_(); -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC2Ev(); -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenD0Ev(); -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenD1Ev(); -int PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenD2Ev(); -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client10EndRequestEii(); -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client11InitServiceEi(); -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client11TermServiceEi(); -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client11WaitRequestEiij(); -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client12AbortRequestEii(); -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client12BeginRequestEii(); -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13CreateRequestEimPKvPi(); -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13DeleteRequestEii(); -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13GetIpmiClientEv(); -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13PollEventFlagEijmjPm(); -int PS4_SYSV_ABI _ZN3sce2np3ipc14service_client14PollEventQueueEiPvm(); -int PS4_SYSV_ABI _ZN3sce2np4NpId5ClearEv(); -int PS4_SYSV_ABI _ZN3sce2np4NpIdC1ERK7SceNpId(); -int PS4_SYSV_ABI _ZN3sce2np4NpIdC1ERKS1_(); -int PS4_SYSV_ABI _ZN3sce2np4NpIdC1Ev(); -int PS4_SYSV_ABI _ZN3sce2np4NpIdC2ERK7SceNpId(); -int PS4_SYSV_ABI _ZN3sce2np4NpIdC2ERKS1_(); -int PS4_SYSV_ABI _ZN3sce2np4NpIdC2Ev(); -int PS4_SYSV_ABI _ZN3sce2np4NpIdD0Ev(); -int PS4_SYSV_ABI _ZN3sce2np4NpIdD1Ev(); -int PS4_SYSV_ABI _ZN3sce2np4NpIdD2Ev(); -int PS4_SYSV_ABI _ZN3sce2np4User5ClearEv(); -int PS4_SYSV_ABI _ZN3sce2np4User7GetUserEiPS1_(); -int PS4_SYSV_ABI _ZN3sce2np4UserC1Ei(); -int PS4_SYSV_ABI _ZN3sce2np4UserC1ERKS1_(); -int PS4_SYSV_ABI _ZN3sce2np4UserC1Ev(); -int PS4_SYSV_ABI _ZN3sce2np4UserC2Ei(); -int PS4_SYSV_ABI _ZN3sce2np4UserC2ERKS1_(); -int PS4_SYSV_ABI _ZN3sce2np4UserC2Ev(); -int PS4_SYSV_ABI _ZN3sce2np4UserD0Ev(); -int PS4_SYSV_ABI _ZN3sce2np4UserD1Ev(); -int PS4_SYSV_ABI _ZN3sce2np4UserD2Ev(); -int PS4_SYSV_ABI _ZN3sce2np8NpTicket5ClearEv(); -int PS4_SYSV_ABI _ZN3sce2np8NpTicketD0Ev(); -int PS4_SYSV_ABI _ZN3sce2np8NpTicketD1Ev(); -int PS4_SYSV_ABI _ZN3sce2np8NpTicketD2Ev(); -int PS4_SYSV_ABI _ZN3sce2npeqERK13SceNpOnlineIdRKNS0_10NpOnlineIdE(); -int PS4_SYSV_ABI _ZN3sce2npeqERKNS0_10NpOnlineIdERK13SceNpOnlineId(); -int PS4_SYSV_ABI _ZN3sce2npeqERKNS0_10NpOnlineIdES3_(); -int PS4_SYSV_ABI _ZN3sce2npeqERKNS0_4UserERKi(); -int PS4_SYSV_ABI _ZN3sce2npeqERKNS0_4UserES3_(); -int PS4_SYSV_ABI _ZN3sce2npneERK13SceNpOnlineIdRKNS0_10NpOnlineIdE(); -int PS4_SYSV_ABI _ZN3sce2npneERKNS0_10NpOnlineIdERK13SceNpOnlineId(); -int PS4_SYSV_ABI _ZN3sce2npneERKNS0_10NpOnlineIdES3_(); -int PS4_SYSV_ABI _ZN3sce2npneERKNS0_4UserERKi(); -int PS4_SYSV_ABI _ZN3sce2npneERKNS0_4UserES3_(); -int PS4_SYSV_ABI _ZNK3sce2np10NpOnlineId7IsEmptyEv(); -int PS4_SYSV_ABI _ZNK3sce2np12NpTitleToken6GetStrEv(); -int PS4_SYSV_ABI _ZNK3sce2np13NpAccessToken7IsEmptyEv(); -int PS4_SYSV_ABI _ZNK3sce2np4User10IsLoggedInEv(); -int PS4_SYSV_ABI _ZNK3sce2np4User12GetAccountIdEPm(); -int PS4_SYSV_ABI _ZNK3sce2np4User12HasAccountIdEPb(); -int PS4_SYSV_ABI _ZNK3sce2np4User25GetAccountIdFromRegistoryEPm(); -int PS4_SYSV_ABI _ZNK3sce2np4User7IsEmptyEv(); -int PS4_SYSV_ABI _ZNK3sce2np4User7IsGuestEv(); -int PS4_SYSV_ABI _ZNK3sce2np4User9GetUserIdEv(); -int PS4_SYSV_ABI _ZNK3sce2np8NpTicket13GetTicketDataEv(); -int PS4_SYSV_ABI _ZNK3sce2np8NpTicket13GetTicketSizeEv(); -int PS4_SYSV_ABI _ZThn16_N3sce2np11NpHttpTransD0Ev(); -int PS4_SYSV_ABI _ZThn16_N3sce2np11NpHttpTransD1Ev(); -int PS4_SYSV_ABI _ZThn8_N3sce2np11NpHttpTransD0Ev(); -int PS4_SYSV_ABI _ZThn8_N3sce2np11NpHttpTransD1Ev(); -int PS4_SYSV_ABI sceNpAbortRequest(); -int PS4_SYSV_ABI sceNpAsmAbort(); -int PS4_SYSV_ABI sceNpAsmClientAbortRequest(); -int PS4_SYSV_ABI sceNpAsmClientClearNpTitleToken(); -int PS4_SYSV_ABI sceNpAsmClientClearNpTitleTokenA(); -int PS4_SYSV_ABI sceNpAsmClientCreateRequest2(); -int PS4_SYSV_ABI sceNpAsmClientCreateResourceContext(); -int PS4_SYSV_ABI sceNpAsmClientCreateResourceContext2(); -int PS4_SYSV_ABI sceNpAsmClientDeleteRequest(); -int PS4_SYSV_ABI sceNpAsmClientDeleteResourceContext(); -int PS4_SYSV_ABI sceNpAsmClientDeleteResourceContext2(); -int PS4_SYSV_ABI sceNpAsmClientGetAppId(); -int PS4_SYSV_ABI sceNpAsmClientGetCacheControlMaxAge(); -int PS4_SYSV_ABI sceNpAsmClientGetGameNpTitleInfo(); -int PS4_SYSV_ABI sceNpAsmClientGetGameNpTitleToken(); -int PS4_SYSV_ABI sceNpAsmClientGetGameTitleBanInfo(); -int PS4_SYSV_ABI sceNpAsmClientGetNpComInfo2(); -int PS4_SYSV_ABI sceNpAsmClientGetNpComInfo2A(); -int PS4_SYSV_ABI sceNpAsmClientGetNpComInfo2WithHmac(); -int PS4_SYSV_ABI sceNpAsmClientGetNpComInfo3(); -int PS4_SYSV_ABI sceNpAsmClientGetNpComInfo4(); -int PS4_SYSV_ABI sceNpAsmClientGetNpTitleId(); -int PS4_SYSV_ABI sceNpAsmClientGetNpTitleToken(); -int PS4_SYSV_ABI sceNpAsmClientGetNpTitleToken2(); -int PS4_SYSV_ABI sceNpAsmClientGetNpTitleTokenA(); -int PS4_SYSV_ABI sceNpAsmClientGetRelatedGameNpTitleIds(); -int PS4_SYSV_ABI sceNpAsmClientGetRelatedGameNpTitleIdsA(); -int PS4_SYSV_ABI sceNpAsmClientGetRelatedGameNpTitleIdsResult(); -int PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrl(); -int PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrlA(); -int PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrlWithNpTitleId(); -int PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrlWithNpTitleIdA(); -int PS4_SYSV_ABI sceNpAsmClientGetServiceIdInfo(); -int PS4_SYSV_ABI sceNpAsmClientGetServiceIdInfoA(); -int PS4_SYSV_ABI sceNpAsmClientInitialize(); -int PS4_SYSV_ABI sceNpAsmClientSetNpTitleId(); -int PS4_SYSV_ABI sceNpAsmClientTerminate(); -int PS4_SYSV_ABI sceNpAsmCreateConnection(); -int PS4_SYSV_ABI sceNpAsmCreateRequest(); -int PS4_SYSV_ABI sceNpAsmDeleteConnection(); -int PS4_SYSV_ABI sceNpAsmDeleteRequest(); -int PS4_SYSV_ABI sceNpAsmGenerateNpTitleToken(); -int PS4_SYSV_ABI sceNpAsmGenerateNpTitleToken2(); -int PS4_SYSV_ABI sceNpAsmGetNpCommInfo(); -int PS4_SYSV_ABI sceNpAsmGetNpCommInfo2(); -int PS4_SYSV_ABI sceNpAsmGetRelatedGameNpTitleIds(); -int PS4_SYSV_ABI sceNpAsmGetServiceBaseUrl(); -int PS4_SYSV_ABI sceNpAsmGetServiceIdInfo(); -int PS4_SYSV_ABI sceNpAsmInitialize(); -int PS4_SYSV_ABI sceNpAsmTerminate(); -int PS4_SYSV_ABI sceNpCheckCallback(); -int PS4_SYSV_ABI sceNpCheckNpAvailabilityA(); -int PS4_SYSV_ABI sceNpCheckNpReachability(); -int PS4_SYSV_ABI sceNpCheckPlus(); -int PS4_SYSV_ABI sceNpCreateAsyncRequest(); -int PS4_SYSV_ABI sceNpCreateRequest(); -int PS4_SYSV_ABI sceNpDeleteRequest(); -int PS4_SYSV_ABI sceNpGetAccountAge(); -int PS4_SYSV_ABI sceNpGetAccountCountryA(); -int PS4_SYSV_ABI sceNpGetAccountDateOfBirthA(); -int PS4_SYSV_ABI sceNpGetAccountIdA(); -int PS4_SYSV_ABI sceNpGetAccountLanguage2(); -int PS4_SYSV_ABI sceNpGetAccountLanguageA(); -int PS4_SYSV_ABI sceNpGetGamePresenceStatusA(); -int PS4_SYSV_ABI sceNpGetNpId(); -int PS4_SYSV_ABI sceNpGetNpReachabilityState(); -int PS4_SYSV_ABI sceNpGetOnlineId(); -int PS4_SYSV_ABI sceNpGetParentalControlInfoA(); -int PS4_SYSV_ABI sceNpGetState(); -int PS4_SYSV_ABI sceNpGetUserIdByAccountId(); -int PS4_SYSV_ABI sceNpHasSignedUp(); -int PS4_SYSV_ABI sceNpIdMapperAbortRequest(); -int PS4_SYSV_ABI sceNpIdMapperAccountIdToNpId(); -int PS4_SYSV_ABI sceNpIdMapperAccountIdToOnlineId(); -int PS4_SYSV_ABI sceNpIdMapperCreateRequest(); -int PS4_SYSV_ABI sceNpIdMapperDeleteRequest(); -int PS4_SYSV_ABI sceNpIdMapperNpIdToAccountId(); -int PS4_SYSV_ABI sceNpIdMapperOnlineIdToAccountId(); -int PS4_SYSV_ABI sceNpInGameMessageAbortHandle(); -int PS4_SYSV_ABI sceNpInGameMessageCheckCallback(); -int PS4_SYSV_ABI sceNpInGameMessageCreateHandle(); -int PS4_SYSV_ABI sceNpInGameMessageDeleteHandle(); -int PS4_SYSV_ABI sceNpInGameMessageGetMemoryPoolStatistics(); -int PS4_SYSV_ABI sceNpInGameMessageInitialize(); -int PS4_SYSV_ABI sceNpInGameMessagePrepareA(); -int PS4_SYSV_ABI sceNpInGameMessageSendDataA(); -int PS4_SYSV_ABI sceNpInGameMessageTerminate(); -int PS4_SYSV_ABI sceNpIntCheckPlus(); -int PS4_SYSV_ABI sceNpIntGetAppType(); -int PS4_SYSV_ABI sceNpIntGetGamePresenceStatus(); -int PS4_SYSV_ABI sceNpIntGetNpTitleId(); -int PS4_SYSV_ABI sceNpIntGetNpTitleIdSecret(); -int PS4_SYSV_ABI sceNpIntRegisterGamePresenceCallback(); -int PS4_SYSV_ABI sceNpManagerIntAbortRequest(); -int PS4_SYSV_ABI sceNpManagerIntAddActiveSigninStateCallback(); -int PS4_SYSV_ABI sceNpManagerIntAddOnlineIdChangeCallback(); -int PS4_SYSV_ABI sceNpManagerIntAddPlusMemberTypeCallback(); -int PS4_SYSV_ABI sceNpManagerIntAddSigninStateCallback(); -int PS4_SYSV_ABI sceNpManagerIntAuthGetAuthorizationCode(); -int PS4_SYSV_ABI sceNpManagerIntAuthGetIdToken(); -int PS4_SYSV_ABI sceNpManagerIntBindOfflineAccountId(); -int PS4_SYSV_ABI sceNpManagerIntCheckGameNpAvailability(); -int PS4_SYSV_ABI sceNpManagerIntCheckNpAvailability(); -int PS4_SYSV_ABI sceNpManagerIntCheckNpAvailabilityByPid(); -int PS4_SYSV_ABI sceNpManagerIntCheckNpState(); -int PS4_SYSV_ABI sceNpManagerIntCheckNpStateA(); -int PS4_SYSV_ABI sceNpManagerIntClearGameAccessToken(); -int PS4_SYSV_ABI sceNpManagerIntClearOnlineIdChangeFlag(); -int PS4_SYSV_ABI sceNpManagerIntClearTicket(); -int PS4_SYSV_ABI sceNpManagerIntClearUsedFlag(); -int PS4_SYSV_ABI sceNpManagerIntClearVshAccessToken(); -int PS4_SYSV_ABI sceNpManagerIntCreateLoginContext(); -int PS4_SYSV_ABI sceNpManagerIntCreateLoginRequest(); -int PS4_SYSV_ABI sceNpManagerIntCreateRequest(); -int PS4_SYSV_ABI sceNpManagerIntDeleteLoginContext(); -int PS4_SYSV_ABI sceNpManagerIntDeleteRequest(); -int PS4_SYSV_ABI sceNpManagerIntGetAccountCountry(); -int PS4_SYSV_ABI sceNpManagerIntGetAccountCountryA(); -int PS4_SYSV_ABI sceNpManagerIntGetAccountCountrySdk(); -int PS4_SYSV_ABI sceNpManagerIntGetAccountDateOfBirthA(); -int PS4_SYSV_ABI sceNpManagerIntGetAccountDateOfBirthSdk(); -int PS4_SYSV_ABI sceNpManagerIntGetAccountId(); -int PS4_SYSV_ABI sceNpManagerIntGetAccountIdSdk(); -int PS4_SYSV_ABI sceNpManagerIntGetAccountLanguage(); -int PS4_SYSV_ABI sceNpManagerIntGetAccountLanguageA(); -int PS4_SYSV_ABI sceNpManagerIntGetAccountNpEnv(); -int PS4_SYSV_ABI sceNpManagerIntGetAccountType(); -int PS4_SYSV_ABI sceNpManagerIntGetActiveSigninState(); -int PS4_SYSV_ABI sceNpManagerIntGetAuthorizationCodeA(); -int PS4_SYSV_ABI sceNpManagerIntGetAuthorizationCodeWithPsnoUri(); -int PS4_SYSV_ABI sceNpManagerIntGetAuthServerErrorFlag(); -int PS4_SYSV_ABI sceNpManagerIntGetClientCredentialAccessToken(); -int PS4_SYSV_ABI sceNpManagerIntGetCommunicationRestrictionStatus(); -int PS4_SYSV_ABI sceNpManagerIntGetGameAccessToken(); -int PS4_SYSV_ABI sceNpManagerIntGetIssuerId(); -int PS4_SYSV_ABI sceNpManagerIntGetLastAccountLanguage(); -int PS4_SYSV_ABI sceNpManagerIntGetMAccountId(); -int PS4_SYSV_ABI sceNpManagerIntGetNpEnv(); -int PS4_SYSV_ABI sceNpManagerIntGetNpId(); -int PS4_SYSV_ABI sceNpManagerIntGetNpIdByOnlineId(); -int PS4_SYSV_ABI sceNpManagerIntGetNpIdSdk(); -int PS4_SYSV_ABI sceNpManagerIntGetOfflineAccountId(); -int PS4_SYSV_ABI sceNpManagerIntGetOnlineIdByAccountId(); -int PS4_SYSV_ABI sceNpManagerIntGetOnlineIdChangeFlag(); -int PS4_SYSV_ABI sceNpManagerIntGetOnlineIdInternal(); -int PS4_SYSV_ABI sceNpManagerIntGetOnlineIdSdk(); -int PS4_SYSV_ABI sceNpManagerIntGetParentalControlFlag(); -int PS4_SYSV_ABI sceNpManagerIntGetParentalControlInfo(); -int PS4_SYSV_ABI sceNpManagerIntGetParentalControlInfoA(); -int PS4_SYSV_ABI sceNpManagerIntGetPlusMemberType(); -int PS4_SYSV_ABI sceNpManagerIntGetPlusMemberTypeNB(); -int PS4_SYSV_ABI sceNpManagerIntGetServerError(); -int PS4_SYSV_ABI sceNpManagerIntGetSigninState(); -int PS4_SYSV_ABI sceNpManagerIntGetTicket(); -int PS4_SYSV_ABI sceNpManagerIntGetTicketA(); -int PS4_SYSV_ABI sceNpManagerIntGetTitleTokenWithCheck(); -int PS4_SYSV_ABI sceNpManagerIntGetUserIdByAccountId(); -int PS4_SYSV_ABI sceNpManagerIntGetUserIdByMAccountId(); -int PS4_SYSV_ABI sceNpManagerIntGetUserIdByNpId(); -int PS4_SYSV_ABI sceNpManagerIntGetUserIdByOfflineAccountId(); -int PS4_SYSV_ABI sceNpManagerIntGetUserIdByOnlineId(); -int PS4_SYSV_ABI sceNpManagerIntGetUserIdByOnlineIdSdk(); -int PS4_SYSV_ABI sceNpManagerIntGetUserList(); -int PS4_SYSV_ABI sceNpManagerIntGetUserNum(); -int PS4_SYSV_ABI sceNpManagerIntGetVshAccessToken(); -int PS4_SYSV_ABI sceNpManagerIntGetVshAccessTokenWithCheck(); -int PS4_SYSV_ABI sceNpManagerIntGetVshClientId(); -int PS4_SYSV_ABI sceNpManagerIntIsSubAccount(); -int PS4_SYSV_ABI sceNpManagerIntIsTemporarySignout(); -int PS4_SYSV_ABI sceNpManagerIntIsUnregisteredClientError(); -int PS4_SYSV_ABI sceNpManagerIntLoginAddJsonInfo(); -int PS4_SYSV_ABI sceNpManagerIntLoginAuthenticate(); -int PS4_SYSV_ABI sceNpManagerIntLoginBind(); -int PS4_SYSV_ABI sceNpManagerIntLoginGet2svInfo(); -int PS4_SYSV_ABI sceNpManagerIntLoginGetAccessToken(); -int PS4_SYSV_ABI sceNpManagerIntLoginGetAccessTokenViaImplicitFlow(); -int PS4_SYSV_ABI sceNpManagerIntLoginGetAccountId(); -int PS4_SYSV_ABI sceNpManagerIntLoginGetAuthenticateResponse(); -int PS4_SYSV_ABI sceNpManagerIntLoginGetAuthorizationCode(); -int PS4_SYSV_ABI sceNpManagerIntLoginGetDeviceCodeInfo(); -int PS4_SYSV_ABI sceNpManagerIntLoginGetEmail(); -int PS4_SYSV_ABI sceNpManagerIntLoginGetOnlineId(); -int PS4_SYSV_ABI sceNpManagerIntLoginGetUserId(); -int PS4_SYSV_ABI sceNpManagerIntLoginParseJsonUserInfo(); -int PS4_SYSV_ABI sceNpManagerIntLoginResetSsoToken(); -int PS4_SYSV_ABI sceNpManagerIntLoginRevalidatePassword(); -int PS4_SYSV_ABI sceNpManagerIntLoginSetAccountInfo(); -int PS4_SYSV_ABI sceNpManagerIntLoginSetSsoToken(); -int PS4_SYSV_ABI sceNpManagerIntLoginSignin(); -int PS4_SYSV_ABI sceNpManagerIntLoginValidateCredential(); -int PS4_SYSV_ABI sceNpManagerIntLoginValidateKratosAuthCode(); -int PS4_SYSV_ABI sceNpManagerIntLoginVerifyDeviceCode(); -int PS4_SYSV_ABI sceNpManagerIntPfAuth(); -int PS4_SYSV_ABI sceNpManagerIntRemoveActiveSigninStateCallback(); -int PS4_SYSV_ABI sceNpManagerIntRemoveOnlineIdChangeCallback(); -int PS4_SYSV_ABI sceNpManagerIntRemovePlusMemberTypeCallback(); -int PS4_SYSV_ABI sceNpManagerIntRemoveSigninStateCallback(); -int PS4_SYSV_ABI sceNpManagerIntRevalidatePassword(); -int PS4_SYSV_ABI sceNpManagerIntSetPlusMemberTypeNB(); -int PS4_SYSV_ABI sceNpManagerIntSetTimeout(); -int PS4_SYSV_ABI sceNpManagerIntSignout(); -int PS4_SYSV_ABI sceNpManagerIntSubmitUserCode(); -int PS4_SYSV_ABI sceNpManagerIntTemporarySignout(); -int PS4_SYSV_ABI sceNpManagerIntUnbindOfflineAccountId(); -int PS4_SYSV_ABI sceNpManagerIntUpdateVshAccessToken(); -int PS4_SYSV_ABI sceNpManagerIntWebLoginRequired(); -int PS4_SYSV_ABI sceNpManagerPrxStartVsh(); -int PS4_SYSV_ABI sceNpManagerPrxStopVsh(); -int PS4_SYSV_ABI sceNpNotifyPlusFeature(); -int PS4_SYSV_ABI sceNpPollAsync(); -int PS4_SYSV_ABI sceNpPush2CreateUserContext(); -int PS4_SYSV_ABI sceNpPush2DeleteUserContext(); -int PS4_SYSV_ABI sceNpPush2Init(); -int PS4_SYSV_ABI sceNpPush2IsInit(); -int PS4_SYSV_ABI sceNpPush2OptionalCheckCallback(); -int PS4_SYSV_ABI sceNpPush2RegisterDataType(); -int PS4_SYSV_ABI sceNpPush2RegisterExtendedDataFilter(); -int PS4_SYSV_ABI sceNpPush2RegisterNotificationExCallback(); -int PS4_SYSV_ABI sceNpPush2SendPushStatisticsDataSystemTelemetry(); -int PS4_SYSV_ABI sceNpPush2SetGlobalMutex(); -int PS4_SYSV_ABI sceNpPush2SetNpCommunicationId(); -int PS4_SYSV_ABI sceNpPush2Term(); -int PS4_SYSV_ABI sceNpPush2TriggerEmptyUserEvent(); -int PS4_SYSV_ABI sceNpPush2UnregisterDataType(); -int PS4_SYSV_ABI sceNpPush2UnregisterExtendedDataFilter(); -int PS4_SYSV_ABI sceNpPush2UnregisterNotificationExCallback(); -int PS4_SYSV_ABI sceNpPush2UnsetNpCommunicationId(); -int PS4_SYSV_ABI sceNpPush2WaitCallback(); -int PS4_SYSV_ABI sceNpPushCheckCallback(); -int PS4_SYSV_ABI sceNpPushInit(); -int PS4_SYSV_ABI sceNpPushIntBeginInactive(); -int PS4_SYSV_ABI sceNpPushIntEndInactive(); -int PS4_SYSV_ABI sceNpPushIntGetBindUserState(); -int PS4_SYSV_ABI sceNpPushIntGetConnectionState(); -int PS4_SYSV_ABI sceNpPushIntRegisterNotificationPacketCallback(); -int PS4_SYSV_ABI sceNpPushIntUnregisterNotificationPacketCallback(); -int PS4_SYSV_ABI sceNpPushRegisterExtendedDataFilter(); -int PS4_SYSV_ABI sceNpPushRegisterNotificationExCallback(); -int PS4_SYSV_ABI sceNpPushSetNpCommunicationId(); -int PS4_SYSV_ABI sceNpPushStartNotification(); -int PS4_SYSV_ABI sceNpPushStartNotificationA(); -int PS4_SYSV_ABI sceNpPushStopNotification(); -int PS4_SYSV_ABI sceNpPushStopNotificationA(); -int PS4_SYSV_ABI sceNpPushTerm(); -int PS4_SYSV_ABI sceNpPushUnregisterExtendedDataFilter(); -int PS4_SYSV_ABI sceNpPushUnregisterNotificationCallback(); -int PS4_SYSV_ABI sceNpPushUnsetNpCommunicationId(); -int PS4_SYSV_ABI sceNpRegisterGamePresenceCallbackA(); -int PS4_SYSV_ABI sceNpRegisterNpReachabilityStateCallback(); -int PS4_SYSV_ABI sceNpRegisterPlusEventCallback(); -int PS4_SYSV_ABI sceNpRegisterStateCallbackA(); -int PS4_SYSV_ABI sceNpServiceClientInit(); -int PS4_SYSV_ABI sceNpServiceClientTerm(); -int PS4_SYSV_ABI sceNpSetAdditionalScope(); -int PS4_SYSV_ABI sceNpSetContentRestriction(); -int PS4_SYSV_ABI sceNpSetGamePresenceOnlineA(); -int PS4_SYSV_ABI sceNpSetNpTitleId(); -int PS4_SYSV_ABI sceNpSetNpTitleIdVsh(); -int PS4_SYSV_ABI sceNpSetTimeout(); -int PS4_SYSV_ABI sceNpUnregisterGamePresenceCallbackA(); -int PS4_SYSV_ABI sceNpUnregisterNpReachabilityStateCallback(); -int PS4_SYSV_ABI sceNpUnregisterPlusEventCallback(); -int PS4_SYSV_ABI sceNpUnregisterStateCallbackA(); -int PS4_SYSV_ABI sceNpWaitAsync(); -int PS4_SYSV_ABI Func_05003628D66BD87D(); -int PS4_SYSV_ABI Func_0C388A4F21C98AF9(); -int PS4_SYSV_ABI Func_0CECC7A08A3E50AF(); -int PS4_SYSV_ABI Func_0D17030A1DA18EEB(); -int PS4_SYSV_ABI Func_0F0F320B6AD8A53D(); -int PS4_SYSV_ABI Func_113C477090F9A174(); -int PS4_SYSV_ABI Func_12D367D5C727F008(); -int PS4_SYSV_ABI Func_1640120BD475931E(); -int PS4_SYSV_ABI Func_1AFE1C07C95E65A5(); -int PS4_SYSV_ABI Func_1D983C7E0C28AC72(); -int PS4_SYSV_ABI Func_208943695A3B58FE(); -int PS4_SYSV_ABI Func_258A3D10C99A43BB(); -int PS4_SYSV_ABI Func_263E325794B412AC(); -int PS4_SYSV_ABI Func_2B6A4BF35C5E240D(); -int PS4_SYSV_ABI Func_2B707FFE05ACB009(); -int PS4_SYSV_ABI Func_2CE5AB230EBAF8B4(); -int PS4_SYSV_ABI Func_3237EE3C3AFC187B(); -int PS4_SYSV_ABI Func_33D4DFB2A1603BFF(); -int PS4_SYSV_ABI Func_3821D79C1ED86F33(); -int PS4_SYSV_ABI Func_3F431997C7105BBF(); -int PS4_SYSV_ABI Func_4192797C2D2D3FC3(); -int PS4_SYSV_ABI Func_41C7E3D88BBB7F75(); -int PS4_SYSV_ABI Func_438F60858A883FCF(); -int PS4_SYSV_ABI Func_4C4A062E5660FABD(); -int PS4_SYSV_ABI Func_4C808F7A4EFA36A7(); -int PS4_SYSV_ABI Func_4E1CED7E62F68F46(); -int PS4_SYSV_ABI Func_5161A48C6A61C4BF(); -int PS4_SYSV_ABI Func_542603999CA0AEE9(); -int PS4_SYSV_ABI Func_54690B41C1128799(); -int PS4_SYSV_ABI Func_55A76C7C29521FAD(); -int PS4_SYSV_ABI Func_562B234AAE25F80C(); -int PS4_SYSV_ABI Func_58D1975026DD864A(); -int PS4_SYSV_ABI Func_5A60395F8C3FE128(); -int PS4_SYSV_ABI Func_5B382777E9B5F294(); -int PS4_SYSV_ABI Func_5DB301F9CD649671(); -int PS4_SYSV_ABI Func_6441D55869D8D6F2(); -int PS4_SYSV_ABI Func_69068E18854284DE(); -int PS4_SYSV_ABI Func_6F59C3B00B03E05A(); -int PS4_SYSV_ABI Func_724CCE7F78A1356B(); -int PS4_SYSV_ABI Func_750F1B053C243308(); -int PS4_SYSV_ABI Func_760F079BB91DE258(); -int PS4_SYSV_ABI Func_78657523221556EF(); -int PS4_SYSV_ABI Func_8089888BD363EDA6(); -int PS4_SYSV_ABI Func_810CA029B6F7C3A1(); -int PS4_SYSV_ABI Func_8253B94686A8D3FD(); -int PS4_SYSV_ABI Func_8665138A709E1654(); -int PS4_SYSV_ABI Func_882F48FAE6097C0C(); -int PS4_SYSV_ABI Func_89DBE4B3303FF888(); -int PS4_SYSV_ABI Func_8BD3E57620BDDC38(); -int PS4_SYSV_ABI Func_8F0A74013AD633EC(); -int PS4_SYSV_ABI Func_8FA6264BF3F6CC00(); -int PS4_SYSV_ABI Func_9292E87C2C0971E4(); -int PS4_SYSV_ABI Func_92CA292318CA03A8(); -int PS4_SYSV_ABI Func_9348596C2B17F662(); -int PS4_SYSV_ABI Func_9507E9B321A5E0D7(); -int PS4_SYSV_ABI Func_98CA95E231980731(); -int PS4_SYSV_ABI Func_9E66CC4BBF2C1990(); -int PS4_SYSV_ABI Func_9E6CEF7064891F84(); -int PS4_SYSV_ABI Func_A7BC2C792E9522C5(); -int PS4_SYSV_ABI Func_ABBA0F809548CB02(); -int PS4_SYSV_ABI Func_B14A27A4CEDE020F(); -int PS4_SYSV_ABI Func_B323EE1C23AB97F3(); -int PS4_SYSV_ABI Func_B429819DAEF40BAC(); -int PS4_SYSV_ABI Func_B54B9571BEAD82C5(); -int PS4_SYSV_ABI Func_B5ACB5CF4A4114A6(); -int PS4_SYSV_ABI Func_BA41BE0F44157EE4(); -int PS4_SYSV_ABI Func_BAA1DEC848D99690(); -int PS4_SYSV_ABI Func_BB8CCCD6C9480EB2(); -int PS4_SYSV_ABI Func_BEC25DAAE8B8B81F(); -int PS4_SYSV_ABI Func_BFEE936391AB0C70(); -int PS4_SYSV_ABI Func_C0DD2DBE2EA66F7A(); -int PS4_SYSV_ABI Func_C1F858BF5B86C2A1(); -int PS4_SYSV_ABI Func_C240618E6FC39206(); -int PS4_SYSV_ABI Func_C338A34450310E79(); -int PS4_SYSV_ABI Func_C91EE3603D966909(); -int PS4_SYSV_ABI Func_CB67035ED668CF6B(); -int PS4_SYSV_ABI Func_D5A5A28B7351A9BE(); -int PS4_SYSV_ABI Func_DA8426059F1D5A2D(); -int PS4_SYSV_ABI Func_DA8E15DD00AF9DF8(); -int PS4_SYSV_ABI Func_DB86987643BB5DD7(); -int PS4_SYSV_ABI Func_DEC53D7165C137DF(); -int PS4_SYSV_ABI Func_DFDEEE26F2EB96B3(); -int PS4_SYSV_ABI Func_E2056A6F01642866(); -int PS4_SYSV_ABI Func_E240E9B8597EE56E(); -int PS4_SYSV_ABI Func_E32CE33B706F05F7(); -int PS4_SYSV_ABI Func_E4F67EFC91C84F87(); -int PS4_SYSV_ABI Func_E6F041A2660F83EB(); -int PS4_SYSV_ABI Func_E979BA413BD84D38(); -int PS4_SYSV_ABI Func_EDDDF2D305DB7866(); -int PS4_SYSV_ABI Func_F08EC7725B42E2F9(); -int PS4_SYSV_ABI Func_F3595D8EFFF26EC0(); -int PS4_SYSV_ABI Func_F3DF5271142F155D(); -int PS4_SYSV_ABI Func_F89997168DC987A8(); -int PS4_SYSV_ABI Func_F91B5B25CC9B30D9(); -int PS4_SYSV_ABI Func_FC335B7102A585B3(); -int PS4_SYSV_ABI Func_FCEAC354CA8B206E(); -int PS4_SYSV_ABI Func_FF966E4351E564D6(); +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(); +s32 PS4_SYSV_ABI _sceNpIpcFreeImpl(); +s32 PS4_SYSV_ABI _sceNpIpcGetNpMemAllocator(); +s32 PS4_SYSV_ABI _sceNpIpcMallocImpl(); +s32 PS4_SYSV_ABI _sceNpIpcReallocImpl(); +s32 PS4_SYSV_ABI _sceNpManagerCreateMemoryFromKernel(); +s32 PS4_SYSV_ABI _sceNpManagerCreateMemoryFromPool(); +s32 PS4_SYSV_ABI _sceNpManagerDestroyMemory(); +s32 PS4_SYSV_ABI _sceNpManagerFreeImpl(); +s32 PS4_SYSV_ABI _sceNpManagerGetNpMemAllocator(); +s32 PS4_SYSV_ABI _sceNpManagerMallocImpl(); +s32 PS4_SYSV_ABI _sceNpManagerReallocImpl(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineId13GetNpOnlineIdERKNS0_4UserEP13SceNpOnlineId(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineId13GetNpOnlineIdERKNS0_4UserEPS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineId16SetNpOnlineIdStrEPKc(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineId5ClearEv(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC1ERK13SceNpOnlineId(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC1ERKS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC2ERK13SceNpOnlineId(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC2ERKS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdC2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdD0Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdD1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np10NpOnlineIdD2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTrans13GetResultCodeEPNS0_6HandleE(); +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTrans21SetRequestAccessTokenEPNS0_6HandleE(); +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTrans24BuildAuthorizationHeaderERKNS0_13NpAccessTokenEPcm(); +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTransC2EP16SceNpAllocatorEx(); +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTransD0Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTransD1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np11NpHttpTransD2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpHttpClient4InitEii(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpHttpClientC1EP16SceNpAllocatorEx(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpHttpClientC2EP16SceNpAllocatorEx(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpHttpClientD0Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpHttpClientD1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpHttpClientD2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleToken5ClearEv(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC1ERKS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC2ERKS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenC2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenD0Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenD1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np12NpTitleTokenD2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessToken14GetAccessTokenEPNS0_6HandleERKNS0_4UserEPS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessToken5ClearEv(); +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC1ERK16SceNpAccessToken(); +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC1ERKS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC2ERK16SceNpAccessToken(); +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC2ERKS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenC2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenD0Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenD1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np13NpAccessTokenD2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client10EndRequestEii(); +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client11InitServiceEi(); +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client11TermServiceEi(); +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client11WaitRequestEiij(); +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client12AbortRequestEii(); +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client12BeginRequestEii(); +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13CreateRequestEimPKvPi(); +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13DeleteRequestEii(); +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13GetIpmiClientEv(); +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client13PollEventFlagEijmjPm(); +s32 PS4_SYSV_ABI _ZN3sce2np3ipc14service_client14PollEventQueueEiPvm(); +s32 PS4_SYSV_ABI _ZN3sce2np4NpId5ClearEv(); +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdC1ERK7SceNpId(); +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdC1ERKS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdC1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdC2ERK7SceNpId(); +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdC2ERKS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdC2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdD0Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdD1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np4NpIdD2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np4User5ClearEv(); +s32 PS4_SYSV_ABI _ZN3sce2np4User7GetUserEiPS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np4UserC1Ei(); +s32 PS4_SYSV_ABI _ZN3sce2np4UserC1ERKS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np4UserC1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np4UserC2Ei(); +s32 PS4_SYSV_ABI _ZN3sce2np4UserC2ERKS1_(); +s32 PS4_SYSV_ABI _ZN3sce2np4UserC2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np4UserD0Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np4UserD1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np4UserD2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np8NpTicket5ClearEv(); +s32 PS4_SYSV_ABI _ZN3sce2np8NpTicketD0Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np8NpTicketD1Ev(); +s32 PS4_SYSV_ABI _ZN3sce2np8NpTicketD2Ev(); +s32 PS4_SYSV_ABI _ZN3sce2npeqERK13SceNpOnlineIdRKNS0_10NpOnlineIdE(); +s32 PS4_SYSV_ABI _ZN3sce2npeqERKNS0_10NpOnlineIdERK13SceNpOnlineId(); +s32 PS4_SYSV_ABI _ZN3sce2npeqERKNS0_10NpOnlineIdES3_(); +s32 PS4_SYSV_ABI _ZN3sce2npeqERKNS0_4UserERKi(); +s32 PS4_SYSV_ABI _ZN3sce2npeqERKNS0_4UserES3_(); +s32 PS4_SYSV_ABI _ZN3sce2npneERK13SceNpOnlineIdRKNS0_10NpOnlineIdE(); +s32 PS4_SYSV_ABI _ZN3sce2npneERKNS0_10NpOnlineIdERK13SceNpOnlineId(); +s32 PS4_SYSV_ABI _ZN3sce2npneERKNS0_10NpOnlineIdES3_(); +s32 PS4_SYSV_ABI _ZN3sce2npneERKNS0_4UserERKi(); +s32 PS4_SYSV_ABI _ZN3sce2npneERKNS0_4UserES3_(); +s32 PS4_SYSV_ABI _ZNK3sce2np10NpOnlineId7IsEmptyEv(); +s32 PS4_SYSV_ABI _ZNK3sce2np12NpTitleToken6GetStrEv(); +s32 PS4_SYSV_ABI _ZNK3sce2np13NpAccessToken7IsEmptyEv(); +s32 PS4_SYSV_ABI _ZNK3sce2np4User10IsLoggedInEv(); +s32 PS4_SYSV_ABI _ZNK3sce2np4User12GetAccountIdEPm(); +s32 PS4_SYSV_ABI _ZNK3sce2np4User12HasAccountIdEPb(); +s32 PS4_SYSV_ABI _ZNK3sce2np4User25GetAccountIdFromRegistoryEPm(); +s32 PS4_SYSV_ABI _ZNK3sce2np4User7IsEmptyEv(); +s32 PS4_SYSV_ABI _ZNK3sce2np4User7IsGuestEv(); +s32 PS4_SYSV_ABI _ZNK3sce2np4User9GetUserIdEv(); +s32 PS4_SYSV_ABI _ZNK3sce2np8NpTicket13GetTicketDataEv(); +s32 PS4_SYSV_ABI _ZNK3sce2np8NpTicket13GetTicketSizeEv(); +s32 PS4_SYSV_ABI _ZThn16_N3sce2np11NpHttpTransD0Ev(); +s32 PS4_SYSV_ABI _ZThn16_N3sce2np11NpHttpTransD1Ev(); +s32 PS4_SYSV_ABI _ZThn8_N3sce2np11NpHttpTransD0Ev(); +s32 PS4_SYSV_ABI _ZThn8_N3sce2np11NpHttpTransD1Ev(); +s32 PS4_SYSV_ABI sceNpAbortRequest(); +s32 PS4_SYSV_ABI sceNpAsmAbort(); +s32 PS4_SYSV_ABI sceNpAsmClientAbortRequest(); +s32 PS4_SYSV_ABI sceNpAsmClientClearNpTitleToken(); +s32 PS4_SYSV_ABI sceNpAsmClientClearNpTitleTokenA(); +s32 PS4_SYSV_ABI sceNpAsmClientCreateRequest2(); +s32 PS4_SYSV_ABI sceNpAsmClientCreateResourceContext(); +s32 PS4_SYSV_ABI sceNpAsmClientCreateResourceContext2(); +s32 PS4_SYSV_ABI sceNpAsmClientDeleteRequest(); +s32 PS4_SYSV_ABI sceNpAsmClientDeleteResourceContext(); +s32 PS4_SYSV_ABI sceNpAsmClientDeleteResourceContext2(); +s32 PS4_SYSV_ABI sceNpAsmClientGetAppId(); +s32 PS4_SYSV_ABI sceNpAsmClientGetCacheControlMaxAge(); +s32 PS4_SYSV_ABI sceNpAsmClientGetGameNpTitleInfo(); +s32 PS4_SYSV_ABI sceNpAsmClientGetGameNpTitleToken(); +s32 PS4_SYSV_ABI sceNpAsmClientGetGameTitleBanInfo(); +s32 PS4_SYSV_ABI sceNpAsmClientGetNpComInfo2(); +s32 PS4_SYSV_ABI sceNpAsmClientGetNpComInfo2A(); +s32 PS4_SYSV_ABI sceNpAsmClientGetNpComInfo2WithHmac(); +s32 PS4_SYSV_ABI sceNpAsmClientGetNpComInfo3(); +s32 PS4_SYSV_ABI sceNpAsmClientGetNpComInfo4(); +s32 PS4_SYSV_ABI sceNpAsmClientGetNpTitleId(); +s32 PS4_SYSV_ABI sceNpAsmClientGetNpTitleToken(); +s32 PS4_SYSV_ABI sceNpAsmClientGetNpTitleToken2(); +s32 PS4_SYSV_ABI sceNpAsmClientGetNpTitleTokenA(); +s32 PS4_SYSV_ABI sceNpAsmClientGetRelatedGameNpTitleIds(); +s32 PS4_SYSV_ABI sceNpAsmClientGetRelatedGameNpTitleIdsA(); +s32 PS4_SYSV_ABI sceNpAsmClientGetRelatedGameNpTitleIdsResult(); +s32 PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrl(); +s32 PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrlA(); +s32 PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrlWithNpTitleId(); +s32 PS4_SYSV_ABI sceNpAsmClientGetServiceBaseUrlWithNpTitleIdA(); +s32 PS4_SYSV_ABI sceNpAsmClientGetServiceIdInfo(); +s32 PS4_SYSV_ABI sceNpAsmClientGetServiceIdInfoA(); +s32 PS4_SYSV_ABI sceNpAsmClientInitialize(); +s32 PS4_SYSV_ABI sceNpAsmClientSetNpTitleId(); +s32 PS4_SYSV_ABI sceNpAsmClientTerminate(); +s32 PS4_SYSV_ABI sceNpAsmCreateConnection(); +s32 PS4_SYSV_ABI sceNpAsmCreateRequest(); +s32 PS4_SYSV_ABI sceNpAsmDeleteConnection(); +s32 PS4_SYSV_ABI sceNpAsmDeleteRequest(); +s32 PS4_SYSV_ABI sceNpAsmGenerateNpTitleToken(); +s32 PS4_SYSV_ABI sceNpAsmGenerateNpTitleToken2(); +s32 PS4_SYSV_ABI sceNpAsmGetNpCommInfo(); +s32 PS4_SYSV_ABI sceNpAsmGetNpCommInfo2(); +s32 PS4_SYSV_ABI sceNpAsmGetRelatedGameNpTitleIds(); +s32 PS4_SYSV_ABI sceNpAsmGetServiceBaseUrl(); +s32 PS4_SYSV_ABI sceNpAsmGetServiceIdInfo(); +s32 PS4_SYSV_ABI sceNpAsmInitialize(); +s32 PS4_SYSV_ABI sceNpAsmTerminate(); +s32 PS4_SYSV_ABI sceNpCheckCallback(); +s32 PS4_SYSV_ABI sceNpCheckNpAvailabilityA(); +s32 PS4_SYSV_ABI sceNpCheckNpReachability(); +s32 PS4_SYSV_ABI sceNpCheckPlus(); +s32 PS4_SYSV_ABI sceNpCreateAsyncRequest(); +s32 PS4_SYSV_ABI sceNpCreateRequest(); +s32 PS4_SYSV_ABI sceNpDeleteRequest(); +s32 PS4_SYSV_ABI sceNpGetAccountAge(); +s32 PS4_SYSV_ABI sceNpGetAccountCountryA(); +s32 PS4_SYSV_ABI sceNpGetAccountDateOfBirthA(); +s32 PS4_SYSV_ABI sceNpGetAccountIdA(); +s32 PS4_SYSV_ABI sceNpGetAccountLanguage2(); +s32 PS4_SYSV_ABI sceNpGetAccountLanguageA(); +s32 PS4_SYSV_ABI sceNpGetGamePresenceStatusA(); +s32 PS4_SYSV_ABI sceNpGetNpId(); +s32 PS4_SYSV_ABI sceNpGetNpReachabilityState(); +s32 PS4_SYSV_ABI sceNpGetOnlineId(); +s32 PS4_SYSV_ABI sceNpGetParentalControlInfoA(); +s32 PS4_SYSV_ABI sceNpGetState(); +s32 PS4_SYSV_ABI sceNpGetUserIdByAccountId(); +s32 PS4_SYSV_ABI sceNpHasSignedUp(); +s32 PS4_SYSV_ABI sceNpIdMapperAbortRequest(); +s32 PS4_SYSV_ABI sceNpIdMapperAccountIdToNpId(); +s32 PS4_SYSV_ABI sceNpIdMapperAccountIdToOnlineId(); +s32 PS4_SYSV_ABI sceNpIdMapperCreateRequest(); +s32 PS4_SYSV_ABI sceNpIdMapperDeleteRequest(); +s32 PS4_SYSV_ABI sceNpIdMapperNpIdToAccountId(); +s32 PS4_SYSV_ABI sceNpIdMapperOnlineIdToAccountId(); +s32 PS4_SYSV_ABI sceNpInGameMessageAbortHandle(); +s32 PS4_SYSV_ABI sceNpInGameMessageCheckCallback(); +s32 PS4_SYSV_ABI sceNpInGameMessageCreateHandle(); +s32 PS4_SYSV_ABI sceNpInGameMessageDeleteHandle(); +s32 PS4_SYSV_ABI sceNpInGameMessageGetMemoryPoolStatistics(); +s32 PS4_SYSV_ABI sceNpInGameMessageInitialize(); +s32 PS4_SYSV_ABI sceNpInGameMessagePrepareA(); +s32 PS4_SYSV_ABI sceNpInGameMessageSendDataA(); +s32 PS4_SYSV_ABI sceNpInGameMessageTerminate(); +s32 PS4_SYSV_ABI sceNpIntCheckPlus(); +s32 PS4_SYSV_ABI sceNpIntGetAppType(); +s32 PS4_SYSV_ABI sceNpIntGetGamePresenceStatus(); +s32 PS4_SYSV_ABI sceNpIntGetNpTitleId(); +s32 PS4_SYSV_ABI sceNpIntGetNpTitleIdSecret(); +s32 PS4_SYSV_ABI sceNpIntRegisterGamePresenceCallback(); +s32 PS4_SYSV_ABI sceNpManagerIntAbortRequest(); +s32 PS4_SYSV_ABI sceNpManagerIntAddActiveSigninStateCallback(); +s32 PS4_SYSV_ABI sceNpManagerIntAddOnlineIdChangeCallback(); +s32 PS4_SYSV_ABI sceNpManagerIntAddPlusMemberTypeCallback(); +s32 PS4_SYSV_ABI sceNpManagerIntAddSigninStateCallback(); +s32 PS4_SYSV_ABI sceNpManagerIntAuthGetAuthorizationCode(); +s32 PS4_SYSV_ABI sceNpManagerIntAuthGetIdToken(); +s32 PS4_SYSV_ABI sceNpManagerIntBindOfflineAccountId(); +s32 PS4_SYSV_ABI sceNpManagerIntCheckGameNpAvailability(); +s32 PS4_SYSV_ABI sceNpManagerIntCheckNpAvailability(); +s32 PS4_SYSV_ABI sceNpManagerIntCheckNpAvailabilityByPid(); +s32 PS4_SYSV_ABI sceNpManagerIntCheckNpState(); +s32 PS4_SYSV_ABI sceNpManagerIntCheckNpStateA(); +s32 PS4_SYSV_ABI sceNpManagerIntClearGameAccessToken(); +s32 PS4_SYSV_ABI sceNpManagerIntClearOnlineIdChangeFlag(); +s32 PS4_SYSV_ABI sceNpManagerIntClearTicket(); +s32 PS4_SYSV_ABI sceNpManagerIntClearUsedFlag(); +s32 PS4_SYSV_ABI sceNpManagerIntClearVshAccessToken(); +s32 PS4_SYSV_ABI sceNpManagerIntCreateLoginContext(); +s32 PS4_SYSV_ABI sceNpManagerIntCreateLoginRequest(); +s32 PS4_SYSV_ABI sceNpManagerIntCreateRequest(); +s32 PS4_SYSV_ABI sceNpManagerIntDeleteLoginContext(); +s32 PS4_SYSV_ABI sceNpManagerIntDeleteRequest(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountCountry(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountCountryA(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountCountrySdk(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountDateOfBirthA(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountDateOfBirthSdk(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountId(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountIdSdk(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountLanguage(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountLanguageA(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountNpEnv(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAccountType(); +s32 PS4_SYSV_ABI sceNpManagerIntGetActiveSigninState(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAuthorizationCodeA(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAuthorizationCodeWithPsnoUri(); +s32 PS4_SYSV_ABI sceNpManagerIntGetAuthServerErrorFlag(); +s32 PS4_SYSV_ABI sceNpManagerIntGetClientCredentialAccessToken(); +s32 PS4_SYSV_ABI sceNpManagerIntGetCommunicationRestrictionStatus(); +s32 PS4_SYSV_ABI sceNpManagerIntGetGameAccessToken(); +s32 PS4_SYSV_ABI sceNpManagerIntGetIssuerId(); +s32 PS4_SYSV_ABI sceNpManagerIntGetLastAccountLanguage(); +s32 PS4_SYSV_ABI sceNpManagerIntGetMAccountId(); +s32 PS4_SYSV_ABI sceNpManagerIntGetNpEnv(); +s32 PS4_SYSV_ABI sceNpManagerIntGetNpId(); +s32 PS4_SYSV_ABI sceNpManagerIntGetNpIdByOnlineId(); +s32 PS4_SYSV_ABI sceNpManagerIntGetNpIdSdk(); +s32 PS4_SYSV_ABI sceNpManagerIntGetOfflineAccountId(); +s32 PS4_SYSV_ABI sceNpManagerIntGetOnlineIdByAccountId(); +s32 PS4_SYSV_ABI sceNpManagerIntGetOnlineIdChangeFlag(); +s32 PS4_SYSV_ABI sceNpManagerIntGetOnlineIdInternal(); +s32 PS4_SYSV_ABI sceNpManagerIntGetOnlineIdSdk(); +s32 PS4_SYSV_ABI sceNpManagerIntGetParentalControlFlag(); +s32 PS4_SYSV_ABI sceNpManagerIntGetParentalControlInfo(); +s32 PS4_SYSV_ABI sceNpManagerIntGetParentalControlInfoA(); +s32 PS4_SYSV_ABI sceNpManagerIntGetPlusMemberType(); +s32 PS4_SYSV_ABI sceNpManagerIntGetPlusMemberTypeNB(); +s32 PS4_SYSV_ABI sceNpManagerIntGetServerError(); +s32 PS4_SYSV_ABI sceNpManagerIntGetSigninState(); +s32 PS4_SYSV_ABI sceNpManagerIntGetTicket(); +s32 PS4_SYSV_ABI sceNpManagerIntGetTicketA(); +s32 PS4_SYSV_ABI sceNpManagerIntGetTitleTokenWithCheck(); +s32 PS4_SYSV_ABI sceNpManagerIntGetUserIdByAccountId(); +s32 PS4_SYSV_ABI sceNpManagerIntGetUserIdByMAccountId(); +s32 PS4_SYSV_ABI sceNpManagerIntGetUserIdByNpId(); +s32 PS4_SYSV_ABI sceNpManagerIntGetUserIdByOfflineAccountId(); +s32 PS4_SYSV_ABI sceNpManagerIntGetUserIdByOnlineId(); +s32 PS4_SYSV_ABI sceNpManagerIntGetUserIdByOnlineIdSdk(); +s32 PS4_SYSV_ABI sceNpManagerIntGetUserList(); +s32 PS4_SYSV_ABI sceNpManagerIntGetUserNum(); +s32 PS4_SYSV_ABI sceNpManagerIntGetVshAccessToken(); +s32 PS4_SYSV_ABI sceNpManagerIntGetVshAccessTokenWithCheck(); +s32 PS4_SYSV_ABI sceNpManagerIntGetVshClientId(); +s32 PS4_SYSV_ABI sceNpManagerIntIsSubAccount(); +s32 PS4_SYSV_ABI sceNpManagerIntIsTemporarySignout(); +s32 PS4_SYSV_ABI sceNpManagerIntIsUnregisteredClientError(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginAddJsonInfo(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginAuthenticate(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginBind(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginGet2svInfo(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetAccessToken(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetAccessTokenViaImplicitFlow(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetAccountId(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetAuthenticateResponse(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetAuthorizationCode(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetDeviceCodeInfo(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetEmail(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetOnlineId(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginGetUserId(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginParseJsonUserInfo(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginResetSsoToken(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginRevalidatePassword(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginSetAccountInfo(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginSetSsoToken(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginSignin(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginValidateCredential(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginValidateKratosAuthCode(); +s32 PS4_SYSV_ABI sceNpManagerIntLoginVerifyDeviceCode(); +s32 PS4_SYSV_ABI sceNpManagerIntPfAuth(); +s32 PS4_SYSV_ABI sceNpManagerIntRemoveActiveSigninStateCallback(); +s32 PS4_SYSV_ABI sceNpManagerIntRemoveOnlineIdChangeCallback(); +s32 PS4_SYSV_ABI sceNpManagerIntRemovePlusMemberTypeCallback(); +s32 PS4_SYSV_ABI sceNpManagerIntRemoveSigninStateCallback(); +s32 PS4_SYSV_ABI sceNpManagerIntRevalidatePassword(); +s32 PS4_SYSV_ABI sceNpManagerIntSetPlusMemberTypeNB(); +s32 PS4_SYSV_ABI sceNpManagerIntSetTimeout(); +s32 PS4_SYSV_ABI sceNpManagerIntSignout(); +s32 PS4_SYSV_ABI sceNpManagerIntSubmitUserCode(); +s32 PS4_SYSV_ABI sceNpManagerIntTemporarySignout(); +s32 PS4_SYSV_ABI sceNpManagerIntUnbindOfflineAccountId(); +s32 PS4_SYSV_ABI sceNpManagerIntUpdateVshAccessToken(); +s32 PS4_SYSV_ABI sceNpManagerIntWebLoginRequired(); +s32 PS4_SYSV_ABI sceNpManagerPrxStartVsh(); +s32 PS4_SYSV_ABI sceNpManagerPrxStopVsh(); +s32 PS4_SYSV_ABI sceNpNotifyPlusFeature(); +s32 PS4_SYSV_ABI sceNpPollAsync(); +s32 PS4_SYSV_ABI sceNpPush2CreateUserContext(); +s32 PS4_SYSV_ABI sceNpPush2DeleteUserContext(); +s32 PS4_SYSV_ABI sceNpPush2Init(); +s32 PS4_SYSV_ABI sceNpPush2IsInit(); +s32 PS4_SYSV_ABI sceNpPush2OptionalCheckCallback(); +s32 PS4_SYSV_ABI sceNpPush2RegisterDataType(); +s32 PS4_SYSV_ABI sceNpPush2RegisterExtendedDataFilter(); +s32 PS4_SYSV_ABI sceNpPush2RegisterNotificationExCallback(); +s32 PS4_SYSV_ABI sceNpPush2SendPushStatisticsDataSystemTelemetry(); +s32 PS4_SYSV_ABI sceNpPush2SetGlobalMutex(); +s32 PS4_SYSV_ABI sceNpPush2SetNpCommunicationId(); +s32 PS4_SYSV_ABI sceNpPush2Term(); +s32 PS4_SYSV_ABI sceNpPush2TriggerEmptyUserEvent(); +s32 PS4_SYSV_ABI sceNpPush2UnregisterDataType(); +s32 PS4_SYSV_ABI sceNpPush2UnregisterExtendedDataFilter(); +s32 PS4_SYSV_ABI sceNpPush2UnregisterNotificationExCallback(); +s32 PS4_SYSV_ABI sceNpPush2UnsetNpCommunicationId(); +s32 PS4_SYSV_ABI sceNpPush2WaitCallback(); +s32 PS4_SYSV_ABI sceNpPushCheckCallback(); +s32 PS4_SYSV_ABI sceNpPushInit(); +s32 PS4_SYSV_ABI sceNpPushIntBeginInactive(); +s32 PS4_SYSV_ABI sceNpPushIntEndInactive(); +s32 PS4_SYSV_ABI sceNpPushIntGetBindUserState(); +s32 PS4_SYSV_ABI sceNpPushIntGetConnectionState(); +s32 PS4_SYSV_ABI sceNpPushIntRegisterNotificationPacketCallback(); +s32 PS4_SYSV_ABI sceNpPushIntUnregisterNotificationPacketCallback(); +s32 PS4_SYSV_ABI sceNpPushRegisterExtendedDataFilter(); +s32 PS4_SYSV_ABI sceNpPushRegisterNotificationExCallback(); +s32 PS4_SYSV_ABI sceNpPushSetNpCommunicationId(); +s32 PS4_SYSV_ABI sceNpPushStartNotification(); +s32 PS4_SYSV_ABI sceNpPushStartNotificationA(); +s32 PS4_SYSV_ABI sceNpPushStopNotification(); +s32 PS4_SYSV_ABI sceNpPushStopNotificationA(); +s32 PS4_SYSV_ABI sceNpPushTerm(); +s32 PS4_SYSV_ABI sceNpPushUnregisterExtendedDataFilter(); +s32 PS4_SYSV_ABI sceNpPushUnregisterNotificationCallback(); +s32 PS4_SYSV_ABI sceNpPushUnsetNpCommunicationId(); +s32 PS4_SYSV_ABI sceNpRegisterGamePresenceCallbackA(); +s32 PS4_SYSV_ABI sceNpRegisterNpReachabilityStateCallback(); +s32 PS4_SYSV_ABI sceNpRegisterPlusEventCallback(); +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 sceNpSetGamePresenceOnlineA(); +s32 PS4_SYSV_ABI sceNpSetNpTitleId(); +s32 PS4_SYSV_ABI sceNpSetNpTitleIdVsh(); +s32 PS4_SYSV_ABI sceNpSetTimeout(); +s32 PS4_SYSV_ABI sceNpUnregisterGamePresenceCallbackA(); +s32 PS4_SYSV_ABI sceNpUnregisterNpReachabilityStateCallback(); +s32 PS4_SYSV_ABI sceNpUnregisterPlusEventCallback(); +s32 PS4_SYSV_ABI sceNpUnregisterStateCallbackA(); +s32 PS4_SYSV_ABI sceNpWaitAsync(); +s32 PS4_SYSV_ABI Func_05003628D66BD87D(); +s32 PS4_SYSV_ABI Func_0C388A4F21C98AF9(); +s32 PS4_SYSV_ABI Func_0CECC7A08A3E50AF(); +s32 PS4_SYSV_ABI Func_0D17030A1DA18EEB(); +s32 PS4_SYSV_ABI Func_0F0F320B6AD8A53D(); +s32 PS4_SYSV_ABI Func_113C477090F9A174(); +s32 PS4_SYSV_ABI Func_12D367D5C727F008(); +s32 PS4_SYSV_ABI Func_1640120BD475931E(); +s32 PS4_SYSV_ABI Func_1AFE1C07C95E65A5(); +s32 PS4_SYSV_ABI Func_1D983C7E0C28AC72(); +s32 PS4_SYSV_ABI Func_208943695A3B58FE(); +s32 PS4_SYSV_ABI Func_258A3D10C99A43BB(); +s32 PS4_SYSV_ABI Func_263E325794B412AC(); +s32 PS4_SYSV_ABI Func_2B6A4BF35C5E240D(); +s32 PS4_SYSV_ABI Func_2B707FFE05ACB009(); +s32 PS4_SYSV_ABI Func_2CE5AB230EBAF8B4(); +s32 PS4_SYSV_ABI Func_3237EE3C3AFC187B(); +s32 PS4_SYSV_ABI Func_33D4DFB2A1603BFF(); +s32 PS4_SYSV_ABI Func_3821D79C1ED86F33(); +s32 PS4_SYSV_ABI Func_3F431997C7105BBF(); +s32 PS4_SYSV_ABI Func_4192797C2D2D3FC3(); +s32 PS4_SYSV_ABI Func_41C7E3D88BBB7F75(); +s32 PS4_SYSV_ABI Func_438F60858A883FCF(); +s32 PS4_SYSV_ABI Func_4C4A062E5660FABD(); +s32 PS4_SYSV_ABI Func_4C808F7A4EFA36A7(); +s32 PS4_SYSV_ABI Func_4E1CED7E62F68F46(); +s32 PS4_SYSV_ABI Func_5161A48C6A61C4BF(); +s32 PS4_SYSV_ABI Func_542603999CA0AEE9(); +s32 PS4_SYSV_ABI Func_54690B41C1128799(); +s32 PS4_SYSV_ABI Func_55A76C7C29521FAD(); +s32 PS4_SYSV_ABI Func_562B234AAE25F80C(); +s32 PS4_SYSV_ABI Func_58D1975026DD864A(); +s32 PS4_SYSV_ABI Func_5A60395F8C3FE128(); +s32 PS4_SYSV_ABI Func_5B382777E9B5F294(); +s32 PS4_SYSV_ABI Func_5DB301F9CD649671(); +s32 PS4_SYSV_ABI Func_6441D55869D8D6F2(); +s32 PS4_SYSV_ABI Func_69068E18854284DE(); +s32 PS4_SYSV_ABI Func_6F59C3B00B03E05A(); +s32 PS4_SYSV_ABI Func_724CCE7F78A1356B(); +s32 PS4_SYSV_ABI Func_750F1B053C243308(); +s32 PS4_SYSV_ABI Func_760F079BB91DE258(); +s32 PS4_SYSV_ABI Func_78657523221556EF(); +s32 PS4_SYSV_ABI Func_8089888BD363EDA6(); +s32 PS4_SYSV_ABI Func_810CA029B6F7C3A1(); +s32 PS4_SYSV_ABI Func_8253B94686A8D3FD(); +s32 PS4_SYSV_ABI Func_8665138A709E1654(); +s32 PS4_SYSV_ABI Func_882F48FAE6097C0C(); +s32 PS4_SYSV_ABI Func_89DBE4B3303FF888(); +s32 PS4_SYSV_ABI Func_8BD3E57620BDDC38(); +s32 PS4_SYSV_ABI Func_8F0A74013AD633EC(); +s32 PS4_SYSV_ABI Func_8FA6264BF3F6CC00(); +s32 PS4_SYSV_ABI Func_9292E87C2C0971E4(); +s32 PS4_SYSV_ABI Func_92CA292318CA03A8(); +s32 PS4_SYSV_ABI Func_9348596C2B17F662(); +s32 PS4_SYSV_ABI Func_9507E9B321A5E0D7(); +s32 PS4_SYSV_ABI Func_98CA95E231980731(); +s32 PS4_SYSV_ABI Func_9E66CC4BBF2C1990(); +s32 PS4_SYSV_ABI Func_9E6CEF7064891F84(); +s32 PS4_SYSV_ABI Func_A7BC2C792E9522C5(); +s32 PS4_SYSV_ABI Func_ABBA0F809548CB02(); +s32 PS4_SYSV_ABI Func_B14A27A4CEDE020F(); +s32 PS4_SYSV_ABI Func_B323EE1C23AB97F3(); +s32 PS4_SYSV_ABI Func_B429819DAEF40BAC(); +s32 PS4_SYSV_ABI Func_B54B9571BEAD82C5(); +s32 PS4_SYSV_ABI Func_B5ACB5CF4A4114A6(); +s32 PS4_SYSV_ABI Func_BA41BE0F44157EE4(); +s32 PS4_SYSV_ABI Func_BAA1DEC848D99690(); +s32 PS4_SYSV_ABI Func_BB8CCCD6C9480EB2(); +s32 PS4_SYSV_ABI Func_BEC25DAAE8B8B81F(); +s32 PS4_SYSV_ABI Func_BFEE936391AB0C70(); +s32 PS4_SYSV_ABI Func_C0DD2DBE2EA66F7A(); +s32 PS4_SYSV_ABI Func_C1F858BF5B86C2A1(); +s32 PS4_SYSV_ABI Func_C240618E6FC39206(); +s32 PS4_SYSV_ABI Func_C338A34450310E79(); +s32 PS4_SYSV_ABI Func_C91EE3603D966909(); +s32 PS4_SYSV_ABI Func_CB67035ED668CF6B(); +s32 PS4_SYSV_ABI Func_D5A5A28B7351A9BE(); +s32 PS4_SYSV_ABI Func_DA8426059F1D5A2D(); +s32 PS4_SYSV_ABI Func_DA8E15DD00AF9DF8(); +s32 PS4_SYSV_ABI Func_DB86987643BB5DD7(); +s32 PS4_SYSV_ABI Func_DEC53D7165C137DF(); +s32 PS4_SYSV_ABI Func_DFDEEE26F2EB96B3(); +s32 PS4_SYSV_ABI Func_E2056A6F01642866(); +s32 PS4_SYSV_ABI Func_E240E9B8597EE56E(); +s32 PS4_SYSV_ABI Func_E32CE33B706F05F7(); +s32 PS4_SYSV_ABI Func_E4F67EFC91C84F87(); +s32 PS4_SYSV_ABI Func_E6F041A2660F83EB(); +s32 PS4_SYSV_ABI Func_E979BA413BD84D38(); +s32 PS4_SYSV_ABI Func_EDDDF2D305DB7866(); +s32 PS4_SYSV_ABI Func_F08EC7725B42E2F9(); +s32 PS4_SYSV_ABI Func_F3595D8EFFF26EC0(); +s32 PS4_SYSV_ABI Func_F3DF5271142F155D(); +s32 PS4_SYSV_ABI Func_F89997168DC987A8(); +s32 PS4_SYSV_ABI Func_F91B5B25CC9B30D9(); +s32 PS4_SYSV_ABI Func_FC335B7102A585B3(); +s32 PS4_SYSV_ABI Func_FCEAC354CA8B206E(); +s32 PS4_SYSV_ABI Func_FF966E4351E564D6(); void RegisterlibSceNpManager(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::NpManager \ No newline at end of file diff --git a/libraries/nptrophy.cpp b/libraries/nptrophy.cpp index 26fc3bd..821dcb0 100644 --- a/libraries/nptrophy.cpp +++ b/libraries/nptrophy.cpp @@ -8,437 +8,437 @@ namespace Libraries::NpTrophy { -int PS4_SYSV_ABI sceNpTrophyAbortHandle() { +s32 PS4_SYSV_ABI sceNpTrophyAbortHandle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyCaptureScreenshot() { +s32 PS4_SYSV_ABI sceNpTrophyCaptureScreenshot() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophyDetails() { +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophyDetails() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophyFlagArray() { +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophyFlagArray() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophyGroupArray() { +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophyGroupArray() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophyGroupDetails() { +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophyGroupDetails() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophySetInfo() { +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophySetInfo() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophySetInfoInGroup() { +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophySetInfoInGroup() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophySetVersion() { +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophySetVersion() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophyTitleDetails() { +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophyTitleDetails() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyConfigHasGroupFeature() { +s32 PS4_SYSV_ABI sceNpTrophyConfigHasGroupFeature() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyCreateContext() { +s32 PS4_SYSV_ABI sceNpTrophyCreateContext() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyCreateHandle() { +s32 PS4_SYSV_ABI sceNpTrophyCreateHandle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyDestroyContext() { +s32 PS4_SYSV_ABI sceNpTrophyDestroyContext() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyDestroyHandle() { +s32 PS4_SYSV_ABI sceNpTrophyDestroyHandle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyGetGameIcon() { +s32 PS4_SYSV_ABI sceNpTrophyGetGameIcon() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyGetGameInfo() { +s32 PS4_SYSV_ABI sceNpTrophyGetGameInfo() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyGetGroupIcon() { +s32 PS4_SYSV_ABI sceNpTrophyGetGroupIcon() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyGetGroupInfo() { +s32 PS4_SYSV_ABI sceNpTrophyGetGroupInfo() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyGetTrophyIcon() { +s32 PS4_SYSV_ABI sceNpTrophyGetTrophyIcon() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyGetTrophyInfo() { +s32 PS4_SYSV_ABI sceNpTrophyGetTrophyInfo() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyGetTrophyUnlockState() { +s32 PS4_SYSV_ABI sceNpTrophyGetTrophyUnlockState() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyGroupArrayGetNum() { +s32 PS4_SYSV_ABI sceNpTrophyGroupArrayGetNum() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyIntAbortHandle() { +s32 PS4_SYSV_ABI sceNpTrophyIntAbortHandle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyIntCheckNetSyncTitles() { +s32 PS4_SYSV_ABI sceNpTrophyIntCheckNetSyncTitles() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyIntCreateHandle() { +s32 PS4_SYSV_ABI sceNpTrophyIntCreateHandle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyIntDestroyHandle() { +s32 PS4_SYSV_ABI sceNpTrophyIntDestroyHandle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyIntGetLocalTrophySummary() { +s32 PS4_SYSV_ABI sceNpTrophyIntGetLocalTrophySummary() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyIntGetProgress() { +s32 PS4_SYSV_ABI sceNpTrophyIntGetProgress() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyIntGetRunningTitle() { +s32 PS4_SYSV_ABI sceNpTrophyIntGetRunningTitle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyIntGetRunningTitles() { +s32 PS4_SYSV_ABI sceNpTrophyIntGetRunningTitles() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyIntGetTrpIconByUri() { +s32 PS4_SYSV_ABI sceNpTrophyIntGetTrpIconByUri() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyIntNetSyncTitle() { +s32 PS4_SYSV_ABI sceNpTrophyIntNetSyncTitle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyIntNetSyncTitles() { +s32 PS4_SYSV_ABI sceNpTrophyIntNetSyncTitles() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyNumInfoGetTotal() { +s32 PS4_SYSV_ABI sceNpTrophyNumInfoGetTotal() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyRegisterContext() { +s32 PS4_SYSV_ABI sceNpTrophyRegisterContext() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySetInfoGetTrophyFlagArray() { +s32 PS4_SYSV_ABI sceNpTrophySetInfoGetTrophyFlagArray() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySetInfoGetTrophyNum() { +s32 PS4_SYSV_ABI sceNpTrophySetInfoGetTrophyNum() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyShowTrophyList() { +s32 PS4_SYSV_ABI sceNpTrophyShowTrophyList() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemAbortHandle() { +s32 PS4_SYSV_ABI sceNpTrophySystemAbortHandle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemBuildGroupIconUri() { +s32 PS4_SYSV_ABI sceNpTrophySystemBuildGroupIconUri() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemBuildNetTrophyIconUri() { +s32 PS4_SYSV_ABI sceNpTrophySystemBuildNetTrophyIconUri() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemBuildTitleIconUri() { +s32 PS4_SYSV_ABI sceNpTrophySystemBuildTitleIconUri() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemBuildTrophyIconUri() { +s32 PS4_SYSV_ABI sceNpTrophySystemBuildTrophyIconUri() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemCheckNetSyncTitles() { +s32 PS4_SYSV_ABI sceNpTrophySystemCheckNetSyncTitles() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemCheckRecoveryRequired() { +s32 PS4_SYSV_ABI sceNpTrophySystemCheckRecoveryRequired() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemCloseStorage() { +s32 PS4_SYSV_ABI sceNpTrophySystemCloseStorage() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemCreateContext() { +s32 PS4_SYSV_ABI sceNpTrophySystemCreateContext() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemCreateHandle() { +s32 PS4_SYSV_ABI sceNpTrophySystemCreateHandle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemDbgCtl() { +s32 PS4_SYSV_ABI sceNpTrophySystemDbgCtl() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemDebugLockTrophy() { +s32 PS4_SYSV_ABI sceNpTrophySystemDebugLockTrophy() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemDebugUnlockTrophy() { +s32 PS4_SYSV_ABI sceNpTrophySystemDebugUnlockTrophy() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemDestroyContext() { +s32 PS4_SYSV_ABI sceNpTrophySystemDestroyContext() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemDestroyHandle() { +s32 PS4_SYSV_ABI sceNpTrophySystemDestroyHandle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemDestroyTrophyConfig() { +s32 PS4_SYSV_ABI sceNpTrophySystemDestroyTrophyConfig() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetDbgParam() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetDbgParam() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetDbgParamInt() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetDbgParamInt() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetGroupIcon() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetGroupIcon() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetLocalTrophySummary() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetLocalTrophySummary() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetNextTitleFileEntryStatus() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetNextTitleFileEntryStatus() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetProgress() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetProgress() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetTitleFileStatus() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetTitleFileStatus() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetTitleIcon() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetTitleIcon() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetTitleSyncStatus() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetTitleSyncStatus() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetTrophyConfig() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetTrophyConfig() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetTrophyData() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetTrophyData() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetTrophyGroupData() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetTrophyGroupData() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetTrophyIcon() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetTrophyIcon() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetTrophyTitleData() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetTrophyTitleData() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetTrophyTitleIds() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetTrophyTitleIds() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetUserFileInfo() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetUserFileInfo() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemGetUserFileStatus() { +s32 PS4_SYSV_ABI sceNpTrophySystemGetUserFileStatus() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemIsServerAvailable() { +s32 PS4_SYSV_ABI sceNpTrophySystemIsServerAvailable() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemNetSyncTitle() { +s32 PS4_SYSV_ABI sceNpTrophySystemNetSyncTitle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemNetSyncTitles() { +s32 PS4_SYSV_ABI sceNpTrophySystemNetSyncTitles() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemOpenStorage() { +s32 PS4_SYSV_ABI sceNpTrophySystemOpenStorage() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemPerformRecovery() { +s32 PS4_SYSV_ABI sceNpTrophySystemPerformRecovery() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemRemoveAll() { +s32 PS4_SYSV_ABI sceNpTrophySystemRemoveAll() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemRemoveTitleData() { +s32 PS4_SYSV_ABI sceNpTrophySystemRemoveTitleData() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemRemoveUserData() { +s32 PS4_SYSV_ABI sceNpTrophySystemRemoveUserData() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemSetDbgParam() { +s32 PS4_SYSV_ABI sceNpTrophySystemSetDbgParam() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophySystemSetDbgParamInt() { +s32 PS4_SYSV_ABI sceNpTrophySystemSetDbgParamInt() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceNpTrophyUnlockTrophy() { +s32 PS4_SYSV_ABI sceNpTrophyUnlockTrophy() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_149656DA81D41C59() { +s32 PS4_SYSV_ABI Func_149656DA81D41C59() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_9F80071876FFA5F6() { +s32 PS4_SYSV_ABI Func_9F80071876FFA5F6() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_F8EF6F5350A91990() { +s32 PS4_SYSV_ABI Func_F8EF6F5350A91990() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_FA7A2DD770447552() { +s32 PS4_SYSV_ABI Func_FA7A2DD770447552() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; } @@ -610,10 +610,14 @@ void RegisterlibSceNpTrophy(Core::Loader::SymbolsResolver* sym) { 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("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); }; } // namespace Libraries::NpTrophy \ No newline at end of file diff --git a/libraries/nptrophy.h b/libraries/nptrophy.h index 45a78e0..cdb267b 100644 --- a/libraries/nptrophy.h +++ b/libraries/nptrophy.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,93 +11,93 @@ class SymbolsResolver; namespace Libraries::NpTrophy { -int PS4_SYSV_ABI sceNpTrophyAbortHandle(); -int PS4_SYSV_ABI sceNpTrophyCaptureScreenshot(); -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophyDetails(); -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophyFlagArray(); -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophyGroupArray(); -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophyGroupDetails(); -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophySetInfo(); -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophySetInfoInGroup(); -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophySetVersion(); -int PS4_SYSV_ABI sceNpTrophyConfigGetTrophyTitleDetails(); -int PS4_SYSV_ABI sceNpTrophyConfigHasGroupFeature(); -int PS4_SYSV_ABI sceNpTrophyCreateContext(); -int PS4_SYSV_ABI sceNpTrophyCreateHandle(); -int PS4_SYSV_ABI sceNpTrophyDestroyContext(); -int PS4_SYSV_ABI sceNpTrophyDestroyHandle(); -int PS4_SYSV_ABI sceNpTrophyGetGameIcon(); -int PS4_SYSV_ABI sceNpTrophyGetGameInfo(); -int PS4_SYSV_ABI sceNpTrophyGetGroupIcon(); -int PS4_SYSV_ABI sceNpTrophyGetGroupInfo(); -int PS4_SYSV_ABI sceNpTrophyGetTrophyIcon(); -int PS4_SYSV_ABI sceNpTrophyGetTrophyInfo(); -int PS4_SYSV_ABI sceNpTrophyGetTrophyUnlockState(); -int PS4_SYSV_ABI sceNpTrophyGroupArrayGetNum(); -int PS4_SYSV_ABI sceNpTrophyIntAbortHandle(); -int PS4_SYSV_ABI sceNpTrophyIntCheckNetSyncTitles(); -int PS4_SYSV_ABI sceNpTrophyIntCreateHandle(); -int PS4_SYSV_ABI sceNpTrophyIntDestroyHandle(); -int PS4_SYSV_ABI sceNpTrophyIntGetLocalTrophySummary(); -int PS4_SYSV_ABI sceNpTrophyIntGetProgress(); -int PS4_SYSV_ABI sceNpTrophyIntGetRunningTitle(); -int PS4_SYSV_ABI sceNpTrophyIntGetRunningTitles(); -int PS4_SYSV_ABI sceNpTrophyIntGetTrpIconByUri(); -int PS4_SYSV_ABI sceNpTrophyIntNetSyncTitle(); -int PS4_SYSV_ABI sceNpTrophyIntNetSyncTitles(); -int PS4_SYSV_ABI sceNpTrophyNumInfoGetTotal(); -int PS4_SYSV_ABI sceNpTrophyRegisterContext(); -int PS4_SYSV_ABI sceNpTrophySetInfoGetTrophyFlagArray(); -int PS4_SYSV_ABI sceNpTrophySetInfoGetTrophyNum(); -int PS4_SYSV_ABI sceNpTrophyShowTrophyList(); -int PS4_SYSV_ABI sceNpTrophySystemAbortHandle(); -int PS4_SYSV_ABI sceNpTrophySystemBuildGroupIconUri(); -int PS4_SYSV_ABI sceNpTrophySystemBuildNetTrophyIconUri(); -int PS4_SYSV_ABI sceNpTrophySystemBuildTitleIconUri(); -int PS4_SYSV_ABI sceNpTrophySystemBuildTrophyIconUri(); -int PS4_SYSV_ABI sceNpTrophySystemCheckNetSyncTitles(); -int PS4_SYSV_ABI sceNpTrophySystemCheckRecoveryRequired(); -int PS4_SYSV_ABI sceNpTrophySystemCloseStorage(); -int PS4_SYSV_ABI sceNpTrophySystemCreateContext(); -int PS4_SYSV_ABI sceNpTrophySystemCreateHandle(); -int PS4_SYSV_ABI sceNpTrophySystemDbgCtl(); -int PS4_SYSV_ABI sceNpTrophySystemDebugLockTrophy(); -int PS4_SYSV_ABI sceNpTrophySystemDebugUnlockTrophy(); -int PS4_SYSV_ABI sceNpTrophySystemDestroyContext(); -int PS4_SYSV_ABI sceNpTrophySystemDestroyHandle(); -int PS4_SYSV_ABI sceNpTrophySystemDestroyTrophyConfig(); -int PS4_SYSV_ABI sceNpTrophySystemGetDbgParam(); -int PS4_SYSV_ABI sceNpTrophySystemGetDbgParamInt(); -int PS4_SYSV_ABI sceNpTrophySystemGetGroupIcon(); -int PS4_SYSV_ABI sceNpTrophySystemGetLocalTrophySummary(); -int PS4_SYSV_ABI sceNpTrophySystemGetNextTitleFileEntryStatus(); -int PS4_SYSV_ABI sceNpTrophySystemGetProgress(); -int PS4_SYSV_ABI sceNpTrophySystemGetTitleFileStatus(); -int PS4_SYSV_ABI sceNpTrophySystemGetTitleIcon(); -int PS4_SYSV_ABI sceNpTrophySystemGetTitleSyncStatus(); -int PS4_SYSV_ABI sceNpTrophySystemGetTrophyConfig(); -int PS4_SYSV_ABI sceNpTrophySystemGetTrophyData(); -int PS4_SYSV_ABI sceNpTrophySystemGetTrophyGroupData(); -int PS4_SYSV_ABI sceNpTrophySystemGetTrophyIcon(); -int PS4_SYSV_ABI sceNpTrophySystemGetTrophyTitleData(); -int PS4_SYSV_ABI sceNpTrophySystemGetTrophyTitleIds(); -int PS4_SYSV_ABI sceNpTrophySystemGetUserFileInfo(); -int PS4_SYSV_ABI sceNpTrophySystemGetUserFileStatus(); -int PS4_SYSV_ABI sceNpTrophySystemIsServerAvailable(); -int PS4_SYSV_ABI sceNpTrophySystemNetSyncTitle(); -int PS4_SYSV_ABI sceNpTrophySystemNetSyncTitles(); -int PS4_SYSV_ABI sceNpTrophySystemOpenStorage(); -int PS4_SYSV_ABI sceNpTrophySystemPerformRecovery(); -int PS4_SYSV_ABI sceNpTrophySystemRemoveAll(); -int PS4_SYSV_ABI sceNpTrophySystemRemoveTitleData(); -int PS4_SYSV_ABI sceNpTrophySystemRemoveUserData(); -int PS4_SYSV_ABI sceNpTrophySystemSetDbgParam(); -int PS4_SYSV_ABI sceNpTrophySystemSetDbgParamInt(); -int PS4_SYSV_ABI sceNpTrophyUnlockTrophy(); -int PS4_SYSV_ABI Func_149656DA81D41C59(); -int PS4_SYSV_ABI Func_9F80071876FFA5F6(); -int PS4_SYSV_ABI Func_F8EF6F5350A91990(); -int PS4_SYSV_ABI Func_FA7A2DD770447552(); +s32 PS4_SYSV_ABI sceNpTrophyAbortHandle(); +s32 PS4_SYSV_ABI sceNpTrophyCaptureScreenshot(); +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophyDetails(); +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophyFlagArray(); +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophyGroupArray(); +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophyGroupDetails(); +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophySetInfo(); +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophySetInfoInGroup(); +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophySetVersion(); +s32 PS4_SYSV_ABI sceNpTrophyConfigGetTrophyTitleDetails(); +s32 PS4_SYSV_ABI sceNpTrophyConfigHasGroupFeature(); +s32 PS4_SYSV_ABI sceNpTrophyCreateContext(); +s32 PS4_SYSV_ABI sceNpTrophyCreateHandle(); +s32 PS4_SYSV_ABI sceNpTrophyDestroyContext(); +s32 PS4_SYSV_ABI sceNpTrophyDestroyHandle(); +s32 PS4_SYSV_ABI sceNpTrophyGetGameIcon(); +s32 PS4_SYSV_ABI sceNpTrophyGetGameInfo(); +s32 PS4_SYSV_ABI sceNpTrophyGetGroupIcon(); +s32 PS4_SYSV_ABI sceNpTrophyGetGroupInfo(); +s32 PS4_SYSV_ABI sceNpTrophyGetTrophyIcon(); +s32 PS4_SYSV_ABI sceNpTrophyGetTrophyInfo(); +s32 PS4_SYSV_ABI sceNpTrophyGetTrophyUnlockState(); +s32 PS4_SYSV_ABI sceNpTrophyGroupArrayGetNum(); +s32 PS4_SYSV_ABI sceNpTrophyIntAbortHandle(); +s32 PS4_SYSV_ABI sceNpTrophyIntCheckNetSyncTitles(); +s32 PS4_SYSV_ABI sceNpTrophyIntCreateHandle(); +s32 PS4_SYSV_ABI sceNpTrophyIntDestroyHandle(); +s32 PS4_SYSV_ABI sceNpTrophyIntGetLocalTrophySummary(); +s32 PS4_SYSV_ABI sceNpTrophyIntGetProgress(); +s32 PS4_SYSV_ABI sceNpTrophyIntGetRunningTitle(); +s32 PS4_SYSV_ABI sceNpTrophyIntGetRunningTitles(); +s32 PS4_SYSV_ABI sceNpTrophyIntGetTrpIconByUri(); +s32 PS4_SYSV_ABI sceNpTrophyIntNetSyncTitle(); +s32 PS4_SYSV_ABI sceNpTrophyIntNetSyncTitles(); +s32 PS4_SYSV_ABI sceNpTrophyNumInfoGetTotal(); +s32 PS4_SYSV_ABI sceNpTrophyRegisterContext(); +s32 PS4_SYSV_ABI sceNpTrophySetInfoGetTrophyFlagArray(); +s32 PS4_SYSV_ABI sceNpTrophySetInfoGetTrophyNum(); +s32 PS4_SYSV_ABI sceNpTrophyShowTrophyList(); +s32 PS4_SYSV_ABI sceNpTrophySystemAbortHandle(); +s32 PS4_SYSV_ABI sceNpTrophySystemBuildGroupIconUri(); +s32 PS4_SYSV_ABI sceNpTrophySystemBuildNetTrophyIconUri(); +s32 PS4_SYSV_ABI sceNpTrophySystemBuildTitleIconUri(); +s32 PS4_SYSV_ABI sceNpTrophySystemBuildTrophyIconUri(); +s32 PS4_SYSV_ABI sceNpTrophySystemCheckNetSyncTitles(); +s32 PS4_SYSV_ABI sceNpTrophySystemCheckRecoveryRequired(); +s32 PS4_SYSV_ABI sceNpTrophySystemCloseStorage(); +s32 PS4_SYSV_ABI sceNpTrophySystemCreateContext(); +s32 PS4_SYSV_ABI sceNpTrophySystemCreateHandle(); +s32 PS4_SYSV_ABI sceNpTrophySystemDbgCtl(); +s32 PS4_SYSV_ABI sceNpTrophySystemDebugLockTrophy(); +s32 PS4_SYSV_ABI sceNpTrophySystemDebugUnlockTrophy(); +s32 PS4_SYSV_ABI sceNpTrophySystemDestroyContext(); +s32 PS4_SYSV_ABI sceNpTrophySystemDestroyHandle(); +s32 PS4_SYSV_ABI sceNpTrophySystemDestroyTrophyConfig(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetDbgParam(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetDbgParamInt(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetGroupIcon(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetLocalTrophySummary(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetNextTitleFileEntryStatus(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetProgress(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetTitleFileStatus(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetTitleIcon(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetTitleSyncStatus(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetTrophyConfig(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetTrophyData(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetTrophyGroupData(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetTrophyIcon(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetTrophyTitleData(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetTrophyTitleIds(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetUserFileInfo(); +s32 PS4_SYSV_ABI sceNpTrophySystemGetUserFileStatus(); +s32 PS4_SYSV_ABI sceNpTrophySystemIsServerAvailable(); +s32 PS4_SYSV_ABI sceNpTrophySystemNetSyncTitle(); +s32 PS4_SYSV_ABI sceNpTrophySystemNetSyncTitles(); +s32 PS4_SYSV_ABI sceNpTrophySystemOpenStorage(); +s32 PS4_SYSV_ABI sceNpTrophySystemPerformRecovery(); +s32 PS4_SYSV_ABI sceNpTrophySystemRemoveAll(); +s32 PS4_SYSV_ABI sceNpTrophySystemRemoveTitleData(); +s32 PS4_SYSV_ABI sceNpTrophySystemRemoveUserData(); +s32 PS4_SYSV_ABI sceNpTrophySystemSetDbgParam(); +s32 PS4_SYSV_ABI sceNpTrophySystemSetDbgParamInt(); +s32 PS4_SYSV_ABI sceNpTrophyUnlockTrophy(); +s32 PS4_SYSV_ABI Func_149656DA81D41C59(); +s32 PS4_SYSV_ABI Func_9F80071876FFA5F6(); +s32 PS4_SYSV_ABI Func_F8EF6F5350A91990(); +s32 PS4_SYSV_ABI Func_FA7A2DD770447552(); void RegisterlibSceNpTrophy(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::NpTrophy \ No newline at end of file diff --git a/libraries/pad.cpp b/libraries/pad.cpp index 685cc8b..29fbfea 100644 --- a/libraries/pad.cpp +++ b/libraries/pad.cpp @@ -8,570 +8,573 @@ namespace Libraries::Pad { -int PS4_SYSV_ABI scePadClose() { +s32 PS4_SYSV_ABI scePadClose() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadConnectPort() { +s32 PS4_SYSV_ABI scePadConnectPort() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadDeviceClassGetExtendedInformation() { +s32 PS4_SYSV_ABI scePadDeviceClassGetExtendedInformation() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadDeviceClassParseData() { +s32 PS4_SYSV_ABI scePadDeviceClassParseData() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadDeviceOpen() { +s32 PS4_SYSV_ABI scePadDeviceOpen() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadDisableVibration() { +s32 PS4_SYSV_ABI scePadDisableVibration() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadDisconnectDevice() { +s32 PS4_SYSV_ABI scePadDisconnectDevice() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadDisconnectPort() { +s32 PS4_SYSV_ABI scePadDisconnectPort() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadEnableAutoDetect() { +s32 PS4_SYSV_ABI scePadEnableAutoDetect() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadEnableExtensionPort() { +s32 PS4_SYSV_ABI scePadEnableExtensionPort() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadEnableSpecificDeviceClass() { +s32 PS4_SYSV_ABI scePadEnableSpecificDeviceClass() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadEnableUsbConnection() { +s32 PS4_SYSV_ABI scePadEnableUsbConnection() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetBluetoothAddress() { +s32 PS4_SYSV_ABI scePadGetBluetoothAddress() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetCapability() { +s32 PS4_SYSV_ABI scePadGetCapability() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetControllerInformation() { +s32 PS4_SYSV_ABI scePadGetControllerInformation() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetDataInternal() { +s32 PS4_SYSV_ABI scePadGetDataInternal() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetDeviceId() { +s32 PS4_SYSV_ABI scePadGetDeviceId() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetDeviceInfo() { +s32 PS4_SYSV_ABI scePadGetDeviceInfo() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetExtControllerInformation() { +s32 PS4_SYSV_ABI scePadGetExtControllerInformation() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetExtensionUnitInfo() { +s32 PS4_SYSV_ABI scePadGetExtensionUnitInfo() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetFeatureReport() { +s32 PS4_SYSV_ABI scePadGetFeatureReport() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetHandle() { +s32 PS4_SYSV_ABI scePadGetHandle() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetIdleCount() { +s32 PS4_SYSV_ABI scePadGetIdleCount() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetInfo() { +s32 PS4_SYSV_ABI scePadGetInfo() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetInfoByPortType() { +s32 PS4_SYSV_ABI scePadGetInfoByPortType() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetLicenseControllerInformation() { +s32 PS4_SYSV_ABI scePadGetLicenseControllerInformation() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetMotionSensorPosition() { +s32 PS4_SYSV_ABI scePadGetMotionSensorPosition() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetMotionTimerUnit() { +s32 PS4_SYSV_ABI scePadGetMotionTimerUnit() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetSphereRadius() { +s32 PS4_SYSV_ABI scePadGetSphereRadius() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadGetVersionInfo() { +s32 PS4_SYSV_ABI scePadGetVersionInfo() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadInit() { +s32 PS4_SYSV_ABI scePadInit() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadIsBlasterConnected() { +s32 PS4_SYSV_ABI scePadIsBlasterConnected() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadIsDS4Connected() { +s32 PS4_SYSV_ABI scePadIsDS4Connected() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadIsLightBarBaseBrightnessControllable() { +s32 PS4_SYSV_ABI scePadIsLightBarBaseBrightnessControllable() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadIsMoveConnected() { +s32 PS4_SYSV_ABI scePadIsMoveConnected() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadIsMoveReproductionModel() { +s32 PS4_SYSV_ABI scePadIsMoveReproductionModel() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadIsValidHandle() { +s32 PS4_SYSV_ABI scePadIsValidHandle() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadMbusInit() { +s32 PS4_SYSV_ABI scePadMbusInit() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadMbusTerm() { +s32 PS4_SYSV_ABI scePadMbusTerm() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadOpen() { +s32 PS4_SYSV_ABI scePadOpen() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadOpenExt() { +s32 PS4_SYSV_ABI scePadOpenExt() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadOpenExt2() { +s32 PS4_SYSV_ABI scePadOpenExt2() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadOutputReport() { +s32 PS4_SYSV_ABI scePadOutputReport() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadRead() { +s32 PS4_SYSV_ABI scePadRead() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadReadBlasterForTracker() { +s32 PS4_SYSV_ABI scePadReadBlasterForTracker() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadReadExt() { +s32 PS4_SYSV_ABI scePadReadExt() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadReadForTracker() { +s32 PS4_SYSV_ABI scePadReadForTracker() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadReadHistory() { +s32 PS4_SYSV_ABI scePadReadHistory() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadReadState() { +s32 PS4_SYSV_ABI scePadReadState() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadReadStateExt() { +s32 PS4_SYSV_ABI scePadReadStateExt() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadResetLightBar() { +s32 PS4_SYSV_ABI scePadResetLightBar() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadResetLightBarAll() { +s32 PS4_SYSV_ABI scePadResetLightBarAll() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadResetLightBarAllByPortType() { +s32 PS4_SYSV_ABI scePadResetLightBarAllByPortType() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadResetOrientation() { +s32 PS4_SYSV_ABI scePadResetOrientation() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadResetOrientationForTracker() { +s32 PS4_SYSV_ABI scePadResetOrientationForTracker() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetAngularVelocityDeadbandState() { +s32 PS4_SYSV_ABI scePadSetAngularVelocityDeadbandState() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetAutoPowerOffCount() { +s32 PS4_SYSV_ABI scePadSetAutoPowerOffCount() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetButtonRemappingInfo() { +s32 PS4_SYSV_ABI scePadSetButtonRemappingInfo() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetConnection() { +s32 PS4_SYSV_ABI scePadSetConnection() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetExtensionReport() { +s32 PS4_SYSV_ABI scePadSetExtensionReport() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetFeatureReport() { +s32 PS4_SYSV_ABI scePadSetFeatureReport() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetForceIntercepted() { +s32 PS4_SYSV_ABI scePadSetForceIntercepted() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetLightBar() { +s32 PS4_SYSV_ABI scePadSetLightBar() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetLightBarBaseBrightness() { +s32 PS4_SYSV_ABI scePadSetLightBarBaseBrightness() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetLightBarBlinking() { +s32 PS4_SYSV_ABI scePadSetLightBarBlinking() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetLightBarForTracker() { +s32 PS4_SYSV_ABI scePadSetLightBarForTracker() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetLoginUserNumber() { +s32 PS4_SYSV_ABI scePadSetLoginUserNumber() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetMotionSensorState() { +s32 PS4_SYSV_ABI scePadSetMotionSensorState() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetProcessFocus() { +s32 PS4_SYSV_ABI scePadSetProcessFocus() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetProcessPrivilege() { +s32 PS4_SYSV_ABI scePadSetProcessPrivilege() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetProcessPrivilegeOfButtonRemapping() { +s32 PS4_SYSV_ABI scePadSetProcessPrivilegeOfButtonRemapping() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetShareButtonMaskForRemotePlay() { +s32 PS4_SYSV_ABI scePadSetShareButtonMaskForRemotePlay() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetTiltCorrectionState() { +s32 PS4_SYSV_ABI scePadSetTiltCorrectionState() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetUserColor() { +s32 PS4_SYSV_ABI scePadSetUserColor() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetVibration() { +s32 PS4_SYSV_ABI scePadSetVibration() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetVibrationForce() { +s32 PS4_SYSV_ABI scePadSetVibrationForce() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSetVrTrackingMode() { +s32 PS4_SYSV_ABI scePadSetVrTrackingMode() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadShareOutputData() { +s32 PS4_SYSV_ABI scePadShareOutputData() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadStartRecording() { +s32 PS4_SYSV_ABI scePadStartRecording() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadStopRecording() { +s32 PS4_SYSV_ABI scePadStopRecording() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadSwitchConnection() { +s32 PS4_SYSV_ABI scePadSwitchConnection() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadVertualDeviceAddDevice() { +s32 PS4_SYSV_ABI scePadVertualDeviceAddDevice() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadVirtualDeviceAddDevice() { +s32 PS4_SYSV_ABI scePadVirtualDeviceAddDevice() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadVirtualDeviceDeleteDevice() { +s32 PS4_SYSV_ABI scePadVirtualDeviceDeleteDevice() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadVirtualDeviceDisableButtonRemapping() { +s32 PS4_SYSV_ABI scePadVirtualDeviceDisableButtonRemapping() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadVirtualDeviceGetRemoteSetting() { +s32 PS4_SYSV_ABI scePadVirtualDeviceGetRemoteSetting() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI scePadVirtualDeviceInsertData() { +s32 PS4_SYSV_ABI scePadVirtualDeviceInsertData() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_28B998C7D8A3DA1D() { +s32 PS4_SYSV_ABI Func_28B998C7D8A3DA1D() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_298D21481F94C9FA() { +s32 PS4_SYSV_ABI Func_298D21481F94C9FA() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_51E514BCD3A05CA5() { +s32 PS4_SYSV_ABI Func_51E514BCD3A05CA5() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_89C9237E393DA243() { +s32 PS4_SYSV_ABI Func_89C9237E393DA243() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_EF103E845B6F0420() { +s32 PS4_SYSV_ABI Func_EF103E845B6F0420() { LOG_ERROR(Lib_Pad, "(STUBBED) called"); return ORBIS_OK; } void RegisterlibScePad(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("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, 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("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("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, 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("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, 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("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("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, 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("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, scePadSetProcessPrivilegeOfButtonRemapping); LIB_FUNCTION("yah8Bk4TcYY", "libScePad", 1, "libScePad", 1, 1, 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("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, 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("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); }; } // namespace Libraries::Pad \ No newline at end of file diff --git a/libraries/pad.h b/libraries/pad.h index 616a585..b1e0ee5 100644 --- a/libraries/pad.h +++ b/libraries/pad.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,98 +11,98 @@ class SymbolsResolver; namespace Libraries::Pad { -int PS4_SYSV_ABI scePadClose(); -int PS4_SYSV_ABI scePadConnectPort(); -int PS4_SYSV_ABI scePadDeviceClassGetExtendedInformation(); -int PS4_SYSV_ABI scePadDeviceClassParseData(); -int PS4_SYSV_ABI scePadDeviceOpen(); -int PS4_SYSV_ABI scePadDisableVibration(); -int PS4_SYSV_ABI scePadDisconnectDevice(); -int PS4_SYSV_ABI scePadDisconnectPort(); -int PS4_SYSV_ABI scePadEnableAutoDetect(); -int PS4_SYSV_ABI scePadEnableExtensionPort(); -int PS4_SYSV_ABI scePadEnableSpecificDeviceClass(); -int PS4_SYSV_ABI scePadEnableUsbConnection(); -int PS4_SYSV_ABI scePadGetBluetoothAddress(); -int PS4_SYSV_ABI scePadGetCapability(); -int PS4_SYSV_ABI scePadGetControllerInformation(); -int PS4_SYSV_ABI scePadGetDataInternal(); -int PS4_SYSV_ABI scePadGetDeviceId(); -int PS4_SYSV_ABI scePadGetDeviceInfo(); -int PS4_SYSV_ABI scePadGetExtControllerInformation(); -int PS4_SYSV_ABI scePadGetExtensionUnitInfo(); -int PS4_SYSV_ABI scePadGetFeatureReport(); -int PS4_SYSV_ABI scePadGetHandle(); -int PS4_SYSV_ABI scePadGetIdleCount(); -int PS4_SYSV_ABI scePadGetInfo(); -int PS4_SYSV_ABI scePadGetInfoByPortType(); -int PS4_SYSV_ABI scePadGetLicenseControllerInformation(); -int PS4_SYSV_ABI scePadGetMotionSensorPosition(); -int PS4_SYSV_ABI scePadGetMotionTimerUnit(); -int PS4_SYSV_ABI scePadGetSphereRadius(); -int PS4_SYSV_ABI scePadGetVersionInfo(); -int PS4_SYSV_ABI scePadInit(); -int PS4_SYSV_ABI scePadIsBlasterConnected(); -int PS4_SYSV_ABI scePadIsDS4Connected(); -int PS4_SYSV_ABI scePadIsLightBarBaseBrightnessControllable(); -int PS4_SYSV_ABI scePadIsMoveConnected(); -int PS4_SYSV_ABI scePadIsMoveReproductionModel(); -int PS4_SYSV_ABI scePadIsValidHandle(); -int PS4_SYSV_ABI scePadMbusInit(); -int PS4_SYSV_ABI scePadMbusTerm(); -int PS4_SYSV_ABI scePadOpen(); -int PS4_SYSV_ABI scePadOpenExt(); -int PS4_SYSV_ABI scePadOpenExt2(); -int PS4_SYSV_ABI scePadOutputReport(); -int PS4_SYSV_ABI scePadRead(); -int PS4_SYSV_ABI scePadReadBlasterForTracker(); -int PS4_SYSV_ABI scePadReadExt(); -int PS4_SYSV_ABI scePadReadForTracker(); -int PS4_SYSV_ABI scePadReadHistory(); -int PS4_SYSV_ABI scePadReadState(); -int PS4_SYSV_ABI scePadReadStateExt(); -int PS4_SYSV_ABI scePadResetLightBar(); -int PS4_SYSV_ABI scePadResetLightBarAll(); -int PS4_SYSV_ABI scePadResetLightBarAllByPortType(); -int PS4_SYSV_ABI scePadResetOrientation(); -int PS4_SYSV_ABI scePadResetOrientationForTracker(); -int PS4_SYSV_ABI scePadSetAngularVelocityDeadbandState(); -int PS4_SYSV_ABI scePadSetAutoPowerOffCount(); -int PS4_SYSV_ABI scePadSetButtonRemappingInfo(); -int PS4_SYSV_ABI scePadSetConnection(); -int PS4_SYSV_ABI scePadSetExtensionReport(); -int PS4_SYSV_ABI scePadSetFeatureReport(); -int PS4_SYSV_ABI scePadSetForceIntercepted(); -int PS4_SYSV_ABI scePadSetLightBar(); -int PS4_SYSV_ABI scePadSetLightBarBaseBrightness(); -int PS4_SYSV_ABI scePadSetLightBarBlinking(); -int PS4_SYSV_ABI scePadSetLightBarForTracker(); -int PS4_SYSV_ABI scePadSetLoginUserNumber(); -int PS4_SYSV_ABI scePadSetMotionSensorState(); -int PS4_SYSV_ABI scePadSetProcessFocus(); -int PS4_SYSV_ABI scePadSetProcessPrivilege(); -int PS4_SYSV_ABI scePadSetProcessPrivilegeOfButtonRemapping(); -int PS4_SYSV_ABI scePadSetShareButtonMaskForRemotePlay(); -int PS4_SYSV_ABI scePadSetTiltCorrectionState(); -int PS4_SYSV_ABI scePadSetUserColor(); -int PS4_SYSV_ABI scePadSetVibration(); -int PS4_SYSV_ABI scePadSetVibrationForce(); -int PS4_SYSV_ABI scePadSetVrTrackingMode(); -int PS4_SYSV_ABI scePadShareOutputData(); -int PS4_SYSV_ABI scePadStartRecording(); -int PS4_SYSV_ABI scePadStopRecording(); -int PS4_SYSV_ABI scePadSwitchConnection(); -int PS4_SYSV_ABI scePadVertualDeviceAddDevice(); -int PS4_SYSV_ABI scePadVirtualDeviceAddDevice(); -int PS4_SYSV_ABI scePadVirtualDeviceDeleteDevice(); -int PS4_SYSV_ABI scePadVirtualDeviceDisableButtonRemapping(); -int PS4_SYSV_ABI scePadVirtualDeviceGetRemoteSetting(); -int PS4_SYSV_ABI scePadVirtualDeviceInsertData(); -int PS4_SYSV_ABI Func_28B998C7D8A3DA1D(); -int PS4_SYSV_ABI Func_298D21481F94C9FA(); -int PS4_SYSV_ABI Func_51E514BCD3A05CA5(); -int PS4_SYSV_ABI Func_89C9237E393DA243(); -int PS4_SYSV_ABI Func_EF103E845B6F0420(); +s32 PS4_SYSV_ABI scePadClose(); +s32 PS4_SYSV_ABI scePadConnectPort(); +s32 PS4_SYSV_ABI scePadDeviceClassGetExtendedInformation(); +s32 PS4_SYSV_ABI scePadDeviceClassParseData(); +s32 PS4_SYSV_ABI scePadDeviceOpen(); +s32 PS4_SYSV_ABI scePadDisableVibration(); +s32 PS4_SYSV_ABI scePadDisconnectDevice(); +s32 PS4_SYSV_ABI scePadDisconnectPort(); +s32 PS4_SYSV_ABI scePadEnableAutoDetect(); +s32 PS4_SYSV_ABI scePadEnableExtensionPort(); +s32 PS4_SYSV_ABI scePadEnableSpecificDeviceClass(); +s32 PS4_SYSV_ABI scePadEnableUsbConnection(); +s32 PS4_SYSV_ABI scePadGetBluetoothAddress(); +s32 PS4_SYSV_ABI scePadGetCapability(); +s32 PS4_SYSV_ABI scePadGetControllerInformation(); +s32 PS4_SYSV_ABI scePadGetDataInternal(); +s32 PS4_SYSV_ABI scePadGetDeviceId(); +s32 PS4_SYSV_ABI scePadGetDeviceInfo(); +s32 PS4_SYSV_ABI scePadGetExtControllerInformation(); +s32 PS4_SYSV_ABI scePadGetExtensionUnitInfo(); +s32 PS4_SYSV_ABI scePadGetFeatureReport(); +s32 PS4_SYSV_ABI scePadGetHandle(); +s32 PS4_SYSV_ABI scePadGetIdleCount(); +s32 PS4_SYSV_ABI scePadGetInfo(); +s32 PS4_SYSV_ABI scePadGetInfoByPortType(); +s32 PS4_SYSV_ABI scePadGetLicenseControllerInformation(); +s32 PS4_SYSV_ABI scePadGetMotionSensorPosition(); +s32 PS4_SYSV_ABI scePadGetMotionTimerUnit(); +s32 PS4_SYSV_ABI scePadGetSphereRadius(); +s32 PS4_SYSV_ABI scePadGetVersionInfo(); +s32 PS4_SYSV_ABI scePadInit(); +s32 PS4_SYSV_ABI scePadIsBlasterConnected(); +s32 PS4_SYSV_ABI scePadIsDS4Connected(); +s32 PS4_SYSV_ABI scePadIsLightBarBaseBrightnessControllable(); +s32 PS4_SYSV_ABI scePadIsMoveConnected(); +s32 PS4_SYSV_ABI scePadIsMoveReproductionModel(); +s32 PS4_SYSV_ABI scePadIsValidHandle(); +s32 PS4_SYSV_ABI scePadMbusInit(); +s32 PS4_SYSV_ABI scePadMbusTerm(); +s32 PS4_SYSV_ABI scePadOpen(); +s32 PS4_SYSV_ABI scePadOpenExt(); +s32 PS4_SYSV_ABI scePadOpenExt2(); +s32 PS4_SYSV_ABI scePadOutputReport(); +s32 PS4_SYSV_ABI scePadRead(); +s32 PS4_SYSV_ABI scePadReadBlasterForTracker(); +s32 PS4_SYSV_ABI scePadReadExt(); +s32 PS4_SYSV_ABI scePadReadForTracker(); +s32 PS4_SYSV_ABI scePadReadHistory(); +s32 PS4_SYSV_ABI scePadReadState(); +s32 PS4_SYSV_ABI scePadReadStateExt(); +s32 PS4_SYSV_ABI scePadResetLightBar(); +s32 PS4_SYSV_ABI scePadResetLightBarAll(); +s32 PS4_SYSV_ABI scePadResetLightBarAllByPortType(); +s32 PS4_SYSV_ABI scePadResetOrientation(); +s32 PS4_SYSV_ABI scePadResetOrientationForTracker(); +s32 PS4_SYSV_ABI scePadSetAngularVelocityDeadbandState(); +s32 PS4_SYSV_ABI scePadSetAutoPowerOffCount(); +s32 PS4_SYSV_ABI scePadSetButtonRemappingInfo(); +s32 PS4_SYSV_ABI scePadSetConnection(); +s32 PS4_SYSV_ABI scePadSetExtensionReport(); +s32 PS4_SYSV_ABI scePadSetFeatureReport(); +s32 PS4_SYSV_ABI scePadSetForceIntercepted(); +s32 PS4_SYSV_ABI scePadSetLightBar(); +s32 PS4_SYSV_ABI scePadSetLightBarBaseBrightness(); +s32 PS4_SYSV_ABI scePadSetLightBarBlinking(); +s32 PS4_SYSV_ABI scePadSetLightBarForTracker(); +s32 PS4_SYSV_ABI scePadSetLoginUserNumber(); +s32 PS4_SYSV_ABI scePadSetMotionSensorState(); +s32 PS4_SYSV_ABI scePadSetProcessFocus(); +s32 PS4_SYSV_ABI scePadSetProcessPrivilege(); +s32 PS4_SYSV_ABI scePadSetProcessPrivilegeOfButtonRemapping(); +s32 PS4_SYSV_ABI scePadSetShareButtonMaskForRemotePlay(); +s32 PS4_SYSV_ABI scePadSetTiltCorrectionState(); +s32 PS4_SYSV_ABI scePadSetUserColor(); +s32 PS4_SYSV_ABI scePadSetVibration(); +s32 PS4_SYSV_ABI scePadSetVibrationForce(); +s32 PS4_SYSV_ABI scePadSetVrTrackingMode(); +s32 PS4_SYSV_ABI scePadShareOutputData(); +s32 PS4_SYSV_ABI scePadStartRecording(); +s32 PS4_SYSV_ABI scePadStopRecording(); +s32 PS4_SYSV_ABI scePadSwitchConnection(); +s32 PS4_SYSV_ABI scePadVertualDeviceAddDevice(); +s32 PS4_SYSV_ABI scePadVirtualDeviceAddDevice(); +s32 PS4_SYSV_ABI scePadVirtualDeviceDeleteDevice(); +s32 PS4_SYSV_ABI scePadVirtualDeviceDisableButtonRemapping(); +s32 PS4_SYSV_ABI scePadVirtualDeviceGetRemoteSetting(); +s32 PS4_SYSV_ABI scePadVirtualDeviceInsertData(); +s32 PS4_SYSV_ABI Func_28B998C7D8A3DA1D(); +s32 PS4_SYSV_ABI Func_298D21481F94C9FA(); +s32 PS4_SYSV_ABI Func_51E514BCD3A05CA5(); +s32 PS4_SYSV_ABI Func_89C9237E393DA243(); +s32 PS4_SYSV_ABI Func_EF103E845B6F0420(); void RegisterlibScePad(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::Pad \ No newline at end of file diff --git a/libraries/remoteplay.cpp b/libraries/remoteplay.cpp index e998a8d..2a343aa 100644 --- a/libraries/remoteplay.cpp +++ b/libraries/remoteplay.cpp @@ -8,212 +8,212 @@ namespace Libraries::Remoteplay { -int PS4_SYSV_ABI sceRemoteplayApprove() { +s32 PS4_SYSV_ABI sceRemoteplayApprove() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayChangeEnterKey() { +s32 PS4_SYSV_ABI sceRemoteplayChangeEnterKey() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayClearAllRegistData() { +s32 PS4_SYSV_ABI sceRemoteplayClearAllRegistData() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayClearConnectHistory() { +s32 PS4_SYSV_ABI sceRemoteplayClearConnectHistory() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayConfirmDeviceRegist() { +s32 PS4_SYSV_ABI sceRemoteplayConfirmDeviceRegist() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayDisconnect() { +s32 PS4_SYSV_ABI sceRemoteplayDisconnect() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayGeneratePinCode() { +s32 PS4_SYSV_ABI sceRemoteplayGeneratePinCode() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayGetApMode() { +s32 PS4_SYSV_ABI sceRemoteplayGetApMode() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayGetConnectHistory() { +s32 PS4_SYSV_ABI sceRemoteplayGetConnectHistory() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayGetConnectionStatus() { +s32 PS4_SYSV_ABI sceRemoteplayGetConnectionStatus() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayGetConnectUserId() { +s32 PS4_SYSV_ABI sceRemoteplayGetConnectUserId() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayGetMbusDeviceInfo() { +s32 PS4_SYSV_ABI sceRemoteplayGetMbusDeviceInfo() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayGetOperationStatus() { +s32 PS4_SYSV_ABI sceRemoteplayGetOperationStatus() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayGetRemoteplayStatus() { +s32 PS4_SYSV_ABI sceRemoteplayGetRemoteplayStatus() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayGetRpMode() { +s32 PS4_SYSV_ABI sceRemoteplayGetRpMode() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayImeClose() { +s32 PS4_SYSV_ABI sceRemoteplayImeClose() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayImeFilterResult() { +s32 PS4_SYSV_ABI sceRemoteplayImeFilterResult() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayImeGetEvent() { +s32 PS4_SYSV_ABI sceRemoteplayImeGetEvent() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayImeNotify() { +s32 PS4_SYSV_ABI sceRemoteplayImeNotify() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayImeNotifyEventResult() { +s32 PS4_SYSV_ABI sceRemoteplayImeNotifyEventResult() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayImeOpen() { +s32 PS4_SYSV_ABI sceRemoteplayImeOpen() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayImeSetCaret() { +s32 PS4_SYSV_ABI sceRemoteplayImeSetCaret() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayImeSetText() { +s32 PS4_SYSV_ABI sceRemoteplayImeSetText() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayInitialize() { +s32 PS4_SYSV_ABI sceRemoteplayInitialize() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayIsRemoteOskReady() { +s32 PS4_SYSV_ABI sceRemoteplayIsRemoteOskReady() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayIsRemotePlaying() { +s32 PS4_SYSV_ABI sceRemoteplayIsRemotePlaying() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayNotifyMbusDeviceRegistComplete() { +s32 PS4_SYSV_ABI sceRemoteplayNotifyMbusDeviceRegistComplete() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayNotifyNpPushWakeup() { +s32 PS4_SYSV_ABI sceRemoteplayNotifyNpPushWakeup() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayNotifyPinCodeError() { +s32 PS4_SYSV_ABI sceRemoteplayNotifyPinCodeError() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayNotifyUserDelete() { +s32 PS4_SYSV_ABI sceRemoteplayNotifyUserDelete() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayPrintAllRegistData() { +s32 PS4_SYSV_ABI sceRemoteplayPrintAllRegistData() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayProhibit() { +s32 PS4_SYSV_ABI sceRemoteplayProhibit() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayProhibitStreaming() { +s32 PS4_SYSV_ABI sceRemoteplayProhibitStreaming() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayServerLock() { +s32 PS4_SYSV_ABI sceRemoteplayServerLock() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayServerUnLock() { +s32 PS4_SYSV_ABI sceRemoteplayServerUnLock() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplaySetApMode() { +s32 PS4_SYSV_ABI sceRemoteplaySetApMode() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplaySetLogLevel() { +s32 PS4_SYSV_ABI sceRemoteplaySetLogLevel() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplaySetProhibition() { +s32 PS4_SYSV_ABI sceRemoteplaySetProhibition() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplaySetProhibitionForVsh() { +s32 PS4_SYSV_ABI sceRemoteplaySetProhibitionForVsh() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplaySetRpMode() { +s32 PS4_SYSV_ABI sceRemoteplaySetRpMode() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRemoteplayTerminate() { +s32 PS4_SYSV_ABI sceRemoteplayTerminate() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_1D5EE365ED5FADB3() { +s32 PS4_SYSV_ABI Func_1D5EE365ED5FADB3() { LOG_ERROR(Lib_Remoteplay, "(STUBBED) called"); return ORBIS_OK; } diff --git a/libraries/remoteplay.h b/libraries/remoteplay.h index 49ebe56..04b5a03 100644 --- a/libraries/remoteplay.h +++ b/libraries/remoteplay.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,48 +11,48 @@ class SymbolsResolver; namespace Libraries::Remoteplay { -int PS4_SYSV_ABI sceRemoteplayApprove(); -int PS4_SYSV_ABI sceRemoteplayChangeEnterKey(); -int PS4_SYSV_ABI sceRemoteplayClearAllRegistData(); -int PS4_SYSV_ABI sceRemoteplayClearConnectHistory(); -int PS4_SYSV_ABI sceRemoteplayConfirmDeviceRegist(); -int PS4_SYSV_ABI sceRemoteplayDisconnect(); -int PS4_SYSV_ABI sceRemoteplayGeneratePinCode(); -int PS4_SYSV_ABI sceRemoteplayGetApMode(); -int PS4_SYSV_ABI sceRemoteplayGetConnectHistory(); -int PS4_SYSV_ABI sceRemoteplayGetConnectionStatus(); -int PS4_SYSV_ABI sceRemoteplayGetConnectUserId(); -int PS4_SYSV_ABI sceRemoteplayGetMbusDeviceInfo(); -int PS4_SYSV_ABI sceRemoteplayGetOperationStatus(); -int PS4_SYSV_ABI sceRemoteplayGetRemoteplayStatus(); -int PS4_SYSV_ABI sceRemoteplayGetRpMode(); -int PS4_SYSV_ABI sceRemoteplayImeClose(); -int PS4_SYSV_ABI sceRemoteplayImeFilterResult(); -int PS4_SYSV_ABI sceRemoteplayImeGetEvent(); -int PS4_SYSV_ABI sceRemoteplayImeNotify(); -int PS4_SYSV_ABI sceRemoteplayImeNotifyEventResult(); -int PS4_SYSV_ABI sceRemoteplayImeOpen(); -int PS4_SYSV_ABI sceRemoteplayImeSetCaret(); -int PS4_SYSV_ABI sceRemoteplayImeSetText(); -int PS4_SYSV_ABI sceRemoteplayInitialize(); -int PS4_SYSV_ABI sceRemoteplayIsRemoteOskReady(); -int PS4_SYSV_ABI sceRemoteplayIsRemotePlaying(); -int PS4_SYSV_ABI sceRemoteplayNotifyMbusDeviceRegistComplete(); -int PS4_SYSV_ABI sceRemoteplayNotifyNpPushWakeup(); -int PS4_SYSV_ABI sceRemoteplayNotifyPinCodeError(); -int PS4_SYSV_ABI sceRemoteplayNotifyUserDelete(); -int PS4_SYSV_ABI sceRemoteplayPrintAllRegistData(); -int PS4_SYSV_ABI sceRemoteplayProhibit(); -int PS4_SYSV_ABI sceRemoteplayProhibitStreaming(); -int PS4_SYSV_ABI sceRemoteplayServerLock(); -int PS4_SYSV_ABI sceRemoteplayServerUnLock(); -int PS4_SYSV_ABI sceRemoteplaySetApMode(); -int PS4_SYSV_ABI sceRemoteplaySetLogLevel(); -int PS4_SYSV_ABI sceRemoteplaySetProhibition(); -int PS4_SYSV_ABI sceRemoteplaySetProhibitionForVsh(); -int PS4_SYSV_ABI sceRemoteplaySetRpMode(); -int PS4_SYSV_ABI sceRemoteplayTerminate(); -int PS4_SYSV_ABI Func_1D5EE365ED5FADB3(); +s32 PS4_SYSV_ABI sceRemoteplayApprove(); +s32 PS4_SYSV_ABI sceRemoteplayChangeEnterKey(); +s32 PS4_SYSV_ABI sceRemoteplayClearAllRegistData(); +s32 PS4_SYSV_ABI sceRemoteplayClearConnectHistory(); +s32 PS4_SYSV_ABI sceRemoteplayConfirmDeviceRegist(); +s32 PS4_SYSV_ABI sceRemoteplayDisconnect(); +s32 PS4_SYSV_ABI sceRemoteplayGeneratePinCode(); +s32 PS4_SYSV_ABI sceRemoteplayGetApMode(); +s32 PS4_SYSV_ABI sceRemoteplayGetConnectHistory(); +s32 PS4_SYSV_ABI sceRemoteplayGetConnectionStatus(); +s32 PS4_SYSV_ABI sceRemoteplayGetConnectUserId(); +s32 PS4_SYSV_ABI sceRemoteplayGetMbusDeviceInfo(); +s32 PS4_SYSV_ABI sceRemoteplayGetOperationStatus(); +s32 PS4_SYSV_ABI sceRemoteplayGetRemoteplayStatus(); +s32 PS4_SYSV_ABI sceRemoteplayGetRpMode(); +s32 PS4_SYSV_ABI sceRemoteplayImeClose(); +s32 PS4_SYSV_ABI sceRemoteplayImeFilterResult(); +s32 PS4_SYSV_ABI sceRemoteplayImeGetEvent(); +s32 PS4_SYSV_ABI sceRemoteplayImeNotify(); +s32 PS4_SYSV_ABI sceRemoteplayImeNotifyEventResult(); +s32 PS4_SYSV_ABI sceRemoteplayImeOpen(); +s32 PS4_SYSV_ABI sceRemoteplayImeSetCaret(); +s32 PS4_SYSV_ABI sceRemoteplayImeSetText(); +s32 PS4_SYSV_ABI sceRemoteplayInitialize(); +s32 PS4_SYSV_ABI sceRemoteplayIsRemoteOskReady(); +s32 PS4_SYSV_ABI sceRemoteplayIsRemotePlaying(); +s32 PS4_SYSV_ABI sceRemoteplayNotifyMbusDeviceRegistComplete(); +s32 PS4_SYSV_ABI sceRemoteplayNotifyNpPushWakeup(); +s32 PS4_SYSV_ABI sceRemoteplayNotifyPinCodeError(); +s32 PS4_SYSV_ABI sceRemoteplayNotifyUserDelete(); +s32 PS4_SYSV_ABI sceRemoteplayPrintAllRegistData(); +s32 PS4_SYSV_ABI sceRemoteplayProhibit(); +s32 PS4_SYSV_ABI sceRemoteplayProhibitStreaming(); +s32 PS4_SYSV_ABI sceRemoteplayServerLock(); +s32 PS4_SYSV_ABI sceRemoteplayServerUnLock(); +s32 PS4_SYSV_ABI sceRemoteplaySetApMode(); +s32 PS4_SYSV_ABI sceRemoteplaySetLogLevel(); +s32 PS4_SYSV_ABI sceRemoteplaySetProhibition(); +s32 PS4_SYSV_ABI sceRemoteplaySetProhibitionForVsh(); +s32 PS4_SYSV_ABI sceRemoteplaySetRpMode(); +s32 PS4_SYSV_ABI sceRemoteplayTerminate(); +s32 PS4_SYSV_ABI Func_1D5EE365ED5FADB3(); void RegisterlibSceRemoteplay(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::Remoteplay \ No newline at end of file diff --git a/libraries/rtc.cpp b/libraries/rtc.cpp index 17bbabd..c882b42 100644 --- a/libraries/rtc.cpp +++ b/libraries/rtc.cpp @@ -8,292 +8,292 @@ namespace Libraries::Rtc { -int PS4_SYSV_ABI sceRtcCheckValid() { +s32 PS4_SYSV_ABI sceRtcCheckValid() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcCompareTick() { +s32 PS4_SYSV_ABI sceRtcCompareTick() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcConvertLocalTimeToUtc() { +s32 PS4_SYSV_ABI sceRtcConvertLocalTimeToUtc() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcConvertUtcToLocalTime() { +s32 PS4_SYSV_ABI sceRtcConvertUtcToLocalTime() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcEnd() { +s32 PS4_SYSV_ABI sceRtcEnd() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcFormatRFC2822() { +s32 PS4_SYSV_ABI sceRtcFormatRFC2822() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcFormatRFC2822LocalTime() { +s32 PS4_SYSV_ABI sceRtcFormatRFC2822LocalTime() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcFormatRFC3339() { +s32 PS4_SYSV_ABI sceRtcFormatRFC3339() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcFormatRFC3339LocalTime() { +s32 PS4_SYSV_ABI sceRtcFormatRFC3339LocalTime() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcFormatRFC3339Precise() { +s32 PS4_SYSV_ABI sceRtcFormatRFC3339Precise() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcFormatRFC3339PreciseLocalTime() { +s32 PS4_SYSV_ABI sceRtcFormatRFC3339PreciseLocalTime() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetCurrentAdNetworkTick() { +s32 PS4_SYSV_ABI sceRtcGetCurrentAdNetworkTick() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetCurrentClock() { +s32 PS4_SYSV_ABI sceRtcGetCurrentClock() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetCurrentClockLocalTime() { +s32 PS4_SYSV_ABI sceRtcGetCurrentClockLocalTime() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetCurrentDebugNetworkTick() { +s32 PS4_SYSV_ABI sceRtcGetCurrentDebugNetworkTick() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetCurrentNetworkTick() { +s32 PS4_SYSV_ABI sceRtcGetCurrentNetworkTick() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetCurrentRawNetworkTick() { +s32 PS4_SYSV_ABI sceRtcGetCurrentRawNetworkTick() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetCurrentTick() { +s32 PS4_SYSV_ABI sceRtcGetCurrentTick() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetDayOfWeek() { +s32 PS4_SYSV_ABI sceRtcGetDayOfWeek() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetDaysInMonth() { +s32 PS4_SYSV_ABI sceRtcGetDaysInMonth() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetDosTime() { +s32 PS4_SYSV_ABI sceRtcGetDosTime() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetTick() { +s32 PS4_SYSV_ABI sceRtcGetTick() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetTickResolution() { +s32 PS4_SYSV_ABI sceRtcGetTickResolution() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetTime_t() { +s32 PS4_SYSV_ABI sceRtcGetTime_t() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcGetWin32FileTime() { +s32 PS4_SYSV_ABI sceRtcGetWin32FileTime() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcInit() { +s32 PS4_SYSV_ABI sceRtcInit() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcIsLeapYear() { +s32 PS4_SYSV_ABI sceRtcIsLeapYear() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcParseDateTime() { +s32 PS4_SYSV_ABI sceRtcParseDateTime() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcParseRFC3339() { +s32 PS4_SYSV_ABI sceRtcParseRFC3339() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcSetConf() { +s32 PS4_SYSV_ABI sceRtcSetConf() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcSetCurrentAdNetworkTick() { +s32 PS4_SYSV_ABI sceRtcSetCurrentAdNetworkTick() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcSetCurrentDebugNetworkTick() { +s32 PS4_SYSV_ABI sceRtcSetCurrentDebugNetworkTick() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcSetCurrentNetworkTick() { +s32 PS4_SYSV_ABI sceRtcSetCurrentNetworkTick() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcSetCurrentTick() { +s32 PS4_SYSV_ABI sceRtcSetCurrentTick() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcSetDosTime() { +s32 PS4_SYSV_ABI sceRtcSetDosTime() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcSetTick() { +s32 PS4_SYSV_ABI sceRtcSetTick() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcSetTime_t() { +s32 PS4_SYSV_ABI sceRtcSetTime_t() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcSetWin32FileTime() { +s32 PS4_SYSV_ABI sceRtcSetWin32FileTime() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcTickAddDays() { +s32 PS4_SYSV_ABI sceRtcTickAddDays() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcTickAddHours() { +s32 PS4_SYSV_ABI sceRtcTickAddHours() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcTickAddMicroseconds() { +s32 PS4_SYSV_ABI sceRtcTickAddMicroseconds() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcTickAddMinutes() { +s32 PS4_SYSV_ABI sceRtcTickAddMinutes() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcTickAddMonths() { +s32 PS4_SYSV_ABI sceRtcTickAddMonths() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcTickAddSeconds() { +s32 PS4_SYSV_ABI sceRtcTickAddSeconds() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcTickAddTicks() { +s32 PS4_SYSV_ABI sceRtcTickAddTicks() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcTickAddWeeks() { +s32 PS4_SYSV_ABI sceRtcTickAddWeeks() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceRtcTickAddYears() { +s32 PS4_SYSV_ABI sceRtcTickAddYears() { LOG_ERROR(Lib_Rtc, "(STUBBED) called"); return ORBIS_OK; } void RegisterlibSceRtc(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("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("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("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("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); }; } // namespace Libraries::Rtc \ No newline at end of file diff --git a/libraries/rtc.h b/libraries/rtc.h index 3763203..b6dd479 100644 --- a/libraries/rtc.h +++ b/libraries/rtc.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,53 +11,53 @@ class SymbolsResolver; namespace Libraries::Rtc { -int PS4_SYSV_ABI sceRtcCheckValid(); -int PS4_SYSV_ABI sceRtcCompareTick(); -int PS4_SYSV_ABI sceRtcConvertLocalTimeToUtc(); -int PS4_SYSV_ABI sceRtcConvertUtcToLocalTime(); -int PS4_SYSV_ABI sceRtcEnd(); -int PS4_SYSV_ABI sceRtcFormatRFC2822(); -int PS4_SYSV_ABI sceRtcFormatRFC2822LocalTime(); -int PS4_SYSV_ABI sceRtcFormatRFC3339(); -int PS4_SYSV_ABI sceRtcFormatRFC3339LocalTime(); -int PS4_SYSV_ABI sceRtcFormatRFC3339Precise(); -int PS4_SYSV_ABI sceRtcFormatRFC3339PreciseLocalTime(); -int PS4_SYSV_ABI sceRtcGetCurrentAdNetworkTick(); -int PS4_SYSV_ABI sceRtcGetCurrentClock(); -int PS4_SYSV_ABI sceRtcGetCurrentClockLocalTime(); -int PS4_SYSV_ABI sceRtcGetCurrentDebugNetworkTick(); -int PS4_SYSV_ABI sceRtcGetCurrentNetworkTick(); -int PS4_SYSV_ABI sceRtcGetCurrentRawNetworkTick(); -int PS4_SYSV_ABI sceRtcGetCurrentTick(); -int PS4_SYSV_ABI sceRtcGetDayOfWeek(); -int PS4_SYSV_ABI sceRtcGetDaysInMonth(); -int PS4_SYSV_ABI sceRtcGetDosTime(); -int PS4_SYSV_ABI sceRtcGetTick(); -int PS4_SYSV_ABI sceRtcGetTickResolution(); -int PS4_SYSV_ABI sceRtcGetTime_t(); -int PS4_SYSV_ABI sceRtcGetWin32FileTime(); -int PS4_SYSV_ABI sceRtcInit(); -int PS4_SYSV_ABI sceRtcIsLeapYear(); -int PS4_SYSV_ABI sceRtcParseDateTime(); -int PS4_SYSV_ABI sceRtcParseRFC3339(); -int PS4_SYSV_ABI sceRtcSetConf(); -int PS4_SYSV_ABI sceRtcSetCurrentAdNetworkTick(); -int PS4_SYSV_ABI sceRtcSetCurrentDebugNetworkTick(); -int PS4_SYSV_ABI sceRtcSetCurrentNetworkTick(); -int PS4_SYSV_ABI sceRtcSetCurrentTick(); -int PS4_SYSV_ABI sceRtcSetDosTime(); -int PS4_SYSV_ABI sceRtcSetTick(); -int PS4_SYSV_ABI sceRtcSetTime_t(); -int PS4_SYSV_ABI sceRtcSetWin32FileTime(); -int PS4_SYSV_ABI sceRtcTickAddDays(); -int PS4_SYSV_ABI sceRtcTickAddHours(); -int PS4_SYSV_ABI sceRtcTickAddMicroseconds(); -int PS4_SYSV_ABI sceRtcTickAddMinutes(); -int PS4_SYSV_ABI sceRtcTickAddMonths(); -int PS4_SYSV_ABI sceRtcTickAddSeconds(); -int PS4_SYSV_ABI sceRtcTickAddTicks(); -int PS4_SYSV_ABI sceRtcTickAddWeeks(); -int PS4_SYSV_ABI sceRtcTickAddYears(); +s32 PS4_SYSV_ABI sceRtcCheckValid(); +s32 PS4_SYSV_ABI sceRtcCompareTick(); +s32 PS4_SYSV_ABI sceRtcConvertLocalTimeToUtc(); +s32 PS4_SYSV_ABI sceRtcConvertUtcToLocalTime(); +s32 PS4_SYSV_ABI sceRtcEnd(); +s32 PS4_SYSV_ABI sceRtcFormatRFC2822(); +s32 PS4_SYSV_ABI sceRtcFormatRFC2822LocalTime(); +s32 PS4_SYSV_ABI sceRtcFormatRFC3339(); +s32 PS4_SYSV_ABI sceRtcFormatRFC3339LocalTime(); +s32 PS4_SYSV_ABI sceRtcFormatRFC3339Precise(); +s32 PS4_SYSV_ABI sceRtcFormatRFC3339PreciseLocalTime(); +s32 PS4_SYSV_ABI sceRtcGetCurrentAdNetworkTick(); +s32 PS4_SYSV_ABI sceRtcGetCurrentClock(); +s32 PS4_SYSV_ABI sceRtcGetCurrentClockLocalTime(); +s32 PS4_SYSV_ABI sceRtcGetCurrentDebugNetworkTick(); +s32 PS4_SYSV_ABI sceRtcGetCurrentNetworkTick(); +s32 PS4_SYSV_ABI sceRtcGetCurrentRawNetworkTick(); +s32 PS4_SYSV_ABI sceRtcGetCurrentTick(); +s32 PS4_SYSV_ABI sceRtcGetDayOfWeek(); +s32 PS4_SYSV_ABI sceRtcGetDaysInMonth(); +s32 PS4_SYSV_ABI sceRtcGetDosTime(); +s32 PS4_SYSV_ABI sceRtcGetTick(); +s32 PS4_SYSV_ABI sceRtcGetTickResolution(); +s32 PS4_SYSV_ABI sceRtcGetTime_t(); +s32 PS4_SYSV_ABI sceRtcGetWin32FileTime(); +s32 PS4_SYSV_ABI sceRtcInit(); +s32 PS4_SYSV_ABI sceRtcIsLeapYear(); +s32 PS4_SYSV_ABI sceRtcParseDateTime(); +s32 PS4_SYSV_ABI sceRtcParseRFC3339(); +s32 PS4_SYSV_ABI sceRtcSetConf(); +s32 PS4_SYSV_ABI sceRtcSetCurrentAdNetworkTick(); +s32 PS4_SYSV_ABI sceRtcSetCurrentDebugNetworkTick(); +s32 PS4_SYSV_ABI sceRtcSetCurrentNetworkTick(); +s32 PS4_SYSV_ABI sceRtcSetCurrentTick(); +s32 PS4_SYSV_ABI sceRtcSetDosTime(); +s32 PS4_SYSV_ABI sceRtcSetTick(); +s32 PS4_SYSV_ABI sceRtcSetTime_t(); +s32 PS4_SYSV_ABI sceRtcSetWin32FileTime(); +s32 PS4_SYSV_ABI sceRtcTickAddDays(); +s32 PS4_SYSV_ABI sceRtcTickAddHours(); +s32 PS4_SYSV_ABI sceRtcTickAddMicroseconds(); +s32 PS4_SYSV_ABI sceRtcTickAddMinutes(); +s32 PS4_SYSV_ABI sceRtcTickAddMonths(); +s32 PS4_SYSV_ABI sceRtcTickAddSeconds(); +s32 PS4_SYSV_ABI sceRtcTickAddTicks(); +s32 PS4_SYSV_ABI sceRtcTickAddWeeks(); +s32 PS4_SYSV_ABI sceRtcTickAddYears(); void RegisterlibSceRtc(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::Rtc \ No newline at end of file diff --git a/libraries/savedata.cpp b/libraries/savedata.cpp index db7a5cb..eb92d7c 100644 --- a/libraries/savedata.cpp +++ b/libraries/savedata.cpp @@ -8,484 +8,484 @@ namespace Libraries::SaveData { -int PS4_SYSV_ABI sceSaveDataAbort() { +s32 PS4_SYSV_ABI sceSaveDataAbort() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataBackup() { +s32 PS4_SYSV_ABI sceSaveDataBackup() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataBindPsnAccount() { +s32 PS4_SYSV_ABI sceSaveDataBindPsnAccount() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataBindPsnAccountForSystemBackup() { +s32 PS4_SYSV_ABI sceSaveDataBindPsnAccountForSystemBackup() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataChangeDatabase() { +s32 PS4_SYSV_ABI sceSaveDataChangeDatabase() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataChangeInternal() { +s32 PS4_SYSV_ABI sceSaveDataChangeInternal() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataCheckBackupData() { +s32 PS4_SYSV_ABI sceSaveDataCheckBackupData() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataCheckBackupDataForCdlg() { +s32 PS4_SYSV_ABI sceSaveDataCheckBackupDataForCdlg() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataCheckBackupDataInternal() { +s32 PS4_SYSV_ABI sceSaveDataCheckBackupDataInternal() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataCheckCloudData() { +s32 PS4_SYSV_ABI sceSaveDataCheckCloudData() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataCheckIpmiIfSize() { +s32 PS4_SYSV_ABI sceSaveDataCheckIpmiIfSize() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataCheckSaveDataBroken() { +s32 PS4_SYSV_ABI sceSaveDataCheckSaveDataBroken() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataCheckSaveDataVersion() { +s32 PS4_SYSV_ABI sceSaveDataCheckSaveDataVersion() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataCheckSaveDataVersionLatest() { +s32 PS4_SYSV_ABI sceSaveDataCheckSaveDataVersionLatest() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataClearProgress() { +s32 PS4_SYSV_ABI sceSaveDataClearProgress() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataCopy5() { +s32 PS4_SYSV_ABI sceSaveDataCopy5() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataCreateUploadData() { +s32 PS4_SYSV_ABI sceSaveDataCreateUploadData() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDebug() { +s32 PS4_SYSV_ABI sceSaveDataDebug() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDebugCleanMount() { +s32 PS4_SYSV_ABI sceSaveDataDebugCleanMount() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDebugCompiledSdkVersion() { +s32 PS4_SYSV_ABI sceSaveDataDebugCompiledSdkVersion() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDebugCreateSaveDataRoot() { +s32 PS4_SYSV_ABI sceSaveDataDebugCreateSaveDataRoot() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDebugGetThreadId() { +s32 PS4_SYSV_ABI sceSaveDataDebugGetThreadId() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDebugRemoveSaveDataRoot() { +s32 PS4_SYSV_ABI sceSaveDataDebugRemoveSaveDataRoot() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDebugTarget() { +s32 PS4_SYSV_ABI sceSaveDataDebugTarget() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDelete() { +s32 PS4_SYSV_ABI sceSaveDataDelete() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDelete5() { +s32 PS4_SYSV_ABI sceSaveDataDelete5() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDeleteAllUser() { +s32 PS4_SYSV_ABI sceSaveDataDeleteAllUser() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDeleteCloudData() { +s32 PS4_SYSV_ABI sceSaveDataDeleteCloudData() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDeleteUser() { +s32 PS4_SYSV_ABI sceSaveDataDeleteUser() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDirNameSearch() { +s32 PS4_SYSV_ABI sceSaveDataDirNameSearch() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDirNameSearchInternal() { +s32 PS4_SYSV_ABI sceSaveDataDirNameSearchInternal() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDownload() { +s32 PS4_SYSV_ABI sceSaveDataDownload() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetAllSize() { +s32 PS4_SYSV_ABI sceSaveDataGetAllSize() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetAppLaunchedUser() { +s32 PS4_SYSV_ABI sceSaveDataGetAppLaunchedUser() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetAutoUploadConditions() { +s32 PS4_SYSV_ABI sceSaveDataGetAutoUploadConditions() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetAutoUploadRequestInfo() { +s32 PS4_SYSV_ABI sceSaveDataGetAutoUploadRequestInfo() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetAutoUploadSetting() { +s32 PS4_SYSV_ABI sceSaveDataGetAutoUploadSetting() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetBoundPsnAccountCount() { +s32 PS4_SYSV_ABI sceSaveDataGetBoundPsnAccountCount() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetClientThreadPriority() { +s32 PS4_SYSV_ABI sceSaveDataGetClientThreadPriority() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetCloudQuotaInfo() { +s32 PS4_SYSV_ABI sceSaveDataGetCloudQuotaInfo() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetDataBaseFilePath() { +s32 PS4_SYSV_ABI sceSaveDataGetDataBaseFilePath() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetEventInfo() { +s32 PS4_SYSV_ABI sceSaveDataGetEventInfo() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetEventResult() { +s32 PS4_SYSV_ABI sceSaveDataGetEventResult() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetFormat() { +s32 PS4_SYSV_ABI sceSaveDataGetFormat() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetMountedSaveDataCount() { +s32 PS4_SYSV_ABI sceSaveDataGetMountedSaveDataCount() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetMountInfo() { +s32 PS4_SYSV_ABI sceSaveDataGetMountInfo() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetParam() { +s32 PS4_SYSV_ABI sceSaveDataGetParam() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetProgress() { +s32 PS4_SYSV_ABI sceSaveDataGetProgress() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetSaveDataCount() { +s32 PS4_SYSV_ABI sceSaveDataGetSaveDataCount() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetSaveDataMemory() { +s32 PS4_SYSV_ABI sceSaveDataGetSaveDataMemory() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetSaveDataMemory2() { +s32 PS4_SYSV_ABI sceSaveDataGetSaveDataMemory2() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetSaveDataRootDir() { +s32 PS4_SYSV_ABI sceSaveDataGetSaveDataRootDir() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetSaveDataRootPath() { +s32 PS4_SYSV_ABI sceSaveDataGetSaveDataRootPath() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetSaveDataRootUsbPath() { +s32 PS4_SYSV_ABI sceSaveDataGetSaveDataRootUsbPath() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetSavePoint() { +s32 PS4_SYSV_ABI sceSaveDataGetSavePoint() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataGetUpdatedDataCount() { +s32 PS4_SYSV_ABI sceSaveDataGetUpdatedDataCount() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataInitialize() { +s32 PS4_SYSV_ABI sceSaveDataInitialize() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataInitialize2() { +s32 PS4_SYSV_ABI sceSaveDataInitialize2() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataInitialize3() { +s32 PS4_SYSV_ABI sceSaveDataInitialize3() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataInitializeForCdlg() { +s32 PS4_SYSV_ABI sceSaveDataInitializeForCdlg() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataIsDeletingUsbDb() { +s32 PS4_SYSV_ABI sceSaveDataIsDeletingUsbDb() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataIsMounted() { +s32 PS4_SYSV_ABI sceSaveDataIsMounted() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataLoadIcon() { +s32 PS4_SYSV_ABI sceSaveDataLoadIcon() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataMount() { +s32 PS4_SYSV_ABI sceSaveDataMount() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataMount2() { +s32 PS4_SYSV_ABI sceSaveDataMount2() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataMount5() { +s32 PS4_SYSV_ABI sceSaveDataMount5() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataMountInternal() { +s32 PS4_SYSV_ABI sceSaveDataMountInternal() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataMountSys() { +s32 PS4_SYSV_ABI sceSaveDataMountSys() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataPromote5() { +s32 PS4_SYSV_ABI sceSaveDataPromote5() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataRebuildDatabase() { +s32 PS4_SYSV_ABI sceSaveDataRebuildDatabase() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataRegisterEventCallback() { +s32 PS4_SYSV_ABI sceSaveDataRegisterEventCallback() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataRestoreBackupData() { +s32 PS4_SYSV_ABI sceSaveDataRestoreBackupData() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataRestoreBackupDataForCdlg() { +s32 PS4_SYSV_ABI sceSaveDataRestoreBackupDataForCdlg() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataRestoreLoadSaveDataMemory() { +s32 PS4_SYSV_ABI sceSaveDataRestoreLoadSaveDataMemory() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataSaveIcon() { +s32 PS4_SYSV_ABI sceSaveDataSaveIcon() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataSetAutoUploadSetting() { +s32 PS4_SYSV_ABI sceSaveDataSetAutoUploadSetting() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataSetEventInfo() { +s32 PS4_SYSV_ABI sceSaveDataSetEventInfo() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataSetParam() { +s32 PS4_SYSV_ABI sceSaveDataSetParam() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataSetSaveDataLibraryUser() { +s32 PS4_SYSV_ABI sceSaveDataSetSaveDataLibraryUser() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataSetSaveDataMemory() { +s32 PS4_SYSV_ABI sceSaveDataSetSaveDataMemory() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataSetSaveDataMemory2() { +s32 PS4_SYSV_ABI sceSaveDataSetSaveDataMemory2() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataSetupSaveDataMemory() { +s32 PS4_SYSV_ABI sceSaveDataSetupSaveDataMemory() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataSetupSaveDataMemory2() { +s32 PS4_SYSV_ABI sceSaveDataSetupSaveDataMemory2() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataShutdownStart() { +s32 PS4_SYSV_ABI sceSaveDataShutdownStart() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataSupportedFakeBrokenStatus() { +s32 PS4_SYSV_ABI sceSaveDataSupportedFakeBrokenStatus() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataSyncCloudList() { +s32 PS4_SYSV_ABI sceSaveDataSyncCloudList() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataSyncSaveDataMemory() { +s32 PS4_SYSV_ABI sceSaveDataSyncSaveDataMemory() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataTerminate() { +s32 PS4_SYSV_ABI sceSaveDataTerminate() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataTransferringMount() { +s32 PS4_SYSV_ABI sceSaveDataTransferringMount() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataUmount() { +s32 PS4_SYSV_ABI sceSaveDataUmount() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataUmountSys() { +s32 PS4_SYSV_ABI sceSaveDataUmountSys() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataUmountWithBackup() { +s32 PS4_SYSV_ABI sceSaveDataUmountWithBackup() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataUnregisterEventCallback() { +s32 PS4_SYSV_ABI sceSaveDataUnregisterEventCallback() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataUpload() { +s32 PS4_SYSV_ABI sceSaveDataUpload() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_02E4C4D201716422() { +s32 PS4_SYSV_ABI Func_02E4C4D201716422() { LOG_ERROR(Lib_SaveData, "(STUBBED) called"); return ORBIS_OK; } void RegisterlibSceSaveData(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("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, @@ -512,10 +512,10 @@ void RegisterlibSceSaveData(Core::Loader::SymbolsResolver* sym) { sceSaveDataCheckSaveDataVersionLatest); LIB_FUNCTION("Wz-4JZfeO9g", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataClearProgress); - LIB_FUNCTION("YbCO38BOOl4", "libSceSaveData", 1, "libSceSaveData", 1, 1,sceSaveDataCopy5); + LIB_FUNCTION("YbCO38BOOl4", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataCopy5); LIB_FUNCTION("kbIIP9aXK9A", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataCreateUploadData); - LIB_FUNCTION("gW6G4HxBBXA", "libSceSaveData", 1, "libSceSaveData", 1, 1,sceSaveDataDebug); + 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, @@ -528,19 +528,21 @@ void RegisterlibSceSaveData(Core::Loader::SymbolsResolver* sym) { 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("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("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, sceSaveDataDirNameSearchInternal); - LIB_FUNCTION("h1nP9EYv3uc", "libSceSaveData", 1, "libSceSaveData", 1, 1,sceSaveDataDownload); - LIB_FUNCTION("A1ThglSGUwA", "libSceSaveData", 1, "libSceSaveData", 1, 1,sceSaveDataGetAllSize); + 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, sceSaveDataGetAppLaunchedUser); LIB_FUNCTION("itZ46iH14Vs", "libSceSaveData", 1, "libSceSaveData", 1, 1, @@ -561,12 +563,12 @@ void RegisterlibSceSaveData(Core::Loader::SymbolsResolver* sym) { sceSaveDataGetEventInfo); LIB_FUNCTION("j8xKtiFj0SY", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataGetEventResult); - LIB_FUNCTION("UMpxor4AlKQ", "libSceSaveData", 1, "libSceSaveData", 1, 1,sceSaveDataGetFormat); + LIB_FUNCTION("UMpxor4AlKQ", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataGetFormat); LIB_FUNCTION("pc4guaUPVqA", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataGetMountedSaveDataCount); LIB_FUNCTION("65VH0Qaaz6s", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataGetMountInfo); - LIB_FUNCTION("XgvSuIdnMlw", "libSceSaveData", 1, "libSceSaveData", 1, 1,sceSaveDataGetParam); + 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, @@ -585,7 +587,8 @@ void RegisterlibSceSaveData(Core::Loader::SymbolsResolver* sym) { sceSaveDataGetSavePoint); LIB_FUNCTION("OYmnApJ9q+U", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataGetUpdatedDataCount); - LIB_FUNCTION("ZkZhskCPXFw", "libSceSaveData", 1, "libSceSaveData", 1, 1,sceSaveDataInitialize); + 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, @@ -594,15 +597,15 @@ void RegisterlibSceSaveData(Core::Loader::SymbolsResolver* sym) { 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("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("-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, @@ -613,12 +616,12 @@ void RegisterlibSceSaveData(Core::Loader::SymbolsResolver* sym) { sceSaveDataRestoreBackupDataForCdlg); LIB_FUNCTION("aoZKKNjlq3Y", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataRestoreLoadSaveDataMemory); - LIB_FUNCTION("c88Yy54Mx0w", "libSceSaveData", 1, "libSceSaveData", 1, 1,sceSaveDataSaveIcon); + LIB_FUNCTION("c88Yy54Mx0w", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataSaveIcon); LIB_FUNCTION("0VFHv-Fa4w8", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataSetAutoUploadSetting); LIB_FUNCTION("52pL2GKkdjA", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataSetEventInfo); - LIB_FUNCTION("85zul--eGXs", "libSceSaveData", 1, "libSceSaveData", 1, 1,sceSaveDataSetParam); + LIB_FUNCTION("85zul--eGXs", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataSetParam); LIB_FUNCTION("v3vg2+cooYw", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataSetSaveDataLibraryUser); LIB_FUNCTION("h3YURzXGSVQ", "libSceSaveData", 1, "libSceSaveData", 1, 1, @@ -637,17 +640,18 @@ void RegisterlibSceSaveData(Core::Loader::SymbolsResolver* sym) { sceSaveDataSyncCloudList); LIB_FUNCTION("wiT9jeC7xPw", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataSyncSaveDataMemory); - LIB_FUNCTION("yKDy8S5yLA0", "libSceSaveData", 1, "libSceSaveData", 1, 1,sceSaveDataTerminate); + LIB_FUNCTION("yKDy8S5yLA0", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataTerminate); LIB_FUNCTION("WAzWTZm1H+I", "libSceSaveData", 1, "libSceSaveData", 1, 1, sceSaveDataTransferringMount); - LIB_FUNCTION("BMR4F-Uek3E", "libSceSaveData", 1, "libSceSaveData", 1, 1,sceSaveDataUmount); - LIB_FUNCTION("2-8NWLS8QSA", "libSceSaveData", 1, "libSceSaveData", 1, 1,sceSaveDataUmountSys); + 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, sceSaveDataUmountWithBackup); LIB_FUNCTION("v-AK1AxQhS0", "libSceSaveData", 1, "libSceSaveData", 1, 1, 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", 1, 1, sceSaveDataUpload); + LIB_FUNCTION("AuTE0gFxZCI", "libSceSaveData", 1, "libSceSaveData", 1, 1, + Func_02E4C4D201716422); }; } // namespace Libraries::SaveData \ No newline at end of file diff --git a/libraries/savedata.h b/libraries/savedata.h index d9f7ca9..d92bb2a 100644 --- a/libraries/savedata.h +++ b/libraries/savedata.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,101 +11,101 @@ class SymbolsResolver; namespace Libraries::SaveData { -int PS4_SYSV_ABI sceSaveDataAbort(); -int PS4_SYSV_ABI sceSaveDataBackup(); -int PS4_SYSV_ABI sceSaveDataBindPsnAccount(); -int PS4_SYSV_ABI sceSaveDataBindPsnAccountForSystemBackup(); -int PS4_SYSV_ABI sceSaveDataChangeDatabase(); -int PS4_SYSV_ABI sceSaveDataChangeInternal(); -int PS4_SYSV_ABI sceSaveDataCheckBackupData(); -int PS4_SYSV_ABI sceSaveDataCheckBackupDataForCdlg(); -int PS4_SYSV_ABI sceSaveDataCheckBackupDataInternal(); -int PS4_SYSV_ABI sceSaveDataCheckCloudData(); -int PS4_SYSV_ABI sceSaveDataCheckIpmiIfSize(); -int PS4_SYSV_ABI sceSaveDataCheckSaveDataBroken(); -int PS4_SYSV_ABI sceSaveDataCheckSaveDataVersion(); -int PS4_SYSV_ABI sceSaveDataCheckSaveDataVersionLatest(); -int PS4_SYSV_ABI sceSaveDataClearProgress(); -int PS4_SYSV_ABI sceSaveDataCopy5(); -int PS4_SYSV_ABI sceSaveDataCreateUploadData(); -int PS4_SYSV_ABI sceSaveDataDebug(); -int PS4_SYSV_ABI sceSaveDataDebugCleanMount(); -int PS4_SYSV_ABI sceSaveDataDebugCompiledSdkVersion(); -int PS4_SYSV_ABI sceSaveDataDebugCreateSaveDataRoot(); -int PS4_SYSV_ABI sceSaveDataDebugGetThreadId(); -int PS4_SYSV_ABI sceSaveDataDebugRemoveSaveDataRoot(); -int PS4_SYSV_ABI sceSaveDataDebugTarget(); -int PS4_SYSV_ABI sceSaveDataDelete(); -int PS4_SYSV_ABI sceSaveDataDelete5(); -int PS4_SYSV_ABI sceSaveDataDeleteAllUser(); -int PS4_SYSV_ABI sceSaveDataDeleteCloudData(); -int PS4_SYSV_ABI sceSaveDataDeleteUser(); -int PS4_SYSV_ABI sceSaveDataDirNameSearch(); -int PS4_SYSV_ABI sceSaveDataDirNameSearchInternal(); -int PS4_SYSV_ABI sceSaveDataDownload(); -int PS4_SYSV_ABI sceSaveDataGetAllSize(); -int PS4_SYSV_ABI sceSaveDataGetAppLaunchedUser(); -int PS4_SYSV_ABI sceSaveDataGetAutoUploadConditions(); -int PS4_SYSV_ABI sceSaveDataGetAutoUploadRequestInfo(); -int PS4_SYSV_ABI sceSaveDataGetAutoUploadSetting(); -int PS4_SYSV_ABI sceSaveDataGetBoundPsnAccountCount(); -int PS4_SYSV_ABI sceSaveDataGetClientThreadPriority(); -int PS4_SYSV_ABI sceSaveDataGetCloudQuotaInfo(); -int PS4_SYSV_ABI sceSaveDataGetDataBaseFilePath(); -int PS4_SYSV_ABI sceSaveDataGetEventInfo(); -int PS4_SYSV_ABI sceSaveDataGetEventResult(); -int PS4_SYSV_ABI sceSaveDataGetFormat(); -int PS4_SYSV_ABI sceSaveDataGetMountedSaveDataCount(); -int PS4_SYSV_ABI sceSaveDataGetMountInfo(); -int PS4_SYSV_ABI sceSaveDataGetParam(); -int PS4_SYSV_ABI sceSaveDataGetProgress(); -int PS4_SYSV_ABI sceSaveDataGetSaveDataCount(); -int PS4_SYSV_ABI sceSaveDataGetSaveDataMemory(); -int PS4_SYSV_ABI sceSaveDataGetSaveDataMemory2(); -int PS4_SYSV_ABI sceSaveDataGetSaveDataRootDir(); -int PS4_SYSV_ABI sceSaveDataGetSaveDataRootPath(); -int PS4_SYSV_ABI sceSaveDataGetSaveDataRootUsbPath(); -int PS4_SYSV_ABI sceSaveDataGetSavePoint(); -int PS4_SYSV_ABI sceSaveDataGetUpdatedDataCount(); -int PS4_SYSV_ABI sceSaveDataInitialize(); -int PS4_SYSV_ABI sceSaveDataInitialize2(); -int PS4_SYSV_ABI sceSaveDataInitialize3(); -int PS4_SYSV_ABI sceSaveDataInitializeForCdlg(); -int PS4_SYSV_ABI sceSaveDataIsDeletingUsbDb(); -int PS4_SYSV_ABI sceSaveDataIsMounted(); -int PS4_SYSV_ABI sceSaveDataLoadIcon(); -int PS4_SYSV_ABI sceSaveDataMount(); -int PS4_SYSV_ABI sceSaveDataMount2(); -int PS4_SYSV_ABI sceSaveDataMount5(); -int PS4_SYSV_ABI sceSaveDataMountInternal(); -int PS4_SYSV_ABI sceSaveDataMountSys(); -int PS4_SYSV_ABI sceSaveDataPromote5(); -int PS4_SYSV_ABI sceSaveDataRebuildDatabase(); -int PS4_SYSV_ABI sceSaveDataRegisterEventCallback(); -int PS4_SYSV_ABI sceSaveDataRestoreBackupData(); -int PS4_SYSV_ABI sceSaveDataRestoreBackupDataForCdlg(); -int PS4_SYSV_ABI sceSaveDataRestoreLoadSaveDataMemory(); -int PS4_SYSV_ABI sceSaveDataSaveIcon(); -int PS4_SYSV_ABI sceSaveDataSetAutoUploadSetting(); -int PS4_SYSV_ABI sceSaveDataSetEventInfo(); -int PS4_SYSV_ABI sceSaveDataSetParam(); -int PS4_SYSV_ABI sceSaveDataSetSaveDataLibraryUser(); -int PS4_SYSV_ABI sceSaveDataSetSaveDataMemory(); -int PS4_SYSV_ABI sceSaveDataSetSaveDataMemory2(); -int PS4_SYSV_ABI sceSaveDataSetupSaveDataMemory(); -int PS4_SYSV_ABI sceSaveDataSetupSaveDataMemory2(); -int PS4_SYSV_ABI sceSaveDataShutdownStart(); -int PS4_SYSV_ABI sceSaveDataSupportedFakeBrokenStatus(); -int PS4_SYSV_ABI sceSaveDataSyncCloudList(); -int PS4_SYSV_ABI sceSaveDataSyncSaveDataMemory(); -int PS4_SYSV_ABI sceSaveDataTerminate(); -int PS4_SYSV_ABI sceSaveDataTransferringMount(); -int PS4_SYSV_ABI sceSaveDataUmount(); -int PS4_SYSV_ABI sceSaveDataUmountSys(); -int PS4_SYSV_ABI sceSaveDataUmountWithBackup(); -int PS4_SYSV_ABI sceSaveDataUnregisterEventCallback(); -int PS4_SYSV_ABI sceSaveDataUpload(); -int PS4_SYSV_ABI Func_02E4C4D201716422(); +s32 PS4_SYSV_ABI sceSaveDataAbort(); +s32 PS4_SYSV_ABI sceSaveDataBackup(); +s32 PS4_SYSV_ABI sceSaveDataBindPsnAccount(); +s32 PS4_SYSV_ABI sceSaveDataBindPsnAccountForSystemBackup(); +s32 PS4_SYSV_ABI sceSaveDataChangeDatabase(); +s32 PS4_SYSV_ABI sceSaveDataChangeInternal(); +s32 PS4_SYSV_ABI sceSaveDataCheckBackupData(); +s32 PS4_SYSV_ABI sceSaveDataCheckBackupDataForCdlg(); +s32 PS4_SYSV_ABI sceSaveDataCheckBackupDataInternal(); +s32 PS4_SYSV_ABI sceSaveDataCheckCloudData(); +s32 PS4_SYSV_ABI sceSaveDataCheckIpmiIfSize(); +s32 PS4_SYSV_ABI sceSaveDataCheckSaveDataBroken(); +s32 PS4_SYSV_ABI sceSaveDataCheckSaveDataVersion(); +s32 PS4_SYSV_ABI sceSaveDataCheckSaveDataVersionLatest(); +s32 PS4_SYSV_ABI sceSaveDataClearProgress(); +s32 PS4_SYSV_ABI sceSaveDataCopy5(); +s32 PS4_SYSV_ABI sceSaveDataCreateUploadData(); +s32 PS4_SYSV_ABI sceSaveDataDebug(); +s32 PS4_SYSV_ABI sceSaveDataDebugCleanMount(); +s32 PS4_SYSV_ABI sceSaveDataDebugCompiledSdkVersion(); +s32 PS4_SYSV_ABI sceSaveDataDebugCreateSaveDataRoot(); +s32 PS4_SYSV_ABI sceSaveDataDebugGetThreadId(); +s32 PS4_SYSV_ABI sceSaveDataDebugRemoveSaveDataRoot(); +s32 PS4_SYSV_ABI sceSaveDataDebugTarget(); +s32 PS4_SYSV_ABI sceSaveDataDelete(); +s32 PS4_SYSV_ABI sceSaveDataDelete5(); +s32 PS4_SYSV_ABI sceSaveDataDeleteAllUser(); +s32 PS4_SYSV_ABI sceSaveDataDeleteCloudData(); +s32 PS4_SYSV_ABI sceSaveDataDeleteUser(); +s32 PS4_SYSV_ABI sceSaveDataDirNameSearch(); +s32 PS4_SYSV_ABI sceSaveDataDirNameSearchInternal(); +s32 PS4_SYSV_ABI sceSaveDataDownload(); +s32 PS4_SYSV_ABI sceSaveDataGetAllSize(); +s32 PS4_SYSV_ABI sceSaveDataGetAppLaunchedUser(); +s32 PS4_SYSV_ABI sceSaveDataGetAutoUploadConditions(); +s32 PS4_SYSV_ABI sceSaveDataGetAutoUploadRequestInfo(); +s32 PS4_SYSV_ABI sceSaveDataGetAutoUploadSetting(); +s32 PS4_SYSV_ABI sceSaveDataGetBoundPsnAccountCount(); +s32 PS4_SYSV_ABI sceSaveDataGetClientThreadPriority(); +s32 PS4_SYSV_ABI sceSaveDataGetCloudQuotaInfo(); +s32 PS4_SYSV_ABI sceSaveDataGetDataBaseFilePath(); +s32 PS4_SYSV_ABI sceSaveDataGetEventInfo(); +s32 PS4_SYSV_ABI sceSaveDataGetEventResult(); +s32 PS4_SYSV_ABI sceSaveDataGetFormat(); +s32 PS4_SYSV_ABI sceSaveDataGetMountedSaveDataCount(); +s32 PS4_SYSV_ABI sceSaveDataGetMountInfo(); +s32 PS4_SYSV_ABI sceSaveDataGetParam(); +s32 PS4_SYSV_ABI sceSaveDataGetProgress(); +s32 PS4_SYSV_ABI sceSaveDataGetSaveDataCount(); +s32 PS4_SYSV_ABI sceSaveDataGetSaveDataMemory(); +s32 PS4_SYSV_ABI sceSaveDataGetSaveDataMemory2(); +s32 PS4_SYSV_ABI sceSaveDataGetSaveDataRootDir(); +s32 PS4_SYSV_ABI sceSaveDataGetSaveDataRootPath(); +s32 PS4_SYSV_ABI sceSaveDataGetSaveDataRootUsbPath(); +s32 PS4_SYSV_ABI sceSaveDataGetSavePoint(); +s32 PS4_SYSV_ABI sceSaveDataGetUpdatedDataCount(); +s32 PS4_SYSV_ABI sceSaveDataInitialize(); +s32 PS4_SYSV_ABI sceSaveDataInitialize2(); +s32 PS4_SYSV_ABI sceSaveDataInitialize3(); +s32 PS4_SYSV_ABI sceSaveDataInitializeForCdlg(); +s32 PS4_SYSV_ABI sceSaveDataIsDeletingUsbDb(); +s32 PS4_SYSV_ABI sceSaveDataIsMounted(); +s32 PS4_SYSV_ABI sceSaveDataLoadIcon(); +s32 PS4_SYSV_ABI sceSaveDataMount(); +s32 PS4_SYSV_ABI sceSaveDataMount2(); +s32 PS4_SYSV_ABI sceSaveDataMount5(); +s32 PS4_SYSV_ABI sceSaveDataMountInternal(); +s32 PS4_SYSV_ABI sceSaveDataMountSys(); +s32 PS4_SYSV_ABI sceSaveDataPromote5(); +s32 PS4_SYSV_ABI sceSaveDataRebuildDatabase(); +s32 PS4_SYSV_ABI sceSaveDataRegisterEventCallback(); +s32 PS4_SYSV_ABI sceSaveDataRestoreBackupData(); +s32 PS4_SYSV_ABI sceSaveDataRestoreBackupDataForCdlg(); +s32 PS4_SYSV_ABI sceSaveDataRestoreLoadSaveDataMemory(); +s32 PS4_SYSV_ABI sceSaveDataSaveIcon(); +s32 PS4_SYSV_ABI sceSaveDataSetAutoUploadSetting(); +s32 PS4_SYSV_ABI sceSaveDataSetEventInfo(); +s32 PS4_SYSV_ABI sceSaveDataSetParam(); +s32 PS4_SYSV_ABI sceSaveDataSetSaveDataLibraryUser(); +s32 PS4_SYSV_ABI sceSaveDataSetSaveDataMemory(); +s32 PS4_SYSV_ABI sceSaveDataSetSaveDataMemory2(); +s32 PS4_SYSV_ABI sceSaveDataSetupSaveDataMemory(); +s32 PS4_SYSV_ABI sceSaveDataSetupSaveDataMemory2(); +s32 PS4_SYSV_ABI sceSaveDataShutdownStart(); +s32 PS4_SYSV_ABI sceSaveDataSupportedFakeBrokenStatus(); +s32 PS4_SYSV_ABI sceSaveDataSyncCloudList(); +s32 PS4_SYSV_ABI sceSaveDataSyncSaveDataMemory(); +s32 PS4_SYSV_ABI sceSaveDataTerminate(); +s32 PS4_SYSV_ABI sceSaveDataTransferringMount(); +s32 PS4_SYSV_ABI sceSaveDataUmount(); +s32 PS4_SYSV_ABI sceSaveDataUmountSys(); +s32 PS4_SYSV_ABI sceSaveDataUmountWithBackup(); +s32 PS4_SYSV_ABI sceSaveDataUnregisterEventCallback(); +s32 PS4_SYSV_ABI sceSaveDataUpload(); +s32 PS4_SYSV_ABI Func_02E4C4D201716422(); void RegisterlibSceSaveData(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::SaveData \ No newline at end of file diff --git a/libraries/savedatadialog.cpp b/libraries/savedatadialog.cpp index e59c7d3..d2d7107 100644 --- a/libraries/savedatadialog.cpp +++ b/libraries/savedatadialog.cpp @@ -8,52 +8,52 @@ namespace Libraries::SaveDataDialog { -int PS4_SYSV_ABI sceSaveDataDialogClose() { +s32 PS4_SYSV_ABI sceSaveDataDialogClose() { LOG_ERROR(Lib_SaveDataDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDialogGetResult() { +s32 PS4_SYSV_ABI sceSaveDataDialogGetResult() { LOG_ERROR(Lib_SaveDataDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDialogGetStatus() { +s32 PS4_SYSV_ABI sceSaveDataDialogGetStatus() { LOG_ERROR(Lib_SaveDataDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDialogInitialize() { +s32 PS4_SYSV_ABI sceSaveDataDialogInitialize() { LOG_ERROR(Lib_SaveDataDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDialogIsReadyToDisplay() { +s32 PS4_SYSV_ABI sceSaveDataDialogIsReadyToDisplay() { LOG_ERROR(Lib_SaveDataDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDialogOpen() { +s32 PS4_SYSV_ABI sceSaveDataDialogOpen() { LOG_ERROR(Lib_SaveDataDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDialogProgressBarInc() { +s32 PS4_SYSV_ABI sceSaveDataDialogProgressBarInc() { LOG_ERROR(Lib_SaveDataDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDialogProgressBarSetValue() { +s32 PS4_SYSV_ABI sceSaveDataDialogProgressBarSetValue() { LOG_ERROR(Lib_SaveDataDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDialogTerminate() { +s32 PS4_SYSV_ABI sceSaveDataDialogTerminate() { LOG_ERROR(Lib_SaveDataDialog, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSaveDataDialogUpdateStatus() { +s32 PS4_SYSV_ABI sceSaveDataDialogUpdateStatus() { LOG_ERROR(Lib_SaveDataDialog, "(STUBBED) called"); return ORBIS_OK; } diff --git a/libraries/savedatadialog.h b/libraries/savedatadialog.h index 8d91088..1927ede 100644 --- a/libraries/savedatadialog.h +++ b/libraries/savedatadialog.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,16 +11,16 @@ class SymbolsResolver; namespace Libraries::SaveDataDialog { -int PS4_SYSV_ABI sceSaveDataDialogClose(); -int PS4_SYSV_ABI sceSaveDataDialogGetResult(); -int PS4_SYSV_ABI sceSaveDataDialogGetStatus(); -int PS4_SYSV_ABI sceSaveDataDialogInitialize(); -int PS4_SYSV_ABI sceSaveDataDialogIsReadyToDisplay(); -int PS4_SYSV_ABI sceSaveDataDialogOpen(); -int PS4_SYSV_ABI sceSaveDataDialogProgressBarInc(); -int PS4_SYSV_ABI sceSaveDataDialogProgressBarSetValue(); -int PS4_SYSV_ABI sceSaveDataDialogTerminate(); -int PS4_SYSV_ABI sceSaveDataDialogUpdateStatus(); +s32 PS4_SYSV_ABI sceSaveDataDialogClose(); +s32 PS4_SYSV_ABI sceSaveDataDialogGetResult(); +s32 PS4_SYSV_ABI sceSaveDataDialogGetStatus(); +s32 PS4_SYSV_ABI sceSaveDataDialogInitialize(); +s32 PS4_SYSV_ABI sceSaveDataDialogIsReadyToDisplay(); +s32 PS4_SYSV_ABI sceSaveDataDialogOpen(); +s32 PS4_SYSV_ABI sceSaveDataDialogProgressBarInc(); +s32 PS4_SYSV_ABI sceSaveDataDialogProgressBarSetValue(); +s32 PS4_SYSV_ABI sceSaveDataDialogTerminate(); +s32 PS4_SYSV_ABI sceSaveDataDialogUpdateStatus(); void RegisterlibSceSaveDataDialog(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::SaveDataDialog \ No newline at end of file diff --git a/libraries/screenshot.cpp b/libraries/screenshot.cpp index 5eea20d..bb5956a 100644 --- a/libraries/screenshot.cpp +++ b/libraries/screenshot.cpp @@ -8,72 +8,72 @@ namespace Libraries::ScreenShot { -int PS4_SYSV_ABI sceScreenShotSetDrcParam() { +s32 PS4_SYSV_ABI sceScreenShotSetDrcParam() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI _Z5dummyv() { +s32 PS4_SYSV_ABI _Z5dummyv() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceScreenShotCapture() { +s32 PS4_SYSV_ABI sceScreenShotCapture() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceScreenShotDisable() { +s32 PS4_SYSV_ABI sceScreenShotDisable() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceScreenShotDisableNotification() { +s32 PS4_SYSV_ABI sceScreenShotDisableNotification() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceScreenShotEnable() { +s32 PS4_SYSV_ABI sceScreenShotEnable() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceScreenShotEnableNotification() { +s32 PS4_SYSV_ABI sceScreenShotEnableNotification() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceScreenShotGetAppInfo() { +s32 PS4_SYSV_ABI sceScreenShotGetAppInfo() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceScreenShotGetDrcParam() { +s32 PS4_SYSV_ABI sceScreenShotGetDrcParam() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceScreenShotIsDisabled() { +s32 PS4_SYSV_ABI sceScreenShotIsDisabled() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceScreenShotIsVshScreenCaptureDisabled() { +s32 PS4_SYSV_ABI sceScreenShotIsVshScreenCaptureDisabled() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceScreenShotSetOverlayImage() { +s32 PS4_SYSV_ABI sceScreenShotSetOverlayImage() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceScreenShotSetOverlayImageWithOrigin() { +s32 PS4_SYSV_ABI sceScreenShotSetOverlayImageWithOrigin() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceScreenShotSetParam() { +s32 PS4_SYSV_ABI sceScreenShotSetParam() { LOG_ERROR(Lib_ScreenShot, "(STUBBED) called"); return ORBIS_OK; } @@ -81,7 +81,7 @@ int PS4_SYSV_ABI sceScreenShotSetParam() { void RegisterlibSceScreenShot(Core::Loader::SymbolsResolver* sym) { LIB_FUNCTION("itlWFWV3Tzc", "libSceScreenShotDrc", 1, "libSceScreenShot", 0, 9, sceScreenShotSetDrcParam); - LIB_FUNCTION("AS45QoYHjc4", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,_Z5dummyv); + 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, diff --git a/libraries/screenshot.h b/libraries/screenshot.h index e666ad9..e83b0d2 100644 --- a/libraries/screenshot.h +++ b/libraries/screenshot.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,20 +11,20 @@ class SymbolsResolver; namespace Libraries::ScreenShot { -int PS4_SYSV_ABI sceScreenShotSetDrcParam(); -int PS4_SYSV_ABI _Z5dummyv(); -int PS4_SYSV_ABI sceScreenShotCapture(); -int PS4_SYSV_ABI sceScreenShotDisable(); -int PS4_SYSV_ABI sceScreenShotDisableNotification(); -int PS4_SYSV_ABI sceScreenShotEnable(); -int PS4_SYSV_ABI sceScreenShotEnableNotification(); -int PS4_SYSV_ABI sceScreenShotGetAppInfo(); -int PS4_SYSV_ABI sceScreenShotGetDrcParam(); -int PS4_SYSV_ABI sceScreenShotIsDisabled(); -int PS4_SYSV_ABI sceScreenShotIsVshScreenCaptureDisabled(); -int PS4_SYSV_ABI sceScreenShotSetOverlayImage(); -int PS4_SYSV_ABI sceScreenShotSetOverlayImageWithOrigin(); -int PS4_SYSV_ABI sceScreenShotSetParam(); +s32 PS4_SYSV_ABI sceScreenShotSetDrcParam(); +s32 PS4_SYSV_ABI _Z5dummyv(); +s32 PS4_SYSV_ABI sceScreenShotCapture(); +s32 PS4_SYSV_ABI sceScreenShotDisable(); +s32 PS4_SYSV_ABI sceScreenShotDisableNotification(); +s32 PS4_SYSV_ABI sceScreenShotEnable(); +s32 PS4_SYSV_ABI sceScreenShotEnableNotification(); +s32 PS4_SYSV_ABI sceScreenShotGetAppInfo(); +s32 PS4_SYSV_ABI sceScreenShotGetDrcParam(); +s32 PS4_SYSV_ABI sceScreenShotIsDisabled(); +s32 PS4_SYSV_ABI sceScreenShotIsVshScreenCaptureDisabled(); +s32 PS4_SYSV_ABI sceScreenShotSetOverlayImage(); +s32 PS4_SYSV_ABI sceScreenShotSetOverlayImageWithOrigin(); +s32 PS4_SYSV_ABI sceScreenShotSetParam(); void RegisterlibSceScreenShot(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::ScreenShot \ No newline at end of file diff --git a/libraries/shareplay.cpp b/libraries/shareplay.cpp index 2886b6b..c425ed7 100644 --- a/libraries/shareplay.cpp +++ b/libraries/shareplay.cpp @@ -8,122 +8,122 @@ namespace Libraries::SharePlay { -int PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfo() { +s32 PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfo() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayCrashDaemon() { +s32 PS4_SYSV_ABI sceSharePlayCrashDaemon() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfoA() { +s32 PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfoA() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayGetCurrentInfo() { +s32 PS4_SYSV_ABI sceSharePlayGetCurrentInfo() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayGetEvent() { +s32 PS4_SYSV_ABI sceSharePlayGetEvent() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayInitialize() { +s32 PS4_SYSV_ABI sceSharePlayInitialize() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayNotifyDialogOpen() { +s32 PS4_SYSV_ABI sceSharePlayNotifyDialogOpen() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayNotifyForceCloseForCdlg() { +s32 PS4_SYSV_ABI sceSharePlayNotifyForceCloseForCdlg() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayNotifyOpenQuickMenu() { +s32 PS4_SYSV_ABI sceSharePlayNotifyOpenQuickMenu() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayResumeScreenForCdlg() { +s32 PS4_SYSV_ABI sceSharePlayResumeScreenForCdlg() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayServerLock() { +s32 PS4_SYSV_ABI sceSharePlayServerLock() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayServerUnLock() { +s32 PS4_SYSV_ABI sceSharePlayServerUnLock() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlaySetMode() { +s32 PS4_SYSV_ABI sceSharePlaySetMode() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlaySetProhibition() { +s32 PS4_SYSV_ABI sceSharePlaySetProhibition() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlaySetProhibitionModeWithAppId() { +s32 PS4_SYSV_ABI sceSharePlaySetProhibitionModeWithAppId() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayStartStandby() { +s32 PS4_SYSV_ABI sceSharePlayStartStandby() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayStartStreaming() { +s32 PS4_SYSV_ABI sceSharePlayStartStreaming() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayStopStandby() { +s32 PS4_SYSV_ABI sceSharePlayStopStandby() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayStopStreaming() { +s32 PS4_SYSV_ABI sceSharePlayStopStreaming() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSharePlayTerminate() { +s32 PS4_SYSV_ABI sceSharePlayTerminate() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_2E93C0EA6A6B67C4() { +s32 PS4_SYSV_ABI Func_2E93C0EA6A6B67C4() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C1C236728D88E177() { +s32 PS4_SYSV_ABI Func_C1C236728D88E177() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_E9E80C474781F115() { +s32 PS4_SYSV_ABI Func_E9E80C474781F115() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_F3DD6199DA15ED44() { +s32 PS4_SYSV_ABI Func_F3DD6199DA15ED44() { LOG_ERROR(Lib_SharePlay, "(STUBBED) called"); return ORBIS_OK; } @@ -155,7 +155,8 @@ void RegisterlibSceSharePlay(Core::Loader::SymbolsResolver* sym) { sceSharePlayServerLock); LIB_FUNCTION("3Oaux9ITEtY", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, sceSharePlayServerUnLock); - LIB_FUNCTION("QZy+KmyqKPU", "libSceSharePlay", 1, "libSceSharePlay", 0, 0,sceSharePlaySetMode); + LIB_FUNCTION("QZy+KmyqKPU", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, + sceSharePlaySetMode); LIB_FUNCTION("co2NCj--pnc", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, sceSharePlaySetProhibition); LIB_FUNCTION("KADsbjNCgPo", "libSceSharePlay", 1, "libSceSharePlay", 0, 0, diff --git a/libraries/shareplay.h b/libraries/shareplay.h index 95babd0..8a9ded5 100644 --- a/libraries/shareplay.h +++ b/libraries/shareplay.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,30 +11,30 @@ class SymbolsResolver; namespace Libraries::SharePlay { -int PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfo(); -int PS4_SYSV_ABI sceSharePlayCrashDaemon(); -int PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfoA(); -int PS4_SYSV_ABI sceSharePlayGetCurrentInfo(); -int PS4_SYSV_ABI sceSharePlayGetEvent(); -int PS4_SYSV_ABI sceSharePlayInitialize(); -int PS4_SYSV_ABI sceSharePlayNotifyDialogOpen(); -int PS4_SYSV_ABI sceSharePlayNotifyForceCloseForCdlg(); -int PS4_SYSV_ABI sceSharePlayNotifyOpenQuickMenu(); -int PS4_SYSV_ABI sceSharePlayResumeScreenForCdlg(); -int PS4_SYSV_ABI sceSharePlayServerLock(); -int PS4_SYSV_ABI sceSharePlayServerUnLock(); -int PS4_SYSV_ABI sceSharePlaySetMode(); -int PS4_SYSV_ABI sceSharePlaySetProhibition(); -int PS4_SYSV_ABI sceSharePlaySetProhibitionModeWithAppId(); -int PS4_SYSV_ABI sceSharePlayStartStandby(); -int PS4_SYSV_ABI sceSharePlayStartStreaming(); -int PS4_SYSV_ABI sceSharePlayStopStandby(); -int PS4_SYSV_ABI sceSharePlayStopStreaming(); -int PS4_SYSV_ABI sceSharePlayTerminate(); -int PS4_SYSV_ABI Func_2E93C0EA6A6B67C4(); -int PS4_SYSV_ABI Func_C1C236728D88E177(); -int PS4_SYSV_ABI Func_E9E80C474781F115(); -int PS4_SYSV_ABI Func_F3DD6199DA15ED44(); +s32 PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfo(); +s32 PS4_SYSV_ABI sceSharePlayCrashDaemon(); +s32 PS4_SYSV_ABI sceSharePlayGetCurrentConnectionInfoA(); +s32 PS4_SYSV_ABI sceSharePlayGetCurrentInfo(); +s32 PS4_SYSV_ABI sceSharePlayGetEvent(); +s32 PS4_SYSV_ABI sceSharePlayInitialize(); +s32 PS4_SYSV_ABI sceSharePlayNotifyDialogOpen(); +s32 PS4_SYSV_ABI sceSharePlayNotifyForceCloseForCdlg(); +s32 PS4_SYSV_ABI sceSharePlayNotifyOpenQuickMenu(); +s32 PS4_SYSV_ABI sceSharePlayResumeScreenForCdlg(); +s32 PS4_SYSV_ABI sceSharePlayServerLock(); +s32 PS4_SYSV_ABI sceSharePlayServerUnLock(); +s32 PS4_SYSV_ABI sceSharePlaySetMode(); +s32 PS4_SYSV_ABI sceSharePlaySetProhibition(); +s32 PS4_SYSV_ABI sceSharePlaySetProhibitionModeWithAppId(); +s32 PS4_SYSV_ABI sceSharePlayStartStandby(); +s32 PS4_SYSV_ABI sceSharePlayStartStreaming(); +s32 PS4_SYSV_ABI sceSharePlayStopStandby(); +s32 PS4_SYSV_ABI sceSharePlayStopStreaming(); +s32 PS4_SYSV_ABI sceSharePlayTerminate(); +s32 PS4_SYSV_ABI Func_2E93C0EA6A6B67C4(); +s32 PS4_SYSV_ABI Func_C1C236728D88E177(); +s32 PS4_SYSV_ABI Func_E9E80C474781F115(); +s32 PS4_SYSV_ABI Func_F3DD6199DA15ED44(); void RegisterlibSceSharePlay(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::SharePlay \ No newline at end of file diff --git a/libraries/ssl.cpp b/libraries/ssl.cpp index 8ea3987..b887159 100644 --- a/libraries/ssl.cpp +++ b/libraries/ssl.cpp @@ -8,1042 +8,1042 @@ namespace Libraries::Ssl { -int PS4_SYSV_ABI CA_MGMT_allocCertDistinguishedName() { +s32 PS4_SYSV_ABI CA_MGMT_allocCertDistinguishedName() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_certDistinguishedNameCompare() { +s32 PS4_SYSV_ABI CA_MGMT_certDistinguishedNameCompare() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_convertKeyBlobToPKCS8Key() { +s32 PS4_SYSV_ABI CA_MGMT_convertKeyBlobToPKCS8Key() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_convertKeyDER() { +s32 PS4_SYSV_ABI CA_MGMT_convertKeyDER() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_convertKeyPEM() { +s32 PS4_SYSV_ABI CA_MGMT_convertKeyPEM() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_convertPKCS8KeyToKeyBlob() { +s32 PS4_SYSV_ABI CA_MGMT_convertPKCS8KeyToKeyBlob() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_convertProtectedPKCS8KeyToKeyBlob() { +s32 PS4_SYSV_ABI CA_MGMT_convertProtectedPKCS8KeyToKeyBlob() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_decodeCertificate() { +s32 PS4_SYSV_ABI CA_MGMT_decodeCertificate() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_enumAltName() { +s32 PS4_SYSV_ABI CA_MGMT_enumAltName() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_enumCrl() { +s32 PS4_SYSV_ABI CA_MGMT_enumCrl() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_extractAllCertDistinguishedName() { +s32 PS4_SYSV_ABI CA_MGMT_extractAllCertDistinguishedName() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_extractBasicConstraint() { +s32 PS4_SYSV_ABI CA_MGMT_extractBasicConstraint() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_extractCertASN1Name() { +s32 PS4_SYSV_ABI CA_MGMT_extractCertASN1Name() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_extractCertTimes() { +s32 PS4_SYSV_ABI CA_MGMT_extractCertTimes() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_extractKeyBlobEx() { +s32 PS4_SYSV_ABI CA_MGMT_extractKeyBlobEx() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_extractKeyBlobTypeEx() { +s32 PS4_SYSV_ABI CA_MGMT_extractKeyBlobTypeEx() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_extractPublicKeyInfo() { +s32 PS4_SYSV_ABI CA_MGMT_extractPublicKeyInfo() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_extractSerialNum() { +s32 PS4_SYSV_ABI CA_MGMT_extractSerialNum() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_extractSignature() { +s32 PS4_SYSV_ABI CA_MGMT_extractSignature() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_free() { +s32 PS4_SYSV_ABI CA_MGMT_free() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_freeCertDistinguishedName() { +s32 PS4_SYSV_ABI CA_MGMT_freeCertDistinguishedName() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_freeCertDistinguishedNameOnStack() { +s32 PS4_SYSV_ABI CA_MGMT_freeCertDistinguishedNameOnStack() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_freeCertificate() { +s32 PS4_SYSV_ABI CA_MGMT_freeCertificate() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_freeKeyBlob() { +s32 PS4_SYSV_ABI CA_MGMT_freeKeyBlob() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_freeSearchDetails() { +s32 PS4_SYSV_ABI CA_MGMT_freeSearchDetails() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_getCertSignAlgoType() { +s32 PS4_SYSV_ABI CA_MGMT_getCertSignAlgoType() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_keyBlobToDER() { +s32 PS4_SYSV_ABI CA_MGMT_keyBlobToDER() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_keyBlobToPEM() { +s32 PS4_SYSV_ABI CA_MGMT_keyBlobToPEM() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_makeKeyBlobEx() { +s32 PS4_SYSV_ABI CA_MGMT_makeKeyBlobEx() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_rawVerifyOID() { +s32 PS4_SYSV_ABI CA_MGMT_rawVerifyOID() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_reorderChain() { +s32 PS4_SYSV_ABI CA_MGMT_reorderChain() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_returnCertificatePrints() { +s32 PS4_SYSV_ABI CA_MGMT_returnCertificatePrints() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_verifyCertWithKeyBlob() { +s32 PS4_SYSV_ABI CA_MGMT_verifyCertWithKeyBlob() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CA_MGMT_verifySignature() { +s32 PS4_SYSV_ABI CA_MGMT_verifySignature() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_checkCertificateIssuer() { +s32 PS4_SYSV_ABI CERT_checkCertificateIssuer() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_checkCertificateIssuer2() { +s32 PS4_SYSV_ABI CERT_checkCertificateIssuer2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_checkCertificateIssuerSerialNumber() { +s32 PS4_SYSV_ABI CERT_checkCertificateIssuerSerialNumber() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_CompSubjectAltNames() { +s32 PS4_SYSV_ABI CERT_CompSubjectAltNames() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_CompSubjectAltNames2() { +s32 PS4_SYSV_ABI CERT_CompSubjectAltNames2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_CompSubjectAltNamesExact() { +s32 PS4_SYSV_ABI CERT_CompSubjectAltNamesExact() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_CompSubjectCommonName() { +s32 PS4_SYSV_ABI CERT_CompSubjectCommonName() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_CompSubjectCommonName2() { +s32 PS4_SYSV_ABI CERT_CompSubjectCommonName2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_ComputeBufferHash() { +s32 PS4_SYSV_ABI CERT_ComputeBufferHash() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_decryptRSASignature() { +s32 PS4_SYSV_ABI CERT_decryptRSASignature() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_decryptRSASignatureBuffer() { +s32 PS4_SYSV_ABI CERT_decryptRSASignatureBuffer() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_enumerateAltName() { +s32 PS4_SYSV_ABI CERT_enumerateAltName() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_enumerateAltName2() { +s32 PS4_SYSV_ABI CERT_enumerateAltName2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_enumerateCRL() { +s32 PS4_SYSV_ABI CERT_enumerateCRL() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_enumerateCRL2() { +s32 PS4_SYSV_ABI CERT_enumerateCRL2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_enumerateCRLAux() { +s32 PS4_SYSV_ABI CERT_enumerateCRLAux() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_extractAllDistinguishedNames() { +s32 PS4_SYSV_ABI CERT_extractAllDistinguishedNames() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_extractDistinguishedNames() { +s32 PS4_SYSV_ABI CERT_extractDistinguishedNames() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_extractDistinguishedNames2() { +s32 PS4_SYSV_ABI CERT_extractDistinguishedNames2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_extractDistinguishedNamesFromName() { +s32 PS4_SYSV_ABI CERT_extractDistinguishedNamesFromName() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_extractRSAKey() { +s32 PS4_SYSV_ABI CERT_extractRSAKey() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_extractSerialNum() { +s32 PS4_SYSV_ABI CERT_extractSerialNum() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_extractSerialNum2() { +s32 PS4_SYSV_ABI CERT_extractSerialNum2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_extractValidityTime() { +s32 PS4_SYSV_ABI CERT_extractValidityTime() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_extractValidityTime2() { +s32 PS4_SYSV_ABI CERT_extractValidityTime2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getCertExtension() { +s32 PS4_SYSV_ABI CERT_getCertExtension() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getCertificateExtensions() { +s32 PS4_SYSV_ABI CERT_getCertificateExtensions() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getCertificateExtensions2() { +s32 PS4_SYSV_ABI CERT_getCertificateExtensions2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getCertificateIssuerSerialNumber() { +s32 PS4_SYSV_ABI CERT_getCertificateIssuerSerialNumber() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getCertificateIssuerSerialNumber2() { +s32 PS4_SYSV_ABI CERT_getCertificateIssuerSerialNumber2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getCertificateKeyUsage() { +s32 PS4_SYSV_ABI CERT_getCertificateKeyUsage() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getCertificateKeyUsage2() { +s32 PS4_SYSV_ABI CERT_getCertificateKeyUsage2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getCertificateSubject() { +s32 PS4_SYSV_ABI CERT_getCertificateSubject() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getCertificateSubject2() { +s32 PS4_SYSV_ABI CERT_getCertificateSubject2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getCertSignAlgoType() { +s32 PS4_SYSV_ABI CERT_getCertSignAlgoType() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_GetCertTime() { +s32 PS4_SYSV_ABI CERT_GetCertTime() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getNumberOfChild() { +s32 PS4_SYSV_ABI CERT_getNumberOfChild() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getRSASignatureAlgo() { +s32 PS4_SYSV_ABI CERT_getRSASignatureAlgo() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getSignatureItem() { +s32 PS4_SYSV_ABI CERT_getSignatureItem() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getSubjectCommonName() { +s32 PS4_SYSV_ABI CERT_getSubjectCommonName() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_getSubjectCommonName2() { +s32 PS4_SYSV_ABI CERT_getSubjectCommonName2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_isRootCertificate() { +s32 PS4_SYSV_ABI CERT_isRootCertificate() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_isRootCertificate2() { +s32 PS4_SYSV_ABI CERT_isRootCertificate2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_rawVerifyOID() { +s32 PS4_SYSV_ABI CERT_rawVerifyOID() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_rawVerifyOID2() { +s32 PS4_SYSV_ABI CERT_rawVerifyOID2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_setKeyFromSubjectPublicKeyInfo() { +s32 PS4_SYSV_ABI CERT_setKeyFromSubjectPublicKeyInfo() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_setKeyFromSubjectPublicKeyInfoCert() { +s32 PS4_SYSV_ABI CERT_setKeyFromSubjectPublicKeyInfoCert() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_addCertAuthority() { +s32 PS4_SYSV_ABI CERT_STORE_addCertAuthority() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_addIdentity() { +s32 PS4_SYSV_ABI CERT_STORE_addIdentity() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_addIdentityNakedKey() { +s32 PS4_SYSV_ABI CERT_STORE_addIdentityNakedKey() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_addIdentityPSK() { +s32 PS4_SYSV_ABI CERT_STORE_addIdentityPSK() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_addIdentityWithCertificateChain() { +s32 PS4_SYSV_ABI CERT_STORE_addIdentityWithCertificateChain() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_addTrustPoint() { +s32 PS4_SYSV_ABI CERT_STORE_addTrustPoint() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_createStore() { +s32 PS4_SYSV_ABI CERT_STORE_createStore() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_findCertBySubject() { +s32 PS4_SYSV_ABI CERT_STORE_findCertBySubject() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_findIdentityByTypeFirst() { +s32 PS4_SYSV_ABI CERT_STORE_findIdentityByTypeFirst() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_findIdentityByTypeNext() { +s32 PS4_SYSV_ABI CERT_STORE_findIdentityByTypeNext() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_findIdentityCertChainFirst() { +s32 PS4_SYSV_ABI CERT_STORE_findIdentityCertChainFirst() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_findIdentityCertChainNext() { +s32 PS4_SYSV_ABI CERT_STORE_findIdentityCertChainNext() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_findPskByIdentity() { +s32 PS4_SYSV_ABI CERT_STORE_findPskByIdentity() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_releaseStore() { +s32 PS4_SYSV_ABI CERT_STORE_releaseStore() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_traversePskListHead() { +s32 PS4_SYSV_ABI CERT_STORE_traversePskListHead() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_STORE_traversePskListNext() { +s32 PS4_SYSV_ABI CERT_STORE_traversePskListNext() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_validateCertificate() { +s32 PS4_SYSV_ABI CERT_validateCertificate() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_validateCertificateWithConf() { +s32 PS4_SYSV_ABI CERT_validateCertificateWithConf() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_VerifyCertificatePolicies() { +s32 PS4_SYSV_ABI CERT_VerifyCertificatePolicies() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_VerifyCertificatePolicies2() { +s32 PS4_SYSV_ABI CERT_VerifyCertificatePolicies2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_verifySignature() { +s32 PS4_SYSV_ABI CERT_verifySignature() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_VerifyValidityTime() { +s32 PS4_SYSV_ABI CERT_VerifyValidityTime() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_VerifyValidityTime2() { +s32 PS4_SYSV_ABI CERT_VerifyValidityTime2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CERT_VerifyValidityTimeWithConf() { +s32 PS4_SYSV_ABI CERT_VerifyValidityTimeWithConf() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CRYPTO_initAsymmetricKey() { +s32 PS4_SYSV_ABI CRYPTO_initAsymmetricKey() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI CRYPTO_uninitAsymmetricKey() { +s32 PS4_SYSV_ABI CRYPTO_uninitAsymmetricKey() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI GC_createInstanceIDs() { +s32 PS4_SYSV_ABI GC_createInstanceIDs() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI getCertSigAlgo() { +s32 PS4_SYSV_ABI getCertSigAlgo() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI MOCANA_freeMocana() { +s32 PS4_SYSV_ABI MOCANA_freeMocana() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI MOCANA_initMocana() { +s32 PS4_SYSV_ABI MOCANA_initMocana() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI RSA_verifySignature() { +s32 PS4_SYSV_ABI RSA_verifySignature() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslCheckRecvPending() { +s32 PS4_SYSV_ABI sceSslCheckRecvPending() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslClose() { +s32 PS4_SYSV_ABI sceSslClose() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslConnect() { +s32 PS4_SYSV_ABI sceSslConnect() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslCreateSslConnection() { +s32 PS4_SYSV_ABI sceSslCreateSslConnection() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslDeleteSslConnection() { +s32 PS4_SYSV_ABI sceSslDeleteSslConnection() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslDisableOption() { +s32 PS4_SYSV_ABI sceSslDisableOption() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslDisableOptionInternal() { +s32 PS4_SYSV_ABI sceSslDisableOptionInternal() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslDisableOptionInternalInsecure() { +s32 PS4_SYSV_ABI sceSslDisableOptionInternalInsecure() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslEnableOption() { +s32 PS4_SYSV_ABI sceSslEnableOption() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslEnableOptionInternal() { +s32 PS4_SYSV_ABI sceSslEnableOptionInternal() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslFreeCaCerts() { +s32 PS4_SYSV_ABI sceSslFreeCaCerts() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslFreeCaList() { +s32 PS4_SYSV_ABI sceSslFreeCaList() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslFreeSslCertName() { +s32 PS4_SYSV_ABI sceSslFreeSslCertName() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslGetCaCerts() { +s32 PS4_SYSV_ABI sceSslGetCaCerts() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslGetCaList() { +s32 PS4_SYSV_ABI sceSslGetCaList() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslGetIssuerName() { +s32 PS4_SYSV_ABI sceSslGetIssuerName() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslGetMemoryPoolStats() { +s32 PS4_SYSV_ABI sceSslGetMemoryPoolStats() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslGetNameEntryCount() { +s32 PS4_SYSV_ABI sceSslGetNameEntryCount() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslGetNameEntryInfo() { +s32 PS4_SYSV_ABI sceSslGetNameEntryInfo() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslGetNanoSSLModuleId() { +s32 PS4_SYSV_ABI sceSslGetNanoSSLModuleId() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslGetNotAfter() { +s32 PS4_SYSV_ABI sceSslGetNotAfter() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslGetNotBefore() { +s32 PS4_SYSV_ABI sceSslGetNotBefore() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslGetSerialNumber() { +s32 PS4_SYSV_ABI sceSslGetSerialNumber() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslGetSslError() { +s32 PS4_SYSV_ABI sceSslGetSslError() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslGetSubjectName() { +s32 PS4_SYSV_ABI sceSslGetSubjectName() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslInit() { +s32 PS4_SYSV_ABI sceSslInit() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslLoadCert() { +s32 PS4_SYSV_ABI sceSslLoadCert() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslLoadRootCACert() { +s32 PS4_SYSV_ABI sceSslLoadRootCACert() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslRecv() { +s32 PS4_SYSV_ABI sceSslRecv() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslReuseConnection() { +s32 PS4_SYSV_ABI sceSslReuseConnection() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslSend() { +s32 PS4_SYSV_ABI sceSslSend() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslSetMinSslVersion() { +s32 PS4_SYSV_ABI sceSslSetMinSslVersion() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslSetSslVersion() { +s32 PS4_SYSV_ABI sceSslSetSslVersion() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslSetVerifyCallback() { +s32 PS4_SYSV_ABI sceSslSetVerifyCallback() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslShowMemoryStat() { +s32 PS4_SYSV_ABI sceSslShowMemoryStat() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslTerm() { +s32 PS4_SYSV_ABI sceSslTerm() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSslUnloadCert() { +s32 PS4_SYSV_ABI sceSslUnloadCert() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_acceptConnection() { +s32 PS4_SYSV_ABI SSL_acceptConnection() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_acceptConnectionCommon() { +s32 PS4_SYSV_ABI SSL_acceptConnectionCommon() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_assignCertificateStore() { +s32 PS4_SYSV_ABI SSL_assignCertificateStore() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_acceptConnection() { +s32 PS4_SYSV_ABI SSL_ASYNC_acceptConnection() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_closeConnection() { +s32 PS4_SYSV_ABI SSL_ASYNC_closeConnection() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_connect() { +s32 PS4_SYSV_ABI SSL_ASYNC_connect() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_connectCommon() { +s32 PS4_SYSV_ABI SSL_ASYNC_connectCommon() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_getRecvBuffer() { +s32 PS4_SYSV_ABI SSL_ASYNC_getRecvBuffer() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_getSendBuffer() { +s32 PS4_SYSV_ABI SSL_ASYNC_getSendBuffer() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_init() { +s32 PS4_SYSV_ABI SSL_ASYNC_init() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_initServer() { +s32 PS4_SYSV_ABI SSL_ASYNC_initServer() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_recvMessage() { +s32 PS4_SYSV_ABI SSL_ASYNC_recvMessage() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_recvMessage2() { +s32 PS4_SYSV_ABI SSL_ASYNC_recvMessage2() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_sendMessage() { +s32 PS4_SYSV_ABI SSL_ASYNC_sendMessage() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_sendMessagePending() { +s32 PS4_SYSV_ABI SSL_ASYNC_sendMessagePending() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ASYNC_start() { +s32 PS4_SYSV_ABI SSL_ASYNC_start() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_closeConnection() { +s32 PS4_SYSV_ABI SSL_closeConnection() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_connect() { +s32 PS4_SYSV_ABI SSL_connect() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_connectWithCfgParam() { +s32 PS4_SYSV_ABI SSL_connectWithCfgParam() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_enableCiphers() { +s32 PS4_SYSV_ABI SSL_enableCiphers() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_findConnectionInstance() { +s32 PS4_SYSV_ABI SSL_findConnectionInstance() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_getCipherInfo() { +s32 PS4_SYSV_ABI SSL_getCipherInfo() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_getClientRandom() { +s32 PS4_SYSV_ABI SSL_getClientRandom() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_getClientSessionInfo() { +s32 PS4_SYSV_ABI SSL_getClientSessionInfo() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_getCookie() { +s32 PS4_SYSV_ABI SSL_getCookie() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_getNextSessionId() { +s32 PS4_SYSV_ABI SSL_getNextSessionId() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_getServerRandom() { +s32 PS4_SYSV_ABI SSL_getServerRandom() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_getSessionCache() { +s32 PS4_SYSV_ABI SSL_getSessionCache() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_getSessionFlags() { +s32 PS4_SYSV_ABI SSL_getSessionFlags() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_getSessionInfo() { +s32 PS4_SYSV_ABI SSL_getSessionInfo() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_getSessionStatus() { +s32 PS4_SYSV_ABI SSL_getSessionStatus() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_getSocketId() { +s32 PS4_SYSV_ABI SSL_getSocketId() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_getSSLTLSVersion() { +s32 PS4_SYSV_ABI SSL_getSSLTLSVersion() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_init() { +s32 PS4_SYSV_ABI SSL_init() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_initiateRehandshake() { +s32 PS4_SYSV_ABI SSL_initiateRehandshake() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_initServerCert() { +s32 PS4_SYSV_ABI SSL_initServerCert() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_ioctl() { +s32 PS4_SYSV_ABI SSL_ioctl() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_isSessionSSL() { +s32 PS4_SYSV_ABI SSL_isSessionSSL() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_lockSessionCacheMutex() { +s32 PS4_SYSV_ABI SSL_lockSessionCacheMutex() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_lookupAlert() { +s32 PS4_SYSV_ABI SSL_lookupAlert() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_negotiateConnection() { +s32 PS4_SYSV_ABI SSL_negotiateConnection() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_recv() { +s32 PS4_SYSV_ABI SSL_recv() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_recvPending() { +s32 PS4_SYSV_ABI SSL_recvPending() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_releaseTables() { +s32 PS4_SYSV_ABI SSL_releaseTables() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_retrieveServerNameList() { +s32 PS4_SYSV_ABI SSL_retrieveServerNameList() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_rngFun() { +s32 PS4_SYSV_ABI SSL_rngFun() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_send() { +s32 PS4_SYSV_ABI SSL_send() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_sendAlert() { +s32 PS4_SYSV_ABI SSL_sendAlert() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_sendPending() { +s32 PS4_SYSV_ABI SSL_sendPending() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_setCookie() { +s32 PS4_SYSV_ABI SSL_setCookie() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_setServerCert() { +s32 PS4_SYSV_ABI SSL_setServerCert() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_setServerNameList() { +s32 PS4_SYSV_ABI SSL_setServerNameList() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_setSessionFlags() { +s32 PS4_SYSV_ABI SSL_setSessionFlags() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_shutdown() { +s32 PS4_SYSV_ABI SSL_shutdown() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_sslSettings() { +s32 PS4_SYSV_ABI SSL_sslSettings() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI SSL_validateCertParam() { +s32 PS4_SYSV_ABI SSL_validateCertParam() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI VLONG_freeVlongQueue() { +s32 PS4_SYSV_ABI VLONG_freeVlongQueue() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_22E76E60BC0587D7() { +s32 PS4_SYSV_ABI Func_22E76E60BC0587D7() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_28F8791A771D39C7() { +s32 PS4_SYSV_ABI Func_28F8791A771D39C7() { LOG_ERROR(Lib_Ssl, "(STUBBED) called"); return ORBIS_OK; } @@ -1055,105 +1055,107 @@ void RegisterlibSceSsl(Core::Loader::SymbolsResolver* sym) { 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("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, 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("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, 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("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, 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("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, 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("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("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, 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("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, CERT_getCertificateIssuerSerialNumber); LIB_FUNCTION("JpnKObUJsxQ", "libSceSsl", 1, "libSceSsl", 1, 1, 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("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, 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("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, 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("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, @@ -1162,123 +1164,125 @@ void RegisterlibSceSsl(Core::Loader::SymbolsResolver* sym) { 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("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("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("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); }; } // namespace Libraries::Ssl \ No newline at end of file diff --git a/libraries/ssl.h b/libraries/ssl.h index 36e97f2..cedb655 100644 --- a/libraries/ssl.h +++ b/libraries/ssl.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,214 +11,214 @@ class SymbolsResolver; namespace Libraries::Ssl { -int PS4_SYSV_ABI CA_MGMT_allocCertDistinguishedName(); -int PS4_SYSV_ABI CA_MGMT_certDistinguishedNameCompare(); -int PS4_SYSV_ABI CA_MGMT_convertKeyBlobToPKCS8Key(); -int PS4_SYSV_ABI CA_MGMT_convertKeyDER(); -int PS4_SYSV_ABI CA_MGMT_convertKeyPEM(); -int PS4_SYSV_ABI CA_MGMT_convertPKCS8KeyToKeyBlob(); -int PS4_SYSV_ABI CA_MGMT_convertProtectedPKCS8KeyToKeyBlob(); -int PS4_SYSV_ABI CA_MGMT_decodeCertificate(); -int PS4_SYSV_ABI CA_MGMT_enumAltName(); -int PS4_SYSV_ABI CA_MGMT_enumCrl(); -int PS4_SYSV_ABI CA_MGMT_extractAllCertDistinguishedName(); -int PS4_SYSV_ABI CA_MGMT_extractBasicConstraint(); -int PS4_SYSV_ABI CA_MGMT_extractCertASN1Name(); -int PS4_SYSV_ABI CA_MGMT_extractCertTimes(); -int PS4_SYSV_ABI CA_MGMT_extractKeyBlobEx(); -int PS4_SYSV_ABI CA_MGMT_extractKeyBlobTypeEx(); -int PS4_SYSV_ABI CA_MGMT_extractPublicKeyInfo(); -int PS4_SYSV_ABI CA_MGMT_extractSerialNum(); -int PS4_SYSV_ABI CA_MGMT_extractSignature(); -int PS4_SYSV_ABI CA_MGMT_free(); -int PS4_SYSV_ABI CA_MGMT_freeCertDistinguishedName(); -int PS4_SYSV_ABI CA_MGMT_freeCertDistinguishedNameOnStack(); -int PS4_SYSV_ABI CA_MGMT_freeCertificate(); -int PS4_SYSV_ABI CA_MGMT_freeKeyBlob(); -int PS4_SYSV_ABI CA_MGMT_freeSearchDetails(); -int PS4_SYSV_ABI CA_MGMT_getCertSignAlgoType(); -int PS4_SYSV_ABI CA_MGMT_keyBlobToDER(); -int PS4_SYSV_ABI CA_MGMT_keyBlobToPEM(); -int PS4_SYSV_ABI CA_MGMT_makeKeyBlobEx(); -int PS4_SYSV_ABI CA_MGMT_rawVerifyOID(); -int PS4_SYSV_ABI CA_MGMT_reorderChain(); -int PS4_SYSV_ABI CA_MGMT_returnCertificatePrints(); -int PS4_SYSV_ABI CA_MGMT_verifyCertWithKeyBlob(); -int PS4_SYSV_ABI CA_MGMT_verifySignature(); -int PS4_SYSV_ABI CERT_checkCertificateIssuer(); -int PS4_SYSV_ABI CERT_checkCertificateIssuer2(); -int PS4_SYSV_ABI CERT_checkCertificateIssuerSerialNumber(); -int PS4_SYSV_ABI CERT_CompSubjectAltNames(); -int PS4_SYSV_ABI CERT_CompSubjectAltNames2(); -int PS4_SYSV_ABI CERT_CompSubjectAltNamesExact(); -int PS4_SYSV_ABI CERT_CompSubjectCommonName(); -int PS4_SYSV_ABI CERT_CompSubjectCommonName2(); -int PS4_SYSV_ABI CERT_ComputeBufferHash(); -int PS4_SYSV_ABI CERT_decryptRSASignature(); -int PS4_SYSV_ABI CERT_decryptRSASignatureBuffer(); -int PS4_SYSV_ABI CERT_enumerateAltName(); -int PS4_SYSV_ABI CERT_enumerateAltName2(); -int PS4_SYSV_ABI CERT_enumerateCRL(); -int PS4_SYSV_ABI CERT_enumerateCRL2(); -int PS4_SYSV_ABI CERT_enumerateCRLAux(); -int PS4_SYSV_ABI CERT_extractAllDistinguishedNames(); -int PS4_SYSV_ABI CERT_extractDistinguishedNames(); -int PS4_SYSV_ABI CERT_extractDistinguishedNames2(); -int PS4_SYSV_ABI CERT_extractDistinguishedNamesFromName(); -int PS4_SYSV_ABI CERT_extractRSAKey(); -int PS4_SYSV_ABI CERT_extractSerialNum(); -int PS4_SYSV_ABI CERT_extractSerialNum2(); -int PS4_SYSV_ABI CERT_extractValidityTime(); -int PS4_SYSV_ABI CERT_extractValidityTime2(); -int PS4_SYSV_ABI CERT_getCertExtension(); -int PS4_SYSV_ABI CERT_getCertificateExtensions(); -int PS4_SYSV_ABI CERT_getCertificateExtensions2(); -int PS4_SYSV_ABI CERT_getCertificateIssuerSerialNumber(); -int PS4_SYSV_ABI CERT_getCertificateIssuerSerialNumber2(); -int PS4_SYSV_ABI CERT_getCertificateKeyUsage(); -int PS4_SYSV_ABI CERT_getCertificateKeyUsage2(); -int PS4_SYSV_ABI CERT_getCertificateSubject(); -int PS4_SYSV_ABI CERT_getCertificateSubject2(); -int PS4_SYSV_ABI CERT_getCertSignAlgoType(); -int PS4_SYSV_ABI CERT_GetCertTime(); -int PS4_SYSV_ABI CERT_getNumberOfChild(); -int PS4_SYSV_ABI CERT_getRSASignatureAlgo(); -int PS4_SYSV_ABI CERT_getSignatureItem(); -int PS4_SYSV_ABI CERT_getSubjectCommonName(); -int PS4_SYSV_ABI CERT_getSubjectCommonName2(); -int PS4_SYSV_ABI CERT_isRootCertificate(); -int PS4_SYSV_ABI CERT_isRootCertificate2(); -int PS4_SYSV_ABI CERT_rawVerifyOID(); -int PS4_SYSV_ABI CERT_rawVerifyOID2(); -int PS4_SYSV_ABI CERT_setKeyFromSubjectPublicKeyInfo(); -int PS4_SYSV_ABI CERT_setKeyFromSubjectPublicKeyInfoCert(); -int PS4_SYSV_ABI CERT_STORE_addCertAuthority(); -int PS4_SYSV_ABI CERT_STORE_addIdentity(); -int PS4_SYSV_ABI CERT_STORE_addIdentityNakedKey(); -int PS4_SYSV_ABI CERT_STORE_addIdentityPSK(); -int PS4_SYSV_ABI CERT_STORE_addIdentityWithCertificateChain(); -int PS4_SYSV_ABI CERT_STORE_addTrustPoint(); -int PS4_SYSV_ABI CERT_STORE_createStore(); -int PS4_SYSV_ABI CERT_STORE_findCertBySubject(); -int PS4_SYSV_ABI CERT_STORE_findIdentityByTypeFirst(); -int PS4_SYSV_ABI CERT_STORE_findIdentityByTypeNext(); -int PS4_SYSV_ABI CERT_STORE_findIdentityCertChainFirst(); -int PS4_SYSV_ABI CERT_STORE_findIdentityCertChainNext(); -int PS4_SYSV_ABI CERT_STORE_findPskByIdentity(); -int PS4_SYSV_ABI CERT_STORE_releaseStore(); -int PS4_SYSV_ABI CERT_STORE_traversePskListHead(); -int PS4_SYSV_ABI CERT_STORE_traversePskListNext(); -int PS4_SYSV_ABI CERT_validateCertificate(); -int PS4_SYSV_ABI CERT_validateCertificateWithConf(); -int PS4_SYSV_ABI CERT_VerifyCertificatePolicies(); -int PS4_SYSV_ABI CERT_VerifyCertificatePolicies2(); -int PS4_SYSV_ABI CERT_verifySignature(); -int PS4_SYSV_ABI CERT_VerifyValidityTime(); -int PS4_SYSV_ABI CERT_VerifyValidityTime2(); -int PS4_SYSV_ABI CERT_VerifyValidityTimeWithConf(); -int PS4_SYSV_ABI CRYPTO_initAsymmetricKey(); -int PS4_SYSV_ABI CRYPTO_uninitAsymmetricKey(); -int PS4_SYSV_ABI GC_createInstanceIDs(); -int PS4_SYSV_ABI getCertSigAlgo(); -int PS4_SYSV_ABI MOCANA_freeMocana(); -int PS4_SYSV_ABI MOCANA_initMocana(); -int PS4_SYSV_ABI RSA_verifySignature(); -int PS4_SYSV_ABI sceSslCheckRecvPending(); -int PS4_SYSV_ABI sceSslClose(); -int PS4_SYSV_ABI sceSslConnect(); -int PS4_SYSV_ABI sceSslCreateSslConnection(); -int PS4_SYSV_ABI sceSslDeleteSslConnection(); -int PS4_SYSV_ABI sceSslDisableOption(); -int PS4_SYSV_ABI sceSslDisableOptionInternal(); -int PS4_SYSV_ABI sceSslDisableOptionInternalInsecure(); -int PS4_SYSV_ABI sceSslEnableOption(); -int PS4_SYSV_ABI sceSslEnableOptionInternal(); -int PS4_SYSV_ABI sceSslFreeCaCerts(); -int PS4_SYSV_ABI sceSslFreeCaList(); -int PS4_SYSV_ABI sceSslFreeSslCertName(); -int PS4_SYSV_ABI sceSslGetCaCerts(); -int PS4_SYSV_ABI sceSslGetCaList(); -int PS4_SYSV_ABI sceSslGetIssuerName(); -int PS4_SYSV_ABI sceSslGetMemoryPoolStats(); -int PS4_SYSV_ABI sceSslGetNameEntryCount(); -int PS4_SYSV_ABI sceSslGetNameEntryInfo(); -int PS4_SYSV_ABI sceSslGetNanoSSLModuleId(); -int PS4_SYSV_ABI sceSslGetNotAfter(); -int PS4_SYSV_ABI sceSslGetNotBefore(); -int PS4_SYSV_ABI sceSslGetSerialNumber(); -int PS4_SYSV_ABI sceSslGetSslError(); -int PS4_SYSV_ABI sceSslGetSubjectName(); -int PS4_SYSV_ABI sceSslInit(); -int PS4_SYSV_ABI sceSslLoadCert(); -int PS4_SYSV_ABI sceSslLoadRootCACert(); -int PS4_SYSV_ABI sceSslRecv(); -int PS4_SYSV_ABI sceSslReuseConnection(); -int PS4_SYSV_ABI sceSslSend(); -int PS4_SYSV_ABI sceSslSetMinSslVersion(); -int PS4_SYSV_ABI sceSslSetSslVersion(); -int PS4_SYSV_ABI sceSslSetVerifyCallback(); -int PS4_SYSV_ABI sceSslShowMemoryStat(); -int PS4_SYSV_ABI sceSslTerm(); -int PS4_SYSV_ABI sceSslUnloadCert(); -int PS4_SYSV_ABI SSL_acceptConnection(); -int PS4_SYSV_ABI SSL_acceptConnectionCommon(); -int PS4_SYSV_ABI SSL_assignCertificateStore(); -int PS4_SYSV_ABI SSL_ASYNC_acceptConnection(); -int PS4_SYSV_ABI SSL_ASYNC_closeConnection(); -int PS4_SYSV_ABI SSL_ASYNC_connect(); -int PS4_SYSV_ABI SSL_ASYNC_connectCommon(); -int PS4_SYSV_ABI SSL_ASYNC_getRecvBuffer(); -int PS4_SYSV_ABI SSL_ASYNC_getSendBuffer(); -int PS4_SYSV_ABI SSL_ASYNC_init(); -int PS4_SYSV_ABI SSL_ASYNC_initServer(); -int PS4_SYSV_ABI SSL_ASYNC_recvMessage(); -int PS4_SYSV_ABI SSL_ASYNC_recvMessage2(); -int PS4_SYSV_ABI SSL_ASYNC_sendMessage(); -int PS4_SYSV_ABI SSL_ASYNC_sendMessagePending(); -int PS4_SYSV_ABI SSL_ASYNC_start(); -int PS4_SYSV_ABI SSL_closeConnection(); -int PS4_SYSV_ABI SSL_connect(); -int PS4_SYSV_ABI SSL_connectWithCfgParam(); -int PS4_SYSV_ABI SSL_enableCiphers(); -int PS4_SYSV_ABI SSL_findConnectionInstance(); -int PS4_SYSV_ABI SSL_getCipherInfo(); -int PS4_SYSV_ABI SSL_getClientRandom(); -int PS4_SYSV_ABI SSL_getClientSessionInfo(); -int PS4_SYSV_ABI SSL_getCookie(); -int PS4_SYSV_ABI SSL_getNextSessionId(); -int PS4_SYSV_ABI SSL_getServerRandom(); -int PS4_SYSV_ABI SSL_getSessionCache(); -int PS4_SYSV_ABI SSL_getSessionFlags(); -int PS4_SYSV_ABI SSL_getSessionInfo(); -int PS4_SYSV_ABI SSL_getSessionStatus(); -int PS4_SYSV_ABI SSL_getSocketId(); -int PS4_SYSV_ABI SSL_getSSLTLSVersion(); -int PS4_SYSV_ABI SSL_init(); -int PS4_SYSV_ABI SSL_initiateRehandshake(); -int PS4_SYSV_ABI SSL_initServerCert(); -int PS4_SYSV_ABI SSL_ioctl(); -int PS4_SYSV_ABI SSL_isSessionSSL(); -int PS4_SYSV_ABI SSL_lockSessionCacheMutex(); -int PS4_SYSV_ABI SSL_lookupAlert(); -int PS4_SYSV_ABI SSL_negotiateConnection(); -int PS4_SYSV_ABI SSL_recv(); -int PS4_SYSV_ABI SSL_recvPending(); -int PS4_SYSV_ABI SSL_releaseTables(); -int PS4_SYSV_ABI SSL_retrieveServerNameList(); -int PS4_SYSV_ABI SSL_rngFun(); -int PS4_SYSV_ABI SSL_send(); -int PS4_SYSV_ABI SSL_sendAlert(); -int PS4_SYSV_ABI SSL_sendPending(); -int PS4_SYSV_ABI SSL_setCookie(); -int PS4_SYSV_ABI SSL_setServerCert(); -int PS4_SYSV_ABI SSL_setServerNameList(); -int PS4_SYSV_ABI SSL_setSessionFlags(); -int PS4_SYSV_ABI SSL_shutdown(); -int PS4_SYSV_ABI SSL_sslSettings(); -int PS4_SYSV_ABI SSL_validateCertParam(); -int PS4_SYSV_ABI VLONG_freeVlongQueue(); -int PS4_SYSV_ABI Func_22E76E60BC0587D7(); -int PS4_SYSV_ABI Func_28F8791A771D39C7(); +s32 PS4_SYSV_ABI CA_MGMT_allocCertDistinguishedName(); +s32 PS4_SYSV_ABI CA_MGMT_certDistinguishedNameCompare(); +s32 PS4_SYSV_ABI CA_MGMT_convertKeyBlobToPKCS8Key(); +s32 PS4_SYSV_ABI CA_MGMT_convertKeyDER(); +s32 PS4_SYSV_ABI CA_MGMT_convertKeyPEM(); +s32 PS4_SYSV_ABI CA_MGMT_convertPKCS8KeyToKeyBlob(); +s32 PS4_SYSV_ABI CA_MGMT_convertProtectedPKCS8KeyToKeyBlob(); +s32 PS4_SYSV_ABI CA_MGMT_decodeCertificate(); +s32 PS4_SYSV_ABI CA_MGMT_enumAltName(); +s32 PS4_SYSV_ABI CA_MGMT_enumCrl(); +s32 PS4_SYSV_ABI CA_MGMT_extractAllCertDistinguishedName(); +s32 PS4_SYSV_ABI CA_MGMT_extractBasicConstraint(); +s32 PS4_SYSV_ABI CA_MGMT_extractCertASN1Name(); +s32 PS4_SYSV_ABI CA_MGMT_extractCertTimes(); +s32 PS4_SYSV_ABI CA_MGMT_extractKeyBlobEx(); +s32 PS4_SYSV_ABI CA_MGMT_extractKeyBlobTypeEx(); +s32 PS4_SYSV_ABI CA_MGMT_extractPublicKeyInfo(); +s32 PS4_SYSV_ABI CA_MGMT_extractSerialNum(); +s32 PS4_SYSV_ABI CA_MGMT_extractSignature(); +s32 PS4_SYSV_ABI CA_MGMT_free(); +s32 PS4_SYSV_ABI CA_MGMT_freeCertDistinguishedName(); +s32 PS4_SYSV_ABI CA_MGMT_freeCertDistinguishedNameOnStack(); +s32 PS4_SYSV_ABI CA_MGMT_freeCertificate(); +s32 PS4_SYSV_ABI CA_MGMT_freeKeyBlob(); +s32 PS4_SYSV_ABI CA_MGMT_freeSearchDetails(); +s32 PS4_SYSV_ABI CA_MGMT_getCertSignAlgoType(); +s32 PS4_SYSV_ABI CA_MGMT_keyBlobToDER(); +s32 PS4_SYSV_ABI CA_MGMT_keyBlobToPEM(); +s32 PS4_SYSV_ABI CA_MGMT_makeKeyBlobEx(); +s32 PS4_SYSV_ABI CA_MGMT_rawVerifyOID(); +s32 PS4_SYSV_ABI CA_MGMT_reorderChain(); +s32 PS4_SYSV_ABI CA_MGMT_returnCertificatePrints(); +s32 PS4_SYSV_ABI CA_MGMT_verifyCertWithKeyBlob(); +s32 PS4_SYSV_ABI CA_MGMT_verifySignature(); +s32 PS4_SYSV_ABI CERT_checkCertificateIssuer(); +s32 PS4_SYSV_ABI CERT_checkCertificateIssuer2(); +s32 PS4_SYSV_ABI CERT_checkCertificateIssuerSerialNumber(); +s32 PS4_SYSV_ABI CERT_CompSubjectAltNames(); +s32 PS4_SYSV_ABI CERT_CompSubjectAltNames2(); +s32 PS4_SYSV_ABI CERT_CompSubjectAltNamesExact(); +s32 PS4_SYSV_ABI CERT_CompSubjectCommonName(); +s32 PS4_SYSV_ABI CERT_CompSubjectCommonName2(); +s32 PS4_SYSV_ABI CERT_ComputeBufferHash(); +s32 PS4_SYSV_ABI CERT_decryptRSASignature(); +s32 PS4_SYSV_ABI CERT_decryptRSASignatureBuffer(); +s32 PS4_SYSV_ABI CERT_enumerateAltName(); +s32 PS4_SYSV_ABI CERT_enumerateAltName2(); +s32 PS4_SYSV_ABI CERT_enumerateCRL(); +s32 PS4_SYSV_ABI CERT_enumerateCRL2(); +s32 PS4_SYSV_ABI CERT_enumerateCRLAux(); +s32 PS4_SYSV_ABI CERT_extractAllDistinguishedNames(); +s32 PS4_SYSV_ABI CERT_extractDistinguishedNames(); +s32 PS4_SYSV_ABI CERT_extractDistinguishedNames2(); +s32 PS4_SYSV_ABI CERT_extractDistinguishedNamesFromName(); +s32 PS4_SYSV_ABI CERT_extractRSAKey(); +s32 PS4_SYSV_ABI CERT_extractSerialNum(); +s32 PS4_SYSV_ABI CERT_extractSerialNum2(); +s32 PS4_SYSV_ABI CERT_extractValidityTime(); +s32 PS4_SYSV_ABI CERT_extractValidityTime2(); +s32 PS4_SYSV_ABI CERT_getCertExtension(); +s32 PS4_SYSV_ABI CERT_getCertificateExtensions(); +s32 PS4_SYSV_ABI CERT_getCertificateExtensions2(); +s32 PS4_SYSV_ABI CERT_getCertificateIssuerSerialNumber(); +s32 PS4_SYSV_ABI CERT_getCertificateIssuerSerialNumber2(); +s32 PS4_SYSV_ABI CERT_getCertificateKeyUsage(); +s32 PS4_SYSV_ABI CERT_getCertificateKeyUsage2(); +s32 PS4_SYSV_ABI CERT_getCertificateSubject(); +s32 PS4_SYSV_ABI CERT_getCertificateSubject2(); +s32 PS4_SYSV_ABI CERT_getCertSignAlgoType(); +s32 PS4_SYSV_ABI CERT_GetCertTime(); +s32 PS4_SYSV_ABI CERT_getNumberOfChild(); +s32 PS4_SYSV_ABI CERT_getRSASignatureAlgo(); +s32 PS4_SYSV_ABI CERT_getSignatureItem(); +s32 PS4_SYSV_ABI CERT_getSubjectCommonName(); +s32 PS4_SYSV_ABI CERT_getSubjectCommonName2(); +s32 PS4_SYSV_ABI CERT_isRootCertificate(); +s32 PS4_SYSV_ABI CERT_isRootCertificate2(); +s32 PS4_SYSV_ABI CERT_rawVerifyOID(); +s32 PS4_SYSV_ABI CERT_rawVerifyOID2(); +s32 PS4_SYSV_ABI CERT_setKeyFromSubjectPublicKeyInfo(); +s32 PS4_SYSV_ABI CERT_setKeyFromSubjectPublicKeyInfoCert(); +s32 PS4_SYSV_ABI CERT_STORE_addCertAuthority(); +s32 PS4_SYSV_ABI CERT_STORE_addIdentity(); +s32 PS4_SYSV_ABI CERT_STORE_addIdentityNakedKey(); +s32 PS4_SYSV_ABI CERT_STORE_addIdentityPSK(); +s32 PS4_SYSV_ABI CERT_STORE_addIdentityWithCertificateChain(); +s32 PS4_SYSV_ABI CERT_STORE_addTrustPoint(); +s32 PS4_SYSV_ABI CERT_STORE_createStore(); +s32 PS4_SYSV_ABI CERT_STORE_findCertBySubject(); +s32 PS4_SYSV_ABI CERT_STORE_findIdentityByTypeFirst(); +s32 PS4_SYSV_ABI CERT_STORE_findIdentityByTypeNext(); +s32 PS4_SYSV_ABI CERT_STORE_findIdentityCertChainFirst(); +s32 PS4_SYSV_ABI CERT_STORE_findIdentityCertChainNext(); +s32 PS4_SYSV_ABI CERT_STORE_findPskByIdentity(); +s32 PS4_SYSV_ABI CERT_STORE_releaseStore(); +s32 PS4_SYSV_ABI CERT_STORE_traversePskListHead(); +s32 PS4_SYSV_ABI CERT_STORE_traversePskListNext(); +s32 PS4_SYSV_ABI CERT_validateCertificate(); +s32 PS4_SYSV_ABI CERT_validateCertificateWithConf(); +s32 PS4_SYSV_ABI CERT_VerifyCertificatePolicies(); +s32 PS4_SYSV_ABI CERT_VerifyCertificatePolicies2(); +s32 PS4_SYSV_ABI CERT_verifySignature(); +s32 PS4_SYSV_ABI CERT_VerifyValidityTime(); +s32 PS4_SYSV_ABI CERT_VerifyValidityTime2(); +s32 PS4_SYSV_ABI CERT_VerifyValidityTimeWithConf(); +s32 PS4_SYSV_ABI CRYPTO_initAsymmetricKey(); +s32 PS4_SYSV_ABI CRYPTO_uninitAsymmetricKey(); +s32 PS4_SYSV_ABI GC_createInstanceIDs(); +s32 PS4_SYSV_ABI getCertSigAlgo(); +s32 PS4_SYSV_ABI MOCANA_freeMocana(); +s32 PS4_SYSV_ABI MOCANA_initMocana(); +s32 PS4_SYSV_ABI RSA_verifySignature(); +s32 PS4_SYSV_ABI sceSslCheckRecvPending(); +s32 PS4_SYSV_ABI sceSslClose(); +s32 PS4_SYSV_ABI sceSslConnect(); +s32 PS4_SYSV_ABI sceSslCreateSslConnection(); +s32 PS4_SYSV_ABI sceSslDeleteSslConnection(); +s32 PS4_SYSV_ABI sceSslDisableOption(); +s32 PS4_SYSV_ABI sceSslDisableOptionInternal(); +s32 PS4_SYSV_ABI sceSslDisableOptionInternalInsecure(); +s32 PS4_SYSV_ABI sceSslEnableOption(); +s32 PS4_SYSV_ABI sceSslEnableOptionInternal(); +s32 PS4_SYSV_ABI sceSslFreeCaCerts(); +s32 PS4_SYSV_ABI sceSslFreeCaList(); +s32 PS4_SYSV_ABI sceSslFreeSslCertName(); +s32 PS4_SYSV_ABI sceSslGetCaCerts(); +s32 PS4_SYSV_ABI sceSslGetCaList(); +s32 PS4_SYSV_ABI sceSslGetIssuerName(); +s32 PS4_SYSV_ABI sceSslGetMemoryPoolStats(); +s32 PS4_SYSV_ABI sceSslGetNameEntryCount(); +s32 PS4_SYSV_ABI sceSslGetNameEntryInfo(); +s32 PS4_SYSV_ABI sceSslGetNanoSSLModuleId(); +s32 PS4_SYSV_ABI sceSslGetNotAfter(); +s32 PS4_SYSV_ABI sceSslGetNotBefore(); +s32 PS4_SYSV_ABI sceSslGetSerialNumber(); +s32 PS4_SYSV_ABI sceSslGetSslError(); +s32 PS4_SYSV_ABI sceSslGetSubjectName(); +s32 PS4_SYSV_ABI sceSslInit(); +s32 PS4_SYSV_ABI sceSslLoadCert(); +s32 PS4_SYSV_ABI sceSslLoadRootCACert(); +s32 PS4_SYSV_ABI sceSslRecv(); +s32 PS4_SYSV_ABI sceSslReuseConnection(); +s32 PS4_SYSV_ABI sceSslSend(); +s32 PS4_SYSV_ABI sceSslSetMinSslVersion(); +s32 PS4_SYSV_ABI sceSslSetSslVersion(); +s32 PS4_SYSV_ABI sceSslSetVerifyCallback(); +s32 PS4_SYSV_ABI sceSslShowMemoryStat(); +s32 PS4_SYSV_ABI sceSslTerm(); +s32 PS4_SYSV_ABI sceSslUnloadCert(); +s32 PS4_SYSV_ABI SSL_acceptConnection(); +s32 PS4_SYSV_ABI SSL_acceptConnectionCommon(); +s32 PS4_SYSV_ABI SSL_assignCertificateStore(); +s32 PS4_SYSV_ABI SSL_ASYNC_acceptConnection(); +s32 PS4_SYSV_ABI SSL_ASYNC_closeConnection(); +s32 PS4_SYSV_ABI SSL_ASYNC_connect(); +s32 PS4_SYSV_ABI SSL_ASYNC_connectCommon(); +s32 PS4_SYSV_ABI SSL_ASYNC_getRecvBuffer(); +s32 PS4_SYSV_ABI SSL_ASYNC_getSendBuffer(); +s32 PS4_SYSV_ABI SSL_ASYNC_init(); +s32 PS4_SYSV_ABI SSL_ASYNC_initServer(); +s32 PS4_SYSV_ABI SSL_ASYNC_recvMessage(); +s32 PS4_SYSV_ABI SSL_ASYNC_recvMessage2(); +s32 PS4_SYSV_ABI SSL_ASYNC_sendMessage(); +s32 PS4_SYSV_ABI SSL_ASYNC_sendMessagePending(); +s32 PS4_SYSV_ABI SSL_ASYNC_start(); +s32 PS4_SYSV_ABI SSL_closeConnection(); +s32 PS4_SYSV_ABI SSL_connect(); +s32 PS4_SYSV_ABI SSL_connectWithCfgParam(); +s32 PS4_SYSV_ABI SSL_enableCiphers(); +s32 PS4_SYSV_ABI SSL_findConnectionInstance(); +s32 PS4_SYSV_ABI SSL_getCipherInfo(); +s32 PS4_SYSV_ABI SSL_getClientRandom(); +s32 PS4_SYSV_ABI SSL_getClientSessionInfo(); +s32 PS4_SYSV_ABI SSL_getCookie(); +s32 PS4_SYSV_ABI SSL_getNextSessionId(); +s32 PS4_SYSV_ABI SSL_getServerRandom(); +s32 PS4_SYSV_ABI SSL_getSessionCache(); +s32 PS4_SYSV_ABI SSL_getSessionFlags(); +s32 PS4_SYSV_ABI SSL_getSessionInfo(); +s32 PS4_SYSV_ABI SSL_getSessionStatus(); +s32 PS4_SYSV_ABI SSL_getSocketId(); +s32 PS4_SYSV_ABI SSL_getSSLTLSVersion(); +s32 PS4_SYSV_ABI SSL_init(); +s32 PS4_SYSV_ABI SSL_initiateRehandshake(); +s32 PS4_SYSV_ABI SSL_initServerCert(); +s32 PS4_SYSV_ABI SSL_ioctl(); +s32 PS4_SYSV_ABI SSL_isSessionSSL(); +s32 PS4_SYSV_ABI SSL_lockSessionCacheMutex(); +s32 PS4_SYSV_ABI SSL_lookupAlert(); +s32 PS4_SYSV_ABI SSL_negotiateConnection(); +s32 PS4_SYSV_ABI SSL_recv(); +s32 PS4_SYSV_ABI SSL_recvPending(); +s32 PS4_SYSV_ABI SSL_releaseTables(); +s32 PS4_SYSV_ABI SSL_retrieveServerNameList(); +s32 PS4_SYSV_ABI SSL_rngFun(); +s32 PS4_SYSV_ABI SSL_send(); +s32 PS4_SYSV_ABI SSL_sendAlert(); +s32 PS4_SYSV_ABI SSL_sendPending(); +s32 PS4_SYSV_ABI SSL_setCookie(); +s32 PS4_SYSV_ABI SSL_setServerCert(); +s32 PS4_SYSV_ABI SSL_setServerNameList(); +s32 PS4_SYSV_ABI SSL_setSessionFlags(); +s32 PS4_SYSV_ABI SSL_shutdown(); +s32 PS4_SYSV_ABI SSL_sslSettings(); +s32 PS4_SYSV_ABI SSL_validateCertParam(); +s32 PS4_SYSV_ABI VLONG_freeVlongQueue(); +s32 PS4_SYSV_ABI Func_22E76E60BC0587D7(); +s32 PS4_SYSV_ABI Func_28F8791A771D39C7(); void RegisterlibSceSsl(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::Ssl \ No newline at end of file diff --git a/libraries/sysmodule.cpp b/libraries/sysmodule.cpp index be568fd..e785099 100644 --- a/libraries/sysmodule.cpp +++ b/libraries/sysmodule.cpp @@ -8,82 +8,82 @@ namespace Libraries::Sysmodule { -int PS4_SYSV_ABI sceSysmoduleGetModuleHandleInternal() { +s32 PS4_SYSV_ABI sceSysmoduleGetModuleHandleInternal() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleGetModuleInfoForUnwind() { +s32 PS4_SYSV_ABI sceSysmoduleGetModuleInfoForUnwind() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleIsCalledFromSysModule() { +s32 PS4_SYSV_ABI sceSysmoduleIsCalledFromSysModule() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleIsCameraPreloaded() { +s32 PS4_SYSV_ABI sceSysmoduleIsCameraPreloaded() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleIsLoaded() { +s32 PS4_SYSV_ABI sceSysmoduleIsLoaded() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleIsLoadedInternal() { +s32 PS4_SYSV_ABI sceSysmoduleIsLoadedInternal() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleLoadModule() { +s32 PS4_SYSV_ABI sceSysmoduleLoadModule() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleLoadModuleByNameInternal() { +s32 PS4_SYSV_ABI sceSysmoduleLoadModuleByNameInternal() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleLoadModuleInternal() { +s32 PS4_SYSV_ABI sceSysmoduleLoadModuleInternal() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleLoadModuleInternalWithArg() { +s32 PS4_SYSV_ABI sceSysmoduleLoadModuleInternalWithArg() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleMapLibcForLibkernel() { +s32 PS4_SYSV_ABI sceSysmoduleMapLibcForLibkernel() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmodulePreloadModuleForLibkernel() { +s32 PS4_SYSV_ABI sceSysmodulePreloadModuleForLibkernel() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleUnloadModule() { +s32 PS4_SYSV_ABI sceSysmoduleUnloadModule() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleUnloadModuleByNameInternal() { +s32 PS4_SYSV_ABI sceSysmoduleUnloadModuleByNameInternal() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleUnloadModuleInternal() { +s32 PS4_SYSV_ABI sceSysmoduleUnloadModuleInternal() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSysmoduleUnloadModuleInternalWithArg() { +s32 PS4_SYSV_ABI sceSysmoduleUnloadModuleInternalWithArg() { LOG_ERROR(Lib_Sysmodule, "(STUBBED) called"); return ORBIS_OK; } diff --git a/libraries/sysmodule.h b/libraries/sysmodule.h index 5f81da3..0da673f 100644 --- a/libraries/sysmodule.h +++ b/libraries/sysmodule.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,22 +11,22 @@ class SymbolsResolver; namespace Libraries::Sysmodule { -int PS4_SYSV_ABI sceSysmoduleGetModuleHandleInternal(); -int PS4_SYSV_ABI sceSysmoduleGetModuleInfoForUnwind(); -int PS4_SYSV_ABI sceSysmoduleIsCalledFromSysModule(); -int PS4_SYSV_ABI sceSysmoduleIsCameraPreloaded(); -int PS4_SYSV_ABI sceSysmoduleIsLoaded(); -int PS4_SYSV_ABI sceSysmoduleIsLoadedInternal(); -int PS4_SYSV_ABI sceSysmoduleLoadModule(); -int PS4_SYSV_ABI sceSysmoduleLoadModuleByNameInternal(); -int PS4_SYSV_ABI sceSysmoduleLoadModuleInternal(); -int PS4_SYSV_ABI sceSysmoduleLoadModuleInternalWithArg(); -int PS4_SYSV_ABI sceSysmoduleMapLibcForLibkernel(); -int PS4_SYSV_ABI sceSysmodulePreloadModuleForLibkernel(); -int PS4_SYSV_ABI sceSysmoduleUnloadModule(); -int PS4_SYSV_ABI sceSysmoduleUnloadModuleByNameInternal(); -int PS4_SYSV_ABI sceSysmoduleUnloadModuleInternal(); -int PS4_SYSV_ABI sceSysmoduleUnloadModuleInternalWithArg(); +s32 PS4_SYSV_ABI sceSysmoduleGetModuleHandleInternal(); +s32 PS4_SYSV_ABI sceSysmoduleGetModuleInfoForUnwind(); +s32 PS4_SYSV_ABI sceSysmoduleIsCalledFromSysModule(); +s32 PS4_SYSV_ABI sceSysmoduleIsCameraPreloaded(); +s32 PS4_SYSV_ABI sceSysmoduleIsLoaded(); +s32 PS4_SYSV_ABI sceSysmoduleIsLoadedInternal(); +s32 PS4_SYSV_ABI sceSysmoduleLoadModule(); +s32 PS4_SYSV_ABI sceSysmoduleLoadModuleByNameInternal(); +s32 PS4_SYSV_ABI sceSysmoduleLoadModuleInternal(); +s32 PS4_SYSV_ABI sceSysmoduleLoadModuleInternalWithArg(); +s32 PS4_SYSV_ABI sceSysmoduleMapLibcForLibkernel(); +s32 PS4_SYSV_ABI sceSysmodulePreloadModuleForLibkernel(); +s32 PS4_SYSV_ABI sceSysmoduleUnloadModule(); +s32 PS4_SYSV_ABI sceSysmoduleUnloadModuleByNameInternal(); +s32 PS4_SYSV_ABI sceSysmoduleUnloadModuleInternal(); +s32 PS4_SYSV_ABI sceSysmoduleUnloadModuleInternalWithArg(); void RegisterlibSceSysmodule(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::Sysmodule \ No newline at end of file diff --git a/libraries/systemservice.cpp b/libraries/systemservice.cpp index be6710e..bff1680 100644 --- a/libraries/systemservice.cpp +++ b/libraries/systemservice.cpp @@ -8,2347 +8,2347 @@ namespace Libraries::SystemService { -int PS4_SYSV_ABI sceSystemStateMgrCancelShutdownTimer() { +s32 PS4_SYSV_ABI sceSystemStateMgrCancelShutdownTimer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrEnterMediaPlaybackMode() { +s32 PS4_SYSV_ABI sceSystemStateMgrEnterMediaPlaybackMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrEnterStandby() { +s32 PS4_SYSV_ABI sceSystemStateMgrEnterStandby() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimer() { +s32 PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimerForPostAutoUpdateProcess() { +s32 PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimerForPostAutoUpdateProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrGetCurrentState() { +s32 PS4_SYSV_ABI sceSystemStateMgrGetCurrentState() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrGetTriggerCode() { +s32 PS4_SYSV_ABI sceSystemStateMgrGetTriggerCode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrIsBdDriveReady() { +s32 PS4_SYSV_ABI sceSystemStateMgrIsBdDriveReady() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrIsGpuPerformanceNormal() { +s32 PS4_SYSV_ABI sceSystemStateMgrIsGpuPerformanceNormal() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrIsShellUIShutdownInProgress() { +s32 PS4_SYSV_ABI sceSystemStateMgrIsShellUIShutdownInProgress() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrIsStandbyModeEnabled() { +s32 PS4_SYSV_ABI sceSystemStateMgrIsStandbyModeEnabled() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrLeaveMediaPlaybackMode() { +s32 PS4_SYSV_ABI sceSystemStateMgrLeaveMediaPlaybackMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrNotifySystemSuspendResumeProgress() { +s32 PS4_SYSV_ABI sceSystemStateMgrNotifySystemSuspendResumeProgress() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrReboot() { +s32 PS4_SYSV_ABI sceSystemStateMgrReboot() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrSendCecOneTouchPlayCommand() { +s32 PS4_SYSV_ABI sceSystemStateMgrSendCecOneTouchPlayCommand() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrStartRebootTimer() { +s32 PS4_SYSV_ABI sceSystemStateMgrStartRebootTimer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrStartShutdownTimer() { +s32 PS4_SYSV_ABI sceSystemStateMgrStartShutdownTimer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrStartStadbyTimer() { +s32 PS4_SYSV_ABI sceSystemStateMgrStartStadbyTimer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrStartVshAutoUpdateTimer() { +s32 PS4_SYSV_ABI sceSystemStateMgrStartVshAutoUpdateTimer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrTickMusicPlayback() { +s32 PS4_SYSV_ABI sceSystemStateMgrTickMusicPlayback() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrTickPartyChat() { +s32 PS4_SYSV_ABI sceSystemStateMgrTickPartyChat() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrTurnOff() { +s32 PS4_SYSV_ABI sceSystemStateMgrTurnOff() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrVshAutoUpdate() { +s32 PS4_SYSV_ABI sceSystemStateMgrVshAutoUpdate() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrWaitVshAutoUpdateVerifyDone() { +s32 PS4_SYSV_ABI sceSystemStateMgrWaitVshAutoUpdateVerifyDone() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemStateMgrWakeUp() { +s32 PS4_SYSV_ABI sceSystemStateMgrWakeUp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_89F262179C22B49E() { +s32 PS4_SYSV_ABI Func_89F262179C22B49E() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_AC8A8FAB4A1696B8() { +s32 PS4_SYSV_ABI Func_AC8A8FAB4A1696B8() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_6B1CDB955F0EBD65() { +s32 PS4_SYSV_ABI Func_6B1CDB955F0EBD65() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_CB5E885E225F69F0() { +s32 PS4_SYSV_ABI Func_CB5E885E225F69F0() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceLaunchTournamentList() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchTournamentList() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C67FC780F5B6F71E() { +s32 PS4_SYSV_ABI Func_C67FC780F5B6F71E() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateMpeg2Abort() { +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Abort() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateMpeg2GetStatus() { +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2GetStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateMpeg2Init() { +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Init() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateMpeg2IsActivated() { +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2IsActivated() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateMpeg2Start() { +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Start() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateMpeg2Term() { +s32 PS4_SYSV_ABI sceSystemServiceActivateMpeg2Term() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetDbgExecutablePath() { +s32 PS4_SYSV_ABI sceSystemServiceGetDbgExecutablePath() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceLaunchWebApp() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchWebApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_B8495C766861FDCF() { +s32 PS4_SYSV_ABI Func_B8495C766861FDCF() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceLaunchWebBrowser() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchWebBrowser() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceInvokeAppLaunchLink() { +s32 PS4_SYSV_ABI sceSystemServiceInvokeAppLaunchLink() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoft() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoft() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoftAbort() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftAbort() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoftGetStatus() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftGetStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoftInit() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftInit() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoftIsActivated() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftIsActivated() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoftStart() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftStart() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoftTerm() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftTerm() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceDisablePersonalEyeToEyeDistanceSetting() { +s32 PS4_SYSV_ABI sceSystemServiceDisablePersonalEyeToEyeDistanceSetting() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceEnablePersonalEyeToEyeDistanceSetting() { +s32 PS4_SYSV_ABI sceSystemServiceEnablePersonalEyeToEyeDistanceSetting() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceShowClosedCaptionAdvancedSettings() { +s32 PS4_SYSV_ABI sceSystemServiceShowClosedCaptionAdvancedSettings() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceShowClosedCaptionSettings() { +s32 PS4_SYSV_ABI sceSystemServiceShowClosedCaptionSettings() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevc() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevc() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcAbort() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcAbort() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcGetStatus() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcGetStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcInit() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcInit() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcIsActivated() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcIsActivated() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcStart() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcStart() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceActivateHevcTerm() { +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcTerm() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceAddLocalProcessForJvm() { +s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForJvm() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetParentSocketForJvm() { +s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForJvm() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceKillLocalProcessForJvm() { +s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForJvm() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_7C1183FC73629929() { +s32 PS4_SYSV_ABI Func_7C1183FC73629929() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceSaveVideoToken() { +s32 PS4_SYSV_ABI sceSystemServiceSaveVideoToken() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceAcquireFb0() { +s32 PS4_SYSV_ABI sceSystemServiceAcquireFb0() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceAddLocalProcess() { +s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPsmKit() { +s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPsmKit() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceChangeAcpClock() { +s32 PS4_SYSV_ABI sceSystemServiceChangeAcpClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceChangeCpuClock() { +s32 PS4_SYSV_ABI sceSystemServiceChangeCpuClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceChangeGpuClock() { +s32 PS4_SYSV_ABI sceSystemServiceChangeGpuClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceChangeMemoryClock() { +s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToBaseMode() { +s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToBaseMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToDefault() { +s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToDefault() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToMultiMediaMode() { +s32 PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToMultiMediaMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceChangeNumberOfGpuCu() { +s32 PS4_SYSV_ABI sceSystemServiceChangeNumberOfGpuCu() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceChangeSamuClock() { +s32 PS4_SYSV_ABI sceSystemServiceChangeSamuClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceChangeUvdClock() { +s32 PS4_SYSV_ABI sceSystemServiceChangeUvdClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceChangeVceClock() { +s32 PS4_SYSV_ABI sceSystemServiceChangeVceClock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceDisableMusicPlayer() { +s32 PS4_SYSV_ABI sceSystemServiceDisableMusicPlayer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceDisableSuspendConfirmationDialog() { +s32 PS4_SYSV_ABI sceSystemServiceDisableSuspendConfirmationDialog() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceEnableSuspendConfirmationDialog() { +s32 PS4_SYSV_ABI sceSystemServiceEnableSuspendConfirmationDialog() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetAppFocusedAppStatus() { +s32 PS4_SYSV_ABI sceSystemServiceGetAppFocusedAppStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetAppIdOfBigApp() { +s32 PS4_SYSV_ABI sceSystemServiceGetAppIdOfBigApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetAppIdOfMiniApp() { +s32 PS4_SYSV_ABI sceSystemServiceGetAppIdOfMiniApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetAppStatus() { +s32 PS4_SYSV_ABI sceSystemServiceGetAppStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetAppType() { +s32 PS4_SYSV_ABI sceSystemServiceGetAppType() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetDisplaySafeAreaInfo() { +s32 PS4_SYSV_ABI sceSystemServiceGetDisplaySafeAreaInfo() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetEventForDaemon() { +s32 PS4_SYSV_ABI sceSystemServiceGetEventForDaemon() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetGpuLoadEmulationMode() { +s32 PS4_SYSV_ABI sceSystemServiceGetGpuLoadEmulationMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetHdrToneMapLuminance() { +s32 PS4_SYSV_ABI sceSystemServiceGetHdrToneMapLuminance() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetLocalProcessStatusList() { +s32 PS4_SYSV_ABI sceSystemServiceGetLocalProcessStatusList() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetParentSocket() { +s32 PS4_SYSV_ABI sceSystemServiceGetParentSocket() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetParentSocketForPsmKit() { +s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForPsmKit() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetPSButtonEvent() { +s32 PS4_SYSV_ABI sceSystemServiceGetPSButtonEvent() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetRenderingMode() { +s32 PS4_SYSV_ABI sceSystemServiceGetRenderingMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetStatus() { +s32 PS4_SYSV_ABI sceSystemServiceGetStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetTitleWorkaroundInfo() { +s32 PS4_SYSV_ABI sceSystemServiceGetTitleWorkaroundInfo() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetVersionNumberOfCameraCalibrationData() { +s32 PS4_SYSV_ABI sceSystemServiceGetVersionNumberOfCameraCalibrationData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceHideSplashScreen() { +s32 PS4_SYSV_ABI sceSystemServiceHideSplashScreen() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceIsAppSuspended() { +s32 PS4_SYSV_ABI sceSystemServiceIsAppSuspended() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceIsBgmPlaying() { +s32 PS4_SYSV_ABI sceSystemServiceIsBgmPlaying() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceIsEyeToEyeDistanceAdjusted() { +s32 PS4_SYSV_ABI sceSystemServiceIsEyeToEyeDistanceAdjusted() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceIsScreenSaverOn() { +s32 PS4_SYSV_ABI sceSystemServiceIsScreenSaverOn() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceIsShellUiFgAndGameBgCpuMode() { +s32 PS4_SYSV_ABI sceSystemServiceIsShellUiFgAndGameBgCpuMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceKillApp() { +s32 PS4_SYSV_ABI sceSystemServiceKillApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceKillLocalProcess() { +s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPsmKit() { +s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPsmKit() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceLaunchApp() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceLaunchEventDetails() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchEventDetails() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceLaunchTournamentsTeamProfile() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchTournamentsTeamProfile() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceLoadExec() { +s32 PS4_SYSV_ABI sceSystemServiceLoadExec() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceNavigateToAnotherApp() { +s32 PS4_SYSV_ABI sceSystemServiceNavigateToAnotherApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceNavigateToGoBack() { +s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoBack() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceNavigateToGoBackWithValue() { +s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoBackWithValue() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceNavigateToGoHome() { +s32 PS4_SYSV_ABI sceSystemServiceNavigateToGoHome() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceParamGetInt() { +s32 PS4_SYSV_ABI sceSystemServiceParamGetInt() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceParamGetString() { +s32 PS4_SYSV_ABI sceSystemServiceParamGetString() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServicePowerTick() { +s32 PS4_SYSV_ABI sceSystemServicePowerTick() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceRaiseExceptionLocalProcess() { +s32 PS4_SYSV_ABI sceSystemServiceRaiseExceptionLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceReceiveEvent() { +s32 PS4_SYSV_ABI sceSystemServiceReceiveEvent() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceReenableMusicPlayer() { +s32 PS4_SYSV_ABI sceSystemServiceReenableMusicPlayer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceRegisterDaemon() { +s32 PS4_SYSV_ABI sceSystemServiceRegisterDaemon() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceReleaseFb0() { +s32 PS4_SYSV_ABI sceSystemServiceReleaseFb0() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceReportAbnormalTermination() { +s32 PS4_SYSV_ABI sceSystemServiceReportAbnormalTermination() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceRequestCameraCalibration() { +s32 PS4_SYSV_ABI sceSystemServiceRequestCameraCalibration() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceRequestToChangeRenderingMode() { +s32 PS4_SYSV_ABI sceSystemServiceRequestToChangeRenderingMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceResumeLocalProcess() { +s32 PS4_SYSV_ABI sceSystemServiceResumeLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceSetControllerFocusPermission() { +s32 PS4_SYSV_ABI sceSystemServiceSetControllerFocusPermission() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceSetGpuLoadEmulationMode() { +s32 PS4_SYSV_ABI sceSystemServiceSetGpuLoadEmulationMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayAreaFlag() { +s32 PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayAreaFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayZoneWarning() { +s32 PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayZoneWarning() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceShowControllerSettings() { +s32 PS4_SYSV_ABI sceSystemServiceShowControllerSettings() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceShowDisplaySafeAreaSettings() { +s32 PS4_SYSV_ABI sceSystemServiceShowDisplaySafeAreaSettings() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceShowEyeToEyeDistanceSetting() { +s32 PS4_SYSV_ABI sceSystemServiceShowEyeToEyeDistanceSetting() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceSuspendBackgroundApp() { +s32 PS4_SYSV_ABI sceSystemServiceSuspendBackgroundApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceSuspendLocalProcess() { +s32 PS4_SYSV_ABI sceSystemServiceSuspendLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceTickVideoPlayback() { +s32 PS4_SYSV_ABI sceSystemServiceTickVideoPlayback() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceTurnOffScreenSaver() { +s32 PS4_SYSV_ABI sceSystemServiceTurnOffScreenSaver() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_9031A344CB540F1A() { +s32 PS4_SYSV_ABI Func_9031A344CB540F1A() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_A9D4CF2568EAB837() { +s32 PS4_SYSV_ABI Func_A9D4CF2568EAB837() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilAccessibilityZoomLock() { +s32 PS4_SYSV_ABI sceShellCoreUtilAccessibilityZoomLock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilAccessibilityZoomUnlock() { +s32 PS4_SYSV_ABI sceShellCoreUtilAccessibilityZoomUnlock() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilAcquireBgmCpuBudget() { +s32 PS4_SYSV_ABI sceShellCoreUtilAcquireBgmCpuBudget() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilAcquireRemotePlayCpuBudget() { +s32 PS4_SYSV_ABI sceShellCoreUtilAcquireRemotePlayCpuBudget() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilAcquireSharePlayCpuBudget() { +s32 PS4_SYSV_ABI sceShellCoreUtilAcquireSharePlayCpuBudget() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilActivateAbort() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateAbort() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilActivateGetStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateGetStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilActivateInit() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateInit() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilActivateIsActivated() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateIsActivated() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilActivateRecordActivation() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateRecordActivation() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilActivateStart() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateStart() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilActivateStartAsync() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateStartAsync() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilActivateTerm() { +s32 PS4_SYSV_ABI sceShellCoreUtilActivateTerm() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilChangeRunLevel() { +s32 PS4_SYSV_ABI sceShellCoreUtilChangeRunLevel() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilChangeToStaffModeForIDU() { +s32 PS4_SYSV_ABI sceShellCoreUtilChangeToStaffModeForIDU() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilCheckerAbort() { +s32 PS4_SYSV_ABI sceShellCoreUtilCheckerAbort() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilCleanupCrashReport() { +s32 PS4_SYSV_ABI sceShellCoreUtilCleanupCrashReport() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilClearAppData() { +s32 PS4_SYSV_ABI sceShellCoreUtilClearAppData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilClearPsnAccountInfo() { +s32 PS4_SYSV_ABI sceShellCoreUtilClearPsnAccountInfo() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilCrashReportRequestCancel() { +s32 PS4_SYSV_ABI sceShellCoreUtilCrashReportRequestCancel() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilDeclareBeginOfExternalStorageAppMove() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeclareBeginOfExternalStorageAppMove() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilDeclareEndOfExternalStorageAppMove() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeclareEndOfExternalStorageAppMove() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilDeleteDiscInstalledTitleWorkaroundFile() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDiscInstalledTitleWorkaroundFile() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedHidConfigFile() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedHidConfigFile() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedNetEvConfigFile() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedNetEvConfigFile() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedTitleWorkaroundFile() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedTitleWorkaroundFile() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilDeleteSmrHddDummyData() { +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteSmrHddDummyData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilDoFsck() { +s32 PS4_SYSV_ABI sceShellCoreUtilDoFsck() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilDownloadHidConfigFileFromServer() { +s32 PS4_SYSV_ABI sceShellCoreUtilDownloadHidConfigFileFromServer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilDownloadNetEvConfigFileFromServer() { +s32 PS4_SYSV_ABI sceShellCoreUtilDownloadNetEvConfigFileFromServer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilDownloadTitleWorkaroundFileFromServer() { +s32 PS4_SYSV_ABI sceShellCoreUtilDownloadTitleWorkaroundFileFromServer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilEnterPowerLockSection() { +s32 PS4_SYSV_ABI sceShellCoreUtilEnterPowerLockSection() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilExecuteCrashReport() { +s32 PS4_SYSV_ABI sceShellCoreUtilExecuteCrashReport() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilExfatFormatExternalHdd() { +s32 PS4_SYSV_ABI sceShellCoreUtilExfatFormatExternalHdd() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilExitMiniApp() { +s32 PS4_SYSV_ABI sceShellCoreUtilExitMiniApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilExitMiniAppWithValue() { +s32 PS4_SYSV_ABI sceShellCoreUtilExitMiniAppWithValue() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilFillUpSpaceOnSmrHdd() { +s32 PS4_SYSV_ABI sceShellCoreUtilFillUpSpaceOnSmrHdd() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilFormatExternalHdd() { +s32 PS4_SYSV_ABI sceShellCoreUtilFormatExternalHdd() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilFormatHddForRestore() { +s32 PS4_SYSV_ABI sceShellCoreUtilFormatHddForRestore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilFreeUpSpaceOnSmrHdd() { +s32 PS4_SYSV_ABI sceShellCoreUtilFreeUpSpaceOnSmrHdd() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetAppData() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetAppEnableTTS() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppEnableTTS() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetAppEnterButtonAssign() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppEnterButtonAssign() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamInt() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamInt() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamIntByBudgetType() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamIntByBudgetType() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamString() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamString() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamStringByBudgetType() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamStringByBudgetType() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchTypeInfo() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchTypeInfo() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetAutoPowerDownRemainingSeconds() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetAutoPowerDownRemainingSeconds() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetBasicProductShape() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetBasicProductShape() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetCheckerString() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetCheckerString() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetCheckerStringEx() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetCheckerStringEx() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetCloudClientStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetCloudClientStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportCoreFileSetSize() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportCoreFileSetSize() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportFilterInfoStart() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportFilterInfoStart() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportInfoForBoot() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportInfoForBoot() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportInfoForBootStart() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportInfoForBootStart() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportInfoStart() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportInfoStart() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreutilGetCrashReportProcessInformation() { +s32 PS4_SYSV_ABI sceShellCoreutilGetCrashReportProcessInformation() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportResult() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportResult() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportUploadStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportUploadStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetDeviceIndexBehavior() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetDeviceIndexBehavior() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetDeviceIndexBehaviorWithTimeout() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetDeviceIndexBehaviorWithTimeout() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetEffectiveTotalSizeOfUserPartition() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetEffectiveTotalSizeOfUserPartition() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetFreeSizeOfAvContentsTmp() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetFreeSizeOfAvContentsTmp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetFreeSizeOfUserPartition() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetFreeSizeOfUserPartition() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetFsckProgress() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetFsckProgress() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetGameLiveStreamingStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetGameLiveStreamingStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetGnmCompositorOnScreenProfilerFlag() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetGnmCompositorOnScreenProfilerFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetGpuLoadEmulationMode() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetGpuLoadEmulationMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetGpuLoadEmulationModeByAppId() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetGpuLoadEmulationModeByAppId() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetHidConfigFileInfoString() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetHidConfigFileInfoString() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetHidConfigFileString() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetHidConfigFileString() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetHidConfigName() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetHidConfigName() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetHidConfigNum() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetHidConfigNum() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetIDUMode() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetIDUMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetImposeMenuFlagForPs2Emu() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetImposeMenuFlagForPs2Emu() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetManifestFileStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetManifestFileStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetNeedSizeOfAppContent() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetNeedSizeOfAppContent() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetNetEvConfigFileInfoString() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetNetEvConfigFileInfoString() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetOptimizationStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetOptimizationStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetOutOfVrPlayZoneWarning() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetOutOfVrPlayZoneWarning() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetPapcGamePcl() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetPapcGamePcl() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetPbtcUserInfoList() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetPbtcUserInfoList() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetPlatformPrivacyDefinitionEventData() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetPlatformPrivacyDefinitionEventData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetPlatformPrivacySetting() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetPlatformPrivacySetting() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetProgressOfFormatExternalHdd() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetProgressOfFormatExternalHdd() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetProgressOfFsck() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetProgressOfFsck() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetPsnAccountInfo() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetPsnAccountInfo() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetPsStoreIconLayout() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetPsStoreIconLayout() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetPsStoreIconState() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetPsStoreIconState() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetRegion() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetRegion() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetRemotePlayStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetRemotePlayStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetRunLevel() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetRunLevel() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetSharePlayStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetSharePlayStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetShellUIVMStats() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetShellUIVMStats() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetSmrHddInfoString() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetSmrHddInfoString() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetSocialScreenStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetSocialScreenStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetSplashScreenState() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetSplashScreenState() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetSupportSiteURL() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetSupportSiteURL() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetSuspendConfirmationDialogFlag() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetSuspendConfirmationDialogFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetSystemBGState() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetSystemBGState() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetSystemBGWaveColor() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetSystemBGWaveColor() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetSystemBGWaveState() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetSystemBGWaveState() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetTitleWorkaroundFileInfoString() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetTitleWorkaroundFileInfoString() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetTitleWorkaroundFileString() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetTitleWorkaroundFileString() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetUIStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetUIStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetUserFocus() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetUserFocus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetUserIdOfMorpheusUser() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetUserIdOfMorpheusUser() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGetVersionNumberOfCameraCalibrationData() { +s32 PS4_SYSV_ABI sceShellCoreUtilGetVersionNumberOfCameraCalibrationData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilGoBackToKratosCurrentSessionGame() { +s32 PS4_SYSV_ABI sceShellCoreUtilGoBackToKratosCurrentSessionGame() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilHideBlocksFromUser() { +s32 PS4_SYSV_ABI sceShellCoreUtilHideBlocksFromUser() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIncrementVersionNumberOfCameraCalibrationData() { +s32 PS4_SYSV_ABI sceShellCoreUtilIncrementVersionNumberOfCameraCalibrationData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsAccessibilityZoomLocked() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsAccessibilityZoomLocked() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsBgmCpuBudgetAcquired() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsBgmCpuBudgetAcquired() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsBgmCpuBudgetAvailable() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsBgmCpuBudgetAvailable() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsBgmPlaying() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsBgmPlaying() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsExternalStorageAppMoveInProgress() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsExternalStorageAppMoveInProgress() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsEyeToEyeDistanceAdjusted() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsEyeToEyeDistanceAdjusted() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsGameLiveStreamingOnAir() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsGameLiveStreamingOnAir() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsImposeScreenOverlaid() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsImposeScreenOverlaid() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsInSystemSuspendBlackList() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsInSystemSuspendBlackList() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsInternalKratosUser() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsInternalKratosUser() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsKilledOrSuspendedByLogout() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsKilledOrSuspendedByLogout() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsNeededCrashReport() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsNeededCrashReport() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsPowerSaveAlertRequested() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsPowerSaveAlertRequested() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsRemotePlayCpuBudgetAcquired() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsRemotePlayCpuBudgetAcquired() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsScreenSaverOn() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsScreenSaverOn() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsSharePlayCpuBudgetAcquired() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsSharePlayCpuBudgetAcquired() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsShowCrashReport() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsShowCrashReport() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsTemperatureDanger() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsTemperatureDanger() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsTitleWorkaroundEnabled() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsTitleWorkaroundEnabled() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilIsUsbMassStorageMounted() { +s32 PS4_SYSV_ABI sceShellCoreUtilIsUsbMassStorageMounted() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilLaunchByUri() { +s32 PS4_SYSV_ABI sceShellCoreUtilLaunchByUri() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilLeavePowerLockSection() { +s32 PS4_SYSV_ABI sceShellCoreUtilLeavePowerLockSection() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilLog() { +s32 PS4_SYSV_ABI sceShellCoreUtilLog() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilMakeManifestFile() { +s32 PS4_SYSV_ABI sceShellCoreUtilMakeManifestFile() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilMountAppRight() { +s32 PS4_SYSV_ABI sceShellCoreUtilMountAppRight() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilMountDownloadDataForShellUI() { +s32 PS4_SYSV_ABI sceShellCoreUtilMountDownloadDataForShellUI() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilMountHddForBackup() { +s32 PS4_SYSV_ABI sceShellCoreUtilMountHddForBackup() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilMountHddForRestore() { +s32 PS4_SYSV_ABI sceShellCoreUtilMountHddForRestore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilNavigateToAnotherApp() { +s32 PS4_SYSV_ABI sceShellCoreUtilNavigateToAnotherApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilNavigateToGoHome() { +s32 PS4_SYSV_ABI sceShellCoreUtilNavigateToGoHome() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilNavigateToLaunchedApp() { +s32 PS4_SYSV_ABI sceShellCoreUtilNavigateToLaunchedApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilNotificationCancelForIDU() { +s32 PS4_SYSV_ABI sceShellCoreUtilNotificationCancelForIDU() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilNotificationRequestedForIDU() { +s32 PS4_SYSV_ABI sceShellCoreUtilNotificationRequestedForIDU() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilNotifyBgmCoreTermination() { +s32 PS4_SYSV_ABI sceShellCoreUtilNotifyBgmCoreTermination() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilNotifyFarsightUIDone() { +s32 PS4_SYSV_ABI sceShellCoreUtilNotifyFarsightUIDone() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilNotifyFsReadError() { +s32 PS4_SYSV_ABI sceShellCoreUtilNotifyFsReadError() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilNotifyPsnAccountInfoReceived() { +s32 PS4_SYSV_ABI sceShellCoreUtilNotifyPsnAccountInfoReceived() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilNotifyYouTubeAccountLinkStatusChanged() { +s32 PS4_SYSV_ABI sceShellCoreUtilNotifyYouTubeAccountLinkStatusChanged() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilPfAuthClientConsoleTokenClearCache() { +s32 PS4_SYSV_ABI sceShellCoreUtilPfAuthClientConsoleTokenClearCache() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilPostActivityForPsNow() { +s32 PS4_SYSV_ABI sceShellCoreUtilPostActivityForPsNow() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilPostErrorLog() { +s32 PS4_SYSV_ABI sceShellCoreUtilPostErrorLog() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilPostLaunchConfirmResult() { +s32 PS4_SYSV_ABI sceShellCoreUtilPostLaunchConfirmResult() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilPostPsmEventToShellUI() { +s32 PS4_SYSV_ABI sceShellCoreUtilPostPsmEventToShellUI() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilPreNotifyOfGameLiveStreaming() { +s32 PS4_SYSV_ABI sceShellCoreUtilPreNotifyOfGameLiveStreaming() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilPreNotifyOfRemotePlay() { +s32 PS4_SYSV_ABI sceShellCoreUtilPreNotifyOfRemotePlay() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilPreNotifyOfSharePlay() { +s32 PS4_SYSV_ABI sceShellCoreUtilPreNotifyOfSharePlay() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilReleaseBgmCpuBudget() { +s32 PS4_SYSV_ABI sceShellCoreUtilReleaseBgmCpuBudget() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilReleaseRemotePlayCpuBudget() { +s32 PS4_SYSV_ABI sceShellCoreUtilReleaseRemotePlayCpuBudget() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilReleaseSharePlayCpuBudget() { +s32 PS4_SYSV_ABI sceShellCoreUtilReleaseSharePlayCpuBudget() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilReportSessionErrorToGaikaiController() { +s32 PS4_SYSV_ABI sceShellCoreUtilReportSessionErrorToGaikaiController() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilReportUnexpectedFatalErrorToSystemTelemetry() { +s32 PS4_SYSV_ABI sceShellCoreUtilReportUnexpectedFatalErrorToSystemTelemetry() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilRequestCameraCalibration() { +s32 PS4_SYSV_ABI sceShellCoreUtilRequestCameraCalibration() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilRequestEjectDevice() { +s32 PS4_SYSV_ABI sceShellCoreUtilRequestEjectDevice() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilRequestRebootApp() { +s32 PS4_SYSV_ABI sceShellCoreUtilRequestRebootApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilRequestShutdown() { +s32 PS4_SYSV_ABI sceShellCoreUtilRequestShutdown() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilResetAutoPowerDownTimer() { +s32 PS4_SYSV_ABI sceShellCoreUtilResetAutoPowerDownTimer() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilResetBgdcConfig() { +s32 PS4_SYSV_ABI sceShellCoreUtilResetBgdcConfig() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetAppData() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetAppData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetBgmProhibition() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetBgmProhibition() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetDeviceIndexBehavior() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetDeviceIndexBehavior() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetGameLiveStreamingOnAirFlag() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetGameLiveStreamingOnAirFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetGameLiveStreamingStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetGameLiveStreamingStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetGnmCompositorOnScreenProfilerFlag() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetGnmCompositorOnScreenProfilerFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetGpuLoadEmulationMode() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetGpuLoadEmulationMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetGpuLoadEmulationModeByAppId() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetGpuLoadEmulationModeByAppId() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetIDUMode() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetIDUMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetImposeStatusFlag() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetImposeStatusFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetPsStoreIconLayout() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetPsStoreIconLayout() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetPsStoreIconState() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetPsStoreIconState() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetRemotePlayStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetRemotePlayStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetSharePlayStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetSharePlayStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetSkipUpdateCheck() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetSkipUpdateCheck() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetSocialScreenStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetSocialScreenStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetSplashScreenState() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetSplashScreenState() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetSystemBGState() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetSystemBGState() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetSystemBGWaveColor() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetSystemBGWaveColor() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetSystemBGWaveState() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetSystemBGWaveState() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetUIStatus() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetUIStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSetUserFocus() { +s32 PS4_SYSV_ABI sceShellCoreUtilSetUserFocus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilShowCriticalErrorDialog() { +s32 PS4_SYSV_ABI sceShellCoreUtilShowCriticalErrorDialog() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilShowErrorDialog() { +s32 PS4_SYSV_ABI sceShellCoreUtilShowErrorDialog() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilShowErrorDialogWithFormatArgs() { +s32 PS4_SYSV_ABI sceShellCoreUtilShowErrorDialogWithFormatArgs() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilShowErrorDialogWithParam() { +s32 PS4_SYSV_ABI sceShellCoreUtilShowErrorDialogWithParam() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilShowPsUnderLockIndicator() { +s32 PS4_SYSV_ABI sceShellCoreUtilShowPsUnderLockIndicator() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilSignalUserInput() { +s32 PS4_SYSV_ABI sceShellCoreUtilSignalUserInput() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilStartOptimization() { +s32 PS4_SYSV_ABI sceShellCoreUtilStartOptimization() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilStartPsNowGame() { +s32 PS4_SYSV_ABI sceShellCoreUtilStartPsNowGame() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilStopOptimization() { +s32 PS4_SYSV_ABI sceShellCoreUtilStopOptimization() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilStopPsNowGame() { +s32 PS4_SYSV_ABI sceShellCoreUtilStopPsNowGame() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilTestBusTransferSpeed() { +s32 PS4_SYSV_ABI sceShellCoreUtilTestBusTransferSpeed() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilTickHeartBeat() { +s32 PS4_SYSV_ABI sceShellCoreUtilTickHeartBeat() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilTriggerPapcRecalculation() { +s32 PS4_SYSV_ABI sceShellCoreUtilTriggerPapcRecalculation() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilTriggerPapcUpdate() { +s32 PS4_SYSV_ABI sceShellCoreUtilTriggerPapcUpdate() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilTurnOffScreenSaver() { +s32 PS4_SYSV_ABI sceShellCoreUtilTurnOffScreenSaver() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilUnmountAppRight() { +s32 PS4_SYSV_ABI sceShellCoreUtilUnmountAppRight() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilUnmountDownloadDataForShellUI() { +s32 PS4_SYSV_ABI sceShellCoreUtilUnmountDownloadDataForShellUI() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilUnmountHddForBackup() { +s32 PS4_SYSV_ABI sceShellCoreUtilUnmountHddForBackup() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilUnmountHddForRestore() { +s32 PS4_SYSV_ABI sceShellCoreUtilUnmountHddForRestore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceShellCoreUtilWriteSmrHddDummyData() { +s32 PS4_SYSV_ABI sceShellCoreUtilWriteSmrHddDummyData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_1E5CA5A71FA7F028() { +s32 PS4_SYSV_ABI Func_1E5CA5A71FA7F028() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_6D43644F75C38346() { +s32 PS4_SYSV_ABI Func_6D43644F75C38346() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_739FB849CB28F445() { +s32 PS4_SYSV_ABI Func_739FB849CB28F445() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_B20628FF35C74111() { +s32 PS4_SYSV_ABI Func_B20628FF35C74111() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceInitializeForShellCore() { +s32 PS4_SYSV_ABI sceSystemServiceInitializeForShellCore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfExtraAudioDevices() { +s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfExtraAudioDevices() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfImeForBigApp() { +s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfImeForBigApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfInGameStore() { +s32 PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfInGameStore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilActivateCdlg() { +s32 PS4_SYSV_ABI sceLncUtilActivateCdlg() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilAddLocalProcess() { +s32 PS4_SYSV_ABI sceLncUtilAddLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilBlockAppSuspend() { +s32 PS4_SYSV_ABI sceLncUtilBlockAppSuspend() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilBlockingGetEventForDaemon() { +s32 PS4_SYSV_ABI sceLncUtilBlockingGetEventForDaemon() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilContinueApp() { +s32 PS4_SYSV_ABI sceLncUtilContinueApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilCrashSyscore() { +s32 PS4_SYSV_ABI sceLncUtilCrashSyscore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilDeactivateCdlg() { +s32 PS4_SYSV_ABI sceLncUtilDeactivateCdlg() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilDeclareReadyForSuspend() { +s32 PS4_SYSV_ABI sceLncUtilDeclareReadyForSuspend() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilDisableSuspendNotification() { +s32 PS4_SYSV_ABI sceLncUtilDisableSuspendNotification() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilEnableSuspendNotification() { +s32 PS4_SYSV_ABI sceLncUtilEnableSuspendNotification() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilFinishSpecialResume() { +s32 PS4_SYSV_ABI sceLncUtilFinishSpecialResume() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilForceKillApp() { +s32 PS4_SYSV_ABI sceLncUtilForceKillApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilForceKillLocalProcess() { +s32 PS4_SYSV_ABI sceLncUtilForceKillLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetApp0DirPath() { +s32 PS4_SYSV_ABI sceLncUtilGetApp0DirPath() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetAppCategory() { +s32 PS4_SYSV_ABI sceLncUtilGetAppCategory() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetAppFocusedAppStatus() { +s32 PS4_SYSV_ABI sceLncUtilGetAppFocusedAppStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetAppId() { +s32 PS4_SYSV_ABI sceLncUtilGetAppId() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetAppIdOfBigApp() { +s32 PS4_SYSV_ABI sceLncUtilGetAppIdOfBigApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetAppIdOfMiniApp() { +s32 PS4_SYSV_ABI sceLncUtilGetAppIdOfMiniApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetAppLaunchedUser() { +s32 PS4_SYSV_ABI sceLncUtilGetAppLaunchedUser() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetAppStatus() { +s32 PS4_SYSV_ABI sceLncUtilGetAppStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetAppStatusListForShellUIReboot() { +s32 PS4_SYSV_ABI sceLncUtilGetAppStatusListForShellUIReboot() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetAppTitleId() { +s32 PS4_SYSV_ABI sceLncUtilGetAppTitleId() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetAppType() { +s32 PS4_SYSV_ABI sceLncUtilGetAppType() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetCdlgExec() { +s32 PS4_SYSV_ABI sceLncUtilGetCdlgExec() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetCoredumpState() { +s32 PS4_SYSV_ABI sceLncUtilGetCoredumpState() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetDbgExecutablePath() { +s32 PS4_SYSV_ABI sceLncUtilGetDbgExecutablePath() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetEventForDaemon() { +s32 PS4_SYSV_ABI sceLncUtilGetEventForDaemon() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetEventForShellUI() { +s32 PS4_SYSV_ABI sceLncUtilGetEventForShellUI() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetGpuCrashFullDumpAppStatus() { +s32 PS4_SYSV_ABI sceLncUtilGetGpuCrashFullDumpAppStatus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetLocalProcessStatusList() { +s32 PS4_SYSV_ABI sceLncUtilGetLocalProcessStatusList() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetParentSocket() { +s32 PS4_SYSV_ABI sceLncUtilGetParentSocket() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetResultKillApp() { +s32 PS4_SYSV_ABI sceLncUtilGetResultKillApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilGetResultLaunchAppByTitleId() { +s32 PS4_SYSV_ABI sceLncUtilGetResultLaunchAppByTitleId() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilInitialize() { +s32 PS4_SYSV_ABI sceLncUtilInitialize() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilIsActiveCdlg() { +s32 PS4_SYSV_ABI sceLncUtilIsActiveCdlg() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilIsAppLaunched() { +s32 PS4_SYSV_ABI sceLncUtilIsAppLaunched() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilIsAppSuspended() { +s32 PS4_SYSV_ABI sceLncUtilIsAppSuspended() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilIsCpuBudgetOfExtraAudioDevicesAvailable() { +s32 PS4_SYSV_ABI sceLncUtilIsCpuBudgetOfExtraAudioDevicesAvailable() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilIsPs2Emu() { +s32 PS4_SYSV_ABI sceLncUtilIsPs2Emu() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilIsShellUiFgAndGameBgCpuMode() { +s32 PS4_SYSV_ABI sceLncUtilIsShellUiFgAndGameBgCpuMode() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilKickCoredumpOnlyProcMem() { +s32 PS4_SYSV_ABI sceLncUtilKickCoredumpOnlyProcMem() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilKillApp() { +s32 PS4_SYSV_ABI sceLncUtilKillApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilKillAppWithReason() { +s32 PS4_SYSV_ABI sceLncUtilKillAppWithReason() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilKillLocalProcess() { +s32 PS4_SYSV_ABI sceLncUtilKillLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilLaunchApp() { +s32 PS4_SYSV_ABI sceLncUtilLaunchApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilLoadExec() { +s32 PS4_SYSV_ABI sceLncUtilLoadExec() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestEnd() { +s32 PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestEnd() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestProgress() { +s32 PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestProgress() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilNotifyVshReady() { +s32 PS4_SYSV_ABI sceLncUtilNotifyVshReady() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilRaiseException() { +s32 PS4_SYSV_ABI sceLncUtilRaiseException() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilRaiseExceptionLocalProcess() { +s32 PS4_SYSV_ABI sceLncUtilRaiseExceptionLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilRegisterCdlgSharedMemoryName() { +s32 PS4_SYSV_ABI sceLncUtilRegisterCdlgSharedMemoryName() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilRegisterDaemon() { +s32 PS4_SYSV_ABI sceLncUtilRegisterDaemon() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilRegisterShellUI() { +s32 PS4_SYSV_ABI sceLncUtilRegisterShellUI() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfExtraAudioDevices() { +s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfExtraAudioDevices() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfImeForBigApp() { +s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfImeForBigApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfInGameStore() { +s32 PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfInGameStore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilResumeApp() { +s32 PS4_SYSV_ABI sceLncUtilResumeApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilResumeLocalProcess() { +s32 PS4_SYSV_ABI sceLncUtilResumeLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilSetAppFocus() { +s32 PS4_SYSV_ABI sceLncUtilSetAppFocus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilSetCdlgExec() { +s32 PS4_SYSV_ABI sceLncUtilSetCdlgExec() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilSetControllerFocus() { +s32 PS4_SYSV_ABI sceLncUtilSetControllerFocus() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilSetControllerFocusPermission() { +s32 PS4_SYSV_ABI sceLncUtilSetControllerFocusPermission() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilStartKillApp() { +s32 PS4_SYSV_ABI sceLncUtilStartKillApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilStartLaunchAppByTitleId() { +s32 PS4_SYSV_ABI sceLncUtilStartLaunchAppByTitleId() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilSuspendApp() { +s32 PS4_SYSV_ABI sceLncUtilSuspendApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilSuspendBackgroundApp() { +s32 PS4_SYSV_ABI sceLncUtilSuspendBackgroundApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilSuspendLocalProcess() { +s32 PS4_SYSV_ABI sceLncUtilSuspendLocalProcess() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilSystemSuspend() { +s32 PS4_SYSV_ABI sceLncUtilSystemSuspend() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilTerminate() { +s32 PS4_SYSV_ABI sceLncUtilTerminate() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilTryBlockAppSuspend() { +s32 PS4_SYSV_ABI sceLncUtilTryBlockAppSuspend() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilUnblockAppSuspend() { +s32 PS4_SYSV_ABI sceLncUtilUnblockAppSuspend() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilUnregisterCdlgSharedMemoryName() { +s32 PS4_SYSV_ABI sceLncUtilUnregisterCdlgSharedMemoryName() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilUnregisterDaemon() { +s32 PS4_SYSV_ABI sceLncUtilUnregisterDaemon() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceLncUtilUnregisterShellUI() { +s32 PS4_SYSV_ABI sceLncUtilUnregisterShellUI() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceTelemetrySetData() { +s32 PS4_SYSV_ABI sceSystemServiceTelemetrySetData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAppMessagingClearEventFlag() { +s32 PS4_SYSV_ABI sceAppMessagingClearEventFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAppMessagingReceiveMsg() { +s32 PS4_SYSV_ABI sceAppMessagingReceiveMsg() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAppMessagingSendMsg() { +s32 PS4_SYSV_ABI sceAppMessagingSendMsg() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAppMessagingSendMsgToShellCore() { +s32 PS4_SYSV_ABI sceAppMessagingSendMsgToShellCore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAppMessagingSendMsgToShellUI() { +s32 PS4_SYSV_ABI sceAppMessagingSendMsgToShellUI() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAppMessagingSetEventFlag() { +s32 PS4_SYSV_ABI sceAppMessagingSetEventFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAppMessagingTryGetEventFlag() { +s32 PS4_SYSV_ABI sceAppMessagingTryGetEventFlag() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceAppMessagingTryReceiveMsg() { +s32 PS4_SYSV_ABI sceAppMessagingTryReceiveMsg() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C8E899ABEF7F64C4() { +s32 PS4_SYSV_ABI Func_C8E899ABEF7F64C4() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_F74BA759B9C8D2A1() { +s32 PS4_SYSV_ABI Func_F74BA759B9C8D2A1() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceDisablePartyVoice() { +s32 PS4_SYSV_ABI sceSystemServiceDisablePartyVoice() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceReenablePartyVoice() { +s32 PS4_SYSV_ABI sceSystemServiceReenablePartyVoice() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacyDefinitionData() { +s32 PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacyDefinitionData() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacyDefinitionVersion() { +s32 PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacyDefinitionVersion() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacySetting() { +s32 PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacySetting() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceRequestPowerOff() { +s32 PS4_SYSV_ABI sceSystemServiceRequestPowerOff() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceRequestReboot() { +s32 PS4_SYSV_ABI sceSystemServiceRequestReboot() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPs2Emu() { +s32 PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPs2Emu() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceGetParentSocketForPs2Emu() { +s32 PS4_SYSV_ABI sceSystemServiceGetParentSocketForPs2Emu() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPs2Emu() { +s32 PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPs2Emu() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceShowImposeMenuForPs2Emu() { +s32 PS4_SYSV_ABI sceSystemServiceShowImposeMenuForPs2Emu() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceDisableVoiceRecognition() { +s32 PS4_SYSV_ABI sceSystemServiceDisableVoiceRecognition() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceReenableVoiceRecognition() { +s32 PS4_SYSV_ABI sceSystemServiceReenableVoiceRecognition() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceDeclareReadyForSuspend() { +s32 PS4_SYSV_ABI sceSystemServiceDeclareReadyForSuspend() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceDisableSuspendNotification() { +s32 PS4_SYSV_ABI sceSystemServiceDisableSuspendNotification() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceEnableSuspendNotification() { +s32 PS4_SYSV_ABI sceSystemServiceEnableSuspendNotification() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceLaunchStore() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchStore() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceSetPowerSaveLevel() { +s32 PS4_SYSV_ABI sceSystemServiceSetPowerSaveLevel() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceLaunchUdsApp() { +s32 PS4_SYSV_ABI sceSystemServiceLaunchUdsApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceSystemServiceLoadExecVideoServiceWebApp() { +s32 PS4_SYSV_ABI sceSystemServiceLoadExecVideoServiceWebApp() { LOG_ERROR(Lib_SystemService, "(STUBBED) called"); return ORBIS_OK; } @@ -3170,7 +3170,8 @@ void RegisterlibSceSystemService(Core::Loader::SymbolsResolver* sym) { sceLncUtilIsShellUiFgAndGameBgCpuMode); LIB_FUNCTION("gNn+EZtm1i0", "libSceLncUtil", 1, "libSceSystemService", 1, 1, sceLncUtilKickCoredumpOnlyProcMem); - LIB_FUNCTION("SZ2uH5Abws8", "libSceLncUtil", 1, "libSceSystemService", 1, 1,sceLncUtilKillApp); + 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, diff --git a/libraries/systemservice.h b/libraries/systemservice.h index 03d6088..b46152f 100644 --- a/libraries/systemservice.h +++ b/libraries/systemservice.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,475 +11,475 @@ class SymbolsResolver; namespace Libraries::SystemService { -int PS4_SYSV_ABI sceSystemStateMgrCancelShutdownTimer(); -int PS4_SYSV_ABI sceSystemStateMgrEnterMediaPlaybackMode(); -int PS4_SYSV_ABI sceSystemStateMgrEnterStandby(); -int PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimer(); -int PS4_SYSV_ABI sceSystemStateMgrExtendShutdownTimerForPostAutoUpdateProcess(); -int PS4_SYSV_ABI sceSystemStateMgrGetCurrentState(); -int PS4_SYSV_ABI sceSystemStateMgrGetTriggerCode(); -int PS4_SYSV_ABI sceSystemStateMgrIsBdDriveReady(); -int PS4_SYSV_ABI sceSystemStateMgrIsGpuPerformanceNormal(); -int PS4_SYSV_ABI sceSystemStateMgrIsShellUIShutdownInProgress(); -int PS4_SYSV_ABI sceSystemStateMgrIsStandbyModeEnabled(); -int PS4_SYSV_ABI sceSystemStateMgrLeaveMediaPlaybackMode(); -int PS4_SYSV_ABI sceSystemStateMgrNotifySystemSuspendResumeProgress(); -int PS4_SYSV_ABI sceSystemStateMgrReboot(); -int PS4_SYSV_ABI sceSystemStateMgrSendCecOneTouchPlayCommand(); -int PS4_SYSV_ABI sceSystemStateMgrStartRebootTimer(); -int PS4_SYSV_ABI sceSystemStateMgrStartShutdownTimer(); -int PS4_SYSV_ABI sceSystemStateMgrStartStadbyTimer(); -int PS4_SYSV_ABI sceSystemStateMgrStartVshAutoUpdateTimer(); -int PS4_SYSV_ABI sceSystemStateMgrTickMusicPlayback(); -int PS4_SYSV_ABI sceSystemStateMgrTickPartyChat(); -int PS4_SYSV_ABI sceSystemStateMgrTurnOff(); -int PS4_SYSV_ABI sceSystemStateMgrVshAutoUpdate(); -int PS4_SYSV_ABI sceSystemStateMgrWaitVshAutoUpdateVerifyDone(); -int PS4_SYSV_ABI sceSystemStateMgrWakeUp(); -int PS4_SYSV_ABI Func_89F262179C22B49E(); -int PS4_SYSV_ABI Func_AC8A8FAB4A1696B8(); -int PS4_SYSV_ABI Func_6B1CDB955F0EBD65(); -int PS4_SYSV_ABI Func_CB5E885E225F69F0(); -int PS4_SYSV_ABI sceSystemServiceLaunchTournamentList(); -int PS4_SYSV_ABI Func_C67FC780F5B6F71E(); -int PS4_SYSV_ABI sceSystemServiceActivateMpeg2Abort(); -int PS4_SYSV_ABI sceSystemServiceActivateMpeg2GetStatus(); -int PS4_SYSV_ABI sceSystemServiceActivateMpeg2Init(); -int PS4_SYSV_ABI sceSystemServiceActivateMpeg2IsActivated(); -int PS4_SYSV_ABI sceSystemServiceActivateMpeg2Start(); -int PS4_SYSV_ABI sceSystemServiceActivateMpeg2Term(); -int PS4_SYSV_ABI sceSystemServiceGetDbgExecutablePath(); -int PS4_SYSV_ABI sceSystemServiceLaunchWebApp(); -int PS4_SYSV_ABI Func_B8495C766861FDCF(); -int PS4_SYSV_ABI sceSystemServiceLaunchWebBrowser(); -int PS4_SYSV_ABI sceSystemServiceInvokeAppLaunchLink(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoft(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoftAbort(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoftGetStatus(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoftInit(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoftIsActivated(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoftStart(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcSoftTerm(); -int PS4_SYSV_ABI sceSystemServiceDisablePersonalEyeToEyeDistanceSetting(); -int PS4_SYSV_ABI sceSystemServiceEnablePersonalEyeToEyeDistanceSetting(); -int PS4_SYSV_ABI sceSystemServiceShowClosedCaptionAdvancedSettings(); -int PS4_SYSV_ABI sceSystemServiceShowClosedCaptionSettings(); -int PS4_SYSV_ABI sceSystemServiceActivateHevc(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcAbort(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcGetStatus(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcInit(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcIsActivated(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcStart(); -int PS4_SYSV_ABI sceSystemServiceActivateHevcTerm(); -int PS4_SYSV_ABI sceSystemServiceAddLocalProcessForJvm(); -int PS4_SYSV_ABI sceSystemServiceGetParentSocketForJvm(); -int PS4_SYSV_ABI sceSystemServiceKillLocalProcessForJvm(); -int PS4_SYSV_ABI Func_7C1183FC73629929(); -int PS4_SYSV_ABI sceSystemServiceSaveVideoToken(); -int PS4_SYSV_ABI sceSystemServiceAcquireFb0(); -int PS4_SYSV_ABI sceSystemServiceAddLocalProcess(); -int PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPsmKit(); -int PS4_SYSV_ABI sceSystemServiceChangeAcpClock(); -int PS4_SYSV_ABI sceSystemServiceChangeCpuClock(); -int PS4_SYSV_ABI sceSystemServiceChangeGpuClock(); -int PS4_SYSV_ABI sceSystemServiceChangeMemoryClock(); -int PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToBaseMode(); -int PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToDefault(); -int PS4_SYSV_ABI sceSystemServiceChangeMemoryClockToMultiMediaMode(); -int PS4_SYSV_ABI sceSystemServiceChangeNumberOfGpuCu(); -int PS4_SYSV_ABI sceSystemServiceChangeSamuClock(); -int PS4_SYSV_ABI sceSystemServiceChangeUvdClock(); -int PS4_SYSV_ABI sceSystemServiceChangeVceClock(); -int PS4_SYSV_ABI sceSystemServiceDisableMusicPlayer(); -int PS4_SYSV_ABI sceSystemServiceDisableSuspendConfirmationDialog(); -int PS4_SYSV_ABI sceSystemServiceEnableSuspendConfirmationDialog(); -int PS4_SYSV_ABI sceSystemServiceGetAppFocusedAppStatus(); -int PS4_SYSV_ABI sceSystemServiceGetAppIdOfBigApp(); -int PS4_SYSV_ABI sceSystemServiceGetAppIdOfMiniApp(); -int PS4_SYSV_ABI sceSystemServiceGetAppStatus(); -int PS4_SYSV_ABI sceSystemServiceGetAppType(); -int PS4_SYSV_ABI sceSystemServiceGetDisplaySafeAreaInfo(); -int PS4_SYSV_ABI sceSystemServiceGetEventForDaemon(); -int PS4_SYSV_ABI sceSystemServiceGetGpuLoadEmulationMode(); -int PS4_SYSV_ABI sceSystemServiceGetHdrToneMapLuminance(); -int PS4_SYSV_ABI sceSystemServiceGetLocalProcessStatusList(); -int PS4_SYSV_ABI sceSystemServiceGetParentSocket(); -int PS4_SYSV_ABI sceSystemServiceGetParentSocketForPsmKit(); -int PS4_SYSV_ABI sceSystemServiceGetPSButtonEvent(); -int PS4_SYSV_ABI sceSystemServiceGetRenderingMode(); -int PS4_SYSV_ABI sceSystemServiceGetStatus(); -int PS4_SYSV_ABI sceSystemServiceGetTitleWorkaroundInfo(); -int PS4_SYSV_ABI sceSystemServiceGetVersionNumberOfCameraCalibrationData(); -int PS4_SYSV_ABI sceSystemServiceHideSplashScreen(); -int PS4_SYSV_ABI sceSystemServiceIsAppSuspended(); -int PS4_SYSV_ABI sceSystemServiceIsBgmPlaying(); -int PS4_SYSV_ABI sceSystemServiceIsEyeToEyeDistanceAdjusted(); -int PS4_SYSV_ABI sceSystemServiceIsScreenSaverOn(); -int PS4_SYSV_ABI sceSystemServiceIsShellUiFgAndGameBgCpuMode(); -int PS4_SYSV_ABI sceSystemServiceKillApp(); -int PS4_SYSV_ABI sceSystemServiceKillLocalProcess(); -int PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPsmKit(); -int PS4_SYSV_ABI sceSystemServiceLaunchApp(); -int PS4_SYSV_ABI sceSystemServiceLaunchEventDetails(); -int PS4_SYSV_ABI sceSystemServiceLaunchTournamentsTeamProfile(); -int PS4_SYSV_ABI sceSystemServiceLoadExec(); -int PS4_SYSV_ABI sceSystemServiceNavigateToAnotherApp(); -int PS4_SYSV_ABI sceSystemServiceNavigateToGoBack(); -int PS4_SYSV_ABI sceSystemServiceNavigateToGoBackWithValue(); -int PS4_SYSV_ABI sceSystemServiceNavigateToGoHome(); -int PS4_SYSV_ABI sceSystemServiceParamGetInt(); -int PS4_SYSV_ABI sceSystemServiceParamGetString(); -int PS4_SYSV_ABI sceSystemServicePowerTick(); -int PS4_SYSV_ABI sceSystemServiceRaiseExceptionLocalProcess(); -int PS4_SYSV_ABI sceSystemServiceReceiveEvent(); -int PS4_SYSV_ABI sceSystemServiceReenableMusicPlayer(); -int PS4_SYSV_ABI sceSystemServiceRegisterDaemon(); -int PS4_SYSV_ABI sceSystemServiceReleaseFb0(); -int PS4_SYSV_ABI sceSystemServiceReportAbnormalTermination(); -int PS4_SYSV_ABI sceSystemServiceRequestCameraCalibration(); -int PS4_SYSV_ABI sceSystemServiceRequestToChangeRenderingMode(); -int PS4_SYSV_ABI sceSystemServiceResumeLocalProcess(); -int PS4_SYSV_ABI sceSystemServiceSetControllerFocusPermission(); -int PS4_SYSV_ABI sceSystemServiceSetGpuLoadEmulationMode(); -int PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayAreaFlag(); -int PS4_SYSV_ABI sceSystemServiceSetOutOfVrPlayZoneWarning(); -int PS4_SYSV_ABI sceSystemServiceShowControllerSettings(); -int PS4_SYSV_ABI sceSystemServiceShowDisplaySafeAreaSettings(); -int PS4_SYSV_ABI sceSystemServiceShowEyeToEyeDistanceSetting(); -int PS4_SYSV_ABI sceSystemServiceSuspendBackgroundApp(); -int PS4_SYSV_ABI sceSystemServiceSuspendLocalProcess(); -int PS4_SYSV_ABI sceSystemServiceTickVideoPlayback(); -int PS4_SYSV_ABI sceSystemServiceTurnOffScreenSaver(); -int PS4_SYSV_ABI Func_9031A344CB540F1A(); -int PS4_SYSV_ABI Func_A9D4CF2568EAB837(); -int PS4_SYSV_ABI sceShellCoreUtilAccessibilityZoomLock(); -int PS4_SYSV_ABI sceShellCoreUtilAccessibilityZoomUnlock(); -int PS4_SYSV_ABI sceShellCoreUtilAcquireBgmCpuBudget(); -int PS4_SYSV_ABI sceShellCoreUtilAcquireRemotePlayCpuBudget(); -int PS4_SYSV_ABI sceShellCoreUtilAcquireSharePlayCpuBudget(); -int PS4_SYSV_ABI sceShellCoreUtilActivateAbort(); -int PS4_SYSV_ABI sceShellCoreUtilActivateGetStatus(); -int PS4_SYSV_ABI sceShellCoreUtilActivateInit(); -int PS4_SYSV_ABI sceShellCoreUtilActivateIsActivated(); -int PS4_SYSV_ABI sceShellCoreUtilActivateRecordActivation(); -int PS4_SYSV_ABI sceShellCoreUtilActivateStart(); -int PS4_SYSV_ABI sceShellCoreUtilActivateStartAsync(); -int PS4_SYSV_ABI sceShellCoreUtilActivateTerm(); -int PS4_SYSV_ABI sceShellCoreUtilChangeRunLevel(); -int PS4_SYSV_ABI sceShellCoreUtilChangeToStaffModeForIDU(); -int PS4_SYSV_ABI sceShellCoreUtilCheckerAbort(); -int PS4_SYSV_ABI sceShellCoreUtilCleanupCrashReport(); -int PS4_SYSV_ABI sceShellCoreUtilClearAppData(); -int PS4_SYSV_ABI sceShellCoreUtilClearPsnAccountInfo(); -int PS4_SYSV_ABI sceShellCoreUtilCrashReportRequestCancel(); -int PS4_SYSV_ABI sceShellCoreUtilDeclareBeginOfExternalStorageAppMove(); -int PS4_SYSV_ABI sceShellCoreUtilDeclareEndOfExternalStorageAppMove(); -int PS4_SYSV_ABI sceShellCoreUtilDeleteDiscInstalledTitleWorkaroundFile(); -int PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedHidConfigFile(); -int PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedNetEvConfigFile(); -int PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedTitleWorkaroundFile(); -int PS4_SYSV_ABI sceShellCoreUtilDeleteSmrHddDummyData(); -int PS4_SYSV_ABI sceShellCoreUtilDoFsck(); -int PS4_SYSV_ABI sceShellCoreUtilDownloadHidConfigFileFromServer(); -int PS4_SYSV_ABI sceShellCoreUtilDownloadNetEvConfigFileFromServer(); -int PS4_SYSV_ABI sceShellCoreUtilDownloadTitleWorkaroundFileFromServer(); -int PS4_SYSV_ABI sceShellCoreUtilEnterPowerLockSection(); -int PS4_SYSV_ABI sceShellCoreUtilExecuteCrashReport(); -int PS4_SYSV_ABI sceShellCoreUtilExfatFormatExternalHdd(); -int PS4_SYSV_ABI sceShellCoreUtilExitMiniApp(); -int PS4_SYSV_ABI sceShellCoreUtilExitMiniAppWithValue(); -int PS4_SYSV_ABI sceShellCoreUtilFillUpSpaceOnSmrHdd(); -int PS4_SYSV_ABI sceShellCoreUtilFormatExternalHdd(); -int PS4_SYSV_ABI sceShellCoreUtilFormatHddForRestore(); -int PS4_SYSV_ABI sceShellCoreUtilFreeUpSpaceOnSmrHdd(); -int PS4_SYSV_ABI sceShellCoreUtilGetAppData(); -int PS4_SYSV_ABI sceShellCoreUtilGetAppEnableTTS(); -int PS4_SYSV_ABI sceShellCoreUtilGetAppEnterButtonAssign(); -int PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamInt(); -int PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamIntByBudgetType(); -int PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamString(); -int PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamStringByBudgetType(); -int PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchTypeInfo(); -int PS4_SYSV_ABI sceShellCoreUtilGetAutoPowerDownRemainingSeconds(); -int PS4_SYSV_ABI sceShellCoreUtilGetBasicProductShape(); -int PS4_SYSV_ABI sceShellCoreUtilGetCheckerString(); -int PS4_SYSV_ABI sceShellCoreUtilGetCheckerStringEx(); -int PS4_SYSV_ABI sceShellCoreUtilGetCloudClientStatus(); -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportCoreFileSetSize(); -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportFilterInfoStart(); -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportInfoForBoot(); -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportInfoForBootStart(); -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportInfoStart(); -int PS4_SYSV_ABI sceShellCoreutilGetCrashReportProcessInformation(); -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportResult(); -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportStatus(); -int PS4_SYSV_ABI sceShellCoreUtilGetCrashReportUploadStatus(); -int PS4_SYSV_ABI sceShellCoreUtilGetDeviceIndexBehavior(); -int PS4_SYSV_ABI sceShellCoreUtilGetDeviceIndexBehaviorWithTimeout(); -int PS4_SYSV_ABI sceShellCoreUtilGetEffectiveTotalSizeOfUserPartition(); -int PS4_SYSV_ABI sceShellCoreUtilGetFreeSizeOfAvContentsTmp(); -int PS4_SYSV_ABI sceShellCoreUtilGetFreeSizeOfUserPartition(); -int PS4_SYSV_ABI sceShellCoreUtilGetFsckProgress(); -int PS4_SYSV_ABI sceShellCoreUtilGetGameLiveStreamingStatus(); -int PS4_SYSV_ABI sceShellCoreUtilGetGnmCompositorOnScreenProfilerFlag(); -int PS4_SYSV_ABI sceShellCoreUtilGetGpuLoadEmulationMode(); -int PS4_SYSV_ABI sceShellCoreUtilGetGpuLoadEmulationModeByAppId(); -int PS4_SYSV_ABI sceShellCoreUtilGetHidConfigFileInfoString(); -int PS4_SYSV_ABI sceShellCoreUtilGetHidConfigFileString(); -int PS4_SYSV_ABI sceShellCoreUtilGetHidConfigName(); -int PS4_SYSV_ABI sceShellCoreUtilGetHidConfigNum(); -int PS4_SYSV_ABI sceShellCoreUtilGetIDUMode(); -int PS4_SYSV_ABI sceShellCoreUtilGetImposeMenuFlagForPs2Emu(); -int PS4_SYSV_ABI sceShellCoreUtilGetManifestFileStatus(); -int PS4_SYSV_ABI sceShellCoreUtilGetNeedSizeOfAppContent(); -int PS4_SYSV_ABI sceShellCoreUtilGetNetEvConfigFileInfoString(); -int PS4_SYSV_ABI sceShellCoreUtilGetOptimizationStatus(); -int PS4_SYSV_ABI sceShellCoreUtilGetOutOfVrPlayZoneWarning(); -int PS4_SYSV_ABI sceShellCoreUtilGetPapcGamePcl(); -int PS4_SYSV_ABI sceShellCoreUtilGetPbtcUserInfoList(); -int PS4_SYSV_ABI sceShellCoreUtilGetPlatformPrivacyDefinitionEventData(); -int PS4_SYSV_ABI sceShellCoreUtilGetPlatformPrivacySetting(); -int PS4_SYSV_ABI sceShellCoreUtilGetProgressOfFormatExternalHdd(); -int PS4_SYSV_ABI sceShellCoreUtilGetProgressOfFsck(); -int PS4_SYSV_ABI sceShellCoreUtilGetPsnAccountInfo(); -int PS4_SYSV_ABI sceShellCoreUtilGetPsStoreIconLayout(); -int PS4_SYSV_ABI sceShellCoreUtilGetPsStoreIconState(); -int PS4_SYSV_ABI sceShellCoreUtilGetRegion(); -int PS4_SYSV_ABI sceShellCoreUtilGetRemotePlayStatus(); -int PS4_SYSV_ABI sceShellCoreUtilGetRunLevel(); -int PS4_SYSV_ABI sceShellCoreUtilGetSharePlayStatus(); -int PS4_SYSV_ABI sceShellCoreUtilGetShellUIVMStats(); -int PS4_SYSV_ABI sceShellCoreUtilGetSmrHddInfoString(); -int PS4_SYSV_ABI sceShellCoreUtilGetSocialScreenStatus(); -int PS4_SYSV_ABI sceShellCoreUtilGetSplashScreenState(); -int PS4_SYSV_ABI sceShellCoreUtilGetSupportSiteURL(); -int PS4_SYSV_ABI sceShellCoreUtilGetSuspendConfirmationDialogFlag(); -int PS4_SYSV_ABI sceShellCoreUtilGetSystemBGState(); -int PS4_SYSV_ABI sceShellCoreUtilGetSystemBGWaveColor(); -int PS4_SYSV_ABI sceShellCoreUtilGetSystemBGWaveState(); -int PS4_SYSV_ABI sceShellCoreUtilGetTitleWorkaroundFileInfoString(); -int PS4_SYSV_ABI sceShellCoreUtilGetTitleWorkaroundFileString(); -int PS4_SYSV_ABI sceShellCoreUtilGetUIStatus(); -int PS4_SYSV_ABI sceShellCoreUtilGetUserFocus(); -int PS4_SYSV_ABI sceShellCoreUtilGetUserIdOfMorpheusUser(); -int PS4_SYSV_ABI sceShellCoreUtilGetVersionNumberOfCameraCalibrationData(); -int PS4_SYSV_ABI sceShellCoreUtilGoBackToKratosCurrentSessionGame(); -int PS4_SYSV_ABI sceShellCoreUtilHideBlocksFromUser(); -int PS4_SYSV_ABI sceShellCoreUtilIncrementVersionNumberOfCameraCalibrationData(); -int PS4_SYSV_ABI sceShellCoreUtilIsAccessibilityZoomLocked(); -int PS4_SYSV_ABI sceShellCoreUtilIsBgmCpuBudgetAcquired(); -int PS4_SYSV_ABI sceShellCoreUtilIsBgmCpuBudgetAvailable(); -int PS4_SYSV_ABI sceShellCoreUtilIsBgmPlaying(); -int PS4_SYSV_ABI sceShellCoreUtilIsExternalStorageAppMoveInProgress(); -int PS4_SYSV_ABI sceShellCoreUtilIsEyeToEyeDistanceAdjusted(); -int PS4_SYSV_ABI sceShellCoreUtilIsGameLiveStreamingOnAir(); -int PS4_SYSV_ABI sceShellCoreUtilIsImposeScreenOverlaid(); -int PS4_SYSV_ABI sceShellCoreUtilIsInSystemSuspendBlackList(); -int PS4_SYSV_ABI sceShellCoreUtilIsInternalKratosUser(); -int PS4_SYSV_ABI sceShellCoreUtilIsKilledOrSuspendedByLogout(); -int PS4_SYSV_ABI sceShellCoreUtilIsNeededCrashReport(); -int PS4_SYSV_ABI sceShellCoreUtilIsPowerSaveAlertRequested(); -int PS4_SYSV_ABI sceShellCoreUtilIsRemotePlayCpuBudgetAcquired(); -int PS4_SYSV_ABI sceShellCoreUtilIsScreenSaverOn(); -int PS4_SYSV_ABI sceShellCoreUtilIsSharePlayCpuBudgetAcquired(); -int PS4_SYSV_ABI sceShellCoreUtilIsShowCrashReport(); -int PS4_SYSV_ABI sceShellCoreUtilIsTemperatureDanger(); -int PS4_SYSV_ABI sceShellCoreUtilIsTitleWorkaroundEnabled(); -int PS4_SYSV_ABI sceShellCoreUtilIsUsbMassStorageMounted(); -int PS4_SYSV_ABI sceShellCoreUtilLaunchByUri(); -int PS4_SYSV_ABI sceShellCoreUtilLeavePowerLockSection(); -int PS4_SYSV_ABI sceShellCoreUtilLog(); -int PS4_SYSV_ABI sceShellCoreUtilMakeManifestFile(); -int PS4_SYSV_ABI sceShellCoreUtilMountAppRight(); -int PS4_SYSV_ABI sceShellCoreUtilMountDownloadDataForShellUI(); -int PS4_SYSV_ABI sceShellCoreUtilMountHddForBackup(); -int PS4_SYSV_ABI sceShellCoreUtilMountHddForRestore(); -int PS4_SYSV_ABI sceShellCoreUtilNavigateToAnotherApp(); -int PS4_SYSV_ABI sceShellCoreUtilNavigateToGoHome(); -int PS4_SYSV_ABI sceShellCoreUtilNavigateToLaunchedApp(); -int PS4_SYSV_ABI sceShellCoreUtilNotificationCancelForIDU(); -int PS4_SYSV_ABI sceShellCoreUtilNotificationRequestedForIDU(); -int PS4_SYSV_ABI sceShellCoreUtilNotifyBgmCoreTermination(); -int PS4_SYSV_ABI sceShellCoreUtilNotifyFarsightUIDone(); -int PS4_SYSV_ABI sceShellCoreUtilNotifyFsReadError(); -int PS4_SYSV_ABI sceShellCoreUtilNotifyPsnAccountInfoReceived(); -int PS4_SYSV_ABI sceShellCoreUtilNotifyYouTubeAccountLinkStatusChanged(); -int PS4_SYSV_ABI sceShellCoreUtilPfAuthClientConsoleTokenClearCache(); -int PS4_SYSV_ABI sceShellCoreUtilPostActivityForPsNow(); -int PS4_SYSV_ABI sceShellCoreUtilPostErrorLog(); -int PS4_SYSV_ABI sceShellCoreUtilPostLaunchConfirmResult(); -int PS4_SYSV_ABI sceShellCoreUtilPostPsmEventToShellUI(); -int PS4_SYSV_ABI sceShellCoreUtilPreNotifyOfGameLiveStreaming(); -int PS4_SYSV_ABI sceShellCoreUtilPreNotifyOfRemotePlay(); -int PS4_SYSV_ABI sceShellCoreUtilPreNotifyOfSharePlay(); -int PS4_SYSV_ABI sceShellCoreUtilReleaseBgmCpuBudget(); -int PS4_SYSV_ABI sceShellCoreUtilReleaseRemotePlayCpuBudget(); -int PS4_SYSV_ABI sceShellCoreUtilReleaseSharePlayCpuBudget(); -int PS4_SYSV_ABI sceShellCoreUtilReportSessionErrorToGaikaiController(); -int PS4_SYSV_ABI sceShellCoreUtilReportUnexpectedFatalErrorToSystemTelemetry(); -int PS4_SYSV_ABI sceShellCoreUtilRequestCameraCalibration(); -int PS4_SYSV_ABI sceShellCoreUtilRequestEjectDevice(); -int PS4_SYSV_ABI sceShellCoreUtilRequestRebootApp(); -int PS4_SYSV_ABI sceShellCoreUtilRequestShutdown(); -int PS4_SYSV_ABI sceShellCoreUtilResetAutoPowerDownTimer(); -int PS4_SYSV_ABI sceShellCoreUtilResetBgdcConfig(); -int PS4_SYSV_ABI sceShellCoreUtilSetAppData(); -int PS4_SYSV_ABI sceShellCoreUtilSetBgmProhibition(); -int PS4_SYSV_ABI sceShellCoreUtilSetDeviceIndexBehavior(); -int PS4_SYSV_ABI sceShellCoreUtilSetGameLiveStreamingOnAirFlag(); -int PS4_SYSV_ABI sceShellCoreUtilSetGameLiveStreamingStatus(); -int PS4_SYSV_ABI sceShellCoreUtilSetGnmCompositorOnScreenProfilerFlag(); -int PS4_SYSV_ABI sceShellCoreUtilSetGpuLoadEmulationMode(); -int PS4_SYSV_ABI sceShellCoreUtilSetGpuLoadEmulationModeByAppId(); -int PS4_SYSV_ABI sceShellCoreUtilSetIDUMode(); -int PS4_SYSV_ABI sceShellCoreUtilSetImposeStatusFlag(); -int PS4_SYSV_ABI sceShellCoreUtilSetPsStoreIconLayout(); -int PS4_SYSV_ABI sceShellCoreUtilSetPsStoreIconState(); -int PS4_SYSV_ABI sceShellCoreUtilSetRemotePlayStatus(); -int PS4_SYSV_ABI sceShellCoreUtilSetSharePlayStatus(); -int PS4_SYSV_ABI sceShellCoreUtilSetSkipUpdateCheck(); -int PS4_SYSV_ABI sceShellCoreUtilSetSocialScreenStatus(); -int PS4_SYSV_ABI sceShellCoreUtilSetSplashScreenState(); -int PS4_SYSV_ABI sceShellCoreUtilSetSystemBGState(); -int PS4_SYSV_ABI sceShellCoreUtilSetSystemBGWaveColor(); -int PS4_SYSV_ABI sceShellCoreUtilSetSystemBGWaveState(); -int PS4_SYSV_ABI sceShellCoreUtilSetUIStatus(); -int PS4_SYSV_ABI sceShellCoreUtilSetUserFocus(); -int PS4_SYSV_ABI sceShellCoreUtilShowCriticalErrorDialog(); -int PS4_SYSV_ABI sceShellCoreUtilShowErrorDialog(); -int PS4_SYSV_ABI sceShellCoreUtilShowErrorDialogWithFormatArgs(); -int PS4_SYSV_ABI sceShellCoreUtilShowErrorDialogWithParam(); -int PS4_SYSV_ABI sceShellCoreUtilShowPsUnderLockIndicator(); -int PS4_SYSV_ABI sceShellCoreUtilSignalUserInput(); -int PS4_SYSV_ABI sceShellCoreUtilStartOptimization(); -int PS4_SYSV_ABI sceShellCoreUtilStartPsNowGame(); -int PS4_SYSV_ABI sceShellCoreUtilStopOptimization(); -int PS4_SYSV_ABI sceShellCoreUtilStopPsNowGame(); -int PS4_SYSV_ABI sceShellCoreUtilTestBusTransferSpeed(); -int PS4_SYSV_ABI sceShellCoreUtilTickHeartBeat(); -int PS4_SYSV_ABI sceShellCoreUtilTriggerPapcRecalculation(); -int PS4_SYSV_ABI sceShellCoreUtilTriggerPapcUpdate(); -int PS4_SYSV_ABI sceShellCoreUtilTurnOffScreenSaver(); -int PS4_SYSV_ABI sceShellCoreUtilUnmountAppRight(); -int PS4_SYSV_ABI sceShellCoreUtilUnmountDownloadDataForShellUI(); -int PS4_SYSV_ABI sceShellCoreUtilUnmountHddForBackup(); -int PS4_SYSV_ABI sceShellCoreUtilUnmountHddForRestore(); -int PS4_SYSV_ABI sceShellCoreUtilWriteSmrHddDummyData(); -int PS4_SYSV_ABI Func_1E5CA5A71FA7F028(); -int PS4_SYSV_ABI Func_6D43644F75C38346(); -int PS4_SYSV_ABI Func_739FB849CB28F445(); -int PS4_SYSV_ABI Func_B20628FF35C74111(); -int PS4_SYSV_ABI sceSystemServiceInitializeForShellCore(); -int PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfExtraAudioDevices(); -int PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfImeForBigApp(); -int PS4_SYSV_ABI sceLncUtilAcquireCpuBudgetOfInGameStore(); -int PS4_SYSV_ABI sceLncUtilActivateCdlg(); -int PS4_SYSV_ABI sceLncUtilAddLocalProcess(); -int PS4_SYSV_ABI sceLncUtilBlockAppSuspend(); -int PS4_SYSV_ABI sceLncUtilBlockingGetEventForDaemon(); -int PS4_SYSV_ABI sceLncUtilContinueApp(); -int PS4_SYSV_ABI sceLncUtilCrashSyscore(); -int PS4_SYSV_ABI sceLncUtilDeactivateCdlg(); -int PS4_SYSV_ABI sceLncUtilDeclareReadyForSuspend(); -int PS4_SYSV_ABI sceLncUtilDisableSuspendNotification(); -int PS4_SYSV_ABI sceLncUtilEnableSuspendNotification(); -int PS4_SYSV_ABI sceLncUtilFinishSpecialResume(); -int PS4_SYSV_ABI sceLncUtilForceKillApp(); -int PS4_SYSV_ABI sceLncUtilForceKillLocalProcess(); -int PS4_SYSV_ABI sceLncUtilGetApp0DirPath(); -int PS4_SYSV_ABI sceLncUtilGetAppCategory(); -int PS4_SYSV_ABI sceLncUtilGetAppFocusedAppStatus(); -int PS4_SYSV_ABI sceLncUtilGetAppId(); -int PS4_SYSV_ABI sceLncUtilGetAppIdOfBigApp(); -int PS4_SYSV_ABI sceLncUtilGetAppIdOfMiniApp(); -int PS4_SYSV_ABI sceLncUtilGetAppLaunchedUser(); -int PS4_SYSV_ABI sceLncUtilGetAppStatus(); -int PS4_SYSV_ABI sceLncUtilGetAppStatusListForShellUIReboot(); -int PS4_SYSV_ABI sceLncUtilGetAppTitleId(); -int PS4_SYSV_ABI sceLncUtilGetAppType(); -int PS4_SYSV_ABI sceLncUtilGetCdlgExec(); -int PS4_SYSV_ABI sceLncUtilGetCoredumpState(); -int PS4_SYSV_ABI sceLncUtilGetDbgExecutablePath(); -int PS4_SYSV_ABI sceLncUtilGetEventForDaemon(); -int PS4_SYSV_ABI sceLncUtilGetEventForShellUI(); -int PS4_SYSV_ABI sceLncUtilGetGpuCrashFullDumpAppStatus(); -int PS4_SYSV_ABI sceLncUtilGetLocalProcessStatusList(); -int PS4_SYSV_ABI sceLncUtilGetParentSocket(); -int PS4_SYSV_ABI sceLncUtilGetResultKillApp(); -int PS4_SYSV_ABI sceLncUtilGetResultLaunchAppByTitleId(); -int PS4_SYSV_ABI sceLncUtilInitialize(); -int PS4_SYSV_ABI sceLncUtilIsActiveCdlg(); -int PS4_SYSV_ABI sceLncUtilIsAppLaunched(); -int PS4_SYSV_ABI sceLncUtilIsAppSuspended(); -int PS4_SYSV_ABI sceLncUtilIsCpuBudgetOfExtraAudioDevicesAvailable(); -int PS4_SYSV_ABI sceLncUtilIsPs2Emu(); -int PS4_SYSV_ABI sceLncUtilIsShellUiFgAndGameBgCpuMode(); -int PS4_SYSV_ABI sceLncUtilKickCoredumpOnlyProcMem(); -int PS4_SYSV_ABI sceLncUtilKillApp(); -int PS4_SYSV_ABI sceLncUtilKillAppWithReason(); -int PS4_SYSV_ABI sceLncUtilKillLocalProcess(); -int PS4_SYSV_ABI sceLncUtilLaunchApp(); -int PS4_SYSV_ABI sceLncUtilLoadExec(); -int PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestEnd(); -int PS4_SYSV_ABI sceLncUtilNotifyCoredumpRequestProgress(); -int PS4_SYSV_ABI sceLncUtilNotifyVshReady(); -int PS4_SYSV_ABI sceLncUtilRaiseException(); -int PS4_SYSV_ABI sceLncUtilRaiseExceptionLocalProcess(); -int PS4_SYSV_ABI sceLncUtilRegisterCdlgSharedMemoryName(); -int PS4_SYSV_ABI sceLncUtilRegisterDaemon(); -int PS4_SYSV_ABI sceLncUtilRegisterShellUI(); -int PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfExtraAudioDevices(); -int PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfImeForBigApp(); -int PS4_SYSV_ABI sceLncUtilReleaseCpuBudgetOfInGameStore(); -int PS4_SYSV_ABI sceLncUtilResumeApp(); -int PS4_SYSV_ABI sceLncUtilResumeLocalProcess(); -int PS4_SYSV_ABI sceLncUtilSetAppFocus(); -int PS4_SYSV_ABI sceLncUtilSetCdlgExec(); -int PS4_SYSV_ABI sceLncUtilSetControllerFocus(); -int PS4_SYSV_ABI sceLncUtilSetControllerFocusPermission(); -int PS4_SYSV_ABI sceLncUtilStartKillApp(); -int PS4_SYSV_ABI sceLncUtilStartLaunchAppByTitleId(); -int PS4_SYSV_ABI sceLncUtilSuspendApp(); -int PS4_SYSV_ABI sceLncUtilSuspendBackgroundApp(); -int PS4_SYSV_ABI sceLncUtilSuspendLocalProcess(); -int PS4_SYSV_ABI sceLncUtilSystemSuspend(); -int PS4_SYSV_ABI sceLncUtilTerminate(); -int PS4_SYSV_ABI sceLncUtilTryBlockAppSuspend(); -int PS4_SYSV_ABI sceLncUtilUnblockAppSuspend(); -int PS4_SYSV_ABI sceLncUtilUnregisterCdlgSharedMemoryName(); -int PS4_SYSV_ABI sceLncUtilUnregisterDaemon(); -int PS4_SYSV_ABI sceLncUtilUnregisterShellUI(); -int PS4_SYSV_ABI sceSystemServiceTelemetrySetData(); -int PS4_SYSV_ABI sceAppMessagingClearEventFlag(); -int PS4_SYSV_ABI sceAppMessagingReceiveMsg(); -int PS4_SYSV_ABI sceAppMessagingSendMsg(); -int PS4_SYSV_ABI sceAppMessagingSendMsgToShellCore(); -int PS4_SYSV_ABI sceAppMessagingSendMsgToShellUI(); -int PS4_SYSV_ABI sceAppMessagingSetEventFlag(); -int PS4_SYSV_ABI sceAppMessagingTryGetEventFlag(); -int PS4_SYSV_ABI sceAppMessagingTryReceiveMsg(); -int PS4_SYSV_ABI Func_C8E899ABEF7F64C4(); -int PS4_SYSV_ABI Func_F74BA759B9C8D2A1(); -int PS4_SYSV_ABI sceSystemServiceDisablePartyVoice(); -int PS4_SYSV_ABI sceSystemServiceReenablePartyVoice(); -int PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacyDefinitionData(); -int PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacyDefinitionVersion(); -int PS4_SYSV_ABI sceSystemServiceGetPlatformPrivacySetting(); -int PS4_SYSV_ABI sceSystemServiceRequestPowerOff(); -int PS4_SYSV_ABI sceSystemServiceRequestReboot(); -int PS4_SYSV_ABI sceSystemServiceAddLocalProcessForPs2Emu(); -int PS4_SYSV_ABI sceSystemServiceGetParentSocketForPs2Emu(); -int PS4_SYSV_ABI sceSystemServiceKillLocalProcessForPs2Emu(); -int PS4_SYSV_ABI sceSystemServiceShowImposeMenuForPs2Emu(); -int PS4_SYSV_ABI sceSystemServiceDisableVoiceRecognition(); -int PS4_SYSV_ABI sceSystemServiceReenableVoiceRecognition(); -int PS4_SYSV_ABI sceSystemServiceDeclareReadyForSuspend(); -int PS4_SYSV_ABI sceSystemServiceDisableSuspendNotification(); -int PS4_SYSV_ABI sceSystemServiceEnableSuspendNotification(); -int PS4_SYSV_ABI sceSystemServiceLaunchStore(); -int PS4_SYSV_ABI sceSystemServiceSetPowerSaveLevel(); -int PS4_SYSV_ABI sceSystemServiceLaunchUdsApp(); -int PS4_SYSV_ABI sceSystemServiceLoadExecVideoServiceWebApp(); +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 sceSystemServiceActivateHevcSoft(); +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftAbort(); +s32 PS4_SYSV_ABI sceSystemServiceActivateHevcSoftGetStatus(); +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(); +s32 PS4_SYSV_ABI sceShellCoreUtilAcquireRemotePlayCpuBudget(); +s32 PS4_SYSV_ABI sceShellCoreUtilAcquireSharePlayCpuBudget(); +s32 PS4_SYSV_ABI sceShellCoreUtilActivateAbort(); +s32 PS4_SYSV_ABI sceShellCoreUtilActivateGetStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilActivateInit(); +s32 PS4_SYSV_ABI sceShellCoreUtilActivateIsActivated(); +s32 PS4_SYSV_ABI sceShellCoreUtilActivateRecordActivation(); +s32 PS4_SYSV_ABI sceShellCoreUtilActivateStart(); +s32 PS4_SYSV_ABI sceShellCoreUtilActivateStartAsync(); +s32 PS4_SYSV_ABI sceShellCoreUtilActivateTerm(); +s32 PS4_SYSV_ABI sceShellCoreUtilChangeRunLevel(); +s32 PS4_SYSV_ABI sceShellCoreUtilChangeToStaffModeForIDU(); +s32 PS4_SYSV_ABI sceShellCoreUtilCheckerAbort(); +s32 PS4_SYSV_ABI sceShellCoreUtilCleanupCrashReport(); +s32 PS4_SYSV_ABI sceShellCoreUtilClearAppData(); +s32 PS4_SYSV_ABI sceShellCoreUtilClearPsnAccountInfo(); +s32 PS4_SYSV_ABI sceShellCoreUtilCrashReportRequestCancel(); +s32 PS4_SYSV_ABI sceShellCoreUtilDeclareBeginOfExternalStorageAppMove(); +s32 PS4_SYSV_ABI sceShellCoreUtilDeclareEndOfExternalStorageAppMove(); +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDiscInstalledTitleWorkaroundFile(); +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedHidConfigFile(); +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedNetEvConfigFile(); +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteDownloadedTitleWorkaroundFile(); +s32 PS4_SYSV_ABI sceShellCoreUtilDeleteSmrHddDummyData(); +s32 PS4_SYSV_ABI sceShellCoreUtilDoFsck(); +s32 PS4_SYSV_ABI sceShellCoreUtilDownloadHidConfigFileFromServer(); +s32 PS4_SYSV_ABI sceShellCoreUtilDownloadNetEvConfigFileFromServer(); +s32 PS4_SYSV_ABI sceShellCoreUtilDownloadTitleWorkaroundFileFromServer(); +s32 PS4_SYSV_ABI sceShellCoreUtilEnterPowerLockSection(); +s32 PS4_SYSV_ABI sceShellCoreUtilExecuteCrashReport(); +s32 PS4_SYSV_ABI sceShellCoreUtilExfatFormatExternalHdd(); +s32 PS4_SYSV_ABI sceShellCoreUtilExitMiniApp(); +s32 PS4_SYSV_ABI sceShellCoreUtilExitMiniAppWithValue(); +s32 PS4_SYSV_ABI sceShellCoreUtilFillUpSpaceOnSmrHdd(); +s32 PS4_SYSV_ABI sceShellCoreUtilFormatExternalHdd(); +s32 PS4_SYSV_ABI sceShellCoreUtilFormatHddForRestore(); +s32 PS4_SYSV_ABI sceShellCoreUtilFreeUpSpaceOnSmrHdd(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppData(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppEnableTTS(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppEnterButtonAssign(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamInt(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamIntByBudgetType(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamString(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchedParamStringByBudgetType(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetAppLaunchTypeInfo(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetAutoPowerDownRemainingSeconds(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetBasicProductShape(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetCheckerString(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetCheckerStringEx(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetCloudClientStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportCoreFileSetSize(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportFilterInfoStart(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportInfoForBoot(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportInfoForBootStart(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportInfoStart(); +s32 PS4_SYSV_ABI sceShellCoreutilGetCrashReportProcessInformation(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportResult(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetCrashReportUploadStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetDeviceIndexBehavior(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetDeviceIndexBehaviorWithTimeout(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetEffectiveTotalSizeOfUserPartition(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetFreeSizeOfAvContentsTmp(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetFreeSizeOfUserPartition(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetFsckProgress(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetGameLiveStreamingStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetGnmCompositorOnScreenProfilerFlag(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetGpuLoadEmulationMode(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetGpuLoadEmulationModeByAppId(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetHidConfigFileInfoString(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetHidConfigFileString(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetHidConfigName(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetHidConfigNum(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetIDUMode(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetImposeMenuFlagForPs2Emu(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetManifestFileStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetNeedSizeOfAppContent(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetNetEvConfigFileInfoString(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetOptimizationStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetOutOfVrPlayZoneWarning(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetPapcGamePcl(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetPbtcUserInfoList(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetPlatformPrivacyDefinitionEventData(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetPlatformPrivacySetting(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetProgressOfFormatExternalHdd(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetProgressOfFsck(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetPsnAccountInfo(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetPsStoreIconLayout(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetPsStoreIconState(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetRegion(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetRemotePlayStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetRunLevel(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetSharePlayStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetShellUIVMStats(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetSmrHddInfoString(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetSocialScreenStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetSplashScreenState(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetSupportSiteURL(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetSuspendConfirmationDialogFlag(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetSystemBGState(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetSystemBGWaveColor(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetSystemBGWaveState(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetTitleWorkaroundFileInfoString(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetTitleWorkaroundFileString(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetUIStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetUserFocus(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetUserIdOfMorpheusUser(); +s32 PS4_SYSV_ABI sceShellCoreUtilGetVersionNumberOfCameraCalibrationData(); +s32 PS4_SYSV_ABI sceShellCoreUtilGoBackToKratosCurrentSessionGame(); +s32 PS4_SYSV_ABI sceShellCoreUtilHideBlocksFromUser(); +s32 PS4_SYSV_ABI sceShellCoreUtilIncrementVersionNumberOfCameraCalibrationData(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsAccessibilityZoomLocked(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsBgmCpuBudgetAcquired(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsBgmCpuBudgetAvailable(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsBgmPlaying(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsExternalStorageAppMoveInProgress(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsEyeToEyeDistanceAdjusted(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsGameLiveStreamingOnAir(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsImposeScreenOverlaid(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsInSystemSuspendBlackList(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsInternalKratosUser(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsKilledOrSuspendedByLogout(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsNeededCrashReport(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsPowerSaveAlertRequested(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsRemotePlayCpuBudgetAcquired(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsScreenSaverOn(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsSharePlayCpuBudgetAcquired(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsShowCrashReport(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsTemperatureDanger(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsTitleWorkaroundEnabled(); +s32 PS4_SYSV_ABI sceShellCoreUtilIsUsbMassStorageMounted(); +s32 PS4_SYSV_ABI sceShellCoreUtilLaunchByUri(); +s32 PS4_SYSV_ABI sceShellCoreUtilLeavePowerLockSection(); +s32 PS4_SYSV_ABI sceShellCoreUtilLog(); +s32 PS4_SYSV_ABI sceShellCoreUtilMakeManifestFile(); +s32 PS4_SYSV_ABI sceShellCoreUtilMountAppRight(); +s32 PS4_SYSV_ABI sceShellCoreUtilMountDownloadDataForShellUI(); +s32 PS4_SYSV_ABI sceShellCoreUtilMountHddForBackup(); +s32 PS4_SYSV_ABI sceShellCoreUtilMountHddForRestore(); +s32 PS4_SYSV_ABI sceShellCoreUtilNavigateToAnotherApp(); +s32 PS4_SYSV_ABI sceShellCoreUtilNavigateToGoHome(); +s32 PS4_SYSV_ABI sceShellCoreUtilNavigateToLaunchedApp(); +s32 PS4_SYSV_ABI sceShellCoreUtilNotificationCancelForIDU(); +s32 PS4_SYSV_ABI sceShellCoreUtilNotificationRequestedForIDU(); +s32 PS4_SYSV_ABI sceShellCoreUtilNotifyBgmCoreTermination(); +s32 PS4_SYSV_ABI sceShellCoreUtilNotifyFarsightUIDone(); +s32 PS4_SYSV_ABI sceShellCoreUtilNotifyFsReadError(); +s32 PS4_SYSV_ABI sceShellCoreUtilNotifyPsnAccountInfoReceived(); +s32 PS4_SYSV_ABI sceShellCoreUtilNotifyYouTubeAccountLinkStatusChanged(); +s32 PS4_SYSV_ABI sceShellCoreUtilPfAuthClientConsoleTokenClearCache(); +s32 PS4_SYSV_ABI sceShellCoreUtilPostActivityForPsNow(); +s32 PS4_SYSV_ABI sceShellCoreUtilPostErrorLog(); +s32 PS4_SYSV_ABI sceShellCoreUtilPostLaunchConfirmResult(); +s32 PS4_SYSV_ABI sceShellCoreUtilPostPsmEventToShellUI(); +s32 PS4_SYSV_ABI sceShellCoreUtilPreNotifyOfGameLiveStreaming(); +s32 PS4_SYSV_ABI sceShellCoreUtilPreNotifyOfRemotePlay(); +s32 PS4_SYSV_ABI sceShellCoreUtilPreNotifyOfSharePlay(); +s32 PS4_SYSV_ABI sceShellCoreUtilReleaseBgmCpuBudget(); +s32 PS4_SYSV_ABI sceShellCoreUtilReleaseRemotePlayCpuBudget(); +s32 PS4_SYSV_ABI sceShellCoreUtilReleaseSharePlayCpuBudget(); +s32 PS4_SYSV_ABI sceShellCoreUtilReportSessionErrorToGaikaiController(); +s32 PS4_SYSV_ABI sceShellCoreUtilReportUnexpectedFatalErrorToSystemTelemetry(); +s32 PS4_SYSV_ABI sceShellCoreUtilRequestCameraCalibration(); +s32 PS4_SYSV_ABI sceShellCoreUtilRequestEjectDevice(); +s32 PS4_SYSV_ABI sceShellCoreUtilRequestRebootApp(); +s32 PS4_SYSV_ABI sceShellCoreUtilRequestShutdown(); +s32 PS4_SYSV_ABI sceShellCoreUtilResetAutoPowerDownTimer(); +s32 PS4_SYSV_ABI sceShellCoreUtilResetBgdcConfig(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetAppData(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetBgmProhibition(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetDeviceIndexBehavior(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetGameLiveStreamingOnAirFlag(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetGameLiveStreamingStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetGnmCompositorOnScreenProfilerFlag(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetGpuLoadEmulationMode(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetGpuLoadEmulationModeByAppId(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetIDUMode(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetImposeStatusFlag(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetPsStoreIconLayout(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetPsStoreIconState(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetRemotePlayStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetSharePlayStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetSkipUpdateCheck(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetSocialScreenStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetSplashScreenState(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetSystemBGState(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetSystemBGWaveColor(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetSystemBGWaveState(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetUIStatus(); +s32 PS4_SYSV_ABI sceShellCoreUtilSetUserFocus(); +s32 PS4_SYSV_ABI sceShellCoreUtilShowCriticalErrorDialog(); +s32 PS4_SYSV_ABI sceShellCoreUtilShowErrorDialog(); +s32 PS4_SYSV_ABI sceShellCoreUtilShowErrorDialogWithFormatArgs(); +s32 PS4_SYSV_ABI sceShellCoreUtilShowErrorDialogWithParam(); +s32 PS4_SYSV_ABI sceShellCoreUtilShowPsUnderLockIndicator(); +s32 PS4_SYSV_ABI sceShellCoreUtilSignalUserInput(); +s32 PS4_SYSV_ABI sceShellCoreUtilStartOptimization(); +s32 PS4_SYSV_ABI sceShellCoreUtilStartPsNowGame(); +s32 PS4_SYSV_ABI sceShellCoreUtilStopOptimization(); +s32 PS4_SYSV_ABI sceShellCoreUtilStopPsNowGame(); +s32 PS4_SYSV_ABI sceShellCoreUtilTestBusTransferSpeed(); +s32 PS4_SYSV_ABI sceShellCoreUtilTickHeartBeat(); +s32 PS4_SYSV_ABI sceShellCoreUtilTriggerPapcRecalculation(); +s32 PS4_SYSV_ABI sceShellCoreUtilTriggerPapcUpdate(); +s32 PS4_SYSV_ABI sceShellCoreUtilTurnOffScreenSaver(); +s32 PS4_SYSV_ABI sceShellCoreUtilUnmountAppRight(); +s32 PS4_SYSV_ABI sceShellCoreUtilUnmountDownloadDataForShellUI(); +s32 PS4_SYSV_ABI sceShellCoreUtilUnmountHddForBackup(); +s32 PS4_SYSV_ABI sceShellCoreUtilUnmountHddForRestore(); +s32 PS4_SYSV_ABI sceShellCoreUtilWriteSmrHddDummyData(); +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 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 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 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 sceSystemServiceLaunchStore(); +s32 PS4_SYSV_ABI sceSystemServiceSetPowerSaveLevel(); +s32 PS4_SYSV_ABI sceSystemServiceLaunchUdsApp(); +s32 PS4_SYSV_ABI sceSystemServiceLoadExecVideoServiceWebApp(); void RegisterlibSceSystemService(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::SystemService \ No newline at end of file diff --git a/libraries/userservice.cpp b/libraries/userservice.cpp index 4a9f1cb..f2730ce 100644 --- a/libraries/userservice.cpp +++ b/libraries/userservice.cpp @@ -8,2117 +8,2117 @@ namespace Libraries::UserService { -int PS4_SYSV_ABI sceUserServiceInitializeForShellCore() { +s32 PS4_SYSV_ABI sceUserServiceInitializeForShellCore() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceTerminateForShellCore() { +s32 PS4_SYSV_ABI sceUserServiceTerminateForShellCore() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetRegisteredUserIdList() { +s32 PS4_SYSV_ABI sceUserServiceGetRegisteredUserIdList() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceRegisterEventCallback() { +s32 PS4_SYSV_ABI sceUserServiceRegisterEventCallback() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceUnregisterEventCallback() { +s32 PS4_SYSV_ABI sceUserServiceUnregisterEventCallback() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceDestroyUser() { +s32 PS4_SYSV_ABI sceUserServiceDestroyUser() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetAccessibilityKeyremapData() { +s32 PS4_SYSV_ABI sceUserServiceGetAccessibilityKeyremapData() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetAccessibilityKeyremapEnable() { +s32 PS4_SYSV_ABI sceUserServiceGetAccessibilityKeyremapEnable() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetAccessibilityPressAndHoldDelay() { +s32 PS4_SYSV_ABI sceUserServiceGetAccessibilityPressAndHoldDelay() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetAccessibilityVibration() { +s32 PS4_SYSV_ABI sceUserServiceGetAccessibilityVibration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetAccessibilityZoom() { +s32 PS4_SYSV_ABI sceUserServiceGetAccessibilityZoom() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetAccessibilityZoomEnabled() { +s32 PS4_SYSV_ABI sceUserServiceGetAccessibilityZoomEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetAccountRemarks() { +s32 PS4_SYSV_ABI sceUserServiceGetAccountRemarks() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetAgeVerified() { +s32 PS4_SYSV_ABI sceUserServiceGetAgeVerified() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetAppearOfflineSetting() { +s32 PS4_SYSV_ABI sceUserServiceGetAppearOfflineSetting() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetAppSortOrder() { +s32 PS4_SYSV_ABI sceUserServiceGetAppSortOrder() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetAutoLoginEnabled() { +s32 PS4_SYSV_ABI sceUserServiceGetAutoLoginEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetCreatedVersion() { +s32 PS4_SYSV_ABI sceUserServiceGetCreatedVersion() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetCurrentUserGroupIndex() { +s32 PS4_SYSV_ABI sceUserServiceGetCurrentUserGroupIndex() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetDefaultNewUserGroupName() { +s32 PS4_SYSV_ABI sceUserServiceGetDefaultNewUserGroupName() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetDeletedUserInfo() { +s32 PS4_SYSV_ABI sceUserServiceGetDeletedUserInfo() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetDiscPlayerFlag() { +s32 PS4_SYSV_ABI sceUserServiceGetDiscPlayerFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetEvent() { +s32 PS4_SYSV_ABI sceUserServiceGetEvent() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetEventCalendarType() { +s32 PS4_SYSV_ABI sceUserServiceGetEventCalendarType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetEventFilterTeamEvent() { +s32 PS4_SYSV_ABI sceUserServiceGetEventFilterTeamEvent() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetEventSortEvent() { +s32 PS4_SYSV_ABI sceUserServiceGetEventSortEvent() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetEventSortTitle() { +s32 PS4_SYSV_ABI sceUserServiceGetEventSortTitle() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetEventUiFlag() { +s32 PS4_SYSV_ABI sceUserServiceGetEventUiFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetEventVsh() { +s32 PS4_SYSV_ABI sceUserServiceGetEventVsh() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetFaceRecognitionDeleteCount() { +s32 PS4_SYSV_ABI sceUserServiceGetFaceRecognitionDeleteCount() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetFaceRecognitionRegisterCount() { +s32 PS4_SYSV_ABI sceUserServiceGetFaceRecognitionRegisterCount() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetFileBrowserFilter() { +s32 PS4_SYSV_ABI sceUserServiceGetFileBrowserFilter() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetFileBrowserSortContent() { +s32 PS4_SYSV_ABI sceUserServiceGetFileBrowserSortContent() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetFileBrowserSortTitle() { +s32 PS4_SYSV_ABI sceUserServiceGetFileBrowserSortTitle() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetFileSelectorFilter() { +s32 PS4_SYSV_ABI sceUserServiceGetFileSelectorFilter() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetFileSelectorSortContent() { +s32 PS4_SYSV_ABI sceUserServiceGetFileSelectorSortContent() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetFileSelectorSortTitle() { +s32 PS4_SYSV_ABI sceUserServiceGetFileSelectorSortTitle() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetForegroundUser() { +s32 PS4_SYSV_ABI sceUserServiceGetForegroundUser() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetFriendCustomListLastFocus() { +s32 PS4_SYSV_ABI sceUserServiceGetFriendCustomListLastFocus() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetFriendFlag() { +s32 PS4_SYSV_ABI sceUserServiceGetFriendFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsAccessTokenNiconicoLive() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsAccessTokenNiconicoLive() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsAccessTokenTwitch() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsAccessTokenTwitch() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsAccessTokenUstream() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsAccessTokenUstream() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsAnonymousUserId() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsAnonymousUserId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsBcTags() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsBcTags() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsBcTitle() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsBcTitle() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsBroadcastChannel() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsBroadcastChannel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsBroadcastersComment() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsBroadcastersComment() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsBroadcastersCommentColor() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsBroadcastersCommentColor() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsBroadcastService() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsBroadcastService() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsBroadcastUiLayout() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsBroadcastUiLayout() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCamCrop() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCamCrop() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCameraBgFilter() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraBgFilter() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCameraBrightness() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraBrightness() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCameraChromaKeyLevel() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraChromaKeyLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCameraContrast() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraContrast() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCameraDepthLevel() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraDepthLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCameraEdgeLevel() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraEdgeLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCameraEffect() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraEffect() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCameraEliminationLevel() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraEliminationLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCameraPosition() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraPosition() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCameraReflection() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraReflection() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCameraSize() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraSize() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCameraTransparency() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraTransparency() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsCommunityId() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsCommunityId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsFloatingMessage() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsFloatingMessage() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsHintFlag() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsHintFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsInitSpectating() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsInitSpectating() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsIsCameraHidden() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsIsCameraHidden() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsIsFacebookEnabled() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsIsFacebookEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsIsMuteEnabled() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsIsMuteEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsIsRecDisabled() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsIsRecDisabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsIsRecievedMessageHidden() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsIsRecievedMessageHidden() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsIsTwitterEnabled() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsIsTwitterEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsLanguageFilter() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsLanguageFilter() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsLfpsSortOrder() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsLfpsSortOrder() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality2() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality2() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality3() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality3() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality4() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality4() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality5() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality5() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsMessageFilterLevel() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsMessageFilterLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsTtsFlags() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsTtsFlags() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsTtsPitch() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsTtsPitch() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsTtsSpeed() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsTtsSpeed() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetGlsTtsVolume() { +s32 PS4_SYSV_ABI sceUserServiceGetGlsTtsVolume() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetHmuBrightness() { +s32 PS4_SYSV_ABI sceUserServiceGetHmuBrightness() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetHmuZoom() { +s32 PS4_SYSV_ABI sceUserServiceGetHmuZoom() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetHoldAudioOutDevice() { +s32 PS4_SYSV_ABI sceUserServiceGetHoldAudioOutDevice() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetHomeDirectory() { +s32 PS4_SYSV_ABI sceUserServiceGetHomeDirectory() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetImeAutoCapitalEnabled() { +s32 PS4_SYSV_ABI sceUserServiceGetImeAutoCapitalEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetImeInitFlag() { +s32 PS4_SYSV_ABI sceUserServiceGetImeInitFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetImeInputType() { +s32 PS4_SYSV_ABI sceUserServiceGetImeInputType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetImeLastUnit() { +s32 PS4_SYSV_ABI sceUserServiceGetImeLastUnit() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetImePointerMode() { +s32 PS4_SYSV_ABI sceUserServiceGetImePointerMode() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetImePredictiveTextEnabled() { +s32 PS4_SYSV_ABI sceUserServiceGetImePredictiveTextEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetImeRunCount() { +s32 PS4_SYSV_ABI sceUserServiceGetImeRunCount() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetInitialUser() { +s32 PS4_SYSV_ABI sceUserServiceGetInitialUser() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetIPDLeft() { +s32 PS4_SYSV_ABI sceUserServiceGetIPDLeft() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetIPDRight() { +s32 PS4_SYSV_ABI sceUserServiceGetIPDRight() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetIsFakePlus() { +s32 PS4_SYSV_ABI sceUserServiceGetIsFakePlus() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetIsQuickSignup() { +s32 PS4_SYSV_ABI sceUserServiceGetIsQuickSignup() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetIsRemotePlayAllowed() { +s32 PS4_SYSV_ABI sceUserServiceGetIsRemotePlayAllowed() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetJapaneseInputType() { +s32 PS4_SYSV_ABI sceUserServiceGetJapaneseInputType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetKeyboardType() { +s32 PS4_SYSV_ABI sceUserServiceGetKeyboardType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetKeyRepeatSpeed() { +s32 PS4_SYSV_ABI sceUserServiceGetKeyRepeatSpeed() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetKeyRepeatStartingTime() { +s32 PS4_SYSV_ABI sceUserServiceGetKeyRepeatStartingTime() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetKratosPrimaryUser() { +s32 PS4_SYSV_ABI sceUserServiceGetKratosPrimaryUser() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetLastLoginOrder() { +s32 PS4_SYSV_ABI sceUserServiceGetLastLoginOrder() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetLightBarBaseBrightness() { +s32 PS4_SYSV_ABI sceUserServiceGetLightBarBaseBrightness() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetLoginFlag() { +s32 PS4_SYSV_ABI sceUserServiceGetLoginFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetLoginUserIdList() { +s32 PS4_SYSV_ABI sceUserServiceGetLoginUserIdList() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetMicLevel() { +s32 PS4_SYSV_ABI sceUserServiceGetMicLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetMouseHandType() { +s32 PS4_SYSV_ABI sceUserServiceGetMouseHandType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetMousePointerSpeed() { +s32 PS4_SYSV_ABI sceUserServiceGetMousePointerSpeed() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNotificationBehavior() { +s32 PS4_SYSV_ABI sceUserServiceGetNotificationBehavior() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNotificationSettings() { +s32 PS4_SYSV_ABI sceUserServiceGetNotificationSettings() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpAccountId() { +s32 PS4_SYSV_ABI sceUserServiceGetNpAccountId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpAccountUpgradeFlag() { +s32 PS4_SYSV_ABI sceUserServiceGetNpAccountUpgradeFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpAge() { +s32 PS4_SYSV_ABI sceUserServiceGetNpAge() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpAuthErrorFlag() { +s32 PS4_SYSV_ABI sceUserServiceGetNpAuthErrorFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpCountryCode() { +s32 PS4_SYSV_ABI sceUserServiceGetNpCountryCode() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpDateOfBirth() { +s32 PS4_SYSV_ABI sceUserServiceGetNpDateOfBirth() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpEnv() { +s32 PS4_SYSV_ABI sceUserServiceGetNpEnv() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpLanguageCode() { +s32 PS4_SYSV_ABI sceUserServiceGetNpLanguageCode() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpLanguageCode2() { +s32 PS4_SYSV_ABI sceUserServiceGetNpLanguageCode2() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpLoginId() { +s32 PS4_SYSV_ABI sceUserServiceGetNpLoginId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpMAccountId() { +s32 PS4_SYSV_ABI sceUserServiceGetNpMAccountId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpNpId() { +s32 PS4_SYSV_ABI sceUserServiceGetNpNpId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpOfflineAccountAdult() { +s32 PS4_SYSV_ABI sceUserServiceGetNpOfflineAccountAdult() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpOfflineAccountId() { +s32 PS4_SYSV_ABI sceUserServiceGetNpOfflineAccountId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpOnlineId() { +s32 PS4_SYSV_ABI sceUserServiceGetNpOnlineId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetNpSubAccount() { +s32 PS4_SYSV_ABI sceUserServiceGetNpSubAccount() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPadSpeakerVolume() { +s32 PS4_SYSV_ABI sceUserServiceGetPadSpeakerVolume() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetParentalBdAge() { +s32 PS4_SYSV_ABI sceUserServiceGetParentalBdAge() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetParentalBrowser() { +s32 PS4_SYSV_ABI sceUserServiceGetParentalBrowser() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetParentalDvd() { +s32 PS4_SYSV_ABI sceUserServiceGetParentalDvd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetParentalDvdRegion() { +s32 PS4_SYSV_ABI sceUserServiceGetParentalDvdRegion() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetParentalGame() { +s32 PS4_SYSV_ABI sceUserServiceGetParentalGame() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetParentalGameAgeLevel() { +s32 PS4_SYSV_ABI sceUserServiceGetParentalGameAgeLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetParentalMorpheus() { +s32 PS4_SYSV_ABI sceUserServiceGetParentalMorpheus() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPartyMuteList() { +s32 PS4_SYSV_ABI sceUserServiceGetPartyMuteList() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPartyMuteListA() { +s32 PS4_SYSV_ABI sceUserServiceGetPartyMuteListA() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPartySettingFlags() { +s32 PS4_SYSV_ABI sceUserServiceGetPartySettingFlags() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPasscode() { +s32 PS4_SYSV_ABI sceUserServiceGetPasscode() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcAdditionalTime() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcAdditionalTime() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcFlag() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcFridayDuration() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcFridayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcFridayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcFridayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcFridayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcFridayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcMode() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcMode() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcMondayDuration() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcMondayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcMondayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcMondayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcMondayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcMondayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcPlayTime() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcPlayTime() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcPlayTimeLastUpdated() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcPlayTimeLastUpdated() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcSaturdayDuration() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcSaturdayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcSaturdayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcSaturdayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcSaturdayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcSaturdayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcSundayDuration() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcSundayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcSundayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcSundayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcSundayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcSundayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcThursdayDuration() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcThursdayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcThursdayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcThursdayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcThursdayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcThursdayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcTuesdayDuration() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcTuesdayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcTuesdayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcTuesdayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcTuesdayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcTuesdayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcTzOffset() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcTzOffset() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayDuration() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPlayTogetherFlags() { +s32 PS4_SYSV_ABI sceUserServiceGetPlayTogetherFlags() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetPsnPasswordForDebug() { +s32 PS4_SYSV_ABI sceUserServiceGetPsnPasswordForDebug() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetRegisteredHomeUserIdList() { +s32 PS4_SYSV_ABI sceUserServiceGetRegisteredHomeUserIdList() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetSaveDataAutoUpload() { +s32 PS4_SYSV_ABI sceUserServiceGetSaveDataAutoUpload() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetSaveDataSort() { +s32 PS4_SYSV_ABI sceUserServiceGetSaveDataSort() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetSaveDataTutorialFlag() { +s32 PS4_SYSV_ABI sceUserServiceGetSaveDataTutorialFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetSecureHomeDirectory() { +s32 PS4_SYSV_ABI sceUserServiceGetSecureHomeDirectory() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetShareButtonAssign() { +s32 PS4_SYSV_ABI sceUserServiceGetShareButtonAssign() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetShareDailymotionAccessToken() { +s32 PS4_SYSV_ABI sceUserServiceGetShareDailymotionAccessToken() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetShareDailymotionRefreshToken() { +s32 PS4_SYSV_ABI sceUserServiceGetShareDailymotionRefreshToken() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetSharePlayFlags() { +s32 PS4_SYSV_ABI sceUserServiceGetSharePlayFlags() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetSharePlayFramerateHost() { +s32 PS4_SYSV_ABI sceUserServiceGetSharePlayFramerateHost() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetSharePlayResolutionHost() { +s32 PS4_SYSV_ABI sceUserServiceGetSharePlayResolutionHost() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetShareStatus() { +s32 PS4_SYSV_ABI sceUserServiceGetShareStatus() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetShareStatus2() { +s32 PS4_SYSV_ABI sceUserServiceGetShareStatus2() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountId() { +s32 PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountIdClockType() { +s32 PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountIdClockType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountIdParam() { +s32 PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountIdParam() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountIdTtl() { +s32 PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountIdTtl() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetTeamShowAboutTeam() { +s32 PS4_SYSV_ABI sceUserServiceGetTeamShowAboutTeam() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetThemeBgImageDimmer() { +s32 PS4_SYSV_ABI sceUserServiceGetThemeBgImageDimmer() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetThemeBgImageWaveColor() { +s32 PS4_SYSV_ABI sceUserServiceGetThemeBgImageWaveColor() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetThemeBgImageZoom() { +s32 PS4_SYSV_ABI sceUserServiceGetThemeBgImageZoom() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetThemeEntitlementId() { +s32 PS4_SYSV_ABI sceUserServiceGetThemeEntitlementId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetThemeHomeShareOwner() { +s32 PS4_SYSV_ABI sceUserServiceGetThemeHomeShareOwner() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetThemeTextShadow() { +s32 PS4_SYSV_ABI sceUserServiceGetThemeTextShadow() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetThemeWaveColor() { +s32 PS4_SYSV_ABI sceUserServiceGetThemeWaveColor() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetTopMenuLimitItem() { +s32 PS4_SYSV_ABI sceUserServiceGetTopMenuLimitItem() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetTopMenuNotificationFlag() { +s32 PS4_SYSV_ABI sceUserServiceGetTopMenuNotificationFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetTopMenuTutorialFlag() { +s32 PS4_SYSV_ABI sceUserServiceGetTopMenuTutorialFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetTraditionalChineseInputType() { +s32 PS4_SYSV_ABI sceUserServiceGetTraditionalChineseInputType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetUserColor() { +s32 PS4_SYSV_ABI sceUserServiceGetUserColor() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetUserGroupName() { +s32 PS4_SYSV_ABI sceUserServiceGetUserGroupName() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetUserGroupNameList() { +s32 PS4_SYSV_ABI sceUserServiceGetUserGroupNameList() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetUserGroupNum() { +s32 PS4_SYSV_ABI sceUserServiceGetUserGroupNum() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetUserName() { +s32 PS4_SYSV_ABI sceUserServiceGetUserName() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetUserStatus() { +s32 PS4_SYSV_ABI sceUserServiceGetUserStatus() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetVibrationEnabled() { +s32 PS4_SYSV_ABI sceUserServiceGetVibrationEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetVoiceRecognitionLastUsedOsk() { +s32 PS4_SYSV_ABI sceUserServiceGetVoiceRecognitionLastUsedOsk() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetVoiceRecognitionTutorialState() { +s32 PS4_SYSV_ABI sceUserServiceGetVoiceRecognitionTutorialState() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetVolumeForController() { +s32 PS4_SYSV_ABI sceUserServiceGetVolumeForController() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetVolumeForGenericUSB() { +s32 PS4_SYSV_ABI sceUserServiceGetVolumeForGenericUSB() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetVolumeForMorpheusSidetone() { +s32 PS4_SYSV_ABI sceUserServiceGetVolumeForMorpheusSidetone() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceGetVolumeForSidetone() { +s32 PS4_SYSV_ABI sceUserServiceGetVolumeForSidetone() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceInitialize() { +s32 PS4_SYSV_ABI sceUserServiceInitialize() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceInitialize2() { +s32 PS4_SYSV_ABI sceUserServiceInitialize2() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceIsGuestUser() { +s32 PS4_SYSV_ABI sceUserServiceIsGuestUser() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceIsKratosPrimaryUser() { +s32 PS4_SYSV_ABI sceUserServiceIsKratosPrimaryUser() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceIsKratosUser() { +s32 PS4_SYSV_ABI sceUserServiceIsKratosUser() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceIsLoggedIn() { +s32 PS4_SYSV_ABI sceUserServiceIsLoggedIn() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceIsLoggedInWithoutLock() { +s32 PS4_SYSV_ABI sceUserServiceIsLoggedInWithoutLock() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceIsSharePlayClientUser() { +s32 PS4_SYSV_ABI sceUserServiceIsSharePlayClientUser() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceIsUserStorageAccountBound() { +s32 PS4_SYSV_ABI sceUserServiceIsUserStorageAccountBound() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceLogin() { +s32 PS4_SYSV_ABI sceUserServiceLogin() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceLogout() { +s32 PS4_SYSV_ABI sceUserServiceLogout() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetAccessibilityKeyremapData() { +s32 PS4_SYSV_ABI sceUserServiceSetAccessibilityKeyremapData() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetAccessibilityKeyremapEnable() { +s32 PS4_SYSV_ABI sceUserServiceSetAccessibilityKeyremapEnable() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetAccessibilityZoom() { +s32 PS4_SYSV_ABI sceUserServiceSetAccessibilityZoom() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetAccountRemarks() { +s32 PS4_SYSV_ABI sceUserServiceSetAccountRemarks() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetAgeVerified() { +s32 PS4_SYSV_ABI sceUserServiceSetAgeVerified() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetAppearOfflineSetting() { +s32 PS4_SYSV_ABI sceUserServiceSetAppearOfflineSetting() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetAppSortOrder() { +s32 PS4_SYSV_ABI sceUserServiceSetAppSortOrder() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetAutoLoginEnabled() { +s32 PS4_SYSV_ABI sceUserServiceSetAutoLoginEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetCreatedVersion() { +s32 PS4_SYSV_ABI sceUserServiceSetCreatedVersion() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetDiscPlayerFlag() { +s32 PS4_SYSV_ABI sceUserServiceSetDiscPlayerFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetEventCalendarType() { +s32 PS4_SYSV_ABI sceUserServiceSetEventCalendarType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetEventFilterTeamEvent() { +s32 PS4_SYSV_ABI sceUserServiceSetEventFilterTeamEvent() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetEventSortEvent() { +s32 PS4_SYSV_ABI sceUserServiceSetEventSortEvent() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetEventSortTitle() { +s32 PS4_SYSV_ABI sceUserServiceSetEventSortTitle() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetEventUiFlag() { +s32 PS4_SYSV_ABI sceUserServiceSetEventUiFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetFaceRecognitionDeleteCount() { +s32 PS4_SYSV_ABI sceUserServiceSetFaceRecognitionDeleteCount() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetFaceRecognitionRegisterCount() { +s32 PS4_SYSV_ABI sceUserServiceSetFaceRecognitionRegisterCount() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetFileBrowserFilter() { +s32 PS4_SYSV_ABI sceUserServiceSetFileBrowserFilter() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetFileBrowserSortContent() { +s32 PS4_SYSV_ABI sceUserServiceSetFileBrowserSortContent() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetFileBrowserSortTitle() { +s32 PS4_SYSV_ABI sceUserServiceSetFileBrowserSortTitle() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetFileSelectorFilter() { +s32 PS4_SYSV_ABI sceUserServiceSetFileSelectorFilter() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetFileSelectorSortContent() { +s32 PS4_SYSV_ABI sceUserServiceSetFileSelectorSortContent() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetFileSelectorSortTitle() { +s32 PS4_SYSV_ABI sceUserServiceSetFileSelectorSortTitle() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetForegroundUser() { +s32 PS4_SYSV_ABI sceUserServiceSetForegroundUser() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetFriendCustomListLastFocus() { +s32 PS4_SYSV_ABI sceUserServiceSetFriendCustomListLastFocus() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetFriendFlag() { +s32 PS4_SYSV_ABI sceUserServiceSetFriendFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsAccessTokenNiconicoLive() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsAccessTokenNiconicoLive() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsAccessTokenTwitch() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsAccessTokenTwitch() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsAccessTokenUstream() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsAccessTokenUstream() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsAnonymousUserId() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsAnonymousUserId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsBcTags() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsBcTags() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsBcTitle() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsBcTitle() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsBroadcastChannel() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsBroadcastChannel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsBroadcastersComment() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsBroadcastersComment() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsBroadcastersCommentColor() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsBroadcastersCommentColor() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsBroadcastService() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsBroadcastService() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsBroadcastUiLayout() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsBroadcastUiLayout() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCamCrop() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCamCrop() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCameraBgFilter() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraBgFilter() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCameraBrightness() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraBrightness() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCameraChromaKeyLevel() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraChromaKeyLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCameraContrast() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraContrast() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCameraDepthLevel() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraDepthLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCameraEdgeLevel() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraEdgeLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCameraEffect() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraEffect() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCameraEliminationLevel() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraEliminationLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCameraPosition() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraPosition() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCameraReflection() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraReflection() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCameraSize() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraSize() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCameraTransparency() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraTransparency() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsCommunityId() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsCommunityId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsFloatingMessage() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsFloatingMessage() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsHintFlag() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsHintFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsInitSpectating() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsInitSpectating() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsIsCameraHidden() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsIsCameraHidden() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsIsFacebookEnabled() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsIsFacebookEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsIsMuteEnabled() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsIsMuteEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsIsRecDisabled() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsIsRecDisabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsIsRecievedMessageHidden() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsIsRecievedMessageHidden() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsIsTwitterEnabled() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsIsTwitterEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsLanguageFilter() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsLanguageFilter() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsLfpsSortOrder() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsLfpsSortOrder() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality2() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality2() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality3() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality3() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality4() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality4() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality5() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality5() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsMessageFilterLevel() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsMessageFilterLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsTtsFlags() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsTtsFlags() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsTtsPitch() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsTtsPitch() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsTtsSpeed() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsTtsSpeed() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetGlsTtsVolume() { +s32 PS4_SYSV_ABI sceUserServiceSetGlsTtsVolume() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetHmuBrightness() { +s32 PS4_SYSV_ABI sceUserServiceSetHmuBrightness() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetHmuZoom() { +s32 PS4_SYSV_ABI sceUserServiceSetHmuZoom() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetHoldAudioOutDevice() { +s32 PS4_SYSV_ABI sceUserServiceSetHoldAudioOutDevice() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetImeAutoCapitalEnabled() { +s32 PS4_SYSV_ABI sceUserServiceSetImeAutoCapitalEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetImeInitFlag() { +s32 PS4_SYSV_ABI sceUserServiceSetImeInitFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetImeInputType() { +s32 PS4_SYSV_ABI sceUserServiceSetImeInputType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetImeLastUnit() { +s32 PS4_SYSV_ABI sceUserServiceSetImeLastUnit() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetImePointerMode() { +s32 PS4_SYSV_ABI sceUserServiceSetImePointerMode() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetImePredictiveTextEnabled() { +s32 PS4_SYSV_ABI sceUserServiceSetImePredictiveTextEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetImeRunCount() { +s32 PS4_SYSV_ABI sceUserServiceSetImeRunCount() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetIPDLeft() { +s32 PS4_SYSV_ABI sceUserServiceSetIPDLeft() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetIPDRight() { +s32 PS4_SYSV_ABI sceUserServiceSetIPDRight() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetIsFakePlus() { +s32 PS4_SYSV_ABI sceUserServiceSetIsFakePlus() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetIsQuickSignup() { +s32 PS4_SYSV_ABI sceUserServiceSetIsQuickSignup() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetIsRemotePlayAllowed() { +s32 PS4_SYSV_ABI sceUserServiceSetIsRemotePlayAllowed() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetJapaneseInputType() { +s32 PS4_SYSV_ABI sceUserServiceSetJapaneseInputType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetKeyboardType() { +s32 PS4_SYSV_ABI sceUserServiceSetKeyboardType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetKeyRepeatSpeed() { +s32 PS4_SYSV_ABI sceUserServiceSetKeyRepeatSpeed() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetKeyRepeatStartingTime() { +s32 PS4_SYSV_ABI sceUserServiceSetKeyRepeatStartingTime() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetLightBarBaseBrightness() { +s32 PS4_SYSV_ABI sceUserServiceSetLightBarBaseBrightness() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetLoginFlag() { +s32 PS4_SYSV_ABI sceUserServiceSetLoginFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetMicLevel() { +s32 PS4_SYSV_ABI sceUserServiceSetMicLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetMouseHandType() { +s32 PS4_SYSV_ABI sceUserServiceSetMouseHandType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetMousePointerSpeed() { +s32 PS4_SYSV_ABI sceUserServiceSetMousePointerSpeed() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNotificationBehavior() { +s32 PS4_SYSV_ABI sceUserServiceSetNotificationBehavior() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNotificationSettings() { +s32 PS4_SYSV_ABI sceUserServiceSetNotificationSettings() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpAccountUpgradeFlag() { +s32 PS4_SYSV_ABI sceUserServiceSetNpAccountUpgradeFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpAge() { +s32 PS4_SYSV_ABI sceUserServiceSetNpAge() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpAuthErrorFlag() { +s32 PS4_SYSV_ABI sceUserServiceSetNpAuthErrorFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpCountryCode() { +s32 PS4_SYSV_ABI sceUserServiceSetNpCountryCode() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpDateOfBirth() { +s32 PS4_SYSV_ABI sceUserServiceSetNpDateOfBirth() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpEnv() { +s32 PS4_SYSV_ABI sceUserServiceSetNpEnv() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpLanguageCode() { +s32 PS4_SYSV_ABI sceUserServiceSetNpLanguageCode() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpLanguageCode2() { +s32 PS4_SYSV_ABI sceUserServiceSetNpLanguageCode2() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpLoginId() { +s32 PS4_SYSV_ABI sceUserServiceSetNpLoginId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpMAccountId() { +s32 PS4_SYSV_ABI sceUserServiceSetNpMAccountId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpNpId() { +s32 PS4_SYSV_ABI sceUserServiceSetNpNpId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpOfflineAccountAdult() { +s32 PS4_SYSV_ABI sceUserServiceSetNpOfflineAccountAdult() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpOnlineId() { +s32 PS4_SYSV_ABI sceUserServiceSetNpOnlineId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetNpSubAccount() { +s32 PS4_SYSV_ABI sceUserServiceSetNpSubAccount() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPadSpeakerVolume() { +s32 PS4_SYSV_ABI sceUserServiceSetPadSpeakerVolume() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetParentalBdAge() { +s32 PS4_SYSV_ABI sceUserServiceSetParentalBdAge() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetParentalBrowser() { +s32 PS4_SYSV_ABI sceUserServiceSetParentalBrowser() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetParentalDvd() { +s32 PS4_SYSV_ABI sceUserServiceSetParentalDvd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetParentalDvdRegion() { +s32 PS4_SYSV_ABI sceUserServiceSetParentalDvdRegion() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetParentalGame() { +s32 PS4_SYSV_ABI sceUserServiceSetParentalGame() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetParentalGameAgeLevel() { +s32 PS4_SYSV_ABI sceUserServiceSetParentalGameAgeLevel() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetParentalMorpheus() { +s32 PS4_SYSV_ABI sceUserServiceSetParentalMorpheus() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPartyMuteList() { +s32 PS4_SYSV_ABI sceUserServiceSetPartyMuteList() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPartyMuteListA() { +s32 PS4_SYSV_ABI sceUserServiceSetPartyMuteListA() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPartySettingFlags() { +s32 PS4_SYSV_ABI sceUserServiceSetPartySettingFlags() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPasscode() { +s32 PS4_SYSV_ABI sceUserServiceSetPasscode() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcAdditionalTime() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcAdditionalTime() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcFlag() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcFridayDuration() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcFridayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcFridayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcFridayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcFridayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcFridayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcMode() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcMode() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcMondayDuration() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcMondayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcMondayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcMondayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcMondayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcMondayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcPlayTime() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcPlayTime() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcPlayTimeLastUpdated() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcPlayTimeLastUpdated() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcSaturdayDuration() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcSaturdayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcSaturdayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcSaturdayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcSaturdayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcSaturdayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcSundayDuration() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcSundayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcSundayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcSundayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcSundayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcSundayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcThursdayDuration() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcThursdayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcThursdayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcThursdayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcThursdayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcThursdayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcTuesdayDuration() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcTuesdayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcTuesdayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcTuesdayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcTuesdayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcTuesdayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcTzOffset() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcTzOffset() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcWednesdayDuration() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcWednesdayDuration() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcWednesdayHoursEnd() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcWednesdayHoursEnd() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPbtcWednesdayHoursStart() { +s32 PS4_SYSV_ABI sceUserServiceSetPbtcWednesdayHoursStart() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPlayTogetherFlags() { +s32 PS4_SYSV_ABI sceUserServiceSetPlayTogetherFlags() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetPsnPasswordForDebug() { +s32 PS4_SYSV_ABI sceUserServiceSetPsnPasswordForDebug() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetSaveDataAutoUpload() { +s32 PS4_SYSV_ABI sceUserServiceSetSaveDataAutoUpload() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetSaveDataSort() { +s32 PS4_SYSV_ABI sceUserServiceSetSaveDataSort() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetSaveDataTutorialFlag() { +s32 PS4_SYSV_ABI sceUserServiceSetSaveDataTutorialFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetShareButtonAssign() { +s32 PS4_SYSV_ABI sceUserServiceSetShareButtonAssign() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetShareDailymotionAccessToken() { +s32 PS4_SYSV_ABI sceUserServiceSetShareDailymotionAccessToken() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetShareDailymotionRefreshToken() { +s32 PS4_SYSV_ABI sceUserServiceSetShareDailymotionRefreshToken() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetSharePlayFlags() { +s32 PS4_SYSV_ABI sceUserServiceSetSharePlayFlags() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetSharePlayFramerateHost() { +s32 PS4_SYSV_ABI sceUserServiceSetSharePlayFramerateHost() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetSharePlayResolutionHost() { +s32 PS4_SYSV_ABI sceUserServiceSetSharePlayResolutionHost() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetShareStatus() { +s32 PS4_SYSV_ABI sceUserServiceSetShareStatus() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetShareStatus2() { +s32 PS4_SYSV_ABI sceUserServiceSetShareStatus2() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountId() { +s32 PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountIdClockType() { +s32 PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountIdClockType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountIdParam() { +s32 PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountIdParam() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountIdTtl() { +s32 PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountIdTtl() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetTeamShowAboutTeam() { +s32 PS4_SYSV_ABI sceUserServiceSetTeamShowAboutTeam() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetThemeBgImageDimmer() { +s32 PS4_SYSV_ABI sceUserServiceSetThemeBgImageDimmer() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetThemeBgImageWaveColor() { +s32 PS4_SYSV_ABI sceUserServiceSetThemeBgImageWaveColor() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetThemeBgImageZoom() { +s32 PS4_SYSV_ABI sceUserServiceSetThemeBgImageZoom() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetThemeEntitlementId() { +s32 PS4_SYSV_ABI sceUserServiceSetThemeEntitlementId() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetThemeHomeShareOwner() { +s32 PS4_SYSV_ABI sceUserServiceSetThemeHomeShareOwner() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetThemeTextShadow() { +s32 PS4_SYSV_ABI sceUserServiceSetThemeTextShadow() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetThemeWaveColor() { +s32 PS4_SYSV_ABI sceUserServiceSetThemeWaveColor() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetTopMenuLimitItem() { +s32 PS4_SYSV_ABI sceUserServiceSetTopMenuLimitItem() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetTopMenuNotificationFlag() { +s32 PS4_SYSV_ABI sceUserServiceSetTopMenuNotificationFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetTopMenuTutorialFlag() { +s32 PS4_SYSV_ABI sceUserServiceSetTopMenuTutorialFlag() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetTraditionalChineseInputType() { +s32 PS4_SYSV_ABI sceUserServiceSetTraditionalChineseInputType() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetUserGroupIndex() { +s32 PS4_SYSV_ABI sceUserServiceSetUserGroupIndex() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetUserGroupName() { +s32 PS4_SYSV_ABI sceUserServiceSetUserGroupName() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetUserName() { +s32 PS4_SYSV_ABI sceUserServiceSetUserName() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetUserStatus() { +s32 PS4_SYSV_ABI sceUserServiceSetUserStatus() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetVibrationEnabled() { +s32 PS4_SYSV_ABI sceUserServiceSetVibrationEnabled() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetVoiceRecognitionLastUsedOsk() { +s32 PS4_SYSV_ABI sceUserServiceSetVoiceRecognitionLastUsedOsk() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetVoiceRecognitionTutorialState() { +s32 PS4_SYSV_ABI sceUserServiceSetVoiceRecognitionTutorialState() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetVolumeForController() { +s32 PS4_SYSV_ABI sceUserServiceSetVolumeForController() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetVolumeForGenericUSB() { +s32 PS4_SYSV_ABI sceUserServiceSetVolumeForGenericUSB() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetVolumeForMorpheusSidetone() { +s32 PS4_SYSV_ABI sceUserServiceSetVolumeForMorpheusSidetone() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceSetVolumeForSidetone() { +s32 PS4_SYSV_ABI sceUserServiceSetVolumeForSidetone() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceUserServiceTerminate() { +s32 PS4_SYSV_ABI sceUserServiceTerminate() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_8AC6DC4168D5FEA5() { +s32 PS4_SYSV_ABI Func_8AC6DC4168D5FEA5() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_A6BDC9DFDAFD02B4() { +s32 PS4_SYSV_ABI Func_A6BDC9DFDAFD02B4() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_BB9491DFE6B4953C() { +s32 PS4_SYSV_ABI Func_BB9491DFE6B4953C() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_D2B814603E7B4477() { +s32 PS4_SYSV_ABI Func_D2B814603E7B4477() { LOG_ERROR(Lib_UserService, "(STUBBED) called"); return ORBIS_OK; } diff --git a/libraries/userservice.h b/libraries/userservice.h index 3860fb3..eb65600 100644 --- a/libraries/userservice.h +++ b/libraries/userservice.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,429 +11,429 @@ class SymbolsResolver; namespace Libraries::UserService { -int PS4_SYSV_ABI sceUserServiceInitializeForShellCore(); -int PS4_SYSV_ABI sceUserServiceTerminateForShellCore(); -int PS4_SYSV_ABI sceUserServiceGetRegisteredUserIdList(); -int PS4_SYSV_ABI sceUserServiceRegisterEventCallback(); -int PS4_SYSV_ABI sceUserServiceUnregisterEventCallback(); -int PS4_SYSV_ABI sceUserServiceDestroyUser(); -int PS4_SYSV_ABI sceUserServiceGetAccessibilityKeyremapData(); -int PS4_SYSV_ABI sceUserServiceGetAccessibilityKeyremapEnable(); -int PS4_SYSV_ABI sceUserServiceGetAccessibilityPressAndHoldDelay(); -int PS4_SYSV_ABI sceUserServiceGetAccessibilityVibration(); -int PS4_SYSV_ABI sceUserServiceGetAccessibilityZoom(); -int PS4_SYSV_ABI sceUserServiceGetAccessibilityZoomEnabled(); -int PS4_SYSV_ABI sceUserServiceGetAccountRemarks(); -int PS4_SYSV_ABI sceUserServiceGetAgeVerified(); -int PS4_SYSV_ABI sceUserServiceGetAppearOfflineSetting(); -int PS4_SYSV_ABI sceUserServiceGetAppSortOrder(); -int PS4_SYSV_ABI sceUserServiceGetAutoLoginEnabled(); -int PS4_SYSV_ABI sceUserServiceGetCreatedVersion(); -int PS4_SYSV_ABI sceUserServiceGetCurrentUserGroupIndex(); -int PS4_SYSV_ABI sceUserServiceGetDefaultNewUserGroupName(); -int PS4_SYSV_ABI sceUserServiceGetDeletedUserInfo(); -int PS4_SYSV_ABI sceUserServiceGetDiscPlayerFlag(); -int PS4_SYSV_ABI sceUserServiceGetEvent(); -int PS4_SYSV_ABI sceUserServiceGetEventCalendarType(); -int PS4_SYSV_ABI sceUserServiceGetEventFilterTeamEvent(); -int PS4_SYSV_ABI sceUserServiceGetEventSortEvent(); -int PS4_SYSV_ABI sceUserServiceGetEventSortTitle(); -int PS4_SYSV_ABI sceUserServiceGetEventUiFlag(); -int PS4_SYSV_ABI sceUserServiceGetEventVsh(); -int PS4_SYSV_ABI sceUserServiceGetFaceRecognitionDeleteCount(); -int PS4_SYSV_ABI sceUserServiceGetFaceRecognitionRegisterCount(); -int PS4_SYSV_ABI sceUserServiceGetFileBrowserFilter(); -int PS4_SYSV_ABI sceUserServiceGetFileBrowserSortContent(); -int PS4_SYSV_ABI sceUserServiceGetFileBrowserSortTitle(); -int PS4_SYSV_ABI sceUserServiceGetFileSelectorFilter(); -int PS4_SYSV_ABI sceUserServiceGetFileSelectorSortContent(); -int PS4_SYSV_ABI sceUserServiceGetFileSelectorSortTitle(); -int PS4_SYSV_ABI sceUserServiceGetForegroundUser(); -int PS4_SYSV_ABI sceUserServiceGetFriendCustomListLastFocus(); -int PS4_SYSV_ABI sceUserServiceGetFriendFlag(); -int PS4_SYSV_ABI sceUserServiceGetGlsAccessTokenNiconicoLive(); -int PS4_SYSV_ABI sceUserServiceGetGlsAccessTokenTwitch(); -int PS4_SYSV_ABI sceUserServiceGetGlsAccessTokenUstream(); -int PS4_SYSV_ABI sceUserServiceGetGlsAnonymousUserId(); -int PS4_SYSV_ABI sceUserServiceGetGlsBcTags(); -int PS4_SYSV_ABI sceUserServiceGetGlsBcTitle(); -int PS4_SYSV_ABI sceUserServiceGetGlsBroadcastChannel(); -int PS4_SYSV_ABI sceUserServiceGetGlsBroadcastersComment(); -int PS4_SYSV_ABI sceUserServiceGetGlsBroadcastersCommentColor(); -int PS4_SYSV_ABI sceUserServiceGetGlsBroadcastService(); -int PS4_SYSV_ABI sceUserServiceGetGlsBroadcastUiLayout(); -int PS4_SYSV_ABI sceUserServiceGetGlsCamCrop(); -int PS4_SYSV_ABI sceUserServiceGetGlsCameraBgFilter(); -int PS4_SYSV_ABI sceUserServiceGetGlsCameraBrightness(); -int PS4_SYSV_ABI sceUserServiceGetGlsCameraChromaKeyLevel(); -int PS4_SYSV_ABI sceUserServiceGetGlsCameraContrast(); -int PS4_SYSV_ABI sceUserServiceGetGlsCameraDepthLevel(); -int PS4_SYSV_ABI sceUserServiceGetGlsCameraEdgeLevel(); -int PS4_SYSV_ABI sceUserServiceGetGlsCameraEffect(); -int PS4_SYSV_ABI sceUserServiceGetGlsCameraEliminationLevel(); -int PS4_SYSV_ABI sceUserServiceGetGlsCameraPosition(); -int PS4_SYSV_ABI sceUserServiceGetGlsCameraReflection(); -int PS4_SYSV_ABI sceUserServiceGetGlsCameraSize(); -int PS4_SYSV_ABI sceUserServiceGetGlsCameraTransparency(); -int PS4_SYSV_ABI sceUserServiceGetGlsCommunityId(); -int PS4_SYSV_ABI sceUserServiceGetGlsFloatingMessage(); -int PS4_SYSV_ABI sceUserServiceGetGlsHintFlag(); -int PS4_SYSV_ABI sceUserServiceGetGlsInitSpectating(); -int PS4_SYSV_ABI sceUserServiceGetGlsIsCameraHidden(); -int PS4_SYSV_ABI sceUserServiceGetGlsIsFacebookEnabled(); -int PS4_SYSV_ABI sceUserServiceGetGlsIsMuteEnabled(); -int PS4_SYSV_ABI sceUserServiceGetGlsIsRecDisabled(); -int PS4_SYSV_ABI sceUserServiceGetGlsIsRecievedMessageHidden(); -int PS4_SYSV_ABI sceUserServiceGetGlsIsTwitterEnabled(); -int PS4_SYSV_ABI sceUserServiceGetGlsLanguageFilter(); -int PS4_SYSV_ABI sceUserServiceGetGlsLfpsSortOrder(); -int PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality(); -int PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality2(); -int PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality3(); -int PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality4(); -int PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality5(); -int PS4_SYSV_ABI sceUserServiceGetGlsMessageFilterLevel(); -int PS4_SYSV_ABI sceUserServiceGetGlsTtsFlags(); -int PS4_SYSV_ABI sceUserServiceGetGlsTtsPitch(); -int PS4_SYSV_ABI sceUserServiceGetGlsTtsSpeed(); -int PS4_SYSV_ABI sceUserServiceGetGlsTtsVolume(); -int PS4_SYSV_ABI sceUserServiceGetHmuBrightness(); -int PS4_SYSV_ABI sceUserServiceGetHmuZoom(); -int PS4_SYSV_ABI sceUserServiceGetHoldAudioOutDevice(); -int PS4_SYSV_ABI sceUserServiceGetHomeDirectory(); -int PS4_SYSV_ABI sceUserServiceGetImeAutoCapitalEnabled(); -int PS4_SYSV_ABI sceUserServiceGetImeInitFlag(); -int PS4_SYSV_ABI sceUserServiceGetImeInputType(); -int PS4_SYSV_ABI sceUserServiceGetImeLastUnit(); -int PS4_SYSV_ABI sceUserServiceGetImePointerMode(); -int PS4_SYSV_ABI sceUserServiceGetImePredictiveTextEnabled(); -int PS4_SYSV_ABI sceUserServiceGetImeRunCount(); -int PS4_SYSV_ABI sceUserServiceGetInitialUser(); -int PS4_SYSV_ABI sceUserServiceGetIPDLeft(); -int PS4_SYSV_ABI sceUserServiceGetIPDRight(); -int PS4_SYSV_ABI sceUserServiceGetIsFakePlus(); -int PS4_SYSV_ABI sceUserServiceGetIsQuickSignup(); -int PS4_SYSV_ABI sceUserServiceGetIsRemotePlayAllowed(); -int PS4_SYSV_ABI sceUserServiceGetJapaneseInputType(); -int PS4_SYSV_ABI sceUserServiceGetKeyboardType(); -int PS4_SYSV_ABI sceUserServiceGetKeyRepeatSpeed(); -int PS4_SYSV_ABI sceUserServiceGetKeyRepeatStartingTime(); -int PS4_SYSV_ABI sceUserServiceGetKratosPrimaryUser(); -int PS4_SYSV_ABI sceUserServiceGetLastLoginOrder(); -int PS4_SYSV_ABI sceUserServiceGetLightBarBaseBrightness(); -int PS4_SYSV_ABI sceUserServiceGetLoginFlag(); -int PS4_SYSV_ABI sceUserServiceGetLoginUserIdList(); -int PS4_SYSV_ABI sceUserServiceGetMicLevel(); -int PS4_SYSV_ABI sceUserServiceGetMouseHandType(); -int PS4_SYSV_ABI sceUserServiceGetMousePointerSpeed(); -int PS4_SYSV_ABI sceUserServiceGetNotificationBehavior(); -int PS4_SYSV_ABI sceUserServiceGetNotificationSettings(); -int PS4_SYSV_ABI sceUserServiceGetNpAccountId(); -int PS4_SYSV_ABI sceUserServiceGetNpAccountUpgradeFlag(); -int PS4_SYSV_ABI sceUserServiceGetNpAge(); -int PS4_SYSV_ABI sceUserServiceGetNpAuthErrorFlag(); -int PS4_SYSV_ABI sceUserServiceGetNpCountryCode(); -int PS4_SYSV_ABI sceUserServiceGetNpDateOfBirth(); -int PS4_SYSV_ABI sceUserServiceGetNpEnv(); -int PS4_SYSV_ABI sceUserServiceGetNpLanguageCode(); -int PS4_SYSV_ABI sceUserServiceGetNpLanguageCode2(); -int PS4_SYSV_ABI sceUserServiceGetNpLoginId(); -int PS4_SYSV_ABI sceUserServiceGetNpMAccountId(); -int PS4_SYSV_ABI sceUserServiceGetNpNpId(); -int PS4_SYSV_ABI sceUserServiceGetNpOfflineAccountAdult(); -int PS4_SYSV_ABI sceUserServiceGetNpOfflineAccountId(); -int PS4_SYSV_ABI sceUserServiceGetNpOnlineId(); -int PS4_SYSV_ABI sceUserServiceGetNpSubAccount(); -int PS4_SYSV_ABI sceUserServiceGetPadSpeakerVolume(); -int PS4_SYSV_ABI sceUserServiceGetParentalBdAge(); -int PS4_SYSV_ABI sceUserServiceGetParentalBrowser(); -int PS4_SYSV_ABI sceUserServiceGetParentalDvd(); -int PS4_SYSV_ABI sceUserServiceGetParentalDvdRegion(); -int PS4_SYSV_ABI sceUserServiceGetParentalGame(); -int PS4_SYSV_ABI sceUserServiceGetParentalGameAgeLevel(); -int PS4_SYSV_ABI sceUserServiceGetParentalMorpheus(); -int PS4_SYSV_ABI sceUserServiceGetPartyMuteList(); -int PS4_SYSV_ABI sceUserServiceGetPartyMuteListA(); -int PS4_SYSV_ABI sceUserServiceGetPartySettingFlags(); -int PS4_SYSV_ABI sceUserServiceGetPasscode(); -int PS4_SYSV_ABI sceUserServiceGetPbtcAdditionalTime(); -int PS4_SYSV_ABI sceUserServiceGetPbtcFlag(); -int PS4_SYSV_ABI sceUserServiceGetPbtcFridayDuration(); -int PS4_SYSV_ABI sceUserServiceGetPbtcFridayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceGetPbtcFridayHoursStart(); -int PS4_SYSV_ABI sceUserServiceGetPbtcMode(); -int PS4_SYSV_ABI sceUserServiceGetPbtcMondayDuration(); -int PS4_SYSV_ABI sceUserServiceGetPbtcMondayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceGetPbtcMondayHoursStart(); -int PS4_SYSV_ABI sceUserServiceGetPbtcPlayTime(); -int PS4_SYSV_ABI sceUserServiceGetPbtcPlayTimeLastUpdated(); -int PS4_SYSV_ABI sceUserServiceGetPbtcSaturdayDuration(); -int PS4_SYSV_ABI sceUserServiceGetPbtcSaturdayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceGetPbtcSaturdayHoursStart(); -int PS4_SYSV_ABI sceUserServiceGetPbtcSundayDuration(); -int PS4_SYSV_ABI sceUserServiceGetPbtcSundayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceGetPbtcSundayHoursStart(); -int PS4_SYSV_ABI sceUserServiceGetPbtcThursdayDuration(); -int PS4_SYSV_ABI sceUserServiceGetPbtcThursdayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceGetPbtcThursdayHoursStart(); -int PS4_SYSV_ABI sceUserServiceGetPbtcTuesdayDuration(); -int PS4_SYSV_ABI sceUserServiceGetPbtcTuesdayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceGetPbtcTuesdayHoursStart(); -int PS4_SYSV_ABI sceUserServiceGetPbtcTzOffset(); -int PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayDuration(); -int PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayHoursStart(); -int PS4_SYSV_ABI sceUserServiceGetPlayTogetherFlags(); -int PS4_SYSV_ABI sceUserServiceGetPsnPasswordForDebug(); -int PS4_SYSV_ABI sceUserServiceGetRegisteredHomeUserIdList(); -int PS4_SYSV_ABI sceUserServiceGetSaveDataAutoUpload(); -int PS4_SYSV_ABI sceUserServiceGetSaveDataSort(); -int PS4_SYSV_ABI sceUserServiceGetSaveDataTutorialFlag(); -int PS4_SYSV_ABI sceUserServiceGetSecureHomeDirectory(); -int PS4_SYSV_ABI sceUserServiceGetShareButtonAssign(); -int PS4_SYSV_ABI sceUserServiceGetShareDailymotionAccessToken(); -int PS4_SYSV_ABI sceUserServiceGetShareDailymotionRefreshToken(); -int PS4_SYSV_ABI sceUserServiceGetSharePlayFlags(); -int PS4_SYSV_ABI sceUserServiceGetSharePlayFramerateHost(); -int PS4_SYSV_ABI sceUserServiceGetSharePlayResolutionHost(); -int PS4_SYSV_ABI sceUserServiceGetShareStatus(); -int PS4_SYSV_ABI sceUserServiceGetShareStatus2(); -int PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountId(); -int PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountIdClockType(); -int PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountIdParam(); -int PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountIdTtl(); -int PS4_SYSV_ABI sceUserServiceGetTeamShowAboutTeam(); -int PS4_SYSV_ABI sceUserServiceGetThemeBgImageDimmer(); -int PS4_SYSV_ABI sceUserServiceGetThemeBgImageWaveColor(); -int PS4_SYSV_ABI sceUserServiceGetThemeBgImageZoom(); -int PS4_SYSV_ABI sceUserServiceGetThemeEntitlementId(); -int PS4_SYSV_ABI sceUserServiceGetThemeHomeShareOwner(); -int PS4_SYSV_ABI sceUserServiceGetThemeTextShadow(); -int PS4_SYSV_ABI sceUserServiceGetThemeWaveColor(); -int PS4_SYSV_ABI sceUserServiceGetTopMenuLimitItem(); -int PS4_SYSV_ABI sceUserServiceGetTopMenuNotificationFlag(); -int PS4_SYSV_ABI sceUserServiceGetTopMenuTutorialFlag(); -int PS4_SYSV_ABI sceUserServiceGetTraditionalChineseInputType(); -int PS4_SYSV_ABI sceUserServiceGetUserColor(); -int PS4_SYSV_ABI sceUserServiceGetUserGroupName(); -int PS4_SYSV_ABI sceUserServiceGetUserGroupNameList(); -int PS4_SYSV_ABI sceUserServiceGetUserGroupNum(); -int PS4_SYSV_ABI sceUserServiceGetUserName(); -int PS4_SYSV_ABI sceUserServiceGetUserStatus(); -int PS4_SYSV_ABI sceUserServiceGetVibrationEnabled(); -int PS4_SYSV_ABI sceUserServiceGetVoiceRecognitionLastUsedOsk(); -int PS4_SYSV_ABI sceUserServiceGetVoiceRecognitionTutorialState(); -int PS4_SYSV_ABI sceUserServiceGetVolumeForController(); -int PS4_SYSV_ABI sceUserServiceGetVolumeForGenericUSB(); -int PS4_SYSV_ABI sceUserServiceGetVolumeForMorpheusSidetone(); -int PS4_SYSV_ABI sceUserServiceGetVolumeForSidetone(); -int PS4_SYSV_ABI sceUserServiceInitialize(); -int PS4_SYSV_ABI sceUserServiceInitialize2(); -int PS4_SYSV_ABI sceUserServiceIsGuestUser(); -int PS4_SYSV_ABI sceUserServiceIsKratosPrimaryUser(); -int PS4_SYSV_ABI sceUserServiceIsKratosUser(); -int PS4_SYSV_ABI sceUserServiceIsLoggedIn(); -int PS4_SYSV_ABI sceUserServiceIsLoggedInWithoutLock(); -int PS4_SYSV_ABI sceUserServiceIsSharePlayClientUser(); -int PS4_SYSV_ABI sceUserServiceIsUserStorageAccountBound(); -int PS4_SYSV_ABI sceUserServiceLogin(); -int PS4_SYSV_ABI sceUserServiceLogout(); -int PS4_SYSV_ABI sceUserServiceSetAccessibilityKeyremapData(); -int PS4_SYSV_ABI sceUserServiceSetAccessibilityKeyremapEnable(); -int PS4_SYSV_ABI sceUserServiceSetAccessibilityZoom(); -int PS4_SYSV_ABI sceUserServiceSetAccountRemarks(); -int PS4_SYSV_ABI sceUserServiceSetAgeVerified(); -int PS4_SYSV_ABI sceUserServiceSetAppearOfflineSetting(); -int PS4_SYSV_ABI sceUserServiceSetAppSortOrder(); -int PS4_SYSV_ABI sceUserServiceSetAutoLoginEnabled(); -int PS4_SYSV_ABI sceUserServiceSetCreatedVersion(); -int PS4_SYSV_ABI sceUserServiceSetDiscPlayerFlag(); -int PS4_SYSV_ABI sceUserServiceSetEventCalendarType(); -int PS4_SYSV_ABI sceUserServiceSetEventFilterTeamEvent(); -int PS4_SYSV_ABI sceUserServiceSetEventSortEvent(); -int PS4_SYSV_ABI sceUserServiceSetEventSortTitle(); -int PS4_SYSV_ABI sceUserServiceSetEventUiFlag(); -int PS4_SYSV_ABI sceUserServiceSetFaceRecognitionDeleteCount(); -int PS4_SYSV_ABI sceUserServiceSetFaceRecognitionRegisterCount(); -int PS4_SYSV_ABI sceUserServiceSetFileBrowserFilter(); -int PS4_SYSV_ABI sceUserServiceSetFileBrowserSortContent(); -int PS4_SYSV_ABI sceUserServiceSetFileBrowserSortTitle(); -int PS4_SYSV_ABI sceUserServiceSetFileSelectorFilter(); -int PS4_SYSV_ABI sceUserServiceSetFileSelectorSortContent(); -int PS4_SYSV_ABI sceUserServiceSetFileSelectorSortTitle(); -int PS4_SYSV_ABI sceUserServiceSetForegroundUser(); -int PS4_SYSV_ABI sceUserServiceSetFriendCustomListLastFocus(); -int PS4_SYSV_ABI sceUserServiceSetFriendFlag(); -int PS4_SYSV_ABI sceUserServiceSetGlsAccessTokenNiconicoLive(); -int PS4_SYSV_ABI sceUserServiceSetGlsAccessTokenTwitch(); -int PS4_SYSV_ABI sceUserServiceSetGlsAccessTokenUstream(); -int PS4_SYSV_ABI sceUserServiceSetGlsAnonymousUserId(); -int PS4_SYSV_ABI sceUserServiceSetGlsBcTags(); -int PS4_SYSV_ABI sceUserServiceSetGlsBcTitle(); -int PS4_SYSV_ABI sceUserServiceSetGlsBroadcastChannel(); -int PS4_SYSV_ABI sceUserServiceSetGlsBroadcastersComment(); -int PS4_SYSV_ABI sceUserServiceSetGlsBroadcastersCommentColor(); -int PS4_SYSV_ABI sceUserServiceSetGlsBroadcastService(); -int PS4_SYSV_ABI sceUserServiceSetGlsBroadcastUiLayout(); -int PS4_SYSV_ABI sceUserServiceSetGlsCamCrop(); -int PS4_SYSV_ABI sceUserServiceSetGlsCameraBgFilter(); -int PS4_SYSV_ABI sceUserServiceSetGlsCameraBrightness(); -int PS4_SYSV_ABI sceUserServiceSetGlsCameraChromaKeyLevel(); -int PS4_SYSV_ABI sceUserServiceSetGlsCameraContrast(); -int PS4_SYSV_ABI sceUserServiceSetGlsCameraDepthLevel(); -int PS4_SYSV_ABI sceUserServiceSetGlsCameraEdgeLevel(); -int PS4_SYSV_ABI sceUserServiceSetGlsCameraEffect(); -int PS4_SYSV_ABI sceUserServiceSetGlsCameraEliminationLevel(); -int PS4_SYSV_ABI sceUserServiceSetGlsCameraPosition(); -int PS4_SYSV_ABI sceUserServiceSetGlsCameraReflection(); -int PS4_SYSV_ABI sceUserServiceSetGlsCameraSize(); -int PS4_SYSV_ABI sceUserServiceSetGlsCameraTransparency(); -int PS4_SYSV_ABI sceUserServiceSetGlsCommunityId(); -int PS4_SYSV_ABI sceUserServiceSetGlsFloatingMessage(); -int PS4_SYSV_ABI sceUserServiceSetGlsHintFlag(); -int PS4_SYSV_ABI sceUserServiceSetGlsInitSpectating(); -int PS4_SYSV_ABI sceUserServiceSetGlsIsCameraHidden(); -int PS4_SYSV_ABI sceUserServiceSetGlsIsFacebookEnabled(); -int PS4_SYSV_ABI sceUserServiceSetGlsIsMuteEnabled(); -int PS4_SYSV_ABI sceUserServiceSetGlsIsRecDisabled(); -int PS4_SYSV_ABI sceUserServiceSetGlsIsRecievedMessageHidden(); -int PS4_SYSV_ABI sceUserServiceSetGlsIsTwitterEnabled(); -int PS4_SYSV_ABI sceUserServiceSetGlsLanguageFilter(); -int PS4_SYSV_ABI sceUserServiceSetGlsLfpsSortOrder(); -int PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality(); -int PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality2(); -int PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality3(); -int PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality4(); -int PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality5(); -int PS4_SYSV_ABI sceUserServiceSetGlsMessageFilterLevel(); -int PS4_SYSV_ABI sceUserServiceSetGlsTtsFlags(); -int PS4_SYSV_ABI sceUserServiceSetGlsTtsPitch(); -int PS4_SYSV_ABI sceUserServiceSetGlsTtsSpeed(); -int PS4_SYSV_ABI sceUserServiceSetGlsTtsVolume(); -int PS4_SYSV_ABI sceUserServiceSetHmuBrightness(); -int PS4_SYSV_ABI sceUserServiceSetHmuZoom(); -int PS4_SYSV_ABI sceUserServiceSetHoldAudioOutDevice(); -int PS4_SYSV_ABI sceUserServiceSetImeAutoCapitalEnabled(); -int PS4_SYSV_ABI sceUserServiceSetImeInitFlag(); -int PS4_SYSV_ABI sceUserServiceSetImeInputType(); -int PS4_SYSV_ABI sceUserServiceSetImeLastUnit(); -int PS4_SYSV_ABI sceUserServiceSetImePointerMode(); -int PS4_SYSV_ABI sceUserServiceSetImePredictiveTextEnabled(); -int PS4_SYSV_ABI sceUserServiceSetImeRunCount(); -int PS4_SYSV_ABI sceUserServiceSetIPDLeft(); -int PS4_SYSV_ABI sceUserServiceSetIPDRight(); -int PS4_SYSV_ABI sceUserServiceSetIsFakePlus(); -int PS4_SYSV_ABI sceUserServiceSetIsQuickSignup(); -int PS4_SYSV_ABI sceUserServiceSetIsRemotePlayAllowed(); -int PS4_SYSV_ABI sceUserServiceSetJapaneseInputType(); -int PS4_SYSV_ABI sceUserServiceSetKeyboardType(); -int PS4_SYSV_ABI sceUserServiceSetKeyRepeatSpeed(); -int PS4_SYSV_ABI sceUserServiceSetKeyRepeatStartingTime(); -int PS4_SYSV_ABI sceUserServiceSetLightBarBaseBrightness(); -int PS4_SYSV_ABI sceUserServiceSetLoginFlag(); -int PS4_SYSV_ABI sceUserServiceSetMicLevel(); -int PS4_SYSV_ABI sceUserServiceSetMouseHandType(); -int PS4_SYSV_ABI sceUserServiceSetMousePointerSpeed(); -int PS4_SYSV_ABI sceUserServiceSetNotificationBehavior(); -int PS4_SYSV_ABI sceUserServiceSetNotificationSettings(); -int PS4_SYSV_ABI sceUserServiceSetNpAccountUpgradeFlag(); -int PS4_SYSV_ABI sceUserServiceSetNpAge(); -int PS4_SYSV_ABI sceUserServiceSetNpAuthErrorFlag(); -int PS4_SYSV_ABI sceUserServiceSetNpCountryCode(); -int PS4_SYSV_ABI sceUserServiceSetNpDateOfBirth(); -int PS4_SYSV_ABI sceUserServiceSetNpEnv(); -int PS4_SYSV_ABI sceUserServiceSetNpLanguageCode(); -int PS4_SYSV_ABI sceUserServiceSetNpLanguageCode2(); -int PS4_SYSV_ABI sceUserServiceSetNpLoginId(); -int PS4_SYSV_ABI sceUserServiceSetNpMAccountId(); -int PS4_SYSV_ABI sceUserServiceSetNpNpId(); -int PS4_SYSV_ABI sceUserServiceSetNpOfflineAccountAdult(); -int PS4_SYSV_ABI sceUserServiceSetNpOnlineId(); -int PS4_SYSV_ABI sceUserServiceSetNpSubAccount(); -int PS4_SYSV_ABI sceUserServiceSetPadSpeakerVolume(); -int PS4_SYSV_ABI sceUserServiceSetParentalBdAge(); -int PS4_SYSV_ABI sceUserServiceSetParentalBrowser(); -int PS4_SYSV_ABI sceUserServiceSetParentalDvd(); -int PS4_SYSV_ABI sceUserServiceSetParentalDvdRegion(); -int PS4_SYSV_ABI sceUserServiceSetParentalGame(); -int PS4_SYSV_ABI sceUserServiceSetParentalGameAgeLevel(); -int PS4_SYSV_ABI sceUserServiceSetParentalMorpheus(); -int PS4_SYSV_ABI sceUserServiceSetPartyMuteList(); -int PS4_SYSV_ABI sceUserServiceSetPartyMuteListA(); -int PS4_SYSV_ABI sceUserServiceSetPartySettingFlags(); -int PS4_SYSV_ABI sceUserServiceSetPasscode(); -int PS4_SYSV_ABI sceUserServiceSetPbtcAdditionalTime(); -int PS4_SYSV_ABI sceUserServiceSetPbtcFlag(); -int PS4_SYSV_ABI sceUserServiceSetPbtcFridayDuration(); -int PS4_SYSV_ABI sceUserServiceSetPbtcFridayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceSetPbtcFridayHoursStart(); -int PS4_SYSV_ABI sceUserServiceSetPbtcMode(); -int PS4_SYSV_ABI sceUserServiceSetPbtcMondayDuration(); -int PS4_SYSV_ABI sceUserServiceSetPbtcMondayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceSetPbtcMondayHoursStart(); -int PS4_SYSV_ABI sceUserServiceSetPbtcPlayTime(); -int PS4_SYSV_ABI sceUserServiceSetPbtcPlayTimeLastUpdated(); -int PS4_SYSV_ABI sceUserServiceSetPbtcSaturdayDuration(); -int PS4_SYSV_ABI sceUserServiceSetPbtcSaturdayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceSetPbtcSaturdayHoursStart(); -int PS4_SYSV_ABI sceUserServiceSetPbtcSundayDuration(); -int PS4_SYSV_ABI sceUserServiceSetPbtcSundayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceSetPbtcSundayHoursStart(); -int PS4_SYSV_ABI sceUserServiceSetPbtcThursdayDuration(); -int PS4_SYSV_ABI sceUserServiceSetPbtcThursdayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceSetPbtcThursdayHoursStart(); -int PS4_SYSV_ABI sceUserServiceSetPbtcTuesdayDuration(); -int PS4_SYSV_ABI sceUserServiceSetPbtcTuesdayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceSetPbtcTuesdayHoursStart(); -int PS4_SYSV_ABI sceUserServiceSetPbtcTzOffset(); -int PS4_SYSV_ABI sceUserServiceSetPbtcWednesdayDuration(); -int PS4_SYSV_ABI sceUserServiceSetPbtcWednesdayHoursEnd(); -int PS4_SYSV_ABI sceUserServiceSetPbtcWednesdayHoursStart(); -int PS4_SYSV_ABI sceUserServiceSetPlayTogetherFlags(); -int PS4_SYSV_ABI sceUserServiceSetPsnPasswordForDebug(); -int PS4_SYSV_ABI sceUserServiceSetSaveDataAutoUpload(); -int PS4_SYSV_ABI sceUserServiceSetSaveDataSort(); -int PS4_SYSV_ABI sceUserServiceSetSaveDataTutorialFlag(); -int PS4_SYSV_ABI sceUserServiceSetShareButtonAssign(); -int PS4_SYSV_ABI sceUserServiceSetShareDailymotionAccessToken(); -int PS4_SYSV_ABI sceUserServiceSetShareDailymotionRefreshToken(); -int PS4_SYSV_ABI sceUserServiceSetSharePlayFlags(); -int PS4_SYSV_ABI sceUserServiceSetSharePlayFramerateHost(); -int PS4_SYSV_ABI sceUserServiceSetSharePlayResolutionHost(); -int PS4_SYSV_ABI sceUserServiceSetShareStatus(); -int PS4_SYSV_ABI sceUserServiceSetShareStatus2(); -int PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountId(); -int PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountIdClockType(); -int PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountIdParam(); -int PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountIdTtl(); -int PS4_SYSV_ABI sceUserServiceSetTeamShowAboutTeam(); -int PS4_SYSV_ABI sceUserServiceSetThemeBgImageDimmer(); -int PS4_SYSV_ABI sceUserServiceSetThemeBgImageWaveColor(); -int PS4_SYSV_ABI sceUserServiceSetThemeBgImageZoom(); -int PS4_SYSV_ABI sceUserServiceSetThemeEntitlementId(); -int PS4_SYSV_ABI sceUserServiceSetThemeHomeShareOwner(); -int PS4_SYSV_ABI sceUserServiceSetThemeTextShadow(); -int PS4_SYSV_ABI sceUserServiceSetThemeWaveColor(); -int PS4_SYSV_ABI sceUserServiceSetTopMenuLimitItem(); -int PS4_SYSV_ABI sceUserServiceSetTopMenuNotificationFlag(); -int PS4_SYSV_ABI sceUserServiceSetTopMenuTutorialFlag(); -int PS4_SYSV_ABI sceUserServiceSetTraditionalChineseInputType(); -int PS4_SYSV_ABI sceUserServiceSetUserGroupIndex(); -int PS4_SYSV_ABI sceUserServiceSetUserGroupName(); -int PS4_SYSV_ABI sceUserServiceSetUserName(); -int PS4_SYSV_ABI sceUserServiceSetUserStatus(); -int PS4_SYSV_ABI sceUserServiceSetVibrationEnabled(); -int PS4_SYSV_ABI sceUserServiceSetVoiceRecognitionLastUsedOsk(); -int PS4_SYSV_ABI sceUserServiceSetVoiceRecognitionTutorialState(); -int PS4_SYSV_ABI sceUserServiceSetVolumeForController(); -int PS4_SYSV_ABI sceUserServiceSetVolumeForGenericUSB(); -int PS4_SYSV_ABI sceUserServiceSetVolumeForMorpheusSidetone(); -int PS4_SYSV_ABI sceUserServiceSetVolumeForSidetone(); -int PS4_SYSV_ABI sceUserServiceTerminate(); -int PS4_SYSV_ABI Func_8AC6DC4168D5FEA5(); -int PS4_SYSV_ABI Func_A6BDC9DFDAFD02B4(); -int PS4_SYSV_ABI Func_BB9491DFE6B4953C(); -int PS4_SYSV_ABI Func_D2B814603E7B4477(); +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(); +s32 PS4_SYSV_ABI sceUserServiceGetAccessibilityPressAndHoldDelay(); +s32 PS4_SYSV_ABI sceUserServiceGetAccessibilityVibration(); +s32 PS4_SYSV_ABI sceUserServiceGetAccessibilityZoom(); +s32 PS4_SYSV_ABI sceUserServiceGetAccessibilityZoomEnabled(); +s32 PS4_SYSV_ABI sceUserServiceGetAccountRemarks(); +s32 PS4_SYSV_ABI sceUserServiceGetAgeVerified(); +s32 PS4_SYSV_ABI sceUserServiceGetAppearOfflineSetting(); +s32 PS4_SYSV_ABI sceUserServiceGetAppSortOrder(); +s32 PS4_SYSV_ABI sceUserServiceGetAutoLoginEnabled(); +s32 PS4_SYSV_ABI sceUserServiceGetCreatedVersion(); +s32 PS4_SYSV_ABI sceUserServiceGetCurrentUserGroupIndex(); +s32 PS4_SYSV_ABI sceUserServiceGetDefaultNewUserGroupName(); +s32 PS4_SYSV_ABI sceUserServiceGetDeletedUserInfo(); +s32 PS4_SYSV_ABI sceUserServiceGetDiscPlayerFlag(); +s32 PS4_SYSV_ABI sceUserServiceGetEvent(); +s32 PS4_SYSV_ABI sceUserServiceGetEventCalendarType(); +s32 PS4_SYSV_ABI sceUserServiceGetEventFilterTeamEvent(); +s32 PS4_SYSV_ABI sceUserServiceGetEventSortEvent(); +s32 PS4_SYSV_ABI sceUserServiceGetEventSortTitle(); +s32 PS4_SYSV_ABI sceUserServiceGetEventUiFlag(); +s32 PS4_SYSV_ABI sceUserServiceGetEventVsh(); +s32 PS4_SYSV_ABI sceUserServiceGetFaceRecognitionDeleteCount(); +s32 PS4_SYSV_ABI sceUserServiceGetFaceRecognitionRegisterCount(); +s32 PS4_SYSV_ABI sceUserServiceGetFileBrowserFilter(); +s32 PS4_SYSV_ABI sceUserServiceGetFileBrowserSortContent(); +s32 PS4_SYSV_ABI sceUserServiceGetFileBrowserSortTitle(); +s32 PS4_SYSV_ABI sceUserServiceGetFileSelectorFilter(); +s32 PS4_SYSV_ABI sceUserServiceGetFileSelectorSortContent(); +s32 PS4_SYSV_ABI sceUserServiceGetFileSelectorSortTitle(); +s32 PS4_SYSV_ABI sceUserServiceGetForegroundUser(); +s32 PS4_SYSV_ABI sceUserServiceGetFriendCustomListLastFocus(); +s32 PS4_SYSV_ABI sceUserServiceGetFriendFlag(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsAccessTokenNiconicoLive(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsAccessTokenTwitch(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsAccessTokenUstream(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsAnonymousUserId(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsBcTags(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsBcTitle(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsBroadcastChannel(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsBroadcastersComment(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsBroadcastersCommentColor(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsBroadcastService(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsBroadcastUiLayout(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCamCrop(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraBgFilter(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraBrightness(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraChromaKeyLevel(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraContrast(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraDepthLevel(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraEdgeLevel(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraEffect(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraEliminationLevel(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraPosition(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraReflection(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraSize(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCameraTransparency(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsCommunityId(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsFloatingMessage(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsHintFlag(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsInitSpectating(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsIsCameraHidden(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsIsFacebookEnabled(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsIsMuteEnabled(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsIsRecDisabled(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsIsRecievedMessageHidden(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsIsTwitterEnabled(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsLanguageFilter(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsLfpsSortOrder(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality2(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality3(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality4(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsLiveQuality5(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsMessageFilterLevel(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsTtsFlags(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsTtsPitch(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsTtsSpeed(); +s32 PS4_SYSV_ABI sceUserServiceGetGlsTtsVolume(); +s32 PS4_SYSV_ABI sceUserServiceGetHmuBrightness(); +s32 PS4_SYSV_ABI sceUserServiceGetHmuZoom(); +s32 PS4_SYSV_ABI sceUserServiceGetHoldAudioOutDevice(); +s32 PS4_SYSV_ABI sceUserServiceGetHomeDirectory(); +s32 PS4_SYSV_ABI sceUserServiceGetImeAutoCapitalEnabled(); +s32 PS4_SYSV_ABI sceUserServiceGetImeInitFlag(); +s32 PS4_SYSV_ABI sceUserServiceGetImeInputType(); +s32 PS4_SYSV_ABI sceUserServiceGetImeLastUnit(); +s32 PS4_SYSV_ABI sceUserServiceGetImePointerMode(); +s32 PS4_SYSV_ABI sceUserServiceGetImePredictiveTextEnabled(); +s32 PS4_SYSV_ABI sceUserServiceGetImeRunCount(); +s32 PS4_SYSV_ABI sceUserServiceGetInitialUser(); +s32 PS4_SYSV_ABI sceUserServiceGetIPDLeft(); +s32 PS4_SYSV_ABI sceUserServiceGetIPDRight(); +s32 PS4_SYSV_ABI sceUserServiceGetIsFakePlus(); +s32 PS4_SYSV_ABI sceUserServiceGetIsQuickSignup(); +s32 PS4_SYSV_ABI sceUserServiceGetIsRemotePlayAllowed(); +s32 PS4_SYSV_ABI sceUserServiceGetJapaneseInputType(); +s32 PS4_SYSV_ABI sceUserServiceGetKeyboardType(); +s32 PS4_SYSV_ABI sceUserServiceGetKeyRepeatSpeed(); +s32 PS4_SYSV_ABI sceUserServiceGetKeyRepeatStartingTime(); +s32 PS4_SYSV_ABI sceUserServiceGetKratosPrimaryUser(); +s32 PS4_SYSV_ABI sceUserServiceGetLastLoginOrder(); +s32 PS4_SYSV_ABI sceUserServiceGetLightBarBaseBrightness(); +s32 PS4_SYSV_ABI sceUserServiceGetLoginFlag(); +s32 PS4_SYSV_ABI sceUserServiceGetLoginUserIdList(); +s32 PS4_SYSV_ABI sceUserServiceGetMicLevel(); +s32 PS4_SYSV_ABI sceUserServiceGetMouseHandType(); +s32 PS4_SYSV_ABI sceUserServiceGetMousePointerSpeed(); +s32 PS4_SYSV_ABI sceUserServiceGetNotificationBehavior(); +s32 PS4_SYSV_ABI sceUserServiceGetNotificationSettings(); +s32 PS4_SYSV_ABI sceUserServiceGetNpAccountId(); +s32 PS4_SYSV_ABI sceUserServiceGetNpAccountUpgradeFlag(); +s32 PS4_SYSV_ABI sceUserServiceGetNpAge(); +s32 PS4_SYSV_ABI sceUserServiceGetNpAuthErrorFlag(); +s32 PS4_SYSV_ABI sceUserServiceGetNpCountryCode(); +s32 PS4_SYSV_ABI sceUserServiceGetNpDateOfBirth(); +s32 PS4_SYSV_ABI sceUserServiceGetNpEnv(); +s32 PS4_SYSV_ABI sceUserServiceGetNpLanguageCode(); +s32 PS4_SYSV_ABI sceUserServiceGetNpLanguageCode2(); +s32 PS4_SYSV_ABI sceUserServiceGetNpLoginId(); +s32 PS4_SYSV_ABI sceUserServiceGetNpMAccountId(); +s32 PS4_SYSV_ABI sceUserServiceGetNpNpId(); +s32 PS4_SYSV_ABI sceUserServiceGetNpOfflineAccountAdult(); +s32 PS4_SYSV_ABI sceUserServiceGetNpOfflineAccountId(); +s32 PS4_SYSV_ABI sceUserServiceGetNpOnlineId(); +s32 PS4_SYSV_ABI sceUserServiceGetNpSubAccount(); +s32 PS4_SYSV_ABI sceUserServiceGetPadSpeakerVolume(); +s32 PS4_SYSV_ABI sceUserServiceGetParentalBdAge(); +s32 PS4_SYSV_ABI sceUserServiceGetParentalBrowser(); +s32 PS4_SYSV_ABI sceUserServiceGetParentalDvd(); +s32 PS4_SYSV_ABI sceUserServiceGetParentalDvdRegion(); +s32 PS4_SYSV_ABI sceUserServiceGetParentalGame(); +s32 PS4_SYSV_ABI sceUserServiceGetParentalGameAgeLevel(); +s32 PS4_SYSV_ABI sceUserServiceGetParentalMorpheus(); +s32 PS4_SYSV_ABI sceUserServiceGetPartyMuteList(); +s32 PS4_SYSV_ABI sceUserServiceGetPartyMuteListA(); +s32 PS4_SYSV_ABI sceUserServiceGetPartySettingFlags(); +s32 PS4_SYSV_ABI sceUserServiceGetPasscode(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcAdditionalTime(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcFlag(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcFridayDuration(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcFridayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcFridayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcMode(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcMondayDuration(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcMondayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcMondayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcPlayTime(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcPlayTimeLastUpdated(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcSaturdayDuration(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcSaturdayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcSaturdayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcSundayDuration(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcSundayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcSundayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcThursdayDuration(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcThursdayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcThursdayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcTuesdayDuration(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcTuesdayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcTuesdayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcTzOffset(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayDuration(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceGetPbtcWednesdayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceGetPlayTogetherFlags(); +s32 PS4_SYSV_ABI sceUserServiceGetPsnPasswordForDebug(); +s32 PS4_SYSV_ABI sceUserServiceGetRegisteredHomeUserIdList(); +s32 PS4_SYSV_ABI sceUserServiceGetSaveDataAutoUpload(); +s32 PS4_SYSV_ABI sceUserServiceGetSaveDataSort(); +s32 PS4_SYSV_ABI sceUserServiceGetSaveDataTutorialFlag(); +s32 PS4_SYSV_ABI sceUserServiceGetSecureHomeDirectory(); +s32 PS4_SYSV_ABI sceUserServiceGetShareButtonAssign(); +s32 PS4_SYSV_ABI sceUserServiceGetShareDailymotionAccessToken(); +s32 PS4_SYSV_ABI sceUserServiceGetShareDailymotionRefreshToken(); +s32 PS4_SYSV_ABI sceUserServiceGetSharePlayFlags(); +s32 PS4_SYSV_ABI sceUserServiceGetSharePlayFramerateHost(); +s32 PS4_SYSV_ABI sceUserServiceGetSharePlayResolutionHost(); +s32 PS4_SYSV_ABI sceUserServiceGetShareStatus(); +s32 PS4_SYSV_ABI sceUserServiceGetShareStatus2(); +s32 PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountId(); +s32 PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountIdClockType(); +s32 PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountIdParam(); +s32 PS4_SYSV_ABI sceUserServiceGetSystemLoggerHashedAccountIdTtl(); +s32 PS4_SYSV_ABI sceUserServiceGetTeamShowAboutTeam(); +s32 PS4_SYSV_ABI sceUserServiceGetThemeBgImageDimmer(); +s32 PS4_SYSV_ABI sceUserServiceGetThemeBgImageWaveColor(); +s32 PS4_SYSV_ABI sceUserServiceGetThemeBgImageZoom(); +s32 PS4_SYSV_ABI sceUserServiceGetThemeEntitlementId(); +s32 PS4_SYSV_ABI sceUserServiceGetThemeHomeShareOwner(); +s32 PS4_SYSV_ABI sceUserServiceGetThemeTextShadow(); +s32 PS4_SYSV_ABI sceUserServiceGetThemeWaveColor(); +s32 PS4_SYSV_ABI sceUserServiceGetTopMenuLimitItem(); +s32 PS4_SYSV_ABI sceUserServiceGetTopMenuNotificationFlag(); +s32 PS4_SYSV_ABI sceUserServiceGetTopMenuTutorialFlag(); +s32 PS4_SYSV_ABI sceUserServiceGetTraditionalChineseInputType(); +s32 PS4_SYSV_ABI sceUserServiceGetUserColor(); +s32 PS4_SYSV_ABI sceUserServiceGetUserGroupName(); +s32 PS4_SYSV_ABI sceUserServiceGetUserGroupNameList(); +s32 PS4_SYSV_ABI sceUserServiceGetUserGroupNum(); +s32 PS4_SYSV_ABI sceUserServiceGetUserName(); +s32 PS4_SYSV_ABI sceUserServiceGetUserStatus(); +s32 PS4_SYSV_ABI sceUserServiceGetVibrationEnabled(); +s32 PS4_SYSV_ABI sceUserServiceGetVoiceRecognitionLastUsedOsk(); +s32 PS4_SYSV_ABI sceUserServiceGetVoiceRecognitionTutorialState(); +s32 PS4_SYSV_ABI sceUserServiceGetVolumeForController(); +s32 PS4_SYSV_ABI sceUserServiceGetVolumeForGenericUSB(); +s32 PS4_SYSV_ABI sceUserServiceGetVolumeForMorpheusSidetone(); +s32 PS4_SYSV_ABI sceUserServiceGetVolumeForSidetone(); +s32 PS4_SYSV_ABI sceUserServiceInitialize(); +s32 PS4_SYSV_ABI sceUserServiceInitialize2(); +s32 PS4_SYSV_ABI sceUserServiceIsGuestUser(); +s32 PS4_SYSV_ABI sceUserServiceIsKratosPrimaryUser(); +s32 PS4_SYSV_ABI sceUserServiceIsKratosUser(); +s32 PS4_SYSV_ABI sceUserServiceIsLoggedIn(); +s32 PS4_SYSV_ABI sceUserServiceIsLoggedInWithoutLock(); +s32 PS4_SYSV_ABI sceUserServiceIsSharePlayClientUser(); +s32 PS4_SYSV_ABI sceUserServiceIsUserStorageAccountBound(); +s32 PS4_SYSV_ABI sceUserServiceLogin(); +s32 PS4_SYSV_ABI sceUserServiceLogout(); +s32 PS4_SYSV_ABI sceUserServiceSetAccessibilityKeyremapData(); +s32 PS4_SYSV_ABI sceUserServiceSetAccessibilityKeyremapEnable(); +s32 PS4_SYSV_ABI sceUserServiceSetAccessibilityZoom(); +s32 PS4_SYSV_ABI sceUserServiceSetAccountRemarks(); +s32 PS4_SYSV_ABI sceUserServiceSetAgeVerified(); +s32 PS4_SYSV_ABI sceUserServiceSetAppearOfflineSetting(); +s32 PS4_SYSV_ABI sceUserServiceSetAppSortOrder(); +s32 PS4_SYSV_ABI sceUserServiceSetAutoLoginEnabled(); +s32 PS4_SYSV_ABI sceUserServiceSetCreatedVersion(); +s32 PS4_SYSV_ABI sceUserServiceSetDiscPlayerFlag(); +s32 PS4_SYSV_ABI sceUserServiceSetEventCalendarType(); +s32 PS4_SYSV_ABI sceUserServiceSetEventFilterTeamEvent(); +s32 PS4_SYSV_ABI sceUserServiceSetEventSortEvent(); +s32 PS4_SYSV_ABI sceUserServiceSetEventSortTitle(); +s32 PS4_SYSV_ABI sceUserServiceSetEventUiFlag(); +s32 PS4_SYSV_ABI sceUserServiceSetFaceRecognitionDeleteCount(); +s32 PS4_SYSV_ABI sceUserServiceSetFaceRecognitionRegisterCount(); +s32 PS4_SYSV_ABI sceUserServiceSetFileBrowserFilter(); +s32 PS4_SYSV_ABI sceUserServiceSetFileBrowserSortContent(); +s32 PS4_SYSV_ABI sceUserServiceSetFileBrowserSortTitle(); +s32 PS4_SYSV_ABI sceUserServiceSetFileSelectorFilter(); +s32 PS4_SYSV_ABI sceUserServiceSetFileSelectorSortContent(); +s32 PS4_SYSV_ABI sceUserServiceSetFileSelectorSortTitle(); +s32 PS4_SYSV_ABI sceUserServiceSetForegroundUser(); +s32 PS4_SYSV_ABI sceUserServiceSetFriendCustomListLastFocus(); +s32 PS4_SYSV_ABI sceUserServiceSetFriendFlag(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsAccessTokenNiconicoLive(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsAccessTokenTwitch(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsAccessTokenUstream(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsAnonymousUserId(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsBcTags(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsBcTitle(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsBroadcastChannel(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsBroadcastersComment(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsBroadcastersCommentColor(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsBroadcastService(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsBroadcastUiLayout(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCamCrop(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraBgFilter(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraBrightness(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraChromaKeyLevel(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraContrast(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraDepthLevel(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraEdgeLevel(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraEffect(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraEliminationLevel(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraPosition(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraReflection(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraSize(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCameraTransparency(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsCommunityId(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsFloatingMessage(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsHintFlag(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsInitSpectating(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsIsCameraHidden(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsIsFacebookEnabled(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsIsMuteEnabled(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsIsRecDisabled(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsIsRecievedMessageHidden(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsIsTwitterEnabled(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsLanguageFilter(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsLfpsSortOrder(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality2(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality3(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality4(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsLiveQuality5(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsMessageFilterLevel(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsTtsFlags(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsTtsPitch(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsTtsSpeed(); +s32 PS4_SYSV_ABI sceUserServiceSetGlsTtsVolume(); +s32 PS4_SYSV_ABI sceUserServiceSetHmuBrightness(); +s32 PS4_SYSV_ABI sceUserServiceSetHmuZoom(); +s32 PS4_SYSV_ABI sceUserServiceSetHoldAudioOutDevice(); +s32 PS4_SYSV_ABI sceUserServiceSetImeAutoCapitalEnabled(); +s32 PS4_SYSV_ABI sceUserServiceSetImeInitFlag(); +s32 PS4_SYSV_ABI sceUserServiceSetImeInputType(); +s32 PS4_SYSV_ABI sceUserServiceSetImeLastUnit(); +s32 PS4_SYSV_ABI sceUserServiceSetImePointerMode(); +s32 PS4_SYSV_ABI sceUserServiceSetImePredictiveTextEnabled(); +s32 PS4_SYSV_ABI sceUserServiceSetImeRunCount(); +s32 PS4_SYSV_ABI sceUserServiceSetIPDLeft(); +s32 PS4_SYSV_ABI sceUserServiceSetIPDRight(); +s32 PS4_SYSV_ABI sceUserServiceSetIsFakePlus(); +s32 PS4_SYSV_ABI sceUserServiceSetIsQuickSignup(); +s32 PS4_SYSV_ABI sceUserServiceSetIsRemotePlayAllowed(); +s32 PS4_SYSV_ABI sceUserServiceSetJapaneseInputType(); +s32 PS4_SYSV_ABI sceUserServiceSetKeyboardType(); +s32 PS4_SYSV_ABI sceUserServiceSetKeyRepeatSpeed(); +s32 PS4_SYSV_ABI sceUserServiceSetKeyRepeatStartingTime(); +s32 PS4_SYSV_ABI sceUserServiceSetLightBarBaseBrightness(); +s32 PS4_SYSV_ABI sceUserServiceSetLoginFlag(); +s32 PS4_SYSV_ABI sceUserServiceSetMicLevel(); +s32 PS4_SYSV_ABI sceUserServiceSetMouseHandType(); +s32 PS4_SYSV_ABI sceUserServiceSetMousePointerSpeed(); +s32 PS4_SYSV_ABI sceUserServiceSetNotificationBehavior(); +s32 PS4_SYSV_ABI sceUserServiceSetNotificationSettings(); +s32 PS4_SYSV_ABI sceUserServiceSetNpAccountUpgradeFlag(); +s32 PS4_SYSV_ABI sceUserServiceSetNpAge(); +s32 PS4_SYSV_ABI sceUserServiceSetNpAuthErrorFlag(); +s32 PS4_SYSV_ABI sceUserServiceSetNpCountryCode(); +s32 PS4_SYSV_ABI sceUserServiceSetNpDateOfBirth(); +s32 PS4_SYSV_ABI sceUserServiceSetNpEnv(); +s32 PS4_SYSV_ABI sceUserServiceSetNpLanguageCode(); +s32 PS4_SYSV_ABI sceUserServiceSetNpLanguageCode2(); +s32 PS4_SYSV_ABI sceUserServiceSetNpLoginId(); +s32 PS4_SYSV_ABI sceUserServiceSetNpMAccountId(); +s32 PS4_SYSV_ABI sceUserServiceSetNpNpId(); +s32 PS4_SYSV_ABI sceUserServiceSetNpOfflineAccountAdult(); +s32 PS4_SYSV_ABI sceUserServiceSetNpOnlineId(); +s32 PS4_SYSV_ABI sceUserServiceSetNpSubAccount(); +s32 PS4_SYSV_ABI sceUserServiceSetPadSpeakerVolume(); +s32 PS4_SYSV_ABI sceUserServiceSetParentalBdAge(); +s32 PS4_SYSV_ABI sceUserServiceSetParentalBrowser(); +s32 PS4_SYSV_ABI sceUserServiceSetParentalDvd(); +s32 PS4_SYSV_ABI sceUserServiceSetParentalDvdRegion(); +s32 PS4_SYSV_ABI sceUserServiceSetParentalGame(); +s32 PS4_SYSV_ABI sceUserServiceSetParentalGameAgeLevel(); +s32 PS4_SYSV_ABI sceUserServiceSetParentalMorpheus(); +s32 PS4_SYSV_ABI sceUserServiceSetPartyMuteList(); +s32 PS4_SYSV_ABI sceUserServiceSetPartyMuteListA(); +s32 PS4_SYSV_ABI sceUserServiceSetPartySettingFlags(); +s32 PS4_SYSV_ABI sceUserServiceSetPasscode(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcAdditionalTime(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcFlag(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcFridayDuration(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcFridayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcFridayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcMode(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcMondayDuration(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcMondayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcMondayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcPlayTime(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcPlayTimeLastUpdated(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcSaturdayDuration(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcSaturdayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcSaturdayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcSundayDuration(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcSundayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcSundayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcThursdayDuration(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcThursdayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcThursdayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcTuesdayDuration(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcTuesdayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcTuesdayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcTzOffset(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcWednesdayDuration(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcWednesdayHoursEnd(); +s32 PS4_SYSV_ABI sceUserServiceSetPbtcWednesdayHoursStart(); +s32 PS4_SYSV_ABI sceUserServiceSetPlayTogetherFlags(); +s32 PS4_SYSV_ABI sceUserServiceSetPsnPasswordForDebug(); +s32 PS4_SYSV_ABI sceUserServiceSetSaveDataAutoUpload(); +s32 PS4_SYSV_ABI sceUserServiceSetSaveDataSort(); +s32 PS4_SYSV_ABI sceUserServiceSetSaveDataTutorialFlag(); +s32 PS4_SYSV_ABI sceUserServiceSetShareButtonAssign(); +s32 PS4_SYSV_ABI sceUserServiceSetShareDailymotionAccessToken(); +s32 PS4_SYSV_ABI sceUserServiceSetShareDailymotionRefreshToken(); +s32 PS4_SYSV_ABI sceUserServiceSetSharePlayFlags(); +s32 PS4_SYSV_ABI sceUserServiceSetSharePlayFramerateHost(); +s32 PS4_SYSV_ABI sceUserServiceSetSharePlayResolutionHost(); +s32 PS4_SYSV_ABI sceUserServiceSetShareStatus(); +s32 PS4_SYSV_ABI sceUserServiceSetShareStatus2(); +s32 PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountId(); +s32 PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountIdClockType(); +s32 PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountIdParam(); +s32 PS4_SYSV_ABI sceUserServiceSetSystemLoggerHashedAccountIdTtl(); +s32 PS4_SYSV_ABI sceUserServiceSetTeamShowAboutTeam(); +s32 PS4_SYSV_ABI sceUserServiceSetThemeBgImageDimmer(); +s32 PS4_SYSV_ABI sceUserServiceSetThemeBgImageWaveColor(); +s32 PS4_SYSV_ABI sceUserServiceSetThemeBgImageZoom(); +s32 PS4_SYSV_ABI sceUserServiceSetThemeEntitlementId(); +s32 PS4_SYSV_ABI sceUserServiceSetThemeHomeShareOwner(); +s32 PS4_SYSV_ABI sceUserServiceSetThemeTextShadow(); +s32 PS4_SYSV_ABI sceUserServiceSetThemeWaveColor(); +s32 PS4_SYSV_ABI sceUserServiceSetTopMenuLimitItem(); +s32 PS4_SYSV_ABI sceUserServiceSetTopMenuNotificationFlag(); +s32 PS4_SYSV_ABI sceUserServiceSetTopMenuTutorialFlag(); +s32 PS4_SYSV_ABI sceUserServiceSetTraditionalChineseInputType(); +s32 PS4_SYSV_ABI sceUserServiceSetUserGroupIndex(); +s32 PS4_SYSV_ABI sceUserServiceSetUserGroupName(); +s32 PS4_SYSV_ABI sceUserServiceSetUserName(); +s32 PS4_SYSV_ABI sceUserServiceSetUserStatus(); +s32 PS4_SYSV_ABI sceUserServiceSetVibrationEnabled(); +s32 PS4_SYSV_ABI sceUserServiceSetVoiceRecognitionLastUsedOsk(); +s32 PS4_SYSV_ABI sceUserServiceSetVoiceRecognitionTutorialState(); +s32 PS4_SYSV_ABI sceUserServiceSetVolumeForController(); +s32 PS4_SYSV_ABI sceUserServiceSetVolumeForGenericUSB(); +s32 PS4_SYSV_ABI sceUserServiceSetVolumeForMorpheusSidetone(); +s32 PS4_SYSV_ABI sceUserServiceSetVolumeForSidetone(); +s32 PS4_SYSV_ABI sceUserServiceTerminate(); +s32 PS4_SYSV_ABI Func_8AC6DC4168D5FEA5(); +s32 PS4_SYSV_ABI Func_A6BDC9DFDAFD02B4(); +s32 PS4_SYSV_ABI Func_BB9491DFE6B4953C(); +s32 PS4_SYSV_ABI Func_D2B814603E7B4477(); void RegisterlibSceUserService(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::UserService \ No newline at end of file diff --git a/libraries/videodec.cpp b/libraries/videodec.cpp index 563a2ec..79236ea 100644 --- a/libraries/videodec.cpp +++ b/libraries/videodec.cpp @@ -8,37 +8,37 @@ namespace Libraries::Videodec { -int PS4_SYSV_ABI sceVideodecCreateDecoder() { +s32 PS4_SYSV_ABI sceVideodecCreateDecoder() { LOG_ERROR(Lib_Videodec, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideodecDecode() { +s32 PS4_SYSV_ABI sceVideodecDecode() { LOG_ERROR(Lib_Videodec, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideodecDeleteDecoder() { +s32 PS4_SYSV_ABI sceVideodecDeleteDecoder() { LOG_ERROR(Lib_Videodec, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideodecFlush() { +s32 PS4_SYSV_ABI sceVideodecFlush() { LOG_ERROR(Lib_Videodec, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideodecMapMemory() { +s32 PS4_SYSV_ABI sceVideodecMapMemory() { LOG_ERROR(Lib_Videodec, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideodecQueryResourceInfo() { +s32 PS4_SYSV_ABI sceVideodecQueryResourceInfo() { LOG_ERROR(Lib_Videodec, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideodecReset() { +s32 PS4_SYSV_ABI sceVideodecReset() { LOG_ERROR(Lib_Videodec, "(STUBBED) called"); return ORBIS_OK; } @@ -46,14 +46,14 @@ int PS4_SYSV_ABI sceVideodecReset() { void RegisterlibSceVideodec(Core::Loader::SymbolsResolver* sym) { LIB_FUNCTION("qkgRiwHyheU", "libSceVideodec", 1, "libSceVideodec", 1, 1, sceVideodecCreateDecoder); - LIB_FUNCTION("q0W5GJMovMs", "libSceVideodec", 1, "libSceVideodec", 1, 1,sceVideodecDecode); + 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("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, sceVideodecQueryResourceInfo); - LIB_FUNCTION("f8AgDv-1X8A", "libSceVideodec", 1, "libSceVideodec", 1, 1,sceVideodecReset); + LIB_FUNCTION("f8AgDv-1X8A", "libSceVideodec", 1, "libSceVideodec", 1, 1, sceVideodecReset); }; } // namespace Libraries::Videodec \ No newline at end of file diff --git a/libraries/videodec.h b/libraries/videodec.h index d530f96..672b1df 100644 --- a/libraries/videodec.h +++ b/libraries/videodec.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,13 +11,13 @@ class SymbolsResolver; namespace Libraries::Videodec { -int PS4_SYSV_ABI sceVideodecCreateDecoder(); -int PS4_SYSV_ABI sceVideodecDecode(); -int PS4_SYSV_ABI sceVideodecDeleteDecoder(); -int PS4_SYSV_ABI sceVideodecFlush(); -int PS4_SYSV_ABI sceVideodecMapMemory(); -int PS4_SYSV_ABI sceVideodecQueryResourceInfo(); -int PS4_SYSV_ABI sceVideodecReset(); +s32 PS4_SYSV_ABI sceVideodecCreateDecoder(); +s32 PS4_SYSV_ABI sceVideodecDecode(); +s32 PS4_SYSV_ABI sceVideodecDeleteDecoder(); +s32 PS4_SYSV_ABI sceVideodecFlush(); +s32 PS4_SYSV_ABI sceVideodecMapMemory(); +s32 PS4_SYSV_ABI sceVideodecQueryResourceInfo(); +s32 PS4_SYSV_ABI sceVideodecReset(); void RegisterlibSceVideodec(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::Videodec \ No newline at end of file diff --git a/libraries/videoout.cpp b/libraries/videoout.cpp index b947730..3a943af 100644 --- a/libraries/videoout.cpp +++ b/libraries/videoout.cpp @@ -8,752 +8,752 @@ namespace Libraries::VideoOut { -int PS4_SYSV_ABI sceVideoOutAdjustColor2_() { +s32 PS4_SYSV_ABI sceVideoOutAdjustColor2_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddBuffer4k2kPrivilege() { +s32 PS4_SYSV_ABI sceVideoOutAddBuffer4k2kPrivilege() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddBufferHdrPrivilege() { +s32 PS4_SYSV_ABI sceVideoOutAddBufferHdrPrivilege() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddBufferAnisoPrivilege() { +s32 PS4_SYSV_ABI sceVideoOutAddBufferAnisoPrivilege() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddBuffer() { +s32 PS4_SYSV_ABI sceVideoOutAddBuffer() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddBufferYccPrivilege() { +s32 PS4_SYSV_ABI sceVideoOutAddBufferYccPrivilege() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddDisplayPositionEvent() { +s32 PS4_SYSV_ABI sceVideoOutAddDisplayPositionEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddDriver() { +s32 PS4_SYSV_ABI sceVideoOutAddDriver() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddFlipEvent() { +s32 PS4_SYSV_ABI sceVideoOutAddFlipEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddPreVblankStartEvent() { +s32 PS4_SYSV_ABI sceVideoOutAddPreVblankStartEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddS3dHmdPrivilege() { +s32 PS4_SYSV_ABI sceVideoOutAddS3dHmdPrivilege() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddSetModeEvent() { +s32 PS4_SYSV_ABI sceVideoOutAddSetModeEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddStereoBuffer() { +s32 PS4_SYSV_ABI sceVideoOutAddStereoBuffer() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAddVblankEvent() { +s32 PS4_SYSV_ABI sceVideoOutAddVblankEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutAdjustColor_() { +s32 PS4_SYSV_ABI sceVideoOutAdjustColor_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutClose() { +s32 PS4_SYSV_ABI sceVideoOutClose() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutColorSettingsSetGamma_() { +s32 PS4_SYSV_ABI sceVideoOutColorSettingsSetGamma_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutConfigureOptionsInitialize_() { +s32 PS4_SYSV_ABI sceVideoOutConfigureOptionsInitialize_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutConfigureOutputMode_() { +s32 PS4_SYSV_ABI sceVideoOutConfigureOutputMode_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutConfigureOutputModeEx_() { +s32 PS4_SYSV_ABI sceVideoOutConfigureOutputModeEx_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutConfigureOutputModeExSubmitDoneUnsafe_() { +s32 PS4_SYSV_ABI sceVideoOutConfigureOutputModeExSubmitDoneUnsafe_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutControlHdcpEncryption() { +s32 PS4_SYSV_ABI sceVideoOutControlHdcpEncryption() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutCursorDisable() { +s32 PS4_SYSV_ABI sceVideoOutCursorDisable() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutCursorEnable() { +s32 PS4_SYSV_ABI sceVideoOutCursorEnable() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutCursorIsUpdatePending() { +s32 PS4_SYSV_ABI sceVideoOutCursorIsUpdatePending() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutCursorSet2xMagnify() { +s32 PS4_SYSV_ABI sceVideoOutCursorSet2xMagnify() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutCursorSetHotSpot() { +s32 PS4_SYSV_ABI sceVideoOutCursorSetHotSpot() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutCursorSetImageAddress() { +s32 PS4_SYSV_ABI sceVideoOutCursorSetImageAddress() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutCursorSetPosition() { +s32 PS4_SYSV_ABI sceVideoOutCursorSetPosition() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutCursorSetPositionStereo() { +s32 PS4_SYSV_ABI sceVideoOutCursorSetPositionStereo() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutCurveSamplePointsCalc_() { +s32 PS4_SYSV_ABI sceVideoOutCurveSamplePointsCalc_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDeleteDisplayPositionEvent() { +s32 PS4_SYSV_ABI sceVideoOutDeleteDisplayPositionEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDeleteDriver() { +s32 PS4_SYSV_ABI sceVideoOutDeleteDriver() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDeleteFlipEvent() { +s32 PS4_SYSV_ABI sceVideoOutDeleteFlipEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDeletePreVblankStartEvent() { +s32 PS4_SYSV_ABI sceVideoOutDeletePreVblankStartEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDeleteSetModeEvent() { +s32 PS4_SYSV_ABI sceVideoOutDeleteSetModeEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDeleteVblankEvent() { +s32 PS4_SYSV_ABI sceVideoOutDeleteVblankEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDriverAddEvent() { +s32 PS4_SYSV_ABI sceVideoOutDriverAddEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDriverDecrementBufferLabel() { +s32 PS4_SYSV_ABI sceVideoOutDriverDecrementBufferLabel() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDriverDeleteEvent() { +s32 PS4_SYSV_ABI sceVideoOutDriverDeleteEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDriverGetBufferLabelAddress() { +s32 PS4_SYSV_ABI sceVideoOutDriverGetBufferLabelAddress() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDriverGetEopHandle() { +s32 PS4_SYSV_ABI sceVideoOutDriverGetEopHandle() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDriverGetFinishedEopHandle() { +s32 PS4_SYSV_ABI sceVideoOutDriverGetFinishedEopHandle() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDriverGetLatestEopHandle() { +s32 PS4_SYSV_ABI sceVideoOutDriverGetLatestEopHandle() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDriverIncrementBufferLabel() { +s32 PS4_SYSV_ABI sceVideoOutDriverIncrementBufferLabel() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDriverResetBufferLabel() { +s32 PS4_SYSV_ABI sceVideoOutDriverResetBufferLabel() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutDriverTriggerEvent() { +s32 PS4_SYSV_ABI sceVideoOutDriverTriggerEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetBufferInformation() { +s32 PS4_SYSV_ABI sceVideoOutGetBufferInformation() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetBufferLabelAddress() { +s32 PS4_SYSV_ABI sceVideoOutGetBufferLabelAddress() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetCoredumpOutputMode() { +s32 PS4_SYSV_ABI sceVideoOutGetCoredumpOutputMode() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetCurrentOutputMode_() { +s32 PS4_SYSV_ABI sceVideoOutGetCurrentOutputMode_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetDeviceCapabilityInfo_() { +s32 PS4_SYSV_ABI sceVideoOutGetDeviceCapabilityInfo_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetDeviceInfoEx_() { +s32 PS4_SYSV_ABI sceVideoOutGetDeviceInfoEx_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetDeviceInfoExOts_() { +s32 PS4_SYSV_ABI sceVideoOutGetDeviceInfoExOts_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetEventCount() { +s32 PS4_SYSV_ABI sceVideoOutGetEventCount() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetEventData() { +s32 PS4_SYSV_ABI sceVideoOutGetEventData() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetEventId() { +s32 PS4_SYSV_ABI sceVideoOutGetEventId() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetFlipStatus() { +s32 PS4_SYSV_ABI sceVideoOutGetFlipStatus() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetHdmiKsvList_() { +s32 PS4_SYSV_ABI sceVideoOutGetHdmiKsvList_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetHdmiMonitorInfo_() { +s32 PS4_SYSV_ABI sceVideoOutGetHdmiMonitorInfo_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetHdmiMonitorInfoNoMask_() { +s32 PS4_SYSV_ABI sceVideoOutGetHdmiMonitorInfoNoMask_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetPortStatusInfo_() { +s32 PS4_SYSV_ABI sceVideoOutGetPortStatusInfo_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetPortStatusInfoByBusSpecifier_() { +s32 PS4_SYSV_ABI sceVideoOutGetPortStatusInfoByBusSpecifier_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetResolutionStatus() { +s32 PS4_SYSV_ABI sceVideoOutGetResolutionStatus() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetStatusForWebcore() { +s32 PS4_SYSV_ABI sceVideoOutGetStatusForWebcore() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetVblankStatus() { +s32 PS4_SYSV_ABI sceVideoOutGetVblankStatus() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetVideoOutModeByBusSpecifier_() { +s32 PS4_SYSV_ABI sceVideoOutGetVideoOutModeByBusSpecifier_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutHdmiMonitorInfoIsSupportedHdcpVersion_() { +s32 PS4_SYSV_ABI sceVideoOutHdmiMonitorInfoIsSupportedHdcpVersion_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutHdmiMonitorInfoIsSupportedVideoOutMode_() { +s32 PS4_SYSV_ABI sceVideoOutHdmiMonitorInfoIsSupportedVideoOutMode_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutIsFlipPending() { +s32 PS4_SYSV_ABI sceVideoOutIsFlipPending() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutLockBuffer() { +s32 PS4_SYSV_ABI sceVideoOutLockBuffer() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutModeSetAny_() { +s32 PS4_SYSV_ABI sceVideoOutModeSetAny_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutOpen() { +s32 PS4_SYSV_ABI sceVideoOutOpen() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutRazorAddCallback() { +s32 PS4_SYSV_ABI sceVideoOutRazorAddCallback() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutRazorRecallCallbacks() { +s32 PS4_SYSV_ABI sceVideoOutRazorRecallCallbacks() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutRazorRemoveCallback() { +s32 PS4_SYSV_ABI sceVideoOutRazorRemoveCallback() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutRegisterBufferAttribute() { +s32 PS4_SYSV_ABI sceVideoOutRegisterBufferAttribute() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutRegisterBuffers() { +s32 PS4_SYSV_ABI sceVideoOutRegisterBuffers() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutRegisterStereoBuffers() { +s32 PS4_SYSV_ABI sceVideoOutRegisterStereoBuffers() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutRemoveBuffer() { +s32 PS4_SYSV_ABI sceVideoOutRemoveBuffer() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSetBlankAfterResume() { +s32 PS4_SYSV_ABI sceVideoOutSetBlankAfterResume() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSetBufferAttribute() { +s32 PS4_SYSV_ABI sceVideoOutSetBufferAttribute() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSetDisplayEventPosition() { +s32 PS4_SYSV_ABI sceVideoOutSetDisplayEventPosition() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSetFlipRate() { +s32 PS4_SYSV_ABI sceVideoOutSetFlipRate() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSetGamutMetadata_() { +s32 PS4_SYSV_ABI sceVideoOutSetGamutMetadata_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSetToneMap_() { +s32 PS4_SYSV_ABI sceVideoOutSetToneMap_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSetWindowModeMargins() { +s32 PS4_SYSV_ABI sceVideoOutSetWindowModeMargins() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSubmitChangeBufferAttribute() { +s32 PS4_SYSV_ABI sceVideoOutSubmitChangeBufferAttribute() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSubmitEopFlip() { +s32 PS4_SYSV_ABI sceVideoOutSubmitEopFlip() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSubmitFlip() { +s32 PS4_SYSV_ABI sceVideoOutSubmitFlip() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysAddSetModeEvent() { +s32 PS4_SYSV_ABI sceVideoOutSysAddSetModeEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysAddVblankEvent() { +s32 PS4_SYSV_ABI sceVideoOutSysAddVblankEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysClose() { +s32 PS4_SYSV_ABI sceVideoOutSysClose() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysConfigureOutputMode_() { +s32 PS4_SYSV_ABI sceVideoOutSysConfigureOutputMode_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysCursorDisable() { +s32 PS4_SYSV_ABI sceVideoOutSysCursorDisable() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysCursorEnable() { +s32 PS4_SYSV_ABI sceVideoOutSysCursorEnable() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysCursorIsUpdatePending() { +s32 PS4_SYSV_ABI sceVideoOutSysCursorIsUpdatePending() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysCursorObtain() { +s32 PS4_SYSV_ABI sceVideoOutSysCursorObtain() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysCursorRelease() { +s32 PS4_SYSV_ABI sceVideoOutSysCursorRelease() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysCursorSetPosition() { +s32 PS4_SYSV_ABI sceVideoOutSysCursorSetPosition() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysDeleteVblankEvent() { +s32 PS4_SYSV_ABI sceVideoOutSysDeleteVblankEvent() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysGetColorConversionStatus() { +s32 PS4_SYSV_ABI sceVideoOutSysGetColorConversionStatus() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysGetCurrentOutputMode_() { +s32 PS4_SYSV_ABI sceVideoOutSysGetCurrentOutputMode_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysGetDeviceCapabilityInfoByBusSpecifier_() { +s32 PS4_SYSV_ABI sceVideoOutSysGetDeviceCapabilityInfoByBusSpecifier_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysGetFlipStatus() { +s32 PS4_SYSV_ABI sceVideoOutSysGetFlipStatus() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysGetMonitorInfo_() { +s32 PS4_SYSV_ABI sceVideoOutSysGetMonitorInfo_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysGetPortStatusInfo_() { +s32 PS4_SYSV_ABI sceVideoOutSysGetPortStatusInfo_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysGetPortStatusInfoByBusSpecifier_() { +s32 PS4_SYSV_ABI sceVideoOutSysGetPortStatusInfoByBusSpecifier_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysGetResolutionStatus() { +s32 PS4_SYSV_ABI sceVideoOutSysGetResolutionStatus() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysGetVblankStatus() { +s32 PS4_SYSV_ABI sceVideoOutSysGetVblankStatus() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysIsSupportedByMonitorInfo_() { +s32 PS4_SYSV_ABI sceVideoOutSysIsSupportedByMonitorInfo_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysReadCrc() { +s32 PS4_SYSV_ABI sceVideoOutSysReadCrc() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysReadCrc64() { +s32 PS4_SYSV_ABI sceVideoOutSysReadCrc64() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysResetAtGpuReset() { +s32 PS4_SYSV_ABI sceVideoOutSysResetAtGpuReset() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysResetZoomBuffers() { +s32 PS4_SYSV_ABI sceVideoOutSysResetZoomBuffers() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysSetBlackLevel() { +s32 PS4_SYSV_ABI sceVideoOutSysSetBlackLevel() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysSetDcePipeMode() { +s32 PS4_SYSV_ABI sceVideoOutSysSetDcePipeMode() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysSetDimmer() { +s32 PS4_SYSV_ABI sceVideoOutSysSetDimmer() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysSetDisplayParameters() { +s32 PS4_SYSV_ABI sceVideoOutSysSetDisplayParameters() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysSetHdrScopeCallbacks() { +s32 PS4_SYSV_ABI sceVideoOutSysSetHdrScopeCallbacks() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysSetInvertedColors() { +s32 PS4_SYSV_ABI sceVideoOutSysSetInvertedColors() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysSetOutputCsc() { +s32 PS4_SYSV_ABI sceVideoOutSysSetOutputCsc() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysSetOverscanRatio() { +s32 PS4_SYSV_ABI sceVideoOutSysSetOverscanRatio() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysSetRedirectFlip() { +s32 PS4_SYSV_ABI sceVideoOutSysSetRedirectFlip() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysSetZoomBuffers() { +s32 PS4_SYSV_ABI sceVideoOutSysSetZoomBuffers() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysSubmitSubWindowLayout() { +s32 PS4_SYSV_ABI sceVideoOutSysSubmitSubWindowLayout() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysUpdateDisplayParameter_() { +s32 PS4_SYSV_ABI sceVideoOutSysUpdateDisplayParameter_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysUpdatePrivilege() { +s32 PS4_SYSV_ABI sceVideoOutSysUpdatePrivilege() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysUpdateRenderingMode() { +s32 PS4_SYSV_ABI sceVideoOutSysUpdateRenderingMode() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutSysUpdateScalerParameters() { +s32 PS4_SYSV_ABI sceVideoOutSysUpdateScalerParameters() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutUnlockBuffer() { +s32 PS4_SYSV_ABI sceVideoOutUnlockBuffer() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutUnregisterBufferAttribute() { +s32 PS4_SYSV_ABI sceVideoOutUnregisterBufferAttribute() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutUnregisterBuffers() { +s32 PS4_SYSV_ABI sceVideoOutUnregisterBuffers() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutWaitVblank() { +s32 PS4_SYSV_ABI sceVideoOutWaitVblank() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_124ED74010241580() { +s32 PS4_SYSV_ABI Func_124ED74010241580() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_2438D6A18553BDD9() { +s32 PS4_SYSV_ABI Func_2438D6A18553BDD9() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_3389533D3C6878DD() { +s32 PS4_SYSV_ABI Func_3389533D3C6878DD() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_3F96B7D8EBA56509() { +s32 PS4_SYSV_ABI Func_3F96B7D8EBA56509() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_94C92412FE1A6876() { +s32 PS4_SYSV_ABI Func_94C92412FE1A6876() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_A17AE74B11648BE7() { +s32 PS4_SYSV_ABI Func_A17AE74B11648BE7() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_BD73297BB32EADF7() { +s32 PS4_SYSV_ABI Func_BD73297BB32EADF7() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C0A269161093AD7D() { +s32 PS4_SYSV_ABI Func_C0A269161093AD7D() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_C192387E6509325C() { +s32 PS4_SYSV_ABI Func_C192387E6509325C() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_FF9008114F7ED758() { +s32 PS4_SYSV_ABI Func_FF9008114F7ED758() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_DF1AD257C5341EC8() { +s32 PS4_SYSV_ABI Func_DF1AD257C5341EC8() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceVideoOutGetHdmiRawEdid_() { +s32 PS4_SYSV_ABI sceVideoOutGetHdmiRawEdid_() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI Func_87DE0FA368680D98() { +s32 PS4_SYSV_ABI Func_87DE0FA368680D98() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceDbgVideoOutAddOutputModeVr60Privilege() { +s32 PS4_SYSV_ABI sceDbgVideoOutAddOutputModeVr60Privilege() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceDbgVideoOutAddProcessAttribute() { +s32 PS4_SYSV_ABI sceDbgVideoOutAddProcessAttribute() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } -int PS4_SYSV_ABI sceDbgVideoOutRemoveProcessAttribute() { +s32 PS4_SYSV_ABI sceDbgVideoOutRemoveProcessAttribute() { LOG_ERROR(Lib_VideoOut, "(STUBBED) called"); return ORBIS_OK; } @@ -767,14 +767,14 @@ void RegisterlibSceVideoOut(Core::Loader::SymbolsResolver* sym) { sceVideoOutAddBufferHdrPrivilege); LIB_FUNCTION("lm+1oyWKwy0", "libSceVideoOutAniso", 1, "libSceVideoOut", 0, 0, sceVideoOutAddBufferAnisoPrivilege); - LIB_FUNCTION("4iy9hG9Du1s", "libSceVideoOut", 1, "libSceVideoOut", 0, 0,sceVideoOutAddBuffer); + LIB_FUNCTION("4iy9hG9Du1s", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutAddBuffer); LIB_FUNCTION("twrSaoZ9cJs", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutAddBuffer4k2kPrivilege); LIB_FUNCTION("D3s8DoEnuR4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutAddBufferYccPrivilege); LIB_FUNCTION("Cxb2w82t7lw", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutAddDisplayPositionEvent); - LIB_FUNCTION("HtwSd4H2Tws", "libSceVideoOut", 1, "libSceVideoOut", 0, 0,sceVideoOutAddDriver); + 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, @@ -789,7 +789,7 @@ void RegisterlibSceVideoOut(Core::Loader::SymbolsResolver* sym) { sceVideoOutAddVblankEvent); LIB_FUNCTION("pv9CI5VC+R0", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutAdjustColor_); - LIB_FUNCTION("uquVH4-Du78", "libSceVideoOut", 1, "libSceVideoOut", 0, 0,sceVideoOutClose); + LIB_FUNCTION("uquVH4-Du78", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutClose); LIB_FUNCTION("DYhhWbJSeRg", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutColorSettingsSetGamma_); LIB_FUNCTION("ktP9j1fN-zE", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, @@ -870,7 +870,8 @@ void RegisterlibSceVideoOut(Core::Loader::SymbolsResolver* sym) { sceVideoOutGetEventCount); LIB_FUNCTION("rWUTcKdkUzQ", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutGetEventData); - LIB_FUNCTION("U2JJtSqNKZI", "libSceVideoOut", 1, "libSceVideoOut", 0, 0,sceVideoOutGetEventId); + 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, @@ -897,10 +898,11 @@ void RegisterlibSceVideoOut(Core::Loader::SymbolsResolver* sym) { sceVideoOutHdmiMonitorInfoIsSupportedVideoOutMode_); LIB_FUNCTION("zgXifHT9ErY", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutIsFlipPending); - LIB_FUNCTION("7ifZFxWJ9Q4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0,sceVideoOutLockBuffer); + 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("Up36PTk687E", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutOpen); LIB_FUNCTION("ZX7C79uOujU", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutRazorAddCallback); LIB_FUNCTION("hGcTks-qqIU", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, @@ -933,12 +935,13 @@ void RegisterlibSceVideoOut(Core::Loader::SymbolsResolver* sym) { sceVideoOutSubmitChangeBufferAttribute); LIB_FUNCTION("j8xl+92A0q4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutSubmitEopFlip); - LIB_FUNCTION("U46NwOiJpys", "libSceVideoOut", 1, "libSceVideoOut", 0, 0,sceVideoOutSubmitFlip); + LIB_FUNCTION("U46NwOiJpys", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, + sceVideoOutSubmitFlip); LIB_FUNCTION("X8FN-5Nk-yE", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutSysAddSetModeEvent); LIB_FUNCTION("Ek+VR4lcJQI", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutSysAddVblankEvent); - LIB_FUNCTION("dIb9LsrpkQM", "libSceVideoOut", 1, "libSceVideoOut", 0, 0,sceVideoOutSysClose); + LIB_FUNCTION("dIb9LsrpkQM", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutSysClose); LIB_FUNCTION("rBDEhJgMruY", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutSysConfigureOutputMode_); LIB_FUNCTION("6L0-A5piudQ", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, @@ -975,7 +978,8 @@ void RegisterlibSceVideoOut(Core::Loader::SymbolsResolver* sym) { sceVideoOutSysGetVblankStatus); LIB_FUNCTION("mfxElr79O7Q", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, sceVideoOutSysIsSupportedByMonitorInfo_); - LIB_FUNCTION("E8C608-pFng", "libSceVideoOut", 1, "libSceVideoOut", 0, 0,sceVideoOutSysReadCrc); + 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, @@ -1018,17 +1022,28 @@ void RegisterlibSceVideoOut(Core::Loader::SymbolsResolver* sym) { sceVideoOutUnregisterBufferAttribute); LIB_FUNCTION("N5KDtkIjjJ4", "libSceVideoOut", 1, "libSceVideoOut", 0, 0, 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("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, diff --git a/libraries/videoout.h b/libraries/videoout.h index f5aaa20..0ea3654 100644 --- a/libraries/videoout.h +++ b/libraries/videoout.h @@ -3,7 +3,7 @@ #pragma once -#include "common/types.h" +#include "common/types.h" namespace Core::Loader { class SymbolsResolver; @@ -11,156 +11,156 @@ class SymbolsResolver; namespace Libraries::VideoOut { -int PS4_SYSV_ABI sceVideoOutAdjustColor2_(); -int PS4_SYSV_ABI sceVideoOutAddBuffer4k2kPrivilege(); -int PS4_SYSV_ABI sceVideoOutAddBufferHdrPrivilege(); -int PS4_SYSV_ABI sceVideoOutAddBufferAnisoPrivilege(); -int PS4_SYSV_ABI sceVideoOutAddBuffer(); -int PS4_SYSV_ABI sceVideoOutAddBufferYccPrivilege(); -int PS4_SYSV_ABI sceVideoOutAddDisplayPositionEvent(); -int PS4_SYSV_ABI sceVideoOutAddDriver(); -int PS4_SYSV_ABI sceVideoOutAddFlipEvent(); -int PS4_SYSV_ABI sceVideoOutAddPreVblankStartEvent(); -int PS4_SYSV_ABI sceVideoOutAddS3dHmdPrivilege(); -int PS4_SYSV_ABI sceVideoOutAddSetModeEvent(); -int PS4_SYSV_ABI sceVideoOutAddStereoBuffer(); -int PS4_SYSV_ABI sceVideoOutAddVblankEvent(); -int PS4_SYSV_ABI sceVideoOutAdjustColor_(); -int PS4_SYSV_ABI sceVideoOutClose(); -int PS4_SYSV_ABI sceVideoOutColorSettingsSetGamma_(); -int PS4_SYSV_ABI sceVideoOutConfigureOptionsInitialize_(); -int PS4_SYSV_ABI sceVideoOutConfigureOutputMode_(); -int PS4_SYSV_ABI sceVideoOutConfigureOutputModeEx_(); -int PS4_SYSV_ABI sceVideoOutConfigureOutputModeExSubmitDoneUnsafe_(); -int PS4_SYSV_ABI sceVideoOutControlHdcpEncryption(); -int PS4_SYSV_ABI sceVideoOutCursorDisable(); -int PS4_SYSV_ABI sceVideoOutCursorEnable(); -int PS4_SYSV_ABI sceVideoOutCursorIsUpdatePending(); -int PS4_SYSV_ABI sceVideoOutCursorSet2xMagnify(); -int PS4_SYSV_ABI sceVideoOutCursorSetHotSpot(); -int PS4_SYSV_ABI sceVideoOutCursorSetImageAddress(); -int PS4_SYSV_ABI sceVideoOutCursorSetPosition(); -int PS4_SYSV_ABI sceVideoOutCursorSetPositionStereo(); -int PS4_SYSV_ABI sceVideoOutCurveSamplePointsCalc_(); -int PS4_SYSV_ABI sceVideoOutDeleteDisplayPositionEvent(); -int PS4_SYSV_ABI sceVideoOutDeleteDriver(); -int PS4_SYSV_ABI sceVideoOutDeleteFlipEvent(); -int PS4_SYSV_ABI sceVideoOutDeletePreVblankStartEvent(); -int PS4_SYSV_ABI sceVideoOutDeleteSetModeEvent(); -int PS4_SYSV_ABI sceVideoOutDeleteVblankEvent(); -int PS4_SYSV_ABI sceVideoOutDriverAddEvent(); -int PS4_SYSV_ABI sceVideoOutDriverDecrementBufferLabel(); -int PS4_SYSV_ABI sceVideoOutDriverDeleteEvent(); -int PS4_SYSV_ABI sceVideoOutDriverGetBufferLabelAddress(); -int PS4_SYSV_ABI sceVideoOutDriverGetEopHandle(); -int PS4_SYSV_ABI sceVideoOutDriverGetFinishedEopHandle(); -int PS4_SYSV_ABI sceVideoOutDriverGetLatestEopHandle(); -int PS4_SYSV_ABI sceVideoOutDriverIncrementBufferLabel(); -int PS4_SYSV_ABI sceVideoOutDriverResetBufferLabel(); -int PS4_SYSV_ABI sceVideoOutDriverTriggerEvent(); -int PS4_SYSV_ABI sceVideoOutGetBufferInformation(); -int PS4_SYSV_ABI sceVideoOutGetBufferLabelAddress(); -int PS4_SYSV_ABI sceVideoOutGetCoredumpOutputMode(); -int PS4_SYSV_ABI sceVideoOutGetCurrentOutputMode_(); -int PS4_SYSV_ABI sceVideoOutGetDeviceCapabilityInfo_(); -int PS4_SYSV_ABI sceVideoOutGetDeviceInfoEx_(); -int PS4_SYSV_ABI sceVideoOutGetDeviceInfoExOts_(); -int PS4_SYSV_ABI sceVideoOutGetEventCount(); -int PS4_SYSV_ABI sceVideoOutGetEventData(); -int PS4_SYSV_ABI sceVideoOutGetEventId(); -int PS4_SYSV_ABI sceVideoOutGetFlipStatus(); -int PS4_SYSV_ABI sceVideoOutGetHdmiKsvList_(); -int PS4_SYSV_ABI sceVideoOutGetHdmiMonitorInfo_(); -int PS4_SYSV_ABI sceVideoOutGetHdmiMonitorInfoNoMask_(); -int PS4_SYSV_ABI sceVideoOutGetPortStatusInfo_(); -int PS4_SYSV_ABI sceVideoOutGetPortStatusInfoByBusSpecifier_(); -int PS4_SYSV_ABI sceVideoOutGetResolutionStatus(); -int PS4_SYSV_ABI sceVideoOutGetStatusForWebcore(); -int PS4_SYSV_ABI sceVideoOutGetVblankStatus(); -int PS4_SYSV_ABI sceVideoOutGetVideoOutModeByBusSpecifier_(); -int PS4_SYSV_ABI sceVideoOutHdmiMonitorInfoIsSupportedHdcpVersion_(); -int PS4_SYSV_ABI sceVideoOutHdmiMonitorInfoIsSupportedVideoOutMode_(); -int PS4_SYSV_ABI sceVideoOutIsFlipPending(); -int PS4_SYSV_ABI sceVideoOutLockBuffer(); -int PS4_SYSV_ABI sceVideoOutModeSetAny_(); -int PS4_SYSV_ABI sceVideoOutOpen(); -int PS4_SYSV_ABI sceVideoOutRazorAddCallback(); -int PS4_SYSV_ABI sceVideoOutRazorRecallCallbacks(); -int PS4_SYSV_ABI sceVideoOutRazorRemoveCallback(); -int PS4_SYSV_ABI sceVideoOutRegisterBufferAttribute(); -int PS4_SYSV_ABI sceVideoOutRegisterBuffers(); -int PS4_SYSV_ABI sceVideoOutRegisterStereoBuffers(); -int PS4_SYSV_ABI sceVideoOutRemoveBuffer(); -int PS4_SYSV_ABI sceVideoOutSetBlankAfterResume(); -int PS4_SYSV_ABI sceVideoOutSetBufferAttribute(); -int PS4_SYSV_ABI sceVideoOutSetDisplayEventPosition(); -int PS4_SYSV_ABI sceVideoOutSetFlipRate(); -int PS4_SYSV_ABI sceVideoOutSetGamutMetadata_(); -int PS4_SYSV_ABI sceVideoOutSetToneMap_(); -int PS4_SYSV_ABI sceVideoOutSetWindowModeMargins(); -int PS4_SYSV_ABI sceVideoOutSubmitChangeBufferAttribute(); -int PS4_SYSV_ABI sceVideoOutSubmitEopFlip(); -int PS4_SYSV_ABI sceVideoOutSubmitFlip(); -int PS4_SYSV_ABI sceVideoOutSysAddSetModeEvent(); -int PS4_SYSV_ABI sceVideoOutSysAddVblankEvent(); -int PS4_SYSV_ABI sceVideoOutSysClose(); -int PS4_SYSV_ABI sceVideoOutSysConfigureOutputMode_(); -int PS4_SYSV_ABI sceVideoOutSysCursorDisable(); -int PS4_SYSV_ABI sceVideoOutSysCursorEnable(); -int PS4_SYSV_ABI sceVideoOutSysCursorIsUpdatePending(); -int PS4_SYSV_ABI sceVideoOutSysCursorObtain(); -int PS4_SYSV_ABI sceVideoOutSysCursorRelease(); -int PS4_SYSV_ABI sceVideoOutSysCursorSetPosition(); -int PS4_SYSV_ABI sceVideoOutSysDeleteVblankEvent(); -int PS4_SYSV_ABI sceVideoOutSysGetColorConversionStatus(); -int PS4_SYSV_ABI sceVideoOutSysGetCurrentOutputMode_(); -int PS4_SYSV_ABI sceVideoOutSysGetDeviceCapabilityInfoByBusSpecifier_(); -int PS4_SYSV_ABI sceVideoOutSysGetFlipStatus(); -int PS4_SYSV_ABI sceVideoOutSysGetMonitorInfo_(); -int PS4_SYSV_ABI sceVideoOutSysGetPortStatusInfo_(); -int PS4_SYSV_ABI sceVideoOutSysGetPortStatusInfoByBusSpecifier_(); -int PS4_SYSV_ABI sceVideoOutSysGetResolutionStatus(); -int PS4_SYSV_ABI sceVideoOutSysGetVblankStatus(); -int PS4_SYSV_ABI sceVideoOutSysIsSupportedByMonitorInfo_(); -int PS4_SYSV_ABI sceVideoOutSysReadCrc(); -int PS4_SYSV_ABI sceVideoOutSysReadCrc64(); -int PS4_SYSV_ABI sceVideoOutSysResetAtGpuReset(); -int PS4_SYSV_ABI sceVideoOutSysResetZoomBuffers(); -int PS4_SYSV_ABI sceVideoOutSysSetBlackLevel(); -int PS4_SYSV_ABI sceVideoOutSysSetDcePipeMode(); -int PS4_SYSV_ABI sceVideoOutSysSetDimmer(); -int PS4_SYSV_ABI sceVideoOutSysSetDisplayParameters(); -int PS4_SYSV_ABI sceVideoOutSysSetHdrScopeCallbacks(); -int PS4_SYSV_ABI sceVideoOutSysSetInvertedColors(); -int PS4_SYSV_ABI sceVideoOutSysSetOutputCsc(); -int PS4_SYSV_ABI sceVideoOutSysSetOverscanRatio(); -int PS4_SYSV_ABI sceVideoOutSysSetRedirectFlip(); -int PS4_SYSV_ABI sceVideoOutSysSetZoomBuffers(); -int PS4_SYSV_ABI sceVideoOutSysSubmitSubWindowLayout(); -int PS4_SYSV_ABI sceVideoOutSysUpdateDisplayParameter_(); -int PS4_SYSV_ABI sceVideoOutSysUpdatePrivilege(); -int PS4_SYSV_ABI sceVideoOutSysUpdateRenderingMode(); -int PS4_SYSV_ABI sceVideoOutSysUpdateScalerParameters(); -int PS4_SYSV_ABI sceVideoOutUnlockBuffer(); -int PS4_SYSV_ABI sceVideoOutUnregisterBufferAttribute(); -int PS4_SYSV_ABI sceVideoOutUnregisterBuffers(); -int PS4_SYSV_ABI sceVideoOutWaitVblank(); -int PS4_SYSV_ABI Func_124ED74010241580(); -int PS4_SYSV_ABI Func_2438D6A18553BDD9(); -int PS4_SYSV_ABI Func_3389533D3C6878DD(); -int PS4_SYSV_ABI Func_3F96B7D8EBA56509(); -int PS4_SYSV_ABI Func_94C92412FE1A6876(); -int PS4_SYSV_ABI Func_A17AE74B11648BE7(); -int PS4_SYSV_ABI Func_BD73297BB32EADF7(); -int PS4_SYSV_ABI Func_C0A269161093AD7D(); -int PS4_SYSV_ABI Func_C192387E6509325C(); -int PS4_SYSV_ABI Func_FF9008114F7ED758(); -int PS4_SYSV_ABI Func_DF1AD257C5341EC8(); -int PS4_SYSV_ABI sceVideoOutGetHdmiRawEdid_(); -int PS4_SYSV_ABI Func_87DE0FA368680D98(); -int PS4_SYSV_ABI sceDbgVideoOutAddOutputModeVr60Privilege(); -int PS4_SYSV_ABI sceDbgVideoOutAddProcessAttribute(); -int PS4_SYSV_ABI sceDbgVideoOutRemoveProcessAttribute(); +s32 PS4_SYSV_ABI sceVideoOutAdjustColor2_(); +s32 PS4_SYSV_ABI sceVideoOutAddBuffer4k2kPrivilege(); +s32 PS4_SYSV_ABI sceVideoOutAddBufferHdrPrivilege(); +s32 PS4_SYSV_ABI sceVideoOutAddBufferAnisoPrivilege(); +s32 PS4_SYSV_ABI sceVideoOutAddBuffer(); +s32 PS4_SYSV_ABI sceVideoOutAddBufferYccPrivilege(); +s32 PS4_SYSV_ABI sceVideoOutAddDisplayPositionEvent(); +s32 PS4_SYSV_ABI sceVideoOutAddDriver(); +s32 PS4_SYSV_ABI sceVideoOutAddFlipEvent(); +s32 PS4_SYSV_ABI sceVideoOutAddPreVblankStartEvent(); +s32 PS4_SYSV_ABI sceVideoOutAddS3dHmdPrivilege(); +s32 PS4_SYSV_ABI sceVideoOutAddSetModeEvent(); +s32 PS4_SYSV_ABI sceVideoOutAddStereoBuffer(); +s32 PS4_SYSV_ABI sceVideoOutAddVblankEvent(); +s32 PS4_SYSV_ABI sceVideoOutAdjustColor_(); +s32 PS4_SYSV_ABI sceVideoOutClose(); +s32 PS4_SYSV_ABI sceVideoOutColorSettingsSetGamma_(); +s32 PS4_SYSV_ABI sceVideoOutConfigureOptionsInitialize_(); +s32 PS4_SYSV_ABI sceVideoOutConfigureOutputMode_(); +s32 PS4_SYSV_ABI sceVideoOutConfigureOutputModeEx_(); +s32 PS4_SYSV_ABI sceVideoOutConfigureOutputModeExSubmitDoneUnsafe_(); +s32 PS4_SYSV_ABI sceVideoOutControlHdcpEncryption(); +s32 PS4_SYSV_ABI sceVideoOutCursorDisable(); +s32 PS4_SYSV_ABI sceVideoOutCursorEnable(); +s32 PS4_SYSV_ABI sceVideoOutCursorIsUpdatePending(); +s32 PS4_SYSV_ABI sceVideoOutCursorSet2xMagnify(); +s32 PS4_SYSV_ABI sceVideoOutCursorSetHotSpot(); +s32 PS4_SYSV_ABI sceVideoOutCursorSetImageAddress(); +s32 PS4_SYSV_ABI sceVideoOutCursorSetPosition(); +s32 PS4_SYSV_ABI sceVideoOutCursorSetPositionStereo(); +s32 PS4_SYSV_ABI sceVideoOutCurveSamplePointsCalc_(); +s32 PS4_SYSV_ABI sceVideoOutDeleteDisplayPositionEvent(); +s32 PS4_SYSV_ABI sceVideoOutDeleteDriver(); +s32 PS4_SYSV_ABI sceVideoOutDeleteFlipEvent(); +s32 PS4_SYSV_ABI sceVideoOutDeletePreVblankStartEvent(); +s32 PS4_SYSV_ABI sceVideoOutDeleteSetModeEvent(); +s32 PS4_SYSV_ABI sceVideoOutDeleteVblankEvent(); +s32 PS4_SYSV_ABI sceVideoOutDriverAddEvent(); +s32 PS4_SYSV_ABI sceVideoOutDriverDecrementBufferLabel(); +s32 PS4_SYSV_ABI sceVideoOutDriverDeleteEvent(); +s32 PS4_SYSV_ABI sceVideoOutDriverGetBufferLabelAddress(); +s32 PS4_SYSV_ABI sceVideoOutDriverGetEopHandle(); +s32 PS4_SYSV_ABI sceVideoOutDriverGetFinishedEopHandle(); +s32 PS4_SYSV_ABI sceVideoOutDriverGetLatestEopHandle(); +s32 PS4_SYSV_ABI sceVideoOutDriverIncrementBufferLabel(); +s32 PS4_SYSV_ABI sceVideoOutDriverResetBufferLabel(); +s32 PS4_SYSV_ABI sceVideoOutDriverTriggerEvent(); +s32 PS4_SYSV_ABI sceVideoOutGetBufferInformation(); +s32 PS4_SYSV_ABI sceVideoOutGetBufferLabelAddress(); +s32 PS4_SYSV_ABI sceVideoOutGetCoredumpOutputMode(); +s32 PS4_SYSV_ABI sceVideoOutGetCurrentOutputMode_(); +s32 PS4_SYSV_ABI sceVideoOutGetDeviceCapabilityInfo_(); +s32 PS4_SYSV_ABI sceVideoOutGetDeviceInfoEx_(); +s32 PS4_SYSV_ABI sceVideoOutGetDeviceInfoExOts_(); +s32 PS4_SYSV_ABI sceVideoOutGetEventCount(); +s32 PS4_SYSV_ABI sceVideoOutGetEventData(); +s32 PS4_SYSV_ABI sceVideoOutGetEventId(); +s32 PS4_SYSV_ABI sceVideoOutGetFlipStatus(); +s32 PS4_SYSV_ABI sceVideoOutGetHdmiKsvList_(); +s32 PS4_SYSV_ABI sceVideoOutGetHdmiMonitorInfo_(); +s32 PS4_SYSV_ABI sceVideoOutGetHdmiMonitorInfoNoMask_(); +s32 PS4_SYSV_ABI sceVideoOutGetPortStatusInfo_(); +s32 PS4_SYSV_ABI sceVideoOutGetPortStatusInfoByBusSpecifier_(); +s32 PS4_SYSV_ABI sceVideoOutGetResolutionStatus(); +s32 PS4_SYSV_ABI sceVideoOutGetStatusForWebcore(); +s32 PS4_SYSV_ABI sceVideoOutGetVblankStatus(); +s32 PS4_SYSV_ABI sceVideoOutGetVideoOutModeByBusSpecifier_(); +s32 PS4_SYSV_ABI sceVideoOutHdmiMonitorInfoIsSupportedHdcpVersion_(); +s32 PS4_SYSV_ABI sceVideoOutHdmiMonitorInfoIsSupportedVideoOutMode_(); +s32 PS4_SYSV_ABI sceVideoOutIsFlipPending(); +s32 PS4_SYSV_ABI sceVideoOutLockBuffer(); +s32 PS4_SYSV_ABI sceVideoOutModeSetAny_(); +s32 PS4_SYSV_ABI sceVideoOutOpen(); +s32 PS4_SYSV_ABI sceVideoOutRazorAddCallback(); +s32 PS4_SYSV_ABI sceVideoOutRazorRecallCallbacks(); +s32 PS4_SYSV_ABI sceVideoOutRazorRemoveCallback(); +s32 PS4_SYSV_ABI sceVideoOutRegisterBufferAttribute(); +s32 PS4_SYSV_ABI sceVideoOutRegisterBuffers(); +s32 PS4_SYSV_ABI sceVideoOutRegisterStereoBuffers(); +s32 PS4_SYSV_ABI sceVideoOutRemoveBuffer(); +s32 PS4_SYSV_ABI sceVideoOutSetBlankAfterResume(); +s32 PS4_SYSV_ABI sceVideoOutSetBufferAttribute(); +s32 PS4_SYSV_ABI sceVideoOutSetDisplayEventPosition(); +s32 PS4_SYSV_ABI sceVideoOutSetFlipRate(); +s32 PS4_SYSV_ABI sceVideoOutSetGamutMetadata_(); +s32 PS4_SYSV_ABI sceVideoOutSetToneMap_(); +s32 PS4_SYSV_ABI sceVideoOutSetWindowModeMargins(); +s32 PS4_SYSV_ABI sceVideoOutSubmitChangeBufferAttribute(); +s32 PS4_SYSV_ABI sceVideoOutSubmitEopFlip(); +s32 PS4_SYSV_ABI sceVideoOutSubmitFlip(); +s32 PS4_SYSV_ABI sceVideoOutSysAddSetModeEvent(); +s32 PS4_SYSV_ABI sceVideoOutSysAddVblankEvent(); +s32 PS4_SYSV_ABI sceVideoOutSysClose(); +s32 PS4_SYSV_ABI sceVideoOutSysConfigureOutputMode_(); +s32 PS4_SYSV_ABI sceVideoOutSysCursorDisable(); +s32 PS4_SYSV_ABI sceVideoOutSysCursorEnable(); +s32 PS4_SYSV_ABI sceVideoOutSysCursorIsUpdatePending(); +s32 PS4_SYSV_ABI sceVideoOutSysCursorObtain(); +s32 PS4_SYSV_ABI sceVideoOutSysCursorRelease(); +s32 PS4_SYSV_ABI sceVideoOutSysCursorSetPosition(); +s32 PS4_SYSV_ABI sceVideoOutSysDeleteVblankEvent(); +s32 PS4_SYSV_ABI sceVideoOutSysGetColorConversionStatus(); +s32 PS4_SYSV_ABI sceVideoOutSysGetCurrentOutputMode_(); +s32 PS4_SYSV_ABI sceVideoOutSysGetDeviceCapabilityInfoByBusSpecifier_(); +s32 PS4_SYSV_ABI sceVideoOutSysGetFlipStatus(); +s32 PS4_SYSV_ABI sceVideoOutSysGetMonitorInfo_(); +s32 PS4_SYSV_ABI sceVideoOutSysGetPortStatusInfo_(); +s32 PS4_SYSV_ABI sceVideoOutSysGetPortStatusInfoByBusSpecifier_(); +s32 PS4_SYSV_ABI sceVideoOutSysGetResolutionStatus(); +s32 PS4_SYSV_ABI sceVideoOutSysGetVblankStatus(); +s32 PS4_SYSV_ABI sceVideoOutSysIsSupportedByMonitorInfo_(); +s32 PS4_SYSV_ABI sceVideoOutSysReadCrc(); +s32 PS4_SYSV_ABI sceVideoOutSysReadCrc64(); +s32 PS4_SYSV_ABI sceVideoOutSysResetAtGpuReset(); +s32 PS4_SYSV_ABI sceVideoOutSysResetZoomBuffers(); +s32 PS4_SYSV_ABI sceVideoOutSysSetBlackLevel(); +s32 PS4_SYSV_ABI sceVideoOutSysSetDcePipeMode(); +s32 PS4_SYSV_ABI sceVideoOutSysSetDimmer(); +s32 PS4_SYSV_ABI sceVideoOutSysSetDisplayParameters(); +s32 PS4_SYSV_ABI sceVideoOutSysSetHdrScopeCallbacks(); +s32 PS4_SYSV_ABI sceVideoOutSysSetInvertedColors(); +s32 PS4_SYSV_ABI sceVideoOutSysSetOutputCsc(); +s32 PS4_SYSV_ABI sceVideoOutSysSetOverscanRatio(); +s32 PS4_SYSV_ABI sceVideoOutSysSetRedirectFlip(); +s32 PS4_SYSV_ABI sceVideoOutSysSetZoomBuffers(); +s32 PS4_SYSV_ABI sceVideoOutSysSubmitSubWindowLayout(); +s32 PS4_SYSV_ABI sceVideoOutSysUpdateDisplayParameter_(); +s32 PS4_SYSV_ABI sceVideoOutSysUpdatePrivilege(); +s32 PS4_SYSV_ABI sceVideoOutSysUpdateRenderingMode(); +s32 PS4_SYSV_ABI sceVideoOutSysUpdateScalerParameters(); +s32 PS4_SYSV_ABI sceVideoOutUnlockBuffer(); +s32 PS4_SYSV_ABI sceVideoOutUnregisterBufferAttribute(); +s32 PS4_SYSV_ABI sceVideoOutUnregisterBuffers(); +s32 PS4_SYSV_ABI sceVideoOutWaitVblank(); +s32 PS4_SYSV_ABI Func_124ED74010241580(); +s32 PS4_SYSV_ABI Func_2438D6A18553BDD9(); +s32 PS4_SYSV_ABI Func_3389533D3C6878DD(); +s32 PS4_SYSV_ABI Func_3F96B7D8EBA56509(); +s32 PS4_SYSV_ABI Func_94C92412FE1A6876(); +s32 PS4_SYSV_ABI Func_A17AE74B11648BE7(); +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 sceVideoOutGetHdmiRawEdid_(); +s32 PS4_SYSV_ABI Func_87DE0FA368680D98(); +s32 PS4_SYSV_ABI sceDbgVideoOutAddOutputModeVr60Privilege(); +s32 PS4_SYSV_ABI sceDbgVideoOutAddProcessAttribute(); +s32 PS4_SYSV_ABI sceDbgVideoOutRemoveProcessAttribute(); void RegisterlibSceVideoOut(Core::Loader::SymbolsResolver* sym); } // namespace Libraries::VideoOut \ No newline at end of file diff --git a/main.cpp b/main.cpp index 21dc887..9104467 100644 --- a/main.cpp +++ b/main.cpp @@ -34,7 +34,7 @@ void GenerateCodeFiles( std::string spdx{SpdxHeader}; std::string headerCode(spdx); headerCode += "\n"; - headerCode += "#pragma once\n\n#include \"common/types.h\" \n\n"; + headerCode += "#pragma once\n\n#include \"common/types.h\"\n\n"; headerCode += "namespace Core::Loader {\nclass SymbolsResolver;\n}\n\n"; std::string trimmedName = moduleName; if (moduleName.find("libSce") != std::string::npos) { @@ -51,9 +51,9 @@ void GenerateCodeFiles( for (const auto& lib : libName2FuncTableMap) { for (const auto& func : lib.second) { if (funcDeclares.find(func.m_funcName) == funcDeclares.end()) { - std::string funcDeclare("int PS4_SYSV_ABI " + func.m_funcName + "();\n"); - if (funcDeclare.length() > 100) { - funcDeclare = "int PS4_SYSV_ABI\n" + func.m_funcName + "();\n"; + std::string funcDeclare("s32 PS4_SYSV_ABI " + func.m_funcName + "();\n"); + if (funcDeclare.length() > MAXIMUM_LINE_LENGTH) { + funcDeclare = "s32 PS4_SYSV_ABI\n" + func.m_funcName + "();\n"; } headerCode += funcDeclare; funcDeclares.insert(func.m_funcName); @@ -83,9 +83,9 @@ void GenerateCodeFiles( for (const auto& lib : libName2FuncTableMap) { for (const auto& func : lib.second) { if (funcImplementation.find(func.m_funcName) == funcImplementation.end()) { - std::string funcHeader = "int PS4_SYSV_ABI " + func.m_funcName + "() {"; + std::string funcHeader = "s32 PS4_SYSV_ABI " + func.m_funcName + "() {"; if (funcHeader.length() > MAXIMUM_LINE_LENGTH) { - funcHeader = "int PS4_SYSV_ABI\n" + func.m_funcName + "() {"; + funcHeader = "s32 PS4_SYSV_ABI\n" + func.m_funcName + "() {"; } const std::string funcDeclare(funcHeader + "\n" + " LOG_ERROR(Lib_" + trimmedName +", \"(STUBBED) called\");\n" @@ -102,7 +102,7 @@ void GenerateCodeFiles( 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"; + std::to_string(func.m_version_minor) + ", " + 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 + "\", " +