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