HomeSort by relevance Sort by last modified time
    Searched refs:GetSonameWithTemplate (Results 1 - 2 of 2) sorted by null

  /system/core/libunwindstack/include/unwindstack/
ElfInterface.h 115 bool GetSonameWithTemplate(std::string* soname);
175 return ElfInterface::GetSonameWithTemplate<Elf32_Dyn>(soname);
204 return ElfInterface::GetSonameWithTemplate<Elf64_Dyn>(soname);
  /system/core/libunwindstack/
ElfInterface.cpp 388 bool ElfInterface::GetSonameWithTemplate(std::string* soname) {
574 template bool ElfInterface::GetSonameWithTemplate<Elf32_Dyn>(std::string*);
575 template bool ElfInterface::GetSonameWithTemplate<Elf64_Dyn>(std::string*);

Completed in 67 milliseconds