Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c300 IMAGE_PROPERTIES_RECORD *ImageRecord; in GetImageRecordByAddress() local
309 ImageRecord = CR ( in GetImageRecordByAddress()
316 if ((Buffer <= ImageRecord->ImageBase) && in GetImageRecordByAddress()
317 (Buffer + Length >= ImageRecord->ImageBase + ImageRecord->ImageSize)) { in GetImageRecordByAddress()
318 return ImageRecord; in GetImageRecordByAddress()
341 IN IMAGE_PROPERTIES_RECORD *ImageRecord, in SetNewRecord() argument
360 ImageRecordCodeSectionList = &ImageRecord->CodeSegmentList; in SetNewRecord()
408 ImageEnd = ImageRecord->ImageBase + ImageRecord->ImageSize; in SetNewRecord()
440 IMAGE_PROPERTIES_RECORD *ImageRecord; in GetMaxSplitRecordCount() local
450 ImageRecord = GetImageRecordByAddress (PhysicalStart, PhysicalEnd - PhysicalStart); in GetMaxSplitRecordCount()
[all …]