Home
last modified time | relevance | path

Searched refs:GetGlobalVariableWithTemplate (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DElfInterface.h132 bool GetGlobalVariableWithTemplate(const std::string& name, uint64_t* memory_address);
204 return ElfInterface::GetGlobalVariableWithTemplate<Elf32_Sym>(name, memory_address); in GetGlobalVariable()
232 return ElfInterface::GetGlobalVariableWithTemplate<Elf64_Sym>(name, memory_address); in GetGlobalVariable()
/system/core/libunwindstack/
DElfInterface.cpp489 bool ElfInterface::GetGlobalVariableWithTemplate(const std::string& name, uint64_t* memory_address)… in GetGlobalVariableWithTemplate() function in unwindstack::ElfInterface
704 template bool ElfInterface::GetGlobalVariableWithTemplate<Elf32_Sym>(const std::string&, uint64_t*);
705 template bool ElfInterface::GetGlobalVariableWithTemplate<Elf64_Sym>(const std::string&, uint64_t*);