package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. offset : int;
  2. kind : int;
  3. symbol : Sym.t;
  4. addend : int option;
}
val read : Img.t -> Shdr.t -> t array