Home
last modified time | relevance | path

Searched refs:fde_info_ (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libunwindstack/
DDwarfEhFrameWithHdr.cpp135 auto entry = fde_info_.find(index); in GetFdeInfoFromIndex()
136 if (entry != fde_info_.end()) { in GetFdeInfoFromIndex()
137 return &fde_info_[index]; in GetFdeInfoFromIndex()
139 FdeInfo* info = &fde_info_[index]; in GetFdeInfoFromIndex()
149 fde_info_.erase(index); in GetFdeInfoFromIndex()
DDwarfEhFrameWithHdr.h81 std::unordered_map<uint64_t, FdeInfo> fde_info_; variable
/system/unwinding/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp45 this->fde_info_[index] = info; in TestSetFdeInfo()