Searched refs:DwarfSection (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dwarf_section.cpp | 31 DwarfSection::DwarfSection(std::shared_ptr<DfxMemory> memory) : memory_(memory) in DwarfSection() function in OHOS::HiviewDFX::DwarfSection 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() 117 bool DwarfSection::Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs) in Step() 140 bool DwarfSection::GetCieOrFde(uintptr_t &addr, FrameDescEntry &fdeInfo) in GetCieOrFde() 162 void DwarfSection::ParseCieOrFdeHeader(uintptr_t& ptr, FrameDescEntry &fdeInfo, bool& isCieEntry) in ParseCieOrFdeHeader() 200 bool DwarfSection::ParseFde(uintptr_t fdeAddr, uintptr_t fdePtr, FrameDescEntry &fdeInfo) in ParseFde() 228 bool DwarfSection::FillInFde(uintptr_t ptr, FrameDescEntry &fdeInfo) in FillInFde() 265 bool DwarfSection::ParseCie(uintptr_t cieAddr, uintptr_t ciePtr, CommonInfoEntry &cieInfo) in ParseCie() 295 bool DwarfSection::FillInCie(uintptr_t ptr, CommonInfoEntry &cieInfo) in FillInCie()
|
H A D | unwinder.cpp | 283 std::shared_ptr<DwarfSection> dwarfSection_ = nullptr; 472 dwarfSection_ = std::make_shared<DwarfSection>(memory_); in Init()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_section.h | 29 class DwarfSection { 31 explicit DwarfSection(std::shared_ptr<DfxMemory> memory); 32 virtual ~DwarfSection() = default;
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dwarf_test.cpp | 70 class DwarfSectionTest : public DwarfSection { 72 explicit DwarfSectionTest(std::shared_ptr<DfxMemory> memory) : DwarfSection(memory) {}; in DwarfSectionTest()
|