8 строки
157 B
C
8 строки
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
|