Searched refs:GetInstructionSetFromELF (Results 1 – 4 of 4) 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);
200 isa = GetInstructionSetFromELF(elf_hdr.e_machine, elf_hdr.e_flags); in Patch()
1131 InstructionSet elf_ISA = GetInstructionSetFromELF(GetHeader().e_machine, GetHeader().e_flags); in Load()