Searched refs:FindUnwindTable (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_accessors.h | 45 virtual int FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) = 0; 59 int FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) override; 78 int FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) override; 89 int FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) override;
|
H A D | unwind_context.h | 58 int (*FindUnwindTable)(uintptr_t, UnwindTableInfo &, void *); member
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_accessors.cpp | 131 int DfxAccessorsLocal::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable() function in OHOS::HiviewDFX::DfxAccessorsLocal 228 int DfxAccessorsRemote::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable() function in OHOS::HiviewDFX::DfxAccessorsRemote 277 int DfxAccessorsCustomize::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable() function in OHOS::HiviewDFX::DfxAccessorsCustomize 279 if (accessors_ == nullptr || accessors_->FindUnwindTable == nullptr) { in FindUnwindTable() 282 return accessors_->FindUnwindTable(pc, uti, arg); in FindUnwindTable()
|
H A D | unwinder.cpp | 979 MAYBE_UNUSED int utiRet = acc_->FindUnwindTable(frame.pc, uti, ctx); in StepInner()
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
H A D | thread_sampler.cpp | 61 int ThreadSampler::FindUnwindTable(uintptr_t pc, UnwindTableInfo& outTableInfo, void *arg) in FindUnwindTable() function in OHOS::HiviewDFX::ThreadSampler 190 accessors_->FindUnwindTable = &ThreadSampler::FindUnwindTable; in InitUnwinder()
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/ |
H A D | thread_sampler.h | 91 static int FindUnwindTable(uintptr_t pc, UnwindTableInfo& outTableInfo, void *arg);
|