Searched refs:le64toh (Results 1 – 6 of 6) sorted by relevance
27 #ifndef le64toh28 #define le64toh(x) (x) macro51 #ifndef le64toh52 #define le64toh(x) __bswap_64(x) macro
22 # define le64toh(x) (x) macro26 # define le64toh(x) bswap_64(x) macro286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize)); in main()293 err = check_code(le64toh(sh->sh_addr), in main()294 vmlinux + le64toh(sh->sh_offset), in main()295 le64toh(sh->sh_size)); in main()
17 # define le64toh(x) (x) macro22 # define le64toh(x) bswap_64(x) macro84 entry = le64toh(hdr.ehdr64.e_entry); in main()
143 #define elf64toh(x) le64toh(x)
142 input = le64toh(input); in print8byte()
266 endianness (recommend endian(3) variants like: le64toh(),