Home | History | Annotate | Download | only in common

Lines Matching full:e_machine

772   // 0x12: e_machine, 2 byte endianness based on ei_data. The position (0x12)
774 if (size < offsetof(Elf32_Ehdr, e_machine) + sizeof(hdr->e_machine))
776 uint16_t e_machine;
779 e_machine = le16toh(hdr->e_machine);
781 e_machine = be16toh(hdr->e_machine);
783 switch (e_machine) {