Module Binutils

module Binutils: sig .. end

type error = 
| Truncated_file
| Unrecognized of string
| Unsupported of string * int64
| Out_of_range of string
let error_to_string: error => string;
type t;
let read: string => Result.t(t, error);
let defines_symbol: (t, string) => bool;
let symbol_offset: (t, string) => option(int64);