Searched refs:EFI_SECTION_TE (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/ |
H A D | PiFirmwareFile.h | 210 #define EFI_SECTION_TE 0x12 macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/ |
H A D | PiFirmwareFile.h | 129 #define EFI_SECTION_TE 0x12 macro
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/ |
H A D | SearchForSecEntry.asm | 118 %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 D | PiFirmwareFile.h | 204 #define EFI_SECTION_TE 0x12 macro
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/ |
H A D | Image.c | 477 SearchType1 = EFI_SECTION_TE; 481 SearchType2 = EFI_SECTION_TE;
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/ |
H A D | SecMain.c | 396 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 D | GenSec.c | 66 "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 D | GenFvInternalLib.c | 1353 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 D | DxeServicesLib.c | 79 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 D | GenFfs.c | 337 if (TempSectHeader.Type == EFI_SECTION_TE) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/ |
H A D | Dispatcher.c | 405 EFI_SECTION_TE,
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/ |
H A D | VolInfo.c | 523 "EFI_SECTION_TE", 1276 case EFI_SECTION_TE:
|
Completed in 169 milliseconds