Binsec.DbaDefinition of DBA type
An id is a local identifier which characterizes an atomic instruction inside a Dba.block
A DBA address is the association of a DBA block address represented by base and a unique id. The first element of a block has id 0.
type addresses = address listtype 'a jump_target = | JInner of 'aJump inside the same block, to a label
*)| JOuter of addressJump outside the block to its first element
*)module Unary_op : sig ... endmodule Binary_op : sig ... endmodule Var : sig ... endmodule Expr : sig ... endtype exprs = Expr.t listmodule LValue : sig ... endmodule Tag : sig ... endmodule Jump_target : sig ... endmodule Instr : sig ... end