Add relative file descriptors.
[platform/upstream/binutils.git] / include / coff / ecoff-ext.h
1 /* `Extended (actually Mangled) COFF' symbol table external format.
2    Copyright 1992 Free Software Foundation.
3    Contributed by Cygnus Support.  Written by John Gilmore.
4
5 This file is part of GDB.
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
20
21 /* File header as a set of bytes */
22
23 struct hdr_ext {
24         char    h_magic[2];
25         char    h_vstamp[2];
26         char    h_ilineMax[4];
27         char    h_cbLine[4];
28         char    h_cbLineOffset[4];
29         char    h_idnMax[4];
30         char    h_cbDnOffset[4];
31         char    h_ipdMax[4];
32         char    h_cbPdOffset[4];
33         char    h_isymMax[4];
34         char    h_cbSymOffset[4];
35         char    h_ioptMax[4];
36         char    h_cbOptOffset[4];
37         char    h_iauxMax[4];
38         char    h_cbAuxOffset[4];
39         char    h_issMax[4];
40         char    h_cbSsOffset[4];
41         char    h_issExtMax[4];
42         char    h_cbSsExtOffset[4];
43         char    h_ifdMax[4];
44         char    h_cbFdOffset[4];
45         char    h_crfd[4];
46         char    h_cbRfdOffset[4];
47         char    h_iextMax[4];
48         char    h_cbExtOffset[4];
49 };
50
51 /* File descriptor external record */
52
53 struct fdr_ext {
54         char    f_adr[4];
55         char    f_rss[4];
56         char    f_issBase[4];
57         char    f_cbSs[4];
58         char    f_isymBase[4];
59         char    f_csym[4];
60         char    f_ilineBase[4];
61         char    f_cline[4];
62         char    f_ioptBase[4];
63         char    f_copt[4];
64         char    f_ipdFirst[2];
65         char    f_cpd[2];
66         char    f_iauxBase[4];
67         char    f_caux[4];
68         char    f_rfdBase[4];
69         char    f_crfd[4];
70         char    f_bits1[1];
71         char    f_bits2[3];
72         char    f_cbLineOffset[4];
73         char    f_cbLine[4];
74 };
75
76 #define FDR_BITS1_LANG_BIG              0xF8
77 #define FDR_BITS1_LANG_SH_BIG           3
78 #define FDR_BITS1_LANG_LITTLE           0x1F
79 #define FDR_BITS1_LANG_SH_LITTLE        0
80
81 #define FDR_BITS1_FMERGE_BIG            0x04
82 #define FDR_BITS1_FMERGE_LITTLE         0x20
83
84 #define FDR_BITS1_FREADIN_BIG           0x02
85 #define FDR_BITS1_FREADIN_LITTLE        0x40
86
87 #define FDR_BITS1_FBIGENDIAN_BIG        0x01
88 #define FDR_BITS1_FBIGENDIAN_LITTLE     0x80
89
90 #define FDR_BITS2_GLEVEL_BIG            0xC0
91 #define FDR_BITS2_GLEVEL_SH_BIG         6
92 #define FDR_BITS2_GLEVEL_LITTLE         0x03
93 #define FDR_BITS2_GLEVEL_SH_LITTLE      0
94
95 /* We ignore the `reserved' field in bits2. */
96
97
98 /* Procedure descriptor external record */
99
100 struct pdr_ext {
101         char    p_adr[4];
102         char    p_isym[4];
103         char    p_iline[4];
104         char    p_regmask[4];
105         char    p_regoffset[4];
106         char    p_iopt[4];
107         char    p_fregmask[4];
108         char    p_fregoffset[4];
109         char    p_frameoffset[4];
110         char    p_framereg[2];
111         char    p_pcreg[2];
112         char    p_lnLow[4];
113         char    p_lnHigh[4];
114         char    p_cbLineOffset[4];
115 };
116
117 /* Line numbers */
118
119 struct line_ext {
120         char    l_line[4];
121 };
122
123 /* Symbol external record */
124
125 struct sym_ext {
126         char    s_iss[4];
127         char    s_value[4];
128         char    s_bits1[1];
129         char    s_bits2[1];
130         char    s_bits3[1];
131         char    s_bits4[1];
132 };
133
134 #define SYM_BITS1_ST_BIG                0xFC
135 #define SYM_BITS1_ST_SH_BIG             2
136 #define SYM_BITS1_ST_LITTLE             0x3F
137 #define SYM_BITS1_ST_SH_LITTLE          0
138
139 #define SYM_BITS1_SC_BIG                0x03
140 #define SYM_BITS1_SC_SH_LEFT_BIG        3
141 #define SYM_BITS1_SC_LITTLE             0xC0
142 #define SYM_BITS1_SC_SH_LITTLE          6
143
144 #define SYM_BITS2_SC_BIG                0xE0
145 #define SYM_BITS2_SC_SH_BIG             5
146 #define SYM_BITS2_SC_LITTLE             0x07
147 #define SYM_BITS2_SC_SH_LEFT_LITTLE     2
148
149 #define SYM_BITS2_RESERVED_BIG          0x10
150 #define SYM_BITS2_RESERVED_LITTLE       0x08
151
152 #define SYM_BITS2_INDEX_BIG             0x0F
153 #define SYM_BITS2_INDEX_SH_LEFT_BIG     16
154 #define SYM_BITS2_INDEX_LITTLE          0xF0
155 #define SYM_BITS2_INDEX_SH_LITTLE       4
156
157 #define SYM_BITS3_INDEX_SH_LEFT_BIG     8
158 #define SYM_BITS3_INDEX_SH_LEFT_LITTLE  4
159
160 #define SYM_BITS4_INDEX_SH_LEFT_BIG     0
161 #define SYM_BITS4_INDEX_SH_LEFT_LITTLE  12
162
163 /* External symbol external record */
164
165 struct ext_ext {
166         char    es_bits1[1];
167         char    es_bits2[1];
168         char    es_ifd[2];
169         struct  sym_ext es_asym;
170 };
171
172 #define EXT_BITS1_JMPTBL_BIG            0x80
173 #define EXT_BITS1_JMPTBL_LITTLE         0x01
174
175 #define EXT_BITS1_COBOL_MAIN_BIG        0x40
176 #define EXT_BITS1_COBOL_MAIN_LITTLE     0x02
177
178 /* Type information external record */
179
180 struct tir_ext {
181         char    t_bits1[1];
182         char    t_tq45[1];
183         char    t_tq01[1];
184         char    t_tq23[1];
185 };
186
187 #define TIR_BITS1_FBITFIELD_BIG         0x80
188 #define TIR_BITS1_FBITFIELD_LITTLE      0x01
189
190 #define TIR_BITS1_CONTINUED_BIG         0x40
191 #define TIR_BITS1_CONTINUED_LITTLE      0x02
192
193 #define TIR_BITS1_BT_BIG                0x3F
194 #define TIR_BITS1_BT_SH_BIG             0
195 #define TIR_BITS1_BT_LITTLE             0xFC
196 #define TIR_BITS1_BT_SH_LITTLE          2
197
198 #define TIR_BITS_TQ4_BIG                0xF0
199 #define TIR_BITS_TQ4_SH_BIG             4
200 #define TIR_BITS_TQ5_BIG                0x0F
201 #define TIR_BITS_TQ5_SH_BIG             0
202 #define TIR_BITS_TQ4_LITTLE             0x0F
203 #define TIR_BITS_TQ4_SH_LITTLE          0
204 #define TIR_BITS_TQ5_LITTLE             0xF0
205 #define TIR_BITS_TQ5_SH_LITTLE          4
206
207 #define TIR_BITS_TQ0_BIG                0xF0
208 #define TIR_BITS_TQ0_SH_BIG             4
209 #define TIR_BITS_TQ1_BIG                0x0F
210 #define TIR_BITS_TQ1_SH_BIG             0
211 #define TIR_BITS_TQ0_LITTLE             0x0F
212 #define TIR_BITS_TQ0_SH_LITTLE          0
213 #define TIR_BITS_TQ1_LITTLE             0xF0
214 #define TIR_BITS_TQ1_SH_LITTLE          4
215
216 #define TIR_BITS_TQ2_BIG                0xF0
217 #define TIR_BITS_TQ2_SH_BIG             4
218 #define TIR_BITS_TQ3_BIG                0x0F
219 #define TIR_BITS_TQ3_SH_BIG             0
220 #define TIR_BITS_TQ2_LITTLE             0x0F
221 #define TIR_BITS_TQ2_SH_LITTLE          0
222 #define TIR_BITS_TQ3_LITTLE             0xF0
223 #define TIR_BITS_TQ3_SH_LITTLE          4
224
225
226 /* Relative symbol external record */
227
228 struct rndx_ext {
229         char    r_bits[4];
230 };
231
232 #define RNDX_BITS0_RFD_SH_LEFT_BIG      4
233 #define RNDX_BITS1_RFD_BIG              0xF0
234 #define RNDX_BITS1_RFD_SH_BIG           4
235
236 #define RNDX_BITS0_RFD_SH_LEFT_LITTLE   0
237 #define RNDX_BITS1_RFD_LITTLE           0x0F
238 #define RNDX_BITS1_RFD_SH_LEFT_LITTLE   8
239
240 #define RNDX_BITS1_INDEX_BIG            0x0F
241 #define RNDX_BITS1_INDEX_SH_LEFT_BIG    16
242 #define RNDX_BITS2_INDEX_SH_LEFT_BIG    8
243 #define RNDX_BITS3_INDEX_SH_LEFT_BIG    0
244
245 #define RNDX_BITS1_INDEX_LITTLE         0xF0
246 #define RNDX_BITS1_INDEX_SH_LITTLE      4
247 #define RNDX_BITS2_INDEX_SH_LEFT_LITTLE 4
248 #define RNDX_BITS3_INDEX_SH_LEFT_LITTLE 12
249
250
251 /* Dense numbers external record */
252
253 struct dnr_ext {
254         char    d_rfd[4];
255         char    d_index[4];
256 };
257
258 /* Auxliliary symbol information external record */
259
260 union aux_ext {
261         struct tir_ext  a_ti;
262         struct rndx_ext a_rndx;
263         char    a_dnLow[4];
264         char    a_dnHigh[4];
265         char    a_isym[4];
266         char    a_iss[4];
267         char    a_width[4];
268         char    a_count[4];
269 };
270
271 /* FIXME!  These are copied from ../bfd/libbfd.h */
272 PROTO (bfd_vma, _do_getb32, (unsigned char *addr));
273 PROTO (bfd_vma, _do_getl32, (unsigned char *addr));
274
275 #define AUX_GET_DNLOW(bigend, ax)       (bigend? _do_getb32 ((ax)->a_dnLow): \
276                                                  _do_getl32 ((ax)->a_dnLow))
277 #define AUX_GET_DNHIGH(bigend, ax)      (bigend? _do_getb32 ((ax)->a_dnHigh): \
278                                                  _do_getl32 ((ax)->a_dnHigh))
279 #define AUX_GET_ISYM(bigend, ax)        (bigend? _do_getb32 ((ax)->a_isym): \
280                                                  _do_getl32 ((ax)->a_isym))
281 #define AUX_GET_ISS(bigend, ax)         (bigend? _do_getb32 ((ax)->a_iss): \
282                                                  _do_getl32 ((ax)->a_iss))
283 #define AUX_GET_WIDTH(bigend, ax)       (bigend? _do_getb32 ((ax)->a_width): \
284                                                  _do_getl32 ((ax)->a_width))
285 #define AUX_GET_COUNT(bigend, ax)       (bigend? _do_getb32 ((ax)->a_count): \
286                                                  _do_getl32 ((ax)->a_count))
287
288 /* Relative file descriptor */
289
290 struct rfd_ext {
291   char  rfd[4];
292 };