Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c2022 EFI_PHYSICAL_ADDRESS EntryPhysicalAddress; in GetCoreEntryPointAddress() local
2042 EntryPhysicalAddress = FvInfo->BaseAddress; in GetCoreEntryPointAddress()
2043EntryPhysicalAddress += (UINTN)Pe32Section.Pe32Section + GetSectionHeaderLength(Pe32Section.Common… in GetCoreEntryPointAddress()
2044 EntryPhysicalAddress += EntryPoint; in GetCoreEntryPointAddress()
2046 *CoreEntryAddress = EntryPhysicalAddress; in GetCoreEntryPointAddress()