iPXE
Data Fields
EFI_TE_IMAGE_HEADER Struct Reference

Header format for TE images, defined in the PI Specification, 1.0. More...

#include <PeImage.h>

Data Fields

UINT16 Signature
 The signature for TE format = "VZ". More...
 
UINT16 Machine
 From the original file header. More...
 
UINT8 NumberOfSections
 From the original file header. More...
 
UINT8 Subsystem
 From original optional header. More...
 
UINT16 StrippedSize
 Number of bytes we removed from the header. More...
 
UINT32 AddressOfEntryPoint
 Offset to entry point – from original optional header. More...
 
UINT32 BaseOfCode
 From original image – required for ITP debug. More...
 
UINT64 ImageBase
 From original file header. More...
 
EFI_IMAGE_DATA_DIRECTORY DataDirectory [2]
 Only base relocation and debug directory. More...
 

Detailed Description

Header format for TE images, defined in the PI Specification, 1.0.

Definition at line 782 of file PeImage.h.

Field Documentation

◆ 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

EFI_IMAGE_DATA_DIRECTORY EFI_TE_IMAGE_HEADER::DataDirectory[2]

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: