Searched defs:eh_frame_ (Results 1 - 3 of 3) sorted by relevance

/system/core/libunwindstack/tests/
H A DDwarfEhFrameTest.cpp58 eh_frame_ = new MockDwarfEhFrame<TypeParam>(&memory_);
62 void TearDown() override { delete eh_frame_; }
65 MockDwarfEhFrame<TypeParam>* eh_frame_ = nullptr; member in class:unwindstack::DwarfEhFrameTest
106 ASSERT_TRUE(this->eh_frame_->Init(0x5000, 0x600));
107 ASSERT_EQ(4U, this->eh_frame_->TestGetFdeCount());
111 this->eh_frame_->TestGetFdeInfo(0, &info);
116 this->eh_frame_->TestGetFdeInfo(1, &info);
121 this->eh_frame_->TestGetFdeInfo(2, &info);
126 this->eh_frame_->TestGetFdeInfo(3, &info);
145 ASSERT_FALSE(this->eh_frame_
[all...]
H A DDwarfEhFrameWithHdrTest.cpp67 eh_frame_ = new MockDwarfEhFrameWithHdr<TypeParam>(&memory_);
71 void TearDown() override { delete eh_frame_; }
74 MockDwarfEhFrameWithHdr<TypeParam>* eh_frame_ = nullptr; member in class:unwindstack::DwarfEhFrameWithHdrTest
86 ASSERT_TRUE(this->eh_frame_->Init(0x1000, 0x100));
87 EXPECT_EQ(1U, this->eh_frame_->TestGetVersion());
88 EXPECT_EQ(DW_EH_PE_udata2, this->eh_frame_->TestGetPtrEncoding());
89 EXPECT_EQ(DW_EH_PE_sdata4, this->eh_frame_->TestGetTableEncoding());
90 EXPECT_EQ(4U, this->eh_frame_->TestGetTableEntrySize());
91 EXPECT_EQ(126U, this->eh_frame_->TestGetFdeCount());
92 EXPECT_EQ(0x500U, this->eh_frame_
[all...]
/system/core/libunwindstack/include/unwindstack/
H A DElfInterface.h91 DwarfSection* eh_frame() { return eh_frame_.get(); }
154 std::unique_ptr<DwarfSection> eh_frame_; member in class:unwindstack::ElfInterface

Completed in 364 milliseconds