iPXE
Data Fields
EFI_IMAGE_DEBUG_DIRECTORY_ENTRY Struct Reference

Debug Directory Format. More...

#include <PeImage.h>

Data Fields

UINT32 Characteristics
 
UINT32 TimeDateStamp
 
UINT16 MajorVersion
 
UINT16 MinorVersion
 
UINT32 Type
 
UINT32 SizeOfData
 
UINT32 RVA
 The address of the debug data when loaded, relative to the image base. More...
 
UINT32 FileOffset
 The file pointer to the debug data. More...
 

Detailed Description

Debug Directory Format.

Definition at line 642 of file PeImage.h.

Field Documentation

◆ Characteristics

UINT32 EFI_IMAGE_DEBUG_DIRECTORY_ENTRY::Characteristics

Definition at line 643 of file PeImage.h.

◆ TimeDateStamp

UINT32 EFI_IMAGE_DEBUG_DIRECTORY_ENTRY::TimeDateStamp

Definition at line 644 of file PeImage.h.

◆ MajorVersion

UINT16 EFI_IMAGE_DEBUG_DIRECTORY_ENTRY::MajorVersion

Definition at line 645 of file PeImage.h.

◆ MinorVersion

UINT16 EFI_IMAGE_DEBUG_DIRECTORY_ENTRY::MinorVersion

Definition at line 646 of file PeImage.h.

◆ Type

UINT32 EFI_IMAGE_DEBUG_DIRECTORY_ENTRY::Type

Definition at line 647 of file PeImage.h.

◆ SizeOfData

UINT32 EFI_IMAGE_DEBUG_DIRECTORY_ENTRY::SizeOfData

Definition at line 648 of file PeImage.h.

◆ RVA

UINT32 EFI_IMAGE_DEBUG_DIRECTORY_ENTRY::RVA

The address of the debug data when loaded, relative to the image base.

Definition at line 649 of file PeImage.h.

◆ FileOffset

UINT32 EFI_IMAGE_DEBUG_DIRECTORY_ENTRY::FileOffset

The file pointer to the debug data.

Definition at line 650 of file PeImage.h.


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