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

Data Fields

struct ModInfonext
 
const char * name
 
unsigned short int version
 
unsigned short int newflags
 
unsigned short int id
 
unsigned short int flags
 
void * EntryPoint
 
void * gp
 
void * text_start
 
unsigned int text_size
 
unsigned int data_size
 
unsigned int bss_size
 
unsigned int unused1
 
unsigned int unused2
 

Detailed Description

Definition at line 627 of file udnl.c.

Field Documentation

◆ next

struct ModInfo* ModInfo::next

Definition at line 629 of file udnl.c.

◆ name

const char* ModInfo::name

Definition at line 630 of file udnl.c.

◆ version

unsigned short int ModInfo::version

Definition at line 631 of file udnl.c.

◆ newflags

unsigned short int ModInfo::newflags

Definition at line 632 of file udnl.c.

◆ id

unsigned short int ModInfo::id

Definition at line 633 of file udnl.c.

◆ flags

unsigned short int ModInfo::flags

Definition at line 634 of file udnl.c.

◆ EntryPoint

void* ModInfo::EntryPoint

Definition at line 635 of file udnl.c.

◆ gp

void* ModInfo::gp

Definition at line 636 of file udnl.c.

◆ text_start

void* ModInfo::text_start

Definition at line 637 of file udnl.c.

◆ text_size

unsigned int ModInfo::text_size

Definition at line 638 of file udnl.c.

◆ data_size

unsigned int ModInfo::data_size

Definition at line 639 of file udnl.c.

◆ bss_size

unsigned int ModInfo::bss_size

Definition at line 640 of file udnl.c.

◆ unused1

unsigned int ModInfo::unused1

Definition at line 641 of file udnl.c.

◆ unused2

unsigned int ModInfo::unused2

Definition at line 642 of file udnl.c.


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