Function goblin::elf64::dyn::get_needed [] [src]

pub fn get_needed<'a, 'b>(dyns: &'a [Dyn], strtab: &'b 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)