Searched refs:symfile (Results 1 – 2 of 2) sorted by relevance
146 Symfile* symfile = it.second.get(); in ForEachSymfile() local148 if (symfile->IsValidPc(pc) && CheckSeqlock(it.first) && callback(symfile)) { in ForEachSymfile()156 Symfile* symfile = it.second.get(); in ForEachSymfile() local163 if (symfile->IsValidPc(pc) && callback(symfile)) { in ForEachSymfile()267 std::shared_ptr<Symfile> symfile; in ReadNewEntries() local268 bool ok = this->Load(maps, memory_, data.symfile_addr, data.symfile_size.value, symfile); in ReadNewEntries()276 entries->emplace(uid, symfile); in ReadNewEntries()
674 TempSymFile* symfile = GetTempSymFile(process, jit_entry); in ReadJITCodeDebugInfo() local675 if (symfile == nullptr) { in ReadJITCodeDebugInfo()678 uint64_t file_offset = symfile->GetOffset(); in ReadJITCodeDebugInfo()679 if (!symfile->WriteEntry(data.data(), jit_entry.symfile_size)) { in ReadJITCodeDebugInfo()691 symfile->GetPath() + location_in_file, file_offset); in ReadJITCodeDebugInfo()695 << symfile->GetPath() << location_in_file; in ReadJITCodeDebugInfo()