Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/PVS/fault_tolerance/   (Beweissystem der NASA Version 6.0.9©)  Datei vom 28.9.2014 mit Größe 553 B image not shown  

Quellcode-Bibliothek vmlibrary.mli   Sprache: unbekannt

 
(************************************************************************)
(*         *      The Rocq Prover / The Rocq Development Team           *)
(*  v      *         Copyright INRIA, CNRS and contributors             *)
(* <O___,, * (see version control and CREDITS file for authors & dates) *)
(*   \VV/  **************************************************************)
(*    //   *    This file is distributed under the terms of the         *)
(*         *     GNU Lesser General Public License Version 2.1          *)
(*         *     (see LICENSE file for the text of the license)         *)
(************************************************************************)

open Names
open Vmemitcodes

type t
(** Type of VM libraries. *)

type index

type indirect_code = index pbody_code

type compiled_library
type on_disk

val vm_segment : compiled_library ObjFile.id

val empty : t

val set_path : DirPath.t -> t -> t

val add : to_patch -> t -> t * index

val load : DirPath.t -> file:string -> ObjFile.in_handle -> on_disk

val link : on_disk -> t -> t

val inject : compiled_library -> on_disk

val resolve : index -> t -> to_patch

val export : t -> compiled_library

Messung V0.5 in Prozent
C=75 H=100 G=88

[zur Elbe Produktseite wechseln0.5QuellennavigatorsAnalyse erneut starten2026-04-26]