Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c943 IMAGE_PROPERTIES_RECORD TempImageRecord; in SwapImageRecord() local
945 TempImageRecord.ImageBase = FirstImageRecord->ImageBase; in SwapImageRecord()
946 TempImageRecord.ImageSize = FirstImageRecord->ImageSize; in SwapImageRecord()
947 TempImageRecord.CodeSegmentCount = FirstImageRecord->CodeSegmentCount; in SwapImageRecord()
953 SecondImageRecord->ImageBase = TempImageRecord.ImageBase; in SwapImageRecord()
954 SecondImageRecord->ImageSize = TempImageRecord.ImageSize; in SwapImageRecord()
955 SecondImageRecord->CodeSegmentCount = TempImageRecord.CodeSegmentCount; in SwapImageRecord()