Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h45 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()
DElfInterface.h130 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/
Dunwind_reg_info.cpp74 void PrintRegInformation(DwarfSection* section, std::shared_ptr<Memory>&& memory, uint64_t pc, in PrintRegInformation()
212 DwarfSection* section = interface->eh_frame(); in GetInfo()
Dunwind_info.cpp87 void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { in DumpDwarfSection()
/system/unwinding/libunwindstack/tests/
DDwarfSectionTest.cpp34 class MockDwarfSection : public DwarfSection {
36 MockDwarfSection(std::shared_ptr<Memory>& memory) : DwarfSection(memory) {} in MockDwarfSection()
DVerifyBionicTerminationTest.cpp51 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) { in GetReturnAddressLocation()
/system/unwinding/libunwindstack/
DElfInterface.cpp525 DwarfSection* debug_frame = debug_frame_.get(); in Step()
532 DwarfSection* eh_frame = eh_frame_.get(); in Step()
543 DwarfSection* section = nullptr; in Step()
DDwarfSection.cpp44 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()
DAndroid.bp67 "DwarfSection.cpp",