Home
last modified time | relevance | path

Searched refs:e_machine (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Delf_utils.h74 inline bool IsDynamicSectionPointer(Elf32_Word d_tag, Elf32_Word e_machine) { in IsDynamicSectionPointer() argument
126 if (e_machine == EM_MIPS) { in IsDynamicSectionPointer()
Delf.h72 Elf32_Half e_machine; // Required architecture for this file (see EM_*) member
96 Elf64_Half e_machine; member
Delf_file.cc1047 switch (GetHeader().e_machine) { in Load()
/art/compiler/
Delf_writer_quick.cc836 elf_header_.e_machine = EM_ARM; in SetISA()
841 elf_header_.e_machine = EM_AARCH64; in SetISA()
846 elf_header_.e_machine = EM_386; in SetISA()
851 elf_header_.e_machine = EM_X86_64; in SetISA()
856 elf_header_.e_machine = EM_MIPS; in SetISA()
Delf_fixup.cc72 if (IsDynamicSectionPointer(d_tag, elf_file.GetHeader().e_machine)) { in FixupDynamic()
/art/patchoat/
Dpatchoat.cc216 isa = ElfISAToInstructionSet(elf_hdr.e_machine); in Patch()
694 if (IsDynamicSectionPointer(dyn.d_tag, oat_file_->GetHeader().e_machine)) { in PatchElf()