Lines Matching full:loaded
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 … ParentHandle; ///< Parent image's image handle. NULL if the image is loaded directly from
53 …EFI_HANDLE DeviceHandle; ///< The device handle that the EFI Image was loaded fro…
55 ///< that the EFI Image was loaded from.
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.
69 …_MEMORY_TYPE ImageCodeType; ///< The memory type that the code sections were loaded as.
70 …_MEMORY_TYPE ImageDataType; ///< The memory type that the data sections were loaded as.