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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiImageFormat.h 75 #define EFI_SECTION_COMPRESSION 0x01
  /external/syslinux/gpxe/src/include/gpxe/efi/Pi/
PiFirmwareFile.h 105 #define EFI_SECTION_COMPRESSION 0x01
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
GenSection.c 46 "EFI_SECTION_COMPRESSION", // 0x01
116 SectionTypeName[EFI_SECTION_COMPRESSION],
388 Generate an encapsulating section of type EFI_SECTION_COMPRESSION
400 EFI_SECTION_COMPRESSION
423 if (SectionType != EFI_SECTION_COMPRESSION) {
424 Error (NULL, 0, 0, "parameter must be EFI_SECTION_COMPRESSION", NULL);
853 if (_stricmp (ParamSectionType, SectionTypeName[EFI_SECTION_COMPRESSION]) == 0) {
854 SectionType = EFI_SECTION_COMPRESSION;
940 case EFI_SECTION_COMPRESSION:
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiFirmwareFile.h 199 #define EFI_SECTION_COMPRESSION 0x01
270 /// Usual common section header. CommonHeader.Type = EFI_SECTION_COMPRESSION.
285 /// Usual common section header. CommonHeader.Type = EFI_SECTION_COMPRESSION.
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GenSec.c 40 "EFI_SECTION_COMPRESSION", // 0x01
159 EFI_SECTION_COMPRESSION, EFI_SECTION_GUID_DEFINED,\n\
592 Generate an encapsulating section of type EFI_SECTION_COMPRESSION
758 CompressionSect2->CommonHeader.Type = EFI_SECTION_COMPRESSION;
765 CompressionSect->CommonHeader.Type = EFI_SECTION_COMPRESSION;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
FwVol.c 315 } else if ((Section->Type == EFI_SECTION_COMPRESSION) || (Section->Type == EFI_SECTION_GUID_DEFINED)) {
317 if (Section->Type == EFI_SECTION_COMPRESSION) {
369 if (Section->Type == EFI_SECTION_COMPRESSION) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
PiFirmwareFile.h 130 #define EFI_SECTION_COMPRESSION 0x01
  /device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/
DxeIpl.c 282 if (CompressionSection->CommonHeader.Type != EFI_SECTION_COMPRESSION) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DxeLoad.c 603 if (CompressionSection->CommonHeader.Type != EFI_SECTION_COMPRESSION) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
GenFfs.c 355 } else if (TempSectHeader.Type == EFI_SECTION_COMPRESSION ||
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
FwVol.c 816 } else if ((Section->Type == EFI_SECTION_GUID_DEFINED) || (Section->Type == EFI_SECTION_COMPRESSION)) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 451 "EFI_SECTION_COMPRESSION",
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c 775 case EFI_SECTION_COMPRESSION:
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c 726 case EFI_SECTION_COMPRESSION:
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 701 CompressionSet.CommonHeader.Type = EFI_SECTION_COMPRESSION;
    [all...]

Completed in 354 milliseconds