Searched refs:UnwindTableInfo (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_elf.h | 28 UnwindTableInfo uti; 75 int FindUnwindTableInfo(uintptr_t pc, std::shared_ptr<DfxMap> map, struct UnwindTableInfo& uti); 76 static int FindUnwindTableLocal(uintptr_t pc, struct UnwindTableInfo& uti); 90 … static bool FillUnwindTableByEhhdrLocal(struct DwarfEhFrameHdr* hdr, struct UnwindTableInfo* uti); 92 …llUnwindTableByEhhdr(struct DwarfEhFrameHdr* hdr, uintptr_t shdrBase, struct UnwindTableInfo* uti); 93 …static bool FillUnwindTableByExidx(ShdrInfo shdr, uintptr_t loadBase, struct UnwindTableInfo* uti); 105 struct UnwindTableInfo uti_;
|
H A D | unwind_context.h | 34 struct UnwindTableInfo { struct 58 int (*FindUnwindTable)(uintptr_t, UnwindTableInfo &, void *); argument 72 struct UnwindTableInfo di;
|
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 | dwarf_section.h | 34 bool LinearSearchEntry(uintptr_t pc, struct UnwindTableInfo uti, struct UnwindEntryInfo& uei); 35 bool SearchEntry(uintptr_t pc, struct UnwindTableInfo uti, struct UnwindEntryInfo& uei);
|
H A D | arm_exidx.h | 46 bool SearchEntry(uintptr_t pc, struct UnwindTableInfo uti, struct UnwindEntryInfo& uei);
|
/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() 228 int DfxAccessorsRemote::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable() 277 int DfxAccessorsCustomize::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable()
|
H A D | dfx_elf.cpp | 659 bool DfxElf::FillUnwindTableByExidx(ShdrInfo shdr, uintptr_t loadBase, struct UnwindTableInfo* uti) in FillUnwindTableByExidx() 674 bool DfxElf::FillUnwindTableByEhhdrLocal(struct DwarfEhFrameHdr* hdr, struct UnwindTableInfo* uti) in FillUnwindTableByEhhdrLocal() 720 …illUnwindTableByEhhdr(struct DwarfEhFrameHdr* hdr, uintptr_t shdrBase, struct UnwindTableInfo* uti) in FillUnwindTableByEhhdr() 766 int DfxElf::FindUnwindTableInfo(uintptr_t pc, std::shared_ptr<DfxMap> map, struct UnwindTableInfo& … in FindUnwindTableInfo() 821 int DfxElf::FindUnwindTableLocal(uintptr_t pc, struct UnwindTableInfo& uti) in FindUnwindTableLocal() 866 UnwindTableInfo* uti = &cbData->uti; in DlPhdrCb()
|
H A D | dwarf_section.cpp | 36 bool DwarfSection::LinearSearchEntry(uintptr_t pc, struct UnwindTableInfo uti, struct UnwindEntryIn… in LinearSearchEntry() 60 bool DwarfSection::SearchEntry(uintptr_t pc, struct UnwindTableInfo uti, struct UnwindEntryInfo& ue… in SearchEntry()
|
H A D | arm_exidx.cpp | 142 bool ArmExidx::SearchEntry(uintptr_t pc, struct UnwindTableInfo uti, struct UnwindEntryInfo& uei) in SearchEntry()
|
H A D | unwinder.cpp | 978 UnwindTableInfo uti; in StepInner()
|
/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);
|
/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()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dwarf_test.cpp | 531 struct UnwindTableInfo uti; 759 UnwindTableInfo info {};
|