Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c886 IMAGE_PROPERTIES_RECORD_CODE_SECTION *LastImageRecordCodeSection; in IsImageRecordCodeSectionValid() local
897 LastImageRecordCodeSection = NULL; in IsImageRecordCodeSectionValid()
917 if (LastImageRecordCodeSection != NULL) { in IsImageRecordCodeSectionValid()
918 …if ((LastImageRecordCodeSection->CodeSegmentBase + LastImageRecordCodeSection->CodeSegmentSize) > … in IsImageRecordCodeSectionValid()
923 LastImageRecordCodeSection = ImageRecordCodeSection; in IsImageRecordCodeSectionValid()