package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | NULL
  2. | PROGBITS
  3. | SYMTAB
  4. | STRTAB
  5. | RELA
  6. | HASH
  7. | DYNAMIC
  8. | NOTE
  9. | NOBITS
  10. | REL
  11. | SHLIB
  12. | DYNSYM
  13. | INIT_ARRAY
  14. | FINI_ARRAY
  15. | PREINIT_ARRAY
  16. | GROUP
  17. | SYMTAB_SHNDX
  18. | OS of int
  19. | PROC of int
  20. | USER of int
include Sigs.PRINTABLE with type t := t
val pp : Format.formatter -> t -> unit