Searched refs:GetFdeOffsetFromPc (Results 1 – 3 of 3) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | DwarfEhFrameWithHdrTest.cpp | 442 EXPECT_FALSE(this->eh_frame_->GetFdeOffsetFromPc(0x100, &fde_offset)); in TYPED_TEST_P() 449 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(pc, &fde_offset)); in TYPED_TEST_P() 451 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(pc + 1, &fde_offset)); in TYPED_TEST_P() 453 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(pc + 0xfff, &fde_offset)); in TYPED_TEST_P() 462 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(pc, &fde_offset)); in TYPED_TEST_P() 464 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(pc + 1, &fde_offset)); in TYPED_TEST_P() 466 EXPECT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(pc + 0xfff, &fde_offset)); in TYPED_TEST_P() 476 EXPECT_FALSE(this->eh_frame_->GetFdeOffsetFromPc(0x1000, &fde_offset)); in TYPED_TEST_P() 483 ASSERT_FALSE(this->eh_frame_->GetFdeOffsetFromPc(0x100, &fde_offset)); in TYPED_TEST_P() 503 ASSERT_TRUE(this->eh_frame_->GetFdeOffsetFromPc(0x800, &fde_offset)); in TYPED_TEST_P()
|
/system/unwinding/libunwindstack/ |
D | DwarfEhFrameWithHdr.cpp | 111 if (!GetFdeOffsetFromPc(pc, &fde_offset)) { in GetFdeFromPc() 167 bool DwarfEhFrameWithHdr<AddressType>::GetFdeOffsetFromPc(uint64_t pc, uint64_t* fde_offset) { in GetFdeOffsetFromPc() function in unwindstack::DwarfEhFrameWithHdr
|
D | DwarfEhFrameWithHdr.h | 67 bool GetFdeOffsetFromPc(uint64_t pc, uint64_t* fde_offset);
|