Home
last modified time | relevance | path

Searched refs:DwarfEhFrameWithHdr (Results 1 – 5 of 5) sorted by relevance

/system/core/libunwindstack/
DDwarfEhFrameWithHdr.cpp35 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>; variable
199 template class DwarfEhFrameWithHdr<uint64_t>; variable
DDwarfEhFrameWithHdr.h32 class DwarfEhFrameWithHdr : public DwarfSectionImpl<AddressType> {
48 DwarfEhFrameWithHdr(Memory* memory) : DwarfSectionImpl<AddressType>(memory) {} in DwarfEhFrameWithHdr() function
49 virtual ~DwarfEhFrameWithHdr() = default;
DAndroid.bp54 "DwarfEhFrameWithHdr.cpp",
DElfInterface.cpp129 eh_frame_.reset(new DwarfEhFrameWithHdr<AddressType>(memory_)); in InitHeadersWithTemplate()
/system/core/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp33 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()