Binsec_cli_bbsse.ASourceinclude module type of struct include Binsec.Dba_types.Caddress endtype t = Binsec_kernel_dba.Dba.addressinclude Binsec_base.Collection.S with type t := tinclude Binsec_base.Sigs.HASHABLE with type t := tinclude Binsec_base.Sigs.COMPARABLE with type t := tmodule Map = Binsec.Dba_types.Caddress.Mapmodule Set = Binsec.Dba_types.Caddress.Setmodule Htbl = Binsec.Dba_types.Caddress.Htblval default_init : t Stdlib.refval create : Binsec_base.Virtual_address.t -> int -> tval block_start : Binsec_base.Virtual_address.t -> tblock_start bv i create bv 0
val block_start_of_int : int -> tval rebase : t -> Binsec_base.Virtual_address.t -> tval pp_base : Stdlib.Format.formatter -> t -> unitpp_base caddr only print the base address of the DBA code address as hexadecimal, thus ignoring the id part
val base_value : t -> Binsec_base.Virtual_address.tval of_virtual_address : Binsec_base.Virtual_address.t -> tval to_virtual_address : t -> Binsec_base.Virtual_address.t