Warning, /sdk/elf-dissector/config-elf-dissector.h.cmake is written in an unsupported language. File is not indexed.
0001 #ifndef CONFIG_ELFDISSECTOR_H 0002 #define CONFIG_ELFDISSECTOR_H 0003 0004 #define BINUTILS_VERSION_MAJOR ${Binutils_VERSION_MAJOR} 0005 #define BINUTILS_VERSION_MINOR ${Binutils_VERSION_MINOR} 0006 0007 #define BINUTILS_VERSION ((BINUTILS_VERSION_MAJOR << 8) | BINUTILS_VERSION_MINOR) 0008 #define BINUTILS_VERSION_CHECK(maj, min) ((maj << 8) | min) 0009 0010 #cmakedefine01 HAVE_DWARF 0011 #cmakedefine HAVE_CAPSTONE 0012 0013 #endif