Searched defs:gnu_interface (Results 1 - 1 of 1) sorted by relevance

/system/core/libunwindstack/tests/
H A DElfTest.cpp442 ElfInterfaceMock* gnu_interface = new ElfInterfaceMock(memory_); local
443 elf.FakeSetGnuDebugdataInterface(gnu_interface);
449 EXPECT_CALL(*gnu_interface, GetGlobalVariable(global, &offset))
574 ElfInterfaceMock* gnu_interface = new ElfInterfaceMock(memory_); local
575 elf.FakeSetGnuDebugdataInterface(gnu_interface);
578 EXPECT_CALL(*gnu_interface, IsValidPc(0x1500)).WillOnce(::testing::Return(true));

Completed in 53 milliseconds