Home
last modified time | relevance | path

Searched refs:EFI_IMAGE_EXECUTION_INFO_TABLE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
DImageAuthentication.h335 } EFI_IMAGE_EXECUTION_INFO_TABLE; typedef
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.c700 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable in GetImageExeInfoTableSize()
711 …FI_IMAGE_EXECUTION_INFO *) ((UINT8 *) ImageExeInfoTable + sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE)); in GetImageExeInfoTableSize()
712 TotalSize = sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE); in GetImageExeInfoTableSize()
740 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable; in AddImageExeInfo()
741 EFI_IMAGE_EXECUTION_INFO_TABLE *NewImageExeInfoTable; in AddImageExeInfo()
777 ImageExeInfoTableSize = sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE); in AddImageExeInfo()
787 …NewImageExeInfoTable = (EFI_IMAGE_EXECUTION_INFO_TABLE *) AllocateRuntimePool (ImageExeInfoTa… in AddImageExeInfo()
1945 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable; in OnReadyToBoot()
1953 ImageExeInfoTableSize = sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE); in OnReadyToBoot()
1954 …ImageExeInfoTable = (EFI_IMAGE_EXECUTION_INFO_TABLE *) AllocateRuntimePool (ImageExeInfoTableS… in OnReadyToBoot()