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