Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.cc44 class ELFSymbolIterator { class
72 ELFSymbolIterator(const ByteBuffer *buffer, bool big_endian, in ELFSymbolIterator() function in google_breakpad::ELFSymbolIterator
84 ELFSymbolIterator &operator++() { Fetch(); symbol_.index++; return *this; } in operator ++()
154 ELFSymbolIterator iterator(&symbols, big_endian, value_size); in ELFSymbolsToModule()