Skip to main content

elf_hide_patches_impl

Function elf_hide_patches_impl 

Source
fn elf_hide_patches_impl<'data, Elf: FileHeader<Endian = Endianness>>(
    data: &'data [u8],
    st_other_offset: usize,
    exported: &FxHashSet<String>,
) -> Option<Vec<Patch>>
where u64: From<Elf::Word>,