Home
last modified time | relevance | path

Searched defs:e_machine (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/
Dinstruction_set.cc68 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags) { in GetInstructionSetFromELF()
/art/runtime/
Delf_utils.h78 static inline bool IsDynamicSectionPointer(Elf32_Word d_tag, Elf32_Word e_machine) { in IsDynamicSectionPointer()
Delf.h72 Elf32_Half e_machine; // Required architecture for this file (see EM_*) member
96 Elf64_Half e_machine; member