Home
last modified time | relevance | path

Searched refs:GetSectionHeaderLength (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DFvLib.h105 GetSectionHeaderLength(
DFvLib.c750 GetSectionHeaderLength( in GetSectionHeaderLength() function
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c1551 SecHeaderSize = GetSectionHeaderLength(Pe32Section.CommonHeader); in UpdateResetVector()
1606 SecHeaderSize = GetSectionHeaderLength(Pe32Section.CommonHeader); in UpdateResetVector()
1915 … (VOID *) ((UINTN) Pe32Section.Pe32Section + GetSectionHeaderLength(Pe32Section.CommonHeader)), in UpdateArmResetVectorIfNeeded()
1929 …PeiCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + GetSectionHeaderLength(Pe32Section.Com… in UpdateArmResetVectorIfNeeded()
1963 … (VOID *) ((UINTN) Pe32Section.Pe32Section + GetSectionHeaderLength(Pe32Section.CommonHeader)), in UpdateArmResetVectorIfNeeded()
1984 …SecCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + GetSectionHeaderLength(Pe32Section.Com… in UpdateArmResetVectorIfNeeded()
2008 … (VOID *) ((UINTN) Pe32Section.Pe32Section + GetSectionHeaderLength(Pe32Section.CommonHeader)), in UpdateArmResetVectorIfNeeded()
2022 …PeiCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + GetSectionHeaderLength(Pe32Section.Com… in UpdateArmResetVectorIfNeeded()
3014 …RMWARE_VOLUME_HEADER *) ((UINT8 *) SubFvSection.FVImageSection + GetSectionHeaderLength(SubFvSecti… in GetChildFvFromFfs()
3148 CurSecHdrSize = GetSectionHeaderLength(CurrentPe32Section.CommonHeader); in FfsRebase()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c1274 SectionHeaderLen = GetSectionHeaderLength((EFI_COMMON_SECTION_HEADER *)Ptr); in ParseSection()
1580 Ptr += GetSectionHeaderLength((EFI_COMMON_SECTION_HEADER *)Ptr); in DumpDepexSection()
1581 SectionLength -= GetSectionHeaderLength((EFI_COMMON_SECTION_HEADER *)Ptr); in DumpDepexSection()