Home
last modified time | relevance | path

Searched refs:NewPe32BaseAddress (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c1388 IN UINT64 NewPe32BaseAddress in SetAddressToSectionHeader() argument
1451 *(UINT64 *) &SectionHeader->PointerToRelocations = NewPe32BaseAddress; in SetAddressToSectionHeader()
1466 IN UINT64 NewPe32BaseAddress in RebaseImage() argument
1534 ImageContext.DestinationAddress = NewPe32BaseAddress; in RebaseImage()
1566 ImgHdr->Pe32.OptionalHeader.ImageBase = (UINT32) NewPe32BaseAddress; in RebaseImage()
1568 ImgHdr->Pe32Plus.OptionalHeader.ImageBase = NewPe32BaseAddress; in RebaseImage()
1580 Status = SetAddressToSectionHeader (FileName, FileBuffer, NewPe32BaseAddress); in RebaseImage()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c3338 EFI_PHYSICAL_ADDRESS NewPe32BaseAddress; in FfsRebase() local
3415 NewPe32BaseAddress = 0; in FfsRebase()
3534NewPe32BaseAddress = XipBase + (UINTN) CurrentPe32Section.Pe32Section + CurSecHdrSize - (UINTN)Ffs… in FfsRebase()
3549NewPe32BaseAddress = XipBase + (UINTN) CurrentPe32Section.Pe32Section + CurSecHdrSize - (UINTN)Ffs… in FfsRebase()
3588 ImageContext.DestinationAddress = NewPe32BaseAddress; in FfsRebase()
3625 ImgHdr->Pe32.OptionalHeader.ImageBase = (UINT32) NewPe32BaseAddress; in FfsRebase()
3627 ImgHdr->Pe32Plus.OptionalHeader.ImageBase = NewPe32BaseAddress; in FfsRebase()
3661 WriteMapFile (FvMapFile, PdbPointer, FfsFile, NewPe32BaseAddress, &OrigImageContext); in FfsRebase()
3680 NewPe32BaseAddress = 0; in FfsRebase()
3728 NewPe32BaseAddress = XipBase + (UINTN) TEImageHeader + sizeof (EFI_TE_IMAGE_HEADER) \ in FfsRebase()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
DGenFw.c836 IN UINT64 NewPe32BaseAddress in SetAddressToSectionHeader() argument
899 *(UINT64 *) &SectionHeader->PointerToRelocations = NewPe32BaseAddress; in SetAddressToSectionHeader()
914 IN UINT64 NewPe32BaseAddress in RebaseImage() argument
982 ImageContext.DestinationAddress = NewPe32BaseAddress; in RebaseImage()
1014 ImgHdr->Pe32.OptionalHeader.ImageBase = (UINT32) NewPe32BaseAddress; in RebaseImage()
1016 ImgHdr->Pe32Plus.OptionalHeader.ImageBase = NewPe32BaseAddress; in RebaseImage()
1028 Status = SetAddressToSectionHeader (FileName, FileBuffer, NewPe32BaseAddress); in RebaseImage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c1476 UINT32 NewPe32BaseAddress; in RebaseFfsFile() local
1523NewPe32BaseAddress = ((UINT32) BaseAddress) + ((UINTN) CurrentPe32Section.Pe32Section - (UINTN) Ff… in RebaseFfsFile()