[][src]Function riscv_asm::parse_elf_from_path

pub fn parse_elf_from_path<P: AsRef<Path>>(
    path: P
) -> Result<Vec<u32>, Box<dyn Error>>

Parse an elf file from disk and return the executable code as u32 words