[][src]Function metagoblin::elf::dynamic::dyn32::dyn64::get_needed

Important traits for Vec<u8>
pub unsafe fn get_needed(
    dyns: &[Dyn],
    strtab: *const Strtab<'a>,
    count: usize
) -> Vec<&'a str>

Gets the needed libraries from the _DYNAMIC array, with the str slices lifetime tied to the dynamic array/strtab's lifetime(s)