Home
last modified time | relevance | path

Searched refs:StabsReader (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/
Dstabs_reader.cc48 StabsReader::EntryIterator::EntryIterator(const ByteBuffer *buffer, in EntryIterator()
58 void StabsReader::EntryIterator::Fetch() { in Fetch()
68 StabsReader::StabsReader(const uint8_t *stab, size_t stab_size, in StabsReader() function in google_breakpad::StabsReader
81 const char *StabsReader::SymbolString() { in SymbolString()
93 bool StabsReader::Process() { in Process()
131 bool StabsReader::ProcessCompilationUnit() { in ProcessCompilationUnit()
221 bool StabsReader::ProcessFunction() { in ProcessFunction()
300 bool StabsReader::ProcessExtern() { in ProcessExtern()
Dstabs_reader.h73 class StabsReader {
96 StabsReader(const uint8_t *stab, size_t stab_size,
Dstabs_reader_unittest.cc60 using google_breakpad::StabsReader;
245 StabsReader reader( in ApplyHandlerToMockStabsData()
/external/google-breakpad/src/common/mac/
Ddump_syms.mm77 using google_breakpad::StabsReader;
452 StabsReader stabs_reader(entries.start, entries.Size(),
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc192 google_breakpad::StabsReader reader(stabs, stab_section->sh_size, in LoadStabs()