Home
last modified time | relevance | path

Searched refs:fde0 (Results 1 – 1 of 1) sorted by relevance

/system/unwinding/libunwindstack/tests/
DDwarfSectionTest.cpp152 DwarfFde fde0{}; in TEST_F() local
153 fde0.pc_start = 0x1000; in TEST_F()
154 fde0.pc_end = 0x2000; in TEST_F()
155 fde0.cie = &cie; in TEST_F()
156 EXPECT_CALL(*section_, GetFdeFromPc(0x1000)).WillOnce(::testing::Return(&fde0)); in TEST_F()
157 EXPECT_CALL(*section_, GetCfaLocationInfo(0x1000, &fde0, ::testing::_, ::testing::_)) in TEST_F()