Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.h85 bool GetSonameWithTemplate(std::string* soname);
123 return ElfInterface::GetSonameWithTemplate<Elf32_Dyn>(soname); in GetSoname()
144 return ElfInterface::GetSonameWithTemplate<Elf64_Dyn>(soname); in GetSoname()
DElfInterface.cpp161 bool ElfInterface::GetSonameWithTemplate(std::string* soname) { in GetSonameWithTemplate() function in ElfInterface
222 template bool ElfInterface::GetSonameWithTemplate<Elf32_Dyn>(std::string*);
223 template bool ElfInterface::GetSonameWithTemplate<Elf64_Dyn>(std::string*);