Searched refs:EhFrameInit (Results 1 – 4 of 4) sorted by relevance
62 bool EhFrameInit(const SectionInfo& info);
37 bool DwarfEhFrameWithHdr<AddressType>::EhFrameInit(const SectionInfo& info) { in EhFrameInit() function in unwindstack::DwarfEhFrameWithHdr
164 if (!eh_frame_hdr->EhFrameInit(eh_frame_info_) || !eh_frame_->Init(eh_frame_hdr_info_)) { in InitHeaders()
136 this->eh_frame_->EhFrameInit(SectionInfo{.offset = 0x1300, .size = 0x200, .bias = 0x2000})); in TYPED_TEST_P()172 this->eh_frame_->EhFrameInit(SectionInfo{.offset = 0x1300, .size = 0x200, .bias = 0x1000})); in TYPED_TEST_P()224 ASSERT_FALSE(this->eh_frame_->EhFrameInit( in TYPED_TEST_P()255 ASSERT_TRUE(this->eh_frame_->EhFrameInit(SectionInfo{.offset = 0x1300, .size = 0x300})); in TYPED_TEST_P()291 ASSERT_TRUE(this->eh_frame_->EhFrameInit(SectionInfo{.offset = 0x1300, .size = 0x300})); in TYPED_TEST_P()