Searched refs:DwarfSection (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_section.h | 29 class DwarfSection {
class 31 explicit DwarfSection(std::shared_ptr<DfxMemory> memory);
32 virtual ~DwarfSection() = default;
|
/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 UnwindEntryInfo& uei)
in LinearSearchEntry() 60 bool DwarfSection::SearchEntry(uintptr_t pc, struct UnwindTableInfo uti, struct UnwindEntryInfo& uei)
in SearchEntry() 117 bool DwarfSection::Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs)
in Step() 141 bool DwarfSection::GetCieOrFde(uintptr_t &addr, FrameDescEntry &fdeInfo)
in GetCieOrFde() 163 void DwarfSection::ParseCieOrFdeHeader(uintptr_t& ptr, FrameDescEntry &fdeInfo, bool& isCieEntry)
in ParseCieOrFdeHeader() 201 bool DwarfSection::ParseFde(uintptr_t fdeAddr, uintptr_t fdePtr, FrameDescEntry &fdeInfo)
in ParseFde() 229 bool DwarfSection::FillInFde(uintptr_t ptr, FrameDescEntry &fdeInfo)
in FillInFde() 266 bool DwarfSection [all...] |
H A D | unwinder.cpp | 272 std::shared_ptr<DwarfSection> dwarfSection_ = nullptr; 461 dwarfSection_ = std::make_shared<DwarfSection>(memory_); in Init()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dwarf_test.cpp | 65 class DwarfSectionTest : public DwarfSection { 67 explicit DwarfSectionTest(std::shared_ptr<DfxMemory> memory) : DwarfSection(memory) {}; in DwarfSectionTest()
|
Completed in 6 milliseconds