Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py2136 def get_lib_dict(self, elf_class): argument
2137 return self[elf_class - 1]
2215 for elf_class in (ELF.ELFCLASS32, ELF.ELFCLASS64):
2216 srcs = self._get_libs_in_elf_class(elf_class, src_path)
2217 dsts = self._get_libs_in_elf_class(elf_class, dst_path)
2226 def _get_libs_in_elf_class(self, elf_class, path): argument
2229 lib_dir = 'lib' if elf_class == ELF.ELFCLASS32 else 'lib64'
2234 lib_set = self.lib_pt[partition].get_lib_dict(elf_class)
2240 lib_set = self.lib_pt[partition].get_lib_dict(elf_class)
2274 def _compute_lib_dict(self, elf_class): argument
[all …]