iPXE
Data Fields
EFI_IMAGE_OPTIONAL_HEADER_UNION Union Reference

Union of PE32, PE32+, and TE headers. More...

#include <PeImage.h>

Data Fields

EFI_IMAGE_NT_HEADERS32 Pe32
 
EFI_IMAGE_NT_HEADERS64 Pe32Plus
 
EFI_TE_IMAGE_HEADER Te
 

Detailed Description

Union of PE32, PE32+, and TE headers.

Definition at line 805 of file PeImage.h.

Field Documentation

◆ Pe32

EFI_IMAGE_NT_HEADERS32 EFI_IMAGE_OPTIONAL_HEADER_UNION::Pe32

Definition at line 806 of file PeImage.h.

Referenced by efi_pecoff_debug_name().

◆ Pe32Plus

EFI_IMAGE_NT_HEADERS64 EFI_IMAGE_OPTIONAL_HEADER_UNION::Pe32Plus

Definition at line 807 of file PeImage.h.

Referenced by efi_pecoff_debug_name().

◆ Te

EFI_TE_IMAGE_HEADER EFI_IMAGE_OPTIONAL_HEADER_UNION::Te

Definition at line 808 of file PeImage.h.


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