Home | History | Annotate | Download | only in patchoat

Lines Matching defs:elf_hdr

211     Elf32_Ehdr elf_hdr;
212 if (sizeof(elf_hdr) != input_oat->Read(reinterpret_cast<char*>(&elf_hdr), sizeof(elf_hdr), 0)) {
216 isa = ElfISAToInstructionSet(elf_hdr.e_machine);