htoxew
#define htoxew(x) ((data == ELFDATA2MSB) ? htobe32(x) : htole32(x))
#define htoxew(x) ((data == ELFDATA2MSB) ? htobe64(x) : htole64(x))