Searched refs:ValueInSectionHeader (Results 1 – 4 of 4) sorted by relevance
235 UINT64 ValueInSectionHeader; in GetPeCoffImageFixLoadingAssignedAddress() local291 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()
228 UINT64 ValueInSectionHeader; in GetPeCoffImageFixLoadingAssignedAddress() local272 ValueInSectionHeader = ReadUnaligned64((UINT64*)&SectionHeader.PointerToRelocations); in GetPeCoffImageFixLoadingAssignedAddress()273 if (ValueInSectionHeader != 0) { in GetPeCoffImageFixLoadingAssignedAddress()278 …ngAddress = (EFI_PHYSICAL_ADDRESS)(gLoadModuleAtFixAddressSmramBase + (INT64)ValueInSectionHeader); in GetPeCoffImageFixLoadingAssignedAddress()
836 UINT64 ValueInSectionHeader; in GetPeCoffImageFixLoadingAssignedAddress() local884 ValueInSectionHeader = ReadUnaligned64((UINT64*)&SectionHeader.PointerToRelocations); in GetPeCoffImageFixLoadingAssignedAddress()885 if (ValueInSectionHeader != 0) { in GetPeCoffImageFixLoadingAssignedAddress()890 FixLoadingAddress = (EFI_PHYSICAL_ADDRESS)(SmramBase + (INT64)ValueInSectionHeader); in GetPeCoffImageFixLoadingAssignedAddress()
357 UINT64 ValueInSectionHeader; in GetPeCoffImageFixLoadingAssignedAddress() local405 ValueInSectionHeader = ReadUnaligned64((UINT64*)&SectionHeader.PointerToRelocations); in GetPeCoffImageFixLoadingAssignedAddress()406 if (ValueInSectionHeader != 0) { in GetPeCoffImageFixLoadingAssignedAddress()