Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfEhFrame.h28 class DwarfEhFrame : public DwarfSectionImplNoHdr<AddressType> {
30 DwarfEhFrame(Memory* memory) : DwarfSectionImplNoHdr<AddressType>(memory) {} in DwarfEhFrame() function
31 virtual ~DwarfEhFrame() = default;
DDwarfSection.cpp818 template class DwarfEhFrame<uint32_t>; variable
819 template class DwarfEhFrame<uint64_t>; variable
DElfInterface.cpp138 eh_frame_.reset(new DwarfEhFrame<AddressType>(memory_)); in InitHeadersWithTemplate()
/system/core/libunwindstack/tests/
DDwarfEhFrameTest.cpp36 eh_frame_ = new DwarfEhFrame<TypeParam>(&memory_); in SetUp()
43 DwarfEhFrame<TypeParam>* eh_frame_ = nullptr;