package binsec

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

Module Loader_elf.SymSource

Sourcemodule STT : sig ... end
Sourcemodule STB : sig ... end
Sourcetype t = private {
  1. name : string;
  2. kind : STT.t;
  3. bind : STB.t;
  4. other : Loader_types.u8;
  5. sh : Shdr.SHN.t;
  6. value : Binsec_base.Virtual_address.t;
  7. size : int;
}