Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfTest.cpp531 ElfInterfaceMock* gnu_interface = new ElfInterfaceMock(memory_); in TEST_F() local
532 elf.FakeSetGnuDebugdataInterface(gnu_interface); in TEST_F()
535 EXPECT_CALL(*gnu_interface, IsValidPc(0x1500)).WillOnce(::testing::Return(true)); in TEST_F()