uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
Data Fields
SceSyscallTable Struct Reference

#include <loadcore.h>

Data Fields

struct SceSyscallTablenext
 
s32 seed
 
s32 funcTableSize
 
s32 tableSize
 
void(* syscalls [])()
 

Detailed Description

This structure represents a system call table. Such a table takes care of the exported system calls registered to the system.

Field Documentation

◆ next

struct SceSyscallTable* SceSyscallTable::next

Pointer to the next SystemCall table.

◆ seed

s32 SceSyscallTable::seed

Partly defines the location of the system call table.

◆ funcTableSize

s32 SceSyscallTable::funcTableSize

Size of the structure (including the syscalls array).

◆ tableSize

s32 SceSyscallTable::tableSize

Size of the syscalls array.

◆ syscalls

void(* SceSyscallTable::syscalls[])()

Variable-size array containing a list of syscalls.


The documentation for this struct was generated from the following file: