Files
rocm-systems/rocclr/elf/utils/common/native-elf-format.h
T

8 lines
157 B
C
Raw Normal View History

2014-07-04 16:17:05 -04:00
#if !defined(_LP64)
#define ELFTC_CLASS ELFCLASS32
#else
#define ELFTC_CLASS ELFCLASS64
#endif
#define ELFTC_ARCH EM_386
#define ELFTC_BYTEORDER ELFDATA2LSB