Home
last modified time | relevance | path

Searched refs:SymbolString (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/
Dstabs_reader.cc81 const char *StabsReader::SymbolString() { in SymbolString() function in google_breakpad::StabsReader
139 const char *name = SymbolString(); in ProcessCompilationUnit()
151 const char *name = SymbolString(); in ProcessCompilationUnit()
193 current_source_file_ = SymbolString(); in ProcessCompilationUnit()
206 const char *name = SymbolString(); in ProcessCompilationUnit()
228 const char *stab_string = SymbolString(); in ProcessFunction()
260 current_source_file_ = SymbolString(); in ProcessFunction()
273 const char *symbol_name = SymbolString(); in ProcessFunction()
308 if (!handler_->Extern(SymbolString(), iterator_->value)) in ProcessExtern()
Dstabs_reader.h187 const char *SymbolString();
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.cc129 const char *SymbolString(ptrdiff_t offset, ByteBuffer& strings) { in SymbolString() function
160 ext->name = SymbolString(iterator->name_offset, strings); in ELFSymbolsToModule()