/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/ |
D | firmware_volume.py | 21 EFI_SECTION_PE32 = 0x10 variable in EfiFileSection 49 elif type == EfiFileSection.EFI_SECTION_PE32: 291 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32): 304 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32: 324 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/ |
D | GetImage.c | 70 EFI_SECTION_PE32, in GetImageFromFv() 79 ((SectionType == EFI_SECTION_TE) || (SectionType == EFI_SECTION_PE32))) { in GetImageFromFv()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
D | GetImage.c | 70 EFI_SECTION_PE32, in GetImageFromFv() 79 ((SectionType == EFI_SECTION_TE) || (SectionType == EFI_SECTION_PE32))) { in GetImageFromFv()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/BiosIdLib/ |
D | BiosIdLib.c | 87 EFI_SECTION_PE32, in GetImageFromFv() 96 ((SectionType == EFI_SECTION_TE) || (SectionType == EFI_SECTION_PE32))) { in GetImageFromFv()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/ |
D | Sec.c | 134 Status = PeiServicesFfsFindSectionData (EFI_SECTION_PE32, FileHandle, &PeCoffImage); in _ModuleEntryPoint()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
D | EfiImageFormat.h | 85 #define EFI_SECTION_PE32 0x10 macro
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/ |
D | SearchForSecEntry.asm | 117 %define EFI_SECTION_PE32 0x10 140 cmp byte [eax + 3], EFI_SECTION_PE32
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LoadFileOnFv2/ |
D | LoadFileOnFv2.c | 115 EFI_SECTION_PE32, in LoadFileOnFv2LoadFile() 142 EFI_SECTION_PE32, in LoadFileOnFv2LoadFile()
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/ |
D | LoadBelow4G.c | 87 EFI_SECTION_PE32, in RelocateImageUnder4GIfNeeded()
|
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/ |
D | LoadBelow4G.c | 87 EFI_SECTION_PE32, in RelocateImageUnder4GIfNeeded()
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/ |
D | FindPeiCore.c | 119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) { in FindImageBase()
|
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/ |
D | FindPeiCore.c | 119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) { in FindImageBase()
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/ |
D | FindPeiCore.c | 119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) { in FindImageBase()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/ |
D | FindPeiCore.c | 119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) { in FindImageBase()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/ |
D | PiFirmwareFile.h | 208 #define EFI_SECTION_PE32 0x10 macro
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/ |
D | PrePiLib.c | 114 Status = FfsFindSectionData (EFI_SECTION_PE32, FileHandle, &PeCoffImage); in LoadDxeCoreFromFfsFile()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/ |
D | GenFvImageLib.c | 1516 Status = GetSectionByType (FfsFile, EFI_SECTION_PE32, Index, &CurrentPe32Section); in RebaseFfsFile() 1718 Status = GetSectionByType (FfsFile, EFI_SECTION_PE32, 1, &Pe32Section); in AddSymFile() 1729 (VOID *) ((UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32)), in AddSymFile() 2575 Status = GetSectionByType (PeiCoreFile, EFI_SECTION_PE32, 1, &Pe32Section); in UpdateResetVector() 2586 (VOID *) ((UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32)), in UpdateResetVector() 2600 …PeiCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32) - (UINTN) Fv… in UpdateResetVector() 2645 Status = GetSectionByType (SecCoreFile, EFI_SECTION_PE32, 1, &Pe32Section); in UpdateResetVector() 2652 (VOID *) ((UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32)), in UpdateResetVector() 2665 …SecCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32) - (UINTN) Fv… in UpdateResetVector()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
D | PiFirmwareFile.h | 137 #define EFI_SECTION_PE32 0x10 macro
|
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/ |
D | FwVol.c | 308 Status = SecFfsFindSectionData (EFI_SECTION_PE32, FileHeader, Pe32Data); in SecFfsFindPeiCore()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ |
D | ScriptExecute.c | 201 EFI_SECTION_PE32, in BootScriptExecutorEntryPoint()
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/ |
D | DxeServicesLib.c | 166 EFI_SECTION_PE32, in InternalGetSectionFromFv() 675 SectionType = EFI_SECTION_PE32; in GetFileBufferByFilePath()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/ |
D | DebugAgentSymbolsBaseLib.c | 197 if ((Section->Type == EFI_SECTION_PE32) || (Section->Type == EFI_SECTION_TE)) { in GetImageContext()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/ |
D | QncS3Support.c | 272 EFI_SECTION_PE32, in LoadQncS3Image()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/ |
D | Image.c | 573 SearchType2 = EFI_SECTION_PE32; in PeiLoadImageLoadImage() 575 SearchType1 = EFI_SECTION_PE32; in PeiLoadImageLoadImage()
|
/device/linaro/bootloader/edk2/OvmfPkg/Sec/ |
D | SecMain.c | 472 EFI_SECTION_PE32, in FindPeiCoreImageBaseInFv() 652 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) { in FindImageBase()
|