Searched refs:DwarfEhFrame (Results 1 – 4 of 4) sorted by relevance
29 class DwarfEhFrame : public DwarfSectionImpl<AddressType> {31 DwarfEhFrame(std::shared_ptr<Memory>& memory) : DwarfSectionImpl<AddressType>(memory) {} in DwarfEhFrame() function32 virtual ~DwarfEhFrame() = default;
827 template class DwarfEhFrame<uint32_t>; variable828 template class DwarfEhFrame<uint64_t>; variable
173 eh_frame_.reset(new DwarfEhFrame<AddressType>(memory_)); in InitHeaders()
39 eh_frame_.reset(new DwarfEhFrame<TypeParam>(memory)); in SetUp()44 std::unique_ptr<DwarfEhFrame<TypeParam>> eh_frame_;