Searched refs:GetGlobalVariableOffset (Results 1 – 4 of 4) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | ElfTest.cpp | 388 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F() 403 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F() 418 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F() 436 ASSERT_TRUE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F() 459 ASSERT_TRUE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F() 480 ASSERT_TRUE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F() 501 ASSERT_TRUE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
|
/system/unwinding/libunwindstack/ |
D | Global.cpp | 85 if (elf->GetGlobalVariableOffset(variable, &ptr) && ptr != 0) { in FindAndReadVariable()
|
D | Elf.cpp | 115 bool Elf::GetGlobalVariableOffset(const std::string& name, uint64_t* memory_offset) { in GetGlobalVariableOffset() function in unwindstack::Elf
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Elf.h | 58 bool GetGlobalVariableOffset(const std::string& name, uint64_t* memory_offset);
|