Searched refs:FindCorePeSection (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/ |
D | GenFvInternalLib.c | 1813 FindCorePeSection( in FindCorePeSection() function 1921 …Status = FindCorePeSection(EncapsulatedFvHeader, EncapsulatedFvHeader->FvLength, FileType, Pe32Sec… in FindCorePeSection() 2121 …Status = FindCorePeSection(FvImage->FileImage, FvInfo->Size, EFI_FV_FILETYPE_SECURITY_CORE, &SecPe… in UpdateArmResetVectorIfNeeded() 2143 Status = FindCorePeSection(FvImage->FileImage, FvInfo->Size, EFI_FV_FILETYPE_PEI_CORE, &PeiPe32); in UpdateArmResetVectorIfNeeded() 3270 …Status = FindCorePeSection(SubFvImageHeader, SubFvImageHeader->FvLength, EFI_FV_FILETYPE_SECURITY_… in GetChildFvFromFfs() 3274 …Status = FindCorePeSection(SubFvImageHeader, SubFvImageHeader->FvLength, EFI_FV_FILETYPE_PEI_CORE,… in GetChildFvFromFfs()
|