HomeSort by relevance Sort by last modified time
    Searched refs:ei_info (Results 1 - 2 of 2) sorted by null

  /external/qemu/elff/
elf_file.cc 113 assert(elf_hdr->ei_info.ei_class == ELFCLASS32 ||
114 elf_hdr->ei_info.ei_class == ELFCLASS64);
115 if (elf_hdr->ei_info.ei_class != ELFCLASS32 &&
116 elf_hdr->ei_info.ei_class != ELFCLASS64) {
123 if (elf_hdr->ei_info.ei_class == ELFCLASS32) {
161 is_ELF_64_ = elf_hdr->ei_info.ei_class == ELFCLASS64;
162 is_elf_big_endian_ = elf_hdr->ei_info.ei_data == ELFDATA2MSB;
elf.h 96 } ei_info; member in union:Elf_CommonHdr::__anon4535

Completed in 21 milliseconds