Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dpe.h65 typedef struct _IMAGE_OPTIONAL_HEADER64 { struct
66 uint16_t Magic; /* 0x20b */
67 uint8_t MajorLinkerVersion;
68 uint8_t MinorLinkerVersion;
69 uint32_t SizeOfCode;
70 uint32_t SizeOfInitializedData;
71 uint32_t SizeOfUninitializedData;
72 uint32_t AddressOfEntryPoint;
73 uint32_t BaseOfCode;
74 uint64_t ImageBase;
[all …]