Searched refs:le32toh (Results 1 – 8 of 8) sorted by relevance
21 # define le32toh(x) (x) macro25 # define le32toh(x) bswap_32(x) macro151 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()
15 # define le32toh(x) (x) macro20 # define le32toh(x) bswap_32(x) macro67 entry = le32toh(hdr.ehdr32.e_entry); in main()
23 #ifndef le32toh24 #define le32toh(x) (x) macro47 #ifndef le32toh48 #define le32toh(x) __bswap_32(x) macro
206 size = le32toh(size); in load_xbc_from_initrd() 210 csum = le32toh(csum); in load_xbc_from_initrd()
145 #define elf32toh(x) le32toh(x)
130 input = le32toh(input); in print4byte()
50 #define le32_to_cpu(x) le32toh(x)
588 return n + 4 + le32toh(disp); in get_x86_64_plt_disp()