Home
last modified time | relevance | path

Searched refs:elf_hdr (Results 1 – 2 of 2) sorted by relevance

/art/patchoat/
Dpatchoat.cc211 Elf32_Ehdr elf_hdr; in Patch() local
212 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()
/art/runtime/
Delf_file.cc1620 Elf32_Ehdr& elf_hdr = all.GetHeader(); in GdbJITSupport() local
1621 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()