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.py2223 def get_lib_dict(self, elf_class): argument
2224 return self[elf_class - 1]
2303 for elf_class in (ELF.ELFCLASS32, ELF.ELFCLASS64):
2304 srcs = self._get_libs_in_elf_class(elf_class, src_path)
2305 dsts = self._get_libs_in_elf_class(elf_class, dst_path)
2314 def _get_libs_in_elf_class(self, elf_class, path): argument
2317 lib_dir = 'lib' if elf_class == ELF.ELFCLASS32 else 'lib64'
2322 lib_set = self.lib_pt[partition].get_lib_dict(elf_class)
2328 lib_set = self.lib_pt[partition].get_lib_dict(elf_class)
2362 def _compute_lib_dict(self, elf_class): argument
[all …]