Searched refs:force_64bit (Results 1 – 3 of 3) sorted by relevance
44 std::string FindDebugFile(const std::string& dso_path, bool force_64bit, BuildId& build_id);133 bool force_64bit = false);
139 std::string DebugElfFileFinder::FindDebugFile(const std::string& dso_path, bool force_64bit, in FindDebugFile() argument142 if (force_64bit && !vdso_64bit_.empty()) { in FindDebugFile()144 } else if (!force_64bit && !vdso_32bit_.empty()) { in FindDebugFile()896 bool force_64bit) { in CreateDso() argument898 std::string debug_path = debug_elf_file_finder_.FindDebugFile(dso_path, force_64bit, build_id); in CreateDso()
198 bool force_64bit = start_addr > UINT_MAX; in FindUserDsoOrNew() local199 std::unique_ptr<Dso> dso = Dso::CreateDso(dso_type, filename, force_64bit); in FindUserDsoOrNew()