Home
last modified time | relevance | path

Searched refs:SymType (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DSymbols.cpp40 template <typename SymType>
41 static bool IsFunc(const SymType* entry) { in IsFunc()
69 SymType sym; in BinarySearch()
90 template <typename SymType>
102 if (size < sizeof(SymType)) { in BuildRemapTable()
106 SymType sym; in BuildRemapTable()
125 template <typename SymType>
134 BuildRemapTable<SymType>(elf_memory); in GetName()
147 SymType sym; in GetName()
166 template <typename SymType>
[all …]
H A DSymbols.h46 template <typename SymType>
49 template <typename SymType>
58 template <typename SymType, bool RemapIndices>
61 template <typename SymType>
H A DElfInterface.cpp431 if (symbol->template GetName<SymType>(addr, memory_, name, func_offset)) { in GetFunctionName()
446 if (symbol->template GetGlobal<SymType>(memory_, name, memory_address)) { in GetGlobalVariable()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElfInterface.h195 using SymType = typename ElfTypes::Sym; variable