pub fn parse_elf(data: &[u8]) -> Result<ElfImage, ElfError>
Parse an ELF32 RV32 little-endian file and return its loadable segments.
Only PT_LOAD program headers are extracted. Section headers are ignored.
PT_LOAD