Home | History | Annotate | Download | only in PECOFF

Lines Matching defs:IMAGE_SCN_CNT_CODE

81 #define IMAGE_SCN_CNT_CODE                  0x00000020 // The section contains executable code.
650 if (m_sect_headers[idx].flags & IMAGE_SCN_CNT_CODE &&
692 else if (m_sect_headers[idx].flags & IMAGE_SCN_CNT_CODE)