Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfTest.cpp352 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()
DElfFake.cpp47 bool ElfInterfaceFake::GetGlobalVariable(const std::string& global, uint64_t* offset) { in GetGlobalVariable() function in unwindstack::ElfInterfaceFake
DElfFake.h77 bool GetGlobalVariable(const std::string&, uint64_t*) override;
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h84 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/
DElf.cpp121 if (!interface_->GetGlobalVariable(name, &vaddr) && in GetGlobalVariableOffset()
123 !gnu_debugdata_interface_->GetGlobalVariable(name, &vaddr))) { in GetGlobalVariableOffset()
DElfInterface.cpp439 bool ElfInterfaceImpl<ElfTypes>::GetGlobalVariable(const std::string& name, in GetGlobalVariable() function in unwindstack::ElfInterfaceImpl