package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private
  1. | Name of string
  2. | Address of VA.t
val name : string -> t
val addr : VA.t -> t
val pp : Format.formatter -> t -> unit
val pp_list : Format.formatter -> t list -> unit
val same : t -> t -> bool
val to_string : t -> string
val compare : t -> t -> int