Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DFvLib.h93 GetSectionFileLength (
DFvLib.c466 SectionSize = GetSectionFileLength(CurrentSection.CommonHeader); in SearchSectionByType()
482 …OMMON_SECTION_HEADER *) ((((UINTN) CurrentSection.CommonHeader) + GetSectionFileLength(CurrentSect… in SearchSectionByType()
794 GetSectionFileLength ( in GetSectionFileLength() function
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c1273 SectionLength = GetSectionFileLength ((EFI_COMMON_SECTION_HEADER *) Ptr); in ParseSection()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c1019 PadSize = GetSectionFileLength (PadSection.CommonHeader); in AdjustInternalFfsPadding()