package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | NONE
  2. | REL
  3. | EXEC
  4. | DYN
  5. | CORE
  6. | OS of int
  7. | PROC of int
include Sigs.PRINTABLE with type t := t
val pp : Format.formatter -> t -> unit