Home
last modified time | relevance | path

Searched refs:sectionInfoOffset (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.1.4/include/revolution/os/
DOSModule.h98 u32 sectionInfoOffset; // offset to section info table member
135 ((OSSectionInfo*) (((OSModuleInfo*) (module))->sectionInfoOffset))
/RvlSDK-3.1.4/include/revolution/
Drso.h66 u32 sectionInfoOffset; // Offset to section info table member
115 ((RSOSectionInfo*) (((RSOObjectInfo*) (module))->sectionInfoOffset))
/RvlSDK-3.1.4/build/demos/reldemo/src/
Dstatic.c85 OSReport("sectionInfoOffset %08xh\n", moduleInfo->sectionInfoOffset); in DumpModuleInfo()