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

#include <loadcore.h>

Data Fields

u32 returnAddr
 
u32 syscall
 

Detailed Description

This structure represents a function stub belonging to different privilege-level linked libraries, i.e. a kernel resident library linked with a user stub library.

Field Documentation

◆ returnAddr

u32 Syscall::returnAddr

The return instruction from the stub. Typically a JR $ra command.

◆ syscall

u32 Syscall::syscall

The system call exception used to call the imported function.


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