Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DElfInterface.h126 bool GetGlobalVariableWithTemplate(const std::string& name, uint64_t* memory_address);
193 return ElfInterface::GetGlobalVariableWithTemplate<Elf32_Sym>(name, memory_address); in GetGlobalVariable()
223 return ElfInterface::GetGlobalVariableWithTemplate<Elf64_Sym>(name, memory_address); in GetGlobalVariable()
/system/core/libunwindstack/
DElfInterface.cpp446 bool ElfInterface::GetGlobalVariableWithTemplate(const std::string& name, uint64_t* memory_address)… in GetGlobalVariableWithTemplate() function in unwindstack::ElfInterface
662 template bool ElfInterface::GetGlobalVariableWithTemplate<Elf32_Sym>(const std::string&, uint64_t*);
663 template bool ElfInterface::GetGlobalVariableWithTemplate<Elf64_Sym>(const std::string&, uint64_t*);