Searched refs:EFI_SECTION_COMPRESSION (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiFirmwareFile.h199 #define EFI_SECTION_COMPRESSION 0x01 macro
270 /// Usual common section header. CommonHeader.Type = EFI_SECTION_COMPRESSION.
285 /// Usual common section header. CommonHeader.Type = EFI_SECTION_COMPRESSION.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DPiFirmwareFile.h120 #define EFI_SECTION_COMPRESSION 0x01 macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiFirmwareFile.h193 #define EFI_SECTION_COMPRESSION 0x01 macro
264 /// Usual common section header. CommonHeader.Type = EFI_SECTION_COMPRESSION.
279 /// Usual common section header. CommonHeader.Type = EFI_SECTION_COMPRESSION.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c49 "EFI_SECTION_COMPRESSION", // 0x01
163 EFI_SECTION_COMPRESSION, EFI_SECTION_GUID_DEFINED,\n\
566 Generate an encapsulating section of type EFI_SECTION_COMPRESSION
716 CompressionSect->CommonHeader.Type = EFI_SECTION_COMPRESSION;
1207 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_COMPRESSION]) == 0) {
1208 SectType = EFI_SECTION_COMPRESSION;
1333 case EFI_SECTION_COMPRESSION:
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/
H A DDxeLoad.c523 if (CompressionSection->CommonHeader.Type != EFI_SECTION_COMPRESSION) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c673 case EFI_SECTION_COMPRESSION:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c352 } else if (TempSectHeader.Type == EFI_SECTION_COMPRESSION ||
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c680 } else if ((Section->Type == EFI_SECTION_GUID_DEFINED) || (Section->Type == EFI_SECTION_COMPRESSION)) {
728 } else if (Section->Type == EFI_SECTION_COMPRESSION) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c722 case EFI_SECTION_COMPRESSION:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c455 "EFI_SECTION_COMPRESSION",
1311 case EFI_SECTION_COMPRESSION:

Completed in 120 milliseconds