Searched refs:GetInstructionSetFromELF (Results 1 – 3 of 3) sorted by relevance
68 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags) { in GetInstructionSetFromELF() function
83 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags);
1071 InstructionSet elf_ISA = GetInstructionSetFromELF(GetHeader().e_machine, GetHeader().e_flags); in Load()