Searched refs:force_64bit (Results 1 – 3 of 3) sorted by relevance
41 std::string FindDebugFile(const std::string& dso_path, bool force_64bit,140 bool force_64bit = false);
105 std::string DebugElfFileFinder::FindDebugFile(const std::string& dso_path, bool force_64bit, in FindDebugFile() argument108 if (force_64bit && !vdso_64bit_.empty()) { in FindDebugFile()110 } else if (!force_64bit && !vdso_32bit_.empty()) { in FindDebugFile()685 bool force_64bit) { in CreateDso() argument690 debug_elf_file_finder_.FindDebugFile(dso_path, force_64bit, build_id))); in CreateDso()
125 bool force_64bit = start_addr > UINT_MAX; in FindUserDsoOrNew() local126 std::unique_ptr<Dso> dso = Dso::CreateDso(dso_type, filename, force_64bit); in FindUserDsoOrNew()