Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py143 sections = self.readelf.get_sections(file_path)
Dutils.py482 return '.debug_line' in self.readelf.get_sections(real_path)
783 def get_sections(self, elf_file_path): member in ReadElf
Dapp_profiler.py95 sections = self.readelf.get_sections(path)
Dtest.py1323 self.assertEqual(dso_info['sections'], readelf.get_sections(path), dso_path)
1326 self.assertEqual(readelf.get_sections('not_exist_file'), [])