Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c925 IMAGE_PROPERTIES_RECORD_CODE_SECTION *LastImageRecordCodeSection; in IsImageRecordCodeSectionValid() local
936 LastImageRecordCodeSection = NULL; in IsImageRecordCodeSectionValid()
956 if (LastImageRecordCodeSection != NULL) { in IsImageRecordCodeSectionValid()
957 …if ((LastImageRecordCodeSection->CodeSegmentBase + LastImageRecordCodeSection->CodeSegmentSize) > … in IsImageRecordCodeSectionValid()
962 LastImageRecordCodeSection = ImageRecordCodeSection; in IsImageRecordCodeSectionValid()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DMemoryAttributesTable.c893 IMAGE_PROPERTIES_RECORD_CODE_SECTION *LastImageRecordCodeSection; in IsImageRecordCodeSectionValid() local
904 LastImageRecordCodeSection = NULL; in IsImageRecordCodeSectionValid()
924 if (LastImageRecordCodeSection != NULL) { in IsImageRecordCodeSectionValid()
925 …if ((LastImageRecordCodeSection->CodeSegmentBase + LastImageRecordCodeSection->CodeSegmentSize) > … in IsImageRecordCodeSectionValid()
930 LastImageRecordCodeSection = ImageRecordCodeSection; in IsImageRecordCodeSectionValid()