Searched defs:OSModuleHeader (Results 1 – 1 of 1) sorted by relevance
77 typedef struct OSModuleHeader OSModuleHeader; typedef110 struct OSModuleHeader struct113 OSModuleInfo info;116 u32 bssSize; // Total size of bss sections in bytes117 u32 relOffset;118 u32 impOffset;119 u32 impSize; // Size in bytes120 u8 prologSection; // Section # for prolog function121 u8 epilogSection; // Section # for epilog function122 u8 unresolvedSection; // Section # for unresolved function[all …]