Searched refs:elf_hdr (Results 1 – 2 of 2) sorted by relevance
211 Elf32_Ehdr elf_hdr; in Patch() local212 if (sizeof(elf_hdr) != input_oat->Read(reinterpret_cast<char*>(&elf_hdr), sizeof(elf_hdr), 0)) { in Patch()216 isa = ElfISAToInstructionSet(elf_hdr.e_machine); in Patch()
1620 Elf32_Ehdr& elf_hdr = all.GetHeader(); in GdbJITSupport() local1621 elf_hdr.e_entry = 0; in GdbJITSupport()1622 elf_hdr.e_phoff = 0; in GdbJITSupport()1623 elf_hdr.e_phnum = 0; in GdbJITSupport()1624 elf_hdr.e_phentsize = 0; in GdbJITSupport()1625 elf_hdr.e_type = ET_EXEC; in GdbJITSupport()