xewtoh
#define xewtoh(x) ((data == ELFDATA2MSB) ? be32toh(x) : le32toh(x))
#define xewtoh(x) ((data == ELFDATA2MSB) ? be64toh(x) : le64toh(x))