Libsse.FiberSourcetype 'a t = | Hook : {addr : Binsec.Virtual_address.t;info : string;mutable succ : [ `All ] t;} -> [< `Label | `All ] t| Exec : {addr : Binsec.Virtual_address.t;info : string;n : int;others : (Binsec.Virtual_address.t * string) list;mutable succ : [ `All ] t;} -> [< `Label | `All ] t| Assign : {var : Libsse.Types.Var.t;rval : Libsse.Types.Expr.t;mutable succ : [ `All ] t;} -> [< `All ] t| Clobber : {var : Libsse.Types.Var.t;mutable succ : [ `All ] t;} -> [< `All ] t| Load : {var : Libsse.Types.Var.t;base : Types.A.t;dir : Binsec.Machine.endianness;addr : Libsse.Types.Expr.t;mutable succ : [ `All ] t;} -> [< `All ] t| Store : {base : Types.A.t;dir : Binsec.Machine.endianness;addr : Libsse.Types.Expr.t;rval : Libsse.Types.Expr.t;mutable succ : [ `All ] t;} -> [< `All ] t| Symbolize : {var : Libsse.Types.Var.t;mutable succ : [ `All ] t;} -> [< `All ] t| Assume : {test : Libsse.Types.Expr.t;mutable succ : [ `All ] t;} -> [< `Assume | `All ] t| Assert : {test : Libsse.Types.Expr.t;mutable succ : [ `All ] t;} -> [< `Assert | `All ] t| Branch : {test : Libsse.Types.Expr.t;mutable taken : [ `All ] t;mutable fallthrough : [ `All ] t;} -> [< `Branch | `All ] t| Goto : {addr : Binsec.Virtual_address.t;mutable preds : [ `All ] t list;} -> [< `All ] t| Jump : Libsse.Types.Expr.t -> [< `Jump | `All ] t| Halt : [< `All ] t| Probe : {} -> [< `Probe | `All ] t| Cut : [< `All ] t| Die : string -> [< `All ] tval mk_cut :
Binsec.Virtual_address.t ->
string ->
Libsse.Types.Expr.t option ->
[ `All ] t ->
[ `Label ] tval mk_assume :
Binsec.Virtual_address.t ->
string ->
Libsse.Types.Expr.t ->
[ `All ] t ->
[ `Label ] tval mk_assert :
Binsec.Virtual_address.t ->
string ->
Libsse.Types.Expr.t ->
[ `All ] t ->
[ `Label ] tval mk_reach :
Binsec.Virtual_address.t ->
string ->
int ->
Libsse.Types.Expr.t option ->
int ->
Types.Output.t list ->
[ `All ] t ->
[ `Label ] tval mk_enumerate :
Binsec.Virtual_address.t ->
string ->
int ->
Types.Output.format ->
Libsse.Types.Expr.t ->
int ->
[ `All ] t ->
[ `Label ] t