Searched refs:GetFdeOffsetFromPc (Results 1 – 3 of 3) sorted by relevance
/system/core/libunwindstack/tests/ |
D | DwarfEhFrameWithHdrTest.cpp | 394 EXPECT_FALSE(this->eh_frame_->GetFdeOffsetFromPc(0x100, &fde_offset)); in TYPED_TEST_P() 401 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(pc, &fde_offset)); in TYPED_TEST_P() 403 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(pc + 1, &fde_offset)); in TYPED_TEST_P() 405 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(pc + 0xfff, &fde_offset)); in TYPED_TEST_P() 414 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(pc, &fde_offset)); in TYPED_TEST_P() 416 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(pc + 1, &fde_offset)); in TYPED_TEST_P() 418 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(pc + 0xfff, &fde_offset)); in TYPED_TEST_P() 428 EXPECT_FALSE(this->eh_frame_->GetFdeOffsetFromPc(0x1000, &fde_offset)); in TYPED_TEST_P() 435 ASSERT_FALSE(this->eh_frame_->GetFdeOffsetFromPc(0x100, &fde_offset)); in TYPED_TEST_P() 455 ASSERT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(0x800, &fde_offset)); in TYPED_TEST_P()
|
/system/core/libunwindstack/ |
D | DwarfEhFrameWithHdr.cpp | 106 if (!GetFdeOffsetFromPc(pc, &fde_offset)) { in GetFdeFromPc() 162 bool DwarfEhFrameWithHdr<AddressType>::GetFdeOffsetFromPc(uint64_t pc, uint64_t* fde_offset) { in GetFdeOffsetFromPc() function in unwindstack::DwarfEhFrameWithHdr
|
D | DwarfEhFrameWithHdr.h | 65 bool GetFdeOffsetFromPc(uint64_t pc, uint64_t* fde_offset);
|