Searched refs:EFI_SECTION_ALL (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiFirmwareFile.h192 /// The section type EFI_SECTION_ALL matches all section types.
194 #define EFI_SECTION_ALL 0x00 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DPiFirmwareFile.h113 // type EFI_SECTION_ALL matches all section types.
115 #define EFI_SECTION_ALL 0x00 macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiFirmwareFile.h186 /// The section type EFI_SECTION_ALL matches all section types.
188 #define EFI_SECTION_ALL 0x00 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c171 EFI_SECTION_ALL is default section type.\n");
949 SectType = EFI_SECTION_ALL;
1206 SectType = EFI_SECTION_ALL;
1351 // For the unknown guided section, the alignment is processed when the dummy all section (EFI_SECTION_ALL) is generated.
1412 case EFI_SECTION_ALL:
1465 if (SectType != EFI_SECTION_ALL) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c472 if (SearchType == EFI_SECTION_ALL) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c459 if (SearchType == EFI_SECTION_ALL) {

Completed in 45 milliseconds