|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|
contains defines to configure ETISS. More...

Go to the source code of this file.
Macros | |
| #define | ETISS_VERSION_MAJOR 0 |
| #define | ETISS_VERSION_MINOR 11 |
| #define | ETISS_VERSION_PATCH 2 |
| #define | ETISS_VERSION_FULL "0.11.2" |
| #define | ETISS_VERSION_INTERFACE "0.11" |
| #define | ETISS_USE_PYTHON 0 |
| #define | ETISS_USE_DLSYM 1 |
| #define | ETISS_USE_DLADDR 1 |
| #define | ETISS_USE_GETPROC 0 |
| #define | ETISS_USE_LINUX_MKDIR ETISS_USE_DLSYM |
| #define | ETISS_USE_DLSYM_DEEPBIND 1 |
| #define | ETISS_USE_POSIX_SOCKET 1 |
| #define | ETISS_INSTALL_DIR "/home/runner/work/etiss/install" |
| #define | ETISS_USE_CONSTEXPR 1 |
| #define | CONSTEXPR constexpr |
| #define | ETISS_LITTLE_ENDIAN 0x00000001 |
| #define | ETISS_BIG_ENDIAN 0x01000000 |
| #define | ETISS_UNKNOWN_ENDIAN 0xFFFFFFFF |
| #define | ETISS_ENDIANNESS ETISS_LITTLE_ENDIAN |
| #define | ETISS_USE_BYTESWAP_H 0 |
contains defines to configure ETISS.
this file is generated from config.h.in and may not be modified manually. if changes are needed apply them to config.h.in
Definition in file config.h.
| #define ETISS_ENDIANNESS ETISS_LITTLE_ENDIAN |
| #define ETISS_USE_LINUX_MKDIR ETISS_USE_DLSYM |