Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp235 static uintptr_t StripPac(uintptr_t inAddr, uintptr_t pacMask);
864 regs_->SetPc(StripPac(pc, pacMask_)); in FpStep()
956 regs_->SetPc(StripPac(frame.pc, pacMask_)); in StepInner()
1049 regs_->SetPc(StripPac(regs_->GetPc(), pacMask_)); in StepInner()
1126 uintptr_t Unwinder::Impl::StripPac(uintptr_t inAddr, uintptr_t pacMask) in StripPac() function in OHOS::HiviewDFX::Unwinder::Impl
1281 frame.pc = static_cast<uint64_t>(StripPac(pc, 0)); in GetFrameByPc()
1331 frame.pc = static_cast<uint64_t>(StripPac(pcs[i], 0)); in GetFramesByPcs()
1385 frame->pc = StripPac(frame->pc, 0); in DlPhdrCallback()

Completed in 2 milliseconds