Home
last modified time | relevance | path

Searched defs:GetGlobalVariable (Results 1 – 3 of 3) sorted by relevance

/system/core/libunwindstack/tests/
DElfFake.cpp46 bool ElfInterfaceFake::GetGlobalVariable(const std::string& global, uint64_t* offset) { in GetGlobalVariable() function in unwindstack::ElfInterfaceFake
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h192 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable() function
222 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable() function
/system/core/libunwindstack/
DElf.cpp115 bool Elf::GetGlobalVariable(const std::string& name, uint64_t* memory_address) { in GetGlobalVariable() function in unwindstack::Elf