Searched refs:get_sections (Results 1 – 5 of 5) sorted by relevance
228 sections = readelf.get_sections(path)233 self.assertEqual(readelf.get_sections('not_exist_file'), [])
92 self.assertIn('.debug_info', binary_cache_builder.readelf.get_sections(elf_path))
146 sections = self.readelf.get_sections(file_path)
597 return '.debug_line' in self.readelf.get_sections(real_path)916 def get_sections(self, elf_file_path: Union[Path, str]) -> List[str]: member in ReadElf
99 sections = self.readelf.get_sections(path)