Lines Matching defs:external_PEI_DOS_hdr
177 struct external_PEI_DOS_hdr struct
180 char e_magic[2]; /* Magic number, 0x5a4d. */
181 char e_cblp[2]; /* Bytes on last page of file, 0x90. */
182 char e_cp[2]; /* Pages in file, 0x3. */
183 char e_crlc[2]; /* Relocations, 0x0. */
184 char e_cparhdr[2]; /* Size of header in paragraphs, 0x4. */
185 char e_minalloc[2]; /* Minimum extra paragraphs needed, 0x0. */
186 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */
187 char e_ss[2]; /* Initial (relative) SS value, 0x0. */
188 char e_sp[2]; /* Initial SP value, 0xb8. */
189 char e_csum[2]; /* Checksum, 0x0. */
190 char e_ip[2]; /* Initial IP value, 0x0. */
191 char e_cs[2]; /* Initial (relative) CS value, 0x0. */
192 char e_lfarlc[2]; /* File address of relocation table, 0x40. */
193 char e_ovno[2]; /* Overlay number, 0x0. */
194 char e_res[4][2]; /* Reserved words, all 0x0. */
195 char e_oemid[2]; /* OEM identifier (for e_oeminfo), 0x0. */
196 char e_oeminfo[2]; /* OEM information; e_oemid specific, 0x0. */
197 char e_res2[10][2]; /* Reserved words, all 0x0. */
198 char e_lfanew[4]; /* File address of new exe header, usually 0x80. */
199 char dos_message[16][4]; /* Other stuff, always follow DOS header. */