Searched refs:vdso_32bit_ (Results 1 – 2 of 2) sorted by relevance
49 vdso_32bit_.clear(); in Reset()101 vdso_32bit_ = vdso_file; in SetVdsoFile()110 } else if (!force_64bit && !vdso_32bit_.empty()) { in FindDebugFile()111 return vdso_32bit_; in FindDebugFile()
50 std::string vdso_32bit_; variable