Function mod_mgmt::find_symbol_table
source · 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
.
pub fn find_symbol_table<'e>(
elf_file: &'e ElfFile<'_>
) -> Result<&'e [Entry64], &'static str>
Returns a reference to the symbol table in the given ElfFile
.