Searched refs:fde1 (Results 1 – 1 of 1) sorted by relevance
168 DwarfFde fde1{}; in TEST_F() local169 fde1.pc_start = 0x500; in TEST_F()170 fde1.pc_end = 0x800; in TEST_F()171 fde1.cie = &cie; in TEST_F()172 EXPECT_CALL(*section_, GetFdeFromPc(0x600)).WillOnce(::testing::Return(&fde1)); in TEST_F()173 EXPECT_CALL(*section_, GetCfaLocationInfo(0x600, &fde1, ::testing::_, ::testing::_)) in TEST_F()