Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c850 IMAGE_PROPERTIES_RECORD_CODE_SECTION TempImageRecordCodeSection; in SwapImageRecordCodeSection() local
852 TempImageRecordCodeSection.CodeSegmentBase = FirstImageRecordCodeSection->CodeSegmentBase; in SwapImageRecordCodeSection()
853 TempImageRecordCodeSection.CodeSegmentSize = FirstImageRecordCodeSection->CodeSegmentSize; in SwapImageRecordCodeSection()
858 SecondImageRecordCodeSection->CodeSegmentBase = TempImageRecordCodeSection.CodeSegmentBase; in SwapImageRecordCodeSection()
859 SecondImageRecordCodeSection->CodeSegmentSize = TempImageRecordCodeSection.CodeSegmentSize; in SwapImageRecordCodeSection()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DMemoryAttributesTable.c818 IMAGE_PROPERTIES_RECORD_CODE_SECTION TempImageRecordCodeSection; in SwapImageRecordCodeSection() local
820 TempImageRecordCodeSection.CodeSegmentBase = FirstImageRecordCodeSection->CodeSegmentBase; in SwapImageRecordCodeSection()
821 TempImageRecordCodeSection.CodeSegmentSize = FirstImageRecordCodeSection->CodeSegmentSize; in SwapImageRecordCodeSection()
826 SecondImageRecordCodeSection->CodeSegmentBase = TempImageRecordCodeSection.CodeSegmentBase; in SwapImageRecordCodeSection()
827 SecondImageRecordCodeSection->CodeSegmentSize = TempImageRecordCodeSection.CodeSegmentSize; in SwapImageRecordCodeSection()