Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfEhFrameWithHdr.cpp35 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>; variable
223 template class DwarfEhFrameWithHdr<uint64_t>; variable
DDwarfEhFrameWithHdr.h32 class DwarfEhFrameWithHdr : public DwarfSectionImpl<AddressType> {
44 DwarfEhFrameWithHdr(Memory* memory) : DwarfSectionImpl<AddressType>(memory) {} in DwarfEhFrameWithHdr() function
45 virtual ~DwarfEhFrameWithHdr() = default;
DElfInterface.cpp100 DwarfEhFrameWithHdr<AddressType>* eh_frame_hdr = new DwarfEhFrameWithHdr<AddressType>(memory_); in InitHeaders()
DAndroid.bp63 "DwarfEhFrameWithHdr.cpp",
/system/unwinding/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp33 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()