iPXE
|
PE images can start with an optional DOS header, so if an image is run under DOS it can print an error message. More...
#include <PeImage.h>
Data Fields | |
UINT16 | e_magic |
Magic number. More... | |
UINT16 | e_cblp |
Bytes on last page of file. More... | |
UINT16 | e_cp |
Pages in file. More... | |
UINT16 | e_crlc |
Relocations. More... | |
UINT16 | e_cparhdr |
Size of header in paragraphs. More... | |
UINT16 | e_minalloc |
Minimum extra paragraphs needed. More... | |
UINT16 | e_maxalloc |
Maximum extra paragraphs needed. More... | |
UINT16 | e_ss |
Initial (relative) SS value. More... | |
UINT16 | e_sp |
Initial SP value. More... | |
UINT16 | e_csum |
Checksum. More... | |
UINT16 | e_ip |
Initial IP value. More... | |
UINT16 | e_cs |
Initial (relative) CS value. More... | |
UINT16 | e_lfarlc |
File address of relocation table. More... | |
UINT16 | e_ovno |
Overlay number. More... | |
UINT16 | e_res [4] |
Reserved words. More... | |
UINT16 | e_oemid |
OEM identifier (for e_oeminfo). More... | |
UINT16 | e_oeminfo |
OEM information; e_oemid specific. More... | |
UINT16 | e_res2 [10] |
Reserved words. More... | |
UINT32 | e_lfanew |
File address of new exe header. More... | |
PE images can start with an optional DOS header, so if an image is run under DOS it can print an error message.
UINT16 EFI_IMAGE_DOS_HEADER::e_magic |
UINT16 EFI_IMAGE_DOS_HEADER::e_cblp |
UINT16 EFI_IMAGE_DOS_HEADER::e_cparhdr |
UINT16 EFI_IMAGE_DOS_HEADER::e_minalloc |
UINT16 EFI_IMAGE_DOS_HEADER::e_maxalloc |
UINT16 EFI_IMAGE_DOS_HEADER::e_ss |
UINT16 EFI_IMAGE_DOS_HEADER::e_cs |
UINT16 EFI_IMAGE_DOS_HEADER::e_lfarlc |
UINT16 EFI_IMAGE_DOS_HEADER::e_oemid |
UINT16 EFI_IMAGE_DOS_HEADER::e_oeminfo |
UINT32 EFI_IMAGE_DOS_HEADER::e_lfanew |
File address of new exe header.
Definition at line 78 of file PeImage.h.
Referenced by efi_pecoff_debug_name().