Added coff-h8300.h
[deliverable/binutils-gdb.git] / include / bfd.h
CommitLineData
095c7223
JG
1/* A -*- C -*- header file for the bfd library
2 Copyright 1990, 1991 Free Software Foundation, Inc.
3 Contributed by Cygnus Support.
a07cc613 4
2c346475 5This file is part of BFD, the Binary File Descriptor library.
a07cc613 6
095c7223 7This program is free software; you can redistribute it and/or modify
a07cc613 8it under the terms of the GNU General Public License as published by
095c7223
JG
9the Free Software Foundation; either version 2 of the License, or
10(at your option) any later version.
a07cc613 11
095c7223 12This program is distributed in the hope that it will be useful,
a07cc613
JG
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
095c7223
JG
18along with this program; if not, write to the Free Software
19Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
20
21/* bfd.h -- The only header file required by users of the bfd library
22
23This file is generated from various .c files, if you change it, your
24bits may be lost.
25
26All the prototypes and definitions following the comment "THE FOLLOWING
27IS EXTRACTED FROM THE SOURCE" are extracted from the source files for
28BFD. If you change it, someone oneday will extract it from the source
29again, and your changes will be lost. To save yourself from this bind,
30change the definitions in the source in the bfd directory. Type "make
31docs" and then "make headers" in that directory, and magically this file
32will change to reflect your changes.
33
34If you don't have the tools to perform the extraction, then you are
35safe from someone on your system trampling over your header files.
36You should still maintain the equivalence between the source and this
37file though; every change you make to the .c file should be reflected
38here. */
a07cc613 39
a07cc613
JG
40#ifndef __BFD_H_SEEN__
41#define __BFD_H_SEEN__
42
43#include "ansidecl.h"
44#include "obstack.h"
45
46/* Make it easier to declare prototypes (puts conditional here) */
47#ifndef PROTO
48# if __STDC__
49# define PROTO(type, name, arglist) type name arglist
50# else
51# define PROTO(type, name, arglist) type name ()
52# endif
53#endif
54
40a08432 55#define BFD_VERSION "0.18"
ec08b077 56
a07cc613 57/* forward declaration */
9c6a9c92 58typedef struct _bfd bfd;
a07cc613 59
ec08b077
JG
60/* General rules: functions which are boolean return true on success
61 and false on failure (unless they're a predicate). -- bfd.doc */
a07cc613
JG
62/* I'm sure this is going to break something and someone is going to
63 force me to change it. */
f7cfc4a6
JG
64/* typedef enum boolean {false, true} boolean; */
65/* Yup, SVR4 has a "typedef enum boolean" in <sys/types.h> -fnf */
66typedef enum bfd_boolean {false, true} boolean;
a07cc613
JG
67
68/* Try to avoid breaking stuff */
69typedef long int file_ptr;
70
9b9c5c39 71/* Support for different sizes of target format ints and addresses */
19b03b7a 72
9b9c5c39 73#ifdef HOST_64_BIT
7ed4093a
SC
74typedef HOST_64_BIT rawdata_offset;
75typedef HOST_64_BIT bfd_vma;
76typedef HOST_64_BIT bfd_word;
77typedef HOST_64_BIT bfd_offset;
78typedef HOST_64_BIT bfd_size_type;
9b9c5c39 79typedef HOST_64_BIT symvalue;
7ed4093a 80typedef HOST_64_BIT bfd_64_type;
9b9c5c39
JG
81#define fprintf_vma(s,x) \
82 fprintf(s,"%08x%08x", uint64_typeHIGH(x), uint64_typeLOW(x))
19b03b7a 83#else
9b9c5c39
JG
84typedef struct {int a,b;} bfd_64_type;
85typedef unsigned long rawdata_offset;
a07cc613
JG
86typedef unsigned long bfd_vma;
87typedef unsigned long bfd_offset;
19b03b7a
SC
88typedef unsigned long bfd_word;
89typedef unsigned long bfd_size;
90typedef unsigned long symvalue;
91typedef unsigned long bfd_size_type;
a737c70b 92#define fprintf_vma(s,x) fprintf(s, "%08lx", x)
19b03b7a 93#endif
1d2c5574 94#define printf_vma(x) fprintf_vma(stdout,x)
a07cc613
JG
95
96typedef unsigned int flagword; /* 32 bits of flags */
97\f
98/** File formats */
99
100typedef enum bfd_format {
101 bfd_unknown = 0, /* file format is unknown */
102 bfd_object, /* linker/assember/compiler output */
103 bfd_archive, /* object archive file */
104 bfd_core, /* core dump */
105 bfd_type_end} /* marks the end; don't use it! */
106 bfd_format;
107
108/* Object file flag values */
9b9c5c39 109#define NO_FLAGS 0
a07cc613
JG
110#define HAS_RELOC 001
111#define EXEC_P 002
112#define HAS_LINENO 004
113#define HAS_DEBUG 010
114#define HAS_SYMS 020
115#define HAS_LOCALS 040
116#define DYNAMIC 0100
117#define WP_TEXT 0200
118#define D_PAGED 0400
119
a07cc613
JG
120\f
121/* symbols and relocation */
122
123typedef unsigned long symindex;
124
125#define BFD_NO_MORE_SYMBOLS ((symindex) ~0)
126
fb3ee1c0
JG
127typedef enum bfd_symclass {
128 bfd_symclass_unknown = 0,
a07cc613
JG
129 bfd_symclass_fcommon, /* fortran common symbols */
130 bfd_symclass_global, /* global symbol, what a surprise */
131 bfd_symclass_debugger, /* some debugger symbol */
132 bfd_symclass_undefined /* none known */
133 } symclass;
134
19b03b7a 135
a07cc613 136typedef int symtype; /* Who knows, yet? */
19b03b7a 137
a07cc613 138
9b9c5c39
JG
139/* general purpose part of a symbol;
140 target specific parts will be found in libcoff.h, liba.out.h etc */
7a276b09 141
a07cc613
JG
142
143#define bfd_get_section(x) ((x)->section)
144#define bfd_get_output_section(x) ((x)->section->output_section)
145#define bfd_set_section(x,y) ((x)->section) = (y)
146#define bfd_asymbol_base(x) ((x)->section?((x)->section->vma):0)
147#define bfd_asymbol_value(x) (bfd_asymbol_base(x) + x->value)
148#define bfd_asymbol_name(x) ((x)->name)
149
a07cc613 150/* This is a type pun with struct ranlib on purpose! */
9c6a9c92 151typedef struct carsym {
a07cc613
JG
152 char *name;
153 file_ptr file_offset; /* look here to find the file */
154} carsym; /* to make these you call a carsymogen */
155
a07cc613
JG
156
157/* Used in generating armaps. Perhaps just a forward definition would do? */
158struct orl { /* output ranlib */
159 char **name; /* symbol name */
c93e2c55 160 file_ptr pos; /* bfd* or file position */
a07cc613
JG
161 int namidx; /* index into string table */
162};
163
164\f
165
166/* Linenumber stuff */
167typedef struct lineno_cache_entry {
168 unsigned int line_number; /* Linenumber from start of function*/
169 union {
7a276b09 170 struct symbol_cache_entry *sym; /* Function name */
a07cc613
JG
171 unsigned long offset; /* Offset into section */
172 } u;
173} alent;
174\f
175/* object and core file sections */
176
a07cc613
JG
177
178#define align_power(addr, align) \
179 ( ((addr) + ((1<<(align))-1)) & (-1 << (align)))
180
9c6a9c92 181typedef struct sec *sec_ptr;
a07cc613
JG
182
183#define bfd_section_name(bfd, ptr) ((ptr)->name)
184#define bfd_section_size(bfd, ptr) ((ptr)->size)
185#define bfd_section_vma(bfd, ptr) ((ptr)->vma)
186#define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power)
187#define bfd_get_section_flags(bfd, ptr) ((ptr)->flags)
188#define bfd_get_section_userdata(bfd, ptr) ((ptr)->userdata)
189
190#define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (val)), true)
191#define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val)),true)
192#define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),true)
4322f04d
SC
193
194typedef struct stat stat_type;
a07cc613
JG
195\f
196/** Error handling */
197
fb3ee1c0
JG
198typedef enum bfd_error {
199 no_error = 0, system_call_error, invalid_target,
a07cc613
JG
200 wrong_format, invalid_operation, no_memory,
201 no_symbols, no_relocation_info,
202 no_more_archived_files, malformed_archive,
203 symbol_not_found, file_not_recognized,
204 file_ambiguously_recognized, no_contents,
6603bf38
JG
205 bfd_error_nonrepresentable_section,
206 no_debug_section,
a07cc613
JG
207 invalid_error_code} bfd_ec;
208
209extern bfd_ec bfd_error;
210
9c6a9c92 211typedef struct bfd_error_vector {
a07cc613
JG
212 PROTO(void,(* nonrepresentable_section ),(CONST bfd *CONST abfd,
213 CONST char *CONST name));
214} bfd_error_vector_type;
215
216PROTO (char *, bfd_errmsg, ());
217PROTO (void, bfd_perror, (CONST char *message));
218\f
219
9b9c5c39 220typedef enum bfd_print_symbol
a07cc613 221{
81f8fee9
JG
222 bfd_print_symbol_name,
223 bfd_print_symbol_more,
b941cb35
PB
224 bfd_print_symbol_all,
225 bfd_print_symbol_nm, /* Pretty format suitable for nm program. */
81f8fee9 226} bfd_print_symbol_type;
a07cc613
JG
227
228\f
a07cc613
JG
229\f
230/* The code that implements targets can initialize a jump table with this
231 macro. It must name all its routines the same way (a prefix plus
232 the standard routine suffix), or it must #define the routines that
233 are not so named, before calling JUMP_TABLE in the initializer. */
234
235/* Semi-portable string concatenation in cpp */
236#ifndef CAT
237#ifdef __STDC__
238#define CAT(a,b) a##b
239#else
240#define CAT(a,b) a/**/b
241#endif
242#endif
243
244#define JUMP_TABLE(NAME)\
245CAT(NAME,_core_file_failing_command),\
246CAT(NAME,_core_file_failing_signal),\
247CAT(NAME,_core_file_matches_executable_p),\
248CAT(NAME,_slurp_armap),\
249CAT(NAME,_slurp_extended_name_table),\
250CAT(NAME,_truncate_arname),\
251CAT(NAME,_write_armap),\
252CAT(NAME,_close_and_cleanup), \
253CAT(NAME,_set_section_contents),\
254CAT(NAME,_get_section_contents),\
255CAT(NAME,_new_section_hook),\
256CAT(NAME,_get_symtab_upper_bound),\
257CAT(NAME,_get_symtab),\
258CAT(NAME,_get_reloc_upper_bound),\
259CAT(NAME,_canonicalize_reloc),\
260CAT(NAME,_make_empty_symbol),\
261CAT(NAME,_print_symbol),\
262CAT(NAME,_get_lineno),\
263CAT(NAME,_set_arch_mach),\
264CAT(NAME,_openr_next_archived_file),\
265CAT(NAME,_find_nearest_line),\
266CAT(NAME,_generic_stat_arch_elt),\
7a276b09
SC
267CAT(NAME,_sizeof_headers),\
268CAT(NAME,_bfd_debug_info_start),\
269CAT(NAME,_bfd_debug_info_end),\
270CAT(NAME,_bfd_debug_info_accumulate)
2700c3c7 271
0c210c9c
SC
272#define COFF_SWAP_TABLE \
273 coff_swap_aux_in, coff_swap_sym_in, coff_swap_lineno_in, \
274 coff_swap_aux_out, coff_swap_sym_out, \
275 coff_swap_lineno_out, coff_swap_reloc_out, \
276 coff_swap_filehdr_out, coff_swap_aouthdr_out, \
277 coff_swap_scnhdr_out
278
279
a07cc613
JG
280\f
281/* User program access to BFD facilities */
282
283extern CONST short _bfd_host_big_endian;
284#define HOST_BYTE_ORDER_BIG_P (*(char *)&_bfd_host_big_endian)
285
286/* The bfd itself */
287
8c01a0ea
JK
288/* Cast from const char * to char * so that caller can assign to
289 a char * without a warning. */
290#define bfd_get_filename(abfd) ((char *) (abfd)->filename)
a07cc613
JG
291#define bfd_get_format(abfd) ((abfd)->format)
292#define bfd_get_target(abfd) ((abfd)->xvec->name)
293#define bfd_get_file_flags(abfd) ((abfd)->flags)
294#define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags)
295#define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
22ef104a 296#define bfd_my_archive(abfd) ((abfd)->my_archive)
a07cc613
JG
297#define bfd_has_map(abfd) ((abfd)->has_armap)
298#define bfd_header_twiddle_required(abfd) \
299 ((((abfd)->xvec->header_byteorder_big_p) \
300 != (boolean)HOST_BYTE_ORDER_BIG_P) ? true:false)
301
302#define bfd_valid_reloc_types(abfd) ((abfd)->xvec->valid_reloc_types)
303#define bfd_usrdata(abfd) ((abfd)->usrdata)
304
305#define bfd_get_start_address(abfd) ((abfd)->start_address)
306#define bfd_get_symcount(abfd) ((abfd)->symcount)
307#define bfd_get_outsymbols(abfd) ((abfd)->outsymbols)
308#define bfd_count_sections(abfd) ((abfd)->section_count)
309#define bfd_get_architecture(abfd) ((abfd)->obj_arch)
310#define bfd_get_machine(abfd) ((abfd)->obj_machine)
311
a07cc613 312
a07cc613 313
7a276b09
SC
314#define BYTE_SIZE 1
315#define SHORT_SIZE 2
316#define LONG_SIZE 4
317
318
319
320/*THE FOLLOWING IS EXTRACTED FROM THE SOURCE */
321
b39096a4
SC
322
323/*:init.c*/
324/* bfd_init
325
326This routine must be called before any other bfd function to initialize
327magical internal data structures.
328*/
329
330 void EXFUN(bfd_init,(void));
331
332/*
333*/
334
1ac2d1f2
RP
335/*:opncls.c*/
336/* *i bfd_openr
2f60a880
RP
337Opens the file supplied (using @code{fopen}) with the target supplied, it
338returns a pointer to the created BFD.
7a276b09
SC
339
340If NULL is returned then an error has occured.
341Possible errors are no_memory, invalid_target or system_call error.
342*/
bded7de2
SC
343 PROTO(bfd*, bfd_openr, (CONST char *filename,CONST char*target));
344
345/*
346
347*i bfd_fdopenr
2f60a880 348bfd_fdopenr is to bfd_fopenr much like fdopen is to fopen. It opens a BFD on
7a276b09
SC
349a file already described by the @var{fd} supplied.
350
351Possible errors are no_memory, invalid_target and system_call error.
352*/
bded7de2 353 PROTO(bfd *, bfd_fdopenr,
7a276b09 354 (CONST char *filename, CONST char *target, int fd));
bded7de2
SC
355
356/*
357
358 bfd_openw
2f60a880 359Creates a BFD, associated with file @var{filename}, using the file
7a276b09
SC
360format @var{target}, and returns a pointer to it.
361
362Possible errors are system_call_error, no_memory, invalid_target.
363*/
bded7de2
SC
364 PROTO(bfd *, bfd_openw, (CONST char *filename, CONST char *target));
365
366/*
367
368 bfd_close
2f60a880 369This function closes a BFD. If the BFD was open for writing, then
7a276b09
SC
370pending operations are completed and the file written out and closed.
371If the created file is executable, then @code{chmod} is called to mark
372it as such.
373
2f60a880 374All memory attached to the BFD's obstacks is released.
7a276b09
SC
375
376@code{true} is returned if all is ok, otherwise @code{false}.
377*/
bded7de2
SC
378 PROTO(boolean, bfd_close,(bfd *));
379
a0788ae3
SC
380/*
381
382 bfd_close_all_done
383This function closes a BFD. It differs from @code{bfd_close} since it
384does not complete any pending operations. This routine would be used
385if the application had just used BFD for swapping and didn't want to
386use any of the writing code.
387
388If the created file is executable, then @code{chmod} is called to mark
389it as such.
390
391All memory attached to the BFD's obstacks is released.
392
393@code{true} is returned if all is ok, otherwise @code{false}.
394*/
395 PROTO(boolean, bfd_close_all_done,(bfd *));
396
bded7de2
SC
397/*
398
399 bfd_create
2f60a880
RP
400This routine creates a new BFD in the manner of @code{bfd_openw}, but without
401opening a file. The new BFD takes the target from the target used by
7a276b09 402@var{template}. The format is always set to @code{bfd_object}.
7a276b09 403*/
bded7de2
SC
404
405 PROTO(bfd *, bfd_create, (CONST char *filename, bfd *template));
406
407/*
408
409 bfd_alloc_size
410Return the number of bytes in the obstacks connected to the supplied
2f60a880 411BFD.
7a276b09 412*/
bded7de2
SC
413 PROTO(bfd_size_type,bfd_alloc_size,(bfd *abfd));
414
415/*
1ac2d1f2 416*/
bded7de2 417
7a276b09 418
1ac2d1f2
RP
419/*:libbfd.c*/
420/* *i bfd_put_size
bded7de2
SC
421*i bfd_get_size
422These macros as used for reading and writing raw data in sections;
7a276b09 423each access (except for bytes) is vectored through the target format
2f60a880 424of the BFD and mangled accordingly. The mangling performs any
7a276b09
SC
425necessary endian translations and removes alignment restrictions.
426*/
427#define bfd_put_8(abfd, val, ptr) \
428 (*((char *)ptr) = (char)val)
429#define bfd_get_8(abfd, ptr) \
430 (*((char *)ptr))
431#define bfd_put_16(abfd, val, ptr) \
432 BFD_SEND(abfd, bfd_putx16, (val,ptr))
433#define bfd_get_16(abfd, ptr) \
434 BFD_SEND(abfd, bfd_getx16, (ptr))
435#define bfd_put_32(abfd, val, ptr) \
436 BFD_SEND(abfd, bfd_putx32, (val,ptr))
437#define bfd_get_32(abfd, ptr) \
438 BFD_SEND(abfd, bfd_getx32, (ptr))
439#define bfd_put_64(abfd, val, ptr) \
440 BFD_SEND(abfd, bfd_putx64, (val, ptr))
441#define bfd_get_64(abfd, ptr) \
442 BFD_SEND(abfd, bfd_getx64, (ptr))
bded7de2
SC
443/* *i bfd_h_put_size
444*i bfd_h_get_size
445These macros have the same function as their @code{bfd_get_x}
7a276b09
SC
446bretherin, except that they are used for removing information for the
447header records of object files. Believe it or not, some object files
448keep their header records in big endian order, and their data in little
449endan order.
450*/
451#define bfd_h_put_8(abfd, val, ptr) \
452 (*((char *)ptr) = (char)val)
453#define bfd_h_get_8(abfd, ptr) \
454 (*((char *)ptr))
455#define bfd_h_put_16(abfd, val, ptr) \
456 BFD_SEND(abfd, bfd_h_putx16,(val,ptr))
457#define bfd_h_get_16(abfd, ptr) \
458 BFD_SEND(abfd, bfd_h_getx16,(ptr))
459#define bfd_h_put_32(abfd, val, ptr) \
460 BFD_SEND(abfd, bfd_h_putx32,(val,ptr))
461#define bfd_h_get_32(abfd, ptr) \
462 BFD_SEND(abfd, bfd_h_getx32,(ptr))
463#define bfd_h_put_64(abfd, val, ptr) \
464 BFD_SEND(abfd, bfd_h_putx64,(val, ptr))
465#define bfd_h_get_64(abfd, ptr) \
466 BFD_SEND(abfd, bfd_h_getx64,(ptr))
7a276b09 467
1ac2d1f2
RP
468/*:section.c*/
469/* The shape of a section struct:
7a276b09 470*/
bded7de2 471
7a276b09
SC
472typedef struct sec {
473
bded7de2
SC
474/*
475The name of the section, the name isn't a copy, the pointer is
476the same as that passed to bfd_make_section.
477*/
478
7a276b09
SC
479 CONST char *name;
480
bded7de2 481/*
2f60a880 482The next section in the list belonging to the BFD, or NULL.
bded7de2
SC
483*/
484
7a276b09
SC
485 struct sec *next;
486
bded7de2
SC
487/*
488The field flags contains attributes of the section. Some of these
489flags are read in from the object file, and some are synthesized from
490other information.
491*/
492
7a276b09 493flagword flags;
bded7de2
SC
494
495/*
496*/
497
7a276b09
SC
498#define SEC_NO_FLAGS 0x000
499
bded7de2
SC
500/*
501Tells the OS to allocate space for this section when loaded.
502This would clear for a section containing debug information only.
503*/
504
7a276b09
SC
505#define SEC_ALLOC 0x001
506
bded7de2
SC
507/*
508Tells the OS to load the section from the file when loading.
509This would be clear for a .bss section
510*/
511
7a276b09
SC
512#define SEC_LOAD 0x002
513
bded7de2
SC
514/*
515The section contains data still to be relocated, so there will be some
516relocation information too.
517*/
518
7a276b09
SC
519#define SEC_RELOC 0x004
520
bded7de2
SC
521/*
522Obsolete ?
523*/
524
7a276b09
SC
525#define SEC_BALIGN 0x008
526
bded7de2
SC
527/*
528A signal to the OS that the section contains read only data.
529*/
530
7a276b09
SC
531#define SEC_READONLY 0x010
532
bded7de2
SC
533/*
534The section contains code only.
535*/
536
7a276b09
SC
537#define SEC_CODE 0x020
538
bded7de2
SC
539/*
540The section contains data only.
541*/
542
7a276b09
SC
543#define SEC_DATA 0x040
544
bded7de2
SC
545/*
546The section will reside in ROM.
547*/
548
7a276b09
SC
549#define SEC_ROM 0x080
550
bded7de2
SC
551/*
552The section contains constructor information. This section type is
553used by the linker to create lists of constructors and destructors
554used by @code{g++}. When a back end sees a symbol which should be used
555in a constructor list, it creates a new section for the type of name
2f60a880 556(eg @code{__CTOR_LIST__}), attaches the symbol to it and builds a
bded7de2
SC
557relocation. To build the lists of constructors, all the linker has to
558to is catenate all the sections called @code{__CTOR_LIST__} and
559relocte the data contained within - exactly the operations it would
560peform on standard data.
561*/
562
7a276b09
SC
563#define SEC_CONSTRUCTOR 0x100
564
bded7de2
SC
565/*
566The section is a constuctor, and should be placed at the end of the ..
567*/
568
1c6c6598 569#define SEC_CONSTRUCTOR_TEXT 0x1100
bded7de2
SC
570
571/*
572*/
1c6c6598 573#define SEC_CONSTRUCTOR_DATA 0x2100
bded7de2
SC
574
575/*
576*/
1c6c6598
SC
577#define SEC_CONSTRUCTOR_BSS 0x3100
578
bded7de2
SC
579/*
580
581The section has contents - a bss section could be
582@code{SEC_ALLOC} | @code{SEC_HAS_CONTENTS}, a debug section could be
583@code{SEC_HAS_CONTENTS}
584*/
585
7a276b09
SC
586#define SEC_HAS_CONTENTS 0x200
587
bded7de2
SC
588/*
589An instruction to the linker not to output sections containing
590this flag even if they have information which would normally be written.
591*/
592
7a276b09
SC
593#define SEC_NEVER_LOAD 0x400
594
bded7de2
SC
595/*
596
597The base address of the section in the address space of the target.
598*/
599
7a276b09
SC
600 bfd_vma vma;
601
bded7de2
SC
602/*
603The size of the section in bytes of the loaded section. This contains
604a value even if the section has no contents (eg, the size of @code{.bss}).
605*/
606
7a276b09
SC
607 bfd_size_type size;
608
bded7de2
SC
609/*
610If this section is going to be output, then this value is the
611offset into the output section of the first byte in the input
612section. Eg, if this was going to start at the 100th byte in the
613output section, this value would be 100.
614*/
615
7a276b09
SC
616 bfd_vma output_offset;
617
bded7de2
SC
618/*
619The output section through which to map on output.
620*/
621
7a276b09
SC
622 struct sec *output_section;
623
bded7de2
SC
624/*
625The alignment requirement of the section, as an exponent - eg 3
626aligns to 2^3 (or 8)
627*/
628
7a276b09
SC
629 unsigned int alignment_power;
630
bded7de2
SC
631/*
632If an input section, a pointer to a vector of relocation records for
633the data in this section.
634*/
635
7a276b09
SC
636 struct reloc_cache_entry *relocation;
637
bded7de2
SC
638/*
639If an output section, a pointer to a vector of pointers to
640relocation records for the data in this section.
641*/
642
7a276b09
SC
643 struct reloc_cache_entry **orelocation;
644
bded7de2
SC
645/*
646The number of relocation records in one of the above
647*/
648
7a276b09
SC
649 unsigned reloc_count;
650
bded7de2
SC
651/*
652Which section is it 0..nth
653*/
654
7a276b09
SC
655 int index;
656
bded7de2
SC
657/*
658Information below is back end specific - and not always used or
659updated
660
661File position of section data
662*/
663
7a276b09 664 file_ptr filepos;
bded7de2
SC
665/* File position of relocation info
666*/
7a276b09 667
7a276b09
SC
668 file_ptr rel_filepos;
669
bded7de2
SC
670/*
671File position of line data
672*/
673
7a276b09
SC
674 file_ptr line_filepos;
675
bded7de2
SC
676/*
677Pointer to data for applications
678*/
679
7a276b09 680 PTR userdata;
bded7de2
SC
681
682/*
683*/
7a276b09
SC
684 struct lang_output_section *otheruserdata;
685
bded7de2
SC
686/*
687Attached line number information
688*/
689
7a276b09 690 alent *lineno;
bded7de2
SC
691/* Number of line number records
692*/
7a276b09 693
7a276b09
SC
694 unsigned int lineno_count;
695
bded7de2
SC
696/*
697When a section is being output, this value changes as more
698linenumbers are written out
699*/
700
7a276b09
SC
701 file_ptr moving_line_filepos;
702
bded7de2
SC
703/*
704what the section number is in the target world
705*/
706
7a276b09 707 unsigned int target_index;
bded7de2
SC
708
709/*
710*/
7a276b09
SC
711 PTR used_by_bfd;
712
bded7de2
SC
713/*
714If this is a constructor section then here is a list of the
715relocations created to relocate items within it.
716*/
717
7a276b09
SC
718 struct relent_chain *constructor_chain;
719
bded7de2 720/*
2f60a880 721The BFD which owns the section.
bded7de2
SC
722*/
723
7a276b09 724 bfd *owner;
bded7de2
SC
725
726/*
727*/
7a276b09
SC
728} asection ;
729
bded7de2 730/*
7a276b09 731
bded7de2
SC
732 bfd_get_section_by_name
733Runs through the provided @var{abfd} and returns the @code{asection}
734who's name matches that provided, otherwise NULL. @xref{Sections}, for more information.
7a276b09 735*/
bded7de2
SC
736
737 PROTO(asection *, bfd_get_section_by_name,
7a276b09 738 (bfd *abfd, CONST char *name));
bded7de2 739
bee84e0b
SC
740/*
741
742 bfd_make_section_old_way
743This function creates a new empty section called @var{name} and attaches it
744to the end of the chain of sections for the BFD supplied. An attempt to
745create a section with a name which is already in use, returns its pointer without
746changing the section chain.
747
748It has the funny name since this is the way it used to be before gilmore broke it.
749
750Possible errors are:
751@table @code
752@item invalid_operation
753If output has already started for this BFD.
754@item no_memory
755If obstack alloc fails.
756@end table
757*/
758
759 PROTO(asection *, bfd_make_section_old_way, (bfd *, CONST char *name));
760
bded7de2
SC
761/*
762
763 bfd_make_section
2f60a880
RP
764This function creates a new empty section called @var{name} and attaches it
765to the end of the chain of sections for the BFD supplied. An attempt to
6603bf38
JG
766create a section with a name which is already in use, returns NULL without
767changing the section chain.
7a276b09
SC
768
769Possible errors are:
770@table @code
771@item invalid_operation
2f60a880 772If output has already started for this BFD.
7a276b09
SC
773@item no_memory
774If obstack alloc fails.
775@end table
7a276b09 776*/
bded7de2
SC
777
778 PROTO(asection *, bfd_make_section, (bfd *, CONST char *name));
779
780/*
781
782 bfd_set_section_flags
2f60a880 783Attempts to set the attributes of the section named in the BFD
7a276b09
SC
784supplied to the value. Returns true on success, false on error.
785Possible error returns are:
786@table @code
787@item invalid operation
788The section cannot have one or more of the attributes requested. For
789example, a .bss section in @code{a.out} may not have the
790@code{SEC_HAS_CONTENTS} field set.
791@end table
7a276b09 792*/
bded7de2
SC
793
794 PROTO(boolean, bfd_set_section_flags,
7a276b09 795 (bfd *, asection *, flagword));
bded7de2
SC
796
797/*
798
799 bfd_map_over_sections
2f60a880
RP
800Calls the provided function @var{func} for each section attached to
801the BFD @var{abfd}, passing @var{obj} as an argument. The function
7a276b09
SC
802will be called as if by
803
804@example
805 func(abfd, the_section, obj);
806@end example
7a276b09 807*/
bded7de2
SC
808
809 PROTO(void, bfd_map_over_sections,
7a276b09 810 (bfd *abfd, void (*func)(), PTR obj));
bded7de2
SC
811
812/*
813
814This is the prefered method for iterating over sections, an
7a276b09
SC
815alternative would be to use a loop:
816
817@example
818 section *p;
819 for (p = abfd->sections; p != NULL; p = p->next)
820 func(abfd, p, ...)
bded7de2 821@end example
7a276b09 822
bded7de2
SC
823 bfd_set_section_size
824Sets @var{section} to the size @var{val}. If the operation is ok, then
7a276b09
SC
825@code{true} is returned, else @code{false}.
826
827Possible error returns:
828@table @code
829@item invalid_operation
2f60a880 830Writing has started to the BFD, so setting the size is invalid
7a276b09 831@end table
7a276b09 832*/
bded7de2
SC
833
834 PROTO(boolean, bfd_set_section_size,
7a276b09 835 (bfd *, asection *, bfd_size_type val));
bded7de2
SC
836
837/*
838
839 bfd_set_section_contents
2f60a880 840Sets the contents of the section @var{section} in BFD @var{abfd} to
7a276b09
SC
841the data starting in memory at @var{data}. The data is written to the
842output section starting at offset @var{offset} for @var{count} bytes.
843
844Normally @code{true} is returned, else @code{false}. Possible error
845returns are:
846@table @code
847@item no_contents
848The output section does not have the @code{SEC_HAS_CONTENTS}
849attribute, so nothing can be written to it.
850@item and some more too
851@end table
852This routine is front end to the back end function @code{_bfd_set_section_contents}.
7a276b09 853*/
bded7de2
SC
854
855 PROTO(boolean, bfd_set_section_contents,
7a276b09
SC
856 (bfd *abfd,
857 asection *section,
858 PTR data,
859 file_ptr offset,
860 bfd_size_type count));
bded7de2
SC
861
862/*
863
864 bfd_get_section_contents
2f60a880 865This function reads data from @var{section} in BFD @var{abfd} into
7a276b09
SC
866memory starting at @var{location}. The data is read at an offset of
867@var{offset} from the start of the input section, and is read for
868@var{count} bytes.
869
870If the contents of a constuctor with the @code{SEC_CONSTUCTOR} flag
871set are requested, then the @var{location} is filled with zeroes.
872
873If no errors occur, @code{true} is returned, else @code{false}.
874Possible errors are:
875
876@table @code
877@item unknown yet
878@end table
7a276b09 879*/
bded7de2
SC
880
881 PROTO(boolean, bfd_get_section_contents,
7a276b09
SC
882 (bfd *abfd, asection *section, PTR location,
883 file_ptr offset, bfd_size_type count));
7a276b09 884
bded7de2 885/*
1ac2d1f2 886*/
bded7de2 887
bded7de2 888
b39096a4
SC
889
890/*:archures.c*/
891/* bfd_architecture
892This enum gives the object file's CPU
893architecture, in a global sense. E.g. what processor family does it
894belong to? There is another field, which indicates what processor
895within the family is in use. The machine gives a number which
896distingushes different versions of the architecture, containing for
897example 2 and 3 for Intel i960 KA and i960 KB, and 68020 and 68030 for
898Motorola 68020 and 68030.
7a276b09 899*/
bded7de2 900
b39096a4 901enum bfd_architecture
7a276b09 902{
b39096a4
SC
903 bfd_arch_unknown, /* File arch not known */
904 bfd_arch_obscure, /* Arch known, not one of these */
905 bfd_arch_m68k, /* Motorola 68xxx */
906 bfd_arch_vax, /* DEC Vax */
907 bfd_arch_i960, /* Intel 960 */
908 /* The order of the following is important.
909 lower number indicates a machine type that
910 only accepts a subset of the instructions
911 available to machines with higher numbers.
912 The exception is the "ca", which is
913 incompatible with all other machines except
914 "core". */
7a276b09 915
b39096a4
SC
916#define bfd_mach_i960_core 1
917#define bfd_mach_i960_ka_sa 2
918#define bfd_mach_i960_kb_sb 3
919#define bfd_mach_i960_mc 4
920#define bfd_mach_i960_xa 5
921#define bfd_mach_i960_ca 6
922
923 bfd_arch_a29k, /* AMD 29000 */
924 bfd_arch_sparc, /* SPARC */
925 bfd_arch_mips, /* MIPS Rxxxx */
926 bfd_arch_i386, /* Intel 386 */
927 bfd_arch_ns32k, /* National Semiconductor 32xxx */
928 bfd_arch_tahoe, /* CCI/Harris Tahoe */
929 bfd_arch_i860, /* Intel 860 */
6603bf38 930 bfd_arch_romp, /* IBM ROMP PC/RT */
b39096a4
SC
931 bfd_arch_alliant, /* Alliant */
932 bfd_arch_convex, /* Convex */
933 bfd_arch_m88k, /* Motorola 88xxx */
934 bfd_arch_pyramid, /* Pyramid Technology */
935 bfd_arch_h8300, /* Hitachi H8/300 */
6603bf38 936 bfd_arch_rs6000, /* IBM RS/6000 */
b39096a4
SC
937 bfd_arch_last
938 };
7a276b09 939
bded7de2 940/*
b39096a4
SC
941stuff
942
81f8fee9 943 bfd_arch_info
b39096a4 944This structure contains information on architectures.
bded7de2 945*/
81f8fee9 946typedef int bfd_reloc_code_type;
bded7de2 947
81f8fee9 948typedef struct bfd_arch_info
b39096a4
SC
949{
950 int bits_per_word;
951 int bits_per_address;
952 int bits_per_byte;
953 enum bfd_architecture arch;
954 long mach;
955 char *arch_name;
956 CONST char *printable_name;
957/* true if this is the default machine for the architecture */
958 boolean the_default;
81f8fee9
JG
959 CONST struct bfd_arch_info * EXFUN((*compatible),(CONST struct bfd_arch_info *a,
960 CONST struct bfd_arch_info *b));
b39096a4 961
81f8fee9 962 boolean EXFUN((*scan),(CONST struct bfd_arch_info *,CONST char *));
b39096a4
SC
963 unsigned int EXFUN((*disassemble),(bfd_vma addr, CONST char *data,
964 PTR stream));
de7e640d 965 CONST struct reloc_howto_struct *EXFUN((*reloc_type_lookup), (CONST struct
81f8fee9
JG
966 bfd_arch_info *,
967 bfd_reloc_code_type code));
b39096a4 968
81f8fee9 969 struct bfd_arch_info *next;
b39096a4 970
81f8fee9 971} bfd_arch_info_type;
b39096a4
SC
972
973/*
b39096a4 974 bfd_printable_name
7a276b09 975
b39096a4
SC
976Return a printable string representing the architecture and machine
977from the pointer to the arch info structure
bded7de2
SC
978*/
979
b39096a4 980 CONST char *EXFUN(bfd_printable_name,(bfd *abfd));
7a276b09 981
bded7de2 982/*
b39096a4
SC
983
984*i bfd_scan_arch
985This routine is provided with a string and tries to work out if bfd
986supports any cpu which could be described with the name provided. The
987routine returns a pointer to an arch_info structure if a machine is
988found, otherwise NULL.
bded7de2
SC
989*/
990
81f8fee9 991 bfd_arch_info_type *EXFUN(bfd_scan_arch,(CONST char *));
7a276b09 992
bded7de2 993/*
b39096a4
SC
994
995 bfd_arch_get_compatible
996This routine is used to determine whether two BFDs' architectures and
997machine types are compatible. It calculates the lowest common
998denominator between the two architectures and machine types implied by
999the BFDs and returns a pointer to an arch_info structure describing
1000the compatible machine.
bded7de2
SC
1001*/
1002
81f8fee9 1003 CONST bfd_arch_info_type *EXFUN(bfd_arch_get_compatible,
b39096a4
SC
1004 (CONST bfd *abfd,
1005 CONST bfd *bbfd));
7a276b09 1006
bded7de2 1007/*
b39096a4
SC
1008
1009 bfd_set_arch_info
bded7de2
SC
1010*/
1011
81f8fee9 1012 void EXFUN(bfd_set_arch_info,(bfd *, bfd_arch_info_type *));
7a276b09 1013
bded7de2 1014/*
b39096a4
SC
1015
1016 bfd_get_arch
1017
1018Returns the enumerated type which describes the supplied bfd's
1019architecture
bded7de2
SC
1020*/
1021
b39096a4 1022 enum bfd_architecture EXFUN(bfd_get_arch, (bfd *abfd));
7a276b09 1023
bded7de2 1024/*
b39096a4
SC
1025
1026 bfd_get_mach
1027
1028Returns the long type which describes the supplied bfd's
1029machine
bded7de2
SC
1030*/
1031
b39096a4 1032 unsigned long EXFUN(bfd_get_mach, (bfd *abfd));
7a276b09 1033
bded7de2 1034/*
bded7de2 1035
b39096a4
SC
1036 bfd_arch_bits_per_byte
1037
1038Returns the number of bits in one of the architectures bytes
bded7de2
SC
1039*/
1040
b39096a4 1041 unsigned int EXFUN(bfd_arch_bits_per_byte, (bfd *abfd));
7a276b09 1042
bded7de2 1043/*
b39096a4
SC
1044
1045 bfd_arch_bits_per_address
1046
1047Returns the number of bits in one of the architectures addresses
bded7de2
SC
1048*/
1049
b39096a4 1050 unsigned int EXFUN(bfd_arch_bits_per_address, (bfd *abfd));
7a276b09 1051
bded7de2 1052/*
b39096a4
SC
1053
1054 bfd_get_arch_info
bded7de2
SC
1055*/
1056
81f8fee9 1057 bfd_arch_info_type * EXFUN(bfd_get_arch_info,(bfd *));
7a276b09 1058
bded7de2 1059/*
7a276b09 1060
de7e640d
SC
1061 bfd_lookup_arch
1062
bded7de2 1063*/
81f8fee9 1064 bfd_arch_info_type * EXFUN(bfd_lookup_arch,(enum
de7e640d 1065 bfd_architecture arch,long machine));
7a276b09 1066
bded7de2 1067/*
1c6c6598 1068
de7e640d
SC
1069Look for the architecure info struct which matches the arguments
1070given. A machine of 0 will match the machine/architecture structure which
1071marks itself as the default.
bded7de2 1072
de7e640d
SC
1073 bfd_printable_arch_mach
1074Return a printable string representing the architecture and machine
1075type.
1c6c6598 1076
de7e640d 1077NB. The use of this routine is depreciated.
bded7de2
SC
1078*/
1079
de7e640d
SC
1080 PROTO(CONST char *,bfd_printable_arch_mach,
1081 (enum bfd_architecture arch, unsigned long machine));
1c6c6598 1082
bded7de2 1083/*
bded7de2
SC
1084*/
1085
b39096a4
SC
1086/*:reloc.c*/
1087/* bfd_perform_relocation
1088The relocation routine returns as a status an enumerated type:
1089*/
7a276b09 1090
b39096a4
SC
1091typedef enum bfd_reloc_status {
1092/* No errors detected
bded7de2
SC
1093*/
1094
b39096a4 1095 bfd_reloc_ok,
7a276b09 1096
bded7de2 1097/*
b39096a4 1098The relocation was performed, but there was an overflow.
bded7de2
SC
1099*/
1100
b39096a4 1101 bfd_reloc_overflow,
7a276b09 1102
bded7de2 1103/*
b39096a4 1104The address to relocate was not within the section supplied
7a276b09 1105*/
7a276b09 1106
b39096a4 1107 bfd_reloc_outofrange,
bded7de2 1108
b39096a4
SC
1109/*
1110Used by special functions
7a276b09 1111*/
bded7de2 1112
b39096a4 1113 bfd_reloc_continue,
7a276b09 1114
bded7de2 1115/*
b39096a4 1116Unused
7a276b09 1117*/
7a276b09 1118
b39096a4 1119 bfd_reloc_notsupported,
bded7de2
SC
1120
1121/*
b39096a4
SC
1122Unsupported relocation size requested.
1123*/
bded7de2 1124
b39096a4
SC
1125 bfd_reloc_other,
1126
1127/*
1128The symbol to relocate against was undefined.
7a276b09 1129*/
bded7de2 1130
b39096a4 1131 bfd_reloc_undefined,
bded7de2
SC
1132
1133/*
b39096a4
SC
1134The relocation was performed, but may not be ok - presently generated
1135only when linking i960 coff files with i960 b.out symbols.
1136*/
bded7de2 1137
b39096a4
SC
1138 bfd_reloc_dangerous
1139 }
81f8fee9 1140 bfd_reloc_status_type;
7a276b09 1141
b39096a4 1142/*
7a276b09 1143*/
7a276b09 1144
b39096a4
SC
1145typedef struct reloc_cache_entry
1146{
7a276b09 1147
b39096a4
SC
1148/*
1149A pointer into the canonical table of pointers
1150*/
7a276b09 1151
b39096a4
SC
1152 struct symbol_cache_entry **sym_ptr_ptr;
1153
1154/*
1155offset in section
7a276b09 1156*/
bded7de2 1157
b39096a4
SC
1158 rawdata_offset address;
1159
1160/*
1161addend for relocation value
bded7de2 1162*/
7a276b09 1163
b39096a4 1164 bfd_vma addend;
7a276b09 1165
bded7de2 1166/*
b39096a4 1167if sym is null this is the section
bded7de2
SC
1168*/
1169
b39096a4
SC
1170 struct sec *section;
1171
1172/*
1173Pointer to how to perform the required relocation
1174*/
1175
1176 CONST struct reloc_howto_struct *howto;
1177} arelent;
7a276b09 1178
bded7de2
SC
1179/*
1180
b39096a4
SC
1181 reloc_howto_type
1182The @code{reloc_howto_type} is a structure which contains all the
1183information that BFD needs to know to tie up a back end's data.
1184*/
bded7de2 1185
b39096a4
SC
1186typedef CONST struct reloc_howto_struct
1187{
1188/* The type field has mainly a documetary use - the back end can to what
1189it wants with it, though the normally the back end's external idea of
1190what a reloc number would be would be stored in this field. For
1191example, the a PC relative word relocation in a coff environment would
1192have the type 023 - because that's what the outside world calls a
1193R_PCRWORD reloc.
bded7de2
SC
1194*/
1195
b39096a4 1196 unsigned int type;
7a276b09 1197
bded7de2 1198/*
b39096a4
SC
1199The value the final relocation is shifted right by. This drops
1200unwanted data from the relocation.
bded7de2
SC
1201*/
1202
b39096a4 1203 unsigned int rightshift;
7a276b09 1204
bded7de2 1205/*
b39096a4
SC
1206The size of the item to be relocated - 0, is one byte, 1 is 2 bytes, 3
1207is four bytes.
bded7de2
SC
1208*/
1209
b39096a4 1210 unsigned int size;
7a276b09 1211
bded7de2 1212/*
b39096a4 1213Now obsolete
bded7de2
SC
1214*/
1215
b39096a4 1216 unsigned int bitsize;
7a276b09 1217
bded7de2 1218/*
b39096a4
SC
1219Notes that the relocation is relative to the location in the data
1220section of the addend. The relocation function will subtract from the
1221relocation value the address of the location being relocated.
bded7de2
SC
1222*/
1223
b39096a4 1224 boolean pc_relative;
7a276b09 1225
bded7de2 1226/*
b39096a4 1227Now obsolete
bded7de2
SC
1228*/
1229
b39096a4 1230 unsigned int bitpos;
bded7de2
SC
1231
1232/*
b39096a4 1233Now obsolete
bded7de2 1234*/
b39096a4
SC
1235
1236 boolean absolute;
1237
1238/*
1239Causes the relocation routine to return an error if overflow is
1240detected when relocating.
bded7de2 1241*/
7a276b09 1242
b39096a4 1243 boolean complain_on_overflow;
7a276b09 1244
bded7de2 1245/*
b39096a4
SC
1246If this field is non null, then the supplied function is called rather
1247than the normal function. This allows really strange relocation
1248methods to be accomodated (eg, i960 callj instructions).
bded7de2
SC
1249*/
1250
81f8fee9 1251 bfd_reloc_status_type (*special_function)();
7a276b09 1252
bded7de2 1253/*
b39096a4 1254The textual name of the relocation type.
bded7de2
SC
1255*/
1256
b39096a4 1257 char *name;
a07cc613 1258
bded7de2 1259/*
b39096a4
SC
1260When performing a partial link, some formats must modify the
1261relocations rather than the data - this flag signals this.
bded7de2
SC
1262*/
1263
b39096a4 1264 boolean partial_inplace;
7a276b09 1265
bded7de2 1266/*
b39096a4
SC
1267The src_mask is used to select what parts of the read in data are to
1268be used in the relocation sum. Eg, if this was an 8 bit bit of data
1269which we read and relocated, this would be 0x000000ff. When we have
1270relocs which have an addend, such as sun4 extended relocs, the value
1271in the offset part of a relocating field is garbage so we never use
1272it. In this case the mask would be 0x00000000.
bded7de2
SC
1273*/
1274
b39096a4
SC
1275 bfd_word src_mask;
1276/* The dst_mask is what parts of the instruction are replaced into the
1277instruction. In most cases src_mask == dst_mask, except in the above
1278special case, where dst_mask would be 0x000000ff, and src_mask would
1279be 0x00000000.
1280*/
1281
1282 bfd_word dst_mask;
7a276b09 1283
bded7de2 1284/*
b39096a4
SC
1285When some formats create PC relative instructions, they leave the
1286value of the pc of the place being relocated in the offset slot of the
1287instruction, so that a PC relative relocation can be made just by
1288adding in an ordinary offset (eg sun3 a.out). Some formats leave the
1289displacement part of an instruction empty (eg m88k bcs), this flag
1290signals the fact.
bded7de2
SC
1291*/
1292
b39096a4
SC
1293 boolean pcrel_offset;
1294} reloc_howto_type;
7a276b09 1295
bded7de2 1296/*
b39096a4
SC
1297
1298 HOWTO
1299The HOWTO define is horrible and will go away.
bded7de2 1300*/
b39096a4
SC
1301#define HOWTO(C, R,S,B, P, BI, ABS, O, SF, NAME, INPLACE, MASKSRC, MASKDST, PC) \
1302 {(unsigned)C,R,S,B, P, BI, ABS,O,SF,NAME,INPLACE,MASKSRC,MASKDST,PC}
bded7de2 1303
b39096a4
SC
1304/*
1305And will be replaced with the totally magic way. But for the moment,
1306we are compatible, so do it this way..
1307*/
1308
46773090 1309#define NEWHOWTO( FUNCTION, NAME,SIZE,REL,IN) HOWTO(0,0,SIZE,0,REL,0,false,false,FUNCTION, NAME,false,0,0,IN)
7a276b09 1310
bded7de2 1311/*
b39096a4 1312Helper routine to turn a symbol into a relocation value.
bded7de2
SC
1313*/
1314
b39096a4
SC
1315
1316#define HOWTO_PREPARE(relocation, symbol) \
1317 { \
1318 if (symbol != (asymbol *)NULL) { \
1319 if (symbol->flags & BSF_FORT_COMM) { \
1320 relocation = 0; \
1321 } \
1322 else { \
1323 relocation = symbol->value; \
1324 } \
1325 } \
1326 if (symbol->section != (asection *)NULL) { \
1327 relocation += symbol->section->output_section->vma + \
1328 symbol->section->output_offset; \
1329 } \
1330}
7a276b09 1331
bded7de2 1332/*
b39096a4 1333 reloc_chain
bded7de2 1334*/
b39096a4 1335typedef unsigned char bfd_byte;
bded7de2 1336
b39096a4
SC
1337typedef struct relent_chain {
1338 arelent relent;
1339 struct relent_chain *next;
1340} arelent_chain;
1341
1342/*
1343
1344If an output_bfd is supplied to this function the generated image
1345will be relocatable, the relocations are copied to the output file
1346after they have been changed to reflect the new state of the world.
1347There are two ways of reflecting the results of partial linkage in an
1348output file; by modifying the output data in place, and by modifying
1349the relocation record. Some native formats (eg basic a.out and basic
1350coff) have no way of specifying an addend in the relocation type, so
1351the addend has to go in the output data. This is no big deal since in
1352these formats the output data slot will always be big enough for the
1353addend. Complex reloc types with addends were invented to solve just
1354this problem.
1355*/
81f8fee9 1356 PROTO(bfd_reloc_status_type,
b39096a4
SC
1357 bfd_perform_relocation,
1358 (bfd * abfd,
1359 arelent *reloc_entry,
1360 PTR data,
1361 asection *input_section,
1362 bfd *output_bfd));
7a276b09 1363
de7e640d
SC
1364/*
1365
81f8fee9 1366 bfd_reloc_code_type
de7e640d
SC
1367*/
1368
81f8fee9 1369typedef enum bfd_reloc_code_real {
de7e640d
SC
1370
1371/*
137216 bits wide, simple reloc
1373*/
1374
1375 BFD_RELOC_16,
1376
1377/*
13788 bits wide, but used to form an address like 0xffnn
1379*/
1380
1381 BFD_RELOC_8_FFnn,
1382
1383/*
13848 bits wide, simple
1385*/
1386
1387 BFD_RELOC_8,
1388
1389/*
13908 bits wide, pc relative
1391*/
1392
358c1d4d
SC
1393 BFD_RELOC_8_PCREL,
1394
1395/*
1396The type of reloc used to build a contructor table - at the moment probably a 32 bit
1397wide abs address, but the cpu can choose.
1398*/
1399
1400 BFD_RELOC_CTOR
1401
1402/*
1403*/
81f8fee9 1404 } bfd_reloc_code_real_type;
de7e640d
SC
1405
1406/*
1407
1408 bfd_reloc_type_lookup
1409This routine returns a pointer to a howto struct which when invoked,
1410will perform the supplied relocation on data from the architecture
1411noted.
de7e640d
SC
1412*/
1413
1414 PROTO(CONST struct reloc_howto_struct *,
1415 bfd_reloc_type_lookup,
81f8fee9 1416 (CONST bfd_arch_info_type *arch, bfd_reloc_code_type code));
de7e640d 1417
bded7de2 1418/*
bded7de2
SC
1419*/
1420
b39096a4
SC
1421/*:syms.c*/
1422/* @subsection typedef asymbol
1423An @code{asymbol} has the form:
bded7de2 1424*/
7a276b09 1425
b39096a4
SC
1426typedef struct symbol_cache_entry
1427{
1428/* A pointer to the BFD which owns the symbol. This information is
1429necessary so that a back end can work out what additional (invisible to
1430the application writer) information is carried with the symbol.
bded7de2 1431*/
7a276b09 1432
b39096a4 1433 struct _bfd *the_bfd;
7a276b09 1434
bded7de2 1435/*
b39096a4
SC
1436The text of the symbol. The name is left alone, and not copied - the
1437application may not alter it.
bded7de2
SC
1438*/
1439
b39096a4 1440 CONST char *name;
7a276b09 1441
bded7de2 1442/*
b39096a4 1443The value of the symbol.
bded7de2
SC
1444*/
1445
b39096a4 1446 symvalue value;
7a276b09 1447
bded7de2 1448/*
b39096a4 1449Attributes of a symbol:
bded7de2
SC
1450*/
1451
b39096a4 1452#define BSF_NO_FLAGS 0x00
7a276b09 1453
bded7de2 1454/*
b39096a4
SC
1455The symbol has local scope; @code{static} in @code{C}. The value is
1456the offset into the section of the data.
bded7de2
SC
1457*/
1458
b39096a4 1459#define BSF_LOCAL 0x01
7a276b09 1460
bded7de2 1461/*
b39096a4
SC
1462The symbol has global scope; initialized data in @code{C}. The value
1463is the offset into the section of the data.
bded7de2
SC
1464*/
1465
b39096a4 1466#define BSF_GLOBAL 0x02
7a276b09 1467
bded7de2 1468/*
b39096a4 1469Obsolete
bded7de2
SC
1470*/
1471
b39096a4 1472#define BSF_IMPORT 0x04
a07cc613 1473
bded7de2 1474/*
b39096a4
SC
1475The symbol has global scope, and is exported. The value is the offset
1476into the section of the data.
1477*/
7a276b09 1478
b39096a4 1479#define BSF_EXPORT 0x08
bded7de2 1480
b39096a4
SC
1481/*
1482The symbol is undefined. @code{extern} in @code{C}. The value has no meaning.
7a276b09 1483*/
bded7de2 1484
b39096a4 1485#define BSF_UNDEFINED 0x10
bded7de2
SC
1486
1487/*
b39096a4
SC
1488The symbol is common, initialized to zero; default in @code{C}. The
1489value is the size of the object in bytes.
1490*/
bded7de2 1491
b39096a4 1492#define BSF_FORT_COMM 0x20
bded7de2 1493
b39096a4
SC
1494/*
1495A normal @code{C} symbol would be one of:
1496@code{BSF_LOCAL}, @code{BSF_FORT_COMM}, @code{BSF_UNDEFINED} or @code{BSF_EXPORT|BSD_GLOBAL}
1497
1498The symbol is a debugging record. The value has an arbitary meaning.
bded7de2
SC
1499*/
1500
b39096a4 1501#define BSF_DEBUGGING 0x40
a07cc613 1502
bded7de2 1503/*
b39096a4
SC
1504The symbol has no section attached, any value is the actual value and
1505is not a relative offset to a section.
1506*/
bded7de2 1507
b39096a4
SC
1508#define BSF_ABSOLUTE 0x80
1509
1510/*
1511Used by the linker
7a276b09 1512*/
bded7de2 1513
b39096a4
SC
1514#define BSF_KEEP 0x10000
1515#define BSF_KEEP_G 0x80000
bded7de2 1516
b39096a4
SC
1517/*
1518Unused
1519*/
a07cc613 1520
b39096a4
SC
1521#define BSF_WEAK 0x100000
1522#define BSF_CTOR 0x200000
1523#define BSF_FAKE 0x400000
a07cc613 1524
b39096a4
SC
1525/*
1526The symbol used to be a common symbol, but now it is allocated.
1527*/
a07cc613 1528
b39096a4 1529#define BSF_OLD_COMMON 0x800000
7a276b09 1530
b39096a4
SC
1531/*
1532The default value for common data.
1533*/
7a276b09 1534
b39096a4 1535#define BFD_FORT_COMM_DEFAULT_VALUE 0
a07cc613 1536
b39096a4
SC
1537/*
1538In some files the type of a symbol sometimes alters its location
1539in an output file - ie in coff a @code{ISFCN} symbol which is also @code{C_EXT}
1540symbol appears where it was declared and not at the end of a section.
1541This bit is set by the target BFD part to convey this information.
1542*/
e8929c8d 1543
b39096a4 1544#define BSF_NOT_AT_END 0x40000
e8929c8d 1545
b39096a4
SC
1546/*
1547Signal that the symbol is the label of constructor section.
1548*/
1549
1550#define BSF_CONSTRUCTOR 0x1000000
e8929c8d 1551
bded7de2 1552/*
b39096a4
SC
1553Signal that the symbol is a warning symbol. If the symbol is a warning
1554symbol, then the value field (I know this is tacky) will point to the
1555asymbol which when referenced will cause the warning.
1ac2d1f2 1556*/
bded7de2 1557
b39096a4
SC
1558#define BSF_WARNING 0x2000000
1559
1560/*
1561Signal that the symbol is indirect. The value of the symbol is a
1562pointer to an undefined asymbol which contains the name to use
1563instead.
7a276b09 1564*/
b39096a4
SC
1565
1566#define BSF_INDIRECT 0x4000000
bded7de2
SC
1567
1568/*
b39096a4
SC
1569*/
1570 flagword flags;
bded7de2 1571
b39096a4
SC
1572/*
1573A pointer to the section to which this symbol is relative, or 0 if the
1574symbol is absolute or undefined. Note that it is not sufficient to set
1575this location to 0 to mark a symbol as absolute - the flag
1576@code{BSF_ABSOLUTE} must be set also.
1577*/
2c346475 1578
b39096a4
SC
1579 struct sec *section;
1580
1581/*
1582Back end special data. This is being phased out in favour of making
1583this a union.
7a276b09 1584*/
2c346475 1585
b39096a4
SC
1586 PTR udata;
1587} asymbol;
bded7de2
SC
1588
1589/*
1590
b39096a4
SC
1591 get_symtab_upper_bound
1592Returns the number of bytes required in a vector of pointers to
1593@code{asymbols} for all the symbols in the supplied BFD, including a
1594terminal NULL pointer. If there are no symbols in the BFD, then 0 is
1595returned.
bded7de2 1596*/
b39096a4
SC
1597#define get_symtab_upper_bound(abfd) \
1598 BFD_SEND (abfd, _get_symtab_upper_bound, (abfd))
bded7de2
SC
1599
1600/*
1601
b39096a4
SC
1602 bfd_canonicalize_symtab
1603Supplied a BFD and a pointer to an uninitialized vector of pointers.
1604This reads in the symbols from the BFD, and fills in the table with
1605pointers to the symbols, and a trailing NULL. The routine returns the
1606actual number of symbol pointers not including the NULL.
7a276b09 1607*/
bded7de2 1608
b39096a4
SC
1609#define bfd_canonicalize_symtab(abfd, location) \
1610 BFD_SEND (abfd, _bfd_canonicalize_symtab,\
1611 (abfd, location))
a737c70b 1612
bded7de2 1613/*
b39096a4 1614 bfd_set_symtab
1d2c5574 1615Provided a table of pointers to symbols and a count, writes to the
b39096a4 1616output BFD the symbols when closed.
1ac2d1f2 1617*/
a737c70b 1618
b39096a4 1619 PROTO(boolean, bfd_set_symtab, (bfd *, asymbol **, unsigned int ));
2700c3c7 1620
b39096a4
SC
1621/*
1622
1623 bfd_print_symbol_vandf
1624Prints the value and flags of the symbol supplied to the stream file.
2f60a880
RP
1625*/
1626
b39096a4 1627 PROTO(void, bfd_print_symbol_vandf, (PTR file, asymbol *symbol));
2f60a880
RP
1628
1629/*
1630
b39096a4
SC
1631 bfd_make_empty_symbol
1632This function creates a new @code{asymbol} structure for the BFD, and
1633returns a pointer to it.
1634
1635This routine is necessary, since each back end has private information
1636surrounding the @code{asymbol}. Building your own @code{asymbol} and
1637pointing to it will not create the private information, and will cause
1638problems later on.
2f60a880 1639*/
b39096a4
SC
1640#define bfd_make_empty_symbol(abfd) \
1641 BFD_SEND (abfd, _bfd_make_empty_symbol, (abfd))
2f60a880 1642
b941cb35
PB
1643/*
1644 bfd_decode_symclass
1645Return a lower-case character corresponding to the symbol class of symbol.
1646*/
1647
1648 PROTO(int, bfd_decode_symclass, (asymbol *symbol));
1649
b941cb35
PB
1650/*
1651*/
1652
b39096a4
SC
1653/*:bfd.c*/
1654/* @section @code{typedef bfd}
2f60a880 1655
b39096a4
SC
1656A BFD is has type @code{bfd}; objects of this type are the cornerstone
1657of any application using @code{libbfd}. References though the BFD and
1658to data in the BFD give the entire BFD functionality.
2f60a880 1659
b39096a4
SC
1660Here is the struct used to define the type @code{bfd}. This contains
1661the major data about the file, and contains pointers to the rest of
1662the data.
2f60a880 1663*/
b39096a4
SC
1664
1665struct _bfd
1666{
1667/* The filename the application opened the BFD with.
1668*/
1669
1670 CONST char *filename;
2f60a880
RP
1671
1672/*
b39096a4 1673A pointer to the target jump table.
1ac2d1f2 1674*/
2f60a880 1675
b39096a4
SC
1676 struct bfd_target *xvec;
1677
1678/*
1679
1680To avoid dragging too many header files into every file that
1681includes @file{bfd.h}, IOSTREAM has been declared as a "char *", and MTIME
1682as a "long". Their correct types, to which they are cast when used,
1683are "FILE *" and "time_t".
1684
1685The iostream is the result of an fopen on the filename.
7a276b09 1686*/
bded7de2 1687
b39096a4
SC
1688 char *iostream;
1689
1690/*
1691Is the file being cached @xref{File Caching}.
bded7de2 1692*/
a07cc613 1693
b39096a4 1694 boolean cacheable;
a07cc613 1695
bded7de2 1696/*
b39096a4
SC
1697Marks whether there was a default target specified when the BFD was
1698opened. This is used to select what matching algorithm to use to chose
1699the back end.
bded7de2
SC
1700*/
1701
b39096a4 1702 boolean target_defaulted;
a07cc613 1703
bded7de2 1704/*
b39096a4
SC
1705The caching routines use these to maintain a least-recently-used list of
1706BFDs (@pxref{File Caching}).
bded7de2
SC
1707*/
1708
b39096a4 1709 struct _bfd *lru_prev, *lru_next;
a07cc613 1710
bded7de2 1711/*
b39096a4
SC
1712When a file is closed by the caching routines, BFD retains state
1713information on the file here:
bded7de2
SC
1714*/
1715
b39096a4 1716 file_ptr where;
a07cc613 1717
bded7de2 1718/*
b39096a4 1719and here:
bded7de2
SC
1720*/
1721
b39096a4 1722 boolean opened_once;
7a276b09 1723
bded7de2 1724/*
b39096a4
SC
1725*/
1726 boolean mtime_set;
1727/* File modified time
bded7de2
SC
1728*/
1729
b39096a4 1730 long mtime;
7a276b09 1731
bded7de2 1732/*
b39096a4 1733Reserved for an unimplemented file locking extension.
bded7de2
SC
1734*/
1735
b39096a4 1736int ifd;
7a276b09 1737
bded7de2 1738/*
b39096a4 1739The format which belongs to the BFD.
bded7de2
SC
1740*/
1741
b39096a4 1742 bfd_format format;
bded7de2
SC
1743
1744/*
b39096a4 1745The direction the BFD was opened with
bded7de2
SC
1746*/
1747
b39096a4
SC
1748 enum bfd_direction {no_direction = 0,
1749 read_direction = 1,
1750 write_direction = 2,
1751 both_direction = 3} direction;
7a276b09 1752
bded7de2 1753/*
b39096a4 1754Format_specific flags
bded7de2
SC
1755*/
1756
b39096a4 1757 flagword flags;
7a276b09 1758
bded7de2 1759/*
b39096a4
SC
1760Currently my_archive is tested before adding origin to anything. I
1761believe that this can become always an add of origin, with origin set
1762to 0 for non archive files.
bded7de2
SC
1763*/
1764
b39096a4 1765 file_ptr origin;
7a276b09 1766
bded7de2 1767/*
b39096a4 1768Remember when output has begun, to stop strange things happening.
bded7de2
SC
1769*/
1770
b39096a4 1771 boolean output_has_begun;
7a276b09 1772
bded7de2 1773/*
b39096a4 1774Pointer to linked list of sections
bded7de2
SC
1775*/
1776
b39096a4 1777 struct sec *sections;
7a276b09 1778
bded7de2 1779/*
b39096a4 1780The number of sections
bded7de2
SC
1781*/
1782
b39096a4 1783 unsigned int section_count;
7a276b09 1784
bded7de2 1785/*
b39096a4
SC
1786Stuff only useful for object files:
1787The start address.
1788*/
7a276b09 1789
b39096a4
SC
1790 bfd_vma start_address;
1791/* Used for input and output
7a276b09 1792*/
bded7de2 1793
b39096a4
SC
1794 unsigned int symcount;
1795/* Symbol table for output BFD
bded7de2 1796*/
19b03b7a 1797
b39096a4 1798 struct symbol_cache_entry **outsymbols;
a07cc613 1799
bded7de2 1800/*
b39096a4 1801Pointer to structure which contains architecture information
bded7de2
SC
1802*/
1803
81f8fee9 1804 struct bfd_arch_info *arch_info;
a07cc613 1805
bded7de2 1806/*
b39096a4 1807Stuff only useful for archives:
bded7de2
SC
1808*/
1809
b39096a4
SC
1810 PTR arelt_data;
1811 struct _bfd *my_archive;
1812 struct _bfd *next;
1813 struct _bfd *archive_head;
1814 boolean has_armap;
9b9c5c39 1815
bded7de2 1816/*
b39096a4 1817Used by the back end to hold private data.
bded7de2
SC
1818*/
1819
b39096a4 1820 PTR tdata;
a07cc613 1821
bded7de2 1822/*
b39096a4 1823Used by the application to hold private data
bded7de2
SC
1824*/
1825
b39096a4 1826 PTR usrdata;
a07cc613 1827
bded7de2 1828/*
b39096a4 1829Where all the allocated stuff under this BFD goes (@pxref{Memory Usage}).
bded7de2
SC
1830*/
1831
b39096a4
SC
1832 struct obstack memory;
1833};
a07cc613 1834
bded7de2 1835/*
b39096a4
SC
1836
1837 bfd_set_start_address
1838
1839Marks the entry point of an output BFD. Returns @code{true} on
1840success, @code{false} otherwise.
bded7de2
SC
1841*/
1842
b39096a4 1843 PROTO(boolean, bfd_set_start_address,(bfd *, bfd_vma));
19b03b7a 1844
bded7de2 1845/*
b39096a4
SC
1846
1847 bfd_get_mtime
1848
1849Return cached file modification time (e.g. as read from archive header
1850for archive members, or from file system if we have been called
1851before); else determine modify time, cache it, and return it.
bded7de2
SC
1852*/
1853
b39096a4 1854 PROTO(long, bfd_get_mtime, (bfd *));
a07cc613 1855
bded7de2 1856/*
b39096a4
SC
1857
1858 stuff
bded7de2
SC
1859*/
1860
b39096a4
SC
1861
1862#define bfd_sizeof_headers(abfd, reloc) \
1863 BFD_SEND (abfd, _bfd_sizeof_headers, (abfd, reloc))
1864
1865#define bfd_find_nearest_line(abfd, section, symbols, offset, filename_ptr, func, line_ptr) \
1866 BFD_SEND (abfd, _bfd_find_nearest_line, (abfd, section, symbols, offset, filename_ptr, func, line_ptr))
1867
1868#define bfd_debug_info_start(abfd) \
1869 BFD_SEND (abfd, _bfd_debug_info_start, (abfd))
1870
1871#define bfd_debug_info_end(abfd) \
1872 BFD_SEND (abfd, _bfd_debug_info_end, (abfd))
1873
1874#define bfd_debug_info_accumulate(abfd, section) \
1875 BFD_SEND (abfd, _bfd_debug_info_accumulate, (abfd, section))
1876
1877#define bfd_stat_arch_elt(abfd, stat) \
1878 BFD_SEND (abfd, _bfd_stat_arch_elt,(abfd, stat))
1879
1880#define bfd_coff_swap_aux_in(a,e,t,c,i) \
1881 BFD_SEND (a, _bfd_coff_swap_aux_in, (a,e,t,c,i))
1882
1883#define bfd_coff_swap_sym_in(a,e,i) \
1884 BFD_SEND (a, _bfd_coff_swap_sym_in, (a,e,i))
1885
1886#define bfd_coff_swap_lineno_in(a,e,i) \
1887 BFD_SEND ( a, _bfd_coff_swap_lineno_in, (a,e,i))
1888
1889#define bfd_set_arch_mach(abfd, arch, mach)\
1890 BFD_SEND ( abfd, _bfd_set_arch_mach, (abfd, arch, mach))
7f3d9f46 1891
0c210c9c
SC
1892#define bfd_coff_swap_reloc_out(abfd, i, o) \
1893 BFD_SEND (abfd, _bfd_coff_swap_reloc_out, (abfd, i, o))
1894
1895#define bfd_coff_swap_lineno_out(abfd, i, o) \
1896 BFD_SEND (abfd, _bfd_coff_swap_lineno_out, (abfd, i, o))
1897
1898#define bfd_coff_swap_aux_out(abfd, i, t,c,o) \
1899 BFD_SEND (abfd, _bfd_coff_swap_aux_out, (abfd, i,t,c, o))
1900
1901#define bfd_coff_swap_sym_out(abfd, i,o) \
1902 BFD_SEND (abfd, _bfd_coff_swap_sym_out, (abfd, i, o))
1903
1904#define bfd_coff_swap_scnhdr_out(abfd, i,o) \
1905 BFD_SEND (abfd, _bfd_coff_swap_scnhdr_out, (abfd, i, o))
1906
1907#define bfd_coff_swap_filehdr_out(abfd, i,o) \
1908 BFD_SEND (abfd, _bfd_coff_swap_filehdr_out, (abfd, i, o))
1909
1910#define bfd_coff_swap_aouthdr_out(abfd, i,o) \
1911 BFD_SEND (abfd, _bfd_coff_swap_aouthdr_out, (abfd, i, o))
1912
bded7de2 1913/*
bded7de2
SC
1914*/
1915
b39096a4
SC
1916/*:archive.c*/
1917/* bfd_get_next_mapent
1918What this does
1919*/
1920 PROTO(symindex, bfd_get_next_mapent, (bfd *, symindex, carsym **));
7f3d9f46 1921
bded7de2 1922/*
b39096a4
SC
1923
1924 bfd_set_archive_head
1925
1926Used whilst processing archives. Sets the head of the chain of BFDs
1927contained in an archive to @var{new_head}. (see chapter on archives)
bded7de2
SC
1928*/
1929
b39096a4 1930 PROTO(boolean, bfd_set_archive_head, (bfd *output, bfd *new_head));
7a276b09 1931
bded7de2 1932/*
bded7de2 1933
b39096a4
SC
1934 bfd_get_elt_at_index
1935Return the sub bfd contained within the archive at archive index n.
bded7de2 1936*/
7a276b09 1937
b39096a4 1938 PROTO(bfd *, bfd_get_elt_at_index, (bfd *, int));
7a276b09 1939
bded7de2 1940/*
b39096a4
SC
1941
1942 bfd_openr_next_archived_file
1943Initially provided a BFD containing an archive and NULL, opens a BFD
1944on the first contained element and returns that. Subsequent calls to
1945bfd_openr_next_archived_file should pass the archive and the previous
1946return value to return a created BFD to the next contained element.
1947NULL is returned when there are no more.
bded7de2
SC
1948*/
1949
b39096a4
SC
1950 PROTO(bfd*, bfd_openr_next_archived_file,
1951 (bfd *archive, bfd *previous));
7a276b09 1952
bded7de2 1953/*
b39096a4 1954*/
bded7de2 1955
b39096a4
SC
1956
1957/*:core.c*/
1958/* bfd_core_file_failing_command
1959Returns a read-only string explaining what program was running when
1960it failed and produced the core file being read
4322f04d 1961*/
b39096a4
SC
1962
1963 PROTO(CONST char *, bfd_core_file_failing_command, (bfd *));
bded7de2
SC
1964
1965/*
1966
b39096a4
SC
1967 bfd_core_file_failing_signal
1968Returns the signal number which caused the core dump which generated
1969the file the BFD is attached to.
bded7de2 1970*/
a07cc613 1971
b39096a4 1972 PROTO(int, bfd_core_file_failing_signal, (bfd *));
a07cc613 1973
bded7de2 1974/*
7f3d9f46 1975
b39096a4
SC
1976 core_file_matches_executable_p
1977Returns @code{true} if the core file attached to @var{core_bfd} was
1978generated by a run of the executable file attached to @var{exec_bfd},
1979or else @code{false}.
7a276b09 1980*/
b39096a4
SC
1981 PROTO(boolean, core_file_matches_executable_p,
1982 (bfd *core_bfd, bfd *exec_bfd));
bded7de2
SC
1983
1984/*
1ac2d1f2 1985*/
bded7de2 1986
1ac2d1f2
RP
1987/*:targets.c*/
1988/* bfd_target
0c210c9c 1989@node bfd_target, , Targets, Targets
a737c70b 1990@subsection bfd_target
7a276b09
SC
1991This structure contains everything that BFD knows about a target.
1992It includes things like its byte order, name, what routines to call
1993to do various operations, etc.
1994
1995Every BFD points to a target structure with its "xvec" member.
1996
7a276b09
SC
1997Shortcut for declaring fields which are prototyped function pointers,
1998while avoiding anguish on compilers that don't support protos.
1999*/
bded7de2 2000
7a276b09
SC
2001#define SDEF(ret, name, arglist) \
2002 PROTO(ret,(*name),arglist)
2003#define SDEF_FMT(ret, name, arglist) \
2004 PROTO(ret,(*name[bfd_type_end]),arglist)
a07cc613 2005
bded7de2
SC
2006/*
2007These macros are used to dispatch to functions through the bfd_target
2f60a880
RP
2008vector. They are used in a number of macros further down in @file{bfd.h}, and
2009are also used when calling various routines by hand inside the BFD
7a276b09
SC
2010implementation. The "arglist" argument must be parenthesized; it
2011contains all the arguments to the called function.
2012*/
bded7de2 2013
7a276b09
SC
2014#define BFD_SEND(bfd, message, arglist) \
2015 ((*((bfd)->xvec->message)) arglist)
a07cc613 2016
bded7de2 2017/*
2f60a880 2018For operations which index on the BFD format
7a276b09 2019*/
bded7de2 2020
7a276b09
SC
2021#define BFD_SEND_FMT(bfd, message, arglist) \
2022 (((bfd)->xvec->message[(int)((bfd)->format)]) arglist)
a07cc613 2023
bded7de2
SC
2024/*
2025This is the struct which defines the type of BFD this is. The
2f60a880 2026"xvec" member of the struct @code{bfd} itself points here. Each module
7a276b09
SC
2027that implements access to a different target under BFD, defines
2028one of these.
a07cc613 2029
7a276b09
SC
2030FIXME, these names should be rationalised with the names of the
2031entry points which call them. Too bad we can't have one macro to
2032define them both!
7a276b09 2033*/
bded7de2 2034
7a276b09
SC
2035typedef struct bfd_target
2036{
a07cc613 2037
bded7de2
SC
2038/*
2039identifies the kind of target, eg SunOS4, Ultrix, etc
2040*/
2041
7a276b09
SC
2042 char *name;
2043
bded7de2
SC
2044/*
2045The "flavour" of a back end is a general indication about the contents
2046of a file.
2047*/
2048
81f8fee9
JG
2049 enum target_flavour {
2050 bfd_target_unknown_flavour,
2051 bfd_target_aout_flavour,
2052 bfd_target_coff_flavour,
2053 bfd_target_elf_flavour,
2054 bfd_target_ieee_flavour,
2055 bfd_target_oasys_flavour,
2056 bfd_target_srec_flavour} flavour;
7a276b09 2057
bded7de2
SC
2058/*
2059The order of bytes within the data area of a file.
2060*/
2061
7a276b09
SC
2062 boolean byteorder_big_p;
2063
bded7de2
SC
2064/*
2065The order of bytes within the header parts of a file.
2066*/
2067
7a276b09
SC
2068 boolean header_byteorder_big_p;
2069
bded7de2
SC
2070/*
2071This is a mask of all the flags which an executable may have set -
2072from the set @code{NO_FLAGS}, @code{HAS_RELOC}, ...@code{D_PAGED}.
2073*/
2074
7a276b09
SC
2075 flagword object_flags;
2076
bded7de2
SC
2077/*
2078This is a mask of all the flags which a section may have set - from
2079the set @code{SEC_NO_FLAGS}, @code{SEC_ALLOC}, ...@code{SET_NEVER_LOAD}.
2080*/
2081
7a276b09
SC
2082 flagword section_flags;
2083
bded7de2
SC
2084/*
2085The pad character for filenames within an archive header.
2086*/
2087
7a276b09
SC
2088 char ar_pad_char;
2089
bded7de2
SC
2090/*
2091The maximum number of characters in an archive header.
2092*/
2093
7a276b09
SC
2094 unsigned short ar_max_namelen;
2095
bded7de2
SC
2096/*
2097The minimum alignment restriction for any section.
2098*/
2099
7a276b09
SC
2100 unsigned int align_power_min;
2101
bded7de2
SC
2102/*
2103Entries for byte swapping for data. These are different to the other
2f60a880 2104entry points, since they don't take BFD as first arg. Certain other handlers
bded7de2
SC
2105could do the same.
2106*/
2107
fcc654cb
SC
2108 SDEF (bfd_vma, bfd_getx64, (bfd_byte *));
2109 SDEF (void, bfd_putx64, (bfd_vma, bfd_byte *));
2110 SDEF (bfd_vma, bfd_getx32, (bfd_byte *));
2111 SDEF (void, bfd_putx32, (bfd_vma, bfd_byte *));
2112 SDEF (bfd_vma, bfd_getx16, (bfd_byte *));
2113 SDEF (void, bfd_putx16, (bfd_vma, bfd_byte *));
7a276b09 2114
bded7de2
SC
2115/*
2116Byte swapping for the headers
2117*/
2118
fcc654cb
SC
2119 SDEF (bfd_vma, bfd_h_getx64, (bfd_byte *));
2120 SDEF (void, bfd_h_putx64, (bfd_vma, bfd_byte *));
2121 SDEF (bfd_vma, bfd_h_getx32, (bfd_byte *));
2122 SDEF (void, bfd_h_putx32, (bfd_vma, bfd_byte *));
2123 SDEF (bfd_vma, bfd_h_getx16, (bfd_byte *));
2124 SDEF (void, bfd_h_putx16, (bfd_vma, bfd_byte *));
7a276b09 2125
bded7de2
SC
2126/*
2127Format dependent routines, these turn into vectors of entry points
2128within the target vector structure; one for each format to check.
2129
2130Check the format of a file being read. Return bfd_target * or zero.
2131*/
2132
7a276b09
SC
2133 SDEF_FMT (struct bfd_target *, _bfd_check_format, (bfd *));
2134
bded7de2
SC
2135/*
2136Set the format of a file being written.
2137*/
2138
7a276b09
SC
2139 SDEF_FMT (boolean, _bfd_set_format, (bfd *));
2140
bded7de2
SC
2141/*
2142Write cached information into a file being written, at bfd_close.
2143*/
2144
7a276b09
SC
2145 SDEF_FMT (boolean, _bfd_write_contents, (bfd *));
2146
bded7de2
SC
2147/*
2148The following functions are defined in @code{JUMP_TABLE}. The idea is
2149that the back end writer of @code{foo} names all the routines
2150@code{foo_}@var{entry_point}, @code{JUMP_TABLE} will built the entries
2151in this structure in the right order.
2152
2153Core file entry points
2154*/
2155
7a276b09
SC
2156 SDEF (char *, _core_file_failing_command, (bfd *));
2157 SDEF (int, _core_file_failing_signal, (bfd *));
2158 SDEF (boolean, _core_file_matches_executable_p, (bfd *, bfd *));
2159
bded7de2
SC
2160/*
2161Archive entry points
2162*/
2163
7a276b09
SC
2164 SDEF (boolean, _bfd_slurp_armap, (bfd *));
2165 SDEF (boolean, _bfd_slurp_extended_name_table, (bfd *));
2166 SDEF (void, _bfd_truncate_arname, (bfd *, CONST char *, char *));
2167 SDEF (boolean, write_armap, (bfd *arch,
2168 unsigned int elength,
2169 struct orl *map,
a0788ae3 2170 unsigned int orl_count,
7a276b09
SC
2171 int stridx));
2172
bded7de2
SC
2173/*
2174Standard stuff.
2175*/
2176
7a276b09
SC
2177 SDEF (boolean, _close_and_cleanup, (bfd *));
2178 SDEF (boolean, _bfd_set_section_contents, (bfd *, sec_ptr, PTR,
2179 file_ptr, bfd_size_type));
2180 SDEF (boolean, _bfd_get_section_contents, (bfd *, sec_ptr, PTR,
2181 file_ptr, bfd_size_type));
2182 SDEF (boolean, _new_section_hook, (bfd *, sec_ptr));
2183
bded7de2
SC
2184/*
2185Symbols and reloctions
2186*/
2187
de7e640d 2188 SDEF (unsigned int, _get_symtab_upper_bound, (bfd *));
7a276b09
SC
2189 SDEF (unsigned int, _bfd_canonicalize_symtab,
2190 (bfd *, struct symbol_cache_entry **));
2191 SDEF (unsigned int, _get_reloc_upper_bound, (bfd *, sec_ptr));
2192 SDEF (unsigned int, _bfd_canonicalize_reloc, (bfd *, sec_ptr, arelent **,
2193 struct symbol_cache_entry**));
2194 SDEF (struct symbol_cache_entry *, _bfd_make_empty_symbol, (bfd *));
2195 SDEF (void, _bfd_print_symbol, (bfd *, PTR, struct symbol_cache_entry *,
81f8fee9 2196 bfd_print_symbol_type));
7a276b09
SC
2197#define bfd_print_symbol(b,p,s,e) BFD_SEND(b, _bfd_print_symbol, (b,p,s,e))
2198 SDEF (alent *, _get_lineno, (bfd *, struct symbol_cache_entry *));
2199
2200 SDEF (boolean, _bfd_set_arch_mach, (bfd *, enum bfd_architecture,
2201 unsigned long));
2202
2203 SDEF (bfd *, openr_next_archived_file, (bfd *arch, bfd *prev));
2204 SDEF (boolean, _bfd_find_nearest_line,
2205 (bfd *abfd, struct sec *section,
2206 struct symbol_cache_entry **symbols,bfd_vma offset,
2207 CONST char **file, CONST char **func, unsigned int *line));
2208 SDEF (int, _bfd_stat_arch_elt, (bfd *, struct stat *));
2209
2210 SDEF (int, _bfd_sizeof_headers, (bfd *, boolean));
2211
2212 SDEF (void, _bfd_debug_info_start, (bfd *));
2213 SDEF (void, _bfd_debug_info_end, (bfd *));
2214 SDEF (void, _bfd_debug_info_accumulate, (bfd *, struct sec *));
2215
bded7de2
SC
2216/*
2217Special entry points for gdb to swap in coff symbol table parts
2218*/
2219
7a276b09
SC
2220 SDEF(void, _bfd_coff_swap_aux_in,(
2221 bfd *abfd ,
2222 PTR ext,
2223 int type,
2224 int class ,
2225 PTR in));
2226
2227 SDEF(void, _bfd_coff_swap_sym_in,(
2228 bfd *abfd ,
2229 PTR ext,
2230 PTR in));
2231
2232 SDEF(void, _bfd_coff_swap_lineno_in, (
2233 bfd *abfd,
2234 PTR ext,
2235 PTR in));
2236
0c210c9c
SC
2237/*
2238Special entry points for gas to swap coff parts
2239*/
2240
2241 SDEF(unsigned int, _bfd_coff_swap_aux_out,(
2242 bfd *abfd,
2243 PTR in,
2244 int type,
2245 int class,
2246 PTR ext));
2247
2248 SDEF(unsigned int, _bfd_coff_swap_sym_out,(
2249 bfd *abfd,
2250 PTR in,
2251 PTR ext));
2252
2253 SDEF(unsigned int, _bfd_coff_swap_lineno_out,(
2254 bfd *abfd,
2255 PTR in,
2256 PTR ext));
2257
2258 SDEF(unsigned int, _bfd_coff_swap_reloc_out,(
2259 bfd *abfd,
2260 PTR src,
2261 PTR dst));
2262
2263 SDEF(unsigned int, _bfd_coff_swap_filehdr_out,(
2264 bfd *abfd,
2265 PTR in,
2266 PTR out));
2267
2268 SDEF(unsigned int, _bfd_coff_swap_aouthdr_out,(
2269 bfd *abfd,
2270 PTR in,
2271 PTR out));
2272
2273 SDEF(unsigned int, _bfd_coff_swap_scnhdr_out,(
2274 bfd *abfd,
2275 PTR in,
2276 PTR out));
2277
7a276b09
SC
2278} bfd_target;
2279
bded7de2
SC
2280/*
2281
2282*i bfd_find_target
2283Returns a pointer to the transfer vector for the object target
7a276b09
SC
2284named target_name. If target_name is NULL, chooses the one in the
2285environment variable GNUTARGET; if that is null or not defined then
2286the first entry in the target list is chosen. Passing in the
2287string "default" or setting the environment variable to "default"
2288will cause the first entry in the target list to be returned,
2f60a880
RP
2289and "target_defaulted" will be set in the BFD. This causes
2290@code{bfd_check_format} to loop over all the targets to find the one
7a276b09
SC
2291that matches the file being read.
2292*/
bded7de2
SC
2293 PROTO(bfd_target *, bfd_find_target,(CONST char *, bfd *));
2294
2295/*
2296
2297*i bfd_target_list
2298This function returns a freshly malloced NULL-terminated vector of the
2f60a880 2299names of all the valid BFD targets. Do not modify the names
7a276b09 2300*/
bded7de2
SC
2301 PROTO(CONST char **,bfd_target_list,());
2302
2303/*
1ac2d1f2 2304*/
bded7de2 2305
bded7de2 2306
1ac2d1f2
RP
2307/*:format.c*/
2308/* *i bfd_check_format
2f60a880
RP
2309This routine is supplied a BFD and a format. It attempts to verify if
2310the file attached to the BFD is indeed compatible with the format
7a276b09
SC
2311specified (ie, one of @code{bfd_object}, @code{bfd_archive} or
2312@code{bfd_core}).
2313
2f60a880 2314If the BFD has been set to a specific @var{target} before the call,
7a276b09
SC
2315only the named target and format combination will be checked. If the
2316target has not been set, or has been set to @code{default} then all
2317the known target backends will be interrogated to determine a match.
2318
2319The function returns @code{true} on success, otherwise @code{false}
2320with one of the following error codes:
2321@table @code
2322@item
2323invalid_operation
2324if @code{format} is not one of @code{bfd_object}, @code{bfd_archive}
2325or @code{bfd_core}.
2326@item system_call_error
2327if an error occured during a read - even some file mismatches can
2328cause system_call_errros
2329@item file_not_recognised
2330none of the backends recognised the file format
2331@item file_ambiguously_recognized
2332more than one backend recognised the file format.
2333@end table
2334*/
bded7de2
SC
2335 PROTO(boolean, bfd_check_format, (bfd *abfd, bfd_format format));
2336
2337/*
2338
2339*i bfd_set_format
2f60a880
RP
2340This function sets the file format of the supplied BFD to the format
2341requested. If the target set in the BFD does not support the format
2342requested, the format is illegal or the BFD is not open for writing
7a276b09
SC
2343than an error occurs.
2344*/
bded7de2
SC
2345 PROTO(boolean,bfd_set_format,(bfd *, bfd_format));
2346
2347/*
2348
2349*i bfd_format_string
2350This function takes one argument, and enumerated type (bfd_format) and
7a276b09
SC
2351returns a pointer to a const string "invalid", "object", "archive",
2352"core" or "unknown" depending upon the value of the enumeration.
2353*/
bded7de2 2354 PROTO(CONST char *, bfd_format_string, (bfd_format));
a07cc613 2355
bded7de2 2356/*
1ac2d1f2 2357*/
bded7de2
SC
2358
2359#endif
b39096a4
SC
2360
2361
2362
2363
2364
This page took 0.146873 seconds and 4 git commands to generate.