read_program_header

Function read_program_header 

Source
fn read_program_header(
    header: &ElfHeader,
    file_obj: &dyn FileObject,
    index: u16,
) -> Result<ProgramHeader, ElfLoaderError>
Expand description

Read and parse a program header at the specified index