Home | History | Annotate | Download | only in base

Lines Matching refs:symbol

60     // Look for the start of a mangled symbol, from search_from.
64 break; // Mangled symbol not found.
67 // Look for the end of the mangled symbol.
76 // Try to demangle the mangled symbol candidate.
81 // Remove the mangled symbol.
83 // Insert the demangled symbol.
85 // Next time, we'll start right after the demangled symbol we inserted.
96 // Gets the backtrace as a vector of strings. If possible, resolve symbol
98 // if any symbol name is resolved.
105 char symbol[1024];
109 symbol, sizeof(symbol))) {
110 // Don't call DemangleSymbols() here as the symbol is demangled by
112 trace_strings->push_back(StringPrintf("%s [%p]", symbol, trace[i]));