Searched refs:le64toh (Results 1 – 15 of 15) sorted by relevance
4 Subject: [PATCH] kexec/arm64: image-header.h: add macro for le64toh8 kexec-arm64.c:(.text+0x370): undefined reference to `le64toh'9 kexec-arm64.c:(.text+0x380): undefined reference to `le64toh'28 +#define le64toh(x) (x)31 +#define le64toh(x) __bswap_64(x)
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()
52 # define le64toh(x) __uint64_identity (x) macro68 # define le64toh(x) __bswap_64 (x) macro
56 +# define le64toh(x) (x)71 +# define le64toh(x) __bswap_64 (x)
37 + return le64toh(x);
45 _val = is_be ? be64toh(_val) : le64toh(_val); \169 off = is_be ? be64toh(rel->r_offset) : le64toh(rel->r_offset); in parse_mips64_rela()
143 #define elf64toh(x) le64toh(x)
57 SRC_URI:append:aarch64 = " file://arm64_kexec-image-header.h-add-missing-le64toh.patch \
49 #define le64toh(x) (uint64_t)(x) macro71 #define le64toh(x) __bswap64(x) macro
46 #define le64toh(x) (uint64_t)(x) macro68 #define le64toh(x) __bswap64(x) macro1061 mbim_debug("%s UplinkSpeed = %ld", direction, (long)le64toh(pInfo->UplinkSpeed)); in mbim_dump_packet_service()1062 mbim_debug("%s DownlinkSpeed = %ld", direction, (long)le64toh(pInfo->DownlinkSpeed)); in mbim_dump_packet_service()
140 input = le64toh(input); in print8byte()
266 endianness (recommend endian(3) variants like: le64toh(),