Home
last modified time | relevance | path

Searched refs:GetFdeOffsetBinary (Results 1 – 3 of 3) sorted by relevance

/system/core/libunwindstack/tests/
DDwarfEhFrameTest.cpp180 EXPECT_FALSE(this->eh_frame_->GetFdeOffsetBinary(0x100, &fde_offset, 10)); in TYPED_TEST_P()
186 … EXPECT_TRUE(this->eh_frame_->GetFdeOffsetBinary(pc, &fde_offset, 10)) << "Failed at index " << i; in TYPED_TEST_P()
188 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetBinary(pc + 1, &fde_offset, 10)) << "Failed at index " in TYPED_TEST_P()
191 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetBinary(pc + 0xfff, &fde_offset, 10)) in TYPED_TEST_P()
198 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetBinary(pc, &fde_offset, 9)) << "Failed at index " << i; in TYPED_TEST_P()
200 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetBinary(pc + 1, &fde_offset, 9)) << "Failed at index " in TYPED_TEST_P()
203 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetBinary(pc + 0xfff, &fde_offset, 9)) in TYPED_TEST_P()
/system/core/libunwindstack/
DDwarfEhFrame.cpp108 bool DwarfEhFrame<AddressType>::GetFdeOffsetBinary(uint64_t pc, uint64_t* fde_offset, in GetFdeOffsetBinary() function in unwindstack::DwarfEhFrame
149 return GetFdeOffsetBinary(pc, fde_offset, fde_info_.size()); in GetFdeOffsetSequential()
206 return GetFdeOffsetBinary(pc, fde_offset, fde_count_); in GetFdeOffsetFromPc()
DDwarfEhFrame.h73 bool GetFdeOffsetBinary(uint64_t pc, uint64_t* fde_offset, uint64_t total_entries);