Searched refs:DwarfEhFrameWithHdr (Results 1 – 5 of 5) sorted by relevance
35 bool DwarfEhFrameWithHdr<AddressType>::Init(uint64_t offset, uint64_t size, uint64_t load_bias) { in Init()100 const DwarfFde* DwarfEhFrameWithHdr<AddressType>::GetFdeFromPc(uint64_t pc) { in GetFdeFromPc()119 const typename DwarfEhFrameWithHdr<AddressType>::FdeInfo*120 DwarfEhFrameWithHdr<AddressType>::GetFdeInfoFromIndex(size_t index) { in GetFdeInfoFromIndex()148 bool DwarfEhFrameWithHdr<AddressType>::GetFdeOffsetFromPc(uint64_t pc, uint64_t* fde_offset) { in GetFdeOffsetFromPc()183 void DwarfEhFrameWithHdr<AddressType>::GetFdes(std::vector<const DwarfFde*>* fdes) { in GetFdes()198 template class DwarfEhFrameWithHdr<uint32_t>; variable199 template class DwarfEhFrameWithHdr<uint64_t>; variable
32 class DwarfEhFrameWithHdr : public DwarfSectionImpl<AddressType> {48 DwarfEhFrameWithHdr(Memory* memory) : DwarfSectionImpl<AddressType>(memory) {} in DwarfEhFrameWithHdr() function49 virtual ~DwarfEhFrameWithHdr() = default;
54 "DwarfEhFrameWithHdr.cpp",
129 eh_frame_.reset(new DwarfEhFrameWithHdr<AddressType>(memory_)); in InitHeadersWithTemplate()
33 class TestDwarfEhFrameWithHdr : public DwarfEhFrameWithHdr<TypeParam> {35 TestDwarfEhFrameWithHdr(Memory* memory) : DwarfEhFrameWithHdr<TypeParam>(memory) {} in TestDwarfEhFrameWithHdr()46 …void TestSetFdeInfo(uint64_t index, const typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo& info) { in TestSetFdeInfo()289 typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo info; in TYPED_TEST_P()347 typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo info; in TYPED_TEST_P()441 typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo info; in TYPED_TEST_P()