Lines Matching defs:external_PEI_filehdr
198 struct external_PEI_filehdr struct
201 char e_magic[2]; /* Magic number, 0x5a4d. */
202 char e_cblp[2]; /* Bytes on last page of file, 0x90. */
203 char e_cp[2]; /* Pages in file, 0x3. */
204 char e_crlc[2]; /* Relocations, 0x0. */
205 char e_cparhdr[2]; /* Size of header in paragraphs, 0x4. */
206 char e_minalloc[2]; /* Minimum extra paragraphs needed, 0x0. */
207 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */
208 char e_ss[2]; /* Initial (relative) SS value, 0x0. */
209 char e_sp[2]; /* Initial SP value, 0xb8. */
210 char e_csum[2]; /* Checksum, 0x0. */
211 char e_ip[2]; /* Initial IP value, 0x0. */
212 char e_cs[2]; /* Initial (relative) CS value, 0x0. */
213 char e_lfarlc[2]; /* File address of relocation table, 0x40. */
214 char e_ovno[2]; /* Overlay number, 0x0. */
215 char e_res[4][2]; /* Reserved words, all 0x0. */
216 char e_oemid[2]; /* OEM identifier (for e_oeminfo), 0x0. */
217 char e_oeminfo[2]; /* OEM information; e_oemid specific, 0x0. */
218 char e_res2[10][2]; /* Reserved words, all 0x0. */
242 #define FILHDR struct external_PEI_filehdr argument