Searched refs:EFI_SECTION_TE (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiFirmwareFile.h210 #define EFI_SECTION_TE 0x12 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DPiFirmwareFile.h129 #define EFI_SECTION_TE 0x12 macro
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/
H A DSearchForSecEntry.asm118 %define EFI_SECTION_TE 0x12
143 cmp byte [eax + 3], EFI_SECTION_TE
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiFirmwareFile.h204 #define EFI_SECTION_TE 0x12 macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/
H A DImage.c477 SearchType1 = EFI_SECTION_TE;
481 SearchType2 = EFI_SECTION_TE;
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/
H A DSecMain.c396 EFI_SECTION_TE,
509 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c66 "EFI_SECTION_TE", // 0x12
164 EFI_SECTION_PE32, EFI_SECTION_PIC, EFI_SECTION_TE,\n\
481 if (TempSectHeader.Type == EFI_SECTION_TE) {
1257 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_TE]) == 0) {
1258 SectType = EFI_SECTION_TE;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c1353 Status = GetSectionByType (SecCoreFile, EFI_SECTION_TE, 1, &Pe32Section);
1407 Status = GetSectionByType (PeiCoreFile, EFI_SECTION_TE, 1, &Pe32Section);
1703 Status = GetSectionByType (PeiCoreFile, EFI_SECTION_TE, 1, &Pe32Section);
1751 Status = GetSectionByType (SecCoreFile, EFI_SECTION_TE, 1, &Pe32Section);
1796 Status = GetSectionByType (PeiCoreFile, EFI_SECTION_TE, 1, &Pe32Section);
3143 Status = GetSectionByType (FfsFile, EFI_SECTION_TE, Index, &CurrentPe32Section);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c79 If SectionType is EFI_SECTION_TE, EFI_SECTION_TE is used as section type to start the search. If EFI_SECTION_TE section
156 if (EFI_ERROR (Status) && (SectionType == EFI_SECTION_TE)) {
190 If SectionType is EFI_SECTION_TE, and the search with an FFS file fails,
333 If SectionType is EFI_SECTION_TE, and the search with an FFS file fails,
458 If SectionType is EFI_SECTION_TE, and the search with an FFS file fails,
522 If SectionType is EFI_SECTION_TE, and the search with an FFS file fails,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c337 if (TempSectHeader.Type == EFI_SECTION_TE) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c405 EFI_SECTION_TE,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c523 "EFI_SECTION_TE",
1276 case EFI_SECTION_TE:

Completed in 169 milliseconds