Files
rocm-systems/rocclr/compiler/lib/loaders/elf/utils/common/native-elf-format.h
T
2014-07-04 16:17:05 -04:00

8 řádky
157 B
C

#if !defined(_LP64)
#define ELFTC_CLASS ELFCLASS32
#else
#define ELFTC_CLASS ELFCLASS64
#endif
#define ELFTC_ARCH EM_386
#define ELFTC_BYTEORDER ELFDATA2LSB