Home
last modified time | relevance | path

Searched refs:DwarfSection (Results 1 – 8 of 8) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h39 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()
DElfInterface.h93 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/
DDwarfSectionTest.cpp28 class MockDwarfSection : public DwarfSection {
30 MockDwarfSection(Memory* memory) : DwarfSection(memory) {} in MockDwarfSection()
/system/core/libunwindstack/tools/
Dunwind_reg_info.cpp66 void PrintRegInformation(DwarfSection* section, Memory* memory, uint64_t pc, uint8_t class_type) { in PrintRegInformation()
205 DwarfSection* section = interface->eh_frame(); in GetInfo()
Dunwind_info.cpp84 void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { in DumpDwarfSection()
/system/core/libunwindstack/
DElfInterface.cpp465 DwarfSection* debug_frame = debug_frame_.get(); in Step()
471 DwarfSection* eh_frame = eh_frame_.get(); in Step()
482 DwarfSection* section = nullptr; in Step()
DDwarfSection.cpp37 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()
DAndroid.bp57 "DwarfSection.cpp",