Searched refs:vdso_32bit_ (Results 1 – 2 of 2) sorted by relevance
58 vdso_32bit_.clear(); in Reset()112 vdso_32bit_ = vdso_file; in SetVdsoFile()144 } else if (!force_64bit && !vdso_32bit_.empty()) { in FindDebugFile()145 return vdso_32bit_; in FindDebugFile()
52 std::string vdso_32bit_; variable