HomeSort by relevance Sort by last modified time
    Searched refs:GetSectionFileLength (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FvLib.h 93 GetSectionFileLength (
FvLib.c 466 SectionSize = GetSectionFileLength(CurrentSection.CommonHeader);
482 CurrentSection.CommonHeader = (EFI_COMMON_SECTION_HEADER *) ((((UINTN) CurrentSection.CommonHeader) + GetSectionFileLength(CurrentSection.CommonHeader) + 0x03) & (-1 << 2));
794 GetSectionFileLength (
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFvInternalLib.c 1019 PadSize = GetSectionFileLength (PadSection.CommonHeader);
    [all...]

Completed in 266 milliseconds