Searched refs:GetCieFromOffset (Results 1 – 4 of 4) sorted by relevance
477 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()484 cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()492 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()499 cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()507 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()515 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()523 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()531 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()539 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()547 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()[all …]
76 ASSERT_TRUE(this->section_->GetCieFromOffset(0x4000) == nullptr); in TYPED_TEST_P()81 ASSERT_TRUE(this->section_->GetCieFromOffset(0x4000) == nullptr); in TYPED_TEST_P()
128 const DwarfCie* GetCieFromOffset(uint64_t offset);
66 const DwarfCie* DwarfSectionImpl<AddressType>::GetCieFromOffset(uint64_t offset) { in GetCieFromOffset() function in unwindstack::DwarfSectionImpl323 const DwarfCie* cie = GetCieFromOffset(fde->cie_offset); in FillInFde()