Searched refs:DwarfEhFrame (Results 1 – 4 of 4) sorted by relevance
28 class DwarfEhFrame : public DwarfSectionImpl<AddressType> {30 DwarfEhFrame(Memory* memory) : DwarfSectionImpl<AddressType>(memory) {} in DwarfEhFrame() function31 virtual ~DwarfEhFrame() = default;
811 template class DwarfEhFrame<uint32_t>; variable812 template class DwarfEhFrame<uint64_t>; variable
111 eh_frame_.reset(new DwarfEhFrame<AddressType>(memory_)); in InitHeaders()
36 eh_frame_ = new DwarfEhFrame<TypeParam>(&memory_); in SetUp()43 DwarfEhFrame<TypeParam>* eh_frame_ = nullptr;