Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c811 IMAGE_PROPERTIES_RECORD_CODE_SECTION TempImageRecordCodeSection; in SwapImageRecordCodeSection() local
813 TempImageRecordCodeSection.CodeSegmentBase = FirstImageRecordCodeSection->CodeSegmentBase; in SwapImageRecordCodeSection()
814 TempImageRecordCodeSection.CodeSegmentSize = FirstImageRecordCodeSection->CodeSegmentSize; in SwapImageRecordCodeSection()
819 SecondImageRecordCodeSection->CodeSegmentBase = TempImageRecordCodeSection.CodeSegmentBase; in SwapImageRecordCodeSection()
820 SecondImageRecordCodeSection->CodeSegmentSize = TempImageRecordCodeSection.CodeSegmentSize; in SwapImageRecordCodeSection()