le64toh
#define elf64toh(x) le64toh(x)
entry = le64toh(hdr.ehdr64.e_entry);
sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize));
err = check_code(le64toh(sh->sh_addr),
vmlinux + le64toh(sh->sh_offset),
le64toh(sh->sh_size));
input = le64toh(input);
#ifndef le64toh
#ifndef le64toh