Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c45 UINT64 CodeSegmentSize; member
393 NewRecord->NumberOfPages = EfiSizeToPages(ImageRecordCodeSection->CodeSegmentSize); in SetNewRecord()
400 …ection->CodeSegmentBase + EfiPagesToSize (EfiSizeToPages(ImageRecordCodeSection->CodeSegmentSize)); in SetNewRecord()
814 TempImageRecordCodeSection.CodeSegmentSize = FirstImageRecordCodeSection->CodeSegmentSize; in SwapImageRecordCodeSection()
817 FirstImageRecordCodeSection->CodeSegmentSize = SecondImageRecordCodeSection->CodeSegmentSize; in SwapImageRecordCodeSection()
820 SecondImageRecordCodeSection->CodeSegmentSize = TempImageRecordCodeSection.CodeSegmentSize; in SwapImageRecordCodeSection()
905 if (ImageRecordCodeSection->CodeSegmentSize == 0) { in IsImageRecordCodeSectionValid()
911 …ImageRecordCodeSection->CodeSegmentBase >= MAX_ADDRESS - ImageRecordCodeSection->CodeSegmentSize) { in IsImageRecordCodeSectionValid()
914 …if ((ImageRecordCodeSection->CodeSegmentBase + ImageRecordCodeSection->CodeSegmentSize) > (ImageRe… in IsImageRecordCodeSectionValid()
918 …mageRecordCodeSection->CodeSegmentBase + LastImageRecordCodeSection->CodeSegmentSize) > ImageRecor… in IsImageRecordCodeSectionValid()
[all …]