Searched refs:vdso_32bit_ (Results 1 – 2 of 2) sorted by relevance
59 vdso_32bit_.clear(); in Reset()117 vdso_32bit_ = vdso_file; in SetVdsoFile()153 } else if (!force_64bit && !vdso_32bit_.empty()) { in FindDebugFile()154 return vdso_32bit_; in FindDebugFile()
57 std::string vdso_32bit_; variable