Searched defs:DwarfEhFrame (Results 1 – 2 of 2) sorted by relevance
829 template class DwarfEhFrame<uint32_t>; variable830 template class DwarfEhFrame<uint64_t>; variable
31 DwarfEhFrame(std::shared_ptr<Memory>& memory) : DwarfSectionImpl<AddressType>(memory) {} in DwarfEhFrame() function