Searched defs:IMAGE_SCN_CNT_CODE (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp81 #define IMAGE_SCN_CNT_CODE 0x00000020 // The section contains executable code. macro
650 if (m_sect_headers[idx].flags & IMAGE_SCN_CNT_CODE &&
692 else if (m_sect_headers[idx].flags & IMAGE_SCN_CNT_CODE)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c247 #define IMAGE_SCN_CNT_CODE 0x00000020 macro
1301 vsym.isText = !!(IMAGE_SCN_CNT_CODE
1335 vsym.isText = !!(IMAGE_SCN_CNT_CODE
2257 if (pe_sechdr_avma->Characteristics & IMAGE_SCN_CNT_CODE) {

Completed in 497 milliseconds