Lines Matching refs:GetDebugFilePath
504 const std::string& debug_file_path = GetDebugFilePath(); in LoadSymbolsImpl()
572 auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status); in GetMinExecutableVaddr()
578 LOG(DEBUG) << "failed to read min virtual address of " << GetDebugFilePath() << ": " in GetMinExecutableVaddr()
637 auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status); in LoadSymbolsImpl()
651 ReportReadElfSymbolResult(status, path_, GetDebugFilePath(), log_level); in LoadSymbolsImpl()
725 auto elf = ElfFile::Open(GetDebugFilePath(), &status); in ReadSymbolsFromDebugFile()
733 << GetDebugFilePath() << " are not used"; in ReadSymbolsFromDebugFile()
747 ReportReadElfSymbolResult(status, path_, GetDebugFilePath()); in ReadSymbolsFromDebugFile()
811 if (auto elf = ElfFile::Open(GetDebugFilePath(), &status); elf) { in ParseKernelStartAddr()
872 auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status); in LoadSymbolsImpl()
876 ReportReadElfSymbolResult(status, path_, GetDebugFilePath(), in LoadSymbolsImpl()