Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/
DImage.c235 UINT64 ValueInSectionHeader; in GetPeCoffImageFixLoadingAssignedAddress() local
291 ValueInSectionHeader = ReadUnaligned64((UINT64*)&SectionHeader.PointerToRelocations); in GetPeCoffImageFixLoadingAssignedAddress()
292 if (ValueInSectionHeader != 0) { in GetPeCoffImageFixLoadingAssignedAddress()
301 FixLoadingAddress = ValueInSectionHeader; in GetPeCoffImageFixLoadingAssignedAddress()
307 … = (EFI_PHYSICAL_ADDRESS)(Private->LoadModuleAtFixAddressTopAddress + (INT64)ValueInSectionHeader); in GetPeCoffImageFixLoadingAssignedAddress()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DDispatcher.c228 UINT64 ValueInSectionHeader; in GetPeCoffImageFixLoadingAssignedAddress() local
272 ValueInSectionHeader = ReadUnaligned64((UINT64*)&SectionHeader.PointerToRelocations); in GetPeCoffImageFixLoadingAssignedAddress()
273 if (ValueInSectionHeader != 0) { in GetPeCoffImageFixLoadingAssignedAddress()
278 …ngAddress = (EFI_PHYSICAL_ADDRESS)(gLoadModuleAtFixAddressSmramBase + (INT64)ValueInSectionHeader); in GetPeCoffImageFixLoadingAssignedAddress()
DPiSmmIpl.c836 UINT64 ValueInSectionHeader; in GetPeCoffImageFixLoadingAssignedAddress() local
884 ValueInSectionHeader = ReadUnaligned64((UINT64*)&SectionHeader.PointerToRelocations); in GetPeCoffImageFixLoadingAssignedAddress()
885 if (ValueInSectionHeader != 0) { in GetPeCoffImageFixLoadingAssignedAddress()
890 FixLoadingAddress = (EFI_PHYSICAL_ADDRESS)(SmramBase + (INT64)ValueInSectionHeader); in GetPeCoffImageFixLoadingAssignedAddress()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
DImage.c357 UINT64 ValueInSectionHeader; in GetPeCoffImageFixLoadingAssignedAddress() local
405 ValueInSectionHeader = ReadUnaligned64((UINT64*)&SectionHeader.PointerToRelocations); in GetPeCoffImageFixLoadingAssignedAddress()
406 if (ValueInSectionHeader != 0) { in GetPeCoffImageFixLoadingAssignedAddress()