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

include Binsec_base.Sigs.PRINTABLE with type t := Binsec_base.Machine.isa * t