Searched refs:DwarfSection (Results 1 – 9 of 9) sorted by relevance
/system/unwinding/libunwindstack/include/unwindstack/ |
D | DwarfSection.h | 41 class DwarfSection { 43 DwarfSection(Memory* memory); 44 virtual ~DwarfSection() = default; 48 iterator(DwarfSection* section, size_t index) : index_(index) { in iterator() 126 class DwarfSectionImpl : public DwarfSection { 128 DwarfSectionImpl(Memory* memory) : DwarfSection(memory) {} in DwarfSectionImpl()
|
D | ElfInterface.h | 123 DwarfSection* eh_frame() { return eh_frame_.get(); } in eh_frame() 124 DwarfSection* debug_frame() { return debug_frame_.get(); } in debug_frame() 177 std::unique_ptr<DwarfSection> eh_frame_; 178 std::unique_ptr<DwarfSection> debug_frame_;
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 67 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 | 85 void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { in DumpDwarfSection()
|
/system/unwinding/libunwindstack/tests/ |
D | DwarfSectionTest.cpp | 30 class MockDwarfSection : public DwarfSection { 32 MockDwarfSection(Memory* memory) : DwarfSection(memory) {} in MockDwarfSection()
|
D | VerifyBionicTerminationTest.cpp | 48 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) { in GetReturnAddressLocation()
|
/system/unwinding/libunwindstack/ |
D | ElfInterface.cpp | 460 DwarfSection* debug_frame = debug_frame_.get(); in Step() 467 DwarfSection* eh_frame = eh_frame_.get(); in Step() 478 DwarfSection* section = nullptr; in Step()
|
D | DwarfSection.cpp | 38 DwarfSection::DwarfSection(Memory* memory) : memory_(memory) {} in DwarfSection() function in unwindstack::DwarfSection 40 bool DwarfSection::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished, in Step()
|
D | Android.bp | 66 "DwarfSection.cpp",
|