pub fn load_segments(
    src: &Backing,
    ld: &[LoadDirective]
) -> Result<Vec<Backing>, DynlinkError>
Expand description

Load segments according to Twizzler requirements. Helper function for implementing a ContextEngine.