Header format for TE images, defined in the PI Specification, 1.0.
More...
#include <PeImage.h>
Header format for TE images, defined in the PI Specification, 1.0.
Definition at line 782 of file PeImage.h.
◆ Signature
| UINT16 EFI_TE_IMAGE_HEADER::Signature |
The signature for TE format = "VZ".
Definition at line 783 of file PeImage.h.
◆ Machine
| UINT16 EFI_TE_IMAGE_HEADER::Machine |
From the original file header.
Definition at line 784 of file PeImage.h.
◆ NumberOfSections
| UINT8 EFI_TE_IMAGE_HEADER::NumberOfSections |
From the original file header.
Definition at line 785 of file PeImage.h.
◆ Subsystem
| UINT8 EFI_TE_IMAGE_HEADER::Subsystem |
From original optional header.
Definition at line 786 of file PeImage.h.
◆ StrippedSize
| UINT16 EFI_TE_IMAGE_HEADER::StrippedSize |
Number of bytes we removed from the header.
Definition at line 787 of file PeImage.h.
◆ AddressOfEntryPoint
| UINT32 EFI_TE_IMAGE_HEADER::AddressOfEntryPoint |
Offset to entry point – from original optional header.
Definition at line 788 of file PeImage.h.
◆ BaseOfCode
| UINT32 EFI_TE_IMAGE_HEADER::BaseOfCode |
From original image – required for ITP debug.
Definition at line 789 of file PeImage.h.
◆ ImageBase
| UINT64 EFI_TE_IMAGE_HEADER::ImageBase |
From original file header.
Definition at line 790 of file PeImage.h.
◆ DataDirectory
Only base relocation and debug directory.
Definition at line 791 of file PeImage.h.
The documentation for this struct was generated from the following file: