EFI_TE_IMAGE_HEADER Struct Reference

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

#include <PeImage.h>


Data Fields

UINT16 Signature
 signature for TE format = "VZ"
UINT16 Machine
 from the original file header
UINT8 NumberOfSections
 from the original file header
UINT8 Subsystem
 from original optional header
UINT16 StrippedSize
 how many bytes we removed from the header
UINT32 AddressOfEntryPoint
 offset to entry point -- from original optional header
UINT32 BaseOfCode
 from original image -- required for ITP debug
UINT64 ImageBase
 from original file header
EFI_IMAGE_DATA_DIRECTORY DataDirectory [2]
 only base relocation and debug directory


Detailed Description

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

Definition at line 714 of file PeImage.h.


Field Documentation

signature for TE format = "VZ"

Definition at line 715 of file PeImage.h.

from the original file header

Definition at line 716 of file PeImage.h.

from the original file header

Definition at line 717 of file PeImage.h.

from original optional header

Definition at line 718 of file PeImage.h.

how many bytes we removed from the header

Definition at line 719 of file PeImage.h.

offset to entry point -- from original optional header

Definition at line 720 of file PeImage.h.

from original image -- required for ITP debug

Definition at line 721 of file PeImage.h.

from original file header

Definition at line 722 of file PeImage.h.

only base relocation and debug directory

Definition at line 723 of file PeImage.h.


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:04 2010 for gPXE by  doxygen 1.5.7.1