Home | History | Annotate | Download | only in common

Lines Matching refs:ei_data

887   // 0x05: EI_DATA, endianness, 1 byte.
888 if (size < EI_DATA + 1)
890 uint8_t ei_data = buffer[EI_DATA];
891 switch (ei_data) {
905 // 0x12: e_machine, 2 byte endianness based on ei_data. The position (0x12)
911 if (ei_data == ELFDATA2LSB)