Searched refs:DwarfSection (Results 1 – 8 of 8) sorted by relevance
/system/core/libunwindstack/include/unwindstack/ |
D | DwarfSection.h | 39 class DwarfSection { 41 DwarfSection(Memory* memory); 42 virtual ~DwarfSection() = default; 46 iterator(DwarfSection* section, size_t index) : index_(index) { in iterator() 123 class DwarfSectionImpl : public DwarfSection { 125 DwarfSectionImpl(Memory* memory) : DwarfSection(memory) {} in DwarfSectionImpl()
|
D | ElfInterface.h | 93 DwarfSection* eh_frame() { return eh_frame_.get(); } in eh_frame() 94 DwarfSection* debug_frame() { return debug_frame_.get(); } in debug_frame() 164 std::unique_ptr<DwarfSection> eh_frame_; 165 std::unique_ptr<DwarfSection> debug_frame_;
|
/system/core/libunwindstack/tests/ |
D | DwarfSectionTest.cpp | 28 class MockDwarfSection : public DwarfSection { 30 MockDwarfSection(Memory* memory) : DwarfSection(memory) {} in MockDwarfSection()
|
/system/core/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 66 void PrintRegInformation(DwarfSection* section, Memory* memory, uint64_t pc, uint8_t class_type) { in PrintRegInformation() 205 DwarfSection* section = interface->eh_frame(); in GetInfo()
|
D | unwind_info.cpp | 84 void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { in DumpDwarfSection()
|
/system/core/libunwindstack/ |
D | ElfInterface.cpp | 465 DwarfSection* debug_frame = debug_frame_.get(); in Step() 471 DwarfSection* eh_frame = eh_frame_.get(); in Step() 482 DwarfSection* section = nullptr; in Step()
|
D | DwarfSection.cpp | 37 DwarfSection::DwarfSection(Memory* memory) : memory_(memory) {} in DwarfSection() function in unwindstack::DwarfSection 39 bool DwarfSection::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished) { in Step()
|
D | Android.bp | 57 "DwarfSection.cpp",
|