Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfTest.cpp408 ElfInterfaceMock* gnu_interface = new ElfInterfaceMock(memory_); in TEST_F() local
409 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() local
503 elf.FakeSetGnuDebugdataInterface(gnu_interface); in TEST_F()
506 EXPECT_CALL(*gnu_interface, IsValidPc(0x1500)).WillOnce(::testing::Return(true)); in TEST_F()