Function load_binary

Source
fn load_binary<R: Debug + GuestArch>(
    loader: &mut Loader<'_, R>,
    tmk: &File,
) -> Result<LoadInfo>