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.h346 } EFI_IMAGE_EXECUTION_INFO_TABLE; typedef
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.c693 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable in GetImageExeInfoTableSize()
704 …FI_IMAGE_EXECUTION_INFO *) ((UINT8 *) ImageExeInfoTable + sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE)); in GetImageExeInfoTableSize()
705 TotalSize = sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE); in GetImageExeInfoTableSize()
785 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable; in AddImageExeInfo()
786 EFI_IMAGE_EXECUTION_INFO_TABLE *NewImageExeInfoTable; in AddImageExeInfo()
822 ImageExeInfoTableSize = sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE); in AddImageExeInfo()
832 …NewImageExeInfoTable = (EFI_IMAGE_EXECUTION_INFO_TABLE *) AllocateRuntimePool (ImageExeInfoTa… in AddImageExeInfo()
2505 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable; in OnReadyToBoot()
2513 ImageExeInfoTableSize = sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE); in OnReadyToBoot()
2514 …ImageExeInfoTable = (EFI_IMAGE_EXECUTION_INFO_TABLE *) AllocateRuntimePool (ImageExeInfoTableS… in OnReadyToBoot()