Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 – 8 of 8) sorted by relevance

/linux/arch/mips/tools/
H A Dloongson3-llsc-check.c21 # define le32toh(x) (x) macro
25 # define le32toh(x) bswap_32(x) macro
151 if (!is_sync(le32toh(code[-1]))) { in check_ll()
159 if (is_sc(le32toh(code[sc_pos]))) in check_ll()
173 if (!is_branch(le32toh(code[i]), &off)) in check_ll()
184 if (is_sync(le32toh(code[i + off]))) in check_ll()
207 if (is_ll(le32toh(code[0]))) { in check_code()
227 if (is_ll(le32toh(code[0]))) in check_code()
H A Delf-entry.c15 # define le32toh(x) (x) macro
20 # define le32toh(x) bswap_32(x) macro
67 entry = le32toh(hdr.ehdr32.e_entry); in main()
/linux/tools/include/tools/
H A Dendian.h23 #ifndef le32toh
24 #define le32toh(x) (x) macro
47 #ifndef le32toh
48 #define le32toh(x) __bswap_32(x) macro
/linux/tools/bootconfig/
H A Dmain.c206 size = le32toh(size); in load_xbc_from_initrd()
210 csum = le32toh(csum); in load_xbc_from_initrd()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c145 #define elf32toh(x) le32toh(x)
/linux/tools/iio/
H A Diio_generic_buffer.c130 input = le32toh(input); in print4byte()
/linux/tools/usb/
H A Dffs-test.c50 #define le32_to_cpu(x) le32toh(x)
/linux/tools/perf/util/
H A Dsymbol-elf.c588 return n + 4 + le32toh(disp); in get_x86_64_plt_disp()