Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DBacktraceOffline.h43 struct DebugFrameInfo;
72 DebugFrameInfo* GetDebugFrameInFile(const std::string& filename);
DBacktraceOffline.cpp79 struct DebugFrameInfo { struct
91 DebugFrameInfo() : has_arm_exidx(false), has_eh_frame(false), in DebugFrameInfo() argument
272 DebugFrameInfo* debug_frame = GetDebugFrameInFile(filename); in FindProcInfo()
559 static std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>>* g_debug_frames = nullptr;
561 static DebugFrameInfo* ReadDebugFrameFromFile(const std::string& filename);
563 DebugFrameInfo* BacktraceOffline::GetDebugFrameInFile(const std::string& filename) { in GetDebugFrameInFile()
573 DebugFrameInfo* debug_frame = ReadDebugFrameFromFile(filename); in GetDebugFrameInFile()
577 g_debug_frames = new std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>>; in GetDebugFrameInFile()
579 auto pair = g_debug_frames->emplace(filename, std::unique_ptr<DebugFrameInfo>(debug_frame)); in GetDebugFrameInFile()
651 DebugFrameInfo* ReadDebugFrameFromELFFile(const llvm::object::ELFFile<ELFT>* elf) { in ReadDebugFrameFromELFFile()
[all …]