htoxe32
a.a_magic = htoxe32(((uint32_t)mid << 16) | OMAGIC);
a.a_text = htoxe32(filesz);
a.a_bss = htoxe32(memsz - filesz);
a.a_entry = htoxe32(entry);
a.a_magic = htoxe32(((uint32_t)mid << 16) | OMAGIC);
a.a_text = htoxe32(filesz);
a.a_bss = htoxe32(memsz - filesz);
a.a_entry = htoxe32(entry);