Module Binutils
module Binutils: sig .. end
type error =
|
| Truncated_file
|
|
| Unrecognized of
|
|
| Unsupported of
|
|
| Out_of_range of
|
val error_to_string : error -> string
type t
val read : string -> (t, error) Result.t
val defines_symbol : t -> string -> bool
val symbol_offset : t -> string -> int64 option
© 1995-2024 INRIA.
https://ocaml.org/manual/5.3/api/compilerlibref/Binutils.html