Searched refs:FindUnwindTable (Results 1 - 6 of 6) sorted by relevance
/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
|
/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 142 DFXLOGU("FindUnwindTable elf is null"); in FindUnwindTable() 228 int DfxAccessorsRemote::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable() function in OHOS::HiviewDFX::DfxAccessorsRemote 230 DFX_TRACE_SCOPED_DLSYM("FindUnwindTable"); in FindUnwindTable() 236 DFXLOGU("FindUnwindTable had pc matched"); in FindUnwindTable() 243 DFXLOGU("FindUnwindTable elf is null"); in FindUnwindTable() 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 | 974 MAYBE_UNUSED int utiRet = acc_->FindUnwindTable(frame.pc, uti, ctx); in StepInner()
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/ |
H A D | thread_sampler.h | 93 static int FindUnwindTable(uintptr_t pc, UnwindTableInfo& outTableInfo, void *arg);
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
H A D | thread_sampler.cpp | 75 int ThreadSampler::FindUnwindTable(uintptr_t pc, UnwindTableInfo& outTableInfo, void *arg)
in FindUnwindTable() function in OHOS::HiviewDFX::ThreadSampler 79 XCOLLIE_LOGE("invalid FindUnwindTable param\n");
in FindUnwindTable() 86 XCOLLIE_LOGE("FindUnwindTable: map is nullptr\n");
in FindUnwindTable() 210 accessors_->FindUnwindTable = &ThreadSampler::FindUnwindTable;
in InitUnwinder()
|
Completed in 5 milliseconds