Searched refs:TempImageRecordCodeSection (Results 1 – 2 of 2) sorted by relevance
850 IMAGE_PROPERTIES_RECORD_CODE_SECTION TempImageRecordCodeSection; in SwapImageRecordCodeSection() local852 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()
818 IMAGE_PROPERTIES_RECORD_CODE_SECTION TempImageRecordCodeSection; in SwapImageRecordCodeSection() local820 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()