package binsec

  1. Overview
  2. Docs

doc/binsec_kernel_loader/Binsec_kernel_loader/Loader_elf/Shdr/SHN/index.html

Module Shdr.SHNSource

Sourcetype section = t
Sourcetype t =
  1. | UNDEF
  2. | SEC of section
  3. | PROC of int
  4. | OS of int
  5. | ABS
  6. | COMMON
include Binsec_base.Sigs.PRINTABLE with type t := t
Sourceval pp : Format.formatter -> t -> unit