Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/test/
Dtools_test.py364 sections = readelf.get_sections(path)
369 self.assertEqual(readelf.get_sections('not_exist_file'), [])
/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py242 sections = self.readelf.get_sections(path)
Dapp_profiler.py102 sections = self.readelf.get_sections(path)
Dsimpleperf_utils.py581 return '.debug_line' in self.readelf.get_sections(real_path)
1011 def get_sections(self, elf_file_path: Union[Path, str]) -> List[str]: member in ReadElf