aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxapi/stubs.json
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2023-05-11 23:42:43 +0200
committerGitHub <noreply@github.com>2023-05-11 23:42:43 +0200
commit04d7728350cbd04dd86cd894e906c98673e3f9a7 (patch)
tree08e8c7dd495d1c4c6fcf5f7ba6b4b10693dc42f6 /libpsn00b/psxapi/stubs.json
parenteaec942f56ceec9c14de5c4185a02602abadd50a (diff)
parent58a8306d24fe29d965aa8b40ddc37c3163c0a2f9 (diff)
downloadpsn00bsdk-04d7728350cbd04dd86cd894e906c98673e3f9a7.tar.gz
Merge pull request #70 from Lameguy64/v0.23-wip
Header cleanups, PCDRV, more safety checks, libc and mkpsxiso fixes (v0.23)
Diffstat (limited to 'libpsn00b/psxapi/stubs.json')
-rw-r--r--libpsn00b/psxapi/stubs.json62
1 files changed, 52 insertions, 10 deletions
diff --git a/libpsn00b/psxapi/stubs.json b/libpsn00b/psxapi/stubs.json
index 50ffb55..afa83c6 100644
--- a/libpsn00b/psxapi/stubs.json
+++ b/libpsn00b/psxapi/stubs.json
@@ -8,7 +8,7 @@
{
"type": "a",
"id": 1,
- "name": "seek",
+ "name": "lseek",
"file": "stdio.s"
},
{
@@ -37,6 +37,12 @@
},
{
"type": "a",
+ "id": 7,
+ "name": "isatty",
+ "file": "stdio.s"
+ },
+ {
+ "type": "a",
"id": 8,
"name": "getc",
"file": "stdio.s"
@@ -109,6 +115,12 @@
},
{
"type": "a",
+ "id": 81,
+ "name": "LoadExec",
+ "file": "sys.s"
+ },
+ {
+ "type": "a",
"id": 85,
"name": "_bu_init",
"file": "drivers.s"
@@ -128,7 +140,7 @@
{
"type": "a",
"id": 153,
- "name": "AddDummyTty",
+ "name": "add_nullcon_driver",
"file": "drivers.s"
},
{
@@ -139,6 +151,18 @@
},
{
"type": "a",
+ "id": 157,
+ "name": "GetConf",
+ "file": "sys.s"
+ },
+ {
+ "type": "a",
+ "id": 159,
+ "name": "SetMem",
+ "file": "sys.s"
+ },
+ {
+ "type": "a",
"id": 160,
"name": "_boot",
"file": "sys.s"
@@ -170,13 +194,13 @@
{
"type": "b",
"id": 0,
- "name": "_kernel_malloc",
+ "name": "alloc_kernel_memory",
"file": "sys.s"
},
{
"type": "b",
"id": 1,
- "name": "_kernel_free",
+ "name": "free_kernel_memory",
"file": "sys.s"
},
{
@@ -296,13 +320,13 @@
{
"type": "b",
"id": 24,
- "name": "SetDefaultExitFromException",
+ "name": "ResetEntryInt",
"file": "sys.s"
},
{
"type": "b",
"id": 25,
- "name": "SetCustomExitFromException",
+ "name": "HookEntryInt",
"file": "sys.s"
},
{
@@ -314,7 +338,7 @@
{
"type": "b",
"id": 64,
- "name": "chdir",
+ "name": "cd",
"file": "fs.s"
},
{
@@ -343,20 +367,26 @@
},
{
"type": "b",
+ "id": 70,
+ "name": "undelete",
+ "file": "fs.s"
+ },
+ {
+ "type": "b",
"id": 71,
- "name": "AddDev",
+ "name": "AddDrv",
"file": "drivers.s"
},
{
"type": "b",
"id": 72,
- "name": "DelDev",
+ "name": "DelDrv",
"file": "drivers.s"
},
{
"type": "b",
"id": 73,
- "name": "ListDev",
+ "name": "ListDrv",
"file": "drivers.s"
},
{
@@ -397,6 +427,18 @@
},
{
"type": "b",
+ "id": 84,
+ "name": "_get_errno",
+ "file": "stdio.s"
+ },
+ {
+ "type": "b",
+ "id": 85,
+ "name": "_get_error",
+ "file": "stdio.s"
+ },
+ {
+ "type": "b",
"id": 86,
"name": "GetC0Table",
"file": "sys.s"