package binsec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Dwarf.CunitSource

Sourcemodule Tag : sig ... end
Sourcemodule Attribute : sig ... end
Sourcemodule Class : sig ... end
Sourcemodule Die : sig ... end
Sourcetype t = Die.t
Sourceval dir : t -> string

dir cunit return the path from where the compiler have proceed

Sourceval file : t -> string

file cunit return the path of the proceesed file of the compilation unit

Sourcemodule Type : sig ... end
Sourcemodule Var : sig ... end
Sourcemodule Func : sig ... end
Sourcemodule Global : sig ... end
include Binsec_base.Sigs.PRINTABLE with type t := t
Sourceval pp : Format.formatter -> t -> unit