Searched refs:EFI_SECTION_PE32 (Results 1 - 15 of 15) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/ |
H A D | PiFirmwareFile.h | 208 #define EFI_SECTION_PE32 0x10 macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/ |
H A D | GenFvInternalLib.c | 1351 Status = GetSectionByType (SecCoreFile, EFI_SECTION_PE32, 1, &Pe32Section); 1362 (VOID *) ((UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32)), 1390 SecCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32) - (UINTN) FvImage->FileImage; 1405 Status = GetSectionByType (PeiCoreFile, EFI_SECTION_PE32, 1, &Pe32Section); 1416 (VOID *) ((UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32)), 1430 PeiCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32) - (UINTN) FvImage->FileImage; 1701 Status = GetSectionByType (PeiCoreFile, EFI_SECTION_PE32, 1, &Pe32Section); 1712 (VOID *) ((UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32)), 1726 PeiCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32) - (UINTN) FvImage->FileImage; 1749 Status = GetSectionByType (SecCoreFile, EFI_SECTION_PE32, [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/ |
H A D | PiFirmwareFile.h | 127 #define EFI_SECTION_PE32 0x10 macro
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/ |
H A D | SearchForSecEntry.asm | 117 %define EFI_SECTION_PE32 0x10 140 cmp byte [eax + 3], EFI_SECTION_PE32
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/ |
H A D | PiFirmwareFile.h | 202 #define EFI_SECTION_PE32 0x10 macro
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/ |
H A D | Image.c | 478 SearchType2 = EFI_SECTION_PE32; 480 SearchType1 = EFI_SECTION_PE32;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesLib/ |
H A D | DxeServicesLib.c | 80 is not found, EFI_SECTION_PE32 will be used to try the search again. If no EFI_SECTION_PE32 section is found, EFI_NOT_FOUND 165 EFI_SECTION_PE32, 191 the search will be retried with a section type of EFI_SECTION_PE32. 334 the search will be retried with a section type of EFI_SECTION_PE32. 459 the search will be retried with a section type of EFI_SECTION_PE32. 523 the search will be retried with a section type of EFI_SECTION_PE32. 675 SectionType = EFI_SECTION_PE32;
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/ |
H A D | SecMain.c | 389 EFI_SECTION_PE32, 509 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ |
H A D | ScriptExecute.c | 337 EFI_SECTION_PE32,
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/ |
H A D | UpdateDispatcher.c | 683 SectionType = EFI_SECTION_PE32;
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/ |
H A D | GenSec.c | 64 "EFI_SECTION_PE32", // 0x10 164 EFI_SECTION_PE32, EFI_SECTION_PIC, EFI_SECTION_TE,\n\ 1253 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_PE32]) == 0) { 1254 SectType = EFI_SECTION_PE32;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/ |
H A D | PiSmmIpl.c | 874 EFI_SECTION_PE32,
|
H A D | Dispatcher.c | 389 EFI_SECTION_PE32,
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/ |
H A D | GenFfs.c | 343 } else if (TempSectHeader.Type == EFI_SECTION_PE32) {
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/ |
H A D | VolInfo.c | 515 "EFI_SECTION_PE32", 1274 case EFI_SECTION_PE32:
|
Completed in 821 milliseconds