Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py490 ELF_MACHINES = _create_elf_machines(locals()) variable in ELF
515 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: