Module Library_functions


module Library_functions: sig .. end
Associates kernel_function to a fresh base for the address returned by the kernel_function.

module Retres: Kernel_function.Make_Table(Cil_datatype.Varinfo)(sig
val name : string
val size : int
val dependencies : State.t list
val kind : [> `Internal ]
end)
val get : Retres.key -> Retres.data
val add_retres_to_state : with_alarms:CilE.warn_mode ->
Retres.key ->
Cvalue.V_Offsetmap_ext.t ->
Cvalue.Model.t -> Retres.data * Cvalue.Model.t
module Returned_Val: Kernel_function.Make_Table(Base)(sig
val dependencies : State.t list
val size : int
val name : string
val kind : [> `Internal ]
end)
Associates kernel_function to a fresh base for the address returned by the kernel_function.
val returned_value : Returned_Val.key ->
Cil_types.typ -> Cvalue.Model.t -> Cvalue.V.t * Cvalue.Model.t