Home
last modified time | relevance | path

Searched refs:EFI_SECTION_PE32 (Results 1 – 25 of 39) sorted by relevance

12

/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dfirmware_volume.py21 EFI_SECTION_PE32 = 0x10 variable in EfiFileSection
49 elif type == EfiFileSection.EFI_SECTION_PE32:
292 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
305 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
325 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DGetImage.c70 EFI_SECTION_PE32, in GetImageFromFv()
79 ((SectionType == EFI_SECTION_TE) || (SectionType == EFI_SECTION_PE32))) { in GetImageFromFv()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
DGetImage.c70 EFI_SECTION_PE32, in GetImageFromFv()
79 ((SectionType == EFI_SECTION_TE) || (SectionType == EFI_SECTION_PE32))) { in GetImageFromFv()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/BiosIdLib/
DBiosIdLib.c87 EFI_SECTION_PE32, in GetImageFromFv()
96 ((SectionType == EFI_SECTION_TE) || (SectionType == EFI_SECTION_PE32))) { in GetImageFromFv()
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/
DSec.c134 Status = PeiServicesFfsFindSectionData (EFI_SECTION_PE32, FileHandle, &PeCoffImage); in _ModuleEntryPoint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiImageFormat.h85 #define EFI_SECTION_PE32 0x10 macro
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
DSearchForSecEntry.asm117 %define EFI_SECTION_PE32 0x10
140 cmp byte [eax + 3], EFI_SECTION_PE32
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
DLoadBelow4G.c87 EFI_SECTION_PE32, in RelocateImageUnder4GIfNeeded()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
DFindPeiCore.c119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) { in FindImageBase()
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
DFindPeiCore.c119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) { in FindImageBase()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
DFindPeiCore.c119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) { in FindImageBase()
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
DFindPeiCore.c119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) { in FindImageBase()
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiFirmwareFile.h208 #define EFI_SECTION_PE32 0x10 macro
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
DPrePiLib.c114 Status = FfsFindSectionData (EFI_SECTION_PE32, FileHandle, &PeCoffImage); in LoadDxeCoreFromFfsFile()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c1516 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/Nt32Pkg/Sec/
DFwVol.c308 Status = SecFfsFindSectionData (EFI_SECTION_PE32, FileHeader, Pe32Data); in SecFfsFindPeiCore()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DPiFirmwareFile.h137 #define EFI_SECTION_PE32 0x10 macro
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/
DScriptExecute.c201 EFI_SECTION_PE32, in BootScriptExecutorEntryPoint()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DDxeServicesLib.c166 EFI_SECTION_PE32, in InternalGetSectionFromFv()
675 SectionType = EFI_SECTION_PE32; in GetFileBufferByFilePath()
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/
DDebugAgentSymbolsBaseLib.c197 if ((Section->Type == EFI_SECTION_PE32) || (Section->Type == EFI_SECTION_TE)) { in GetImageContext()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/
DQncS3Support.c272 EFI_SECTION_PE32, in LoadQncS3Image()
/device/linaro/bootloader/edk2/OvmfPkg/Sec/
DSecMain.c461 EFI_SECTION_PE32, in FindPeiCoreImageBaseInFv()
641 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) { in FindImageBase()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/
DImage.c555 SearchType2 = EFI_SECTION_PE32; in PeiLoadImageLoadImage()
557 SearchType1 = EFI_SECTION_PE32; in PeiLoadImageLoadImage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
DGenSection.c875 } else if (_stricmp (ParamSectionType, SectionTypeName[EFI_SECTION_PE32]) == 0) { in main()
876 SectionType = EFI_SECTION_PE32; in main()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
DVarCheckHiiGenFromFv.c215 EFI_SECTION_PE32, in ParseFfs()

12