Home
last modified time | relevance | path

Searched refs:GetInstructionSetFromELF (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/
Dinstruction_set.cc86 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags) { in GetInstructionSetFromELF() function
Dinstruction_set.h91 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags);
/art/runtime/
Delf_file.cc1085 InstructionSet elf_ISA = GetInstructionSetFromELF(GetHeader().e_machine, GetHeader().e_flags); in Load()