HomeSort by relevance Sort by last modified time
    Searched refs:ei_class (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;
elf.h 89 Elf_Byte ei_class; member in struct:Elf_CommonHdr::__anon4535::__anon4536
120 * Possible ei_class values.

Completed in 44 milliseconds