Searched refs:vdso_64bit_ (Results 1 – 2 of 2) sorted by relevance
48 vdso_64bit_.clear(); in Reset()99 vdso_64bit_ = vdso_file; in SetVdsoFile()108 if (force_64bit && !vdso_64bit_.empty()) { in FindDebugFile()109 return vdso_64bit_; in FindDebugFile()
49 std::string vdso_64bit_; variable