uOFW
Reverse engineered PSP kernel 6.60.
|
#include <loadcore.h>
Data Fields | |
u32 | call |
u32 | delaySlot |
This structure represents a function stub belonging to same privilege-level linked libraries, i.e. a kernel resident library linked with a kernel stub library.
u32 DirectCall::call |
The call to the imported function via a MIPS ASM Jump instruction.
u32 DirectCall::delaySlot |
The delay slot belonging to the call, typically a NOP instruction.