package binsec

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

Module Dwarf.LoclistSource

Sourcetype entry = private
  1. | Entry of {
    1. offset : int;
    2. addresses : Binsec_base.Virtual_address.t Binsec_base.Interval.t;
    3. expr : Expr.t;
    }
  2. | Eol of int
Sourcetype t = entry list

load img extract and interpret the content of .debug_loc section