Searched refs:DwarfSectionImplNoHdr (Results 1 – 4 of 4) sorted by relevance
28 class DwarfEhFrame : public DwarfSectionImplNoHdr<AddressType> {30 DwarfEhFrame(Memory* memory) : DwarfSectionImplNoHdr<AddressType>(memory) {} in DwarfEhFrame()
29 class DwarfDebugFrame : public DwarfSectionImplNoHdr<AddressType> {31 DwarfDebugFrame(Memory* memory) : DwarfSectionImplNoHdr<AddressType>(memory) { in DwarfDebugFrame()
594 bool DwarfSectionImplNoHdr<AddressType>::Init(uint64_t offset, uint64_t size, uint64_t load_bias) { in Init()619 void DwarfSectionImplNoHdr<AddressType>::InsertFde(const DwarfFde* fde) { in InsertFde()656 bool DwarfSectionImplNoHdr<AddressType>::GetNextCieOrFde(DwarfFde** fde_entry) { in GetNextCieOrFde()737 void DwarfSectionImplNoHdr<AddressType>::GetFdes(std::vector<const DwarfFde*>* fdes) { in GetFdes()773 const DwarfFde* DwarfSectionImplNoHdr<AddressType>::GetFdeFromPc(uint64_t pc) { in GetFdeFromPc()810 template class DwarfSectionImplNoHdr<uint32_t>; variable811 template class DwarfSectionImplNoHdr<uint64_t>; variable
160 class DwarfSectionImplNoHdr : public DwarfSectionImpl<AddressType> {175 DwarfSectionImplNoHdr(Memory* memory) : DwarfSectionImpl<AddressType>(memory) {} in DwarfSectionImplNoHdr() function176 virtual ~DwarfSectionImplNoHdr() = default;