Lines Matching full:image
2 UEFI 2.0 Loaded image protocol definition.
4 Every EFI driver and application is passed an image handle when it is loaded.
5 This image handle will contain a Loaded Image Protocol.
41 /// Can be used on any image handle to obtain information about the loaded image.
46 …EFI_HANDLE ParentHandle; ///< Parent image's image handle. NULL if the image is l…
48 EFI_SYSTEM_TABLE *SystemTable; ///< the image's EFI system table pointer.
51 // Source location of image
53 …EFI_HANDLE DeviceHandle; ///< The device handle that the EFI Image was loaded fro…
55 ///< that the EFI Image was loaded from.
62 VOID *LoadOptions; ///< A pointer to the image's binary load options.
65 // Location of where image was loaded
67 VOID *ImageBase; ///< The base address at which the image was loaded.
68 UINT64 ImageSize; ///< The size in bytes of the loaded image.