Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DBacktraceOffline.h43 struct DebugFrameInfo { struct
92 DebugFrameInfo* GetDebugFrameInFile(const std::string& filename);
94 static std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>> debug_frames_;
102 DebugFrameInfo* last_debug_frame_;
DBacktraceOffline.cpp215 const std::vector<DebugFrameInfo::EhFrame::ProgramHeader>& program_headers, in FileOffsetToVaddr()
235 DebugFrameInfo* debug_frame = GetDebugFrameInFile(filename); in FindProcInfo()
465 std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>> BacktraceOffline::debug_frames_;
468 static DebugFrameInfo* ReadDebugFrameFromFile(const std::string& filename);
470 DebugFrameInfo* BacktraceOffline::GetDebugFrameInFile(const std::string& filename) { in GetDebugFrameInFile()
480 DebugFrameInfo* debug_frame = ReadDebugFrameFromFile(filename); in GetDebugFrameInFile()
483 debug_frames_.emplace(filename, std::unique_ptr<DebugFrameInfo>(debug_frame)); in GetDebugFrameInFile()
559 using ProgramHeader = DebugFrameInfo::EhFrame::ProgramHeader;
562 DebugFrameInfo* ReadDebugFrameFromELFFile(const llvm::object::ELFFile<ELFT>* elf) { in ReadDebugFrameFromELFFile()
574 DebugFrameInfo* debug_frame = new DebugFrameInfo; in ReadDebugFrameFromELFFile()
[all …]