package mopsa

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Cstubs.Aux_vars

Common auxiliary variables used by stubs transfer functions

Bytes auxiliary variable

============================

type MopsaLib.var_kind +=
  1. | V_c_bytes of MopsaLib.addr

The size of stub resources are kept in a C variable `bytes(.)`

val pp_bytes : Format.formatter -> MopsaLib.addr -> unit
val mk_bytes_var : MopsaLib.addr -> MopsaLib.var

Auxiliary variables of primed bases

===================================

type MopsaLib.var_kind +=
  1. | V_c_primed_base of Common.Base.base

The post-state value of assigned bases are kept in primed copies

val mk_primed_base_var : Common.Base.base -> MopsaLib.var

Create the expression ( typ* )( ( char* )&base' + offset )

OCaml

Innovation. Community. Security.