Function exported_dynamic_symbol_names

Source
pub fn exported_dynamic_symbol_names<'file>(
    file: &'file File<'file>,
) -> Vec<&'file str>
Expand description

Given an [object::File], find the exported dynamic symbol names via [object::Object::exports]. This does not distinguish between which section the symbols appear in.