Lines Matching refs:symbol
68 // Look for the start of a mangled symbol, from search_from.
72 break; // Mangled symbol not found.
75 // Look for the end of the mangled symbol.
84 // Try to demangle the mangled symbol candidate.
89 // Remove the mangled symbol.
91 // Insert the demangled symbol.
93 // Next time, we'll start right after the demangled symbol we inserted.
105 // Gets the backtrace as a vector of strings. If possible, resolve symbol
107 // if any symbol name is resolved. Returns false on error and *may* fill
119 char symbol[1024];
123 symbol, sizeof(symbol))) {
124 // Don't call DemangleSymbols() here as the symbol is demangled by
127 base::StringPrintf("%s [%p]", symbol, trace[i]));