listSymbols
fn
auto listSymbols(ElfFile file)List all symbols in an ELF file.
Returns a range of SymbolInfo for all symbols, excluding the null symbol.
Parameters
file | The ELF file to list symbols from. |
Returns
A range of SymbolInfo for all symbols.
Throws
Exception if the symbol table cannot be found or read.