1Binutils(3) OCaml library Binutils(3)
2
3
4
6 Binutils - no description
7
9 Module Binutils
10
12 Module Binutils
13 : sig end
14
15
16
17
18
19
20
21 type error =
22 | Truncated_file
23 | Unrecognized of string
24 | Unsupported of string * int64
25 | Out_of_range of string
26
27
28
29
30
31 val error_to_string : error -> string
32
33
34
35 type t
36
37
38
39
40
41 val read : string -> (t, error) Result.t
42
43
44
45
46 val defines_symbol : t -> string -> bool
47
48
49
50
51 val symbol_offset : t -> string -> int64 option
52
53
54
55
56
57
58OCamldoc 2022-02-04 Binutils(3)