Searched refs:SetVdsoFile (Results 1 – 4 of 4) sorted by relevance
40 void SetVdsoFile(const std::string& vdso_file, bool is_64bit);137 static void SetVdsoFile(const std::string& vdso_file, bool is_64bit);
70 finder.SetVdsoFile(fake_vdso32, false); in TEST()71 finder.SetVdsoFile(fake_vdso64, true); in TEST()
97 void DebugElfFileFinder::SetVdsoFile(const std::string& vdso_file, bool is_64bit) { in SetVdsoFile() function in simpleperf_dso_impl::DebugElfFileFinder257 void Dso::SetVdsoFile(const std::string& vdso_file, bool is_64bit) { in SetVdsoFile() function in Dso258 debug_elf_file_finder_.SetVdsoFile(vdso_file, is_64bit); in SetVdsoFile()
559 Dso::SetVdsoFile(tmpfile->path, sizeof(size_t) == sizeof(uint64_t)); in PrepareVdsoFile()