package binsec

  1. Overview
  2. Docs

doc/binsec_kernel_loader/Binsec_kernel_loader/Loader_elf/Sym/STB/index.html

Module Sym.STBSource

Sourcetype t =
  1. | LOCAL
  2. | GLOBAL
  3. | WEAK
  4. | OS of int
  5. | PROC of int
include Binsec_base.Sigs.PRINTABLE with type t := t
Sourceval pp : Format.formatter -> t -> unit