PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
ModuleInfo Struct Reference
+ Collaboration diagram for ModuleInfo:

Data Fields

unsigned int ModuleType
 
void * EntryPoint
 
void * gp
 
void * text_start
 
unsigned int text_size
 
unsigned int data_size
 
unsigned int bss_size
 
unsigned int MemSize
 
struct iopmod_idmod_id
 
unsigned int unknown_24
 

Detailed Description

Definition at line 399 of file udnl.c.

Field Documentation

◆ ModuleType

unsigned int ModuleInfo::ModuleType

Definition at line 401 of file udnl.c.

◆ EntryPoint

void* ModuleInfo::EntryPoint

Definition at line 402 of file udnl.c.

◆ gp

void* ModuleInfo::gp

Definition at line 403 of file udnl.c.

◆ text_start

void* ModuleInfo::text_start

Definition at line 404 of file udnl.c.

◆ text_size

unsigned int ModuleInfo::text_size

Definition at line 405 of file udnl.c.

◆ data_size

unsigned int ModuleInfo::data_size

Definition at line 406 of file udnl.c.

◆ bss_size

unsigned int ModuleInfo::bss_size

Definition at line 407 of file udnl.c.

◆ MemSize

unsigned int ModuleInfo::MemSize

Definition at line 408 of file udnl.c.

◆ mod_id

struct iopmod_id* ModuleInfo::mod_id

Definition at line 409 of file udnl.c.

◆ unknown_24

unsigned int ModuleInfo::unknown_24

Definition at line 410 of file udnl.c.


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