Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set.cc68 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags) { in GetInstructionSetFromELF() function
Dinstruction_set.h83 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags);
/art/patchoat/
Dpatchoat.cc200 isa = GetInstructionSetFromELF(elf_hdr.e_machine, elf_hdr.e_flags); in Patch()
/art/runtime/
Delf_file.cc1131 InstructionSet elf_ISA = GetInstructionSetFromELF(GetHeader().e_machine, GetHeader().e_flags); in Load()