Skip to main content

coff_collect_impl

Function coff_collect_impl 

Source
fn coff_collect_impl<'data, Coff: CoffHeader>(
    data: &'data [u8],
    header: &'data Coff,
    exported: &FxHashSet<String>,
    out: &mut FxHashSet<String>,
    strip_underscore: bool,
)