5#ifndef MODULEMGR_MODULEINFO_H
6#define MODULEMGR_MODULEINFO_H
8#include "common_header.h"
20 u32 segmentAddr[SCE_KERNEL_MAX_MODULE_SEGMENT];
22 SceSize segmentSize[SCE_KERNEL_MAX_MODULE_SEGMENT];
38 u8 version[MODULE_VERSION_NUMBER_CATEGORY_SIZE];
40 char modName[SCE_MODULE_NAME_LEN];
56 u32 segmentAddr[SCE_KERNEL_MAX_MODULE_SEGMENT];
58 SceSize segmentSize[SCE_KERNEL_MAX_MODULE_SEGMENT];
Definition modulemgr_moduleInfo.h:48
u8 nsegment
Definition modulemgr_moduleInfo.h:52
SceSize size
Definition modulemgr_moduleInfo.h:50
u32 gpValue
Definition modulemgr_moduleInfo.h:62
SceSize textSize
Definition modulemgr_moduleInfo.h:66
u32 entryAddr
Definition modulemgr_moduleInfo.h:60
SceSize dataSize
Definition modulemgr_moduleInfo.h:68
SceSize bssSize
Definition modulemgr_moduleInfo.h:70
u32 textAddr
Definition modulemgr_moduleInfo.h:64
Definition modulemgr_moduleInfo.h:12
u8 nsegment
Definition modulemgr_moduleInfo.h:16
SceSize dataSize
Definition modulemgr_moduleInfo.h:32
SceSize size
Definition modulemgr_moduleInfo.h:14
u16 attribute
Definition modulemgr_moduleInfo.h:36
u32 textAddr
Definition modulemgr_moduleInfo.h:28
SceSize bssSize
Definition modulemgr_moduleInfo.h:34
char terminal
Definition modulemgr_moduleInfo.h:42
u32 gpValue
Definition modulemgr_moduleInfo.h:26
u32 entryAddr
Definition modulemgr_moduleInfo.h:24
SceSize textSize
Definition modulemgr_moduleInfo.h:30