Searched refs:GetFdeOffsetSequential (Results 1 – 3 of 3) sorted by relevance
/system/core/libunwindstack/tests/ |
D | DwarfEhFrameTest.cpp | 209 TYPED_TEST_P(DwarfEhFrameTest, GetFdeOffsetSequential) { in TYPED_TEST_P() argument 223 ASSERT_FALSE(this->eh_frame_->GetFdeOffsetSequential(0x340, &fde_offset)); in TYPED_TEST_P() 226 ASSERT_TRUE(this->eh_frame_->GetFdeOffsetSequential(0x340, &fde_offset)); in TYPED_TEST_P() 229 ASSERT_TRUE(this->eh_frame_->GetFdeOffsetSequential(0x440, &fde_offset)); in TYPED_TEST_P() 234 ASSERT_TRUE(this->eh_frame_->GetFdeOffsetSequential(0x440, &fde_offset)); in TYPED_TEST_P() 252 ASSERT_TRUE(this->eh_frame_->GetFdeOffsetSequential(0x540, &fde_offset)); in TYPED_TEST_P() 269 ASSERT_FALSE(this->eh_frame_->GetFdeOffsetSequential(0x540, &fde_offset)); in TYPED_TEST_P() 406 GetFdeOffsetSequential, GetFdeOffsetSequential_last_element,
|
/system/core/libunwindstack/ |
D | DwarfEhFrame.cpp | 137 bool DwarfEhFrame<AddressType>::GetFdeOffsetSequential(uint64_t pc, uint64_t* fde_offset) { in GetFdeOffsetSequential() function in unwindstack::DwarfEhFrame 209 return GetFdeOffsetSequential(pc, fde_offset); in GetFdeOffsetFromPc()
|
D | DwarfEhFrame.h | 71 bool GetFdeOffsetSequential(uint64_t pc, uint64_t* fde_offset);
|