get_uint16
if (get_uint16(&hdr->e_type) != ET_EXEC) {
if ((i = get_uint16(&hdr->e_machine)) != EM_68K) {
if ((i = get_uint16(&hdr->e_shentsize)) != SIZE_ELF68K_SHDR) {
if ((i = get_uint16(&hdr->e_phentsize)) != SIZE_ELF68K_PHDR) {
if ((nphdr = get_uint16(&hdr->e_phnum)) != 1 && nphdr != 2) {
nshdr = get_uint16(&hdr->e_shnum);
unsigned get_uint16(be_uint16_t *be);
get_uint16(&be16) != 0x1234 || get_uint32(&be32) != 0xfedcba98 ||
get_uint16(&be32x2[0].half[1]) != 0x4567 ||