Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfTest.cpp388 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/
DGlobal.cpp85 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/unwinding/libunwindstack/include/unwindstack/
DElf.h58 bool GetGlobalVariableOffset(const std::string& name, uint64_t* memory_offset);