Searched refs:GetSonameWithTemplate (Results 1 – 2 of 2) sorted by relevance
85 bool GetSonameWithTemplate(std::string* soname);123 return ElfInterface::GetSonameWithTemplate<Elf32_Dyn>(soname); in GetSoname()144 return ElfInterface::GetSonameWithTemplate<Elf64_Dyn>(soname); in GetSoname()
161 bool ElfInterface::GetSonameWithTemplate(std::string* soname) { in GetSonameWithTemplate() function in ElfInterface222 template bool ElfInterface::GetSonameWithTemplate<Elf32_Dyn>(std::string*);223 template bool ElfInterface::GetSonameWithTemplate<Elf64_Dyn>(std::string*);