[][src]Function xmas_elf::sections::parse_section_header

pub fn parse_section_header<'a>(
    input: &'a [u8],
    header: Header<'a>,
    index: u16
) -> Result<SectionHeader<'a>, &'static str>