Searched refs:GetGlobalVariable (Results 1 – 6 of 6) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | ElfTest.cpp | 352 MOCK_METHOD(bool, GetGlobalVariable, (const std::string&, uint64_t*), (override)); 399 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F() 414 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F() 432 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F() 455 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F() 475 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F() 496 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F()
|
D | ElfFake.cpp | 47 bool ElfInterfaceFake::GetGlobalVariable(const std::string& global, uint64_t* offset) { in GetGlobalVariable() function in unwindstack::ElfInterfaceFake
|
D | ElfFake.h | 77 bool GetGlobalVariable(const std::string&, uint64_t*) override;
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 84 virtual bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) = 0; 208 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override;
|
/system/unwinding/libunwindstack/ |
D | Elf.cpp | 121 if (!interface_->GetGlobalVariable(name, &vaddr) && in GetGlobalVariableOffset() 123 !gnu_debugdata_interface_->GetGlobalVariable(name, &vaddr))) { in GetGlobalVariableOffset()
|
D | ElfInterface.cpp | 439 bool ElfInterfaceImpl<ElfTypes>::GetGlobalVariable(const std::string& name, in GetGlobalVariable() function in unwindstack::ElfInterfaceImpl
|