TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_RUNTIME_IMAGE_ENTRY Struct Reference

#include <MdePkg/Include/Protocol/Runtime.h>

Data Fields

VOID * ImageBase
 
UINT64 ImageSize
 
VOID * RelocationData
 
EFI_HANDLE Handle
 
EFI_LIST_ENTRY Link
 

Detailed Description

EFI_RUNTIME_IMAGE_ENTRY

Definition at line 39 of file Runtime.h.

Field Documentation

◆ Handle

EFI_HANDLE _EFI_RUNTIME_IMAGE_ENTRY::Handle

The ImageHandle passed into ImageBase when it was loaded.

Definition at line 57 of file Runtime.h.

◆ ImageBase

VOID* _EFI_RUNTIME_IMAGE_ENTRY::ImageBase

Start of image that has been loaded in memory. It is a pointer to either the DOS header or PE header of the image.

Definition at line 44 of file Runtime.h.

◆ ImageSize

UINT64 _EFI_RUNTIME_IMAGE_ENTRY::ImageSize

Size in bytes of the image represented by ImageBase.

Definition at line 48 of file Runtime.h.

◆ Link

EFI_LIST_ENTRY _EFI_RUNTIME_IMAGE_ENTRY::Link

Entry for this node in the EFI_RUNTIME_ARCHITECTURE_PROTOCOL.ImageHead list.

Definition at line 61 of file Runtime.h.

◆ RelocationData

VOID* _EFI_RUNTIME_IMAGE_ENTRY::RelocationData

Information about the fix-ups that were performed on ImageBase when it was loaded into memory.

Definition at line 53 of file Runtime.h.


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