Home
last modified time | relevance | path

Searched refs:symfile (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/
DGlobalDebugImpl.h146 Symfile* symfile = it.second.get(); in ForEachSymfile() local
148 if (symfile->IsValidPc(pc) && CheckSeqlock(it.first) && callback(symfile)) { in ForEachSymfile()
156 Symfile* symfile = it.second.get(); in ForEachSymfile() local
163 if (symfile->IsValidPc(pc) && callback(symfile)) { in ForEachSymfile()
267 std::shared_ptr<Symfile> symfile; in ReadNewEntries() local
268 bool ok = this->Load(maps, memory_, data.symfile_addr, data.symfile_size.value, symfile); in ReadNewEntries()
276 entries->emplace(uid, symfile); in ReadNewEntries()
/system/extras/simpleperf/
DJITDebugReader.cpp674 TempSymFile* symfile = GetTempSymFile(process, jit_entry); in ReadJITCodeDebugInfo() local
675 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()