* Makefile.in (diststuff): Also make info.
[deliverable/binutils-gdb.git] / bfd / libcoff.h
CommitLineData
3c8a3c56 1/* BFD COFF object file private structure.
e9614321 2 Copyright (C) 1990, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
3c8a3c56 3 Written by Cygnus Support.
4a81b561 4
3c8a3c56 5This file is part of BFD, the Binary File Descriptor library.
4a81b561 6
3c8a3c56 7This program is free software; you can redistribute it and/or modify
4a81b561 8it under the terms of the GNU General Public License as published by
3c8a3c56
JG
9the Free Software Foundation; either version 2 of the License, or
10(at your option) any later version.
4a81b561 11
3c8a3c56 12This program is distributed in the hope that it will be useful,
4a81b561
DHW
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
3c8a3c56 18along with this program; if not, write to the Free Software
e9614321 19Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
4a81b561 20
69645d10 21#include "bfdlink.h"
4a81b561 22
4a81b561
DHW
23/* Object file tdata; access macros */
24
2f8640fe 25#define coff_data(bfd) ((bfd)->tdata.coff_obj_data)
3b4f1a5d 26#define exec_hdr(bfd) (coff_data(bfd)->hdr)
e9614321 27#define obj_pe(bfd) (coff_data(bfd)->pe)
3b4f1a5d
SC
28#define obj_symbols(bfd) (coff_data(bfd)->symbols)
29#define obj_sym_filepos(bfd) (coff_data(bfd)->sym_filepos)
3c8a3c56 30
3b4f1a5d
SC
31#define obj_relocbase(bfd) (coff_data(bfd)->relocbase)
32#define obj_raw_syments(bfd) (coff_data(bfd)->raw_syments)
85fe7cff 33#define obj_raw_syment_count(bfd) (coff_data(bfd)->raw_syment_count)
3b4f1a5d 34#define obj_convert(bfd) (coff_data(bfd)->conversion_table)
07de8e96 35#define obj_conv_table_size(bfd) (coff_data(bfd)->conv_table_size)
0cda46cf 36
69645d10 37#define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms)
e9614321 38#define obj_coff_keep_syms(bfd) (coff_data (bfd)->keep_syms)
69645d10 39#define obj_coff_strings(bfd) (coff_data (bfd)->strings)
e9614321 40#define obj_coff_keep_strings(bfd) (coff_data (bfd)->keep_strings)
69645d10 41#define obj_coff_sym_hashes(bfd) (coff_data (bfd)->sym_hashes)
4a81b561 42
3b4f1a5d 43/* `Tdata' information kept for COFF files. */
3c8a3c56 44
3b4f1a5d
SC
45typedef struct coff_tdata
46{
47 struct coff_symbol_struct *symbols; /* symtab for input bfd */
4a81b561 48 unsigned int *conversion_table;
07de8e96 49 int conv_table_size;
4a81b561
DHW
50 file_ptr sym_filepos;
51
3b4f1a5d 52 struct coff_ptr_struct *raw_syments;
4a81b561 53 unsigned int raw_syment_count;
3b4f1a5d 54
4a81b561
DHW
55 /* These are only valid once writing has begun */
56 long int relocbase;
3b4f1a5d
SC
57
58 /* These members communicate important constants about the symbol table
59 to GDB's symbol-reading code. These `constants' unfortunately vary
60 from coff implementation to implementation... */
61 unsigned local_n_btmask;
62 unsigned local_n_btshft;
63 unsigned local_n_tmask;
64 unsigned local_n_tshift;
65 unsigned local_symesz;
66 unsigned local_auxesz;
67 unsigned local_linesz;
69645d10 68
e9614321
SC
69 /* The unswapped external symbols. May be NULL. Read by
70 _bfd_coff_get_external_symbols. */
69645d10 71 PTR external_syms;
e9614321
SC
72 /* If this is true, the external_syms may not be freed. */
73 boolean keep_syms;
74
75 /* The string table. May be NULL. Read by
76 _bfd_coff_read_string_table. */
69645d10 77 char *strings;
e9614321
SC
78 /* If this is true, the strings may not be freed. */
79 boolean keep_strings;
80
81 /* is this a PE format coff file */
82 int pe;
83 /* Used by the COFF backend linker. */
69645d10 84 struct coff_link_hash_entry **sym_hashes;
beee31b1 85
e9614321 86 struct bfd_link_info *link_info;
9872a49c 87} coff_data_type;
4a81b561 88
beee31b1
SC
89/* Tdata for pe image files. */
90typedef struct pe_tdata
91{
92 coff_data_type coff;
93 struct internal_extra_pe_aouthdr pe_opthdr;
94 int dll;
95 int has_reloc_section;
28a0c103 96 boolean (*in_reloc_p) PARAMS((bfd *, reloc_howto_type *));
beee31b1
SC
97} pe_data_type;
98
99#define pe_data(bfd) ((bfd)->tdata.pe_obj_data)
100
5f710a3a
ILT
101/* Tdata for XCOFF files. */
102
103struct xcoff_tdata
104{
105 /* Basic COFF information. */
106 coff_data_type coff;
107
108 /* TOC value. */
109 bfd_vma toc;
110
111 /* .text alignment from optional header. */
112 int text_align_power;
113
114 /* .data alignment from optional header. */
115 int data_align_power;
116
117 /* modtype from optional header. */
118 short modtype;
119
28a0c103
ILT
120 /* cputype from optional header. */
121 short cputype;
122
5f710a3a
ILT
123 /* maxdata from optional header. */
124 bfd_size_type maxdata;
125
126 /* maxstack from optional header. */
127 bfd_size_type maxstack;
28a0c103
ILT
128
129 /* Used by the XCOFF backend linker. */
130 asection **csects;
131 unsigned long *debug_indices;
132 unsigned int import_file_id;
5f710a3a
ILT
133};
134
135#define xcoff_data(abfd) ((abfd)->tdata.xcoff_obj_data)
beee31b1 136
fc723380 137/* We take the address of the first element of a asymbol to ensure that the
4a81b561
DHW
138 * macro is only ever applied to an asymbol. */
139#define coffsymbol(asymbol) ((coff_symbol_type *)(&((asymbol)->the_bfd)))
fc723380 140
e9614321
SC
141/* The used_by_bfd field of a section may be set to a pointer to this
142 structure. */
143
144struct coff_section_tdata
145{
146 /* The relocs, swapped into COFF internal form. This may be NULL. */
147 struct internal_reloc *relocs;
148 /* If this is true, the relocs entry may not be freed. */
149 boolean keep_relocs;
150 /* The section contents. This may be NULL. */
151 bfd_byte *contents;
152 /* If this is true, the contents entry may not be freed. */
153 boolean keep_contents;
25b5a53d
ILT
154 /* Information cached by coff_find_nearest_line. */
155 bfd_vma offset;
156 unsigned int i;
157 const char *function;
158 int line_base;
a208a70f
ILT
159 /* Available for individual backends. */
160 PTR tdata;
e9614321
SC
161};
162
163/* An accessor macro for the coff_section_tdata structure. */
164#define coff_section_data(abfd, sec) \
165 ((struct coff_section_tdata *) (sec)->used_by_bfd)
166
28a0c103
ILT
167/* Tdata for sections in XCOFF files. This is used by the linker. */
168
169struct xcoff_section_tdata
170{
171 /* Used for XCOFF csects created by the linker; points to the real
172 XCOFF section which contains this csect. */
173 asection *enclosing;
174 /* The first and one past the last symbol indices for symbols used
175 by this csect. */
176 unsigned long first_symndx;
177 unsigned long last_symndx;
178 /* The number of .loader relocs in this csect. */
179 size_t ldrel_count;
180};
181
182/* An accessor macro the xcoff_section_tdata structure. */
183#define xcoff_section_data(abfd, sec) \
184 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
185
69645d10
ILT
186/* COFF linker hash table entries. */
187
188struct coff_link_hash_entry
189{
190 struct bfd_link_hash_entry root;
191
192 /* Symbol index in output file. Set to -1 initially. Set to -2 if
193 there is a reloc against this symbol. */
194 long indx;
195
196 /* Symbol type. */
197 unsigned short type;
198
199 /* Symbol class. */
200 unsigned char class;
201
202 /* Number of auxiliary entries. */
203 char numaux;
204
205 /* BFD to take auxiliary entries from. */
206 bfd *auxbfd;
207
208 /* Pointer to array of auxiliary entries, if any. */
209 union internal_auxent *aux;
210};
211
212/* COFF linker hash table. */
213
214struct coff_link_hash_table
215{
216 struct bfd_link_hash_table root;
217};
218
219/* Look up an entry in a COFF linker hash table. */
220
221#define coff_link_hash_lookup(table, string, create, copy, follow) \
222 ((struct coff_link_hash_entry *) \
223 bfd_link_hash_lookup (&(table)->root, (string), (create), \
224 (copy), (follow)))
225
226/* Traverse a COFF linker hash table. */
227
228#define coff_link_hash_traverse(table, func, info) \
229 (bfd_link_hash_traverse \
230 (&(table)->root, \
231 (boolean (*) PARAMS ((struct bfd_link_hash_entry *, PTR))) (func), \
232 (info)))
233
234/* Get the COFF linker hash table from a link_info structure. */
235
236#define coff_hash_table(p) ((struct coff_link_hash_table *) ((p)->hash))
237
075caafd 238/* Functions in coffgen.c. */
e8fbe6d9 239extern const bfd_target *coff_object_p PARAMS ((bfd *));
075caafd 240extern struct sec *coff_section_from_bfd_index PARAMS ((bfd *, int));
326e32d7
ILT
241extern long coff_get_symtab_upper_bound PARAMS ((bfd *));
242extern long coff_get_symtab PARAMS ((bfd *, asymbol **));
85fe7cff 243extern int coff_count_linenumbers PARAMS ((bfd *));
075caafd 244extern struct coff_symbol_struct *coff_symbol_from PARAMS ((bfd *, asymbol *));
e9614321 245extern boolean coff_renumber_symbols PARAMS ((bfd *, int *));
075caafd 246extern void coff_mangle_symbols PARAMS ((bfd *));
e8fbe6d9 247extern boolean coff_write_symbols PARAMS ((bfd *));
326e32d7 248extern boolean coff_write_linenumbers PARAMS ((bfd *));
075caafd
ILT
249extern alent *coff_get_lineno PARAMS ((bfd *, asymbol *));
250extern asymbol *coff_section_symbol PARAMS ((bfd *, char *));
e9614321
SC
251extern boolean _bfd_coff_get_external_symbols PARAMS ((bfd *));
252extern const char *_bfd_coff_read_string_table PARAMS ((bfd *));
253extern boolean _bfd_coff_free_symbols PARAMS ((bfd *));
075caafd 254extern struct coff_ptr_struct *coff_get_normalized_symtab PARAMS ((bfd *));
326e32d7 255extern long coff_get_reloc_upper_bound PARAMS ((bfd *, sec_ptr));
075caafd
ILT
256extern asymbol *coff_make_empty_symbol PARAMS ((bfd *));
257extern void coff_print_symbol PARAMS ((bfd *, PTR filep, asymbol *,
258 bfd_print_symbol_type how));
330595d0
ILT
259extern void coff_get_symbol_info PARAMS ((bfd *, asymbol *,
260 symbol_info *ret));
261extern asymbol *coff_bfd_make_debug_symbol PARAMS ((bfd *, PTR,
262 unsigned long));
075caafd
ILT
263extern boolean coff_find_nearest_line PARAMS ((bfd *,
264 asection *,
265 asymbol **,
266 bfd_vma offset,
267 CONST char **filename_ptr,
268 CONST char **functionname_ptr,
269 unsigned int *line_ptr));
270extern int coff_sizeof_headers PARAMS ((bfd *, boolean reloc));
326e32d7
ILT
271extern boolean bfd_coff_reloc16_relax_section
272 PARAMS ((bfd *, asection *, struct bfd_link_info *, boolean *));
075caafd 273extern bfd_byte *bfd_coff_reloc16_get_relocated_section_contents
330595d0
ILT
274 PARAMS ((bfd *, struct bfd_link_info *, struct bfd_link_order *,
275 bfd_byte *, boolean relocateable, asymbol **));
075caafd 276extern bfd_vma bfd_coff_reloc16_get_value PARAMS ((arelent *,
330595d0
ILT
277 struct bfd_link_info *,
278 asection *));
326e32d7 279extern void bfd_perform_slip PARAMS ((bfd *abfd, unsigned int slip,
330595d0 280 asection *input_section,
326e32d7 281 bfd_vma val));
3c8a3c56 282
69645d10
ILT
283/* Functions in cofflink.c. */
284
28a0c103
ILT
285extern struct bfd_hash_entry *_bfd_coff_link_hash_newfunc
286 PARAMS ((struct bfd_hash_entry *, struct bfd_hash_table *, const char *));
287extern boolean _bfd_coff_link_hash_table_init
288 PARAMS ((struct coff_link_hash_table *, bfd *,
289 struct bfd_hash_entry *(*) (struct bfd_hash_entry *,
290 struct bfd_hash_table *,
291 const char *)));
69645d10
ILT
292extern struct bfd_link_hash_table *_bfd_coff_link_hash_table_create
293 PARAMS ((bfd *));
a208a70f
ILT
294extern const char *_bfd_coff_internal_syment_name
295 PARAMS ((bfd *, const struct internal_syment *, char *));
69645d10
ILT
296extern boolean _bfd_coff_link_add_symbols
297 PARAMS ((bfd *, struct bfd_link_info *));
298extern boolean _bfd_coff_final_link
299 PARAMS ((bfd *, struct bfd_link_info *));
e9614321
SC
300extern struct internal_reloc *_bfd_coff_read_internal_relocs
301 PARAMS ((bfd *, asection *, boolean, bfd_byte *, boolean,
302 struct internal_reloc *));
303extern boolean _bfd_coff_generic_relocate_section
304 PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
305 struct internal_reloc *, struct internal_syment *, asection **));
28a0c103
ILT
306
307/* Functions in xcofflink.c. */
308
309extern struct bfd_link_hash_table *_bfd_xcoff_bfd_link_hash_table_create
310 PARAMS ((bfd *));
311extern boolean _bfd_xcoff_bfd_link_add_symbols
312 PARAMS ((bfd *, struct bfd_link_info *));
313extern boolean _bfd_xcoff_bfd_final_link
314 PARAMS ((bfd *, struct bfd_link_info *));
315extern boolean _bfd_ppc_xcoff_relocate_section
316 PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
317 struct internal_reloc *, struct internal_syment *, asection **));
69645d10 318
616ebcfd 319/* And more taken from the source .. */
3c8a3c56 320
326e32d7 321typedef struct coff_ptr_struct
0cda46cf 322{
616ebcfd
SC
323
324 /* Remembers the offset from the first symbol in the file for
325 this symbol. Generated by coff_renumber_symbols. */
0cda46cf 326unsigned int offset;
616ebcfd 327
c8d672fe
ILT
328 /* Should the value of this symbol be renumbered. Used for
329 XCOFF C_BSTAT symbols. Set by coff_slurp_symbol_table. */
330unsigned int fix_value : 1;
331
616ebcfd
SC
332 /* Should the tag field of this symbol be renumbered.
333 Created by coff_pointerize_aux. */
c8d672fe 334unsigned int fix_tag : 1;
616ebcfd
SC
335
336 /* Should the endidx field of this symbol be renumbered.
337 Created by coff_pointerize_aux. */
c8d672fe
ILT
338unsigned int fix_end : 1;
339
340 /* Should the x_csect.x_scnlen field be renumbered.
0fc9ada9 341 Created by coff_pointerize_aux. */
c8d672fe 342unsigned int fix_scnlen : 1;
49488f2b
ILT
343
344 /* Fix up an XCOFF C_BINCL/C_EINCL symbol. The value is the
345 index into the line number entries. Set by
346 coff_slurp_symbol_table. */
347unsigned int fix_line : 1;
616ebcfd
SC
348
349 /* The container for the symbol structure as read and translated
350 from the file. */
351
0cda46cf
SC
352union {
353 union internal_auxent auxent;
354 struct internal_syment syment;
355 } u;
356} combined_entry_type;
616ebcfd
SC
357
358
359 /* Each canonical asymbol really looks like this: */
360
0cda46cf
SC
361typedef struct coff_symbol_struct
362{
07de8e96
KR
363 /* The actual symbol which the rest of BFD works with */
364asymbol symbol;
616ebcfd 365
07de8e96
KR
366 /* A pointer to the hidden information for this symbol */
367combined_entry_type *native;
c618de01 368
07de8e96
KR
369 /* A pointer to the linenumber information for this symbol */
370struct lineno_cache_entry *lineno;
371
372 /* Have the line numbers been relocated yet ? */
373boolean done_lineno;
616ebcfd 374} coff_symbol_type;
326e32d7 375typedef struct
075caafd 376{
07de8e96 377 void (*_bfd_coff_swap_aux_in) PARAMS ((
330595d0 378 bfd *abfd,
07de8e96
KR
379 PTR ext,
380 int type,
330595d0
ILT
381 int class,
382 int indaux,
383 int numaux,
07de8e96
KR
384 PTR in));
385
386 void (*_bfd_coff_swap_sym_in) PARAMS ((
387 bfd *abfd ,
388 PTR ext,
389 PTR in));
390
391 void (*_bfd_coff_swap_lineno_in) PARAMS ((
392 bfd *abfd,
393 PTR ext,
394 PTR in));
395
396 unsigned int (*_bfd_coff_swap_aux_out) PARAMS ((
397 bfd *abfd,
398 PTR in,
399 int type,
400 int class,
330595d0
ILT
401 int indaux,
402 int numaux,
07de8e96
KR
403 PTR ext));
404
405 unsigned int (*_bfd_coff_swap_sym_out) PARAMS ((
406 bfd *abfd,
407 PTR in,
408 PTR ext));
409
410 unsigned int (*_bfd_coff_swap_lineno_out) PARAMS ((
411 bfd *abfd,
412 PTR in,
413 PTR ext));
414
415 unsigned int (*_bfd_coff_swap_reloc_out) PARAMS ((
416 bfd *abfd,
417 PTR src,
418 PTR dst));
419
420 unsigned int (*_bfd_coff_swap_filehdr_out) PARAMS ((
421 bfd *abfd,
422 PTR in,
423 PTR out));
424
425 unsigned int (*_bfd_coff_swap_aouthdr_out) PARAMS ((
426 bfd *abfd,
427 PTR in,
428 PTR out));
429
430 unsigned int (*_bfd_coff_swap_scnhdr_out) PARAMS ((
431 bfd *abfd,
432 PTR in,
433 PTR out));
434
075caafd
ILT
435 unsigned int _bfd_filhsz;
436 unsigned int _bfd_aoutsz;
437 unsigned int _bfd_scnhsz;
438 unsigned int _bfd_symesz;
439 unsigned int _bfd_auxesz;
69645d10 440 unsigned int _bfd_relsz;
075caafd
ILT
441 unsigned int _bfd_linesz;
442 boolean _bfd_coff_long_filenames;
443 void (*_bfd_coff_swap_filehdr_in) PARAMS ((
444 bfd *abfd,
445 PTR ext,
446 PTR in));
447 void (*_bfd_coff_swap_aouthdr_in) PARAMS ((
448 bfd *abfd,
449 PTR ext,
450 PTR in));
451 void (*_bfd_coff_swap_scnhdr_in) PARAMS ((
452 bfd *abfd,
453 PTR ext,
454 PTR in));
69645d10
ILT
455 void (*_bfd_coff_swap_reloc_in) PARAMS ((
456 bfd *abfd,
457 PTR ext,
458 PTR in));
075caafd
ILT
459 boolean (*_bfd_coff_bad_format_hook) PARAMS ((
460 bfd *abfd,
461 PTR internal_filehdr));
462 boolean (*_bfd_coff_set_arch_mach_hook) PARAMS ((
463 bfd *abfd,
464 PTR internal_filehdr));
465 PTR (*_bfd_coff_mkobject_hook) PARAMS ((
466 bfd *abfd,
85fe7cff
PB
467 PTR internal_filehdr,
468 PTR internal_aouthdr));
075caafd
ILT
469 flagword (*_bfd_styp_to_sec_flags_hook) PARAMS ((
470 bfd *abfd,
e8fbe6d9
ILT
471 PTR internal_scnhdr,
472 const char *name));
075caafd
ILT
473 void (*_bfd_set_alignment_hook) PARAMS ((
474 bfd *abfd,
475 asection *sec,
476 PTR internal_scnhdr));
477 boolean (*_bfd_coff_slurp_symbol_table) PARAMS ((
478 bfd *abfd));
479 boolean (*_bfd_coff_symname_in_debug) PARAMS ((
480 bfd *abfd,
481 struct internal_syment *sym));
c80cc833
ILT
482 boolean (*_bfd_coff_pointerize_aux_hook) PARAMS ((
483 bfd *abfd,
484 combined_entry_type *table_base,
485 combined_entry_type *symbol,
486 unsigned int indaux,
487 combined_entry_type *aux));
0fc9ada9
ILT
488 boolean (*_bfd_coff_print_aux) PARAMS ((
489 bfd *abfd,
490 FILE *file,
491 combined_entry_type *table_base,
492 combined_entry_type *symbol,
493 combined_entry_type *aux,
494 unsigned int indaux));
075caafd
ILT
495 void (*_bfd_coff_reloc16_extra_cases) PARAMS ((
496 bfd *abfd,
330595d0
ILT
497 struct bfd_link_info *link_info,
498 struct bfd_link_order *link_order,
075caafd
ILT
499 arelent *reloc,
500 bfd_byte *data,
501 unsigned int *src_ptr,
502 unsigned int *dst_ptr));
330595d0 503 int (*_bfd_coff_reloc16_estimate) PARAMS ((
326e32d7 504 bfd *abfd,
330595d0 505 asection *input_section,
330595d0
ILT
506 arelent *r,
507 unsigned int shrink,
508 struct bfd_link_info *link_info));
69645d10
ILT
509 boolean (*_bfd_coff_sym_is_global) PARAMS ((
510 bfd *abfd,
511 struct internal_syment *));
512 void (*_bfd_coff_compute_section_file_positions) PARAMS ((
513 bfd *abfd));
a208a70f
ILT
514 boolean (*_bfd_coff_start_final_link) PARAMS ((
515 bfd *output_bfd,
516 struct bfd_link_info *info));
69645d10
ILT
517 boolean (*_bfd_coff_relocate_section) PARAMS ((
518 bfd *output_bfd,
519 struct bfd_link_info *info,
520 bfd *input_bfd,
521 asection *input_section,
522 bfd_byte *contents,
523 struct internal_reloc *relocs,
524 struct internal_syment *syms,
525 asection **sections));
e9614321
SC
526 reloc_howto_type *(*_bfd_coff_rtype_to_howto) PARAMS ((
527 bfd *abfd,
528 asection *sec,
529 struct internal_reloc *rel,
530 struct coff_link_hash_entry *h,
531 struct internal_syment *sym,
532 bfd_vma *addendp));
533 boolean (*_bfd_coff_adjust_symndx) PARAMS ((
534 bfd *obfd,
535 struct bfd_link_info *info,
536 bfd *ibfd,
537 asection *sec,
538 struct internal_reloc *reloc,
539 boolean *adjustedp));
330595d0 540
07de8e96
KR
541} bfd_coff_backend_data;
542
07de8e96
KR
543#define coff_backend_info(abfd) ((bfd_coff_backend_data *) (abfd)->xvec->backend_data)
544
330595d0
ILT
545#define bfd_coff_swap_aux_in(a,e,t,c,ind,num,i) \
546 ((coff_backend_info (a)->_bfd_coff_swap_aux_in) (a,e,t,c,ind,num,i))
07de8e96
KR
547
548#define bfd_coff_swap_sym_in(a,e,i) \
549 ((coff_backend_info (a)->_bfd_coff_swap_sym_in) (a,e,i))
550
551#define bfd_coff_swap_lineno_in(a,e,i) \
552 ((coff_backend_info ( a)->_bfd_coff_swap_lineno_in) (a,e,i))
553
554#define bfd_coff_swap_reloc_out(abfd, i, o) \
555 ((coff_backend_info (abfd)->_bfd_coff_swap_reloc_out) (abfd, i, o))
556
557#define bfd_coff_swap_lineno_out(abfd, i, o) \
558 ((coff_backend_info (abfd)->_bfd_coff_swap_lineno_out) (abfd, i, o))
559
330595d0
ILT
560#define bfd_coff_swap_aux_out(a,i,t,c,ind,num,o) \
561 ((coff_backend_info (a)->_bfd_coff_swap_aux_out) (a,i,t,c,ind,num,o))
07de8e96
KR
562
563#define bfd_coff_swap_sym_out(abfd, i,o) \
564 ((coff_backend_info (abfd)->_bfd_coff_swap_sym_out) (abfd, i, o))
565
566#define bfd_coff_swap_scnhdr_out(abfd, i,o) \
567 ((coff_backend_info (abfd)->_bfd_coff_swap_scnhdr_out) (abfd, i, o))
568
569#define bfd_coff_swap_filehdr_out(abfd, i,o) \
570 ((coff_backend_info (abfd)->_bfd_coff_swap_filehdr_out) (abfd, i, o))
571
572#define bfd_coff_swap_aouthdr_out(abfd, i,o) \
573 ((coff_backend_info (abfd)->_bfd_coff_swap_aouthdr_out) (abfd, i, o))
574
075caafd
ILT
575#define bfd_coff_filhsz(abfd) (coff_backend_info (abfd)->_bfd_filhsz)
576#define bfd_coff_aoutsz(abfd) (coff_backend_info (abfd)->_bfd_aoutsz)
577#define bfd_coff_scnhsz(abfd) (coff_backend_info (abfd)->_bfd_scnhsz)
578#define bfd_coff_symesz(abfd) (coff_backend_info (abfd)->_bfd_symesz)
579#define bfd_coff_auxesz(abfd) (coff_backend_info (abfd)->_bfd_auxesz)
69645d10 580#define bfd_coff_relsz(abfd) (coff_backend_info (abfd)->_bfd_relsz)
075caafd
ILT
581#define bfd_coff_linesz(abfd) (coff_backend_info (abfd)->_bfd_linesz)
582#define bfd_coff_long_filenames(abfd) (coff_backend_info (abfd)->_bfd_coff_long_filenames)
583#define bfd_coff_swap_filehdr_in(abfd, i,o) \
584 ((coff_backend_info (abfd)->_bfd_coff_swap_filehdr_in) (abfd, i, o))
585
586#define bfd_coff_swap_aouthdr_in(abfd, i,o) \
587 ((coff_backend_info (abfd)->_bfd_coff_swap_aouthdr_in) (abfd, i, o))
588
589#define bfd_coff_swap_scnhdr_in(abfd, i,o) \
590 ((coff_backend_info (abfd)->_bfd_coff_swap_scnhdr_in) (abfd, i, o))
591
69645d10
ILT
592#define bfd_coff_swap_reloc_in(abfd, i, o) \
593 ((coff_backend_info (abfd)->_bfd_coff_swap_reloc_in) (abfd, i, o))
594
075caafd
ILT
595#define bfd_coff_bad_format_hook(abfd, filehdr) \
596 ((coff_backend_info (abfd)->_bfd_coff_bad_format_hook) (abfd, filehdr))
597
598#define bfd_coff_set_arch_mach_hook(abfd, filehdr)\
599 ((coff_backend_info (abfd)->_bfd_coff_set_arch_mach_hook) (abfd, filehdr))
85fe7cff
PB
600#define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
601 ((coff_backend_info (abfd)->_bfd_coff_mkobject_hook) (abfd, filehdr, aouthdr))
075caafd 602
e8fbe6d9
ILT
603#define bfd_coff_styp_to_sec_flags_hook(abfd, scnhdr, name)\
604 ((coff_backend_info (abfd)->_bfd_styp_to_sec_flags_hook) (abfd, scnhdr, name))
075caafd 605
075caafd
ILT
606#define bfd_coff_set_alignment_hook(abfd, sec, scnhdr)\
607 ((coff_backend_info (abfd)->_bfd_set_alignment_hook) (abfd, sec, scnhdr))
608
609#define bfd_coff_slurp_symbol_table(abfd)\
610 ((coff_backend_info (abfd)->_bfd_coff_slurp_symbol_table) (abfd))
611
612#define bfd_coff_symname_in_debug(abfd, sym)\
613 ((coff_backend_info (abfd)->_bfd_coff_symname_in_debug) (abfd, sym))
614
0fc9ada9
ILT
615#define bfd_coff_print_aux(abfd, file, base, symbol, aux, indaux)\
616 ((coff_backend_info (abfd)->_bfd_coff_print_aux)\
617 (abfd, file, base, symbol, aux, indaux))
618
330595d0 619#define bfd_coff_reloc16_extra_cases(abfd, link_info, link_order, reloc, data, src_ptr, dst_ptr)\
075caafd 620 ((coff_backend_info (abfd)->_bfd_coff_reloc16_extra_cases)\
330595d0
ILT
621 (abfd, link_info, link_order, reloc, data, src_ptr, dst_ptr))
622
326e32d7 623#define bfd_coff_reloc16_estimate(abfd, section, reloc, shrink, link_info)\
330595d0 624 ((coff_backend_info (abfd)->_bfd_coff_reloc16_estimate)\
326e32d7
ILT
625 (abfd, section, reloc, shrink, link_info))
626
69645d10
ILT
627#define bfd_coff_sym_is_global(abfd, sym)\
628 ((coff_backend_info (abfd)->_bfd_coff_sym_is_global)\
629 (abfd, sym))
630
631#define bfd_coff_compute_section_file_positions(abfd)\
632 ((coff_backend_info (abfd)->_bfd_coff_compute_section_file_positions)\
633 (abfd))
634
a208a70f
ILT
635#define bfd_coff_start_final_link(obfd, info)\
636 ((coff_backend_info (obfd)->_bfd_coff_start_final_link)\
637 (obfd, info))
69645d10
ILT
638#define bfd_coff_relocate_section(obfd,info,ibfd,o,con,rel,isyms,secs)\
639 ((coff_backend_info (ibfd)->_bfd_coff_relocate_section)\
640 (obfd, info, ibfd, o, con, rel, isyms, secs))
e9614321
SC
641#define bfd_coff_rtype_to_howto(abfd, sec, rel, h, sym, addendp)\
642 ((coff_backend_info (abfd)->_bfd_coff_rtype_to_howto)\
643 (abfd, sec, rel, h, sym, addendp))
644#define bfd_coff_adjust_symndx(obfd, info, ibfd, sec, rel, adjustedp)\
645 ((coff_backend_info (abfd)->_bfd_coff_adjust_symndx)\
646 (obfd, info, ibfd, sec, rel, adjustedp))
69645d10 647
This page took 0.177403 seconds and 4 git commands to generate.