uOFW
Reverse engineered PSP kernel 6.60.
|
#include <loadcore.h>
Data Fields | |
struct SceSyscallTable * | next |
s32 | seed |
s32 | funcTableSize |
s32 | tableSize |
void(* | syscalls [])() |
This structure represents a system call table. Such a table takes care of the exported system calls registered to the system.
struct SceSyscallTable* SceSyscallTable::next |
Pointer to the next SystemCall table.
s32 SceSyscallTable::seed |
Partly defines the location of the system call table.
s32 SceSyscallTable::funcTableSize |
Size of the structure (including the syscalls array).
s32 SceSyscallTable::tableSize |
Size of the syscalls array.
void(* SceSyscallTable::syscalls[])() |
Variable-size array containing a list of syscalls.