Function riscu::elf::load_and_decode_object_file[][src]

pub fn load_and_decode_object_file<P>(
    object_file: P
) -> Result<DecodedProgram, RiscuError> where
    P: AsRef<Path>,