Lines Matching +full:image +full:- +full:specific
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.
7 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
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…
54 …EFI_DEVICE_PATH_PROTOCOL *FilePath; ///< A pointer to the file path portion specific to Devi…
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.
75 // For backward-compatible with EFI1.1.