Home
last modified time | relevance | path

Searched refs:dwarfSection_ (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp272 std::shared_ptr<DwarfSection> dwarfSection_ = nullptr; member in OHOS::HiviewDFX::Unwinder::Impl
461 dwarfSection_ = std::make_shared<DwarfSection>(memory_); in Init()
1000 if ((uti.isLinear == false && !dwarfSection_->SearchEntry(frame.pc, uti, uei)) || in StepInner()
1001 (uti.isLinear == true && !dwarfSection_->LinearSearchEntry(frame.pc, uti, uei))) { in StepInner()
1002 lastErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode()); in StepInner()
1007 if (!dwarfSection_->Step(frame.pc, (uintptr_t)uei.unwindInfo, rs)) { in StepInner()
1008 lastErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode()); in StepInner()

Completed in 3 milliseconds