Lines Matching defs:external_PEI_DOS_hdr
142 struct external_PEI_DOS_hdr struct
145 char e_magic[2]; /* Magic number, 0x5a4d. */
146 char e_cblp[2]; /* Bytes on last page of file, 0x90. */
147 char e_cp[2]; /* Pages in file, 0x3. */
148 char e_crlc[2]; /* Relocations, 0x0. */
149 char e_cparhdr[2]; /* Size of header in paragraphs, 0x4. */
150 char e_minalloc[2]; /* Minimum extra paragraphs needed, 0x0. */
151 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */
152 char e_ss[2]; /* Initial (relative) SS value, 0x0. */
153 char e_sp[2]; /* Initial SP value, 0xb8. */
154 char e_csum[2]; /* Checksum, 0x0. */
155 char e_ip[2]; /* Initial IP value, 0x0. */
156 char e_cs[2]; /* Initial (relative) CS value, 0x0. */
157 char e_lfarlc[2]; /* File address of relocation table, 0x40. */
158 char e_ovno[2]; /* Overlay number, 0x0. */
159 char e_res[4][2]; /* Reserved words, all 0x0. */
160 char e_oemid[2]; /* OEM identifier (for e_oeminfo), 0x0. */
161 char e_oeminfo[2]; /* OEM information; e_oemid specific, 0x0. */
162 char e_res2[10][2]; /* Reserved words, all 0x0. */
163 char e_lfanew[4]; /* File address of new exe header, usually 0x80. */
164 char dos_message[16][4]; /* Other stuff, always follow DOS header. */