HomeSort by: relevance | last modified time | path
    Searched defs:e32hdr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hppa/stand/xxboot/
main.c 387 Elf32_Ehdr *e32hdr = buf; local in function:xi_load
396 if (*(uint32_t *)&e32hdr->e_ident[EI_MAG0] !=
398 e32hdr->e_ident[EI_VERSION] != EV_CURRENT)
402 if (*(uint32_t *)&e32hdr->e_type != (ET_EXEC << 16 | EM_PARISC))
405 if ((class_data = *(uint16_t *)&e32hdr->e_ident[EI_CLASS]) ==
409 if (e32hdr->e_phnum != 1)
413 xi_elf32(inf, e32hdr);

Completed in 11 milliseconds