Home
last modified time | relevance | path

Searched refs:get_arch (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/simpleperf/scripts/test/
H A Dtools_test.py224 self.assertEqual(dso_info['arch'], readelf.get_arch(path))
231 self.assertEqual(readelf.get_arch('not_exist_file'), 'unknown')
/aosp12/system/extras/simpleperf/
H A Dcmd_merge.cpp181 auto get_arch = [](std::unique_ptr<RecordFileReader>& reader) { in CheckFeatureSection() local
225 std::make_pair("arch", get_arch), in CheckFeatureSection()
/aosp12/build/soong/android/
H A Dbazel_handler.go531 def get_arch(target):
548 id_string = str(target.label) + "|" + get_arch(target)
/aosp12/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py600 arch = self.readelf.get_arch(real_path)
808 arch = self.readelf.get_arch(real_path)
873 def get_arch(self, elf_file_path: Union[Path, str]) -> str: member in ReadElf
H A Dapp_profiler.py96 arch = self.readelf.get_arch(path)
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto.cpp69 static Architecture get_arch() { in get_arch() function
605 result.set_arch(get_arch()); in engrave_tombstone_proto()