HomeSort by relevance Sort by last modified time
    Searched defs:PeCoffImage (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/
Sec.c 78 VOID *PeCoffImage;
134 Status = PeiServicesFfsFindSectionData (EFI_SECTION_PE32, FileHandle, &PeCoffImage);
137 Status = PeCoffLoaderGetEntryPoint (PeCoffImage, (VOID **)&EntryPoint);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
PrePiLib.c 35 IN VOID *PeCoffImage,
47 ImageContext.Handle = PeCoffImage;
105 VOID *PeCoffImage;
114 Status = FfsFindSectionData (EFI_SECTION_PE32, FileHandle, &PeCoffImage);
120 Status = LoadPeCoffImage (PeCoffImage, &ImageAddress, &ImageSize, &EntryPoint);
121 // For NT32 Debug Status = SecWinNtPeiLoadFile (PeCoffImage, &ImageAddress, &ImageSize, &EntryPoint);

Completed in 84 milliseconds