Searched refs:DwarfEhFrameWithHdr (Results 1 – 5 of 5) sorted by relevance
35 bool DwarfEhFrameWithHdr<AddressType>::EhFrameInit(uint64_t offset, uint64_t size, in EhFrameInit()41 bool DwarfEhFrameWithHdr<AddressType>::Init(uint64_t offset, uint64_t, int64_t section_bias) { in Init()104 const DwarfFde* DwarfEhFrameWithHdr<AddressType>::GetFdeFromPc(uint64_t pc) { in GetFdeFromPc()133 const typename DwarfEhFrameWithHdr<AddressType>::FdeInfo*134 DwarfEhFrameWithHdr<AddressType>::GetFdeInfoFromIndex(size_t index) { in GetFdeInfoFromIndex()162 bool DwarfEhFrameWithHdr<AddressType>::GetFdeOffsetFromPc(uint64_t pc, uint64_t* fde_offset) { in GetFdeOffsetFromPc()197 void DwarfEhFrameWithHdr<AddressType>::GetFdes(std::vector<const DwarfFde*>* fdes) { in GetFdes()222 template class DwarfEhFrameWithHdr<uint32_t>; variable223 template class DwarfEhFrameWithHdr<uint64_t>; variable
32 class DwarfEhFrameWithHdr : public DwarfSectionImpl<AddressType> {44 DwarfEhFrameWithHdr(Memory* memory) : DwarfSectionImpl<AddressType>(memory) {} in DwarfEhFrameWithHdr() function45 virtual ~DwarfEhFrameWithHdr() = default;
100 DwarfEhFrameWithHdr<AddressType>* eh_frame_hdr = new DwarfEhFrameWithHdr<AddressType>(memory_); in InitHeaders()
63 "DwarfEhFrameWithHdr.cpp",
33 class TestDwarfEhFrameWithHdr : public DwarfEhFrameWithHdr<TypeParam> {35 TestDwarfEhFrameWithHdr(Memory* memory) : DwarfEhFrameWithHdr<TypeParam>(memory) {} in TestDwarfEhFrameWithHdr()44 …void TestSetFdeInfo(uint64_t index, const typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo& info) { in TestSetFdeInfo()385 typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo info; in TYPED_TEST_P()443 typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo info; in TYPED_TEST_P()537 typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo info; in TYPED_TEST_P()