Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/test/
Dtools_test.py228 sections = readelf.get_sections(path)
233 self.assertEqual(readelf.get_sections('not_exist_file'), [])
Dbinary_cache_builder_test.py92 self.assertIn('.debug_info', binary_cache_builder.readelf.get_sections(elf_path))
/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py146 sections = self.readelf.get_sections(file_path)
Dsimpleperf_utils.py597 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
Dapp_profiler.py99 sections = self.readelf.get_sections(path)