Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfEhFrame.h28 class DwarfEhFrame : public DwarfSectionImpl<AddressType> {
30 DwarfEhFrame(Memory* memory) : DwarfSectionImpl<AddressType>(memory) {} in DwarfEhFrame() function
31 virtual ~DwarfEhFrame() = default;
DDwarfSection.cpp811 template class DwarfEhFrame<uint32_t>; variable
812 template class DwarfEhFrame<uint64_t>; variable
DElfInterface.cpp111 eh_frame_.reset(new DwarfEhFrame<AddressType>(memory_)); in InitHeaders()
/system/unwinding/libunwindstack/tests/
DDwarfEhFrameTest.cpp36 eh_frame_ = new DwarfEhFrame<TypeParam>(&memory_); in SetUp()
43 DwarfEhFrame<TypeParam>* eh_frame_ = nullptr;