pub async fn get_dynamic_linker<'a>(
    ldsvc: &'a LoaderProxy,
    executable: &'a Vmo,
    interp_hdr: &'a Elf64ProgramHeader
) -> Result<Vmo, ProcessBuilderError>
Expand description

Load the dynamic linker/loader specified in the PT_INTERP header via the fuchsia.ldsvc.Loader handle.