Searched refs:LastImageRecordCodeSection (Results 1 – 2 of 2) sorted by relevance
925 IMAGE_PROPERTIES_RECORD_CODE_SECTION *LastImageRecordCodeSection; in IsImageRecordCodeSectionValid() local936 LastImageRecordCodeSection = NULL; in IsImageRecordCodeSectionValid()956 if (LastImageRecordCodeSection != NULL) { in IsImageRecordCodeSectionValid()957 …if ((LastImageRecordCodeSection->CodeSegmentBase + LastImageRecordCodeSection->CodeSegmentSize) > … in IsImageRecordCodeSectionValid()962 LastImageRecordCodeSection = ImageRecordCodeSection; in IsImageRecordCodeSectionValid()
893 IMAGE_PROPERTIES_RECORD_CODE_SECTION *LastImageRecordCodeSection; in IsImageRecordCodeSectionValid() local904 LastImageRecordCodeSection = NULL; in IsImageRecordCodeSectionValid()924 if (LastImageRecordCodeSection != NULL) { in IsImageRecordCodeSectionValid()925 …if ((LastImageRecordCodeSection->CodeSegmentBase + LastImageRecordCodeSection->CodeSegmentSize) > … in IsImageRecordCodeSectionValid()930 LastImageRecordCodeSection = ImageRecordCodeSection; in IsImageRecordCodeSectionValid()