Searched refs:DwarfSection (Results 1 – 9 of 9) sorted by relevance
/system/unwinding/libunwindstack/include/unwindstack/ |
D | DwarfSection.h | 45 class DwarfSection { 47 DwarfSection(std::shared_ptr<Memory>& memory); 48 virtual ~DwarfSection() = default; 58 iterator(DwarfSection* section, size_t index) : index_(index) { in iterator() 136 class DwarfSectionImpl : public DwarfSection { 138 DwarfSectionImpl(std::shared_ptr<Memory>& memory) : DwarfSection(memory) {} in DwarfSectionImpl()
|
D | ElfInterface.h | 130 DwarfSection* eh_frame() { return eh_frame_.get(); } in eh_frame() 131 DwarfSection* debug_frame() { return debug_frame_.get(); } in debug_frame() 176 std::unique_ptr<DwarfSection> eh_frame_; 177 std::unique_ptr<DwarfSection> debug_frame_;
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 74 void PrintRegInformation(DwarfSection* section, std::shared_ptr<Memory>&& memory, uint64_t pc, in PrintRegInformation() 212 DwarfSection* section = interface->eh_frame(); in GetInfo()
|
D | unwind_info.cpp | 87 void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { in DumpDwarfSection()
|
/system/unwinding/libunwindstack/tests/ |
D | DwarfSectionTest.cpp | 34 class MockDwarfSection : public DwarfSection { 36 MockDwarfSection(std::shared_ptr<Memory>& memory) : DwarfSection(memory) {} in MockDwarfSection()
|
D | VerifyBionicTerminationTest.cpp | 51 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) { in GetReturnAddressLocation()
|
/system/unwinding/libunwindstack/ |
D | ElfInterface.cpp | 525 DwarfSection* debug_frame = debug_frame_.get(); in Step() 532 DwarfSection* eh_frame = eh_frame_.get(); in Step() 543 DwarfSection* section = nullptr; in Step()
|
D | DwarfSection.cpp | 44 DwarfSection::DwarfSection(std::shared_ptr<Memory>& memory) : memory_(memory) {} in DwarfSection() function in unwindstack::DwarfSection 46 bool DwarfSection::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished, in Step()
|
D | Android.bp | 67 "DwarfSection.cpp",
|