Searched refs:le64toh (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/include/tools/
H A Dendian.h27 #ifndef le64toh
28 #define le64toh(x) (x) macro
51 #ifndef le64toh
52 #define le64toh(x) __bswap_64(x) macro
/linux-master/arch/mips/tools/
H A Delf-entry.c17 # define le64toh(x) (x) macro
22 # define le64toh(x) bswap_64(x) macro
84 entry = le64toh(hdr.ehdr64.e_entry);
H A Dloongson3-llsc-check.c22 # define le64toh(x) (x) macro
26 # define le64toh(x) bswap_64(x) macro
286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize));
293 err = check_code(le64toh(sh->sh_addr),
294 vmlinux + le64toh(sh->sh_offset),
295 le64toh(sh->sh_size));
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c143 #define elf64toh(x) le64toh(x)
/linux-master/tools/iio/
H A Diio_generic_buffer.c153 input = le64toh(input);

Completed in 140 milliseconds