Home
last modified time | relevance | path

Searched refs:le64toh (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/include/tools/
Dendian.h27 #ifndef le64toh
28 #define le64toh(x) (x) macro
51 #ifndef le64toh
52 #define le64toh(x) __bswap_64(x) macro
/linux-6.1.9/arch/mips/tools/
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)); 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()
Delf-entry.c17 # define le64toh(x) (x) macro
22 # define le64toh(x) bswap_64(x) macro
84 entry = le64toh(hdr.ehdr64.e_entry); in main()
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c143 #define elf64toh(x) le64toh(x)
/linux-6.1.9/tools/iio/
Diio_generic_buffer.c142 input = le64toh(input); in print8byte()
/linux-6.1.9/Documentation/powerpc/
Dcxl.rst266 endianness (recommend endian(3) variants like: le64toh(),