Home
last modified time | relevance | path

Searched refs:DwarfDebugFrame (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/
DDwarfDebugFrame.h28 class DwarfDebugFrame : public DwarfSectionImpl<AddressType> {
30 DwarfDebugFrame(std::shared_ptr<Memory>& memory) : DwarfSectionImpl<AddressType>(memory) { in DwarfDebugFrame() function
34 virtual ~DwarfDebugFrame() = default;
DDwarfSection.cpp823 template class DwarfDebugFrame<uint32_t>; variable
824 template class DwarfDebugFrame<uint64_t>; variable
DElfInterface.cpp185 debug_frame_.reset(new DwarfDebugFrame<AddressType>(debug_memory)); in InitHeaders()
/system/unwinding/libunwindstack/tests/
DDwarfDebugFrameTest.cpp41 debug_frame_ = new DwarfDebugFrame<TypeParam>(memory); in SetUp()
48 DwarfDebugFrame<TypeParam>* debug_frame_ = nullptr;