Searched refs:ELF_MACHINES (Results 1 – 1 of 1) sorted by relevance
490 ELF_MACHINES = _create_elf_machines(locals()) variable in ELF515 return ELF._dict_find_key_by_value(ELF.ELF_MACHINES, name)567 return self.ELF_MACHINES.get(self.e_machine, str(self.e_machine))2302 if elf.e_machine not in ELF.ELF_MACHINES: