Lines Matching defs:external_PEI_filehdr
216 struct external_PEI_filehdr struct
219 char e_magic[2]; /* Magic number, 0x5a4d. */
220 char e_cblp[2]; /* Bytes on last page of file, 0x90. */
221 char e_cp[2]; /* Pages in file, 0x3. */
222 char e_crlc[2]; /* Relocations, 0x0. */
223 char e_cparhdr[2]; /* Size of header in paragraphs, 0x4. */
224 char e_minalloc[2]; /* Minimum extra paragraphs needed, 0x0. */
225 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */
226 char e_ss[2]; /* Initial (relative) SS value, 0x0. */
227 char e_sp[2]; /* Initial SP value, 0xb8. */
228 char e_csum[2]; /* Checksum, 0x0. */
229 char e_ip[2]; /* Initial IP value, 0x0. */
230 char e_cs[2]; /* Initial (relative) CS value, 0x0. */
231 char e_lfarlc[2]; /* File address of relocation table, 0x40. */
232 char e_ovno[2]; /* Overlay number, 0x0. */
233 char e_res[4][2]; /* Reserved words, all 0x0. */
234 char e_oemid[2]; /* OEM identifier (for e_oeminfo), 0x0. */
235 char e_oeminfo[2]; /* OEM information; e_oemid specific, 0x0. */
236 char e_res2[10][2]; /* Reserved words, all 0x0. */
260 #define FILHDR struct external_PEI_filehdr argument