|
XenevaOS
|
#include <Runtime.h>

Public Attributes | |
| VOID * | ImageBase |
| UINT64 | ImageSize |
| VOID * | RelocationData |
| EFI_HANDLE | Handle |
| EFI_LIST_ENTRY | Link |
EFI_RUNTIME_IMAGE_ENTRY
| EFI_HANDLE _EFI_RUNTIME_IMAGE_ENTRY::Handle |
The ImageHandle passed into ImageBase when it was loaded.
| 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.
| UINT64 _EFI_RUNTIME_IMAGE_ENTRY::ImageSize |
Size in bytes of the image represented by ImageBase.
| EFI_LIST_ENTRY _EFI_RUNTIME_IMAGE_ENTRY::Link |
Entry for this node in the EFI_RUNTIME_ARCHITECTURE_PROTOCOL.ImageHead list.
| VOID* _EFI_RUNTIME_IMAGE_ENTRY::RelocationData |
Information about the fix-ups that were performed on ImageBase when it was loaded into memory.