pub fn find_symbol_table<'e>(
    elf_file: &'e ElfFile<'_>
) -> Result<&'e [Entry64], &'static str>
Expand description

Returns a reference to the symbol table in the given ElfFile.