Skip to main content

elf_rebuild_strtab

Function elf_rebuild_strtab 

Source
fn elf_rebuild_strtab<Elf: FileHeader<Endian = Endianness>>(
    data: &[u8],
    renames: &[RenameEntry],
    suffix: &str,
    sections: &SectionTable<'_, Elf>,
    header: &Elf,
    endian: Endianness,
) -> Option<Vec<u8>>
where u64: From<Elf::Word>,