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

1 2

  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/
Sec.c 134 Status = PeiServicesFfsFindSectionData (EFI_SECTION_PE32, FileHandle, &PeCoffImage);
  /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:
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/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/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) {
  /external/syslinux/gpxe/src/include/gpxe/efi/Pi/
PiFirmwareFile.h 112 #define EFI_SECTION_PE32 0x10
  /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;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/
Image.c 555 SearchType2 = EFI_SECTION_PE32;
557 SearchType1 = EFI_SECTION_PE32;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DxeServicesLib.c 81 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
166 EFI_SECTION_PE32,
192 the search will be retried with a section type of EFI_SECTION_PE32.
335 the search will be retried with a section type of EFI_SECTION_PE32.
460 the search will be retried with a section type of EFI_SECTION_PE32.
524 the search will be retried with a section type of EFI_SECTION_PE32.
675 SectionType = EFI_SECTION_PE32;
    [all...]

Completed in 827 milliseconds

1 2