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

/art/runtime/arch/
H A Dinstruction_set.cc68 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags) { argument
69 switch (e_machine) {
/art/runtime/
H A Delf_utils.h78 static inline bool IsDynamicSectionPointer(Elf32_Word d_tag, Elf32_Word e_machine) { argument
130 if (e_machine == EM_MIPS) {
H A Delf.h72 Elf32_Half e_machine; // Required architecture for this file (see EM_*) member in struct:Elf32_Ehdr
96 Elf64_Half e_machine; member in struct:Elf64_Ehdr

Completed in 463 milliseconds