|
|
struct ModInfo * | next |
| |
|
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 |
| |
Definition at line 626 of file udnl.c.
◆ next
◆ name
| const char* ModInfo::name |
◆ version
| unsigned short int ModInfo::version |
◆ newflags
| unsigned short int ModInfo::newflags |
◆ id
| unsigned short int ModInfo::id |
◆ flags
| unsigned short int ModInfo::flags |
◆ EntryPoint
| void* ModInfo::EntryPoint |
◆ gp
◆ text_start
| void* ModInfo::text_start |
◆ text_size
| unsigned int ModInfo::text_size |
◆ data_size
| unsigned int ModInfo::data_size |
◆ bss_size
| unsigned int ModInfo::bss_size |
◆ unused1
| unsigned int ModInfo::unused1 |
◆ unused2
| unsigned int ModInfo::unused2 |
The documentation for this struct was generated from the following file: