package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | NOTYPE
  2. | OBJECT
  3. | FUNC
  4. | SECTION
  5. | FILE
  6. | COMMON
  7. | TLS
  8. | OS of int
  9. | PROC of int
include Sigs.PRINTABLE with type t := t
val pp : Format.formatter -> t -> unit