Module Codex_options.Location
type address_location = int64 Syntax_tree.Location_identifier.tmodule L : sig ... endinclude module type of struct include L end
include sig ... end
type location = Tracelog.location = ..type location += | Function of string| Instruction of {locid : address_location;address : int64;
}| Dba_instr of {locid : Binsec.Dba.Instr.t Syntax_tree.Location_identifier.t;dba_instr : Binsec.Dba.Instr.t;
}| Dba_expr of {locid : Binsec.Dba.Expr.t Syntax_tree.Location_identifier.t;dba_expr : Binsec.Dba.Expr.t;
}
type t = locationval pp_loc : Stdlib.Format.formatter -> location -> unitval pp_loc_stack : Stdlib.Format.formatter -> location list -> unit