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

/external/google-breakpad/src/common/linux/
H A Delf_symbols_to_module.cc44 class ELFSymbolIterator { class in namespace:google_breakpad
67 // Create an ELFSymbolIterator walking the symbols in BUFFER. Treat the
72 ELFSymbolIterator(const ByteBuffer *buffer, bool big_endian, function in class:google_breakpad::ELFSymbolIterator
84 ELFSymbolIterator &operator++() { Fetch(); symbol_.index++; return *this; }
154 ELFSymbolIterator iterator(&symbols, big_endian, value_size);

Completed in 48 milliseconds