Home
last modified time | relevance | path

Searched defs:_IMAGE_DOS_HEADER (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dpe.h15 typedef struct _IMAGE_DOS_HEADER { struct
16 uint16_t e_magic; /* 00: MZ Header signature */
17 uint16_t e_cblp; /* 02: Bytes on last page of file */
18 uint16_t e_cp; /* 04: Pages in file */
19 uint16_t e_crlc; /* 06: Relocations */
24 uint16_t e_sp; /* 10: Initial SP value */
25 uint16_t e_csum; /* 12: Checksum */
26 uint16_t e_ip; /* 14: Initial IP value */
29 uint16_t e_ovno; /* 1a: Overlay number */
30 uint16_t e_res[4]; /* 1c: Reserved words */
[all …]