package conan-database

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

Source file conan_vax.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
let tree = Conan.Tree.Unsafe.node
             [(Conan.Tree.Unsafe.elt ?filename:(Some "vax") ?line:(Some 28)
                 (let ty = Conan.Ty.numeric ~unsigned:false ~endian:`LE
                             Conan.Integer.short (Conan.Arithmetic.Add 0) in
                  Conan.Tree.Unsafe.rule
                    ~offset:(Conan.Offset.Absolute (Conan.Offset.Value 0L))
                    ty
                    (Conan.Test.numeric Conan.Integer.short
                       (Conan.Comparison.equal_to 575))
                    (`Space "")),
               Conan.Tree.Unsafe.node
                 [(Conan.Tree.Unsafe.elt ?filename:(Some "vax")
                     ?line:(Some 29)
                     (let ty = Conan.Ty.numeric ~unsigned:true ~endian:`LE
                                 Conan.Integer.short (Conan.Arithmetic.Add 0) in
                      Conan.Tree.Unsafe.rule
                        ~offset:(Conan.Offset.Absolute
                                 (Conan.Offset.Value 2L))
                        ty
                        (Conan.Test.numeric Conan.Integer.short
                           (Conan.Comparison.lower_than 100))
                        (`Space "VAX COFF pure executable, sections %d")),
                   Conan.Tree.Unsafe.node
                     [(Conan.Tree.Unsafe.elt ?filename:(Some "vax")
                         ?line:(Some 32)
                         (let ty = Conan.Ty.numeric ~unsigned:false
                                     ~endian:`LE
                                     Conan.Integer.short (Conan.Arithmetic.Add
                                                          0) in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 22L))
                            ty
                            (Conan.Test.numeric Conan.Integer.short
                               (Conan.Comparison.greater_than 0))
                            (`No_space ", version %d")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "vax")
                         ?line:(Some 31)
                         (let ty = Conan.Ty.numeric ~unsigned:false
                                     ~endian:`LE
                                     Conan.Integer.int32 (Conan.Arithmetic.Add
                                                          0l) in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 12L))
                            ty
                            (Conan.Test.numeric Conan.Integer.int32
                               (Conan.Comparison.greater_than 0l))
                            (`No_space ", not stripped")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "vax")
                         ?line:(Some 30)
                         (let ty = Conan.Ty.date `Date (Some `LE)
                                     (Conan.Arithmetic.Add
                                      (Conan.Ptime.Span.v (0, 0L))) in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 4L))
                            ty (Conan.Test.always_true)
                            (`No_space ", created %s")),
                       Conan.Tree.Unsafe.leaf)])]);
              (Conan.Tree.Unsafe.elt ?filename:(Some "vax") ?line:(Some 22)
                 (let ty = Conan.Ty.numeric ~unsigned:false ~endian:`LE
                             Conan.Integer.short (Conan.Arithmetic.Add 0) in
                  Conan.Tree.Unsafe.rule
                    ~offset:(Conan.Offset.Absolute (Conan.Offset.Value 0L))
                    ty
                    (Conan.Test.numeric Conan.Integer.short
                       (Conan.Comparison.equal_to 570))
                    (`Space "")),
               Conan.Tree.Unsafe.node
                 [(Conan.Tree.Unsafe.elt ?filename:(Some "vax")
                     ?line:(Some 23)
                     (let ty = Conan.Ty.numeric ~unsigned:true ~endian:`LE
                                 Conan.Integer.short (Conan.Arithmetic.Add 0) in
                      Conan.Tree.Unsafe.rule
                        ~offset:(Conan.Offset.Absolute
                                 (Conan.Offset.Value 2L))
                        ty
                        (Conan.Test.numeric Conan.Integer.short
                           (Conan.Comparison.lower_than 100))
                        (`Space "VAX COFF executable, sections %d")),
                   Conan.Tree.Unsafe.node
                     [(Conan.Tree.Unsafe.elt ?filename:(Some "vax")
                         ?line:(Some 26)
                         (let ty = Conan.Ty.numeric ~unsigned:false
                                     ~endian:`LE
                                     Conan.Integer.short (Conan.Arithmetic.Add
                                                          0) in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 22L))
                            ty
                            (Conan.Test.numeric Conan.Integer.short
                               (Conan.Comparison.greater_than 0))
                            (`No_space ", version %d")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "vax")
                         ?line:(Some 25)
                         (let ty = Conan.Ty.numeric ~unsigned:false
                                     ~endian:`LE
                                     Conan.Integer.int32 (Conan.Arithmetic.Add
                                                          0l) in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 12L))
                            ty
                            (Conan.Test.numeric Conan.Integer.int32
                               (Conan.Comparison.greater_than 0l))
                            (`No_space ", not stripped")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "vax")
                         ?line:(Some 24)
                         (let ty = Conan.Ty.date `Date (Some `LE)
                                     (Conan.Arithmetic.Add
                                      (Conan.Ptime.Span.v (0, 0L))) in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 4L))
                            ty (Conan.Test.always_true)
                            (`No_space ", created %s")),
                       Conan.Tree.Unsafe.leaf)])]);
              (Conan.Tree.Unsafe.elt ?filename:(Some "vax") ?line:(Some 13)
                 (let ty = Conan.Ty.numeric ~unsigned:false ~endian:`LE
                             Conan.Integer.int32 (Conan.Arithmetic.Add 0l) in
                  Conan.Tree.Unsafe.rule
                    ~offset:(Conan.Offset.Absolute (Conan.Offset.Value 0L))
                    ty
                    (Conan.Test.numeric Conan.Integer.int32
                       (Conan.Comparison.equal_to 420l))
                    (`Space "a.out VAX demand paged (first page unmapped) pure executable")),
               Conan.Tree.Unsafe.node
                 [(Conan.Tree.Unsafe.elt ?filename:(Some "vax")
                     ?line:(Some 14)
                     (let ty = Conan.Ty.numeric ~unsigned:false ~endian:`LE
                                 Conan.Integer.int32 (Conan.Arithmetic.Add
                                                      0l) in
                      Conan.Tree.Unsafe.rule
                        ~offset:(Conan.Offset.Absolute
                                 (Conan.Offset.Value 16L))
                        ty
                        (Conan.Test.numeric Conan.Integer.int32
                           (Conan.Comparison.greater_than 0l))
                        (`Space "not stripped")),
                   Conan.Tree.Unsafe.leaf)]);
              (Conan.Tree.Unsafe.elt ?filename:(Some "vax") ?line:(Some 7)
                 (let ty = Conan.Ty.numeric ~unsigned:false ~endian:`LE
                             Conan.Integer.int32 (Conan.Arithmetic.Add 0l) in
                  Conan.Tree.Unsafe.rule
                    ~offset:(Conan.Offset.Absolute (Conan.Offset.Value 0L))
                    ty
                    (Conan.Test.numeric Conan.Integer.int32
                       (Conan.Comparison.equal_to 101556l))
                    (`Space "VAX double precision APL workspace")),
               Conan.Tree.Unsafe.leaf);
              (Conan.Tree.Unsafe.elt ?filename:(Some "vax") ?line:(Some 6)
                 (let ty = Conan.Ty.numeric ~unsigned:false ~endian:`LE
                             Conan.Integer.int32 (Conan.Arithmetic.Add 0l) in
                  Conan.Tree.Unsafe.rule
                    ~offset:(Conan.Offset.Absolute (Conan.Offset.Value 0L))
                    ty
                    (Conan.Test.numeric Conan.Integer.int32
                       (Conan.Comparison.equal_to 101557l))
                    (`Space "VAX single precision APL workspace")),
               Conan.Tree.Unsafe.leaf)]