Searched refs:vdso_64bit_ (Results 1 – 2 of 2) sorted by relevance
63 std::unique_ptr<TemporaryFile> Dso::vdso_64bit_; member in Dso126 vdso_64bit_ = std::move(vdso_file); in SetVdsoFile()172 if (force_64bit && vdso_64bit_ != nullptr) { in Dso()173 debug_file_path_ = vdso_64bit_->path; in Dso()198 vdso_64bit_ = nullptr; in ~Dso()
155 static std::unique_ptr<TemporaryFile> vdso_64bit_; variable