iPXE
Data Fields
EFI_IMAGE_SECTION_HEADER Struct Reference

Section Table. More...

#include <PeImage.h>

Data Fields

UINT8 Name [EFI_IMAGE_SIZEOF_SHORT_NAME]
 
union {
   UINT32   PhysicalAddress
 
   UINT32   VirtualSize
 
Misc
 
UINT32 VirtualAddress
 
UINT32 SizeOfRawData
 
UINT32 PointerToRawData
 
UINT32 PointerToRelocations
 
UINT32 PointerToLinenumbers
 
UINT16 NumberOfRelocations
 
UINT16 NumberOfLinenumbers
 
UINT32 Characteristics
 

Detailed Description

Section Table.

This table immediately follows the optional header.

Definition at line 297 of file PeImage.h.

Field Documentation

◆ Name

UINT8 EFI_IMAGE_SECTION_HEADER::Name[EFI_IMAGE_SIZEOF_SHORT_NAME]

Definition at line 298 of file PeImage.h.

◆ PhysicalAddress

UINT32 EFI_IMAGE_SECTION_HEADER::PhysicalAddress

Definition at line 300 of file PeImage.h.

◆ VirtualSize

UINT32 EFI_IMAGE_SECTION_HEADER::VirtualSize

Definition at line 301 of file PeImage.h.

◆ Misc

union { ... } EFI_IMAGE_SECTION_HEADER::Misc

◆ VirtualAddress

UINT32 EFI_IMAGE_SECTION_HEADER::VirtualAddress

Definition at line 303 of file PeImage.h.

◆ SizeOfRawData

UINT32 EFI_IMAGE_SECTION_HEADER::SizeOfRawData

Definition at line 304 of file PeImage.h.

◆ PointerToRawData

UINT32 EFI_IMAGE_SECTION_HEADER::PointerToRawData

Definition at line 305 of file PeImage.h.

◆ PointerToRelocations

UINT32 EFI_IMAGE_SECTION_HEADER::PointerToRelocations

Definition at line 306 of file PeImage.h.

◆ PointerToLinenumbers

UINT32 EFI_IMAGE_SECTION_HEADER::PointerToLinenumbers

Definition at line 307 of file PeImage.h.

◆ NumberOfRelocations

UINT16 EFI_IMAGE_SECTION_HEADER::NumberOfRelocations

Definition at line 308 of file PeImage.h.

◆ NumberOfLinenumbers

UINT16 EFI_IMAGE_SECTION_HEADER::NumberOfLinenumbers

Definition at line 309 of file PeImage.h.

◆ Characteristics

UINT32 EFI_IMAGE_SECTION_HEADER::Characteristics

Definition at line 310 of file PeImage.h.


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