Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h41 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()
DElfInterface.h123 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/
Dunwind_reg_info.cpp67 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.cpp85 void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { in DumpDwarfSection()
/system/unwinding/libunwindstack/tests/
DDwarfSectionTest.cpp30 class MockDwarfSection : public DwarfSection {
32 MockDwarfSection(Memory* memory) : DwarfSection(memory) {} in MockDwarfSection()
DVerifyBionicTerminationTest.cpp48 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) { in GetReturnAddressLocation()
/system/unwinding/libunwindstack/
DElfInterface.cpp460 DwarfSection* debug_frame = debug_frame_.get(); in Step()
467 DwarfSection* eh_frame = eh_frame_.get(); in Step()
478 DwarfSection* section = nullptr; in Step()
DDwarfSection.cpp38 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()
DAndroid.bp66 "DwarfSection.cpp",