HomeSort by relevance Sort by last modified time
    Searched refs:EFI_SECTION_PE32 (Results 1 - 25 of 41) sorted by null

1 2

  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/
Sec.c 134 Status = PeiServicesFfsFindSectionData (EFI_SECTION_PE32, FileHandle, &PeCoffImage);
  /external/u-boot/arch/x86/include/asm/fsp/
fsp_ffs.h 115 #define EFI_SECTION_PE32 0x10
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
GetImage.c 70 EFI_SECTION_PE32,
79 ((SectionType == EFI_SECTION_TE) || (SectionType == EFI_SECTION_PE32))) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
GetImage.c 70 EFI_SECTION_PE32,
79 ((SectionType == EFI_SECTION_TE) || (SectionType == EFI_SECTION_PE32))) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
firmware_volume.py 21 EFI_SECTION_PE32 = 0x10
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/CorebootModulePkg/SecCore/
FindPeiCore.c 119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiImageFormat.h 85 #define EFI_SECTION_PE32 0x10
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/
LoadBelow4G.c 87 EFI_SECTION_PE32,
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
FindPeiCore.c 119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
LoadBelow4G.c 87 EFI_SECTION_PE32,
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
FindPeiCore.c 119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
FindPeiCore.c 119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/LoadFileOnFv2/
LoadFileOnFv2.c 115 EFI_SECTION_PE32,
142 EFI_SECTION_PE32,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/BiosIdLib/
BiosIdLib.c 87 EFI_SECTION_PE32,
96 ((SectionType == EFI_SECTION_TE) || (SectionType == EFI_SECTION_PE32))) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
PrePiLib.c 114 Status = FfsFindSectionData (EFI_SECTION_PE32, FileHandle, &PeCoffImage);
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiFirmwareFile.h 208 #define EFI_SECTION_PE32 0x10
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
FwVol.c 308 Status = SecFfsFindSectionData (EFI_SECTION_PE32, FileHeader, Pe32Data);
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
SearchForSecEntry.asm 117 %define EFI_SECTION_PE32 0x10
140 cmp byte [eax + 3], EFI_SECTION_PE32
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/
DebugAgentSymbolsBaseLib.c 197 if ((Section->Type == EFI_SECTION_PE32) || (Section->Type == EFI_SECTION_TE)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
PiFirmwareFile.h 137 #define EFI_SECTION_PE32 0x10
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGenFromFv.c 215 EFI_SECTION_PE32,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/
ScriptExecute.c 201 EFI_SECTION_PE32,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/
QncS3Support.c 272 EFI_SECTION_PE32,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
GenFvImageLib.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
GenSection.c 61 "EFI_SECTION_PE32", // 0x10
875 } else if (_stricmp (ParamSectionType, SectionTypeName[EFI_SECTION_PE32]) == 0) {
876 SectionType = EFI_SECTION_PE32;

Completed in 799 milliseconds

1 2