Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c515 IMAGE_PROPERTIES_RECORD *NewImageRecord; in SplitRecord() local
538 NewImageRecord = GetImageRecordByAddress (PhysicalStart, PhysicalEnd - PhysicalStart); in SplitRecord()
539 if (NewImageRecord == NULL) { in SplitRecord()
582 ImageRecord = NewImageRecord; in SplitRecord()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DMemoryAttributesTable.c507 IMAGE_PROPERTIES_RECORD *NewImageRecord; in SplitRecord() local
529 NewImageRecord = GetImageRecordByAddress (PhysicalStart, PhysicalEnd - PhysicalStart); in SplitRecord()
530 if (NewImageRecord == NULL) { in SplitRecord()
547 ImageRecord = NewImageRecord; in SplitRecord()