Searched refs:elf_path (Results 1 – 3 of 3) sorted by relevance
197 std::string elf_path = GetTestData("libsgmainso-6.4.36.so"); in TEST() local200 auto elf = ElfFile::Open(elf_path, &status); in TEST()
194 std::string elf_path = path; in GetPathInSymFsDir() local195 std::replace(elf_path.begin(), elf_path.end(), '/', OS_PATH_SEPARATOR); in GetPathInSymFsDir()196 return add_symfs_prefix(elf_path); in GetPathInSymFsDir()
433 elf_path = find_real_dso_path(dso_name, self.config['binary_cache_dir'])434 if elf_path:435 elf_build_id = self.read_elf.get_build_id(elf_path, False)443 binary_path = elf_path