Home
last modified time | relevance | path

Searched refs:DwarfSectionImplNoHdr (Results 1 – 4 of 4) sorted by relevance

/system/core/libunwindstack/
DDwarfEhFrame.h28 class DwarfEhFrame : public DwarfSectionImplNoHdr<AddressType> {
30 DwarfEhFrame(Memory* memory) : DwarfSectionImplNoHdr<AddressType>(memory) {} in DwarfEhFrame()
DDwarfDebugFrame.h29 class DwarfDebugFrame : public DwarfSectionImplNoHdr<AddressType> {
31 DwarfDebugFrame(Memory* memory) : DwarfSectionImplNoHdr<AddressType>(memory) { in DwarfDebugFrame()
DDwarfSection.cpp594 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>; variable
811 template class DwarfSectionImplNoHdr<uint64_t>; variable
/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h160 class DwarfSectionImplNoHdr : public DwarfSectionImpl<AddressType> {
175 DwarfSectionImplNoHdr(Memory* memory) : DwarfSectionImpl<AddressType>(memory) {} in DwarfSectionImplNoHdr() function
176 virtual ~DwarfSectionImplNoHdr() = default;