Function riscu::elf::load_object_file[][src]

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