package binsec

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

Module Loader_elf.RelSource

Sourcetype t = {
  1. offset : Binsec_base.Virtual_address.t;
  2. kind : int;
  3. symbol : Sym.t;
  4. addend : Z.t option;
}
Sourceval read : Img.t -> Shdr.t -> t array