Data Fields | |
VOID * | ImageBase |
UINT64 | ImageSize |
VOID * | RelocationData |
EFI_HANDLE | Handle |
EFI_LIST_ENTRY | Link |
The ImageHandle passed into ImageBase when it was loaded.
Start of image that has been loaded in memory. It is a pointer to either the DOS header or PE header of the image.
Size in bytes of the image represented by ImageBase.
Entry for this node in the EFI_RUNTIME_ARCHITECTURE_PROTOCOL.ImageHead list.
Information about the fix-ups that were performed on ImageBase when it was loaded into memory.