Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfTest.cpp366 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
381 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
396 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
414 ASSERT_TRUE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
437 ASSERT_TRUE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
458 ASSERT_TRUE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
479 ASSERT_TRUE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
/system/core/libunwindstack/
DGlobal.cpp84 if (elf->GetGlobalVariableOffset(variable, &ptr) && ptr != 0) { in FindAndReadVariable()
DElf.cpp115 bool Elf::GetGlobalVariableOffset(const std::string& name, uint64_t* memory_offset) { in GetGlobalVariableOffset() function in unwindstack::Elf
/system/core/libunwindstack/include/unwindstack/
DElf.h66 bool GetGlobalVariableOffset(const std::string& name, uint64_t* memory_offset);