XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_IMAGE_SECTION_HEADER Struct Reference

#include <PeImage.h>

Public Attributes

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.

Member Data Documentation

◆ Characteristics

UINT32 EFI_IMAGE_SECTION_HEADER::Characteristics

◆ [union]

union { ... } EFI_IMAGE_SECTION_HEADER::Misc

◆ Name

UINT8 EFI_IMAGE_SECTION_HEADER::Name[EFI_IMAGE_SIZEOF_SHORT_NAME]

◆ NumberOfLinenumbers

UINT16 EFI_IMAGE_SECTION_HEADER::NumberOfLinenumbers

◆ NumberOfRelocations

UINT16 EFI_IMAGE_SECTION_HEADER::NumberOfRelocations

◆ PhysicalAddress

UINT32 EFI_IMAGE_SECTION_HEADER::PhysicalAddress

◆ PointerToLinenumbers

UINT32 EFI_IMAGE_SECTION_HEADER::PointerToLinenumbers

◆ PointerToRawData

UINT32 EFI_IMAGE_SECTION_HEADER::PointerToRawData

◆ PointerToRelocations

UINT32 EFI_IMAGE_SECTION_HEADER::PointerToRelocations

◆ SizeOfRawData

UINT32 EFI_IMAGE_SECTION_HEADER::SizeOfRawData

◆ VirtualAddress

UINT32 EFI_IMAGE_SECTION_HEADER::VirtualAddress

◆ VirtualSize

UINT32 EFI_IMAGE_SECTION_HEADER::VirtualSize

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