Searched refs:GetFunctionNameWithTemplate (Results 1 – 2 of 2) sorted by relevance
/system/core/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 123 bool GetFunctionNameWithTemplate(uint64_t addr, std::string* name, uint64_t* func_offset); 189 return ElfInterface::GetFunctionNameWithTemplate<Elf32_Sym>(addr, name, func_offset); in GetFunctionName() 219 return ElfInterface::GetFunctionNameWithTemplate<Elf64_Sym>(addr, name, func_offset); in GetFunctionName()
|
/system/core/libunwindstack/ |
D | ElfInterface.cpp | 431 bool ElfInterface::GetFunctionNameWithTemplate(uint64_t addr, std::string* name, in GetFunctionNameWithTemplate() function in unwindstack::ElfInterface 657 template bool ElfInterface::GetFunctionNameWithTemplate<Elf32_Sym>(uint64_t, std::string*, 659 template bool ElfInterface::GetFunctionNameWithTemplate<Elf64_Sym>(uint64_t, std::string*,
|