Searched refs:SymType (Results 1 – 4 of 4) sorted by relevance
40 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 …]
46 template <typename SymType>49 template <typename SymType>58 template <typename SymType, bool RemapIndices>61 template <typename SymType>
431 if (symbol->template GetName<SymType>(addr, memory_, name, func_offset)) { in GetFunctionName()446 if (symbol->template GetGlobal<SymType>(memory_, name, memory_address)) { in GetGlobalVariable()
195 using SymType = typename ElfTypes::Sym; variable