Searched refs:gnu_interface (Results 1 – 1 of 1) sorted by relevance
408 ElfInterfaceMock* gnu_interface = new ElfInterfaceMock(memory_); in TEST_F() local409 elf.FakeSetGnuDebugdataInterface(gnu_interface); in TEST_F()415 EXPECT_CALL(*gnu_interface, GetGlobalVariable(global, &offset)) in TEST_F()502 ElfInterfaceMock* gnu_interface = new ElfInterfaceMock(memory_); in TEST_F() local503 elf.FakeSetGnuDebugdataInterface(gnu_interface); in TEST_F()506 EXPECT_CALL(*gnu_interface, IsValidPc(0x1500)).WillOnce(::testing::Return(true)); in TEST_F()