Lines Matching refs:u32
73 typedef u32 OSModuleID;
97 u32 numSections; // # of sections
98 u32 sectionInfoOffset; // offset to section info table
99 u32 nameOffset; // offset to module name
100 u32 nameSize; // size of module name
101 u32 version; // version number
110 u32 bssSize; // total size of bss sections in bytes
111 u32 relOffset;
112 u32 impOffset;
113 u32 impSize; // size in bytes
118 u32 prolog; // prolog function offset
119 u32 epilog; // epilog function offset
120 u32 unresolved; // unresolved function offset
124 u32 align; // module alignment constraint
125 u32 bssAlign; // bss alignment constraint
130 u32 fixSize;
161 u32 offset;
162 u32 size;
172 u32 offset; // offset to OSRel instructions
180 u32 addend;
199 OSModuleInfo* OSSearchModule(void* ptr, u32* section, u32* offset);