Home
last modified time | relevance | path

Searched refs:GetLastErrorAddr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp169 inline uint64_t GetLastErrorAddr() in GetLastErrorAddr() function in OHOS::HiviewDFX::Unwinder::Impl
350 uint64_t Unwinder::GetLastErrorAddr() const in GetLastErrorAddr() function in OHOS::HiviewDFX::Unwinder
352 return impl_->GetLastErrorAddr(); in GetLastErrorAddr()
805 … error code: %d, addr: %p", (int)GetLastErrorCode(), reinterpret_cast<void *>(GetLastErrorAddr())); in Unwind()
992 … lastErrorData_.SetAddrAndCode(armExidx_->GetLastErrorAddr(), armExidx_->GetLastErrorCode()); in StepInner()
997 … lastErrorData_.SetAddrAndCode(armExidx_->GetLastErrorAddr(), armExidx_->GetLastErrorCode()); in StepInner()
1007 …lastErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode()… in StepInner()
1013 …lastErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode()… in StepInner()
H A Dlibunwinder.map14 OHOS::HiviewDFX::Unwinder::GetLastErrorAddr*;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_section.h39 const uint64_t& GetLastErrorAddr() { return lastErrorData_.GetAddr(); } in GetLastErrorAddr() function
H A Darm_exidx.h50 const uint64_t& GetLastErrorAddr() { return lastErrorData_.GetAddr(); } in GetLastErrorAddr() function
H A Dunwinder.h59 uint64_t GetLastErrorAddr() const;
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp369 uint64_t errorAddr = unwinder->GetLastErrorAddr();