Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c64 UINTN CodeSegmentCountMax; member
624 …AdditionalRecordCount = (2 * mImagePropertiesPrivateData.CodeSegmentCountMax + 1) * mImageProperti… in SplitTable()
748 …AdditionalRecordCount = (2 * mImagePropertiesPrivateData.CodeSegmentCountMax + 1) * mImageProperti… in CoreGetMemoryMapPropertiesTable()
1213 if (mImagePropertiesPrivateData.CodeSegmentCountMax < ImageRecord->CodeSegmentCount) { in InsertImageRecord()
1214 mImagePropertiesPrivateData.CodeSegmentCountMax = ImageRecord->CodeSegmentCount; in InsertImageRecord()