le32toh
#define elf32toh(x) le32toh(x)
entry = le32toh(hdr.ehdr32.e_entry);
if (!is_sync(le32toh(code[-1]))) {
if (is_sc(le32toh(code[sc_pos])))
if (!is_branch(le32toh(code[i]), &off))
if (is_sync(le32toh(code[i + off])))
if (is_ll(le32toh(code[0]))) {
if (is_ll(le32toh(code[0])))
size = le32toh(size);
csum = le32toh(csum);
input = le32toh(input);
#ifndef le32toh
#ifndef le32toh
return n + 4 + le32toh(disp);
#define le32_to_cpu(x) le32toh(x)