Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc195 Elf32_Ehdr elf_hdr; in Patch() local
196 if (sizeof(elf_hdr) != input_oat->Read(reinterpret_cast<char*>(&elf_hdr), sizeof(elf_hdr), 0)) { in Patch()
200 isa = GetInstructionSetFromELF(elf_hdr.e_machine, elf_hdr.e_flags); in Patch()
/art/runtime/
Delf_file.cc1479 Elf_Ehdr& elf_hdr = all.GetHeader(); in GdbJITSupport() local
1480 elf_hdr.e_entry = 0; in GdbJITSupport()
1481 elf_hdr.e_phoff = 0; in GdbJITSupport()
1482 elf_hdr.e_phnum = 0; in GdbJITSupport()
1483 elf_hdr.e_phentsize = 0; in GdbJITSupport()
1484 elf_hdr.e_type = ET_EXEC; in GdbJITSupport()