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.c1557 SecHeaderSize = GetSectionHeaderLength(Pe32Section.CommonHeader); in UpdateResetVector()
1612 SecHeaderSize = GetSectionHeaderLength(Pe32Section.CommonHeader); in UpdateResetVector()
1918 …RMWARE_VOLUME_HEADER *)((UINT8 *)EncapFvSection.FVImageSection + GetSectionHeaderLength(EncapFvSec… in FindCorePeSection()
1977 (VOID *)((UINTN)Pe32Section.Pe32Section + GetSectionHeaderLength(Pe32Section.CommonHeader)), in GetCoreMachineType()
2029 (VOID *)((UINTN)Pe32Section.Pe32Section + GetSectionHeaderLength(Pe32Section.CommonHeader)), in GetCoreEntryPointAddress()
2043 …EntryPhysicalAddress += (UINTN)Pe32Section.Pe32Section + GetSectionHeaderLength(Pe32Section.Common… in GetCoreEntryPointAddress()
3266 …RMWARE_VOLUME_HEADER *) ((UINT8 *) SubFvSection.FVImageSection + GetSectionHeaderLength(SubFvSecti… in GetChildFvFromFfs()
3424 CurSecHdrSize = GetSectionHeaderLength(CurrentPe32Section.CommonHeader); in FfsRebase()
3690 CurSecHdrSize = GetSectionHeaderLength(CurrentPe32Section.CommonHeader); in FfsRebase()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c1694 SectionHeaderLen = GetSectionHeaderLength((EFI_COMMON_SECTION_HEADER *)Ptr); in ParseSection()
2100 Ptr += GetSectionHeaderLength((EFI_COMMON_SECTION_HEADER *)Ptr); in DumpDepexSection()
2101 SectionLength -= GetSectionHeaderLength((EFI_COMMON_SECTION_HEADER *)Ptr); in DumpDepexSection()