Searched defs:DwarfEhFrameWithHdr (Results 1 – 2 of 2) sorted by relevance
198 template class DwarfEhFrameWithHdr<uint32_t>; variable199 template class DwarfEhFrameWithHdr<uint64_t>; variable
48 DwarfEhFrameWithHdr(Memory* memory) : DwarfSectionImpl<AddressType>(memory) {} in DwarfEhFrameWithHdr() function